# git rev-parse -q --verify e99f23c5bf59219d0cd9b6e0d7d4c1b641a98704^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify e99f23c5bf59219d0cd9b6e0d7d4c1b641a98704^{commit} e99f23c5bf59219d0cd9b6e0d7d4c1b641a98704 # git checkout -q -f -B kisskb e99f23c5bf59219d0cd9b6e0d7d4c1b641a98704 # git clean -qxdf # < git log -1 # commit e99f23c5bf59219d0cd9b6e0d7d4c1b641a98704 # Merge: 23ef827c1bac 85f58eb18898 # Author: Linus Torvalds # Date: Fri Sep 10 11:58:20 2021 -0700 # # Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull arm64 fixes from Catalin Marinas: # # - Limit the linear region to 51-bit when KVM is running in nVHE mode. # # Otherwise, depending on the placement of the ID map, kernel-VA to # hyp-VA translations may produce addresses that either conflict with # other HYP mappings or generate addresses outside of the 52-bit # addressable range. # # - Instruct kmemleak not to scan the memory reserved for kdump as this # range is removed from the kernel linear map and therefore not # accessible. # # * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: # arm64: kdump: Skip kmemleak scan reserved memory for kdump # arm64: mm: limit linear region to 51 bits for KVM in nVHE mode # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 e99f23c5bf59219d0cd9b6e0d7d4c1b641a98704 # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig .config:7066:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/scripts/dtc/include-prefixes/arm/bcm2711-rpi-4-b.dts:220.10-231.4: Warning (pci_device_reg): /scb/pcie@7d500000/pci@1,0: PCI unit address format error, expected "0,0" /kisskb/src/scripts/dtc/include-prefixes/arm/bcm2711-rpi-4-b.dts:220.10-231.4: Warning (pci_device_reg): /scb/pcie@7d500000/pci@1,0: PCI unit address format error, expected "0,0" /kisskb/src/certs/system_keyring.c: In function 'verify_pkcs7_message_sig': /kisskb/src/certs/system_keyring.c:238:10: note: byref variable will be forcibly initialized size_t asn1hdrlen; ^~~~~~~~~~ /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c: In function 'asymmetric_lookup_restriction': /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c:501:16: note: byref variable will be forcibly initialized key_serial_t serial; ^~~~~~ /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c:481:8: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c: In function 'arch_prepare_ss_slot': /kisskb/src/arch/arm64/kernel/probes/kprobes.c:45:6: note: byref variable will be forcibly initialized u32 insns[] = {p->opcode, BRK64_OPCODE_KPROBES_SS}; ^~~~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c:44:8: note: byref variable will be forcibly initialized 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:125:6: note: byref variable will be forcibly initialized u32 insn = BRK64_OPCODE_KPROBES; ^~~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c:124:8: note: byref variable will be forcibly initialized 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:133:8: note: byref variable will be forcibly initialized void *addr = p->addr; ^~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_encode_fh_len': /kisskb/src/fs/notify/fanotify/fanotify.c:345:6: note: byref variable will be forcibly initialized int dwords = 0; ^~~~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_encode_fh': /kisskb/src/fs/notify/fanotify/fanotify.c:365:6: note: byref variable will be forcibly initialized int dwords, type = 0; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/arch/arm64/kernel/debug-monitors.c:10: /kisskb/src/arch/arm64/kernel/debug-monitors.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_alloc_event': /kisskb/src/fs/notify/fanotify/fanotify.c:581:15: note: byref variable will be forcibly initialized 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify.c:201:8: note: in expansion of macro 'wait_event_killable' ret = wait_event_killable(group->fanotify_data.access_waitq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/init/initramfs.c: In function 'do_utime': /kisskb/src/init/initramfs.c:121:20: note: byref variable will be forcibly initialized struct timespec64 t[2]; ^ /kisskb/src/init/initramfs.c: In function 'clean_path': /kisskb/src/init/initramfs.c:311:15: note: byref variable will be forcibly initialized struct kstat st; ^~ /kisskb/src/init/initramfs.c: In function 'panic_show_mem': /kisskb/src/init/initramfs.c:53:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/init/initramfs.c: In function 'do_copy': /kisskb/src/init/initramfs.c:383:21: note: byref variable will be forcibly initialized struct timespec64 t[2] = { }; ^ /kisskb/src/init/do_mounts_initrd.c: In function 'early_initrdmem': /kisskb/src/init/do_mounts_initrd.c:35:8: note: byref variable will be forcibly initialized char *endp; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/security/keys/encrypted-keys/encrypted.c:14: /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&key->state); ^~~~~~~~~~~~~~~~ /kisskb/src/init/initramfs.c: In function 'parse_header': /kisskb/src/init/initramfs.c:173:7: note: byref variable will be forcibly initialized char buf[9]; ^~~ /kisskb/src/init/initramfs.c: In function 'unpack_to_rootfs': /kisskb/src/init/initramfs.c:468:14: note: byref variable will be forcibly initialized const char *compress_name; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/damon.h:43, from /kisskb/src/mm/damon/core.c:17: /kisskb/src/mm/damon/core.c: In function 'perf_trace_damon_aggregated': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/damon.h:43, from /kisskb/src/mm/damon/core.c:17: /kisskb/src/mm/damon/core.c: In function 'trace_event_raw_event_damon_aggregated': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/damon.h:43, from /kisskb/src/mm/damon/core.c:17: /kisskb/src/mm/damon/core.c: In function '__bpf_trace_damon_aggregated': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_check_reset_time_interval': /kisskb/src/mm/damon/core.c:416:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ 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:264, 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:853:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(tmp_map, SVE_VQ_MAX); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/arch/arm64/kernel/fpsimd.c: In function 'sve_update_vq_map': /kisskb/src/arch/arm64/kernel/fpsimd.c:732:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(tmp_map, SVE_VQ_MAX); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/arch/arm64/kernel/fpsimd.c: In function 'sve_verify_vq_map': /kisskb/src/arch/arm64/kernel/fpsimd.c:745:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(tmp_map, SVE_VQ_MAX); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'derived_key_encrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:455:5: note: byref variable will be forcibly initialized u8 iv[AES_BLOCK_SIZE]; ^~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:451:21: note: byref variable will be forcibly initialized struct scatterlist sg_out[1]; ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:450:21: note: byref variable will be forcibly initialized struct scatterlist sg_in[2]; ^~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_hmac_append': /kisskb/src/security/keys/encrypted-keys/encrypted.c:491:5: note: byref variable will be forcibly initialized u8 derived_key[HASH_SIZE]; ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_read': /kisskb/src/security/keys/encrypted-keys/encrypted.c:907:7: note: byref variable will be forcibly initialized char derived_key[HASH_SIZE]; ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:906:9: note: byref variable will be forcibly initialized size_t master_keylen; ^~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:905:12: note: byref variable will be forcibly initialized const u8 *master_key; ^~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_parse': /kisskb/src/security/keys/encrypted-keys/encrypted.c:175:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_key_alloc': /kisskb/src/security/keys/encrypted-keys/encrypted.c:606:7: note: byref variable will be forcibly initialized long dlen; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/security/keys/encrypted-keys/encrypted.c:14: /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_update': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:885:2: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, new_epayload); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:848:14: note: byref variable will be forcibly initialized const char *format = NULL; ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:847:8: note: byref variable will be forcibly initialized char *new_master_desc = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_hmac_verify': /kisskb/src/security/keys/encrypted-keys/encrypted.c:515:5: note: byref variable will be forcibly initialized u8 digest[HASH_SIZE]; ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:514:5: note: byref variable will be forcibly initialized u8 derived_key[HASH_SIZE]; ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'derived_key_decrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:557:5: note: byref variable will be forcibly initialized u8 iv[AES_BLOCK_SIZE]; ^~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:553:21: note: byref variable will be forcibly initialized struct scatterlist sg_out[2]; ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:552:21: note: byref variable will be forcibly initialized struct scatterlist sg_in[1]; ^~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_key_decrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:664:9: note: byref variable will be forcibly initialized size_t master_keylen; ^~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:660:12: note: byref variable will be forcibly initialized const u8 *master_key; ^~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:659:5: note: byref variable will be forcibly initialized u8 derived_key[HASH_SIZE]; ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/security/keys/encrypted-keys/encrypted.c:14: /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:819:2: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, epayload); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:789:8: note: byref variable will be forcibly initialized char *hex_encoded_iv = NULL; ^~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:788:8: note: byref variable will be forcibly initialized char *decrypted_datalen = NULL; ^~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:787:8: note: byref variable will be forcibly initialized char *master_desc = NULL; ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:786:14: note: byref variable will be forcibly initialized const char *format = NULL; ^~~~~~ /kisskb/src/mm/kfence/core.c: In function 'param_set_sample_interval': /kisskb/src/mm/kfence/core.c:56:16: note: byref variable will be forcibly initialized unsigned long num; ^~~ /kisskb/src/mm/kfence/core.c: In function 'kfence_guarded_free': /kisskb/src/mm/kfence/core.c:356:29: note: byref variable will be forcibly initialized struct kcsan_scoped_access assert_page_exclusive; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/mm/init.c: In function 'reserve_crashkernel': /kisskb/src/arch/arm64/mm/init.c:77:33: note: byref variable will be forcibly initialized unsigned long long crash_base, crash_size; ^~~~~~~~~~ /kisskb/src/arch/arm64/mm/init.c:77:21: note: byref variable will be forcibly initialized unsigned long long crash_base, crash_size; ^~~~~~~~~~ In file included from /kisskb/src/block/partitions/acorn.c:13: /kisskb/src/block/partitions/acorn.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ /kisskb/src/block/partitions/acorn.c: In function 'riscix_partition': /kisskb/src/block/partitions/acorn.c:74:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/block/partitions/acorn.c: In function 'linux_partition': /kisskb/src/block/partitions/acorn.c:129:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/block/partitions/acorn.c: In function 'adfspart_check_ICSLinux': /kisskb/src/block/partitions/acorn.c:311:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/block/partitions/acorn.c: In function 'adfspart_check_CUMANA': /kisskb/src/block/partitions/acorn.c:163:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/block/partitions/acorn.c: In function 'adfspart_check_ICS': /kisskb/src/block/partitions/acorn.c:355:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/block/partitions/core.c: In function 'partition_overlaps': /kisskb/src/block/partitions/core.c:436:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/block/partitions/core.c:7: /kisskb/src/block/partitions/core.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/block/partitions/core.c:8: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/init/main.c: In function 'xbc_snprint_cmdline': /kisskb/src/init/main.c:328:19: note: byref variable will be forcibly initialized struct xbc_node *knode, *vnode; ^~~~~ /kisskb/src/init/main.c: In function 'setup_boot_config': /kisskb/src/init/main.c:411:12: note: byref variable will be forcibly initialized u32 size, csum; ^~~~ /kisskb/src/init/main.c:411:6: note: byref variable will be forcibly initialized u32 size, csum; ^~~~ /kisskb/src/init/main.c:410:6: note: byref variable will be forcibly initialized int pos; ^~~ /kisskb/src/init/main.c:409:14: note: byref variable will be forcibly initialized const char *msg; ^~~ /kisskb/src/block/partitions/core.c: In function 'blk_drop_partitions': /kisskb/src/block/partitions/core.c:544:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:111: /kisskb/src/init/main.c: In function 'perf_trace_initcall_level': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'perf_trace_initcall_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'perf_trace_initcall_finish': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:111: /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_level': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_finish': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:111: /kisskb/src/init/main.c: In function '__bpf_trace_initcall_level': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function '__bpf_trace_initcall_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function '__bpf_trace_initcall_finish': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'loglevel': /kisskb/src/init/main.c:251:6: note: byref variable will be forcibly initialized int newlevel; ^~~~~~~~ /kisskb/src/init/main.c: In function 'early_randomize_kstack_offset': /kisskb/src/init/main.c:869:7: note: byref variable will be forcibly initialized bool bool_result; ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'initcall_blacklisted': /kisskb/src/init/main.c:1202:7: note: byref variable will be forcibly initialized char fn_name[KSYM_SYMBOL_LEN]; ^~~~~~~ /kisskb/src/init/main.c: In function 'start_kernel': /kisskb/src/init/main.c:932:8: note: byref variable will be forcibly initialized char *command_line; ^~~~~~~~~~~~ /kisskb/src/init/main.c: In function 'do_one_initcall': /kisskb/src/init/main.c:1296:7: note: byref variable will be forcibly initialized char msgbuf[64]; ^~~~~~ 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:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ /kisskb/src/block/partitions/amiga.c: In function 'amiga_partition': /kisskb/src/block/partitions/amiga.c:114:9: note: byref variable will be forcibly initialized char tmp[42]; ^~~ /kisskb/src/block/partitions/amiga.c:113:9: note: byref variable will be forcibly initialized char dostype[4]; ^~~~~~~ /kisskb/src/block/partitions/amiga.c:73:8: note: byref variable will be forcibly initialized char tmp[7 + 10 + 1 + 1]; ^~~ /kisskb/src/block/partitions/amiga.c:30:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/filemap.h:116, 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'perf_trace_filemap_set_wb_err': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'perf_trace_file_check_and_advance_wb_err': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filemap.h:116, from /kisskb/src/mm/filemap.c:50: /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_mm_filemap_op_page_cache': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_filemap_set_wb_err': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_file_check_and_advance_wb_err': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/filemap.h:116, 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function '__bpf_trace_file_check_and_advance_wb_err': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_delete': /kisskb/src/mm/filemap.c:127:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page->index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_delete_batch': /kisskb/src/mm/filemap.c:290:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, pvec->pages[0]->index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function '__filemap_fdatawait_range': /kisskb/src/mm/filemap.c:518:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/filemap.c:516:10: note: byref variable will be forcibly initialized pgoff_t index = start_byte >> PAGE_SHIFT; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function '__add_to_page_cache_locked': /kisskb/src/mm/filemap.c:878:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, offset); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:300:2: note: in expansion of macro 'smp_store_release' smp_store_release(&entry->next, entry); ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'wake_page_function': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1162:2: note: in expansion of macro 'smp_store_release' smp_store_release(&wait->flags, flags | WQ_FLAG_WOKEN); ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'wait_on_page_bit_common': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1351:11: note: in expansion of macro 'smp_load_acquire' flags = smp_load_acquire(&wait->flags); ^~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1283:16: note: byref variable will be forcibly initialized unsigned long pflags; ^~~~~~ /kisskb/src/mm/filemap.c:1279:25: note: byref variable will be forcibly initialized struct wait_page_queue wait_page; ^~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'wake_up_page_bit': /kisskb/src/mm/filemap.c:1184:21: note: byref variable will be forcibly initialized wait_queue_entry_t bookmark; ^~~~~~~~ /kisskb/src/mm/filemap.c:1182:23: note: byref variable will be forcibly initialized struct wait_page_key key; ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_get_entry': /kisskb/src/mm/filemap.c:1820:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_get_read_batch': /kisskb/src/mm/filemap.c:2336:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_page': /kisskb/src/mm/filemap.c:486:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_needs_writeback': /kisskb/src/mm/filemap.c:659:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'replace_page_cache_page': /kisskb/src/mm/filemap.c:841:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, offset); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'add_to_page_cache_lru': /kisskb/src/mm/filemap.c:980:8: note: byref variable will be forcibly initialized void *shadow = NULL; ^~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'filemap_map_pages': /kisskb/src/mm/filemap.c:3293:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_pgoff); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_next_miss': /kisskb/src/mm/filemap.c:1754:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_prev_miss': /kisskb/src/mm/filemap.c:1790:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/security/keys/encrypted-keys/ecryptfs_format.c: In function 'ecryptfs_fill_auth_tok': /kisskb/src/security/keys/encrypted-keys/ecryptfs_format.c:51:13: note: byref variable will be forcibly initialized int major, minor; ^~~~~ /kisskb/src/security/keys/encrypted-keys/ecryptfs_format.c:51:6: note: byref variable will be forcibly initialized int major, minor; ^~~~~ /kisskb/src/mm/filemap.c: In function 'filemap_fault': /kisskb/src/mm/filemap.c:3041:15: note: byref variable will be forcibly initialized struct file *fpin = NULL; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'find_get_entries': /kisskb/src/mm/filemap.c:2036:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'find_lock_entries': /kisskb/src/mm/filemap.c:2088:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range': /kisskb/src/mm/filemap.c:2154:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, *start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_contig': /kisskb/src/mm/filemap.c:2205:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range_tag': /kisskb/src/mm/filemap.c:2263:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, *index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_read': /kisskb/src/mm/filemap.c:2604:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_seek_hole_data': /kisskb/src/mm/filemap.c:2844:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/arch/arm64/mm/ptdump.c: In function 'ptdump_walk': /kisskb/src/arch/arm64/mm/ptdump.c:313:18: note: byref variable will be forcibly initialized struct pg_state st; ^~ /kisskb/src/arch/arm64/mm/ptdump.c:324:36: note: byref variable will be forcibly initialized .range = (struct ptdump_range[]){ ^ /kisskb/src/arch/arm64/mm/ptdump.c: In function 'ptdump_check_wx': /kisskb/src/arch/arm64/mm/ptdump.c:354:36: note: byref variable will be forcibly initialized .marker = (struct addr_marker[]) { ^ /kisskb/src/arch/arm64/mm/ptdump.c:362:37: note: byref variable will be forcibly initialized .range = (struct ptdump_range[]) { ^ /kisskb/src/mm/filemap.c: In function 'dio_warn_stale_pagecache': /kisskb/src/mm/filemap.c:3614:7: note: byref variable will be forcibly initialized char pathname[128]; ^~~~~~~~ /kisskb/src/mm/filemap.c: In function 'generic_perform_write': /kisskb/src/mm/filemap.c:3747:9: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/mm/filemap.c:3743:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/init/do_mounts.c: In function 'devt_from_partuuid': /kisskb/src/init/do_mounts.c:114:8: note: byref variable will be forcibly initialized char c = 0; ^ /kisskb/src/init/do_mounts.c:106:6: note: byref variable will be forcibly initialized int offset = 0; ^~~~~~ /kisskb/src/init/do_mounts.c:103:17: note: byref variable will be forcibly initialized struct uuidcmp cmp; ^~~ /kisskb/src/init/do_mounts.c: In function 'devt_from_devname': /kisskb/src/init/do_mounts.c:189:7: note: byref variable will be forcibly initialized char s[32]; ^ /kisskb/src/init/do_mounts.c: In function 'devt_from_devnum': /kisskb/src/init/do_mounts.c:232:11: note: byref variable will be forcibly initialized char *p, dummy; ^~~~~ /kisskb/src/init/do_mounts.c:232:8: note: byref variable will be forcibly initialized char *p, dummy; ^ /kisskb/src/init/do_mounts.c:230:21: note: byref variable will be forcibly initialized unsigned maj, min, offset; ^~~~~~ /kisskb/src/init/do_mounts.c:230:16: note: byref variable will be forcibly initialized unsigned maj, min, offset; ^~~ /kisskb/src/init/do_mounts.c:230:11: note: byref variable will be forcibly initialized unsigned maj, min, offset; ^~~ /kisskb/src/ipc/mqueue.c: In function 'get_compat_mq_attr': /kisskb/src/ipc/mqueue.c:1523:24: note: byref variable will be forcibly initialized struct compat_mq_attr v; ^ /kisskb/src/ipc/mqueue.c: In function 'put_compat_mq_attr': /kisskb/src/ipc/mqueue.c:1539:24: note: byref variable will be forcibly initialized struct compat_mq_attr v; ^ /kisskb/src/init/do_mounts.c: In function 'mount_block_root': /kisskb/src/init/do_mounts.c:401:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/arch/arm64/mm/pageattr.c: In function '__change_memory_common': /kisskb/src/arch/arm64/mm/pageattr.c:45:26: note: byref variable will be forcibly initialized struct page_change_data data; ^~~~ /kisskb/src/ipc/mqueue.c: In function 'mqueue_read_file': /kisskb/src/ipc/mqueue.c:627:7: note: byref variable will be forcibly initialized char buffer[FILENT_SIZE]; ^~~~~~ /kisskb/src/arch/arm64/mm/pageattr.c: In function 'set_direct_map_invalid_noflush': /kisskb/src/arch/arm64/mm/pageattr.c:158:26: note: byref variable will be forcibly initialized struct page_change_data data = { ^~~~ /kisskb/src/arch/arm64/mm/pageattr.c: In function 'set_direct_map_default_noflush': /kisskb/src/arch/arm64/mm/pageattr.c:173:26: note: byref variable will be forcibly initialized struct page_change_data data = { ^~~~ /kisskb/src/ipc/mqueue.c: In function 'do_mq_open': /kisskb/src/ipc/mqueue.c:887:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_open': /kisskb/src/ipc/mqueue.c:933:17: note: byref variable will be forcibly initialized struct mq_attr attr; ^~~~ /kisskb/src/ipc/mqueue.c: In function '__do_compat_sys_mq_open': /kisskb/src/ipc/mqueue.c:1555:17: note: byref variable will be forcibly initialized struct mq_attr attr, *p = NULL; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/ipc/mqueue.c:18: /kisskb/src/ipc/mqueue.c: In function '__pipelined_op': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/mqueue.c:1015:2: note: in expansion of macro 'smp_store_release' smp_store_release(&this->state, STATE_READY); ^~~~~~~~~~~~~~~~~ /kisskb/src/ipc/mqueue.c: In function '__do_notify': /kisskb/src/ipc/mqueue.c:783:26: note: byref variable will be forcibly initialized struct kernel_siginfo sig_i; ^~~~~ In file included from /kisskb/src/ipc/mqueue.c:39: /kisskb/src/ipc/mqueue.c: In function 'do_mq_timedsend': /kisskb/src/ipc/mqueue.c:1062:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/ipc/mqueue.c:1059:10: note: byref variable will be forcibly initialized ktime_t expires, *timeout = NULL; ^~~~~~~ /kisskb/src/ipc/mqueue.c:1055:24: note: byref variable will be forcibly initialized struct ext_wait_queue wait; ^~~~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_timedsend': /kisskb/src/ipc/mqueue.c:1277:20: note: byref variable will be forcibly initialized struct timespec64 ts, *p = NULL; ^~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_getsetattr': /kisskb/src/ipc/mqueue.c:1490:25: note: byref variable will be forcibly initialized struct mq_attr mqstat, omqstat; ^~~~~~~ /kisskb/src/ipc/mqueue.c:1490:17: note: byref variable will be forcibly initialized struct mq_attr mqstat, omqstat; ^~~~~~ /kisskb/src/ipc/mqueue.c: In function '__do_compat_sys_mq_getsetattr': /kisskb/src/ipc/mqueue.c:1583:25: note: byref variable will be forcibly initialized struct mq_attr mqstat, omqstat; ^~~~~~~ /kisskb/src/ipc/mqueue.c:1583:17: note: byref variable will be forcibly initialized struct mq_attr mqstat, omqstat; ^~~~~~ In file included from /kisskb/src/ipc/mqueue.c:39: /kisskb/src/ipc/mqueue.c: In function 'do_mq_timedreceive': /kisskb/src/ipc/mqueue.c:1245:17: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/ipc/mqueue.c:1179:10: note: byref variable will be forcibly initialized ktime_t expires, *timeout = NULL; ^~~~~~~ /kisskb/src/ipc/mqueue.c:1178:24: note: byref variable will be forcibly initialized struct ext_wait_queue wait; ^~~~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_timedreceive': /kisskb/src/ipc/mqueue.c:1291:20: note: byref variable will be forcibly initialized struct timespec64 ts, *p = NULL; ^~ /kisskb/src/ipc/mqueue.c: In function 'do_mq_notify': /kisskb/src/ipc/mqueue.c:1329:9: note: byref variable will be forcibly initialized long timeo; ^~~~~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_notify': /kisskb/src/ipc/mqueue.c:1432:18: note: byref variable will be forcibly initialized struct sigevent n, *p = NULL; ^ /kisskb/src/ipc/mqueue.c: In function '__do_compat_sys_mq_notify': /kisskb/src/ipc/mqueue.c:1567:18: note: byref variable will be forcibly initialized struct sigevent n, *p = NULL; ^ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_timedsend_time32': /kisskb/src/ipc/mqueue.c:1620:20: note: byref variable will be forcibly initialized struct timespec64 ts, *p = NULL; ^~ /kisskb/src/ipc/mqueue.c: In function '__do_sys_mq_timedreceive_time32': /kisskb/src/ipc/mqueue.c:1635:20: note: byref variable will be forcibly initialized struct timespec64 ts, *p = NULL; ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/ipc/mqueue.c:18: /kisskb/src/ipc/mqueue.c: In function 'mqueue_evict_inode': /kisskb/src/ipc/mqueue.c:505:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_msg); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/arch/arm64/mm/mmu.c: In function 'map_mem': /kisskb/src/arch/arm64/mm/mmu.c:508:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/arch/arm64/mm/mmu.c:506:21: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~ /kisskb/src/arch/arm64/mm/mmu.c:506:14: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~~~ /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify': /kisskb/src/fs/notify/fsnotify.c:466:28: note: byref variable will be forcibly initialized struct fsnotify_iter_info iter_info = {}; ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, 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:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fsnotify.c:97:2: note: in expansion of macro 'wait_var_event' wait_var_event(&sb->s_fsnotify_connectors, ^~~~~~~~~~~~~~ /kisskb/src/fs/notify/fsnotify.c: In function '__fsnotify_parent': /kisskb/src/fs/notify/fsnotify.c:191:23: note: byref variable will be forcibly initialized struct name_snapshot name; ^~~~ /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:26: note: byref variable will be forcibly initialized unsigned long size = 0, offset = 0; ^~~~~~ /kisskb/src/arch/arm64/kernel/probes/decode-insn.c:142:16: note: byref variable will be forcibly initialized unsigned long size = 0, offset = 0; ^~~~ /kisskb/src/arch/arm64/kernel/setup.c: In function 'reserve_memblock_reserved_regions': /kisskb/src/arch/arm64/kernel/setup.c:265:24: note: byref variable will be forcibly initialized phys_addr_t r_start, r_end, mem_size = resource_size(mem); ^~~~~ /kisskb/src/arch/arm64/kernel/setup.c:265:15: note: byref variable will be forcibly initialized phys_addr_t r_start, r_end, mem_size = resource_size(mem); ^~~~~~~ /kisskb/src/arch/arm64/kernel/setup.c:261:9: note: byref variable will be forcibly initialized u64 i, j; ^ /kisskb/src/arch/arm64/kernel/setup.c: In function 'setup_machine_fdt': /kisskb/src/arch/arm64/kernel/setup.c:183:6: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/arch/arm64/kernel/setup.c: In function 'early_fdt_map': /kisskb/src/arch/arm64/kernel/setup.c:175:6: note: byref variable will be forcibly initialized int fdt_size; ^~~~~~~~ /kisskb/src/arch/arm64/kernel/process.c: In function 'get_wchan': /kisskb/src/arch/arm64/kernel/process.c:534:20: note: byref variable will be forcibly initialized struct stackframe frame; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, current); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/syscalls.h:73, from /kisskb/src/arch/arm64/kernel/ptrace.c:45: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'perf_trace_sys_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_exit, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_exit, ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'perf_trace_sys_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_enter, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_enter, ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_generic_keys_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1037:31: note: byref variable will be forcibly initialized struct user_pac_generic_keys user_keys; ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_address_keys_get': /kisskb/src/arch/arm64/kernel/ptrace.c:988:31: note: byref variable will be forcibly initialized struct user_pac_address_keys user_keys; ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_mask_get': /kisskb/src/arch/arm64/kernel/ptrace.c:906:23: note: byref variable will be forcibly initialized 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:45: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'trace_event_raw_event_sys_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_enter, ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'trace_event_raw_event_sys_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_exit, ^~~~~~~~~~~~~~ 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:45: /kisskb/src/arch/arm64/kernel/ptrace.c: In function '__bpf_trace_sys_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_enter, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_enter, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_enter, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_enter, ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function '__bpf_trace_sys_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_exit, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_exit, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_exit, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_exit, ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_vfp_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1371:17: note: byref variable will be forcibly initialized compat_ulong_t fpscr; ^~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_generic_keys_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1053:31: note: byref variable will be forcibly initialized struct user_pac_generic_keys user_keys; ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_address_keys_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1004:31: note: byref variable will be forcibly initialized struct user_pac_address_keys user_keys; ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'system_call_set': /kisskb/src/arch/arm64/kernel/ptrace.c:703:6: note: byref variable will be forcibly initialized int syscallno = task_pt_regs(target)->syscallno; ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tls_set': /kisskb/src/arch/arm64/kernel/ptrace.c:681:16: note: byref variable will be forcibly initialized unsigned long tls = target->thread.uw.tp_value; ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_tls_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1409:17: note: byref variable will be forcibly initialized compat_ulong_t tls = target->thread.uw.tp_value; ^~~ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_gpr_get': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized typeof(v) __v = (v); \ ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1274:3: note: in expansion of macro 'membuf_store' membuf_store(&to, compat_get_user_reg(target, i++)); ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_ptrace_hbp_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1601:6: note: byref variable will be forcibly initialized u32 ctrl = 0; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1600:6: note: byref variable will be forcibly initialized u64 addr = 0; ^~~~ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'system_call_get': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized typeof(v) __v = (v); \ ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:695:9: note: in expansion of macro 'membuf_store' return membuf_store(&to, task_pt_regs(target)->syscallno); ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_tls_get': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized typeof(v) __v = (v); \ ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1400:9: note: in expansion of macro 'membuf_store' return membuf_store(&to, (compat_ulong_t)target->thread.uw.tp_value); ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_vfp_get': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized typeof(v) __v = (v); \ ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1362:9: note: in expansion of macro 'membuf_store' return membuf_store(&to, fpscr); ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_ptrace_gethbpregs': /kisskb/src/arch/arm64/kernel/ptrace.c:1641:6: note: byref variable will be forcibly initialized u32 kdata; ^~~~~ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'hw_break_get': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized typeof(v) __v = (v); \ ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:499:3: note: in expansion of macro 'membuf_store' membuf_store(&to, ctrl); ^~~~~~~~~~~~ /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized typeof(v) __v = (v); \ ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:498:3: note: in expansion of macro 'membuf_store' membuf_store(&to, addr); ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:481:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:480:12: note: byref variable will be forcibly initialized u32 info, ctrl; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:480:6: note: byref variable will be forcibly initialized u32 info, ctrl; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'ptrace_hbp_create': /kisskb/src/arch/arm64/kernel/ptrace.c:290:25: note: byref variable will be forcibly initialized struct perf_event_attr attr; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'ptrace_hbp_set_addr': /kisskb/src/arch/arm64/kernel/ptrace.c:456:25: note: byref variable will be forcibly initialized struct perf_event_attr attr; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'ptrace_hbp_fill_attr_ctrl': /kisskb/src/arch/arm64/kernel/ptrace.c:330:22: note: byref variable will be forcibly initialized int err, len, type, offset, disabled = !ctrl.enabled; ^~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:330:16: note: byref variable will be forcibly initialized int err, len, type, offset, disabled = !ctrl.enabled; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:330:11: note: byref variable will be forcibly initialized int err, len, type, offset, disabled = !ctrl.enabled; ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'ptrace_hbp_set_ctrl': /kisskb/src/arch/arm64/kernel/ptrace.c:432:33: note: byref variable will be forcibly initialized struct arch_hw_breakpoint_ctrl ctrl; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:431:25: note: byref variable will be forcibly initialized struct perf_event_attr attr; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_ptrace_sethbpregs': /kisskb/src/arch/arm64/kernel/ptrace.c:1664:6: note: byref variable will be forcibly initialized u32 kdata = 0; ^~~~~ /kisskb/src/arch/arm64/kernel/time.c: In function 'profile_pc': /kisskb/src/arch/arm64/kernel/time.c:37:20: note: byref variable will be forcibly initialized struct stackframe frame; ^~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'hw_break_set': /kisskb/src/arch/arm64/kernel/ptrace.c:514:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:513:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'finish_task': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4594:2: note: in expansion of macro 'smp_store_release' smp_store_release(&prev->on_cpu, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_enabled_keys_get': /kisskb/src/arch/arm64/kernel/ptrace.c:921:7: note: byref variable will be forcibly initialized 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:935:7: note: byref variable will be forcibly initialized long enabled_keys = ptrauth_get_enabled_keys(target); ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function '__fpr_set': /kisskb/src/arch/arm64/kernel/ptrace.c:628:27: note: byref variable will be forcibly initialized struct user_fpsimd_state newstate; ^~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'sve_set': /kisskb/src/arch/arm64/kernel/ptrace.c:798:25: note: byref variable will be forcibly initialized struct user_sve_header header; ^~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'sve_get': /kisskb/src/arch/arm64/kernel/ptrace.c:746:25: note: byref variable will be forcibly initialized struct user_sve_header header; ^~~~~~ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tls_get': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized typeof(v) __v = (v); \ ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:673:9: note: in expansion of macro 'membuf_store' return membuf_store(&to, target->thread.uw.tp_value); ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/audit.h:13, from /kisskb/src/arch/arm64/kernel/ptrace.c:11: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'user_single_step_report': /kisskb/src/include/linux/ptrace.h:351:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_gpr_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1300:18: note: byref variable will be forcibly initialized compat_ulong_t reg; ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1283:17: note: byref variable will be forcibly initialized struct pt_regs newregs; ^~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_ptrace_write_user': /kisskb/src/arch/arm64/kernel/ptrace.c:1529:17: note: byref variable will be forcibly initialized struct pt_regs newregs = *task_pt_regs(tsk); ^~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'gpr_set': /kisskb/src/arch/arm64/kernel/ptrace.c:573:22: note: byref variable will be forcibly initialized struct user_pt_regs newregs = task_pt_regs(target)->user_regs; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_stop': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_stop_ret': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_queue_work': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_execute_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_execute_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_wakeup_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_switch': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_migrate_task': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_wait': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_fork': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_stat_runtime': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_pi_setprio': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_hang': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:554:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_hang, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:554:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_hang, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_move_numa': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_numa_pair_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_wake_idle_without_ipi': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop_ret': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_queue_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wakeup_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_switch': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_migrate_task': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_wait': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_fork': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_runtime': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_pi_setprio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_hang': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:554:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_hang, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_move_numa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_numa_pair_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wake_idle_without_ipi': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_exec': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_exec': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_stop': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_stop_ret': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_work_execute_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_wakeup_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_wait': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_hang': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:554:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_hang, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:554:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_pelt_cfs_tp': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:691:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_cfs_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:691:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:695:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_rt_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:695:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:699:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_dl_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:699:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:703:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_thermal_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:703:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:707:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_irq_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:707:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:711:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_se_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:711:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:715:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_cpu_capacity_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:715:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:723:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_util_est_cfs_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:723:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_util_est_cfs_tp, ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_util_est_se_tp': In file included from /kisskb/src/block/partitions/atari.c:12: /kisskb/src/block/partitions/atari.c: In function 'put_partition': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:727:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_util_est_se_tp, ^~~~~~~~~~~~~ /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:727:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_work_execute_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_migrate_task': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_fork': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_pi_setprio': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_overutilized_tp': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:719:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_overutilized_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:719:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_overutilized_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:719:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_overutilized_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:719:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:731:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_update_nr_running_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:731:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_update_nr_running_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:731:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_update_nr_running_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:731:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/block/partitions/atari.c: In function 'atari_partition': /kisskb/src/block/partitions/atari.c:76:10: note: byref variable will be forcibly initialized Sector sect2; ^~~~~ /kisskb/src/block/partitions/atari.c:36:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_exec': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_stat_runtime': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_move_numa': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_numa_pair_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:52:9: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'unwind_frame': /kisskb/src/arch/arm64/kernel/stacktrace.c:69:20: note: byref variable will be forcibly initialized struct stack_info info; ^~~~ /kisskb/src/crypto/asymmetric_keys/pkcs7_verify.c: In function 'pkcs7_digest': /kisskb/src/crypto/asymmetric_keys/pkcs7_verify.c:73:6: note: byref variable will be forcibly initialized u8 tag; ^~~ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'dump_backtrace': /kisskb/src/arch/arm64/kernel/stacktrace.c:162:20: note: byref variable will be forcibly initialized struct stackframe frame; ^~~~~ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'arch_stack_walk': /kisskb/src/arch/arm64/kernel/stacktrace.c:225:20: note: byref variable will be forcibly initialized struct stackframe frame; ^~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'preserve_sve_context': /kisskb/src/arch/arm64/kernel/signal.c:229:6: note: byref variable will be forcibly initialized u16 reserved[ARRAY_SIZE(ctx->__reserved)]; ^~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_sve_fpsimd_context': /kisskb/src/arch/arm64/kernel/signal.c:264:21: note: byref variable will be forcibly initialized struct sve_context sve; ^~~ /kisskb/src/arch/arm64/kernel/signal.c:263:27: note: byref variable will be forcibly initialized struct user_fpsimd_state fpsimd; ^~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_fpsimd_context': /kisskb/src/arch/arm64/kernel/signal.c:191:27: note: byref variable will be forcibly initialized struct user_fpsimd_state fpsimd; ^~~~~~ In file included from /kisskb/src/mm/mempool.c:14: /kisskb/src/mm/mempool.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_sigframe': /kisskb/src/arch/arm64/kernel/signal.c:496:19: note: byref variable will be forcibly initialized struct user_ctxs user; ^~~~ /kisskb/src/arch/arm64/kernel/signal.c:494:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/kernel/sched/core.c:7782:21: note: byref variable will be forcibly initialized struct sched_param lp = { .sched_priority = 0 }; ^~ In file included from /kisskb/src/block/partitions/aix.c:8: /kisskb/src/block/partitions/aix.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'setup_rt_frame': /kisskb/src/arch/arm64/kernel/signal.c:772:33: note: byref variable will be forcibly initialized struct rt_sigframe_user_layout user; ^~~~ 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/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/block/partitions/check.h:2, from /kisskb/src/block/partitions/aix.c:8: /kisskb/src/block/partitions/aix.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'do_signal': /kisskb/src/arch/arm64/kernel/signal.c:853:17: note: byref variable will be forcibly initialized struct ksignal ksig; ^~~~ /kisskb/src/mm/mempool.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'minsigstksz_setup': /kisskb/src/arch/arm64/kernel/signal.c:966:33: note: byref variable will be forcibly initialized struct rt_sigframe_user_layout user; ^~~~ /kisskb/src/block/partitions/aix.c: In function 'read_lba': /kisskb/src/block/partitions/aix.c:89:10: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'balance_push_set': /kisskb/src/kernel/sched/core.c:8898:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/block/partitions/aix.c: In function 'aix_partition': /kisskb/src/block/partitions/aix.c:270:10: note: byref variable will be forcibly initialized char tmp[sizeof(n[i].name) + 1]; // null char ^~~ /kisskb/src/block/partitions/aix.c:254:10: note: byref variable will be forcibly initialized char tmp[70]; ^~~ /kisskb/src/block/partitions/aix.c:176:8: note: byref variable will be forcibly initialized char tmp[64]; ^~~ /kisskb/src/block/partitions/aix.c:157:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/block/partitions/cmdline.c: In function 'parse_parts': /kisskb/src/block/partitions/cmdline.c:128:7: note: byref variable will be forcibly initialized char buf[BDEVNAME_SIZE + 32 + 4]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/sched.h:1867, from /kisskb/src/kernel/sched/core.c:13: /kisskb/src/kernel/sched/core.c: In function 'psi_ttwu_dequeue': /kisskb/src/kernel/sched/stats.h:117:19: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/block/partitions/cmdline.c:20: /kisskb/src/block/partitions/cmdline.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ /kisskb/src/block/partitions/cmdline.c: In function 'add_part': /kisskb/src/block/partitions/cmdline.c:258:7: note: byref variable will be forcibly initialized char tmp[sizeof(info->volname) + 4]; ^~~ /kisskb/src/mm/mempool.c: In function 'mempool_alloc': /kisskb/src/mm/mempool.c:379:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8451:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8497:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval_time32': /kisskb/src/mm/kfence/report.c: In function 'seq_con_printf': /kisskb/src/mm/kfence/report.c:35:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/sched/core.c:8510:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/mm/kfence/report.c: In function 'get_stack_skipnr': /kisskb/src/mm/kfence/report.c:52:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/mm/fadvise.c: In function 'generic_fadvise': /kisskb/src/mm/fadvise.c:144:18: note: byref variable will be forcibly initialized unsigned long nr_pagevec = 0; ^~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_tick_remote': /kisskb/src/kernel/sched/core.c:5273:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_write': /kisskb/src/fs/notify/fanotify/fanotify_user.c:740:27: note: byref variable will be forcibly initialized struct fanotify_response response = { .fd = -1, .response = -1 }; ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:6170:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_runnable': /kisskb/src/kernel/sched/core.c:3608:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/kernel/sched/core.c:2297:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function '__balance_push_cpu_stop': /kisskb/src/kernel/sched/core.c:8805:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:3251:12: note: byref variable will be forcibly initialized ktime_t to = NSEC_PER_SEC / HZ; ^~ /kisskb/src/kernel/sched/core.c:3180:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'sched_ttwu_pending': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:177:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3647:4: note: in expansion of macro 'smp_cond_load_acquire' smp_cond_load_acquire(&p->on_cpu, !VAL); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3630:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_if_idle': /kisskb/src/kernel/sched/core.c:3687:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_queue': /kisskb/src/kernel/sched/core.c:3767:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'try_to_wake_up': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:177:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4080:2: note: in expansion of macro 'smp_cond_load_acquire' smp_cond_load_acquire(&p->on_cpu, !VAL); ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/kthread.h:5, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4067:2: note: in expansion of macro 'if' if (smp_load_acquire(&p->on_cpu) && ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4067:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(&p->on_cpu) && ^~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'copy_fid_info_to_user': /kisskb/src/fs/notify/fanotify/fanotify_user.c:326:16: note: byref variable will be forcibly initialized unsigned char bounce[FANOTIFY_INLINE_FH_LEN], *fh_buf; ^~~~~~ /kisskb/src/kernel/sched/core.c: In function 'try_invoke_on_locked_down_task': /kisskb/src/kernel/sched/core.c:4128:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:4441:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:5062:24: note: byref variable will be forcibly initialized struct migration_arg arg = { p, dest_cpu }; ^~~ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': /kisskb/src/kernel/sched/core.c:5104:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/kernel/sched/core.c:8118:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'copy_event_to_user': /kisskb/src/fs/notify/fanotify/fanotify_user.c:535:15: note: byref variable will be forcibly initialized struct file *f = NULL; ^ /kisskb/src/fs/notify/fanotify/fanotify_user.c:530:33: note: byref variable will be forcibly initialized struct fanotify_event_metadata metadata; ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:6748:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/kernel/sched/core.c:6871:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_test_fid': /kisskb/src/fs/notify/fanotify/fanotify_user.c:1301:18: note: byref variable will be forcibly initialized __kernel_fsid_t root_fsid; ^~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:7219:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_remove_mark': /kisskb/src/fs/notify/fanotify/fanotify_user.c:945:6: note: byref variable will be forcibly initialized int destroy_mark; ^~~~~~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'do_fanotify_mark': /kisskb/src/fs/notify/fanotify/fanotify_user.c:1364:18: note: byref variable will be forcibly initialized __kernel_fsid_t __fsid, *fsid = NULL; ^~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c:1363:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_user_setup': /kisskb/src/fs/notify/fanotify/fanotify_user.c:1573:17: note: byref variable will be forcibly initialized struct sysinfo si; ^~ /kisskb/src/kernel/sched/core.c: In function 'scheduler_tick': /kisskb/src/kernel/sched/core.c:5199:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/block/partitions/mac.c:11: /kisskb/src/block/partitions/mac.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ /kisskb/src/block/partitions/mac.c: In function 'mac_partition': /kisskb/src/block/partitions/mac.c:33:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:7595:21: note: byref variable will be forcibly initialized struct sched_param lparam; ^~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:7711:20: note: byref variable will be forcibly initialized struct sched_attr attr; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_stop_task': /kisskb/src/kernel/sched/core.c:3419:21: note: byref variable will be forcibly initialized struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo': /kisskb/src/kernel/sched/core.c:7567:21: note: byref variable will be forcibly initialized struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo_low': /kisskb/src/kernel/sched/core.c:7577:21: note: byref variable will be forcibly initialized struct sched_param sp = { .sched_priority = 1 }; ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getaffinity': /kisskb/src/kernel/sched/core.c:8092:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'cert_sig_digest_update': /kisskb/src/crypto/asymmetric_keys/public_key.c:260:16: note: byref variable will be forcibly initialized unsigned char dgst[SM3_DIGEST_SIZE]; ^~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'software_key_query': /kisskb/src/crypto/asymmetric_keys/public_key.c:112:7: note: byref variable will be forcibly initialized char alg_name[CRYPTO_MAX_ALG_NAME]; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'init_idle': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:8667:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rq->curr, idle); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_activate': /kisskb/src/kernel/sched/core.c:9022:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_deactivate': /kisskb/src/kernel/sched/core.c:9066:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_dying': /kisskb/src/kernel/sched/core.c:9202:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'software_key_eds_op': /kisskb/src/crypto/asymmetric_keys/public_key.c:176:7: note: byref variable will be forcibly initialized char alg_name[CRYPTO_MAX_ALG_NAME]; ^~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:175:28: note: byref variable will be forcibly initialized struct scatterlist in_sg, out_sg; ^~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:175:21: note: byref variable will be forcibly initialized struct scatterlist in_sg, out_sg; ^~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:174:21: note: byref variable will be forcibly initialized struct crypto_wait cwait; ^~~~~ /kisskb/src/arch/arm64/kernel/traps.c: In function 'dump_kernel_instr': /kisskb/src/arch/arm64/kernel/traps.c:159:16: note: byref variable will be forcibly initialized unsigned int val, bad; ^~~ /kisskb/src/arch/arm64/kernel/traps.c:152:7: note: byref variable will be forcibly initialized char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; ^~~ 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:727, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/trace_events.h:21, from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'affine_move_task': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2736:2: note: in expansion of macro 'wait_var_event' wait_var_event(&my_pending.refs, !refcount_read(&my_pending.refs)); ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/traps.c: In function 'call_undef_hook': /kisskb/src/arch/arm64/kernel/traps.c:406:10: note: byref variable will be forcibly initialized __le32 instr_le; ^~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'public_key_verify_signature': /kisskb/src/crypto/asymmetric_keys/public_key.c:318:7: note: byref variable will be forcibly initialized char alg_name[CRYPTO_MAX_ALG_NAME]; ^~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:317:21: note: byref variable will be forcibly initialized struct scatterlist src_sg[2]; ^~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:314:21: note: byref variable will be forcibly initialized struct crypto_wait cwait; ^~~~~ /kisskb/src/kernel/sched/core.c: In function '__set_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2844:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setaffinity': /kisskb/src/kernel/sched/core.c:7937:30: note: byref variable will be forcibly initialized cpumask_var_t cpus_allowed, new_mask; ^~~~~~~~ /kisskb/src/kernel/sched/core.c:7937:16: note: byref variable will be forcibly initialized cpumask_var_t cpus_allowed, new_mask; ^~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/oom.h:195, from /kisskb/src/mm/oom_kill.c:53: /kisskb/src/mm/oom_kill.c: In function 'perf_trace_oom_score_adj_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setaffinity': /kisskb/src/kernel/sched/core.c:8039:16: note: byref variable will be forcibly initialized cpumask_var_t new_mask; ^~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_reclaim_retry_zone': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_mark_victim': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'restrict_cpus_allowed_ptr': /kisskb/src/mm/oom_kill.c: In function 'perf_trace_wake_reaper': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2869:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_start_task_reaping': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_finish_task_reaping': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'force_compatible_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2921:16: note: byref variable will be forcibly initialized cpumask_var_t new_mask; ^~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_skip_task_reaping': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/oom.h:195, from /kisskb/src/mm/oom_kill.c:53: /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_oom_score_adj_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_reclaim_retry_zone': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_mark_victim': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_wake_reaper': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_start_task_reaping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_finish_task_reaping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_skip_task_reaping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_mark_victim': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_wake_reaper': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_start_task_reaping': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_finish_task_reaping': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_skip_task_reaping': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_reclaim_retry_zone': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__oom_reap_task_mm': /kisskb/src/mm/oom_kill.c:544:22: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/oom_kill.c:543:30: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_reaper': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' __ret = __wait_event_freezable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:647:3: note: in expansion of macro 'wait_event_freezable' wait_event_freezable(oom_reaper_wait, oom_reaper_list != NULL); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__do_sys_process_mrelease': /kisskb/src/mm/oom_kill.c:1152:15: note: byref variable will be forcibly initialized unsigned int f_flags; ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_killer_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:774:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(oom_victims_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'out_of_memory': /kisskb/src/mm/oom_kill.c:1051:16: note: byref variable will be forcibly initialized unsigned long freed = 0; ^~~~~ /kisskb/src/crypto/asymmetric_keys/verify_pefile.c: In function 'pefile_strip_sig_wrapper': /kisskb/src/crypto/asymmetric_keys/verify_pefile.c:125:25: note: byref variable will be forcibly initialized struct win_certificate wrapper; ^~~~~~~ In file included from /kisskb/src/crypto/asymmetric_keys/verify_pefile.c:11: /kisskb/src/crypto/asymmetric_keys/verify_pefile.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/crypto/asymmetric_keys/verify_pefile.c: In function 'verify_pefile_signature': /kisskb/src/crypto/asymmetric_keys/verify_pefile.c:420:24: note: byref variable will be forcibly initialized struct pefile_context ctx; ^~~ In file included from /kisskb/src/arch/arm64/kernel/vdso.c:20: /kisskb/src/arch/arm64/kernel/vdso.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_note_OID': /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c:163:8: note: byref variable will be forcibly initialized char buffer[50]; ^~~~~~ /kisskb/src/arch/arm64/kernel/return_address.c: In function 'return_address': /kisskb/src/arch/arm64/kernel/return_address.c:38:20: note: byref variable will be forcibly initialized struct stackframe frame; ^~~~~ /kisskb/src/arch/arm64/kernel/return_address.c:37:29: note: byref variable will be forcibly initialized struct return_address_data data; ^~~~ /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_extract_key_data': /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c:488:11: note: byref variable will be forcibly initialized enum OID oid; ^~~ /kisskb/src/drivers/irqchip/irq-tegra.c: In function 'tegra_ictlr_domain_alloc': /kisskb/src/drivers/irqchip/irq-tegra.c:241:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/key.c:11: /kisskb/src/security/keys/key.c: In function 'mark_key_instantiated': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c:414:2: note: in expansion of macro 'smp_store_release' smp_store_release(&key->state, ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/security/keys/key.c:18: /kisskb/src/security/keys/key.c: In function 'notify_key': /kisskb/src/security/keys/internal.h:191:26: note: byref variable will be forcibly initialized struct key_notification n = { ^ /kisskb/src/drivers/irqchip/irq-dw-apb-ictl.c: In function 'dw_apb_ictl_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-dw-apb-ictl.c:79:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/drivers/irqchip/irq-dw-apb-ictl.c:78:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-dw-apb-ictl.c: In function 'dw_apb_ictl_init': /kisskb/src/drivers/irqchip/irq-dw-apb-ictl.c:118:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/security/keys/key.c: In function 'key_update': /kisskb/src/security/keys/key.c:1005:31: note: byref variable will be forcibly initialized struct key_preparsed_payload prep; ^~~~ /kisskb/src/security/keys/key.c: In function 'key_instantiate_and_link': /kisskb/src/security/keys/key.c:505:27: note: byref variable will be forcibly initialized struct assoc_array_edit *edit = NULL; ^~~~ /kisskb/src/security/keys/key.c:504:31: note: byref variable will be forcibly initialized struct key_preparsed_payload prep; ^~~~ /kisskb/src/security/keys/key.c: In function 'key_create_or_update': /kisskb/src/security/keys/key.c:828:27: note: byref variable will be forcibly initialized struct assoc_array_edit *edit = NULL; ^~~~ /kisskb/src/security/keys/key.c:827:31: note: byref variable will be forcibly initialized struct key_preparsed_payload prep; ^~~~ /kisskb/src/security/keys/key.c: In function 'key_reject_and_link': /kisskb/src/security/keys/key.c:580:27: note: byref variable will be forcibly initialized struct assoc_array_edit *edit = NULL; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/key.c:11: /kisskb/src/security/keys/key.c: In function 'generic_key_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c:1129:3: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, prep->payload.data[0]); ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/block/partitions/osf.c:11: /kisskb/src/block/partitions/osf.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ /kisskb/src/block/partitions/osf.c: In function 'osf_partition': /kisskb/src/block/partitions/osf.c:21:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ In file included from /kisskb/src/block/partitions/ldm.c:12: /kisskb/src/block/partitions/ldm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/block/partitions/ldm.c:20: /kisskb/src/block/partitions/ldm.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ /kisskb/src/block/partitions/ldm.c: In function '_ldm_printk': /kisskb/src/block/partitions/ldm.c:44:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/block/partitions/ldm.c: In function 'ldm_validate_partition_table': /kisskb/src/block/partitions/ldm.c:494:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/block/partitions/ldm.c: In function 'ldm_validate_privheads': /kisskb/src/block/partitions/ldm.c:270:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ 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:264, from /kisskb/src/include/linux/init.h:5, from /kisskb/src/arch/arm64/kernel/alternative.c:11: /kisskb/src/arch/arm64/kernel/alternative.c: In function '__apply_alternatives_multi_stop': /kisskb/src/arch/arm64/kernel/alternative.c:212:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(remaining_capabilities, ARM64_NPATCHABLE); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/arch/arm64/kernel/alternative.c:201:20: note: byref variable will be forcibly initialized struct alt_region region = { ^~~~~~ /kisskb/src/arch/arm64/kernel/alternative.c: In function 'apply_boot_alternatives': /kisskb/src/arch/arm64/kernel/alternative.c:239:20: note: byref variable will be forcibly initialized struct alt_region region = { ^~~~~~ 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:264, 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:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(all_capabilities, ARM64_NPATCHABLE); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/arch/arm64/kernel/alternative.c:253:20: note: byref variable will be forcibly initialized struct alt_region region = { ^~~~~~ /kisskb/src/block/partitions/ldm.c: In function 'ldm_validate_tocblocks': /kisskb/src/block/partitions/ldm.c:359:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/block/partitions/ldm.c: In function 'ldm_validate_vmdb': /kisskb/src/block/partitions/ldm.c:430:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/crypto/asymmetric_keys/pkcs8_parser.c: In function 'pkcs8_parse': /kisskb/src/crypto/asymmetric_keys/pkcs8_parser.c:99:29: note: byref variable will be forcibly initialized struct pkcs8_parse_context ctx; ^~~ /kisskb/src/crypto/asymmetric_keys/pkcs8_parser.c: In function 'pkcs8_note_OID': /kisskb/src/crypto/asymmetric_keys/pkcs8_parser.c:41:8: note: byref variable will be forcibly initialized char buffer[50]; ^~~~~~ /kisskb/src/block/partitions/ldm.c: In function 'ldm_parse_dgr4': /kisskb/src/block/partitions/ldm.c:817:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ In file included from /kisskb/src/block/partitions/sun.c:11: /kisskb/src/block/partitions/sun.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ In file included from /kisskb/src/arch/arm64/kernel/cacheinfo.c:10: /kisskb/src/arch/arm64/kernel/cacheinfo.c: In function 'init_cache_level': /kisskb/src/include/linux/cacheinfo.h:95:6: note: byref variable will be forcibly initialized int ret; \ ^~~ /kisskb/src/arch/arm64/kernel/cacheinfo.c:101:1: note: in expansion of macro 'DEFINE_SMP_CALL_CACHE_FUNCTION' DEFINE_SMP_CALL_CACHE_FUNCTION(init_cache_level) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/cacheinfo.c: In function 'populate_cache_leaves': /kisskb/src/include/linux/cacheinfo.h:95:6: note: byref variable will be forcibly initialized int ret; \ ^~~ /kisskb/src/arch/arm64/kernel/cacheinfo.c:102:1: note: in expansion of macro 'DEFINE_SMP_CALL_CACHE_FUNCTION' DEFINE_SMP_CALL_CACHE_FUNCTION(populate_cache_leaves) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/partitions/sun.c: In function 'sun_partition': /kisskb/src/block/partitions/sun.c:27:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/block/partitions/ldm.c:12: /kisskb/src/block/partitions/ldm.c: In function 'ldm_get_vblks': /kisskb/src/block/partitions/ldm.c:1359:13: note: byref variable will be forcibly initialized LIST_HEAD (frags); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/partitions/ldm.c:1357:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/drivers/irqchip/irq-gic.c: In function 'gic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic.c:1079:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/drivers/irqchip/irq-gic.c:1078:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic.c: In function 'gic_check_eoimode': /kisskb/src/drivers/irqchip/irq-gic.c:1302:18: note: byref variable will be forcibly initialized struct resource cpuif_res; ^~~~~~~~~ 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1605:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:195:2: note: in expansion of macro 'KUNIT_ASSERT_TRUE_MSG' 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1332:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:763:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, report_available()); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:762:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, pass); ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:742:9: note: byref variable will be forcibly initialized void *objects[100]; ^~~~~~~ In file included from /kisskb/src/mm/kfence/kfence_test.c:14: /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:735:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1605:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:308:2: note: in expansion of macro 'KUNIT_ASSERT_TRUE_MSG' KUNIT_ASSERT_TRUE_MSG(test, false, "failed to allocate from KFENCE"); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:290:4: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, objs_per_slab_page(s, page), 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:289:4: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, obj_to_index(s, page, alloc), 0U); ^~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_gfpzero': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1332:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:635:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, report_available()); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:631:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, buf2[i], (char)0); ^~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_memcache_ctor': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1332:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:596:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, report_available()); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:592:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' 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:95:25: note: byref variable will be forcibly initialized 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1602:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_ASSERTION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:724:2: note: in expansion of macro 'KUNIT_ASSERT_TRUE' KUNIT_ASSERT_TRUE(test, report_matches(&expect)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1621:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_ASSERTION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:721:2: note: in expansion of macro 'KUNIT_ASSERT_FALSE' KUNIT_ASSERT_FALSE(test, report_available()); /* No reports yet! */ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:720:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, (unsigned long)buf, (unsigned long)ZERO_SIZE_PTR); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:717:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, buf[i], (char)(i + 1)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:971:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1175:2: note: in expansion of macro 'KUNIT_BASE_GE_MSG_ASSERTION' KUNIT_BASE_GE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1185:2: note: in expansion of macro 'KUNIT_BINARY_GE_MSG_ASSERTION' KUNIT_BINARY_GE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1513:2: note: in expansion of macro 'KUNIT_BINARY_GE_ASSERTION' KUNIT_BINARY_GE_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:715:2: note: in expansion of macro 'KUNIT_EXPECT_GE' KUNIT_EXPECT_GE(test, ksize(buf), size * 2); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:710:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, buf[i], (char)(i + 1)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:971:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1175:2: note: in expansion of macro 'KUNIT_BASE_GE_MSG_ASSERTION' KUNIT_BASE_GE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1185:2: note: in expansion of macro 'KUNIT_BINARY_GE_MSG_ASSERTION' KUNIT_BINARY_GE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1513:2: note: in expansion of macro 'KUNIT_BINARY_GE_ASSERTION' KUNIT_BINARY_GE_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:708:2: note: in expansion of macro 'KUNIT_EXPECT_GE' KUNIT_EXPECT_GE(test, ksize(buf), size * 3); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:701:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ksize(buf), size); /* Precise size match after KFENCE alloc. */ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1332:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:700:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, test_cache); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:691:29: note: byref variable will be forcibly initialized 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:648:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, report_matches(&expect)); ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:640:29: note: byref variable will be forcibly initialized 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:501:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, report_matches(&expect)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1332:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:499:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:478:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, report_matches(&expect)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1332:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:473:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, report_available()); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1332:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:466:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, report_available()); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_corruption': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:435:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, report_matches(&expect)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:429:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:409:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:392:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:377:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:360:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:342:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, report_matches(&expect)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:336:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:684:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, report_matches(&expect)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:683:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, *expect.addr, (char)42); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1332:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:677:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, report_available()); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:669:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, *expect.addr, (char)42); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:662:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, test_cache); /* Want memcache. */ ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_shrink_memcache': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1332:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:516:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, report_available()); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:511:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, test_cache); ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_free_bulk': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1621:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_ASSERTION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:542:3: note: in expansion of macro 'KUNIT_ASSERT_FALSE' KUNIT_ASSERT_FALSE(test, report_available()); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:533:9: note: byref variable will be forcibly initialized void *objects[] = { ^~~~~~~ /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'parse_kpti': /kisskb/src/arch/arm64/kernel/cpufeature.c:1600:7: note: byref variable will be forcibly initialized bool enabled; ^~~~~~~ /kisskb/src/arch/arm64/kernel/proton-pack.c: In function 'spectre_v2_get_cpu_fw_mitigation_state': /kisskb/src/arch/arm64/kernel/proton-pack.c:144:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/arch/arm64/kernel/proton-pack.c: In function 'spectre_v4_get_cpu_fw_mitigation_state': /kisskb/src/arch/arm64/kernel/proton-pack.c:448:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'do_emulate_mrs': /kisskb/src/arch/arm64/kernel/cpufeature.c:3049:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/crypto/asymmetric_keys/mscode_parser.c: In function 'mscode_note_content_type': /kisskb/src/crypto/asymmetric_keys/mscode_parser.c:44:8: note: byref variable will be forcibly initialized char buffer[50]; ^~~~~~ /kisskb/src/crypto/asymmetric_keys/mscode_parser.c: In function 'mscode_note_digest_algo': /kisskb/src/crypto/asymmetric_keys/mscode_parser.c:73:7: note: byref variable will be forcibly initialized char buffer[50]; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/notify/group.c:8: /kisskb/src/fs/notify/group.c: In function 'fsnotify_destroy_group': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/notify/group.c:68:2: note: in expansion of macro 'wait_event' wait_event(group->notification_waitq, !atomic_read(&group->user_waits)); ^~~~~~~~~~ /kisskb/src/crypto/asymmetric_keys/pkcs7_parser.c: In function 'pkcs7_note_OID': /kisskb/src/crypto/asymmetric_keys/pkcs7_parser.c:212:8: note: byref variable will be forcibly initialized char buffer[50]; ^~~~~~ /kisskb/src/mm/page-writeback.c: In function '__wb_calc_thresh': /kisskb/src/mm/page-writeback.c:757:27: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:757:16: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^~~~~~~~~ /kisskb/src/mm/page-writeback.c: In function 'balance_dirty_pages': /kisskb/src/mm/page-writeback.c:1574:6: note: byref variable will be forcibly initialized int nr_dirtied_pause; ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function 'find_field': /kisskb/src/arch/arm64/kernel/idreg-override.c:111:7: note: byref variable will be forcibly initialized char opt[FTR_DESC_NAME_LEN + FTR_DESC_FIELD_LEN + 2]; ^~~ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function 'match_options': /kisskb/src/arch/arm64/kernel/idreg-override.c:136:8: note: byref variable will be forcibly initialized u64 v; ^ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function '__parse_cmdline': /kisskb/src/arch/arm64/kernel/idreg-override.c:165:8: note: byref variable will be forcibly initialized char buf[256]; ^~~ /kisskb/src/mm/page-writeback.c: In function 'writeback_set_ratelimit': /kisskb/src/mm/page-writeback.c:2069:16: note: byref variable will be forcibly initialized unsigned long dirty_thresh; ^~~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:2068:16: note: byref variable will be forcibly initialized unsigned long background_thresh; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function 'tag_pages_for_writeback': /kisskb/src/mm/page-writeback.c:2127:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/page-writeback.c: In function '__test_set_page_writeback': /kisskb/src/mm/page-writeback.c:2820:12: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page_index(page)); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/page-writeback.c: In function 'write_cache_pages': /kisskb/src/mm/page-writeback.c:2186:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/mm/page-writeback.c:2184:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/page-writeback.c: In function 'generic_writepages': /kisskb/src/mm/page-writeback.c:2338:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/mark.c:63: /kisskb/src/fs/notify/mark.c: In function 'hlist_add_before_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:656:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_pprev_rcu(n), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'hlist_add_behind_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:683:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_next_rcu(prev), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/idle.c: In function 'cpu_do_idle': /kisskb/src/arch/arm64/kernel/idle.c:25:33: note: byref variable will be forcibly initialized struct arm_cpuidle_irq_context context; ^~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_mark_destroy_workfn': /kisskb/src/fs/notify/mark.c:854:19: note: byref variable will be forcibly initialized struct list_head private_destroy_list; ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/mark.c:63: /kisskb/src/fs/notify/mark.c: In function 'fsnotify_detach_connector_from_object': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c:223:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*(conn->obj), NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_put_mark': /kisskb/src/fs/notify/mark.c:255:15: note: byref variable will be forcibly initialized unsigned int type = FSNOTIFY_OBJ_TYPE_DETACHED; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, 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:753:12: note: byref variable will be forcibly initialized LIST_HEAD(to_free); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_destroy_marks': /kisskb/src/fs/notify/mark.c:799:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ipi.h:90, from /kisskb/src/arch/arm64/kernel/smp.c:55: /kisskb/src/arch/arm64/kernel/smp.c: In function 'perf_trace_ipi_raise': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'perf_trace_ipi_handler': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ipi.h:90, from /kisskb/src/arch/arm64/kernel/smp.c:55: /kisskb/src/arch/arm64/kernel/smp.c: In function 'trace_event_raw_event_ipi_raise': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'trace_event_raw_event_ipi_handler': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function '__bpf_trace_ipi_handler': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'smp_send_stop': /kisskb/src/arch/arm64/kernel/smp.c:1034:13: note: byref variable will be forcibly initialized cpumask_t mask; ^~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'crash_smp_send_stop': /kisskb/src/arch/arm64/kernel/smp.c:1060:12: note: byref variable will be forcibly initialized cpumask_t mask; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/irqchip/irq-gic-pm.c:5: /kisskb/src/drivers/irqchip/irq-gic-pm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/irqchip/irq-gic-pm.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/samples/connector/cn_test.c: In function 'cn_test_timer_func': /kisskb/src/samples/connector/cn_test.c:118:7: note: byref variable will be forcibly initialized char data[32]; ^~~~ /kisskb/src/arch/arm64/kernel/patching.c: In function 'aarch64_insn_read': /kisskb/src/arch/arm64/kernel/patching.c:60:9: note: byref variable will be forcibly initialized __le32 val; ^~~ /kisskb/src/arch/arm64/kernel/patching.c: In function 'aarch64_insn_patch_text': /kisskb/src/arch/arm64/kernel/patching.c:138:28: note: byref variable will be forcibly initialized struct aarch64_insn_patch patch = { ^~~~~ /kisskb/src/mm/readahead.c: In function 'read_pages': /kisskb/src/mm/readahead.c:122:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/readahead.c:12: /kisskb/src/mm/readahead.c: In function 'page_cache_ra_unbounded': /kisskb/src/mm/readahead.c:179:12: note: byref variable will be forcibly initialized LIST_HEAD(page_pool); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/mm/truncate.c:12: /kisskb/src/mm/truncate.c: In function '__clear_shadow_entry': /kisskb/src/mm/truncate.c:37:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/block/partitions/ultrix.c:10: /kisskb/src/block/partitions/ultrix.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ /kisskb/src/block/partitions/ultrix.c: In function 'ultrix_partition': /kisskb/src/block/partitions/ultrix.c:15:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/mm/truncate.c: In function '__invalidate_mapping_pages': /kisskb/src/mm/truncate.c:472:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/truncate.c:471:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/mm/truncate.c: In function 'truncate_inode_pages_range': /kisskb/src/mm/truncate.c:290:11: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/mm/truncate.c:289:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/truncate.c: In function 'invalidate_inode_pages2_range': /kisskb/src/mm/truncate.c:612:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/truncate.c:611:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ In file included from /kisskb/src/block/partitions/karma.c:10: /kisskb/src/block/partitions/karma.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ /kisskb/src/arch/arm64/kernel/ftrace.c: In function 'ftrace_modify_code': /kisskb/src/arch/arm64/kernel/ftrace.c:28:6: note: byref variable will be forcibly initialized u32 replaced; ^~~~~~~~ /kisskb/src/block/partitions/karma.c: In function 'karma_partition': /kisskb/src/block/partitions/karma.c:19:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/arch/arm64/kernel/ftrace.c: In function 'ftrace_make_nop': /kisskb/src/arch/arm64/kernel/ftrace.c:189:7: note: byref variable will be forcibly initialized u32 replaced; ^~~~~~~~ /kisskb/src/mm/swap.c: In function '__page_cache_release': /kisskb/src/mm/swap.c:84:17: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/pagemap.h:85, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'perf_trace_mm_lru_insertion': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'perf_trace_mm_lru_activate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pagemap.h:85, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_insertion': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_activate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/pagemap.h:85, 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function '__bpf_trace_mm_lru_activate': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'put_sigset_t': /kisskb/src/arch/arm64/kernel/signal32.c:51:18: note: byref variable will be forcibly initialized compat_sigset_t cset; ^~~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'get_sigset_t': /kisskb/src/arch/arm64/kernel/signal32.c:62:18: note: byref variable will be forcibly initialized compat_sigset_t s32; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function '__lru_add_drain_all': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/swap.c:767:13: note: in expansion of macro 'smp_load_acquire' this_gen = smp_load_acquire(&lru_drain_gen); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'compat_restore_vfp_context': /kisskb/src/arch/arm64/kernel/signal32.c:144:27: note: byref variable will be forcibly initialized struct user_fpsimd_state fpsimd; ^~~~~~ /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:878:16: note: byref variable will be forcibly initialized unsigned long 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:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c:876:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_to_free); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'compat_restore_sigframe': /kisskb/src/arch/arm64/kernel/signal32.c:186:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ /kisskb/src/mm/swap.c: In function 'pagevec_lru_move_fn': /kisskb/src/mm/swap.c:187:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ /kisskb/src/mm/swap.c: In function '__pagevec_lru_add': /kisskb/src/mm/swap.c:1033:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ /kisskb/src/arch/arm64/kernel/perf_callchain.c: In function 'user_backtrace': /kisskb/src/arch/arm64/kernel/perf_callchain.c:26:20: note: byref variable will be forcibly initialized struct frame_tail buftail; ^~~~~~~ /kisskb/src/arch/arm64/kernel/perf_callchain.c: In function 'compat_user_backtrace': /kisskb/src/arch/arm64/kernel/perf_callchain.c:74:27: note: byref variable will be forcibly initialized struct compat_frame_tail buftail; ^~~~~~~ /kisskb/src/arch/arm64/kernel/perf_callchain.c: In function 'perf_callchain_kernel': /kisskb/src/arch/arm64/kernel/perf_callchain.c:150:20: note: byref variable will be forcibly initialized struct stackframe frame; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/keyring.c:10: /kisskb/src/security/keys/keyring.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&key->state); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v2m.c: In function 'gicv2m_irq_gic_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v2m.c:139:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/security/keys/keyring.c: In function 'keyring_read': /kisskb/src/security/keys/keyring.c:484:39: note: byref variable will be forcibly initialized struct keyring_read_iterator_context ctx; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v2m.c: In function 'gicv2m_of_init': /kisskb/src/drivers/irqchip/irq-gic-v2m.c:423:19: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v2m.c:422:22: note: byref variable will be forcibly initialized u32 spi_start = 0, nr_spis = 0; ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v2m.c:422:7: note: byref variable will be forcibly initialized u32 spi_start = 0, nr_spis = 0; ^~~~~~~~~ /kisskb/src/security/keys/keyring.c: In function 'hash_key_type_and_desc': /kisskb/src/security/keys/keyring.c:169:6: note: byref variable will be forcibly initialized u32 piece; ^~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'has_pv_steal_clock': /kisskb/src/arch/arm64/kernel/paravirt.c:129:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ In file included from /kisskb/src/security/keys/keyring.c:22: /kisskb/src/security/keys/keyring.c: In function 'notify_key': /kisskb/src/security/keys/internal.h:191:26: note: byref variable will be forcibly initialized struct key_notification n = { ^ /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'stolen_time_cpu_online': /kisskb/src/arch/arm64/kernel/paravirt.c:87:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/security/keys/keyring.c: In function 'key_link': /kisskb/src/security/keys/keyring.c:1437:27: note: byref variable will be forcibly initialized struct assoc_array_edit *edit = NULL; ^~~~ /kisskb/src/security/keys/keyring.c: In function 'key_unlink': /kisskb/src/security/keys/keyring.c:1547:27: note: byref variable will be forcibly initialized struct assoc_array_edit *edit = NULL; ^~~~ /kisskb/src/security/keys/keyring.c: In function 'key_move': /kisskb/src/security/keys/keyring.c:1595:46: note: byref variable will be forcibly initialized struct assoc_array_edit *from_edit = NULL, *to_edit = NULL; ^~~~~~~ /kisskb/src/security/keys/keyring.c:1595:27: note: byref variable will be forcibly initialized struct assoc_array_edit *from_edit = NULL, *to_edit = NULL; ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/arch/arm64/kernel/suspend.c:2: /kisskb/src/arch/arm64/kernel/suspend.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/arch/arm64/kernel/hw_breakpoint.c: In function 'breakpoint_handler': /kisskb/src/arch/arm64/kernel/hw_breakpoint.c:628:33: note: byref variable will be forcibly initialized struct arch_hw_breakpoint_ctrl ctrl; ^~~~ /kisskb/src/arch/arm64/kernel/kgdb.c: In function 'kgdb_arch_update_addr': /kisskb/src/arch/arm64/kernel/kgdb.c:163:8: note: byref variable will be forcibly initialized char *ptr; ^~~ /kisskb/src/arch/arm64/kernel/kgdb.c:162:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/arch/arm64/kernel/suspend.c: In function 'cpu_suspend': /kisskb/src/arch/arm64/kernel/suspend.c:94:33: note: byref variable will be forcibly initialized struct arm_cpuidle_irq_context context; ^~~~~~~ /kisskb/src/arch/arm64/kernel/suspend.c:93:26: note: byref variable will be forcibly initialized struct sleep_stack_data state; ^~~~~ /kisskb/src/arch/arm64/kernel/hw_breakpoint.c: In function 'watchpoint_handler': /kisskb/src/arch/arm64/kernel/hw_breakpoint.c:763:33: note: byref variable will be forcibly initialized struct arch_hw_breakpoint_ctrl ctrl; ^~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/samples/hw_breakpoint/data_breakpoint.c: In function 'hw_break_module_init': /kisskb/src/samples/hw_breakpoint/data_breakpoint.c:43:25: note: byref variable will be forcibly initialized struct perf_event_attr attr; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'mbi_irq_gic_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:45:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'mbi_allocate_domains': /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:234:36: note: byref variable will be forcibly initialized 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:310:19: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_peek_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:340:6: note: byref variable will be forcibly initialized u32 index, mask; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_set_prio': /kisskb/src/drivers/irqchip/irq-gic-v3.c:463:14: note: byref variable will be forcibly initialized u32 offset, index; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_poke_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:357:6: note: byref variable will be forcibly initialized u32 index, mask; ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/irqchip/irq-gic-v3.c:9: /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_ipi_send_mask': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1189:6: note: byref variable will be forcibly initialized int cpu; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_type': /kisskb/src/drivers/irqchip/irq-gic-v3.c:579:14: note: byref variable will be forcibly initialized u32 offset, index; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_affinity': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1238:14: note: byref variable will be forcibly initialized u32 offset, index; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1468:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1467:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_select': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1522:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1521:15: note: byref variable will be forcibly initialized unsigned int type, ret, ppi_idx; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/unaligned/packed_struct.h:4, from /kisskb/src/include/asm-generic/unaligned.h:9, from ./arch/arm64/include/generated/asm/unaligned.h:1, from /kisskb/src/net/core/sock.c:88: /kisskb/src/net/core/sock.c: In function '__dst_negative_advice': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/net/sock.h:1980:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_dst_cache, ndst); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/kaslr.c: In function 'get_kaslr_seed': /kisskb/src/arch/arm64/kernel/kaslr.c:37:12: note: byref variable will be forcibly initialized int node, len; ^~~ In file included from /kisskb/src/include/linux/random.h:121, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/asm-generic/qrwlock.h:14, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:94, from /kisskb/src/include/linux/mm_types.h:9, from /kisskb/src/arch/arm64/kernel/kaslr.c:10: /kisskb/src/arch/arm64/kernel/kaslr.c: In function 'arch_get_random_seed_long_early': /kisskb/src/arch/arm64/include/asm/archrandom.h:121:24: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/arch/arm64/kernel/kaslr.c: In function 'kaslr_early_init': /kisskb/src/arch/arm64/kernel/kaslr.c:68:16: note: byref variable will be forcibly initialized unsigned long raw; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_populate_ppi_partitions': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1901:21: note: byref variable will be forcibly initialized struct irq_fwspec ppi_fwspec = { ^~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1873:8: note: byref variable will be forcibly initialized u32 cpu_phandle; ^~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'partition_domain_translate': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1559:16: note: byref variable will be forcibly initialized unsigned long ppi_intid; ^~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_setup_kvm_info': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1930:6: note: byref variable will be forcibly initialized u32 gicv_idx; ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1929:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_init': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1983:19: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1957:6: note: byref variable will be forcibly initialized u32 nr_redist_regions; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1956:6: note: byref variable will be forcibly initialized u64 redist_stride; ^~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/kexec_image.c: In function 'image_load': /kisskb/src/arch/arm64/kernel/kexec_image.c:45:19: note: byref variable will be forcibly initialized struct kexec_buf kbuf; ^~~~ /kisskb/src/net/core/sock.c: In function 'sock_timestamping_bind_phc': /kisskb/src/net/core/sock.c:821:7: note: byref variable will be forcibly initialized int *vclock_index; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/ip.h:16, from /kisskb/src/include/net/ip.h:22, from /kisskb/src/include/linux/errqueue.h:6, from /kisskb/src/net/core/sock.c:91: /kisskb/src/net/core/sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_set_timeout': /kisskb/src/net/core/sock.c:399:31: note: byref variable will be forcibly initialized struct __kernel_old_timeval old_tv; ^~~~~~ /kisskb/src/net/core/sock.c:389:24: note: byref variable will be forcibly initialized struct old_timeval32 tv32; ^~~~ /kisskb/src/net/core/sock.c:386:31: note: byref variable will be forcibly initialized struct __kernel_sock_timeval tv; ^~ /kisskb/src/net/core/sock.c: In function 'sock_getbindtodevice': /kisskb/src/net/core/sock.c:680:7: note: byref variable will be forcibly initialized char devname[IFNAMSIZ]; ^~~~~~~ In file included 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/arch/arm64/kernel/machine_kexec_file.c:13: /kisskb/src/arch/arm64/kernel/machine_kexec_file.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/pid_namespace.h:7, from /kisskb/src/include/linux/ptrace.h:10, from /kisskb/src/include/linux/elfcore.h:11, from /kisskb/src/include/linux/crash_core.h:6, from /kisskb/src/include/linux/kexec.h:18, from /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:15: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c: In function 'prepare_elf_headers': /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:48:21: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:48:14: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~~~ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:47:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c: In function 'load_other_segments': /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:89:16: note: byref variable will be forcibly initialized unsigned long headers_sz, initrd_load_addr = 0, dtb_len, ^~~~~~~~~~ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:88:8: note: byref variable will be forcibly initialized void *headers, *dtb = NULL; ^~~~~~~ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:87:19: note: byref variable will be forcibly initialized struct kexec_buf kbuf; ^~~~ /kisskb/src/net/core/sock.c: In function 'sock_no_sendpage': /kisskb/src/net/core/sock.c:2976:14: note: byref variable will be forcibly initialized struct kvec iov; ^~~ /kisskb/src/net/core/sock.c: In function 'sock_no_sendpage_locked': /kisskb/src/net/core/sock.c:2991:14: note: byref variable will be forcibly initialized struct kvec iov; ^~~ /kisskb/src/net/core/sock.c: In function 'sock_setbindtodevice': /kisskb/src/net/core/sock.c:633:7: note: byref variable will be forcibly initialized char devname[IFNAMSIZ]; ^~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_setsockopt': /kisskb/src/net/core/sock.c:1286:17: note: byref variable will be forcibly initialized unsigned long ulval = (val == ~0U) ? ~0UL : (unsigned int)val; ^~~~~ /kisskb/src/net/core/sock.c:1191:8: note: byref variable will be forcibly initialized u32 ufd; ^~~ /kisskb/src/net/core/sock.c:1181:21: note: byref variable will be forcibly initialized struct sock_fprog fprog; ^~~~~ /kisskb/src/net/core/sock.c:1170:8: note: byref variable will be forcibly initialized u32 ufd; ^~~ /kisskb/src/net/core/sock.c:1160:21: note: byref variable will be forcibly initialized struct sock_fprog fprog; ^~~~~ /kisskb/src/net/core/sock.c:963:16: note: byref variable will be forcibly initialized struct linger ling; ^~~~ /kisskb/src/net/core/sock.c:961:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/net/core/sock.c:959:21: note: byref variable will be forcibly initialized struct sock_txtime sk_txtime; ^~~~~~~~~ /kisskb/src/net/core/sock.c:958:25: note: byref variable will be forcibly initialized struct so_timestamping timestamping; ^~~~~~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_gettstamp': /kisskb/src/net/core/sock.c:3256:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/net/core/sock.c: In function 'sock_common_recvmsg': /kisskb/src/net/core/sock.c:3364:6: note: byref variable will be forcibly initialized int addr_len = 0; ^~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_getsockopt': /kisskb/src/net/core/sock.c:1679:7: note: byref variable will be forcibly initialized u32 meminfo[SK_MEMINFO_VARS]; ^~~~~~~ /kisskb/src/net/core/sock.c:1584:8: note: byref variable will be forcibly initialized char address[128]; ^~~~~~~ /kisskb/src/net/core/sock.c:1552:16: note: byref variable will be forcibly initialized struct ucred peercred; ^~~~~~~~ /kisskb/src/net/core/sock.c:1420:4: note: byref variable will be forcibly initialized } v; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:18, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/cipher.c: In function 'cipher_crypt_one': /kisskb/src/crypto/cipher.c:69:6: note: byref variable will be forcibly initialized u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/util.c:2: /kisskb/src/mm/util.c: In function 'vm_mmap_pgoff': /kisskb/src/mm/util.c:513:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/util.c:512:16: note: byref variable will be forcibly initialized unsigned long populate; ^~~~~~~~ /kisskb/src/fs/verity/enable.c: In function 'fsverity_ioctl_enable': /kisskb/src/fs/verity/enable.c:343:29: note: byref variable will be forcibly initialized struct fsverity_enable_arg arg; ^~~ /kisskb/src/mm/util.c: In function 'overcommit_policy_handler': /kisskb/src/mm/util.c:790:6: note: byref variable will be forcibly initialized int new_policy; ^~~~~~~~~~ /kisskb/src/mm/util.c:789:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/block/bio.c:5: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/block/bio.c: In function 'punt_bios_to_rescuer': /kisskb/src/block/bio.c:364:24: note: byref variable will be forcibly initialized struct bio_list punt, nopunt; ^~~~~~ /kisskb/src/block/bio.c:364:18: note: byref variable will be forcibly initialized struct bio_list punt, nopunt; ^~~~ /kisskb/src/block/bio.c: In function 'bio_iov_bvec_set_append': /kisskb/src/block/bio.c:1056:18: note: byref variable will be forcibly initialized struct iov_iter i = *iter; ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/vmscan.h:460, from /kisskb/src/mm/vmscan.c:63: /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_sleep, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_sleep, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/vmscan.h:145:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/vmscan.h:145:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_shrink_slab_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_shrink_slab_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/block/bio.c: In function 'zero_fill_bio': /kisskb/src/block/bio.c:532:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/bio.c:531:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_isolate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_truncate': /kisskb/src/block/bio.c:552:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_writepage': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:316:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:316:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vmscan.h:460, from /kisskb/src/mm/vmscan.c:63: /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_sleep': In file included from /kisskb/src/samples/kfifo/bytestream-example.c:12: /kisskb/src/samples/kfifo/bytestream-example.c: In function 'testfunc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_sleep, ^~~~~~~~~~~ /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/samples/kfifo/bytestream-example.c:86:15: note: in expansion of macro 'kfifo_put' for (i = 20; kfifo_put(&test, i); i++) ^~~~~~~~~ /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/samples/kfifo/bytestream-example.c:65:3: note: in expansion of macro 'kfifo_put' kfifo_put(&test, i); ^~~~~~~~~ /kisskb/src/samples/kfifo/bytestream-example.c:55:16: note: byref variable will be forcibly initialized unsigned char i, j; ^ /kisskb/src/samples/kfifo/bytestream-example.c:54:16: note: byref variable will be forcibly initialized unsigned char buf[6]; ^~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:145:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_isolate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_add_pc_page': /kisskb/src/block/bio.c:886:7: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_add_zone_append_page': /kisskb/src/block/bio.c:912:7: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_writepage': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:316:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /kisskb/src/block/bio.c: In function '__bio_iov_append_get_pages': /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_inactive': /kisskb/src/block/bio.c:1159:8: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/block/bio.c:1139:9: note: byref variable will be forcibly initialized size_t offset; ^~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ In file included from /kisskb/src/samples/kfifo/dma-example.c:10: /kisskb/src/samples/kfifo/dma-example.c: In function 'example_init': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/samples/kfifo/dma-example.c:40:3: note: in expansion of macro 'kfifo_put' kfifo_put(&fifo, i); ^~~~~~~~~ /kisskb/src/samples/kfifo/dma-example.c:26:21: note: byref variable will be forcibly initialized struct scatterlist sg[10]; ^~ /kisskb/src/block/bio.c: In function '__bio_iov_iter_get_pages': /kisskb/src/block/bio.c:1093:9: note: byref variable will be forcibly initialized size_t offset; ^~~~~~ /kisskb/src/block/bio.c:1090:7: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_add_page': /kisskb/src/block/bio.c:1007:7: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_release_pages': /kisskb/src/block/bio.c:1020:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v4.c: In function 'its_map_vlpi': /kisskb/src/drivers/irqchip/irq-gic-v4.c:314:22: note: byref variable will be forcibly initialized struct its_cmd_info info = { ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v4.c: In function 'its_get_vlpi': /kisskb/src/drivers/irqchip/irq-gic-v4.c:337:22: note: byref variable will be forcibly initialized struct its_cmd_info info = { ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function 'submit_bio_wait': /kisskb/src/block/bio.c:1241:33: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK_MAP(done, ^~~~ /kisskb/src/include/linux/completion.h:71:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK_MAP' struct completion work = COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) ^~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data_iter': /kisskb/src/block/bio.c:1289:18: note: byref variable will be forcibly initialized struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter); ^~~~~~ /kisskb/src/block/bio.c:1288:18: note: byref variable will be forcibly initialized struct bio_vec src_bv = bio_iter_iovec(src, *src_iter); ^~~~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data': /kisskb/src/block/bio.c:1314:19: note: byref variable will be forcibly initialized struct bvec_iter dst_iter = dst->bi_iter; ^~~~~~~~ /kisskb/src/block/bio.c:1313:19: note: byref variable will be forcibly initialized struct bvec_iter src_iter = src->bi_iter; ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_free_pages': /kisskb/src/block/bio.c:1323:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_set_pages_dirty': /kisskb/src/block/bio.c:1362:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_check_pages_dirty': /kisskb/src/block/bio.c:1411:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/vmscan.h:460, from /kisskb/src/mm/vmscan.c:63: /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_sleep, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:35:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:145:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:145:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_writepage': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:316:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:316:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c: In function 'of_pmsi_get_dev_id': /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c:24:26: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_shrink_slab_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c: In function 'its_pmsi_prepare': /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c:50:6: note: byref variable will be forcibly initialized u32 dev_id; ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_lru_isolate': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab': /kisskb/src/mm/vmscan.c:912:25: note: byref variable will be forcibly initialized struct shrink_control sc = { ^~ /kisskb/src/mm/vmscan.c: In function 'page_check_references': /kisskb/src/mm/vmscan.c:1234:16: note: byref variable will be forcibly initialized unsigned long vm_flags; ^~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'pageout': /kisskb/src/mm/vmscan.c:1066:28: note: byref variable will be forcibly initialized struct writeback_control wbc = { ^~~ /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1386:15: note: byref variable will be forcibly initialized bool dirty, writeback, may_enter_fs; ^~~~~~~~~ /kisskb/src/mm/vmscan.c:1386:8: note: byref variable will be forcibly initialized bool dirty, writeback, may_enter_fs; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:1372:12: note: byref variable will be forcibly initialized LIST_HEAD(demote_pages); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:1371:12: note: byref variable will be forcibly initialized LIST_HEAD(free_pages); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:1370:12: note: byref variable will be forcibly initialized LIST_HEAD(ret_pages); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin': /kisskb/src/mm/shmem.c:1513:24: note: byref variable will be forcibly initialized struct vm_area_struct pvma; ^~~~ /kisskb/src/mm/backing-dev.c: In function 'max_ratio_store': /kisskb/src/mm/backing-dev.c:185:15: note: byref variable will be forcibly initialized unsigned int ratio; ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'min_ratio_store': /kisskb/src/mm/backing-dev.c:166:15: note: byref variable will be forcibly initialized unsigned int ratio; ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'read_ahead_kb_store': /kisskb/src/mm/backing-dev.c:138:16: note: byref variable will be forcibly initialized unsigned long read_ahead_kb; ^~~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_debug_stats_show': /kisskb/src/mm/backing-dev.c:54:16: note: byref variable will be forcibly initialized unsigned long dirty_thresh; ^~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c:53:16: note: byref variable will be forcibly initialized unsigned long background_thresh; ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_page': /kisskb/src/mm/shmem.c:1577:24: note: byref variable will be forcibly initialized struct vm_area_struct pvma; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_replace_entry': /kisskb/src/mm/shmem.c:414:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/mm/backing-dev.c:3: /kisskb/src/mm/backing-dev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3587:3: note: in expansion of macro 'wait_event_killable' wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3583:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_hugepage': /kisskb/src/mm/shmem.c:1555:10: note: byref variable will be forcibly initialized pgoff_t hindex; ^~~~~~ /kisskb/src/mm/shmem.c:1553:24: note: byref variable will be forcibly initialized struct vm_area_struct pvma; ^~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_register_va': /kisskb/src/mm/backing-dev.c:877:18: note: byref variable will be forcibly initialized struct rb_node *parent, **p; ^~~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_register': /kisskb/src/mm/backing-dev.c:911:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_add_to_page_cache': /kisskb/src/mm/shmem.c:697:17: note: byref variable will be forcibly initialized XA_STATE_ORDER(xas, &mapping->i_pages, index, compound_order(page)); ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' struct xa_state name = __XA_STATE(array, \ ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'move_pages_to_lru': /kisskb/src/mm/vmscan.c:2158:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_to_free); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c: In function 'reclaim_clean_pages_from_list': /kisskb/src/mm/vmscan.c:1829:12: note: byref variable will be forcibly initialized LIST_HEAD(clean_pages); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:1826:22: note: byref variable will be forcibly initialized struct reclaim_stat stat; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin_page': /kisskb/src/mm/shmem.c:1717:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_swap_entries': /kisskb/src/mm/shmem.c:1223:16: note: byref variable will be forcibly initialized struct page *page = pvec.pages[i]; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'isolate_lru_pages': /kisskb/src/mm/vmscan.c:1981:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_skipped); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/mm/vmscan.c:2243:22: note: byref variable will be forcibly initialized struct reclaim_stat stat; ^~~~ /kisskb/src/mm/vmscan.c:2240:16: note: byref variable will be forcibly initialized unsigned long nr_scanned; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2239:12: note: byref variable will be forcibly initialized LIST_HEAD(page_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_active_list': /kisskb/src/mm/vmscan.c:2353:12: note: byref variable will be forcibly initialized LIST_HEAD(l_inactive); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:2352:12: note: byref variable will be forcibly initialized LIST_HEAD(l_active); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:2351:12: note: byref variable will be forcibly initialized LIST_HEAD(l_hold); /* The pages which were snipped off */ ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:2350:16: note: byref variable will be forcibly initialized unsigned long vm_flags; ^~~~~~~~ /kisskb/src/mm/vmscan.c:2349:16: note: byref variable will be forcibly initialized unsigned long nr_scanned; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_find_swap_entries': /kisskb/src/mm/shmem.c:1172:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_lruvec': /kisskb/src/mm/vmscan.c:2794:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/mm/vmscan.c:2788:16: note: byref variable will be forcibly initialized unsigned long nr[NR_LRU_LISTS]; ^~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_inode': /kisskb/src/mm/shmem.c:1252:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/mm/shmem.c:1251:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_inode': /kisskb/src/mm/shmem.c:2283:8: note: byref variable will be forcibly initialized ino_t ino; ^~~ /kisskb/src/mm/vmscan.c: In function 'balance_pgdat': /kisskb/src/mm/vmscan.c:3943:16: note: byref variable will be forcibly initialized unsigned long pflags; ^~~~~~ /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2443:22: note: byref variable will be forcibly initialized struct reclaim_stat dummy_stat; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2442:12: note: byref variable will be forcibly initialized LIST_HEAD(node_page_list); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_parse_one': /kisskb/src/mm/shmem.c:3361:8: note: byref variable will be forcibly initialized char *rest; ^~~~ /kisskb/src/mm/shmem.c:3359:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_getpage_gfp': /kisskb/src/mm/shmem.c:1818:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_undo_range': /kisskb/src/mm/shmem.c:980:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/mm/shmem.c:965:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/mm/shmem.c:925:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/mm/shmem.c:924:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_symlink': /kisskb/src/mm/shmem.c:3053:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/crypto/scatterwalk.c: In function 'scatterwalk_map_and_copy': /kisskb/src/crypto/scatterwalk.c:59:21: note: byref variable will be forcibly initialized struct scatterlist tmp[2]; ^~~ /kisskb/src/crypto/scatterwalk.c:58:22: note: byref variable will be forcibly initialized struct scatter_walk walk; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_link': /kisskb/src/mm/shmem.c:3111:15: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_file_read_iter': /kisskb/src/mm/shmem.c:2532:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_fault': /kisskb/src/mm/shmem.c:2082:21: note: byref variable will be forcibly initialized DEFINE_WAIT_FUNC(shmem_fault_wait, synchronous_wake_function); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/mm/shmem.c:2052:13: note: byref variable will be forcibly initialized vm_fault_t ret = VM_FAULT_LOCKED; ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_partial_swap_usage': /kisskb/src/mm/shmem.c:808:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unlock_mapping': /kisskb/src/mm/shmem.c:870:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/mm/shmem.c:869:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_evict_inode': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c:1151:4: note: in expansion of macro 'wait_var_event' wait_var_event(&info->stop_eviction, ^~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_fallocate': /kisskb/src/mm/shmem.c:2724:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c:2657:35: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/mm/shmem.c:2644:22: note: byref variable will be forcibly initialized struct shmem_falloc shmem_falloc; ^~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_read_mapping_page_gfp': /kisskb/src/mm/shmem.c:4186:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_alloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_alloc_node': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_kfree': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_free': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_free_batched': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_alloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_pcpu_drain': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc_node': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kfree': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free_batched': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_pcpu_drain': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_chunk_refresh_hint': /kisskb/src/mm/percpu.c:752:15: note: byref variable will be forcibly initialized int bit_off, bits; ^~~~ /kisskb/src/mm/percpu.c:752:6: note: byref variable will be forcibly initialized int bit_off, bits; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_cache_free': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_cache_free': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_alloc_extfrag': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc_extfrag': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ In file included from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'mm_ptr_to_hash': /kisskb/src/include/trace/events/kmem.h:334:16: note: byref variable will be forcibly initialized unsigned long hashval; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'perf_trace_rss_stat': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_rss_stat': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/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/mm/percpu.c:71: /kisskb/src/mm/percpu.c: In function '__ab_c_size': In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kmem_alloc': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/memblock.h:13, from /kisskb/src/mm/percpu.c:73: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_alloc_extfrag': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kmem_alloc_node': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kfree': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_free': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kmem_cache_free': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_pcpu_drain': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_rss_stat': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_free_batched': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_alloc': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/slab_common.c:7: /kisskb/src/mm/slab_common.c: In function 'slab_caches_to_rcu_destroy_workfn': /kisskb/src/mm/slab_common.c:429:12: note: byref variable will be forcibly initialized LIST_HEAD(to_destroy); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_block_refresh_hint': /kisskb/src/mm/percpu.c:782:19: note: byref variable will be forcibly initialized unsigned int rs, re, start; /* region start, region end */ ^~ /kisskb/src/mm/percpu.c:782:15: note: byref variable will be forcibly initialized unsigned int rs, re, start; /* region start, region end */ ^~ /kisskb/src/mm/percpu.c: In function 'pcpu_is_populated': /kisskb/src/mm/percpu.c:1073:41: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^~ /kisskb/src/mm/percpu.c:1073:37: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^~ /kisskb/src/mm/percpu.c: In function 'pcpu_find_block_fit': /kisskb/src/mm/percpu.c:1110:21: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^~~~~~~~ /kisskb/src/mm/percpu.c:1110:15: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^~~~ /kisskb/src/mm/percpu.c:1110:6: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/percpu.h:126, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_alloc_percpu': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_free_percpu': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_alloc_percpu_fail': /kisskb/src/mm/slab_common.c: In function 'dump_unreclaimable_slab': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c:1103:18: note: byref variable will be forcibly initialized struct slabinfo sinfo; ^~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_create_chunk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_destroy_chunk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/percpu.h:126, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_free_percpu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/crypto/aead.c: In function 'crypto_aead_report': /kisskb/src/crypto/aead.c:148:28: note: byref variable will be forcibly initialized struct crypto_report_aead raead; ^~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu_fail': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_create_chunk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_destroy_chunk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/percpu.h:126, 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_free_percpu': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_alloc_percpu_fail': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_create_chunk': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_destroy_chunk': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_alloc_area': /kisskb/src/mm/percpu.c:1217:30: note: byref variable will be forcibly initialized unsigned long area_off = 0, area_bits = 0; ^~~~~~~~~ /kisskb/src/mm/percpu.c:1217:16: note: byref variable will be forcibly initialized unsigned long area_off = 0, area_bits = 0; ^~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_balance_populated': /kisskb/src/mm/percpu.c:2072:34: note: byref variable will be forcibly initialized unsigned int nr_unpop = 0, rs, re; ^~ /kisskb/src/mm/percpu.c:2072:30: note: byref variable will be forcibly initialized unsigned int nr_unpop = 0, rs, re; ^~ /kisskb/src/mm/percpu.c: In function 'pcpu_balance_free': /kisskb/src/mm/percpu.c:2014:20: note: byref variable will be forcibly initialized unsigned int rs, re; ^~ /kisskb/src/mm/percpu.c:2014:16: note: byref variable will be forcibly initialized unsigned int rs, re; ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/memblock.h:13, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c:1988:12: note: byref variable will be forcibly initialized LIST_HEAD(to_free); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/mm/list_lru.c:12: /kisskb/src/mm/list_lru.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_alloc': /kisskb/src/mm/percpu.c:1854:42: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^~ /kisskb/src/mm/percpu.c:1854:38: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^~ /kisskb/src/mm/list_lru.c: In function 'list_lru_add': /kisskb/src/mm/list_lru.c:119:21: note: byref variable will be forcibly initialized struct mem_cgroup *memcg; ^~~~~ /kisskb/src/crypto/geniv.c: In function 'aead_geniv_alloc': /kisskb/src/crypto/geniv.c:49:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/algapi.h:10, from /kisskb/src/crypto/algapi.c:8: /kisskb/src/crypto/algapi.c: In function 'crypto_remove_spawns': /kisskb/src/crypto/algapi.c:147:12: note: byref variable will be forcibly initialized LIST_HEAD(top); ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/algapi.c:146:12: note: byref variable will be forcibly initialized LIST_HEAD(stack); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/algapi.c:144:12: note: byref variable will be forcibly initialized LIST_HEAD(secondary_spawns); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/workingset.c: In function 'workingset_refault': /kisskb/src/mm/workingset.c:297:6: note: byref variable will be forcibly initialized int memcgid; ^~~~~~~ /kisskb/src/mm/workingset.c:296:7: note: byref variable will be forcibly initialized bool workingset; ^~~~~~~~~~ /kisskb/src/mm/workingset.c:293:16: note: byref variable will be forcibly initialized unsigned long eviction; ^~~~~~~~ /kisskb/src/mm/workingset.c:291:22: note: byref variable will be forcibly initialized struct pglist_data *pgdat; ^~~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_alg_tested': /kisskb/src/crypto/algapi.c:288:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_alg': /kisskb/src/crypto/algapi.c:450:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_template': /kisskb/src/crypto/algapi.c:541:12: note: byref variable will be forcibly initialized LIST_HEAD(users); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_instance': /kisskb/src/crypto/algapi.c:656:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'get_its_list': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:211:16: note: byref variable will be forcibly initialized unsigned long its_list = 0; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/keyctl.c:9: /kisskb/src/security/keys/keyctl.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&key->state); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'gic_check_reserved_range': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2193:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2192:21: note: byref variable will be forcibly initialized phys_addr_t start, end, addr_end; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2192:14: note: byref variable will be forcibly initialized phys_addr_t start, end, addr_end; ^~~~~ /kisskb/src/security/keys/keyctl.c: In function '__do_sys_add_key': /kisskb/src/security/keys/keyctl.c:81:7: note: byref variable will be forcibly initialized char type[32], *description; ^~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/security/keys/keyctl.c: In function '__do_sys_request_key': /kisskb/src/security/keys/keyctl.c:176:7: note: byref variable will be forcibly initialized char type[32], *description, *callout_info; ^~~~ In file included from /kisskb/src/security/keys/keyctl.c:25: /kisskb/src/security/keys/keyctl.c: In function 'notify_key': /kisskb/src/security/keys/internal.h:191:26: note: byref variable will be forcibly initialized struct key_notification n = { ^ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key_common': /kisskb/src/security/keys/keyctl.c:1173:24: note: byref variable will be forcibly initialized struct key *instkey, *dest_keyring; ^~~~~~~~~~~~ In file included from /kisskb/src/samples/kfifo/inttype-example.c:12: /kisskb/src/samples/kfifo/inttype-example.c: In function 'testfunc': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/samples/kfifo/inttype-example.c:79:15: note: in expansion of macro 'kfifo_put' for (i = 20; kfifo_put(&test, i); i++) ^~~~~~~~~ /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/samples/kfifo/inttype-example.c:62:3: note: in expansion of macro 'kfifo_put' kfifo_put(&test, i); ^~~~~~~~~ /kisskb/src/samples/kfifo/inttype-example.c:55:7: note: byref variable will be forcibly initialized int i, j; ^ /kisskb/src/samples/kfifo/inttype-example.c:54:7: note: byref variable will be forcibly initialized int buf[6]; ^~~ /kisskb/src/samples/kfifo/record-example.c: In function 'testfunc': /kisskb/src/samples/kfifo/record-example.c:74:35: note: byref variable will be forcibly initialized struct { unsigned char buf[6]; } hello = { "hello" }; ^~~~~ /kisskb/src/samples/kfifo/record-example.c:71:8: note: byref variable will be forcibly initialized char buf[100]; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1196:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_invall': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1239:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_keyring_search': /kisskb/src/security/keys/keyctl.c:723:7: note: byref variable will be forcibly initialized char type[32], *description; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_discard': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1229:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapti': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1206:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_movi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1218:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_clear': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1165:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_int': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1155:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_inv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1175:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapd': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1185:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vmapp': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1276:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key': /kisskb/src/security/keys/keyctl.c:1251:19: note: byref variable will be forcibly initialized struct iov_iter from; ^~~~ /kisskb/src/security/keys/keyctl.c:1250:16: note: byref variable will be forcibly initialized struct iovec iov; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vinvall': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1331:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key_iov': /kisskb/src/security/keys/keyctl.c:1280:18: note: byref variable will be forcibly initialized struct iov_iter from; ^~~~ /kisskb/src/security/keys/keyctl.c:1279:39: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^~~ /kisskb/src/security/keys/keyctl.c:1279:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_reject_key': /kisskb/src/security/keys/keyctl.c:1335:24: note: byref variable will be forcibly initialized struct key *instkey, *dest_keyring; ^~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_invdb': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1381:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_configure_sgi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4163:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vinv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1339:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vmovi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1263:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vmapti': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1249:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vint': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1353:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vclear': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1367:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_restrict_keyring': /kisskb/src/security/keys/keyctl.c:1728:7: note: byref variable will be forcibly initialized char type[32]; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_create_device': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3357:6: note: byref variable will be forcibly initialized int nr_lpis; ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3356:6: note: byref variable will be forcibly initialized int lpi_base; ^~~~~~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_notify_einprogress': /kisskb/src/crypto/ahash.c:278:30: note: byref variable will be forcibly initialized struct crypto_async_request oreq; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_gic_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3513:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_vpe_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4461:12: note: byref variable will be forcibly initialized int base, nr_ids, i, err = 0; ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4461:6: note: byref variable will be forcibly initialized int base, nr_ids, i, err = 0; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_enable_quirk_socionext_synquacer': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4662:6: note: byref variable will be forcibly initialized u32 pre_its_window[2]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_alloc_tables': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2585:7: note: byref variable will be forcibly initialized u32 order; ^~~~~ /kisskb/src/crypto/ahash.c: In function 'crypto_ahash_report': /kisskb/src/crypto/ahash.c:502:28: note: byref variable will be forcibly initialized struct crypto_report_hash rhash; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_select_cpu': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1573:16: note: byref variable will be forcibly initialized cpumask_var_t tmpmask; ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'direct_lpi_inv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1434:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3540:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_of_probe': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:5211:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/crypto/skcipher.c: In function 'crypto_skcipher_report': /kisskb/src/crypto/skcipher.c:706:33: note: byref variable will be forcibly initialized struct crypto_report_blkcipher rblkcipher; ^~~~~~~~~~ /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:59:6: note: byref variable will be forcibly initialized int alias_count = 0, minnvec = 1; ^~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its-pci-msi.c:57:25: note: byref variable will be forcibly initialized struct pci_dev *pdev, *alias_dev; ^~~~~~~~~ /kisskb/src/mm/debug.c: In function '__dump_page': /kisskb/src/mm/debug.c:117:17: note: byref variable will be forcibly initialized unsigned long ino; ^~~ /kisskb/src/mm/debug.c:116:17: note: byref variable will be forcibly initialized struct dentry dentry; ^~~~~~ /kisskb/src/mm/debug.c:114:22: note: byref variable will be forcibly initialized struct hlist_node *dentry_first; ^~~~~~~~~~~~ /kisskb/src/mm/debug.c:113:42: note: byref variable will be forcibly initialized const struct address_space_operations *a_ops; ^~~~~ /kisskb/src/mm/debug.c:112:17: note: byref variable will be forcibly initialized struct inode *host; ^~~~ /kisskb/src/crypto/skcipher.c: In function 'skcipher_alloc_instance_simple': /kisskb/src/crypto/skcipher.c:932:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_update_unaligned': /kisskb/src/crypto/shash.c:103:5: note: byref variable will be forcibly initialized u8 ubuf[MAX_ALGAPI_ALIGNMASK * 2]; ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_final_unaligned': /kisskb/src/crypto/shash.c:145:5: note: byref variable will be forcibly initialized u8 ubuf[MAX_ALGAPI_ALIGNMASK + HASH_MAX_DIGESTSIZE]; ^~~~ /kisskb/src/crypto/shash.c: In function 'crypto_shash_report': /kisskb/src/crypto/shash.c:464:28: note: byref variable will be forcibly initialized struct crypto_report_hash rhash; ^~~~~ /kisskb/src/drivers/irqchip/irq-partition-percpu.c: In function 'partition_domain_alloc': /kisskb/src/drivers/irqchip/irq-partition-percpu.c:140:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/irqchip/irq-partition-percpu.c:139:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/shash.c:9: /kisskb/src/crypto/shash.c: In function 'crypto_shash_tfm_digest': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^~ /kisskb/src/crypto/shash.c:224:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(desc, tfm); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_update': /kisskb/src/crypto/shash.c:269:26: note: byref variable will be forcibly initialized struct crypto_hash_walk walk; ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_finup': /kisskb/src/crypto/shash.c:292:26: note: byref variable will be forcibly initialized struct crypto_hash_walk walk; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:18, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/hash_algs.c:100:2: note: in expansion of macro 'smp_store_release' smp_store_release(&alg->tfm, tfm); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:18, from /kisskb/src/fs/verity/hash_algs.c:8: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/fs/verity/hash_algs.c:56:2: note: in expansion of macro 'if' if (likely(smp_load_acquire(&alg->tfm) != NULL)) ^~ /kisskb/src/include/linux/compiler.h:45:22: note: in expansion of macro '__branch_check__' # define likely(x) (__branch_check__(x, 1, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/hash_algs.c:56:6: note: in expansion of macro 'likely' if (likely(smp_load_acquire(&alg->tfm) != NULL)) ^~~~~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/hash_algs.c:56:13: note: in expansion of macro 'smp_load_acquire' 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:22: note: byref variable will be forcibly initialized DECLARE_CRYPTO_WAIT(wait); ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' struct crypto_wait _wait = { \ ^~~~~ /kisskb/src/fs/verity/hash_algs.c:163:21: note: byref variable will be forcibly initialized 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:22: note: byref variable will be forcibly initialized DECLARE_CRYPTO_WAIT(wait); ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' struct crypto_wait _wait = { \ ^~~~~ /kisskb/src/fs/verity/hash_algs.c:237:21: note: byref variable will be forcibly initialized 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:22: note: byref variable will be forcibly initialized DECLARE_CRYPTO_WAIT(wait); ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' struct crypto_wait _wait = { \ ^~~~~ /kisskb/src/fs/verity/hash_algs.c:285:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mmap_lock.h:107, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'perf_trace_mmap_lock_start_locking': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'perf_trace_mmap_lock_acquire_returned': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'perf_trace_mmap_lock_released': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap_lock.h:107, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_start_locking': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_acquire_returned': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_released': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/mmap_lock.h:107, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function '__bpf_trace_mmap_lock_start_locking': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function '__bpf_trace_mmap_lock_released': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function '__bpf_trace_mmap_lock_acquire_returned': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/crypto/akcipher.c: In function 'crypto_akcipher_report': /kisskb/src/crypto/akcipher.c:26:32: note: byref variable will be forcibly initialized struct crypto_report_akcipher rakcipher; ^~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/gup.c:7: /kisskb/src/mm/gup.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/crypto/dh.c: In function 'dh_compute_value': /kisskb/src/crypto/dh.c:156:6: note: byref variable will be forcibly initialized int sign; ^~~~ /kisskb/src/crypto/dh.c: In function 'dh_set_secret': /kisskb/src/crypto/dh.c:79:12: note: byref variable will be forcibly initialized struct dh params; ^~~~~~ /kisskb/src/mm/gup.c: In function '__get_user_pages': /kisskb/src/mm/gup.c:1105:16: note: byref variable will be forcibly initialized unsigned int foll_flags = gup_flags; ^~~~~~~~~~ /kisskb/src/mm/gup.c:1085:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma = NULL; ^~~ /kisskb/src/mm/gup.c: In function 'unpin_user_page_range_dirty_lock': /kisskb/src/mm/gup.c:372:15: note: byref variable will be forcibly initialized unsigned int ntails; ^~~~~~ /kisskb/src/mm/gup.c:371:15: note: byref variable will be forcibly initialized struct page *head; ^~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages': /kisskb/src/mm/gup.c:395:15: note: byref variable will be forcibly initialized unsigned int ntails; ^~~~~~ /kisskb/src/mm/gup.c:394:15: note: byref variable will be forcibly initialized struct page *head; ^~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages_dirty_lock': /kisskb/src/mm/gup.c:311:15: note: byref variable will be forcibly initialized unsigned int ntails; ^~~~~~ /kisskb/src/mm/gup.c:310:15: note: byref variable will be forcibly initialized struct page *head; ^~~~ /kisskb/src/mm/gup.c: In function 'lockless_pages_from_mm': /kisskb/src/mm/gup.c:2659:6: note: byref variable will be forcibly initialized int nr_pinned = 0; ^~~~~~~~~ /kisskb/src/mm/gup.c: In function '__mm_populate': /kisskb/src/mm/gup.c:1567:6: note: byref variable will be forcibly initialized int locked = 0; ^~~~~~ /kisskb/src/mm/gup.c: In function 'get_dump_page': /kisskb/src/mm/gup.c:1678:6: note: byref variable will be forcibly initialized int locked = 1; ^~~~~~ /kisskb/src/mm/gup.c:1677:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/gup.c: In function 'get_user_pages_unlocked': /kisskb/src/mm/gup.c:2054:6: note: byref variable will be forcibly initialized int locked = 1; ^~~~~~ /kisskb/src/mm/gup.c: In function 'internal_get_user_pages_fast': /kisskb/src/mm/gup.c:2705:21: note: byref variable will be forcibly initialized unsigned long len, end; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/mm/mincore.c:11: /kisskb/src/mm/mincore.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/kpp.c: In function 'crypto_kpp_report': /kisskb/src/crypto/kpp.c:26:27: note: byref variable will be forcibly initialized struct crypto_report_kpp rkpp; ^~~~ /kisskb/src/crypto/dh_helper.c: In function 'crypto_dh_encode_key': /kisskb/src/crypto/dh_helper.c:44:20: note: byref variable will be forcibly initialized struct kpp_secret secret = { ^~~~~~ /kisskb/src/arch/arm64/lib/insn.c: In function 'aarch64_insn_decode_immediate': /kisskb/src/arch/arm64/lib/insn.c:176:6: note: byref variable will be forcibly initialized int shift; ^~~~~ /kisskb/src/arch/arm64/lib/insn.c:175:20: note: byref variable will be forcibly initialized u32 immlo, immhi, mask; ^~~~ /kisskb/src/arch/arm64/lib/insn.c: In function 'aarch64_insn_encode_immediate': /kisskb/src/arch/arm64/lib/insn.c:201:6: note: byref variable will be forcibly initialized int shift; ^~~~~ /kisskb/src/arch/arm64/lib/insn.c:200:20: note: byref variable will be forcibly initialized u32 immlo, immhi, mask; ^~~~ /kisskb/src/mm/mlock.c: In function '__munlock_pagevec_fill': /kisskb/src/mm/mlock.c:355:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/mm/mlock.c: In function '__munlock_pagevec': /kisskb/src/mm/mlock.c:267:6: note: byref variable will be forcibly initialized int pgrescued = 0; ^~~~~~~~~ /kisskb/src/mm/mlock.c:265:17: note: byref variable will be forcibly initialized struct pagevec pvec_putback; ^~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c: In function 'gicp_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c:84:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c:11: /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/mlock.c: In function 'munlock_vma_pages_range': /kisskb/src/mm/mlock.c:430:18: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/mlock.c: In function 'apply_vma_lock_flags': /kisskb/src/mm/mlock.c:563:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ /kisskb/src/mm/mlock.c: In function 'apply_mlockall_flags': /kisskb/src/mm/mlock.c:741:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev = NULL; ^~~~ /kisskb/src/fs/verity/init.c: In function 'fsverity_msg': /kisskb/src/fs/verity/init.c:18:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/samples/trace_events/trace-events-sample.h:551, from /kisskb/src/samples/trace_events/trace-events-sample.c:12: /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'perf_trace_foo_bar': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'perf_trace_foo_bar_with_cond': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:364:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(foo_bar_with_cond, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:364:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(foo_bar_with_cond, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:364:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(foo_bar_with_cond, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'perf_trace_foo_bar_with_fn': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:407:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(foo_bar_with_fn, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:407:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(foo_bar_with_fn, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:407:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(foo_bar_with_fn, ^~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'perf_trace_foo_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(foo_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(foo_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(foo_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/samples/trace_events/trace-events-sample.h:551, from /kisskb/src/samples/trace_events/trace-events-sample.c:12: /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'trace_event_raw_event_foo_bar': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'trace_event_raw_event_foo_bar_with_cond': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:364:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(foo_bar_with_cond, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:364:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(foo_bar_with_cond, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'trace_event_raw_event_foo_bar_with_fn': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:407:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(foo_bar_with_fn, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:407:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(foo_bar_with_fn, ^~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'trace_event_raw_event_foo_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(foo_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(foo_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/samples/trace_events/trace-events-sample.h:551, from /kisskb/src/samples/trace_events/trace-events-sample.c:12: /kisskb/src/samples/trace_events/trace-events-sample.c: In function '__bpf_trace_foo_bar': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:256:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(foo_bar, ^~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function '__bpf_trace_foo_bar_with_cond': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:364:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(foo_bar_with_cond, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:364:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(foo_bar_with_cond, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:364:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(foo_bar_with_cond, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:364:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(foo_bar_with_cond, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function '__bpf_trace_foo_bar_with_fn': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:407:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(foo_bar_with_fn, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:407:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(foo_bar_with_fn, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:407:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(foo_bar_with_fn, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:407:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(foo_bar_with_fn, ^~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function '__bpf_trace_foo_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(foo_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(foo_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(foo_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/./trace-events-sample.h:454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(foo_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/trace_events/trace-events-sample.c: In function 'simple_thread_func': /kisskb/src/samples/trace_events/trace-events-sample.c:24:6: note: byref variable will be forcibly initialized int array[6]; ^~~~~ /kisskb/src/drivers/irqchip/irq-bcm7038-l1.c: In function 'bcm7038_l1_cpu_offline': /kisskb/src/drivers/irqchip/irq-bcm7038-l1.c:229:12: note: byref variable will be forcibly initialized cpumask_t new_affinity; ^~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-bcm7038-l1.c: In function 'bcm7038_l1_irq_handle': /kisskb/src/drivers/irqchip/irq-bcm7038-l1.c:140:17: note: byref variable will be forcibly initialized 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:255:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:566:22: note: byref variable will be forcibly initialized struct mutex_waiter waiter; ^~~~~~ /kisskb/src/crypto/rsa.c: In function 'rsa_dec': /kisskb/src/crypto/rsa.c:99:6: note: byref variable will be forcibly initialized int sign; ^~~~ /kisskb/src/block/elevator.c: In function '__elevator_change': /kisskb/src/block/elevator.c:740:7: note: byref variable will be forcibly initialized char elevator_name[ELV_NAME_MAX]; ^~~~~~~~~~~~~ /kisskb/src/crypto/rsa.c: In function 'rsa_enc': /kisskb/src/crypto/rsa.c:60:6: note: byref variable will be forcibly initialized int sign; ^~~~ /kisskb/src/mm/memory.c: In function 'remove_device_exclusive_entry': /kisskb/src/mm/memory.c:3449:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ 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:848:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/mm/memory.c: In function 'wp_page_copy': /kisskb/src/mm/memory.c:2992:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:57: /kisskb/src/mm/mmap.c: In function 'perf_trace_vm_unmapped_area': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:57: /kisskb/src/mm/mmap.c: In function 'trace_event_raw_event_vm_unmapped_area': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'mutex_lock_io_nested': /kisskb/src/kernel/locking/mutex.c:566:22: note: byref variable will be forcibly initialized struct mutex_waiter waiter; ^~~~~~ /kisskb/src/mm/memory.c: In function 'zap_pte_range': /kisskb/src/mm/memory.c:1311:6: note: byref variable will be forcibly initialized int rss[NR_MM_COUNTERS]; ^~~ 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:57: /kisskb/src/mm/mmap.c: In function '__bpf_trace_vm_unmapped_area': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/mm/memory.c:1672:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/memory.c:1671:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/memory.c: In function 'unmap_vmas': /kisskb/src/mm/memory.c:1623:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range': /kisskb/src/mm/memory.c:1645:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/memory.c:1644:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/mm/mmap.c:2645:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/mmap.c: In function 'cmdline_parse_stack_guard_gap': /kisskb/src/mm/mmap.c:2548:8: note: byref variable will be forcibly initialized char *endptr; ^~~~~~ /kisskb/src/mm/mmap.c: In function '__insert_vm_struct': /kisskb/src/mm/mmap.c:714:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:714:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:713:25: note: byref variable will be forcibly initialized struct vm_area_struct *prev; ^~~~ /kisskb/src/mm/memory.c: In function 'do_numa_page': /kisskb/src/mm/memory.c:4337:6: note: byref variable will be forcibly initialized int flags = 0; ^~~~~ /kisskb/src/mm/memory.c: In function 'follow_pfn': /kisskb/src/mm/memory.c:4996:9: note: byref variable will be forcibly initialized pte_t *ptep; ^~~~ /kisskb/src/mm/memory.c:4995:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/mm/memory.c: In function '__access_remote_vm': /kisskb/src/mm/memory.c:5122:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/mm/memory.c:5111:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma; ^~~ /kisskb/src/mm/memory.c: In function 'copy_pte_range': /kisskb/src/mm/memory.c:1015:15: note: byref variable will be forcibly initialized struct page *prealloc = NULL; ^~~~~~~~ /kisskb/src/mm/memory.c:1013:6: note: byref variable will be forcibly initialized int rss[NR_MM_COUNTERS]; ^~~ /kisskb/src/mm/mmap.c: In function 'arch_get_unmapped_area': /kisskb/src/mm/mmap.c:2142:31: note: byref variable will be forcibly initialized struct vm_unmapped_area_info info; ^~~~ /kisskb/src/mm/mmap.c:2141:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ /kisskb/src/mm/mmap.c: In function 'arch_get_unmapped_area_topdown': /kisskb/src/mm/mmap.c:2182:31: note: byref variable will be forcibly initialized struct vm_unmapped_area_info info; ^~~~ /kisskb/src/mm/mmap.c:2180:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ /kisskb/src/mm/mmap.c: In function 'exit_mmap': /kisskb/src/mm/mmap.c:3126:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/mmap.c: In function 'insert_vm_struct': /kisskb/src/mm/mmap.c:3195:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:3195:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:3194:25: note: byref variable will be forcibly initialized struct vm_area_struct *prev; ^~~~ /kisskb/src/mm/mmap.c: In function 'copy_vma': /kisskb/src/mm/mmap.c:3237:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:3237:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:3236:35: note: byref variable will be forcibly initialized struct vm_area_struct *new_vma, *prev; ^~~~ /kisskb/src/mm/mmap.c: In function 'do_brk_flags': /kisskb/src/mm/mmap.c:3026:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:3026:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:3025:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/mmap.c:13: /kisskb/src/mm/mmap.c: In function 'vm_brk_flags': /kisskb/src/mm/mmap.c:3096:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_brk': /kisskb/src/mm/mmap.c:202:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/mmap.c: In function '__vm_munmap': /kisskb/src/mm/mmap.c:2902:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_verify_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:513:30: note: byref variable will be forcibly initialized struct crypto_async_request async_req; ^~~~~~~~~ /kisskb/src/mm/mmap.c: In function 'mmap_region': /kisskb/src/mm/memory.c: In function 'copy_page_range': /kisskb/src/mm/memory.c:1233:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/mmap.c:1723:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:1723:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:1721:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev, *merge; ^~~~ /kisskb/src/mm/memory.c: In function 'insert_page': /kisskb/src/mm/memory.c:1773:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/mm/mprotect.c: In function 'change_pmd_range': /kisskb/src/mm/mprotect.c:230:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/memory.c: In function 'insert_pfn': /kisskb/src/mm/memory.c:2036:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_decrypt_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:335:30: note: byref variable will be forcibly initialized struct crypto_async_request async_req; ^~~~~~~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_remap_file_pages': /kisskb/src/mm/mmap.c:2946:16: note: byref variable will be forcibly initialized unsigned long populate = 0; ^~~~~~~~ /kisskb/src/mm/mprotect.c: In function 'mprotect_fixup': /kisskb/src/mm/mprotect.c:433:12: note: byref variable will be forcibly initialized pgprot_t new_pgprot = vm_get_page_prot(newflags); ^~~~~~~~~~ /kisskb/src/mm/mprotect.c: In function 'do_mprotect_pkey': /kisskb/src/mm/mprotect.c:526:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_encrypt_sign_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:217:30: note: byref variable will be forcibly initialized struct crypto_async_request async_req; ^~~~~~~~~ /kisskb/src/mm/memory.c: In function '__apply_to_page_range': /kisskb/src/mm/memory.c:2664:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_create': /kisskb/src/crypto/rsa-pkcs1pad.c:600:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_buffer, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_buffer, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'perf_trace_block_plug': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'perf_trace_block_unplug': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_buffer': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_buffer, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_plug': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_unplug': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_requeue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_requeue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_bio': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_split': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_split': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_bio_remap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_remap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_remap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_remap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/block.h:535, 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(block_buffer, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_rq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_bio': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_plug': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_rq_complete': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_unplug': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_rq_remap': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_bio_complete': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_split': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:11, from /kisskb/src/block/blk-core.c:17: /kisskb/src/block/blk-core.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'bio_check_ro': /kisskb/src/block/blk-core.c:683:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'flush_plug_callbacks': /kisskb/src/block/blk-core.c:1673:12: note: byref variable will be forcibly initialized LIST_HEAD(callbacks); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'blk_queue_enter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c:462:3: note: in expansion of macro 'wait_event' wait_event(q->mq_freeze_wq, ^~~~~~~~~~ /kisskb/src/mm/mremap.c: In function 'move_page_tables': /kisskb/src/mm/mremap.c:485:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/block/blk-core.c: In function '__submit_bio_noacct': /kisskb/src/block/blk-core.c:942:26: note: byref variable will be forcibly initialized struct bio_list lower, same; ^~~~ /kisskb/src/block/blk-core.c:942:19: note: byref variable will be forcibly initialized struct bio_list lower, same; ^~~~~ /kisskb/src/block/blk-core.c:932:18: note: byref variable will be forcibly initialized struct bio_list bio_list_on_stack[2]; ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/mremap.c: In function 'move_vma': /kisskb/src/mm/mremap.c:577:7: note: byref variable will be forcibly initialized bool need_rmap_locks; ^~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'submit_bio': /kisskb/src/block/blk-core.c:1083:17: note: byref variable will be forcibly initialized unsigned long pflags; ^~~~~~ /kisskb/src/mm/mremap.c: In function 'mremap_to': /kisskb/src/mm/mremap.c:790:16: note: byref variable will be forcibly initialized unsigned long charged = 0; ^~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/mremap.c:11: /kisskb/src/mm/mremap.c: In function '__do_sys_mremap': /kisskb/src/mm/mremap.c:907:12: note: byref variable will be forcibly initialized LIST_HEAD(uf_unmap); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/mremap.c:906:12: note: byref variable will be forcibly initialized LIST_HEAD(uf_unmap_early); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/mremap.c:905:28: note: byref variable will be forcibly initialized struct vm_userfaultfd_ctx uf = NULL_VM_UFFD_CTX; ^~ /kisskb/src/block/blk-core.c: In function 'rq_flush_dcache_pages': /kisskb/src/mm/mremap.c:903:7: note: byref variable will be forcibly initialized bool locked = false; ^~~~~~ /kisskb/src/block/blk-core.c:1487:22: note: byref variable will be forcibly initialized struct req_iterator iter; ^~~~ /kisskb/src/mm/mremap.c:902:16: note: byref variable will be forcibly initialized unsigned long charged = 0; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:18, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:124:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&inode->i_verity_info); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/measure.c: In function 'fsverity_ioctl_measure': /kisskb/src/fs/verity/measure.c:29:25: note: byref variable will be forcibly initialized struct fsverity_digest arg; ^~~ /kisskb/src/crypto/acompress.c: In function 'crypto_acomp_report': /kisskb/src/crypto/acompress.c:29:29: note: byref variable will be forcibly initialized struct crypto_report_acomp racomp; ^~~~~~ /kisskb/src/crypto/scompress.c: In function 'crypto_scomp_report': /kisskb/src/crypto/scompress.c:44:28: note: byref variable will be forcibly initialized struct crypto_report_comp rscomp; ^~~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-icu.c: In function 'mvebu_icu_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-icu.c:200:16: note: byref variable will be forcibly initialized unsigned long hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-odmi.c: In function 'odmi_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-odmi.c:82:20: note: byref variable will be forcibly initialized 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-pic.c: In function 'mvebu_pic_handle_cascade_irq': /kisskb/src/drivers/irqchip/irq-mvebu-pic.c:93:16: note: byref variable will be forcibly initialized unsigned long irqmap, irqn; ^~~~~~ /kisskb/src/mm/rmap.c: In function 'page_mkclean_one': /kisskb/src/mm/rmap.c:911:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:18, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:124:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&inode->i_verity_info); ^~~~~~~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'try_to_unmap_one': /kisskb/src/mm/rmap.c:1405:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/rmap.c: In function 'try_to_migrate_one': /kisskb/src/mm/rmap.c:1705:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/fs/verity/open.c: In function 'ensure_verity_info': /kisskb/src/fs/verity/open.c:309:9: note: byref variable will be forcibly initialized size_t desc_size; ^~~~~~~~~ /kisskb/src/fs/verity/open.c:308:30: note: byref variable will be forcibly initialized struct fsverity_descriptor *desc; ^~~~ /kisskb/src/mm/rmap.c: In function 'page_mkclean': /kisskb/src/mm/rmap.c:986:6: note: byref variable will be forcibly initialized int cleaned = 0; ^~~~~~~ /kisskb/src/crypto/cmac.c: In function 'cmac_create': /kisskb/src/crypto/cmac.c:229:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/process_keys.c:9: /kisskb/src/security/keys/process_keys.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&key->state); ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c: In function 'get_user_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c:60:4: note: in expansion of macro 'smp_store_release' smp_store_release(&user_ns->user_keyring_register, ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized merge_or_add_vmap_area(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c: In function 'look_up_user_keyrings': /kisskb/src/security/keys/process_keys.c:83:7: note: byref variable will be forcibly initialized char buf[20]; ^~~ /kisskb/src/security/keys/process_keys.c: In function 'get_user_session_keyring_rcu': /kisskb/src/security/keys/process_keys.c:189:7: note: byref variable will be forcibly initialized char buf[20]; ^~~ /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized /kisskb/src/security/keys/process_keys.c: In function 'lookup_user_key': /kisskb/src/security/keys/process_keys.c:621:20: note: byref variable will be forcibly initialized struct key *key, *user_session; ^~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c:621:14: note: byref variable will be forcibly initialized struct key *key, *user_session; ^~~ /kisskb/src/mm/vmalloc.c: In function 'free_vmap_area': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area': /kisskb/src/mm/vmalloc.c:1032:1: note: byref variable will be forcibly initialized insert_vmap_area(struct vmap_area *va, ^~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1044:1: note: byref variable will be forcibly initialized insert_vmap_area_augment(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1044:1: note: byref variable will be forcibly initialized /kisskb/src/crypto/crypto_null.c: In function 'null_skcipher_crypt': /kisskb/src/crypto/crypto_null.c:78:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_range_noflush': /kisskb/src/mm/vmalloc.c:293:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_small_pages_range_noflush': /kisskb/src/mm/vmalloc.c:549:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/mm/vmalloc.c:548:6: note: byref variable will be forcibly initialized int nr = 0; ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/mm/vmalloc.c:14: /kisskb/src/mm/vmalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c: In function 'uniphier_aidet_domain_alloc': /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c:114:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c:113:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c:112:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'vunmap_range_noflush': /kisskb/src/mm/vmalloc.c:426:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized merge_or_add_vmap_area(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1662:19: note: byref variable will be forcibly initialized struct list_head local_pure_list; ^~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'free_vmap_area_noflush': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized merge_or_add_vmap_area(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~ 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:1943:12: note: byref variable will be forcibly initialized LIST_HEAD(purge); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_io_timeout_store': /kisskb/src/block/blk-sysfs.c:465:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_poll_delay_store': /kisskb/src/block/blk-sysfs.c:408:11: note: byref variable will be forcibly initialized int err, val; ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_var_store64': /kisskb/src/block/blk-sysfs.c:51:6: note: byref variable will be forcibly initialized s64 v; ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_wb_lat_store': /kisskb/src/block/blk-sysfs.c:490:6: note: byref variable will be forcibly initialized s64 val; ^~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/hmac.c:15: /kisskb/src/crypto/hmac.c: In function 'hmac_setkey': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^~ /kisskb/src/crypto/hmac.c:51:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, hash); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_var_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_poll_store': /kisskb/src/block/blk-sysfs.c:435:16: note: byref variable will be forcibly initialized unsigned long poll_on; ^~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_random_store': /kisskb/src/block/blk-sysfs.c:287:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/block/blk-sysfs.c:303:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' QUEUE_SYSFS_BIT_FNS(random, ADD_RANDOM, 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/hmac.c: In function 'hmac_create': /kisskb/src/crypto/hmac.c:171:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_stable_writes_store': /kisskb/src/block/blk-sysfs.c:287:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/block/blk-sysfs.c:305:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' QUEUE_SYSFS_BIT_FNS(stable_writes, STABLE_WRITES, 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'alloc_vmap_area': /kisskb/src/mm/vmalloc.c:1516:16: note: byref variable will be forcibly initialized unsigned long freed; ^~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_iostats_store': /kisskb/src/block/blk-sysfs.c:287:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/block/blk-sysfs.c:304:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' QUEUE_SYSFS_BIT_FNS(iostats, IO_STAT, 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_rq_affinity_store': /kisskb/src/block/blk-sysfs.c:373:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_nomerges_store': /kisskb/src/block/blk-sysfs.c:344:16: note: byref variable will be forcibly initialized unsigned long nm; ^~ /kisskb/src/block/blk-sysfs.c: In function 'queue_nonrot_store': /kisskb/src/block/blk-sysfs.c:287:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/block/blk-sysfs.c:302:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_discard_max_store': /kisskb/src/block/blk-sysfs.c:188:16: note: byref variable will be forcibly initialized unsigned long max_discard; ^~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_max_sectors_store': /kisskb/src/block/blk-sysfs.c:241:16: note: byref variable will be forcibly initialized unsigned long max_sectors_kb, ^~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_ra_store': /kisskb/src/block/blk-sysfs.c:102:16: note: byref variable will be forcibly initialized unsigned long ra_kb; ^~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_requests_store': /kisskb/src/block/blk-sysfs.c:69:16: note: byref variable will be forcibly initialized unsigned long nr; ^~ /kisskb/src/mm/vmalloc.c: In function 'pcpu_get_vm_areas': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized merge_or_add_vmap_area(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized /kisskb/src/mm/vmalloc.c:3567:27: note: byref variable will be forcibly initialized struct vmap_area **vas, *va; ^~ In file included from /kisskb/src/crypto/crypto_user_base.c:14: /kisskb/src/crypto/crypto_user_base.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_report_cipher': /kisskb/src/crypto/crypto_user_base.c:74:30: note: byref variable will be forcibly initialized struct crypto_report_cipher rcipher; ^~~~~~~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_report_comp': /kisskb/src/crypto/crypto_user_base.c:90:28: note: byref variable will be forcibly initialized struct crypto_report_comp rcomp; ^~~~~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_report_one': /kisskb/src/crypto/crypto_user_base.c:118:31: note: byref variable will be forcibly initialized struct crypto_report_larval rl; ^~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_dump_report': /kisskb/src/crypto/crypto_user_base.c:228:26: note: byref variable will be forcibly initialized struct crypto_dump_info info; ^~~~ /kisskb/src/drivers/irqchip/irq-mvebu-sei.c: In function 'mvebu_sei_handle_cascade_irq': /kisskb/src/drivers/irqchip/irq-mvebu-sei.c:334:17: note: byref variable will be forcibly initialized unsigned long irqmap; ^~~~~~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_user_rcv_msg': /kisskb/src/drivers/irqchip/irq-mvebu-sei.c: In function 'mvebu_sei_cp_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-sei.c:253:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/crypto/crypto_user_base.c:451:32: note: byref variable will be forcibly initialized struct netlink_dump_control c = { ^ /kisskb/src/crypto/crypto_user_base.c:426:17: note: byref variable will be forcibly initialized struct nlattr *attrs[CRYPTOCFGA_MAX+1]; ^~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-sei.c: In function 'mvebu_sei_ap_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-sei.c:212:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_report': /kisskb/src/crypto/crypto_user_base.c:191:26: note: byref variable will be forcibly initialized struct crypto_dump_info info; ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/crypto/crypto_user_base.c:9: /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_update_alg': /kisskb/src/crypto/crypto_user_base.c:266:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/memblock.c: In function 'memblock_debug_show': /kisskb/src/mm/memblock.c:2097:14: note: byref variable will be forcibly initialized phys_addr_t end; ^~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_bottom_up': /kisskb/src/mm/memblock.c:215:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/memblock.c:214:26: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^~~~~~~~ /kisskb/src/mm/memblock.c:214:14: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^~~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memmap_init_reserved_pages': /kisskb/src/mm/memblock.c:2015:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/crypto/sha1_generic.c: In function 'sha1_generic_block_fn': /kisskb/src/crypto/sha1_generic.c:33:6: note: byref variable will be forcibly initialized u32 temp[SHA1_WORKSPACE_WORDS]; ^~~~ /kisskb/src/mm/memblock.c:2014:21: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~ /kisskb/src/mm/memblock.c:2014:14: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_top_down': /kisskb/src/mm/memblock.c:250:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/memblock.c:249:26: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^~~~~~~~ /kisskb/src/mm/memblock.c:249:14: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, 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/vmalloc.h:5, from /kisskb/src/mm/vmalloc.c:11: /kisskb/src/mm/vmalloc.c: In function 'remap_vmalloc_range_partial': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:3414:2: note: in expansion of macro 'if' if (check_add_overflow(size, off, &end_index) || ^~ /kisskb/src/mm/vmalloc.c:3414:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(size, off, &end_index) || ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:3414:2: note: in expansion of macro 'if' if (check_add_overflow(size, off, &end_index) || ^~ /kisskb/src/mm/vmalloc.c:3414:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(size, off, &end_index) || ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:3397:16: note: byref variable will be forcibly initialized unsigned long end_index; ^~~~~~~~~ /kisskb/src/mm/vmalloc.c:3396:16: note: byref variable will be forcibly initialized unsigned long off; ^~~ /kisskb/src/kernel/locking/semaphore.c: In function '__down_common': /kisskb/src/kernel/locking/semaphore.c:211:26: note: byref variable will be forcibly initialized struct semaphore_waiter waiter; ^~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_remove_range': /kisskb/src/mm/memblock.c:776:17: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^~~~~~~ /kisskb/src/mm/memblock.c:776:6: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_setclr_flag': /kisskb/src/mm/memblock.c:854:25: note: byref variable will be forcibly initialized int i, ret, start_rgn, end_rgn; ^~~~~~~ /kisskb/src/mm/memblock.c:854:14: note: byref variable will be forcibly initialized int i, ret, start_rgn, end_rgn; ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'free_low_memory_core_early': /kisskb/src/mm/memblock.c:2035:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/memblock.c:2034:21: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~ /kisskb/src/mm/memblock.c:2034:14: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~~~ /kisskb/src/mm/memblock.c: In function '__next_mem_pfn_range_in_zone': /kisskb/src/mm/memblock.c:1259:6: note: byref variable will be forcibly initialized int nid; ^~~ /kisskb/src/mm/memblock.c:1258:19: note: byref variable will be forcibly initialized phys_addr_t spa, epa; ^~~ /kisskb/src/mm/memblock.c:1258:14: note: byref variable will be forcibly initialized phys_addr_t spa, epa; ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_cap_memory_range': /kisskb/src/mm/memblock.c:1670:17: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^~~~~~~ /kisskb/src/mm/memblock.c:1670:6: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue_fallback': /kisskb/src/mm/page_alloc.c:2899:7: note: byref variable will be forcibly initialized bool can_steal; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue': /kisskb/src/mm/page_alloc.c:2899:7: note: byref variable will be forcibly initialized /kisskb/src/mm/page_alloc.c: In function 'show_migration_types': /kisskb/src/mm/page_alloc.c:5849:7: note: byref variable will be forcibly initialized char tmp[MIGRATE_TYPES + 1]; ^~~ /kisskb/src/drivers/irqchip/irq-sni-exiu.c: In function 'exiu_domain_alloc': /kisskb/src/drivers/irqchip/irq-sni-exiu.c:148:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/memory_hotplug.c:9: /kisskb/src/mm/memory_hotplug.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-meson-gpio.c: In function 'meson_gpio_irq_allocate_gic_irq': /kisskb/src/drivers/irqchip/irq-meson-gpio.c:366:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/drivers/irqchip/irq-meson-gpio.c: In function 'meson_gpio_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-meson-gpio.c:386:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/irqchip/irq-meson-gpio.c:385:7: note: byref variable will be forcibly initialized u32 *channel_hwirq; ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-meson-gpio.c:384:16: note: byref variable will be forcibly initialized unsigned long hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-sni-exiu.c: In function 'exiu_dt_init': /kisskb/src/drivers/irqchip/irq-sni-exiu.c:215:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue_bulk': /kisskb/src/mm/page_alloc.c:2899:7: note: byref variable will be forcibly initialized bool can_steal; ^~~~~~~~~ /kisskb/src/mm/memory_hotplug.c: In function 'online_pages': /kisskb/src/mm/memory_hotplug.c:1081:23: note: byref variable will be forcibly initialized struct memory_notify arg; ^~~ /kisskb/src/mm/memory_hotplug.c: In function 'add_memory_resource': /kisskb/src/mm/memory_hotplug.c:1360:21: note: byref variable will be forcibly initialized struct vmem_altmap mhp_altmap = {}; ^~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_mem_pfn_range_in_zone': /kisskb/src/mm/page_alloc.c:1936:6: note: byref variable will be forcibly initialized u64 j; ^ /kisskb/src/mm/sparse-vmemmap.c: In function 'split_vmemmap_huge_pmd': /kisskb/src/mm/sparse-vmemmap.c:59:8: note: byref variable will be forcibly initialized pmd_t __pmd; ^~~~~ /kisskb/src/mm/sparse-vmemmap.c: In function 'altmap_alloc_block_buf': /kisskb/src/mm/sparse-vmemmap.c:462:21: note: byref variable will be forcibly initialized unsigned long pfn, nr_pfns, nr_align; ^~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/sparse-vmemmap.c:21: /kisskb/src/mm/sparse-vmemmap.c: In function 'vmemmap_remap_free': /kisskb/src/mm/sparse-vmemmap.c:281:12: note: byref variable will be forcibly initialized LIST_HEAD(vmemmap_pages); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/sparse-vmemmap.c: In function 'vmemmap_remap_alloc': /kisskb/src/mm/sparse-vmemmap.c:367:12: note: byref variable will be forcibly initialized LIST_HEAD(vmemmap_pages); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue': /kisskb/src/mm/page_alloc.c:2899:7: note: byref variable will be forcibly initialized bool can_steal; ^~~~~~~~~ In file included from /kisskb/src/crypto/crypto_user_stat.c:12: /kisskb/src/crypto/crypto_user_stat.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/crypto/crypto_user_stat.c: In function 'crypto_report_aead': /kisskb/src/crypto/crypto_user_stat.c:33:26: note: byref variable will be forcibly initialized struct crypto_stat_aead raead; ^~~~~ /kisskb/src/crypto/crypto_user_stat.c: In function 'crypto_report_cipher': /kisskb/src/crypto/crypto_user_stat.c:50:28: note: byref variable will be forcibly initialized struct crypto_stat_cipher rcipher; ^~~~~~~ /kisskb/src/crypto/crypto_user_stat.c: In function 'crypto_report_comp': /kisskb/src/crypto/crypto_user_stat.c:67:30: note: byref variable will be forcibly initialized struct crypto_stat_compress rcomp; ^~~~~ /kisskb/src/crypto/crypto_user_stat.c: In function 'crypto_report_acomp': /kisskb/src/crypto/crypto_user_stat.c:83:30: note: byref variable will be forcibly initialized struct crypto_stat_compress racomp; ^~~~~~ /kisskb/src/crypto/crypto_user_stat.c: In function 'crypto_report_akcipher': /kisskb/src/crypto/crypto_user_stat.c:99:30: note: byref variable will be forcibly initialized struct crypto_stat_akcipher rakcipher; ^~~~~~~~~ /kisskb/src/crypto/crypto_user_stat.c: In function 'crypto_report_kpp': /kisskb/src/crypto/crypto_user_stat.c:118:25: note: byref variable will be forcibly initialized struct crypto_stat_kpp rkpp; ^~~~ /kisskb/src/crypto/crypto_user_stat.c: In function 'crypto_report_ahash': /kisskb/src/crypto/crypto_user_stat.c:134:26: note: byref variable will be forcibly initialized struct crypto_stat_hash rhash; ^~~~~ /kisskb/src/crypto/crypto_user_stat.c: In function 'crypto_report_shash': /kisskb/src/crypto/crypto_user_stat.c:149:26: note: byref variable will be forcibly initialized struct crypto_stat_hash rhash; ^~~~~ /kisskb/src/crypto/crypto_user_stat.c: In function 'crypto_report_rng': /kisskb/src/crypto/crypto_user_stat.c:164:25: note: byref variable will be forcibly initialized struct crypto_stat_rng rrng; ^~~~ /kisskb/src/crypto/crypto_user_stat.c: In function 'crypto_reportstat_one': /kisskb/src/crypto/crypto_user_stat.c:198:29: note: byref variable will be forcibly initialized struct crypto_stat_larval rl; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/crypto_user_stat.c: In function 'crypto_reportstat': /kisskb/src/crypto/crypto_user_stat.c:302:26: note: byref variable will be forcibly initialized struct crypto_dump_info info; ^~~~ 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:42, from /kisskb/src/include/linux/ftrace.h:22, from /kisskb/src/include/linux/kprobes.h:29, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/highmem.h:12, 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:112:9: note: userspace variable will be forcibly initialized return (struct iovec) { ^ /kisskb/src/mm/page_alloc.c: In function 'early_calculate_totalpages': /kisskb/src/mm/page_alloc.c:7678:9: note: byref variable will be forcibly initialized int i, nid; ^~~ /kisskb/src/mm/page_alloc.c:7678:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c:7677:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7677:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'find_zone_movable_pfns_for_nodes': /kisskb/src/mm/page_alloc.c:7808:28: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7808:17: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:7698:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c: In function 'cmdline_parse_core': /kisskb/src/mm/page_alloc.c:8035:8: note: byref variable will be forcibly initialized char *endptr; ^~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_inject_error': /kisskb/src/mm/madvise.c:948:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_memmap': /kisskb/src/mm/page_alloc.c:2088:24: note: byref variable will be forcibly initialized struct padata_mt_job job = { ^~~ /kisskb/src/mm/page_alloc.c:2046:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/page_alloc.c:2042:32: note: byref variable will be forcibly initialized unsigned long first_init_pfn, flags; ^~~~~ /kisskb/src/mm/page_alloc.c:2041:26: note: byref variable will be forcibly initialized unsigned long spfn = 0, epfn = 0; ^~~~ /kisskb/src/mm/page_alloc.c:2041:16: note: byref variable will be forcibly initialized unsigned long spfn = 0, epfn = 0; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'madvise_cold_or_pageout_pte_range': /kisskb/src/mm/madvise.c:320:12: note: byref variable will be forcibly initialized LIST_HEAD(page_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/page_alloc.c:19: /kisskb/src/mm/page_alloc.c: In function 'free_pcppages_bulk': /kisskb/src/mm/page_alloc.c:1450:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_release': /kisskb/src/mm/mmu_notifier.c:272:16: note: byref variable will be forcibly initialized unsigned long cur_seq; ^~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_invalidate': /kisskb/src/mm/mmu_notifier.c:448:16: note: byref variable will be forcibly initialized unsigned long cur_seq; ^~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_cold_page_range': /kisskb/src/mm/madvise.c:489:30: note: byref variable will be forcibly initialized struct madvise_walk_private walk_private = { ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_cold': /kisskb/src/mm/madvise.c:504:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout_page_range': /kisskb/src/mm/madvise.c:522:30: note: byref variable will be forcibly initialized struct madvise_walk_private walk_private = { ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout': /kisskb/src/mm/madvise.c:554:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_maxorder': /kisskb/src/mm/page_alloc.c:1972:6: note: byref variable will be forcibly initialized u64 j = *i; ^ /kisskb/src/mm/page_alloc.c:1970:35: note: byref variable will be forcibly initialized unsigned long spfn = *start_pfn, epfn = *end_pfn; ^~~~ /kisskb/src/mm/page_alloc.c:1970:16: note: byref variable will be forcibly initialized unsigned long spfn = *start_pfn, epfn = *end_pfn; ^~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_memmap_chunk': /kisskb/src/mm/page_alloc.c:2015:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/page_alloc.c:2013:22: note: byref variable will be forcibly initialized unsigned long spfn, epfn; ^~~~ /kisskb/src/mm/page_alloc.c:2013:16: note: byref variable will be forcibly initialized unsigned long spfn, epfn; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_read_begin': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:248:3: note: in expansion of macro 'wait_event' wait_event(subscriptions->wq, ^~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_grow_zone': /kisskb/src/mm/page_alloc.c:2136:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/madvise.c: In function 'madvise_free_single_vma': /kisskb/src/mm/madvise.c:713:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/madvise.c:712:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/page_alloc.c:2134:28: note: byref variable will be forcibly initialized unsigned long spfn, epfn, flags; ^~~~~ /kisskb/src/mm/page_alloc.c:2134:22: note: byref variable will be forcibly initialized unsigned long spfn, epfn, flags; ^~~~ /kisskb/src/mm/page_alloc.c:2134:16: note: byref variable will be forcibly initialized unsigned long spfn, epfn, flags; ^~~~ /kisskb/src/mm/madvise.c: In function 'madvise_populate': /kisskb/src/mm/madvise.c:835:6: note: byref variable will be forcibly initialized int locked = 1; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function '__mmu_notifier_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:678:3: note: in expansion of macro 'smp_store_release' smp_store_release(&mm->notifier_subscriptions, subscriptions); ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'steal_suitable_fallback': /kisskb/src/mm/page_alloc.c:2653:18: note: byref variable will be forcibly initialized int free_pages, movable_pages, alike_pages; ^~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_insert': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1005:18: note: in expansion of macro 'smp_load_acquire' subscriptions = smp_load_acquire(&mm->notifier_subscriptions); ^~~~~~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'do_madvise': /kisskb/src/mm/madvise.c:1136:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/mm/madvise.c:1131:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1085:3: note: in expansion of macro 'wait_event' wait_event(subscriptions->wq, ^~~~~~~~~~ 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:264, from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/sparse.c:5: /kisskb/src/mm/sparse.c: In function 'fill_subsection_map': /kisskb/src/mm/sparse.c:683:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(map, SUBSECTIONS_PER_SECTION) = { 0 }; ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/mm/madvise.c: In function '__do_sys_process_madvise': /kisskb/src/mm/madvise.c:1242:15: note: byref variable will be forcibly initialized unsigned int f_flags; ^~~~~~~ /kisskb/src/mm/madvise.c:1237:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/mm/madvise.c:1236:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^~~ /kisskb/src/mm/madvise.c:1235:38: note: userspace variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], iovec; ^~~~~ /kisskb/src/mm/madvise.c:1235:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], iovec; ^~~~~~~~ /kisskb/src/mm/sparse.c: In function 'clear_subsection_map': /kisskb/src/mm/sparse.c:656:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(tmp, SUBSECTIONS_PER_SECTION) = { 0 }; ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/mm/sparse.c:655:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(map, SUBSECTIONS_PER_SECTION) = { 0 }; ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/mm/sparse.c: In function 'memblocks_present': /kisskb/src/mm/sparse.c:269:9: note: byref variable will be forcibly initialized int i, nid; ^~~ /kisskb/src/mm/sparse.c:269:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/sparse.c:268:23: note: byref variable will be forcibly initialized unsigned long start, end; ^~~ /kisskb/src/mm/sparse.c:268:16: note: byref variable will be forcibly initialized unsigned long start, end; ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'warn_alloc': /kisskb/src/mm/page_alloc.c:4208:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/mm/page_alloc.c: In function '__perform_reclaim': /kisskb/src/mm/page_alloc.c:4582:16: note: byref variable will be forcibly initialized unsigned long pflags, progress; ^~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_slowpath': /kisskb/src/mm/page_alloc.c:4881:6: note: byref variable will be forcibly initialized int no_progress_loops; ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4877:16: note: byref variable will be forcibly initialized unsigned long did_some_progress; ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_bulk': /kisskb/src/mm/page_alloc.c:5206:23: note: byref variable will be forcibly initialized struct alloc_context ac; ^~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init_range': /kisskb/src/mm/page_alloc.c:6498:16: note: byref variable will be forcibly initialized unsigned long pfn, end_pfn = start_pfn + size; ^~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init': /kisskb/src/mm/page_alloc.c:6703:25: note: byref variable will be forcibly initialized int i, j, zone_id = 0, nid; ^~~ /kisskb/src/mm/page_alloc.c:6703:6: note: byref variable will be forcibly initialized int i, j, zone_id = 0, nid; ^ /kisskb/src/mm/page_alloc.c:6702:16: note: byref variable will be forcibly initialized unsigned long hole_pfn = 0; ^~~~~~~~ /kisskb/src/mm/page_alloc.c:6701:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:6701:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'get_pfn_range_for_nid': /kisskb/src/mm/page_alloc.c:7036:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/mm/page_alloc.c:7035:32: note: byref variable will be forcibly initialized unsigned long this_start_pfn, this_end_pfn; ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7035:16: note: byref variable will be forcibly initialized unsigned long this_start_pfn, this_end_pfn; ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__absent_pages_in_range': /kisskb/src/mm/page_alloc.c:7154:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/mm/page_alloc.c:7153:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7153:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'zone_absent_pages_in_node': /kisskb/src/mm/page_alloc.c:7185:32: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7185:16: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'calculate_node_totalpages': /kisskb/src/mm/page_alloc.c:7237:33: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7237:17: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init_node': /kisskb/src/mm/page_alloc.c:7568:16: note: byref variable will be forcibly initialized unsigned long end_pfn = 0; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7567:16: note: byref variable will be forcibly initialized unsigned long start_pfn = 0; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'node_map_pfn_alignment': /kisskb/src/mm/page_alloc.c:7632:9: note: byref variable will be forcibly initialized int i, nid; ^~~ /kisskb/src/mm/page_alloc.c:7632:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c:7630:23: note: byref variable will be forcibly initialized unsigned long start, end, mask; ^~~ /kisskb/src/mm/page_alloc.c:7630:16: note: byref variable will be forcibly initialized unsigned long start, end, mask; ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init': /kisskb/src/mm/page_alloc.c:7945:9: note: byref variable will be forcibly initialized int i, nid, zone; ^~~ /kisskb/src/mm/page_alloc.c:7945:6: note: byref variable will be forcibly initialized int i, nid, zone; ^ /kisskb/src/mm/page_alloc.c:7944:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7944:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/crypto/sha512_generic.c: In function 'sha512_transform': /kisskb/src/crypto/sha512_generic.c:104:6: note: byref variable will be forcibly initialized u64 W[16]; ^ /kisskb/src/drivers/irqchip/irq-ti-sci-intr.c: In function 'ti_sci_intr_xlate_irq': /kisskb/src/drivers/irqchip/irq-ti-sci-intr.c:83:25: note: byref variable will be forcibly initialized u32 base, pbase, size, len; ^~~ /kisskb/src/drivers/irqchip/irq-ti-sci-intr.c: In function 'ti_sci_intr_alloc_parent_irq': /kisskb/src/drivers/irqchip/irq-ti-sci-intr.c:139:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/drivers/irqchip/irq-ti-sci-intr.c: In function 'ti_sci_intr_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-ti-sci-intr.c:200:15: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/drivers/irqchip/irq-ti-sci-intr.c:199:16: note: byref variable will be forcibly initialized unsigned long hwirq; ^~~~~ /kisskb/src/kernel/sched/cputime.c: In function 'thread_group_cputime': /kisskb/src/kernel/sched/cputime.c:299:15: note: byref variable will be forcibly initialized unsigned int seq, nextseq; ^~~ /kisskb/src/kernel/sched/cputime.c:297:13: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/sched/cputime.c:297:6: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/sched/cputime.c: In function 'thread_group_cputime_adjusted': /kisskb/src/kernel/sched/cputime.c:625:22: note: byref variable will be forcibly initialized struct task_cputime cputime; ^~~~~~~ /kisskb/src/kernel/sched/cputime.c: In function 'kcpustat_field': /kisskb/src/kernel/sched/cputime.c:960:6: note: byref variable will be forcibly initialized u64 val = cpustat[usage]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:18, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:124:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&inode->i_verity_info); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_read_descriptor': /kisskb/src/fs/verity/read_metadata.c:101:9: note: byref variable will be forcibly initialized size_t desc_size; ^~~~~~~~~ /kisskb/src/fs/verity/read_metadata.c:100:30: note: byref variable will be forcibly initialized struct fsverity_descriptor *desc; ^~~~ /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_read_signature': /kisskb/src/fs/verity/read_metadata.c:122:9: note: byref variable will be forcibly initialized size_t desc_size; ^~~~~~~~~ /kisskb/src/fs/verity/read_metadata.c:121:30: note: byref variable will be forcibly initialized struct fsverity_descriptor *desc; ^~~~ /kisskb/src/crypto/sm3_generic.c: In function 'sm3_transform': /kisskb/src/crypto/sm3_generic.c:127:15: note: byref variable will be forcibly initialized unsigned int wt[64]; ^~ /kisskb/src/crypto/sm3_generic.c:126:15: note: byref variable will be forcibly initialized unsigned int w[68]; ^ /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_ioctl_read_metadata': /kisskb/src/fs/verity/read_metadata.c:156:36: note: byref variable will be forcibly initialized struct fsverity_read_metadata_arg arg; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:522:3: note: in expansion of macro 'smp_store_release' smp_store_release(&waiter->task, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:387:19: note: byref variable will be forcibly initialized struct list_head wlist; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:981:3: note: in expansion of macro 'if' if (!smp_load_acquire(&waiter.task)) { ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:981:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&waiter.task)) { ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c:898:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/locking/rwsem.c:897:22: note: byref variable will be forcibly initialized struct rwsem_waiter waiter; ^~~~~~ /kisskb/src/kernel/locking/rwsem.c: In function '__down_read_common': /kisskb/src/kernel/locking/rwsem.c:1211:7: note: byref variable will be forcibly initialized long count; ^~~~~ 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:1172:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_downgrade_wake': /kisskb/src/kernel/locking/rwsem.c:1193:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/crypto/wp512.c: In function 'wp512_process_buffer': /kisskb/src/crypto/wp512.c:785:6: note: byref variable will be forcibly initialized u64 block[8]; /* mu(buffer) */ ^~~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_write_slowpath': /kisskb/src/kernel/locking/rwsem.c:1023:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/locking/rwsem.c:1021:22: note: byref variable will be forcibly initialized struct rwsem_waiter waiter; ^~~~~~ /kisskb/src/crypto/ecb.c: In function 'crypto_ecb_crypt': /kisskb/src/crypto/ecb.c:21:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/crypto/wp512.c: In function 'wp256_final': /kisskb/src/crypto/wp512.c:1111:5: note: byref variable will be forcibly initialized u8 D[64]; ^ /kisskb/src/crypto/wp512.c: In function 'wp384_final': /kisskb/src/crypto/wp512.c:1100:5: note: byref variable will be forcibly initialized u8 D[64]; ^ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/mm/gup_test.c:1: /kisskb/src/mm/gup_test.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/mm/gup_test.c:2: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/gup_test.c: In function 'gup_test_ioctl': /kisskb/src/mm/gup_test.c:209:18: note: byref variable will be forcibly initialized struct gup_test gup; ^~~ /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c: In function 'ti_sci_inta_irq_handler': /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c:151:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c: In function 'ti_sci_inta_xlate_irq': /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c:181:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c: In function 'ti_sci_inta_alloc_parent_irq': /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c:209:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^~~~~~~~~~~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_decrypt_inplace': /kisskb/src/crypto/cbc.c:129:5: note: byref variable will be forcibly initialized u8 last_iv[MAX_CIPHER_BLOCKSIZE]; ^~~~~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_decrypt': /kisskb/src/crypto/cbc.c:158:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/block/blk-flush.c: In function 'blkdev_issue_flush': /kisskb/src/block/blk-flush.c:453:13: note: byref variable will be forcibly initialized struct bio bio; ^~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_encrypt': /kisskb/src/crypto/cbc.c:76:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c:9: /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/irqchip.h:14, from /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c: In function 'ti_sci_inta_get_unmapped_sources': /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c:631:7: note: byref variable will be forcibly initialized u32 dev_id; ^~~~~~ /kisskb/src/drivers/irqchip/irq-ti-sci-inta.c:616:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ /kisskb/src/net/core/skbuff.c: In function '__skb_send_sock': /kisskb/src/net/core/skbuff.c:2606:17: note: byref variable will be forcibly initialized struct msghdr msg; ^~~ /kisskb/src/net/core/skbuff.c:2605:15: note: byref variable will be forcibly initialized struct kvec kv; ^~ In file included from /kisskb/src/drivers/irqchip/irq-pruss-intc.c:18: /kisskb/src/drivers/irqchip/irq-pruss-intc.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/mm/rodata_test.c: In function 'rodata_test': /kisskb/src/mm/rodata_test.c:19:6: note: byref variable will be forcibly initialized int zero = 0; ^~~~ /kisskb/src/drivers/irqchip/irq-pruss-intc.c: In function 'pruss_intc_probe': /kisskb/src/drivers/irqchip/irq-pruss-intc.c:524:24: note: byref variable will be forcibly initialized u8 max_system_events, irqs_reserved = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/qcom-pdc.c: In function 'qcom_pdc_gpio_alloc': /kisskb/src/drivers/irqchip/qcom-pdc.c:269:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/irqchip/qcom-pdc.c:268:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq, parent_hwirq; ^~~~~ /kisskb/src/drivers/irqchip/qcom-pdc.c:267:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/qcom-pdc.c: In function 'qcom_pdc_alloc': /kisskb/src/drivers/irqchip/qcom-pdc.c:225:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/irqchip/qcom-pdc.c:224:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq, parent_hwirq; ^~~~~ /kisskb/src/drivers/irqchip/qcom-pdc.c:223:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^~~~~~~~~~~~~ /kisskb/src/net/core/skbuff.c: In function '__splice_segment': /kisskb/src/net/core/skbuff.c:2476:16: note: byref variable will be forcibly initialized unsigned int flen = min(*len, plen); ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/request_key.c:11: /kisskb/src/security/keys/request_key.c: In function 'key_read_state': /kisskb/src/net/core/skbuff.c: In function 'skb_mod_eth_type': 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/irqchip/qcom-pdc.c:8: /kisskb/src/drivers/irqchip/qcom-pdc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&key->state); ^~~~~~~~~~~~~~~~ /kisskb/src/net/core/skbuff.c:5868:10: note: byref variable will be forcibly initialized __be16 diff[] = { ~hdr->h_proto, ethertype }; ^~~~ /kisskb/src/net/core/skbuff.c: In function '__alloc_skb': /kisskb/src/net/core/skbuff.c:401:7: note: byref variable will be forcibly initialized bool pfmemalloc; ^~~~~~~~~~ /kisskb/src/security/keys/request_key.c: In function 'construct_get_dest_keyring': /kisskb/src/security/keys/request_key.c:266:14: note: byref variable will be forcibly initialized struct key *dest_keyring = *_dest_keyring, *authkey; ^~~~~~~~~~~~ /kisskb/src/security/keys/request_key.c: In function 'construct_alloc_key': /kisskb/src/security/keys/request_key.c:372:27: note: byref variable will be forcibly initialized struct assoc_array_edit *edit = NULL; ^~~~ /kisskb/src/security/keys/request_key.c: In function 'construct_key_and_link': /kisskb/src/security/keys/request_key.c:481:14: note: byref variable will be forcibly initialized struct key *key; ^~~ /kisskb/src/security/keys/request_key.c: In function 'call_sbin_request_key': /kisskb/src/security/keys/request_key.c:124:7: note: byref variable will be forcibly initialized char desc[20]; ^~~~ /kisskb/src/security/keys/request_key.c:123:20: note: byref variable will be forcibly initialized char key_str[12], keyring_str[3][12]; ^~~~~~~~~~~ /kisskb/src/security/keys/request_key.c:123:7: note: byref variable will be forcibly initialized char key_str[12], keyring_str[3][12]; ^~~~~~~ /kisskb/src/security/keys/request_key.c:122:40: note: byref variable will be forcibly initialized char *argv[9], *envp[3], uid_str[12], gid_str[12]; ^~~~~~~ /kisskb/src/security/keys/request_key.c:122:27: note: byref variable will be forcibly initialized char *argv[9], *envp[3], uid_str[12], gid_str[12]; ^~~~~~~ /kisskb/src/security/keys/request_key.c:122:18: note: byref variable will be forcibly initialized char *argv[9], *envp[3], uid_str[12], gid_str[12]; ^~~~ /kisskb/src/security/keys/request_key.c:122:8: note: byref variable will be forcibly initialized char *argv[9], *envp[3], uid_str[12], gid_str[12]; ^~~~ /kisskb/src/security/keys/request_key.c:121:58: note: byref variable will be forcibly initialized struct key *key = rka->target_key, *keyring, *session, *user_session; ^~~~~~~~~~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_splice_bits': /kisskb/src/net/core/skbuff.c:2550:15: note: byref variable will be forcibly initialized struct page *pages[MAX_SKB_FRAGS]; ^~~~~ /kisskb/src/net/core/skbuff.c:2549:22: note: byref variable will be forcibly initialized struct partial_page partial[MAX_SKB_FRAGS]; ^~~~~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_checksum': /kisskb/src/net/core/skbuff.c:2876:32: note: byref variable will be forcibly initialized const struct skb_checksum_ops ops = { ^~~ /kisskb/src/net/core/skbuff.c: In function 'skb_find_text': /kisskb/src/net/core/skbuff.c:3769:18: note: byref variable will be forcibly initialized struct ts_state state; ^~~~~ /kisskb/src/crypto/ctr.c: In function 'crypto_rfc3686_create': /kisskb/src/crypto/ctr.c:263:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt_inplace': /kisskb/src/crypto/ctr.c:82:5: note: byref variable will be forcibly initialized u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; ^~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt_final': /kisskb/src/crypto/ctr.c:34:5: note: byref variable will be forcibly initialized u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; ^~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt': /kisskb/src/crypto/ctr.c:104:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_vlan_pop': /kisskb/src/net/core/skbuff.c:5738:6: note: byref variable will be forcibly initialized u16 vlan_tci; ^~~~~~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_mpls_update_lse': /kisskb/src/net/core/skbuff.c:5999:10: note: byref variable will be forcibly initialized __be32 diff[] = { ~mpls_hdr(skb)->label_stack_entry, mpls_lse }; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/mm/kmemleak.c:61: /kisskb/src/mm/kmemleak.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kmemleak.c: In function 'dump_str_object_info': /kisskb/src/mm/kmemleak.c:1711:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/mm/kmemleak.c: In function 'kmemleak_write': /kisskb/src/mm/kmemleak.c:1811:12: note: byref variable will be forcibly initialized unsigned secs; ^~~~ /kisskb/src/mm/kmemleak.c:1774:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/mm/percpu-stats.c:10: /kisskb/src/mm/percpu-stats.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/mm/percpu-stats.c:15: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/lib/math/prime_numbers.c:4: /kisskb/src/lib/math/prime_numbers.c: In function 'free_primes': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c:168:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(primes, &small_primes); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c: In function 'expand_to_next_prime': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c:152:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(primes, new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/page_isolation.h:39, from /kisskb/src/mm/page_isolation.c:16: /kisskb/src/mm/page_isolation.c: In function 'perf_trace_test_pages_isolated': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/page_isolation.h:39, from /kisskb/src/mm/page_isolation.c:16: /kisskb/src/mm/page_isolation.c: In function 'trace_event_raw_event_test_pages_isolated': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/slub.c:13: /kisskb/src/mm/slub.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/page_isolation.h:39, from /kisskb/src/mm/page_isolation.c:16: /kisskb/src/mm/page_isolation.c: In function '__bpf_trace_test_pages_isolated': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/memory-failure.c:37: /kisskb/src/mm/memory-failure.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/memory-failure.c:37: /kisskb/src/mm/memory-failure.c: In function '__soft_offline_page': /kisskb/src/mm/memory-failure.c:2060:12: note: byref variable will be forcibly initialized LIST_HEAD(pagelist); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/memory-failure.c: In function 'memory_failure_dev_pagemap': /kisskb/src/mm/memory-failure.c:1524:12: note: byref variable will be forcibly initialized LIST_HEAD(tokill); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/memory-failure.c: In function 'hwpoison_user_mappings': /kisskb/src/mm/memory-failure.c:1279:12: note: byref variable will be forcibly initialized LIST_HEAD(tokill); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/arc4.c: In function 'crypto_arc4_crypt': /kisskb/src/crypto/arc4.c:30:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/balloon_compaction.c:9: /kisskb/src/mm/balloon_compaction.c: In function 'balloon_page_dequeue': /kisskb/src/mm/balloon_compaction.c:180:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/mm/memory-failure.c:36: /kisskb/src/mm/memory-failure.c: In function 'memory_failure_queue': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/mm/memory-failure.c:1857:2: note: in expansion of macro 'if' if (kfifo_put(&mf_cpu->fifo, entry)) ^~ /kisskb/src/mm/memory-failure.c:1857:6: note: in expansion of macro 'kfifo_put' if (kfifo_put(&mf_cpu->fifo, entry)) ^~~~~~~~~ /kisskb/src/mm/slub.c: In function 'slab_alloc_node': /kisskb/src/mm/slub.c:3117:21: note: byref variable will be forcibly initialized struct obj_cgroup *objcg = NULL; ^~~~~ /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized void *object; ^~~~~~ /kisskb/src/mm/slub.c: In function 'slab_alloc': /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3117:21: note: byref variable will be forcibly initialized struct obj_cgroup *objcg = NULL; ^~~~~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/cryptd.c:17: /kisskb/src/crypto/cryptd.c: In function 'cryptd_skcipher_decrypt': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^~ /kisskb/src/crypto/cryptd.c:291:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, child); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_skcipher_encrypt': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^~ /kisskb/src/crypto/cryptd.c:263:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, child); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'pte_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:98:16: note: byref variable will be forcibly initialized unsigned long val = idx, *ptr = &val; ^~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_skcipher': /kisskb/src/crypto/cryptd.c:377:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/cryptd.c:376:6: note: byref variable will be forcibly initialized u32 type; ^~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_hash': /kisskb/src/crypto/cryptd.c:643:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/cryptd.c:642:6: note: byref variable will be forcibly initialized u32 type; ^~~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'p4d_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:504:8: note: byref variable will be forcibly initialized p4d_t p4d; ^~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'pgd_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:513:8: note: byref variable will be forcibly initialized pgd_t pgd; ^~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_aead': /kisskb/src/crypto/cryptd.c:830:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/cryptd.c:829:6: note: byref variable will be forcibly initialized u32 type; ^~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_skcipher': /kisskb/src/crypto/cryptd.c:907:7: note: byref variable will be forcibly initialized char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; ^~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c: In function 'slab_fix': /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_ahash': /kisskb/src/mm/slub.c:790:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/crypto/cryptd.c:959:7: note: byref variable will be forcibly initialized char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; ^~~~~~~~~~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_aead': /kisskb/src/crypto/cryptd.c:1016:7: note: byref variable will be forcibly initialized char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; ^~~~~~~~~~~~~~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'debug_vm_pgtable': /kisskb/src/mm/debug_vm_pgtable.c:1238:28: note: byref variable will be forcibly initialized struct pgtable_debug_args args; ^~~~ /kisskb/src/mm/slub.c: In function 'slab_bug': /kisskb/src/mm/slub.c:775:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/mm/slub.c: In function 'slab_err': /kisskb/src/mm/slub.c:870:7: note: byref variable will be forcibly initialized char buf[100]; ^~~ /kisskb/src/mm/slub.c:869:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/mm/slub.c: In function 'setup_slub_debug': /kisskb/src/mm/slub.c:1489:8: note: byref variable will be forcibly initialized char *slab_list; ^~~~~~~~~ /kisskb/src/mm/slub.c:1486:15: note: byref variable will be forcibly initialized slab_flags_t flags; ^~~~~ /kisskb/src/fs/verity/verify.c: In function 'verify_page': /kisskb/src/fs/verity/verify.c:113:16: note: byref variable will be forcibly initialized unsigned int hoffset; ^~~~~~~ /kisskb/src/fs/verity/verify.c:112:11: note: byref variable will be forcibly initialized pgoff_t hindex; ^~~~~~ /kisskb/src/fs/verity/verify.c:96:5: note: byref variable will be forcibly initialized u8 real_hash[FS_VERITY_MAX_DIGEST_SIZE]; ^~~~~~~~~ /kisskb/src/fs/verity/verify.c:94:5: note: byref variable will be forcibly initialized u8 _want_hash[FS_VERITY_MAX_DIGEST_SIZE]; ^~~~~~~~~~ /kisskb/src/mm/slub.c: In function 'get_freepointer_safe': /kisskb/src/mm/slub.c:363:8: note: byref variable will be forcibly initialized void *p; ^ /kisskb/src/fs/verity/verify.c: In function 'fsverity_verify_bio': /kisskb/src/fs/verity/verify.c:230:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/mm/slub.c: In function 'cpu_partial_store': /kisskb/src/mm/slub.c:5388:15: note: byref variable will be forcibly initialized unsigned int objects; ^~~~~~~ /kisskb/src/mm/slub.c: In function 'min_partial_store': /kisskb/src/mm/slub.c:5368:16: note: byref variable will be forcibly initialized unsigned long min; ^~~ /kisskb/src/mm/slub.c: In function 'deactivate_slab': /kisskb/src/mm/slub.c:2313:19: note: byref variable will be forcibly initialized void *nextfree, *freelist_iter, *freelist_tail; ^~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha.c: In function 'chacha_block_generic': /kisskb/src/lib/crypto/chacha.c:78:6: note: byref variable will be forcibly initialized u32 x[16]; ^ /kisskb/src/lib/crypto/chacha.c: In function 'hchacha_block_generic': /kisskb/src/lib/crypto/chacha.c:105:6: note: byref variable will be forcibly initialized u32 x[16]; ^ /kisskb/src/mm/userfaultfd.c: In function '__mcopy_atomic': /kisskb/src/mm/userfaultfd.c:494:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/slub.c: In function 'get_partial_node': /kisskb/src/mm/slub.c:2104:6: note: byref variable will be forcibly initialized int objects; ^~~~~~~ /kisskb/src/mm/slub.c: In function '__kmem_cache_do_shrink': /kisskb/src/mm/slub.c:4566:19: note: byref variable will be forcibly initialized struct list_head promote[SHRINK_PROMOTE_MAX]; ^~~~~~~ /kisskb/src/mm/slub.c:4565:19: note: byref variable will be forcibly initialized struct list_head discard; ^~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/slub.c:13: /kisskb/src/mm/slub.c: In function 'free_partial': /kisskb/src/mm/slub.c:4243:12: note: byref variable will be forcibly initialized LIST_HEAD(discard); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/slub.c: In function '___slab_alloc': /kisskb/src/mm/slub.c:2875:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/userfaultfd.c: In function 'mcontinue_atomic_pte': /kisskb/src/mm/userfaultfd.c:225:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/userfaultfd.c: In function 'mcopy_atomic': /kisskb/src/mm/userfaultfd.c:494:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_flags': /kisskb/src/mm/slub.c:1556:15: note: byref variable will be forcibly initialized slab_flags_t block_flags; ^~~~~~~~~~~ /kisskb/src/mm/slub.c:1553:8: note: byref variable will be forcibly initialized char *iter; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/kernel/locking/percpu-rwsem.c:2: /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'arch_atomic_read_acquire': /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&(v)->counter); ^~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized void *object; ^~~~~~ /kisskb/src/mm/userfaultfd.c: In function 'mfill_zeropage': /kisskb/src/mm/userfaultfd.c:494:15: note: byref variable will be forcibly initialized /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, current); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc_trace': /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:52:9: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_free': /kisskb/src/mm/slub.c:3494:6: note: byref variable will be forcibly initialized void kmem_cache_free(struct kmem_cache *s, void *x) ^~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c:3494:6: note: byref variable will be forcibly initialized /kisskb/src/mm/userfaultfd.c: In function 'mcopy_continue': /kisskb/src/mm/userfaultfd.c:494:15: note: byref variable will be forcibly initialized /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'percpu_rwsem_wake_function': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:131:2: note: in expansion of macro 'smp_store_release' smp_store_release(&wq_entry->private, NULL); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, 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 'percpu_rwsem_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:158:3: note: in expansion of macro 'if' if (!smp_load_acquire(&wq_entry.private)) ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:158:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&wq_entry.private)) ^~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_free_bulk': /kisskb/src/mm/slub.c:3611:6: note: byref variable will be forcibly initialized void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c:3611:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3618:28: note: byref variable will be forcibly initialized struct detached_freelist df; ^~ /kisskb/src/mm/slub.c: In function '__kmalloc': /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized void *object; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/mm/slub.c:14: /kisskb/src/mm/slub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/slub.c: In function 'kfree': /kisskb/src/mm/slub.c:4528:6: note: byref variable will be forcibly initialized void kfree(const void *x) ^~~~~ /kisskb/src/mm/slub.c:4528:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function '__kmalloc_track_caller': /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized void *object; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-ioc.c:78:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ioc->icq_hint, NULL); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-ioc.c:6: /kisskb/src/block/blk-ioc.c: In function 'ioc_clear_queue': /kisskb/src/block/blk-ioc.c:241:12: note: byref variable will be forcibly initialized LIST_HEAD(icq_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/block/blk-ioc.c:5: /kisskb/src/block/blk-ioc.c: In function 'ioc_lookup_icq': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-ioc.c:351:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ioc->icq_hint, icq); /* allowed to race */ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/arm-cci.c: In function 'cci_probe': /kisskb/src/drivers/bus/arm-cci.c:538:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/request_key_auth.c:10: /kisskb/src/security/keys/request_key_auth.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&key->state); ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:57:2: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, (struct request_key_auth *)prep->data); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_destroy': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:152:3: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, NULL); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_revoke': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:139:2: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, NULL); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_new': /kisskb/src/security/keys/request_key_auth.c:168:7: note: byref variable will be forcibly initialized char desc[20]; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/block/blk-exec.c:6: /kisskb/src/block/blk-exec.c: In function 'blk_execute_rq': /kisskb/src/block/blk-exec.c:92:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'key_get_instantiation_authkey': /kisskb/src/security/keys/request_key_auth.c:248:7: note: byref variable will be forcibly initialized char description[16]; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/memfd.c:10: /kisskb/src/mm/memfd.c: In function 'memfd_wait_for_pins': /kisskb/src/mm/memfd.c:68:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/zlib_inflate/inftrees.c: In function 'zlib_inflate_table': /kisskb/src/lib/zlib_inflate/inftrees.c:45:20: note: byref variable will be forcibly initialized unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ ^~~~ /kisskb/src/lib/zlib_inflate/inftrees.c:44:20: note: byref variable will be forcibly initialized unsigned short count[MAXBITS+1]; /* number of codes of each length */ ^~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_kern_endio_read': /kisskb/src/block/blk-map.c:400:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/block/blk-map.c:5: /kisskb/src/block/blk-map.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:11, from /kisskb/src/block/blk-map.c:8: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_from_iter': /kisskb/src/block/blk-map.c:49:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_to_iter': /kisskb/src/block/blk-map.c:80:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_append_bio': /kisskb/src/block/blk-map.c:484:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-map.c: In function 'bio_map_user_iov': /kisskb/src/block/blk-map.c:270:10: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/block/blk-map.c:252:10: note: byref variable will be forcibly initialized size_t offs, added = 0; ^~~~ /kisskb/src/block/blk-map.c:250:17: note: byref variable will be forcibly initialized struct page **pages; ^~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user_iov': /kisskb/src/block/blk-map.c:528:18: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user': /kisskb/src/block/blk-map.c:570:18: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/block/blk-map.c:569:15: note: byref variable will be forcibly initialized struct iovec iov; ^~~ /kisskb/src/crypto/deflate.c: In function '__deflate_decompress': /kisskb/src/crypto/deflate.c:246:6: note: byref variable will be forcibly initialized u8 zerostuff = 0; ^~~~~~~~~ In file included from /kisskb/src/mm/page_reporting.h:9, from /kisskb/src/mm/page_reporting.c:11: /kisskb/src/mm/page_reporting.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_loop_shuffle': /kisskb/src/crypto/jitterentropy.c:328:8: note: byref variable will be forcibly initialized __u64 time = 0; ^~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_measure_jitter': /kisskb/src/crypto/jitterentropy.c:518:8: note: byref variable will be forcibly initialized __u64 time = 0; ^~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_entropy_init': /kisskb/src/crypto/jitterentropy.c:740:9: note: byref variable will be forcibly initialized __u64 time2 = 0; ^~~~~ /kisskb/src/crypto/jitterentropy.c:739:9: note: byref variable will be forcibly initialized __u64 time = 0; ^~~~ /kisskb/src/mm/page_reporting.c: In function 'page_reporting_process_zone': /kisskb/src/mm/page_reporting.c:231:36: note: byref variable will be forcibly initialized unsigned int order, mt, leftover, offset = PAGE_REPORTING_CAPACITY; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/page_reporting.c:2: /kisskb/src/mm/page_reporting.c: In function 'page_reporting_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_reporting.c:346:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(pr_dev_info, prdev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/crypto/aes.c: In function 'aes_encrypt': /kisskb/src/lib/crypto/aes.c:262:14: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^~~ /kisskb/src/lib/crypto/aes.c:262:6: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^~~ /kisskb/src/lib/crypto/aes.c: In function 'aes_decrypt': /kisskb/src/lib/crypto/aes.c:313:14: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^~~ /kisskb/src/lib/crypto/aes.c:313:6: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^~~ /kisskb/src/block/blk-merge.c: In function 'blk_bio_segment_split': /kisskb/src/block/blk-merge.c:252:22: note: byref variable will be forcibly initialized unsigned nsegs = 0, sectors = 0; ^~~~~~~ /kisskb/src/block/blk-merge.c:252:11: note: byref variable will be forcibly initialized unsigned nsegs = 0, sectors = 0; ^~~~~ /kisskb/src/block/blk-merge.c:251:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-merge.c:250:21: note: byref variable will be forcibly initialized struct bio_vec bv, bvprv, *bvprvp = NULL; ^~~~~ /kisskb/src/block/blk-merge.c:250:17: note: byref variable will be forcibly initialized struct bio_vec bv, bvprv, *bvprvp = NULL; ^~ /kisskb/src/block/blk-merge.c: In function '__blk_bios_map_sg': /kisskb/src/block/blk-merge.c:494:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-merge.c:493:17: note: byref variable will be forcibly initialized struct bio_vec bvec, bvprv = { NULL }; ^~~~ In file included from /kisskb/src/block/blk-merge.c:7: /kisskb/src/block/blk-merge.c: In function 'bio_get_last_bvec': /kisskb/src/include/linux/bio.h:275:19: note: byref variable will be forcibly initialized struct bvec_iter iter = bio->bi_iter; ^~~~ /kisskb/src/block/blk-merge.c: In function 'bio_will_gap': /kisskb/src/block/blk-merge.c:19:21: note: byref variable will be forcibly initialized struct bio_vec pb, nb; ^~ /kisskb/src/block/blk-merge.c:19:17: note: byref variable will be forcibly initialized struct bio_vec pb, nb; ^~ /kisskb/src/kernel/sched/idle.c: In function 'play_idle_precise': /kisskb/src/kernel/sched/idle.c:363:20: note: byref variable will be forcibly initialized struct idle_timer it; ^~ /kisskb/src/block/blk-merge.c: In function 'blk_queue_split': /kisskb/src/block/blk-merge.c:368:15: note: byref variable will be forcibly initialized unsigned int nr_segs; ^~~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_recalc_rq_segments': /kisskb/src/block/blk-merge.c:379:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^~ /kisskb/src/block/blk-merge.c:378:22: note: byref variable will be forcibly initialized struct req_iterator iter; ^~~~ /kisskb/src/block/blk-merge.c:377:15: note: byref variable will be forcibly initialized unsigned int nr_sectors = 0; ^~~~~~~~~~ /kisskb/src/block/blk-merge.c:376:15: note: byref variable will be forcibly initialized unsigned int nr_phys_segs = 0; ^~~~~~~~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_mq_sched_try_merge': /kisskb/src/block/blk-merge.c:1109:18: note: byref variable will be forcibly initialized struct request *rq; ^~ /kisskb/src/drivers/bus/tegra-gmi.c: In function 'tegra_gmi_parse_dt': /kisskb/src/drivers/bus/tegra-gmi.c:92:16: note: byref variable will be forcibly initialized u32 property, ranges[4]; ^~~~~~ /kisskb/src/drivers/bus/tegra-gmi.c:92:6: note: byref variable will be forcibly initialized u32 property, ranges[4]; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/iomap/trace.h:190, from /kisskb/src/fs/iomap/trace.c:12: /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_readpage_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_readpage_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_readpage_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_range_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_iter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/iomap/trace.h:190, from /kisskb/src/fs/iomap/trace.c:12: /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_readpage_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_readpage_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_range_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_iter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_readpage_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_readpage_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_readpage_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_readpage_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function '__bpf_trace_iomap_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function '__bpf_trace_iomap_range_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function '__bpf_trace_iomap_iter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&key->state); ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c: In function 'user_update': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c:115:2: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, prep->payload.data[0]); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c: In function 'user_revoke': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c:136:3: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, NULL); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/compat_dh.c: In function 'compat_keyctl_dh_compute': /kisskb/src/security/keys/compat_dh.c:21:34: note: byref variable will be forcibly initialized struct compat_keyctl_kdf_params compat_kdfcopy; ^~~~~~~~~~~~~~ /kisskb/src/security/keys/compat_dh.c:20:27: note: byref variable will be forcibly initialized struct keyctl_kdf_params kdfcopy; ^~~~~~~ /kisskb/src/block/blk-timeout.c: In function 'part_timeout_store': /kisskb/src/block/blk-timeout.c:56:9: note: byref variable will be forcibly initialized char *p = (char *) buf; ^ /kisskb/src/security/keys/dh.c: In function 'kdf_ctr': /kisskb/src/security/keys/dh.c:162:7: note: byref variable will be forcibly initialized u8 tmpbuffer[32]; ^~~~~~~~~ /kisskb/src/security/keys/dh.c:150:9: note: byref variable will be forcibly initialized __be32 counter = cpu_to_be32(1); ^~~~~~~ /kisskb/src/fs/iomap/direct-io.c: In function '__iomap_dio_rw': /kisskb/src/fs/iomap/direct-io.c:468:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/security/keys/dh.c: In function '__keyctl_dh_compute': /kisskb/src/security/keys/dh.c:243:20: note: byref variable will be forcibly initialized struct kdf_sdesc *sdesc = NULL; ^~~~~ /kisskb/src/security/keys/dh.c:238:23: note: byref variable will be forcibly initialized struct dh_completion compl; ^~~~~ /kisskb/src/security/keys/dh.c:237:21: note: byref variable will be forcibly initialized struct scatterlist outsg; ^~~~~ /kisskb/src/security/keys/dh.c:236:12: note: byref variable will be forcibly initialized struct dh dh_inputs; ^~~~~~~~~ /kisskb/src/security/keys/dh.c:235:26: note: byref variable will be forcibly initialized struct keyctl_dh_params pcopy; ^~~~~ /kisskb/src/security/keys/dh.c: In function 'keyctl_dh_compute': /kisskb/src/security/keys/dh.c:414:27: note: byref variable will be forcibly initialized struct keyctl_kdf_params kdfcopy; ^~~~~~~ /kisskb/src/block/blk-lib.c: In function '__blkdev_issue_discard': /kisskb/src/block/blk-lib.c:53:8: note: byref variable will be forcibly initialized char dev_name[BDEVNAME_SIZE]; ^~~~~~~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_discard': /kisskb/src/block/blk-lib.c:136:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/block/blk-lib.c:135:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_write_same': /kisskb/src/block/blk-lib.c:232:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/block/blk-lib.c:231:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_zeroout': /kisskb/src/block/blk-lib.c:399:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/block/blk-lib.c:398:14: note: byref variable will be forcibly initialized struct bio *bio; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/iomap.h:7, from /kisskb/src/fs/iomap/buffered-io.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_healthcheck_sanity': /kisskb/src/crypto/drbg.c:2009:6: note: byref variable will be forcibly initialized int coreref = 0; ^~~~~~~ /kisskb/src/crypto/drbg.c:2008:7: note: byref variable will be forcibly initialized bool pr = false; ^~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_end_io': /kisskb/src/fs/iomap/buffered-io.c:194:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_readpage_iter': /kisskb/src/fs/iomap/buffered-io.c:256:17: note: byref variable will be forcibly initialized unsigned poff, plen; ^~~~ /kisskb/src/fs/iomap/buffered-io.c:256:11: note: byref variable will be forcibly initialized unsigned poff, plen; ^~~~ /kisskb/src/fs/iomap/buffered-io.c:251:9: note: byref variable will be forcibly initialized loff_t pos = iter->pos + offset; ^~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_page_sync': /kisskb/src/fs/iomap/buffered-io.c:529:13: note: byref variable will be forcibly initialized struct bio bio; ^~~ /kisskb/src/fs/iomap/buffered-io.c:528:17: note: byref variable will be forcibly initialized struct bio_vec bvec; ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function '__iomap_write_begin': /kisskb/src/fs/iomap/buffered-io.c:547:62: note: byref variable will be forcibly initialized unsigned from = offset_in_page(pos), to = from + len, poff, plen; ^~~~ /kisskb/src/fs/iomap/buffered-io.c:547:56: note: byref variable will be forcibly initialized unsigned from = offset_in_page(pos), to = from + len, poff, plen; ^~~~ /kisskb/src/fs/iomap/buffered-io.c:545:9: note: byref variable will be forcibly initialized loff_t block_start = round_down(pos, block_size); ^~~~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_write_iter': /kisskb/src/fs/iomap/buffered-io.c:735:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_unshare_iter': /kisskb/src/fs/iomap/buffered-io.c:833:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function '__iomap_zero_iter': /kisskb/src/fs/iomap/buffered-io.c:875:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_init_sym_kernel': /kisskb/src/crypto/drbg.c:1761:7: note: byref variable will be forcibly initialized char ctr_name[CRYPTO_MAX_ALG_NAME]; ^~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioend': /kisskb/src/fs/iomap/buffered-io.c:1037:24: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/iomap/buffered-io.c:6: /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_writepage_map': /kisskb/src/fs/iomap/buffered-io.c:1297:12: note: byref variable will be forcibly initialized LIST_HEAD(submit_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_ctr_bcc': /kisskb/src/crypto/drbg.c:325:21: note: byref variable will be forcibly initialized struct drbg_string data; ^~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_ctr_df': /kisskb/src/crypto/drbg.c:405:12: note: byref variable will be forcibly initialized LIST_HEAD(bcc_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/drbg.c:404:33: note: byref variable will be forcibly initialized struct drbg_string S1, S2, S4, cipherin; ^~~~~~~~ /kisskb/src/crypto/drbg.c:404:29: note: byref variable will be forcibly initialized struct drbg_string S1, S2, S4, cipherin; ^~ /kisskb/src/crypto/drbg.c:404:25: note: byref variable will be forcibly initialized struct drbg_string S1, S2, S4, cipherin; ^~ /kisskb/src/crypto/drbg.c:404:21: note: byref variable will be forcibly initialized struct drbg_string S1, S2, S4, cipherin; ^~ /kisskb/src/crypto/drbg.c:402:16: note: byref variable will be forcibly initialized unsigned char L_N[8]; ^~~ /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_update': /kisskb/src/crypto/drbg.c:682:17: note: byref variable will be forcibly initialized unsigned char prefix = DRBG_PREFIX0; ^~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c:661:12: note: byref variable will be forcibly initialized LIST_HEAD(vdatalist); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/drbg.c:660:12: note: byref variable will be forcibly initialized LIST_HEAD(seedlist); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/drbg.c:659:35: note: byref variable will be forcibly initialized struct drbg_string seed1, seed2, vdata; ^~~~~ /kisskb/src/crypto/drbg.c:659:28: note: byref variable will be forcibly initialized struct drbg_string seed1, seed2, vdata; ^~~~~ /kisskb/src/crypto/drbg.c:659:21: note: byref variable will be forcibly initialized struct drbg_string seed1, seed2, vdata; ^~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioends': /kisskb/src/fs/iomap/buffered-io.c:1066:19: note: byref variable will be forcibly initialized struct list_head tmp; ^~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_generate': /kisskb/src/crypto/drbg.c:714:12: note: byref variable will be forcibly initialized LIST_HEAD(datalist); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/drbg.c:713:21: note: byref variable will be forcibly initialized struct drbg_string data; ^~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_async_seed': /kisskb/src/crypto/drbg.c:1076:16: note: byref variable will be forcibly initialized unsigned char entropy[32]; ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c:1072:12: note: byref variable will be forcibly initialized LIST_HEAD(seedlist); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/drbg.c:1071:21: note: byref variable will be forcibly initialized struct drbg_string data; ^~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_seed': /kisskb/src/crypto/drbg.c:1125:12: note: byref variable will be forcibly initialized LIST_HEAD(seedlist); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/drbg.c:1124:21: note: byref variable will be forcibly initialized struct drbg_string data1; ^~~~~ /kisskb/src/crypto/drbg.c:1122:16: note: byref variable will be forcibly initialized unsigned char entropy[((32 + 16) * 2)]; ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_generate': /kisskb/src/crypto/drbg.c:1351:12: note: byref variable will be forcibly initialized LIST_HEAD(addtllist); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_random': /kisskb/src/crypto/drbg.c:1952:21: note: byref variable will be forcibly initialized struct drbg_string string; ^~~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_seed': /kisskb/src/crypto/drbg.c:1974:6: note: byref variable will be forcibly initialized int coreref = 0; ^~~~~~~ /kisskb/src/crypto/drbg.c:1972:21: note: byref variable will be forcibly initialized struct drbg_string string; ^~~~~~ /kisskb/src/crypto/drbg.c:1971:7: note: byref variable will be forcibly initialized bool pr = false; ^~ /kisskb/src/crypto/rng.c: In function 'crypto_rng_report': /kisskb/src/crypto/rng.c:72:27: note: byref variable will be forcibly initialized struct crypto_report_rng rrng; ^~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/crypto/tcrypt.c:22: /kisskb/src/crypto/tcrypt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_skcipher_speed': /kisskb/src/crypto/tcrypt.c:1552:23: note: byref variable will be forcibly initialized struct scatterlist sg[TVMEMSIZE]; ^~ /kisskb/src/crypto/tcrypt.c:1512:7: note: byref variable will be forcibly initialized char iv[128]; ^~ /kisskb/src/crypto/tcrypt.c:1510:21: note: byref variable will be forcibly initialized struct crypto_wait wait; ^~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_mb_skcipher_speed': /kisskb/src/crypto/tcrypt.c:1272:7: note: byref variable will be forcibly initialized char iv[128]; ^~ /kisskb/src/crypto/tcrypt.c: In function 'test_aead_speed': /kisskb/src/crypto/tcrypt.c:546:21: note: byref variable will be forcibly initialized struct crypto_wait wait; ^~~~ /kisskb/src/crypto/tcrypt.c:543:8: note: byref variable will be forcibly initialized char *axbuf[XBUFSIZE]; ^~~~~ /kisskb/src/crypto/tcrypt.c:542:8: note: byref variable will be forcibly initialized char *xoutbuf[XBUFSIZE]; ^~~~~~~ /kisskb/src/crypto/tcrypt.c:541:8: note: byref variable will be forcibly initialized char *xbuf[XBUFSIZE]; ^~~~ /kisskb/src/drivers/bus/uniphier-system-bus.c: In function 'uniphier_system_bus_probe': /kisskb/src/drivers/bus/uniphier-system-bus.c:182:17: note: byref variable will be forcibly initialized int pna, bank, rlen, rone, ret; ^~~~ /kisskb/src/drivers/bus/uniphier-system-bus.c:180:6: note: byref variable will be forcibly initialized u32 cells, addr, size; ^~~~~ In file included from /kisskb/src/security/commoncap.c:5: /kisskb/src/security/commoncap.c: In function 'cap_combine': /kisskb/src/include/linux/capability.h:121:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^~~~ /kisskb/src/security/commoncap.c: In function 'cap_intersect': /kisskb/src/include/linux/capability.h:129:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^~~~ /kisskb/src/security/commoncap.c: In function 'cap_drop': /kisskb/src/include/linux/capability.h:137:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/audit.h:12, from /kisskb/src/security/commoncap.c:6: /kisskb/src/security/commoncap.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_ahash_speed_common': /kisskb/src/crypto/tcrypt.c:1072:21: note: byref variable will be forcibly initialized struct crypto_wait wait; ^~~~ /kisskb/src/crypto/tcrypt.c:1071:21: note: byref variable will be forcibly initialized struct scatterlist sg[TVMEMSIZE]; ^~ In file included from /kisskb/src/include/linux/blkdev.h:26, 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:243:17: note: byref variable will be forcibly initialized unsigned long word; ^~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_tags_for_each': /kisskb/src/block/blk-mq-tag.c:326:27: note: byref variable will be forcibly initialized struct bt_tags_iter_data iter_data = { ^~~~~~~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_for_each': /kisskb/src/block/blk-mq-tag.c:259:22: note: byref variable will be forcibly initialized struct bt_iter_data iter_data = { ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-tag.c:12: /kisskb/src/block/blk-mq-tag.c: In function 'percpu_ref_tryget_many': /kisskb/src/include/linux/percpu-refcount.h:238:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/security/commoncap.c: In function 'cap_inode_getsecurity': /kisskb/src/security/commoncap.c:385:8: note: byref variable will be forcibly initialized char *tmpbuf = NULL; ^~~~~~ /kisskb/src/block/blk-mq-tag.c: In function 'blk_mq_tagset_wait_completed_request': /kisskb/src/block/blk-mq-tag.c:412:12: note: byref variable will be forcibly initialized unsigned count = 0; ^~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-stat.c:9: /kisskb/src/block/blk-stat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/security/commoncap.c: In function 'get_vfs_caps_from_disk': /kisskb/src/security/commoncap.c:652:25: note: byref variable will be forcibly initialized struct vfs_ns_cap_data data, *nscaps = &data; ^~~~ /kisskb/src/security/commoncap.c: In function 'get_file_caps': /kisskb/src/security/commoncap.c:730:26: note: byref variable will be forcibly initialized struct cpu_vfs_cap_data vcaps; ^~~~~ /kisskb/src/security/commoncap.c: In function 'cap_bprm_creds_from_file': /kisskb/src/security/commoncap.c:893:26: note: byref variable will be forcibly initialized bool effective = false, has_fcap = false, is_setid; ^~~~~~~~ /kisskb/src/security/commoncap.c:893:7: note: byref variable will be forcibly initialized bool effective = false, has_fcap = false, is_setid; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_slow': /kisskb/src/crypto/ecc.c:615:7: note: byref variable will be forcibly initialized u64 *v[2] = { tmp, product }; ^ /kisskb/src/crypto/ecc.c:614:6: note: byref variable will be forcibly initialized u64 tmp[2 * ECC_MAX_DIGITS]; ^~~ /kisskb/src/crypto/ecc.c:613:6: note: byref variable will be forcibly initialized u64 mod_m[2 * ECC_MAX_DIGITS]; ^~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special': /kisskb/src/crypto/ecc.c:532:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:531:6: note: byref variable will be forcibly initialized u64 t[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special2': /kisskb/src/crypto/ecc.c:582:7: note: byref variable will be forcibly initialized u64 qc[ECC_MAX_DIGITS * 2]; ^~ /kisskb/src/crypto/ecc.c:567:6: note: byref variable will be forcibly initialized u64 m[ECC_MAX_DIGITS * 2]; /* expanded mod */ ^ /kisskb/src/crypto/ecc.c:566:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:565:6: note: byref variable will be forcibly initialized u64 q[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_barrett': /kisskb/src/crypto/ecc.c:664:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:663:6: note: byref variable will be forcibly initialized u64 q[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_fast': /kisskb/src/crypto/ecc.c:910:6: note: byref variable will be forcibly initialized u64 tmp[2 * ECC_MAX_DIGITS]; ^~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_square_fast': /kisskb/src/crypto/ecc.c:976:6: note: byref variable will be forcibly initialized u64 product[2 * ECC_MAX_DIGITS]; ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_fast': /kisskb/src/crypto/ecc.c:966:6: note: byref variable will be forcibly initialized u64 product[2 * ECC_MAX_DIGITS]; ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'apply_z': /kisskb/src/crypto/ecc.c:1143:6: note: byref variable will be forcibly initialized u64 t1[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_double_jacobian': /kisskb/src/crypto/ecc.c:1081:6: note: byref variable will be forcibly initialized u64 t5[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1080:6: note: byref variable will be forcibly initialized u64 t4[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function 'xycz_initial_double': /kisskb/src/crypto/ecc.c:1155:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'xycz_add': /kisskb/src/crypto/ecc.c:1182:6: note: byref variable will be forcibly initialized u64 t5[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function 'xycz_add_c': /kisskb/src/crypto/ecc.c:1227:6: note: byref variable will be forcibly initialized u64 t7[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1226:6: note: byref variable will be forcibly initialized u64 t6[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1225:6: note: byref variable will be forcibly initialized u64 t5[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function '__ecc_is_key_valid': /kisskb/src/crypto/ecc.c:1417:6: note: byref variable will be forcibly initialized u64 res[ECC_MAX_DIGITS]; ^~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_slow': /kisskb/src/crypto/ecc.c:955:6: note: byref variable will be forcibly initialized u64 product[ECC_MAX_DIGITS * 2]; ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_inv': /kisskb/src/crypto/ecc.c:991:25: note: byref variable will be forcibly initialized u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:991:6: note: byref variable will be forcibly initialized u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:990:25: note: byref variable will be forcibly initialized u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:990:6: note: byref variable will be forcibly initialized u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'ecc_point_add': /kisskb/src/crypto/ecc.c:1342:6: note: byref variable will be forcibly initialized u64 py[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1341:6: note: byref variable will be forcibly initialized u64 px[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1340:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult': /kisskb/src/crypto/ecc.c:1285:6: note: byref variable will be forcibly initialized u64 sk[2][ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1284:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1283:6: note: byref variable will be forcibly initialized u64 ry[2][ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1282:6: note: byref variable will be forcibly initialized u64 rx[2][ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult_shamir': /kisskb/src/crypto/ecc.c:1398:8: note: byref variable will be forcibly initialized u64 tz[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1397:8: note: byref variable will be forcibly initialized u64 ty[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1396:8: note: byref variable will be forcibly initialized u64 tx[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1370:26: note: byref variable will be forcibly initialized const struct ecc_point *points[4]; ^~~~~~ /kisskb/src/crypto/ecc.c:1369:19: note: byref variable will be forcibly initialized struct ecc_point sum = ECC_POINT_INIT(sump[0], sump[1], ndigits); ^~~ /kisskb/src/crypto/ecc.c:1364:6: note: byref variable will be forcibly initialized u64 sump[2][ECC_MAX_DIGITS]; ^~~~ /kisskb/src/crypto/ecc.c:1363:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'ecc_gen_privkey': /kisskb/src/crypto/ecc.c:1466:6: note: byref variable will be forcibly initialized u64 priv[ECC_MAX_DIGITS]; ^~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_is_pubkey_valid_partial': /kisskb/src/crypto/ecc.c:1547:47: note: byref variable will be forcibly initialized u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1547:26: note: byref variable will be forcibly initialized u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; ^~~ /kisskb/src/crypto/ecc.c:1547:6: note: byref variable will be forcibly initialized u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_make_pub_key': /kisskb/src/crypto/ecc.c:1509:6: note: byref variable will be forcibly initialized u64 priv[ECC_MAX_DIGITS]; ^~~~ /kisskb/src/crypto/ecc.c: In function 'crypto_ecdh_shared_secret': /kisskb/src/crypto/ecc.c:1610:6: note: byref variable will be forcibly initialized u64 rand_z[ECC_MAX_DIGITS]; ^~~~~~ /kisskb/src/crypto/ecc.c:1609:6: note: byref variable will be forcibly initialized u64 priv[ECC_MAX_DIGITS]; ^~~~ /kisskb/src/crypto/ecdh.c: In function 'ecdh_set_secret': /kisskb/src/crypto/ecdh.c:30:14: note: byref variable will be forcibly initialized struct ecdh params; ^~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_params_parse': /kisskb/src/security/keys/keyctl_pkey.c:42:8: note: byref variable will be forcibly initialized char *c = params->info, *p, *q; ^ /kisskb/src/security/keys/keyctl_pkey.c:41:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/security/keys/keyctl_pkey.c:40:16: note: byref variable will be forcibly initialized unsigned long token_mask = 0; ^~~~~~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_params_get_2': /kisskb/src/security/keys/keyctl_pkey.c:119:27: note: byref variable will be forcibly initialized struct kernel_pkey_query info; ^~~~ /kisskb/src/security/keys/keyctl_pkey.c:118:28: note: byref variable will be forcibly initialized struct keyctl_pkey_params uparams; ^~~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_query': /kisskb/src/security/keys/keyctl_pkey.c:166:27: note: byref variable will be forcibly initialized struct kernel_pkey_query res; ^~~ /kisskb/src/security/keys/keyctl_pkey.c:165:28: note: byref variable will be forcibly initialized struct kernel_pkey_params params; ^~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_e_d_s': /kisskb/src/security/keys/keyctl_pkey.c:210:28: note: byref variable will be forcibly initialized struct kernel_pkey_params params; ^~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_verify': /kisskb/src/security/keys/keyctl_pkey.c:285:28: note: byref variable will be forcibly initialized struct kernel_pkey_params params; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/locking/lockdep.c:30: /kisskb/src/kernel/locking/lockdep.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/lock.h:87, from /kisskb/src/kernel/locking/lockdep.c:64: /kisskb/src/kernel/locking/lockdep.c: In function 'perf_trace_lock_acquire': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'perf_trace_lock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/lock.h:87, from /kisskb/src/kernel/locking/lockdep.c:64: /kisskb/src/kernel/locking/lockdep.c: In function 'trace_event_raw_event_lock_acquire': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'trace_event_raw_event_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/lock.h:87, from /kisskb/src/kernel/locking/lockdep.c:64: /kisskb/src/kernel/locking/lockdep.c: In function '__bpf_trace_lock_acquire': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__bpf_trace_lock': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'assign_lock_key': /kisskb/src/kernel/locking/lockdep.c:913:16: note: byref variable will be forcibly initialized unsigned long can_addr, addr = (unsigned long)lock; ^~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lockdep_cache': /kisskb/src/kernel/locking/lockdep.c:717:7: note: byref variable will be forcibly initialized char str[KSYM_NAME_LEN]; ^~~ /kisskb/src/kernel/locking/lockdep.c: In function '__print_lock_name': /kisskb/src/kernel/locking/lockdep.c:685:7: note: byref variable will be forcibly initialized char str[KSYM_NAME_LEN]; ^~~ /kisskb/src/lib/zlib_deflate/deftree.c: In function 'tr_static_init': /kisskb/src/lib/zlib_deflate/deftree.c:179:9: note: byref variable will be forcibly initialized ush bl_count[MAX_BITS+1]; ^~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lock_name': /kisskb/src/kernel/locking/lockdep.c:703:7: note: byref variable will be forcibly initialized char usage[LOCK_USAGE_CHARS]; ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_downgrade': /kisskb/src/kernel/locking/lockdep.c:5229:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/kernel/locking/lockdep.c:5227:22: note: byref variable will be forcibly initialized unsigned int depth, merged = 0; ^~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_release': /kisskb/src/kernel/locking/lockdep.c:5283:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/kernel/locking/lockdep.c:5281:22: note: byref variable will be forcibly initialized unsigned int depth, merged = 1; ^~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_set_class': /kisskb/src/kernel/locking/lockdep.c:5184:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/kernel/locking/lockdep.c:5181:22: note: byref variable will be forcibly initialized unsigned int depth, merged = 0; ^~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/crypto/af_alg.c:10: /kisskb/src/crypto/af_alg.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/crypto/if_alg.h:14, from /kisskb/src/crypto/af_alg.c:11: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/crypto/if_alg.h:17, from /kisskb/src/crypto/af_alg.c:11: /kisskb/src/crypto/af_alg.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_issue_directly': /kisskb/src/block/blk-mq.c:1964:27: note: byref variable will be forcibly initialized struct blk_mq_queue_data bd = { ^~ In file included from /kisskb/src/include/linux/blkdev.h:26, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:243:17: note: byref variable will be forcibly initialized unsigned long word; ^~~~ /kisskb/src/crypto/af_alg.c: In function 'af_alg_make_sg': /kisskb/src/crypto/af_alg.c:406:9: note: byref variable will be forcibly initialized size_t off; ^~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function 'percpu_ref_tryget_many': /kisskb/src/include/linux/percpu-refcount.h:238:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_run_hw_queue': /kisskb/src/block/blk-mq.c:1469:6: note: byref variable will be forcibly initialized int srcu_idx; ^~~~~~~~ /kisskb/src/crypto/algif_rng.c: In function '_rng_recvmsg': /kisskb/src/crypto/algif_rng.c:78:5: note: byref variable will be forcibly initialized u8 result[MAXSIZE]; ^~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_timeout_work': /kisskb/src/block/blk-mq.c:941:16: note: byref variable will be forcibly initialized unsigned long next = 0; ^~~~ /kisskb/src/crypto/vmac.c: In function 'vmac_setkey': /kisskb/src/crypto/vmac.c:434:9: note: byref variable will be forcibly initialized __be64 out[2]; ^~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_poll_hybrid_sleep': /kisskb/src/block/blk-mq.c:3850:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper hs; ^~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_has_requests': /kisskb/src/block/blk-mq.c:2516:22: note: byref variable will be forcibly initialized struct rq_iter_data data = { ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:151:2: note: in expansion of macro 'wait_event' wait_event(q->mq_freeze_wq, percpu_ref_is_zero(&q->q_usage_counter)); ^~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:158:9: note: in expansion of macro 'wait_event_timeout' return wait_event_timeout(q->mq_freeze_wq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/vmac.c: In function 'vmac_create': /kisskb/src/crypto/vmac.c:624:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_queue_inflight': /kisskb/src/block/blk-mq.c:870:7: note: byref variable will be forcibly initialized bool busy = false; ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_busy_ctxs': /kisskb/src/block/blk-mq.c:1006:29: note: byref variable will be forcibly initialized struct flush_busy_ctx_data data = { ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_dequeue_from_ctx': /kisskb/src/block/blk-mq.c:1044:26: note: byref variable will be forcibly initialized struct dispatch_rq_data data = { ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_run_hw_queue': /kisskb/src/block/blk-mq.c:1593:6: note: byref variable will be forcibly initialized int srcu_idx; ^~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_dispatch_rq_list': /kisskb/src/block/blk-mq.c:1330:28: note: byref variable will be forcibly initialized struct blk_mq_queue_data bd; ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c:1320:12: note: byref variable will be forcibly initialized LIST_HEAD(zone_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_g': /kisskb/src/crypto/streebog_generic.c:955:30: note: byref variable will be forcibly initialized struct streebog_uint512 Ki, data; ^~~~ /kisskb/src/crypto/streebog_generic.c:955:26: note: byref variable will be forcibly initialized struct streebog_uint512 Ki, data; ^~ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_stage2': /kisskb/src/crypto/streebog_generic.c:977:26: note: byref variable will be forcibly initialized struct streebog_uint512 m; ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_notify_dead': /kisskb/src/block/blk-mq.c:2586:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_try_issue_directly': /kisskb/src/block/blk-mq.c:2059:6: note: byref variable will be forcibly initialized int srcu_idx; ^~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_requeue_work': /kisskb/src/block/blk-mq.c:768:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_plug_list': /kisskb/src/block/blk-mq.c:1918:20: note: byref variable will be forcibly initialized struct list_head rq_list; ^~~~~~~ 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:1906:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_request_issue_directly': /kisskb/src/block/blk-mq.c:2078:11: note: byref variable will be forcibly initialized blk_qc_t unused_cookie; ^~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:2077:6: note: byref variable will be forcibly initialized int srcu_idx; ^~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_submit_bio': /kisskb/src/block/blk-mq.c:2165:11: note: byref variable will be forcibly initialized blk_qc_t cookie; ^~~~~~ /kisskb/src/block/blk-mq.c:2164:15: note: byref variable will be forcibly initialized unsigned int nr_segs; ^~~~~~~ /kisskb/src/block/blk-mq.c:2163:18: note: byref variable will be forcibly initialized struct request *same_queue_rq = NULL; ^~~~~~~~~~~~~ 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:3711:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/rmd160.c: In function 'rmd160_final': /kisskb/src/crypto/rmd160.c:313:9: note: byref variable will be forcibly initialized __le64 bits; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/include/crypto/internal/aead.h:11, from /kisskb/src/crypto/algif_aead.c:26: /kisskb/src/crypto/algif_aead.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/include/crypto/internal/aead.h:11, from /kisskb/src/crypto/algif_aead.c:26: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/crypto/if_alg.h:20, from /kisskb/src/crypto/algif_aead.c:28: /kisskb/src/crypto/algif_aead.c: In function 'crypto_aead_copy_sgl': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^~ /kisskb/src/crypto/algif_aead.c:78:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, null_tfm); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/algif_aead.c: In function '_aead_recvmsg': /kisskb/src/crypto/algif_aead.c:106:9: note: byref variable will be forcibly initialized size_t usedpages = 0; /* [in] RX bufs to be used from user */ ^~~~~~~~~ /kisskb/src/lib/crypto/sha256.c: In function 'sha256_update': /kisskb/src/lib/crypto/sha256.c:126:6: note: byref variable will be forcibly initialized u32 W[64]; ^ /kisskb/src/lib/crypto/sha256.c: In function '__sha256_final': /kisskb/src/lib/crypto/sha256.c:163:9: note: byref variable will be forcibly initialized __be64 bits; ^~~~ /kisskb/src/lib/crypto/sha256.c: In function 'sha256': /kisskb/src/lib/crypto/sha256.c:201:22: note: byref variable will be forcibly initialized struct sha256_state sctx; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, 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:92:12: note: byref variable will be forcibly initialized LIST_HEAD(hctx_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq-sched.c: In function '__blk_mq_do_dispatch_sched': /kisskb/src/block/blk-mq-sched.c:125:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_do_dispatch_ctx': /kisskb/src/block/blk-mq-sched.c:242:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-sched.c:9: /kisskb/src/block/blk-mq-sched.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-mq-sched.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq-sched.c:8: /kisskb/src/block/blk-mq-sched.c: In function '__blk_mq_sched_dispatch_requests': /kisskb/src/block/blk-mq-sched.c:299:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_sched_insert_request': /kisskb/src/block/blk-mq-sched.c:467:13: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/percpu.h:5, from /kisskb/src/kernel/locking/osq_lock.c:2: /kisskb/src/kernel/locking/osq_lock.c: In function 'osq_lock': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/osq_lock.c:170:3: note: in expansion of macro 'if' if (smp_load_acquire(&node->locked)) ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/osq_lock.c:170:7: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(&node->locked)) ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_lle': /kisskb/src/crypto/gf128mul.c:172:8: note: byref variable will be forcibly initialized be128 p[8]; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_bbe': /kisskb/src/crypto/gf128mul.c:210:8: note: byref variable will be forcibly initialized be128 p[8]; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_64k_bbe': /kisskb/src/crypto/gf128mul.c:315:8: note: byref variable will be forcibly initialized be128 r[1]; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_lle': /kisskb/src/crypto/gf128mul.c:388:8: note: byref variable will be forcibly initialized be128 r[1]; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_bbe': /kisskb/src/crypto/gf128mul.c:403:8: note: byref variable will be forcibly initialized be128 r[1]; ^ /kisskb/src/lib/crypto/libchacha.c: In function 'chacha_crypt_generic': /kisskb/src/lib/crypto/libchacha.c:19:5: note: byref variable will be forcibly initialized u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); ^~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_runnable_without': /kisskb/src/kernel/sched/fair.c:5836:15: note: byref variable will be forcibly initialized unsigned int runnable; ^~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_load_without': /kisskb/src/kernel/sched/fair.c:5813:15: note: byref variable will be forcibly initialized unsigned int load; ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'setup_sched_thermal_decay_shift': /kisskb/src/kernel/sched/fair.c:90:6: note: byref variable will be forcibly initialized int _shift = 0; ^~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_util_next': /kisskb/src/kernel/sched/fair.c:6639:26: note: byref variable will be forcibly initialized unsigned long util_est, util = READ_ONCE(cfs_rq->avg.util_avg); ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'calculate_imbalance': /kisskb/src/kernel/sched/fair.c:9317:17: note: byref variable will be forcibly initialized unsigned int nr_diff = busiest->sum_nr_running; ^~~~~~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_decrypt_inplace': /kisskb/src/crypto/cfb.c:158:5: note: byref variable will be forcibly initialized u8 tmp[MAX_CIPHER_BLOCKSIZE]; ^~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_encrypt_inplace': /kisskb/src/crypto/cfb.c:88:5: note: byref variable will be forcibly initialized u8 tmp[MAX_CIPHER_BLOCKSIZE]; ^~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_final': /kisskb/src/crypto/cfb.c:47:5: note: byref variable will be forcibly initialized u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; ^~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_decrypt': /kisskb/src/crypto/cfb.c:182:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_encrypt': /kisskb/src/crypto/cfb.c:106:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_register': /kisskb/src/block/ioctl.c:247:25: note: byref variable will be forcibly initialized struct pr_registration reg; ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_reserve': /kisskb/src/block/ioctl.c:265:24: note: byref variable will be forcibly initialized struct pr_reservation rsv; ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_release': /kisskb/src/block/ioctl.c:283:24: note: byref variable will be forcibly initialized struct pr_reservation rsv; ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_preempt': /kisskb/src/block/ioctl.c:301:20: note: byref variable will be forcibly initialized struct pr_preempt p; ^ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_clear': /kisskb/src/block/ioctl.c:319:18: note: byref variable will be forcibly initialized struct pr_clear c; ^ /kisskb/src/kernel/sched/fair.c: In function 'sched_slice': /kisskb/src/kernel/sched/fair.c:686:22: note: byref variable will be forcibly initialized struct load_weight lw; ^~ /kisskb/src/block/ioctl.c: In function 'blkdev_getgeo': /kisskb/src/block/ioctl.c:366:21: note: byref variable will be forcibly initialized struct hd_geometry geo; ^~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_util_without': /kisskb/src/kernel/sched/fair.c:6598:16: note: byref variable will be forcibly initialized unsigned int estimated = ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c:6559:15: note: byref variable will be forcibly initialized unsigned int util; ^~~~ /kisskb/src/block/ioctl.c: In function 'compat_hdio_getgeo': /kisskb/src/block/ioctl.c:400:21: note: byref variable will be forcibly initialized struct hd_geometry geo; ^~~ /kisskb/src/block/ioctl.c: In function 'blkpg_do_ioctl': /kisskb/src/block/ioctl.c:20:25: note: byref variable will be forcibly initialized struct blkpg_partition p; ^ /kisskb/src/block/ioctl.c: In function 'blk_ioctl_discard': /kisskb/src/block/ioctl.c:113:11: note: byref variable will be forcibly initialized uint64_t range[2]; ^~~~~ /kisskb/src/block/ioctl.c: In function 'blk_ioctl_zeroout': /kisskb/src/block/ioctl.c:149:11: note: byref variable will be forcibly initialized uint64_t range[2]; ^~~~~ /kisskb/src/kernel/sched/fair.c: In function 'task_fork_fair': /kisskb/src/kernel/sched/fair.c:11089:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/crypto/nhpoly1305.c: In function 'nhpoly1305_units': /kisskb/src/crypto/nhpoly1305.c:106:11: note: byref variable will be forcibly initialized __le64 tmp_hash[NH_NUM_PASSES]; ^~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_idlest_group': /kisskb/src/kernel/sched/fair.c:9007:32: note: byref variable will be forcibly initialized struct sg_lb_stats local_sgs, tmp_sgs; ^~~~~~~ /kisskb/src/kernel/sched/fair.c:9007:21: note: byref variable will be forcibly initialized struct sg_lb_stats local_sgs, tmp_sgs; ^~~~~~~~~ /kisskb/src/crypto/aegis128-neon-inner.c: In function 'crypto_aegis128_encrypt_chunk_neon': /kisskb/src/crypto/aegis128-neon-inner.c:245:11: note: byref variable will be forcibly initialized uint8_t buf[AEGIS_BLOCK_SIZE]; ^~~ /kisskb/src/crypto/aegis128-neon-inner.c: In function 'crypto_aegis128_decrypt_chunk_neon': /kisskb/src/crypto/aegis128-neon-inner.c:291:11: note: byref variable will be forcibly initialized uint8_t buf[AEGIS_BLOCK_SIZE]; ^~~ /kisskb/src/kernel/sched/fair.c: In function 'select_idle_cpu': /kisskb/src/kernel/sched/fair.c:6268:14: note: byref variable will be forcibly initialized int i, cpu, idle_cpu = -1, nr = INT_MAX; ^~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_energy_efficient_cpu': /kisskb/src/kernel/sched/fair.c:6813:28: note: byref variable will be forcibly initialized unsigned long cur_delta, spare_cap, max_spare_cap = 0; ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_blocked_averages': /kisskb/src/kernel/sched/fair.c:8286:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/fair.c:8284:24: note: byref variable will be forcibly initialized bool decayed = false, done = true; ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'attach_one_task': /kisskb/src/kernel/sched/fair.c:8070:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/fair.c: In function 'active_load_balance_cpu_stop': /kisskb/src/kernel/sched/fair.c:10129:17: note: byref variable will be forcibly initialized struct lb_env env = { ^~~ /kisskb/src/kernel/sched/fair.c:10094:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/fair.c: In function 'attach_tasks': /kisskb/src/kernel/sched/fair.c:8086:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/block/badblocks.c: In function 'badblocks_store': /kisskb/src/block/badblocks.c:522:7: note: byref variable will be forcibly initialized char newline; ^~~~~~~ /kisskb/src/block/badblocks.c:521:6: note: byref variable will be forcibly initialized int length; ^~~~~~ /kisskb/src/block/badblocks.c:520:21: note: byref variable will be forcibly initialized unsigned long long sector; ^~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_sd_lb_stats': /kisskb/src/kernel/sched/fair.c:9163:6: note: byref variable will be forcibly initialized int sg_status = 0; ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c:9162:21: note: byref variable will be forcibly initialized struct sg_lb_stats tmp_sgs; ^~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_busiest_group': /kisskb/src/kernel/sched/fair.c:9421:21: note: byref variable will be forcibly initialized struct sd_lb_stats sds; ^~~ /kisskb/src/kernel/sched/fair.c: In function 'load_balance': /kisskb/src/kernel/sched/fair.c:9786:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/fair.c: In function 'newidle_balance': /kisskb/src/kernel/sched/fair.c:10812:7: note: byref variable will be forcibly initialized int continue_balancing = 1; ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:10760:16: note: byref variable will be forcibly initialized unsigned long next_balance = jiffies + HZ; ^~~~~~~~~~~~ /kisskb/src/block/genhd.c: In function 'set_disk_ro_uevent': /kisskb/src/block/genhd.c:1331:8: note: byref variable will be forcibly initialized char *envp[] = { event, NULL }; ^~~~ /kisskb/src/block/genhd.c:1330:7: note: byref variable will be forcibly initialized char event[] = "DISK_RO=1"; ^~~~~ /kisskb/src/block/genhd.c: In function 'bdevt_str': /kisskb/src/block/genhd.c:334:8: note: byref variable will be forcibly initialized char tbuf[BDEVT_SIZE]; ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'rebalance_domains': /kisskb/src/kernel/sched/fair.c:10183:6: note: byref variable will be forcibly initialized int continue_balancing = 1; ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function '_nohz_idle_balance': /kisskb/src/kernel/sched/fair.c:10639:20: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/block/genhd.c: In function 'part_stat_show': /kisskb/src/block/genhd.c:859:20: note: byref variable will be forcibly initialized struct disk_stats stat; ^~~~ /kisskb/src/block/genhd.c: In function 'part_inflight_show': /kisskb/src/block/genhd.c:903:15: note: byref variable will be forcibly initialized unsigned int inflight[2]; ^~~~~~~~ /kisskb/src/block/genhd.c: In function 'set_capacity_and_notify': /kisskb/src/block/genhd.c:70:8: note: byref variable will be forcibly initialized char *envp[] = { "RESIZE=1", NULL }; ^~~~ /kisskb/src/block/genhd.c: In function 'disk_uevent': /kisskb/src/block/genhd.c:346:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/block/genhd.c: In function 'printk_all_partitions': /kisskb/src/block/genhd.c:659:17: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/block/genhd.c:658:8: note: byref variable will be forcibly initialized char devt_buf[BDEVT_SIZE]; ^~~~~~~~ /kisskb/src/block/genhd.c:651:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/block/genhd.c: In function 'blk_lookup_devt': /kisskb/src/block/genhd.c:1199:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_hash_message': /kisskb/src/crypto/adiantum.c:255:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_finish': /kisskb/src/crypto/adiantum.c:288:8: note: byref variable will be forcibly initialized le128 digest; ^~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_crypt': /kisskb/src/crypto/adiantum.c:329:8: note: byref variable will be forcibly initialized le128 digest; ^~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_create': /kisskb/src/crypto/adiantum.c:494:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/kernel/locking/qspinlock.c:16: /kisskb/src/kernel/locking/qspinlock.c: In function 'queued_spin_lock_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mcs_spinlock.h:45:2: note: in expansion of macro 'smp_store_release' smp_store_release((l), 1) ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:553:2: note: in expansion of macro 'arch_mcs_spin_unlock_contended' arch_mcs_spin_unlock_contended(&next->locked); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:177:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:511:8: note: in expansion of macro 'atomic_cond_read_acquire' val = atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_PENDING_MASK)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:177:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mcs_spinlock.h:34:2: note: in expansion of macro 'smp_cond_load_acquire' smp_cond_load_acquire(l, VAL); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:474:3: note: in expansion of macro 'arch_mcs_spin_lock_contended' arch_mcs_spin_lock_contended(&node->locked); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:177:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:382:3: note: in expansion of macro 'atomic_cond_read_acquire' atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_MASK)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_rfc4309_create': /kisskb/src/crypto/ccm.c:709:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_create_common': /kisskb/src/crypto/ccm.c:451:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_create': /kisskb/src/crypto/ccm.c:535:7: note: byref variable will be forcibly initialized char mac_name[CRYPTO_MAX_ALG_NAME]; ^~~~~~~~ /kisskb/src/crypto/ccm.c:534:7: note: byref variable will be forcibly initialized char ctr_name[CRYPTO_MAX_ALG_NAME]; ^~~~~~~~ /kisskb/src/crypto/ccm.c: In function 'set_msg_len': /kisskb/src/crypto/ccm.c:71:9: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_auth': /kisskb/src/crypto/ccm.c:176:21: note: byref variable will be forcibly initialized struct scatterlist sg[3]; ^~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'crecip': /kisskb/src/lib/crypto/curve25519-hacl64.c:300:6: note: byref variable will be forcibly initialized u64 buf[20] = { 0 }; ^~~ /kisskb/src/crypto/chacha20poly1305.c: In function 'poly_verify_tag': /kisskb/src/crypto/chacha20poly1305.c:98:5: note: byref variable will be forcibly initialized u8 tag[sizeof(rctx->tag)]; ^~~ /kisskb/src/lib/crypto/blake2s-generic.c: In function 'blake2s_compress_generic': /kisskb/src/lib/crypto/blake2s-generic.c:44:6: note: byref variable will be forcibly initialized u32 v[16]; ^ /kisskb/src/crypto/ccm.c: In function 'cbcmac_create': /kisskb/src/crypto/ccm.c:868:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_chunk': /kisskb/src/crypto/aegis128-core.c:259:21: note: byref variable will be forcibly initialized union aegis_block msg = {}; ^~~ /kisskb/src/crypto/aegis128-core.c:217:20: note: byref variable will be forcibly initialized union aegis_block tmp; ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_init': /kisskb/src/crypto/aegis128-core.c:102:20: note: byref variable will be forcibly initialized union aegis_block key_iv; ^~~~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_final': /kisskb/src/crypto/aegis128-core.c:351:20: note: byref variable will be forcibly initialized union aegis_block tmp; ^~~ /kisskb/src/crypto/chacha20poly1305.c: In function 'chachapoly_create': /kisskb/src/crypto/chacha20poly1305.c:558:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_chunk': /kisskb/src/crypto/aegis128-core.c:198:21: note: byref variable will be forcibly initialized union aegis_block msg = {}; ^~~ /kisskb/src/crypto/aegis128-core.c:156:20: note: byref variable will be forcibly initialized union aegis_block tmp; ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_process_ad': /kisskb/src/crypto/aegis128-core.c:282:20: note: byref variable will be forcibly initialized union aegis_block buf; ^~~ /kisskb/src/crypto/aegis128-core.c:281:22: note: byref variable will be forcibly initialized struct scatter_walk walk; ^~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'addanddouble_fmonty': /kisskb/src/lib/crypto/curve25519-hacl64.c:353:6: note: byref variable will be forcibly initialized u64 tmp[5] = { 0 }; ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c:353:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:353:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:353:6: note: byref variable will be forcibly initialized /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_generic': /kisskb/src/crypto/aegis128-core.c:419:21: note: byref variable will be forcibly initialized struct aegis_state state; ^~~~~ /kisskb/src/crypto/aegis128-core.c:418:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/crypto/aegis128-core.c:414:20: note: byref variable will be forcibly initialized union aegis_block tag; ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_simd': /kisskb/src/crypto/aegis128-core.c:482:21: note: byref variable will be forcibly initialized struct aegis_state state; ^~~~~ /kisskb/src/crypto/aegis128-core.c:481:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/crypto/aegis128-core.c:477:20: note: byref variable will be forcibly initialized union aegis_block tag; ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_generic': /kisskb/src/crypto/aegis128-core.c:396:21: note: byref variable will be forcibly initialized struct aegis_state state; ^~~~~ /kisskb/src/crypto/aegis128-core.c:395:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_simd': /kisskb/src/crypto/aegis128-core.c:457:21: note: byref variable will be forcibly initialized struct aegis_state state; ^~~~~ /kisskb/src/crypto/aegis128-core.c:456:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, 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/kernel/locking/rtmutex_api.c:5: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'try_to_take_rt_mutex': /kisskb/src/kernel/locking/rtmutex.c:308:27: note: byref variable will be forcibly initialized &(struct rt_mutex_waiter){ .prio = __waiter_prio(p), .deadline = (p)->dl.deadline } ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rtmutex.c:1024:4: note: in expansion of macro 'if' if (!rt_mutex_steal(task_to_waiter(task), ^~ /kisskb/src/kernel/locking/rtmutex.c:1024:24: note: in expansion of macro 'task_to_waiter' if (!rt_mutex_steal(task_to_waiter(task), ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_smallloop_cmult_small_loop': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:6: note: byref variable will be forcibly initialized u64 buf[40] = { 0 }; ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c:491:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_bigloop_cmult_big_loop': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:6: note: byref variable will be forcibly initialized /kisskb/src/crypto/blowfish_common.c: In function 'blowfish_setkey': /kisskb/src/crypto/blowfish_common.c:350:6: note: byref variable will be forcibly initialized u32 data[2], temp; ^~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_cmult': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/blake2s.c: In function 'blake2s256_hmac': /kisskb/src/lib/crypto/blake2s.c:44:5: note: byref variable will be forcibly initialized u8 i_hash[BLAKE2S_HASH_SIZE] __aligned(__alignof__(u32)); ^~~~~~ /kisskb/src/lib/crypto/blake2s.c:42:23: note: byref variable will be forcibly initialized struct blake2s_state state; ^~~~~ In file included from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function '__rt_mutex_slowlock_locked': /kisskb/src/kernel/locking/rtmutex.c:1602:25: note: byref variable will be forcibly initialized struct rt_mutex_waiter waiter; ^~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex.c:27, from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_slowunlock': /kisskb/src/kernel/locking/rtmutex.c:1281:19: note: byref variable will be forcibly initialized DEFINE_RT_WAKE_Q(wqh); ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:24: note: in definition of macro 'DEFINE_RT_WAKE_Q' struct rt_wake_q_head name = { \ ^~~~ /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_futex_unlock': /kisskb/src/kernel/locking/rtmutex_api.c:168:19: note: byref variable will be forcibly initialized DEFINE_RT_WAKE_Q(wqh); ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:24: note: in definition of macro 'DEFINE_RT_WAKE_Q' struct rt_wake_q_head name = { \ ^~~~ /kisskb/src/fs/quota/dquot.c: In function '__quota_error': /kisskb/src/fs/quota/dquot.c:140:11: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/quota/dquot.c: In function 'dquot_writeback_dquots': /kisskb/src/fs/quota/dquot.c:624:19: note: byref variable will be forcibly initialized struct list_head dirty; ^~~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_drop': /kisskb/src/fs/quota/dquot.c:1567:16: note: byref variable will be forcibly initialized struct dquot *put[MAXQUOTAS]; ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'format_scalar_of_point': /kisskb/src/lib/crypto/curve25519-hacl64.c:300:6: note: byref variable will be forcibly initialized u64 buf[20] = { 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/quota/dquot.c:59: /kisskb/src/fs/quota/dquot.c: In function 'drop_dquot_ref': /kisskb/src/fs/quota/dquot.c:1092:12: note: byref variable will be forcibly initialized LIST_HEAD(tofree_head); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/quota/dquot.c:59: /kisskb/src/fs/quota/dquot.c: In function 'invalidate_dquots': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c:558:4: note: in expansion of macro 'wait_event' wait_event(dquot_ref_wq, ^~~~~~~~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_initialize': /kisskb/src/fs/quota/dquot.c:1444:13: note: byref variable will be forcibly initialized kprojid_t projid; ^~~~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_alloc_space': /kisskb/src/fs/quota/dquot.c:1651:20: note: byref variable will be forcibly initialized struct dquot_warn warn[MAXQUOTAS]; ^~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'curve25519_generic': /kisskb/src/lib/crypto/curve25519-hacl64.c:300:6: note: byref variable will be forcibly initialized /kisskb/src/fs/quota/dquot.c: In function 'dquot_alloc_inode': /kisskb/src/fs/quota/dquot.c:1722:20: note: byref variable will be forcibly initialized struct dquot_warn warn[MAXQUOTAS]; ^~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_free_space': /kisskb/src/fs/quota/dquot.c:1850:20: note: byref variable will be forcibly initialized struct dquot_warn warn[MAXQUOTAS]; ^~~~ /kisskb/src/fs/quota/dquot.c: In function 'dquot_free_inode': /kisskb/src/fs/quota/dquot.c:1905:20: note: byref variable will be forcibly initialized struct dquot_warn warn[MAXQUOTAS]; ^~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_transfer': /kisskb/src/fs/quota/dquot.c:1957:20: note: byref variable will be forcibly initialized struct dquot_warn warn_from_space[MAXQUOTAS]; ^~~~~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c:1956:20: note: byref variable will be forcibly initialized struct dquot_warn warn_from_inodes[MAXQUOTAS]; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c:1955:20: note: byref variable will be forcibly initialized struct dquot_warn warn_to[MAXQUOTAS]; ^~~~~~~ /kisskb/src/fs/quota/dquot.c:1951:10: note: byref variable will be forcibly initialized qsize_t inode_usage = 1; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/core/stream.c:16: /kisskb/src/net/core/stream.c: In function 'sk_stream_wait_close': /kisskb/src/net/core/stream.c:99:20: note: byref variable will be forcibly initialized DEFINE_WAIT_FUNC(wait, woken_wake_function); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/crypto/cast5_generic.c: In function 'cast5_setkey': /kisskb/src/crypto/cast5_generic.c:482:9: note: byref variable will be forcibly initialized __be32 p_key[4]; ^~~~~ /kisskb/src/crypto/cast5_generic.c:481:6: note: byref variable will be forcibly initialized u32 k[16]; ^ /kisskb/src/crypto/cast5_generic.c:480:6: note: byref variable will be forcibly initialized u32 z[4]; ^ /kisskb/src/crypto/cast5_generic.c:479:6: note: byref variable will be forcibly initialized u32 x[4]; ^ /kisskb/src/net/core/datagram.c: In function '__skb_try_recv_datagram': /kisskb/src/net/core/datagram.c:252:6: note: byref variable will be forcibly initialized int error = sock_error(sk); ^~~~~ /kisskb/src/net/core/datagram.c: In function '__skb_recv_datagram': /kisskb/src/net/core/datagram.c:292:7: note: byref variable will be forcibly initialized long timeo; ^~~~~ /kisskb/src/net/core/datagram.c:291:24: note: byref variable will be forcibly initialized struct sk_buff *skb, *last; ^~~~ /kisskb/src/net/core/datagram.c: In function 'skb_recv_datagram': /kisskb/src/net/core/datagram.c:315:6: note: byref variable will be forcibly initialized int off = 0; ^~~ /kisskb/src/net/core/datagram.c: In function '__zerocopy_sg_from_iter': /kisskb/src/net/core/datagram.c:627:10: note: byref variable will be forcibly initialized size_t start; ^~~~~ /kisskb/src/net/core/datagram.c:625:16: note: byref variable will be forcibly initialized struct page *pages[MAX_SKB_FRAGS]; ^~~~~ /kisskb/src/net/core/datagram.c: In function 'skb_copy_and_csum_datagram_msg': /kisskb/src/net/core/datagram.c:751:9: note: byref variable will be forcibly initialized __wsum csum; ^~~~ /kisskb/src/crypto/chacha_generic.c: In function 'chacha_stream_xor': /kisskb/src/crypto/chacha_generic.c:19:6: note: byref variable will be forcibly initialized u32 state[16]; ^~~~~ /kisskb/src/crypto/chacha_generic.c:18:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/crypto/chacha_generic.c: In function 'crypto_xchacha_crypt': /kisskb/src/crypto/chacha_generic.c:54:5: note: byref variable will be forcibly initialized u8 real_iv[16]; ^~~~~~~ /kisskb/src/crypto/chacha_generic.c:53:6: note: byref variable will be forcibly initialized u32 state[16]; ^~~~~ /kisskb/src/crypto/chacha_generic.c:52:20: note: byref variable will be forcibly initialized struct chacha_ctx subctx; ^~~~~~ /kisskb/src/block/disk-events.c: In function 'disk_clear_events': /kisskb/src/block/disk-events.c:231:15: note: byref variable will be forcibly initialized unsigned int clearing = mask; ^~~~~~~~ /kisskb/src/block/disk-events.c: In function 'disk_events_poll_msecs_store': /kisskb/src/block/disk-events.c:388:7: note: byref variable will be forcibly initialized long intv; ^~~~ /kisskb/src/lib/lzo/lzo1x_compress.c: In function 'lzogeneric1x_1_compress': /kisskb/src/lib/lzo/lzo1x_compress.c:313:14: note: byref variable will be forcibly initialized signed char state_offset = -2; ^~~~~~~~~~~~ /kisskb/src/crypto/ghash-generic.c: In function 'ghash_setkey': /kisskb/src/crypto/ghash-generic.c:59:8: note: byref variable will be forcibly initialized be128 k; ^ /kisskb/src/block/bsg.c: In function 'bsg_sg_io': /kisskb/src/block/bsg.c:59:18: note: byref variable will be forcibly initialized struct sg_io_v4 hdr; ^~~ /kisskb/src/block/bsg.c: In function 'bsg_init': /kisskb/src/block/bsg.c:235:8: note: byref variable will be forcibly initialized dev_t devid; ^~~~~ /kisskb/src/crypto/ofb.c: In function 'crypto_ofb_crypt': /kisskb/src/crypto/ofb.c:23:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ In file included from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/bsg-lib.c:11: /kisskb/src/block/bsg-lib.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blkdev.h:1171:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/block/bio-integrity.c:9: /kisskb/src/block/bio-integrity.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/block/bio-integrity.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/block/bio-integrity.c: In function 'bio_integrity_process': /kisskb/src/block/bio-integrity.c:162:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^~ /kisskb/src/block/bio-integrity.c:161:19: note: byref variable will be forcibly initialized struct bvec_iter bviter; ^~~~~~ /kisskb/src/block/bio-integrity.c:160:28: note: byref variable will be forcibly initialized struct blk_integrity_iter iter; ^~~~ /kisskb/src/drivers/phy/amlogic/phy-meson8b-usb2.c: In function 'phy_meson8b_usb2_power_on': /kisskb/src/drivers/phy/amlogic/phy-meson8b-usb2.c:143:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/crypto/zstd.c: In function 'zstd_comp_init': /kisskb/src/crypto/zstd.c:35:24: note: byref variable will be forcibly initialized const ZSTD_parameters params = zstd_params(); ^~~~~~ /kisskb/src/block/t10-pi.c: In function 't10_pi_type1_complete': /kisskb/src/block/t10-pi.c:193:20: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/t10-pi.c:192:18: note: byref variable will be forcibly initialized struct bio_vec iv; ^~ /kisskb/src/block/t10-pi.c: In function 't10_pi_type1_prepare': /kisskb/src/block/t10-pi.c:143:20: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/t10-pi.c:142:18: note: byref variable will be forcibly initialized struct bio_vec iv; ^~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/authenc.c:10: /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_copy_assoc': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^~ /kisskb/src/crypto/authenc.c:181:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_create': /kisskb/src/crypto/authenc.c:375:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_setkey': /kisskb/src/crypto/authenc.c:90:29: note: byref variable will be forcibly initialized struct crypto_authenc_keys keys; ^~~~ /kisskb/src/block/blk-integrity.c: In function 'integrity_generate_store': /kisskb/src/block/blk-integrity.c:289:8: note: byref variable will be forcibly initialized char *p = (char *) page; ^ /kisskb/src/block/blk-integrity.c: In function 'integrity_verify_store': /kisskb/src/block/blk-integrity.c:270:8: note: byref variable will be forcibly initialized char *p = (char *) page; ^ /kisskb/src/block/blk-integrity.c: In function 'blk_rq_count_integrity_sg': /kisskb/src/block/blk-integrity.c:32:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-integrity.c:29:17: note: byref variable will be forcibly initialized struct bio_vec iv, ivprv = { NULL }; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/curve25519-generic.c: In function 'curve25519_compute_value': /kisskb/src/crypto/curve25519-generic.c:29:5: note: byref variable will be forcibly initialized u8 buf[CURVE25519_KEY_SIZE]; ^~~ /kisskb/src/crypto/curve25519-generic.c:28:5: note: byref variable will be forcibly initialized u8 public_key[CURVE25519_KEY_SIZE]; ^~~~~~~~~~ /kisskb/src/block/blk-integrity.c: In function 'blk_rq_map_integrity_sg': /kisskb/src/block/blk-integrity.c:74:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-integrity.c:71:17: note: byref variable will be forcibly initialized struct bio_vec iv, ivprv = { NULL }; ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kyber.h:96, from /kisskb/src/block/kyber-iosched.c:25: /kisskb/src/block/kyber-iosched.c: In function 'perf_trace_kyber_latency': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'perf_trace_kyber_adjust': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'perf_trace_kyber_throttled': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_throttled, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_throttled, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kyber.h:96, from /kisskb/src/block/kyber-iosched.c:25: /kisskb/src/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_latency': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_adjust': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_throttled': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_throttled, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/kyber.h:96, 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function '__bpf_trace_kyber_adjust': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function '__bpf_trace_kyber_throttled': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_throttled, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_throttled, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_throttled, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_throttled, ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'kyber_write_lat_store': /kisskb/src/block/kyber-iosched.c:872:21: note: byref variable will be forcibly initialized unsigned long long nsec; \ ^~~~ /kisskb/src/block/kyber-iosched.c:884:1: note: in expansion of macro 'KYBER_LAT_SHOW_STORE' KYBER_LAT_SHOW_STORE(KYBER_WRITE, write); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'kyber_read_lat_store': /kisskb/src/block/kyber-iosched.c:872:21: note: byref variable will be forcibly initialized unsigned long long nsec; \ ^~~~ /kisskb/src/block/kyber-iosched.c:883:1: note: in expansion of macro 'KYBER_LAT_SHOW_STORE' KYBER_LAT_SHOW_STORE(KYBER_READ, read); ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/block/kyber-iosched.c:10: /kisskb/src/block/kyber-iosched.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/blkdev.h:26, 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:243:17: note: byref variable will be forcibly initialized unsigned long word; ^~~~ /kisskb/src/block/kyber-iosched.c: In function 'kyber_flush_busy_kcqs': /kisskb/src/block/kyber-iosched.c:681:24: note: byref variable will be forcibly initialized struct flush_kcq_data data = { ^~~~ /kisskb/src/crypto/ecrdsa.c: In function 'ecrdsa_verify': /kisskb/src/crypto/ecrdsa.c:85:19: note: byref variable will be forcibly initialized struct ecc_point cc = ECC_POINT_INIT(s, e, ndigits); /* reuse s, e */ ^~ /kisskb/src/crypto/ecrdsa.c:83:6: note: byref variable will be forcibly initialized u64 z1[ECRDSA_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecrdsa.c:81:6: note: byref variable will be forcibly initialized u64 e[ECRDSA_MAX_DIGITS]; /* h \mod q */ ^ /kisskb/src/crypto/ecrdsa.c:80:6: note: byref variable will be forcibly initialized u64 s[ECRDSA_MAX_DIGITS]; /* second part of sig (s) */ ^ /kisskb/src/crypto/ecrdsa.c:79:6: note: byref variable will be forcibly initialized u64 _r[ECRDSA_MAX_DIGITS]; /* -r */ ^~ /kisskb/src/crypto/ecrdsa.c:78:6: note: byref variable will be forcibly initialized u64 r[ECRDSA_MAX_DIGITS]; /* witness (r) */ ^ /kisskb/src/crypto/ecrdsa.c:76:16: note: byref variable will be forcibly initialized unsigned char digest[STREEBOG512_DIGEST_SIZE]; ^~~~~~ /kisskb/src/crypto/ecrdsa.c:75:16: note: byref variable will be forcibly initialized unsigned char sig[ECRDSA_MAX_SIG_SIZE]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_write_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qrwlock.h:118:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->wlocked, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_genicv_tail': /kisskb/src/crypto/authencesn.c:99:6: note: byref variable will be forcibly initialized u32 tmp[2]; ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_genicv': /kisskb/src/crypto/authencesn.c:133:6: note: byref variable will be forcibly initialized u32 tmp[2]; ^~~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/authencesn.c:13: /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_copy': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^~ /kisskb/src/crypto/authencesn.c:171:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_decrypt_tail': /kisskb/src/crypto/authencesn.c:235:6: note: byref variable will be forcibly initialized u32 tmp[2]; ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_decrypt': /kisskb/src/crypto/authencesn.c:284:6: note: byref variable will be forcibly initialized u32 tmp[2]; ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_setkey': /kisskb/src/crypto/authencesn.c:64:29: note: byref variable will be forcibly initialized struct crypto_authenc_keys keys; ^~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_create': /kisskb/src/crypto/authencesn.c:393:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ 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:6: note: byref variable will be forcibly initialized u32 K[6]; ^ /kisskb/src/crypto/sm2.c: In function 'sm2_z_digest_update': /kisskb/src/crypto/sm2.c:221:15: note: byref variable will be forcibly initialized unsigned int inlen; ^~~~~ /kisskb/src/crypto/sm2.c: In function 'sm2_ecc_os2ec': /kisskb/src/crypto/sm2.c:136:9: note: byref variable will be forcibly initialized size_t n; ^ /kisskb/src/crypto/sm2.c: In function '_sm2_verify': /kisskb/src/crypto/sm2.c:299:28: note: byref variable will be forcibly initialized struct gcry_mpi_point sG, tP; ^~ /kisskb/src/crypto/sm2.c:299:24: note: byref variable will be forcibly initialized struct gcry_mpi_point sG, tP; ^~ /kisskb/src/crypto/ecdsa.c: In function 'ecdsa_get_signature_rs': /kisskb/src/crypto/ecdsa.c:41:5: note: byref variable will be forcibly initialized u8 rs[ECC_MAX_BYTES]; ^~ /kisskb/src/crypto/sm2.c: In function 'sm2_verify': /kisskb/src/crypto/sm2.c:353:27: note: byref variable will be forcibly initialized struct sm2_signature_ctx sig; ^~~ /kisskb/src/crypto/ecdsa.c: In function '_ecdsa_verify': /kisskb/src/crypto/ecdsa.c:103:19: note: byref variable will be forcibly initialized struct ecc_point res = ECC_POINT_INIT(x1, y1, ndigits); ^~~ /kisskb/src/crypto/ecdsa.c:102:6: note: byref variable will be forcibly initialized u64 y1[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecdsa.c:101:6: note: byref variable will be forcibly initialized u64 x1[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecdsa.c:100:6: note: byref variable will be forcibly initialized u64 u2[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecdsa.c:99:6: note: byref variable will be forcibly initialized u64 u1[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecdsa.c:98:6: note: byref variable will be forcibly initialized u64 s1[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecdsa.c: In function 'ecdsa_verify': /kisskb/src/crypto/ecdsa.c:146:6: note: byref variable will be forcibly initialized u64 hash[ECC_MAX_DIGITS]; ^~~~ /kisskb/src/crypto/ecdsa.c:145:5: note: byref variable will be forcibly initialized u8 rawhash[ECC_MAX_BYTES]; ^~~~~~~ In file included from /kisskb/src/crypto/sm2.c:15: /kisskb/src/crypto/sm2.c: In function 'sm2_compute_z_digest': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^~ /kisskb/src/crypto/sm2.c:268:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(desc, NULL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/sm2.c:267:16: note: byref variable will be forcibly initialized unsigned char entl[2]; ^~~~ /kisskb/src/drivers/phy/broadcom/phy-brcm-usb.c: In function 'dual_select_store': /kisskb/src/drivers/phy/broadcom/phy-brcm-usb.c:215:6: note: byref variable will be forcibly initialized 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:434:14: note: byref variable will be forcibly initialized const char *mode; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/algapi.h:10, from /kisskb/src/include/crypto/scatterwalk.h:14, from /kisskb/src/crypto/algif_skcipher.c:26: /kisskb/src/crypto/algif_skcipher.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/algapi.h:10, from /kisskb/src/include/crypto/scatterwalk.h:14, from /kisskb/src/crypto/algif_skcipher.c:26: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/crypto/algif_skcipher.c: In function '_skcipher_recvmsg': /kisskb/src/crypto/algif_skcipher.c:62:9: note: byref variable will be forcibly initialized size_t len = 0; ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:591:6: note: byref variable will be forcibly initialized s32 reg; ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:590:16: note: byref variable will be forcibly initialized s8 bank, bit, width; ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:590:11: note: byref variable will be forcibly initialized s8 bank, bit, width; ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:590:5: note: byref variable will be forcibly initialized 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:523:6: note: byref variable will be forcibly initialized s32 reg; ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:522:16: note: byref variable will be forcibly initialized s8 bank, bit, width; ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:522:11: note: byref variable will be forcibly initialized s8 bank, bit, width; ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:522:5: note: byref variable will be forcibly initialized 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:494:6: note: byref variable will be forcibly initialized s32 reg; ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:493:16: note: byref variable will be forcibly initialized s8 bank, bit, width; ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:493:11: note: byref variable will be forcibly initialized s8 bank, bit, width; ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:493:5: note: byref variable will be forcibly initialized s8 bank, bit, width; ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinctrl_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:111:11: note: byref variable will be forcibly initialized unsigned num_configs = 0; ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:110:17: note: byref variable will be forcibly initialized unsigned long *configs = NULL; ^~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:108:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:107:14: note: byref variable will be forcibly initialized 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:11: note: byref variable will be forcibly initialized unsigned reserved_maps; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:13: /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/scm.c: In function '__scm_send': /kisskb/src/net/core/scm.c:164:17: note: byref variable will be forcibly initialized struct ucred creds; ^~~~~ /kisskb/src/net/core/scm.c: In function 'put_cmsg_scm_timestamping64': /kisskb/src/net/core/scm.c:264:28: note: byref variable will be forcibly initialized struct scm_timestamping64 tss; ^~~ /kisskb/src/net/core/scm.c: In function 'put_cmsg_scm_timestamping': /kisskb/src/net/core/scm.c:278:26: note: byref variable will be forcibly initialized struct scm_timestamping tss; ^~~ /kisskb/src/net/core/gen_stats.c: In function '___gnet_stats_copy_basic': /kisskb/src/net/core/gen_stats.c:177:27: note: byref variable will be forcibly initialized struct gnet_stats_basic sb; ^~ /kisskb/src/net/core/gen_stats.c: In function 'gnet_stats_copy_rate_est': /kisskb/src/net/core/gen_stats.c:257:29: note: byref variable will be forcibly initialized struct gnet_stats_rate_est est; ^~~ /kisskb/src/net/core/gen_stats.c:256:31: note: byref variable will be forcibly initialized struct gnet_stats_rate_est64 sample; ^~~~~~ /kisskb/src/lib/zstd/fse_compress.c: In function 'FSE_compress_usingCTable_generic': /kisskb/src/lib/zstd/fse_compress.c:731:24: note: byref variable will be forcibly initialized FSE_CState_t CState1, CState2; ^~~~~~~ /kisskb/src/lib/zstd/fse_compress.c:731:15: note: byref variable will be forcibly initialized FSE_CState_t CState1, CState2; ^~~~~~~ /kisskb/src/lib/zstd/fse_compress.c:730:16: note: byref variable will be forcibly initialized BIT_CStream_t bitC; ^~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_check_quota_file': /kisskb/src/fs/quota/quota_v1.c:132:26: note: byref variable will be forcibly initialized struct v2_disk_dqheader dqhead; ^~~~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_commit_dqblk': /kisskb/src/fs/quota/quota_v1.c:86:23: note: byref variable will be forcibly initialized struct v1_disk_dqblk dqblk; ^~~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_read_dqblk': /kisskb/src/fs/quota/quota_v1.c:59:23: note: byref variable will be forcibly initialized struct v1_disk_dqblk dqblk; ^~~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_write_file_info': /kisskb/src/fs/quota/quota_v1.c:189:23: note: byref variable will be forcibly initialized struct v1_disk_dqblk dqblk; ^~~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_read_file_info': /kisskb/src/fs/quota/quota_v1.c:162:23: note: byref variable will be forcibly initialized struct v1_disk_dqblk dqblk; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/kernel/locking/qrwlock.c:9: /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_read_lock_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:177:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qrwlock.c:48:2: note: in expansion of macro 'atomic_cond_read_acquire' atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:177:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qrwlock.c:32:3: note: in expansion of macro 'atomic_cond_read_acquire' atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/berlin/berlin.c: In function 'berlin_pinctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/berlin/berlin.c:58:11: note: byref variable will be forcibly initialized unsigned reserved_maps = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/berlin/berlin.c:57:14: note: byref variable will be forcibly initialized const char *function_name, *group_name; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/drivers/pinctrl/berlin/berlin.c:10: /kisskb/src/drivers/pinctrl/berlin/berlin.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/berlin/berlin.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/pinctrl/berlin/berlin.c:20: /kisskb/src/drivers/pinctrl/berlin/berlin.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:17: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized 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:787:17: note: byref variable will be forcibly initialized u32 pin, func, pull; ^~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:787:11: note: byref variable will be forcibly initialized u32 pin, func, pull; ^~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:787:6: note: byref variable will be forcibly initialized u32 pin, func, pull; ^~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:785:29: note: byref variable will be forcibly initialized struct pinctrl_map *maps, *cur_map; ^~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_gpio_irq_handle_bank': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:389:16: note: byref variable will be forcibly initialized unsigned long events; ^~~~~~ In file included from /kisskb/src/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/pinctrl/bcm/pinctrl-bcm2835.c:12: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_pinctrl_probe': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:1227:17: note: byref variable will be forcibly initialized unsigned long events; ^~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:1190:18: note: byref variable will be forcibly initialized struct resource iomem; ^~~~~ /kisskb/src/fs/quota/quota_v2.c: In function 'v2_write_file_info': /kisskb/src/fs/quota/quota_v2.c:193:24: note: byref variable will be forcibly initialized struct v2_disk_dqinfo dinfo; ^~~~~ /kisskb/src/fs/quota/quota_v2.c: In function 'v2_check_quota_file': /kisskb/src/fs/quota/quota_v2.c:77:26: note: byref variable will be forcibly initialized struct v2_disk_dqheader dqhead; ^~~~~~ /kisskb/src/fs/quota/quota_v2.c: In function 'v2_read_file_info': /kisskb/src/fs/quota/quota_v2.c:93:26: note: byref variable will be forcibly initialized struct v2_disk_dqheader dqhead; ^~~~~~ /kisskb/src/fs/quota/quota_v2.c:92:24: note: byref variable will be forcibly initialized struct v2_disk_dqinfo dinfo; ^~~~~ /kisskb/src/fs/quota/quota_v2.c: In function 'v2r1_disk2memdqb': /kisskb/src/fs/quota/quota_v2.c:275:34: note: byref variable will be forcibly initialized struct v2r1_disk_dqblk *d = dp, empty; ^~~~~ /kisskb/src/fs/quota/quota_v2.c: In function 'v2r0_disk2memdqb': /kisskb/src/fs/quota/quota_v2.c:222:34: note: byref variable will be forcibly initialized struct v2r0_disk_dqblk *d = dp, empty; ^~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinmux_gpio_request_enable': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:320:16: note: byref variable will be forcibly initialized unsigned long config; ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinmux_set': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:292:16: note: byref variable will be forcibly initialized unsigned long config; ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:200:16: note: byref variable will be forcibly initialized unsigned long config; ^~~~~~ In file included from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:10: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:402:14: note: byref variable will be forcibly initialized const char *function; ^~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinctrl_build_functions': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:495:15: note: byref variable will be forcibly initialized int num = 0, funcsize = pctl->desc.npins; ^~~~~~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function '__test_mutex': /kisskb/src/kernel/locking/test-ww_mutex.c:52:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:51:20: note: byref variable will be forcibly initialized struct test_mutex mtx; ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_aa': /kisskb/src/kernel/locking/test-ww_mutex.c:115:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:114:18: note: byref variable will be forcibly initialized struct ww_mutex mutex; ^~~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_abba': /kisskb/src/kernel/locking/test-ww_mutex.c:187:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:186:19: note: byref variable will be forcibly initialized struct test_abba abba; ^~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_abba_work': /kisskb/src/kernel/locking/test-ww_mutex.c:160:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_cycle_work': /kisskb/src/kernel/locking/test-ww_mutex.c:249:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_regmap_mpp_ctrl_get': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:787:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/kernel/locking/test-ww_mutex.c:13: /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_inorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:383:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_reorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:441:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/locking/test-ww_mutex.c:8: /kisskb/src/kernel/locking/test-ww_mutex.c:440:12: note: byref variable will be forcibly initialized LIST_HEAD(locks); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/gen_estimator.c: In function 'est_timer': /kisskb/src/net/core/gen_estimator.c:79:33: note: byref variable will be forcibly initialized struct gnet_stats_basic_packed b; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/gen_estimator.c:13: /kisskb/src/net/core/gen_estimator.c: In function 'gen_new_estimator': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/gen_estimator.c:183:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*rate_est, est); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/gen_estimator.c:133:33: note: byref variable will be forcibly initialized struct gnet_stats_basic_packed b; ^ /kisskb/src/block/mq-deadline.c: In function 'deadline_fifo_batch_store': /kisskb/src/block/mq-deadline.c:823:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:836:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:844:1: note: in expansion of macro 'STORE_INT' STORE_INT(deadline_fifo_batch_store, &dd->fifo_batch, 0, INT_MAX); ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_async_depth_store': /kisskb/src/block/mq-deadline.c:823:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:836:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:843:1: note: in expansion of macro 'STORE_INT' STORE_INT(deadline_async_depth_store, &dd->front_merges, 1, INT_MAX); ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_front_merges_store': /kisskb/src/block/mq-deadline.c:823:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:836:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:842:1: note: in expansion of macro 'STORE_INT' STORE_INT(deadline_front_merges_store, &dd->front_merges, 0, 1); ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_writes_starved_store': /kisskb/src/block/mq-deadline.c:823:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:836:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:841:1: note: in expansion of macro 'STORE_INT' STORE_INT(deadline_writes_starved_store, &dd->writes_starved, INT_MIN, INT_MAX); ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_write_expire_store': /kisskb/src/block/mq-deadline.c:823:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:838:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:840:1: note: in expansion of macro 'STORE_JIFFIES' STORE_JIFFIES(deadline_write_expire_store, &dd->fifo_expire[DD_WRITE], 0, INT_MAX); ^~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_read_expire_store': /kisskb/src/block/mq-deadline.c:823:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:838:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:839:1: note: in expansion of macro 'STORE_JIFFIES' STORE_JIFFIES(deadline_read_expire_store, &dd->fifo_expire[DD_READ], 0, INT_MAX); ^~~~~~~~~~~~~ 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:669:12: note: byref variable will be forcibly initialized LIST_HEAD(free); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/mq-deadline.c: In function 'dd_bio_merge': /kisskb/src/block/mq-deadline.c:643:18: note: byref variable will be forcibly initialized struct request *free = NULL; ^~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/core/net_namespace.c:24: /kisskb/src/net/core/net_namespace.c: In function 'nla_put_s32': /kisskb/src/include/net/netlink.h:1448:6: note: byref variable will be forcibly initialized s32 tmp = value; ^~~ /kisskb/src/net/core/net_namespace.c: In function 'rtnl_valid_dump_net_req': /kisskb/src/net/core/net_namespace.c:979:17: note: byref variable will be forcibly initialized struct nlattr *tb[NETNSA_MAX + 1]; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/net/core/net_namespace.c:4: /kisskb/src/net/core/net_namespace.c: In function 'net_assign_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net_namespace.c:119:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(net->gen, ng); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net_namespace.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/net/core/net_namespace.c:4: /kisskb/src/net/core/net_namespace.c: In function 'setup_net': /kisskb/src/net/core/net_namespace.c:311:12: note: byref variable will be forcibly initialized LIST_HEAD(net_exit_list); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/drivers/pinctrl/renesas/core.c:13: /kisskb/src/drivers/pinctrl/renesas/core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/renesas/core.c:21: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/net_namespace.c: In function '__unregister_pernet_operations': /kisskb/src/net/core/net_namespace.c:1187:13: note: byref variable will be forcibly initialized LIST_HEAD(net_exit_list); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/net_namespace.c: In function 'rtnl_net_getid': /kisskb/src/net/core/net_namespace.c:870:17: note: byref variable will be forcibly initialized struct nlattr *tb[NETNSA_MAX + 1]; ^~ /kisskb/src/net/core/net_namespace.c: In function 'rtnl_net_newid': /kisskb/src/net/core/net_namespace.c:726:17: note: byref variable will be forcibly initialized struct nlattr *tb[NETNSA_MAX + 1]; ^~ /kisskb/src/drivers/pinctrl/renesas/core.c: In function 'sh_pfc_write_config_reg': /kisskb/src/drivers/pinctrl/renesas/core.c:227:6: note: byref variable will be forcibly initialized u32 mask, data; ^~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:226:15: note: byref variable will be forcibly initialized unsigned int pos; ^~~ /kisskb/src/drivers/pinctrl/renesas/core.c:225:16: note: byref variable will be forcibly initialized void __iomem *mapped_reg; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c: In function 'sh_pfc_config_mux': /kisskb/src/drivers/pinctrl/renesas/core.c:345:7: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:344:7: note: byref variable will be forcibly initialized u16 enum_id; ^~~~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:343:16: note: byref variable will be forcibly initialized unsigned int field; ^~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:342:32: note: byref variable will be forcibly initialized const struct pinmux_cfg_reg *cr; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/net/core/net_namespace.c:4: /kisskb/src/net/core/net_namespace.c: In function 'net_ns_init': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net_namespace.c:1097:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(init_net.gen, ng); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/rt.c:6: /kisskb/src/kernel/sched/rt.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&(v)->counter); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/rt.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c: In function 'pm8xxx_gpio_get': /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c:490:7: note: byref variable will be forcibly initialized bool state; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c:7: /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c: In function 'pm8xxx_read_bank': /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c:128:15: note: byref variable will be forcibly initialized unsigned int val = bank << 4; ^~~ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_sort': /kisskb/src/lib/zstd/huf_compress.c:391:10: note: byref variable will be forcibly initialized rankPos rank[32]; ^~~~ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_setMaxHeight': /kisskb/src/lib/zstd/huf_compress.c:316:8: note: byref variable will be forcibly initialized U32 rankLast[HUF_TABLELOG_MAX + 2]; ^~~~~~~~ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_compressWeights_wksp': /kisskb/src/lib/zstd/huf_compress.c:88:6: note: byref variable will be forcibly initialized U32 maxSymbolValue = HUF_TABLELOG_MAX; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_readCTable_wksp': /kisskb/src/lib/zstd/huf_compress.c:208:6: note: byref variable will be forcibly initialized U32 nbSymbols = 0; ^~~~~~~~~ /kisskb/src/lib/zstd/huf_compress.c:207:6: note: byref variable will be forcibly initialized U32 tableLog = 0; ^~~~~~~~ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_buildCTable_wksp': /kisskb/src/lib/zstd/huf_compress.c:478:7: note: byref variable will be forcibly initialized U16 valPerRank[HUF_TABLELOG_MAX + 1] = {0}; ^~~~~~~~~~ /kisskb/src/lib/zstd/huf_compress.c:477:7: note: byref variable will be forcibly initialized U16 nbPerRank[HUF_TABLELOG_MAX + 1] = {0}; ^~~~~~~~~ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_compress1X_usingCTable': /kisskb/src/lib/zstd/huf_compress.c:545:16: note: byref variable will be forcibly initialized BIT_CStream_t bitC; ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:427:17: note: byref variable will be forcibly initialized unsigned long config, value; ^~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_parse_subnode': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:161:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:158:14: note: byref variable will be forcibly initialized const char *function, *group; ^~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:157:25: note: byref variable will be forcibly initialized unsigned long config, *configs = NULL; ^~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:156:31: note: byref variable will be forcibly initialized unsigned int i, reserve = 0, num_configs = 0; ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_dt_node_to_map': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:237:15: note: byref variable will be forcibly initialized unsigned int reserved_maps = 0; ^~~~~~~~~~~~~ /kisskb/src/fs/quota/quota_tree.c: In function 'remove_tree': /kisskb/src/fs/quota/quota_tree.c:470:7: note: byref variable will be forcibly initialized uint newblk; ^~~~~~ /kisskb/src/fs/quota/quota_tree.c: In function 'do_insert_tree': /kisskb/src/fs/quota/quota_tree.c:295:7: note: byref variable will be forcibly initialized uint newblk; ^~~~~~ /kisskb/src/fs/quota/quota_tree.c:293:6: note: byref variable will be forcibly initialized int ret = 0, newson = 0, newact = 0; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/locking/locktorture.c:22: /kisskb/src/kernel/locking/locktorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/quota/quota_tree.c: In function 'dq_insert_tree': /kisskb/src/fs/quota/quota_tree.c:349:6: note: byref variable will be forcibly initialized int tmp = QT_TREEOFF; ^~~ /kisskb/src/fs/quota/quota_tree.c: In function 'qtree_delete_dquot': /kisskb/src/fs/quota/quota_tree.c:515:7: note: byref variable will be forcibly initialized uint tmp = QT_TREEOFF; ^~~ /kisskb/src/fs/quota/quota_tree.c: In function 'qtree_get_next_id': /kisskb/src/fs/quota/quota_tree.c:716:8: note: byref variable will be forcibly initialized qid_t id = from_kqid(&init_user_ns, *qid); ^~ In file included from /kisskb/src/kernel/locking/locktorture.c:30: /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_reader': /kisskb/src/kernel/locking/locktorture.c:710:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_writer': /kisskb/src/kernel/locking/locktorture.c:671:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/kernel/locking/locktorture.c: In function 'torture_ww_mutex_lock': /kisskb/src/kernel/locking/locktorture.c:406:4: note: byref variable will be forcibly initialized } locks[3], *ll, *ln; ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/locking/locktorture.c:15: /kisskb/src/kernel/locking/locktorture.c:402:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:18: /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:19: /kisskb/src/include/linux/overflow.h:287:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:18: /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:19: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinconf_rw': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:439:19: note: byref variable will be forcibly initialized u32 data, width, pin_offset, mask, shift; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:437:16: note: byref variable will be forcibly initialized void __iomem *reg_base; ^~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:436:27: note: byref variable will be forcibly initialized struct samsung_pin_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinmux_setup': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:383:25: note: byref variable will be forcibly initialized u32 mask, shift, data, pin_offset; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:382:16: note: byref variable will be forcibly initialized void __iomem *reg; ^~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:381:27: note: byref variable will be forcibly initialized struct samsung_pin_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinctrl_create_function': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:720:15: note: byref variable will be forcibly initialized const char *gname; ^~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinctrl_parse_dt': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:831:28: note: byref variable will be forcibly initialized unsigned int grp_cnt = 0, func_cnt = 0; ^~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:831:15: note: byref variable will be forcibly initialized unsigned int grp_cnt = 0, func_cnt = 0; ^~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:184:11: note: byref variable will be forcibly initialized unsigned num_configs = 0; ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:183:17: note: byref variable will be forcibly initialized unsigned long *configs = NULL; ^~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:181:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_dt_node_to_map': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:254:11: note: byref variable will be forcibly initialized unsigned reserved_maps; ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pin_dbg_show': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:294:16: note: byref variable will be forcibly initialized unsigned long config; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/wait.c:7: /kisskb/src/kernel/sched/wait.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/wait.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:300:2: note: in expansion of macro 'smp_store_release' smp_store_release(&entry->next, entry); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/wait.c: In function '__wake_up_common_lock': /kisskb/src/kernel/sched/wait.c:129:21: note: byref variable will be forcibly initialized wait_queue_entry_t bookmark; ^~~~~~~~ /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c: In function 'lochnagar2_get_gpio_chan': /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c:796:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c:11: /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getfmt': /kisskb/src/fs/quota/quota.c:108:8: note: byref variable will be forcibly initialized __u32 fmt; ^~~ /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:377:6: note: byref variable will be forcibly initialized int offset = irqd_to_hwirq(d); ^~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_enable': /kisskb/src/fs/quota/quota.c:314:8: note: byref variable will be forcibly initialized __u32 flags; ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_disable': /kisskb/src/fs/quota/quota.c:325:8: note: byref variable will be forcibly initialized __u32 flags; ^~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ 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/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_rmxquota': /kisskb/src/fs/quota/quota.c:756:8: note: byref variable will be forcibly initialized __u32 flags; ^~~~~ /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:561:11: note: byref variable will be forcibly initialized 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:547:11: note: byref variable will be forcibly initialized 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:533:11: note: byref variable will be forcibly initialized 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:520:6: note: byref variable will be forcibly initialized u32 reg = IRQ_STATUS; ^~~ /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:386:15: note: byref variable will be forcibly initialized 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:416:15: note: byref variable will be forcibly initialized 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:452:15: note: byref variable will be forcibly initialized 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:486:6: note: byref variable will be forcibly initialized 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:876:18: note: byref variable will be forcibly initialized int n, num = 0, funcsize = info->data->nr_pins; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/swait.c:5: /kisskb/src/kernel/sched/swait.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/quota/quota.c:9: /kisskb/src/fs/quota/quota.c: In function 'quotactl_block': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c:897:3: note: in expansion of macro 'wait_event' wait_event(sb->s_writers.wait_unfrozen, ^~~~~~~~~~ /kisskb/src/fs/quota/quota.c:872:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_get': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:438:15: note: byref variable will be forcibly initialized unsigned int val, mask; ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:437:15: note: byref variable will be forcibly initialized 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:400:15: note: byref variable will be forcibly initialized unsigned int val, mask; ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:399:15: note: byref variable will be forcibly initialized unsigned int reg = OUTPUT_EN; ^~~ /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:622:9: note: byref variable will be forcibly initialized u32 p, l, ret; ^ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_get_drive_strength': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:509:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:508:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_set_type': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:595:15: note: byref variable will be forcibly initialized u32 in_val, in_reg = INPUT_VAL; ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:595:7: note: byref variable will be forcibly initialized u32 in_val, in_reg = INPUT_VAL; ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:581:11: note: byref variable will be forcibly initialized u32 val, reg = IRQ_POL; ^~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_get': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:641:7: note: byref variable will be forcibly initialized u32 pocctrl, val; ^~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/swait.c:5: /kisskb/src/kernel/sched/swait.c: In function 'swake_up_all': /kisskb/src/kernel/sched/swait.c:65:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irqchip_register': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:730:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getinfo': /kisskb/src/fs/quota/quota.c:122:19: note: byref variable will be forcibly initialized struct if_dqinfo uinfo; ^~~~~ /kisskb/src/fs/quota/quota.c:120:18: note: byref variable will be forcibly initialized struct qc_state state; ^~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_set_drive_strength': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:534:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:533:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_set': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:715:8: note: byref variable will be forcibly initialized u32 pocctrl, val; ^~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setinfo': /kisskb/src/fs/quota/quota.c:149:17: note: byref variable will be forcibly initialized struct qc_info qinfo; ^~~~~ /kisskb/src/fs/quota/quota.c:148:19: note: byref variable will be forcibly initialized struct if_dqinfo info; ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getstate': /kisskb/src/fs/quota/quota.c:356:18: note: byref variable will be forcibly initialized struct qc_state state; ^~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_3700_pinctrl_resume': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:1070:46: note: byref variable will be forcibly initialized u32 mask, *irq_pol, input_reg, virq, type, level; ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstate': /kisskb/src/fs/quota/quota.c:435:23: note: byref variable will be forcibly initialized struct fs_quota_stat fqs; ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getstatev': /kisskb/src/fs/quota/quota.c:454:18: note: byref variable will be forcibly initialized struct qc_state state; ^~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:114:17: note: byref variable will be forcibly initialized unsigned long *configs; ^~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:113:14: note: byref variable will be forcibly initialized const char *function = NULL; ^~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:112:15: note: byref variable will be forcibly initialized unsigned int num_configs; ^~~~~~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstatev': /kisskb/src/fs/quota/quota.c:498:24: note: byref variable will be forcibly initialized struct fs_quota_statv fqs; ^~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/sched/coredump.h:5, from /kisskb/src/kernel/sched/sched.h:9, from /kisskb/src/kernel/sched/completion.c:14: /kisskb/src/kernel/sched/completion.c: In function 'do_wait_for_common': /kisskb/src/kernel/sched/completion.c:75:22: note: byref variable will be forcibly initialized DECLARE_SWAITQUEUE(wait); ^~~~ /kisskb/src/include/linux/swait.h:59:21: note: in definition of macro 'DECLARE_SWAITQUEUE' struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) ^~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_dt_node_to_map': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:265:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_derived_refclk_is_enabled': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1640:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getquota': /kisskb/src/fs/quota/quota.c:205:18: note: byref variable will be forcibly initialized struct if_dqblk idq; ^~~ /kisskb/src/fs/quota/quota.c:204:18: note: byref variable will be forcibly initialized struct qc_dqblk fdq; ^~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_read': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:534:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_phy_read': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:519:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_wait_pma_cmn_ready': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1099:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setquota': /kisskb/src/fs/quota/quota.c:290:18: note: byref variable will be forcibly initialized struct if_dqblk idq; ^~~ /kisskb/src/fs/quota/quota.c:289:18: note: byref variable will be forcibly initialized struct qc_dqblk fdq; ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_phy_on': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1475:6: note: byref variable will be forcibly initialized u32 read_val; ^~~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxquota': /kisskb/src/fs/quota/quota.c:708:18: note: byref variable will be forcibly initialized struct qc_dqblk qdq; ^~~ /kisskb/src/fs/quota/quota.c:707:23: note: byref variable will be forcibly initialized struct fs_disk_quota fdq; ^~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'rcar_pinmux_get_bias': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:867:15: note: byref variable will be forcibly initialized unsigned int bit; ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getnextquota': /kisskb/src/fs/quota/quota.c:241:22: note: byref variable will be forcibly initialized struct if_nextdqblk idq; ^~~ /kisskb/src/fs/quota/quota.c:240:18: note: byref variable will be forcibly initialized struct qc_dqblk fdq; ^~~ /kisskb/src/fs/quota/quota.c:239:14: note: byref variable will be forcibly initialized struct kqid qid; ^~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'rcar_pinmux_set_bias': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:893:15: note: byref variable will be forcibly initialized unsigned int bit; ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setxquota': /kisskb/src/fs/quota/quota.c:640:18: note: byref variable will be forcibly initialized struct qc_info qinfo; ^~~~~ /kisskb/src/fs/quota/quota.c:627:18: note: byref variable will be forcibly initialized struct qc_dqblk qdq; ^~~ /kisskb/src/fs/quota/quota.c:626:23: note: byref variable will be forcibly initialized struct fs_disk_quota fdq; ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_set_power_state': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1011:6: note: byref variable will be forcibly initialized u32 read_val; ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_run': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1067:15: note: byref variable will be forcibly initialized unsigned int read_val; ^~~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getnextxquota': /kisskb/src/fs/quota/quota.c:735:14: note: byref variable will be forcibly initialized struct kqid qid; ^~~ /kisskb/src/fs/quota/quota.c:734:18: note: byref variable will be forcibly initialized struct qc_dqblk qdq; ^~~ /kisskb/src/fs/quota/quota.c:733:23: note: byref variable will be forcibly initialized struct fs_disk_quota fdq; ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_set_pll_en': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:956:6: note: byref variable will be forcibly initialized u32 rd_val; ^~~~~~ In file included from /kisskb/src/include/linux/compat.h:34, from /kisskb/src/arch/arm64/include/asm/ftrace.h:42, from /kisskb/src/include/linux/ftrace.h:22, from /kisskb/src/include/linux/perf_event.h:49, from /kisskb/src/include/linux/trace_events.h:10, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:87, from /kisskb/src/fs/quota/quota.c:16: /kisskb/src/fs/quota/quota.c: In function '__do_sys_quotactl': /kisskb/src/arch/arm64/include/asm/syscall_wrapper.h:67:21: note: byref variable will be forcibly initialized static inline long __do_sys##name(__MAP(x,__SC_DECL,__VA_ARGS__)) ^~~~~~~~ /kisskb/src/include/linux/syscalls.h:227:2: note: in expansion of macro '__SYSCALL_DEFINEx' __SYSCALL_DEFINEx(x, sname, __VA_ARGS__) ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/syscalls.h:219:36: note: in expansion of macro 'SYSCALL_DEFINEx' #define SYSCALL_DEFINE4(name, ...) SYSCALL_DEFINEx(4, _##name, __VA_ARGS__) ^~~~~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c:915:1: note: in expansion of macro 'SYSCALL_DEFINE4' SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, ^~~~~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c:920:14: note: byref variable will be forcibly initialized struct path path, *pathp = NULL; ^~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_configure_rate': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1165:6: note: byref variable will be forcibly initialized u32 read_val, ret; ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_derived_refclk_register': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1661:7: note: byref variable will be forcibly initialized char clk_name[100]; ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1659:14: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_phy_probe': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:2287:6: note: byref variable will be forcibly initialized u32 phy_type; ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:2285:6: note: byref variable will be forcibly initialized int already_configured; ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/deadline.c: In function 'dl_task_timer': /kisskb/src/kernel/sched/deadline.c:1046:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/deadline.c: In function 'dl_add_task_root_domain': /kisskb/src/kernel/sched/deadline.c:2399:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/net/core/dev_addr_lists.c:10: /kisskb/src/net/core/dev_addr_lists.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/deadline.c: In function 'inactive_task_timer': /kisskb/src/kernel/sched/deadline.c:1350:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c: In function 'pm8xxx_mpp_get': /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c:494:7: note: byref variable will be forcibly initialized bool state; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c:7: /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c: In function 'pm8xxx_pin_populate': /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c:651:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/net/core/dev_addr_lists.c: In function 'dev_addr_init': /kisskb/src/net/core/dev_addr_lists.c:523:16: note: byref variable will be forcibly initialized unsigned char addr[MAX_ADDR_LEN]; ^~~~ /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c: In function 'sr_paxc_phy_init': /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c:173:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c: In function 'pipemux_strap_read': /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c:122:6: note: byref variable will be forcibly initialized u32 pipemux; ^~~~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_disable_bias': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:265:20: note: byref variable will be forcibly initialized unsigned int reg, bit = 0; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:265:15: note: byref variable will be forcibly initialized unsigned int reg, bit = 0; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:264:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_enable_bias': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:284:20: note: byref variable will be forcibly initialized unsigned int reg, bit, val = 0; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:284:15: note: byref variable will be forcibly initialized unsigned int reg, bit, val = 0; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:283:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_set_drive_strength': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:312:20: note: byref variable will be forcibly initialized unsigned int reg, bit, ds_val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:312:15: note: byref variable will be forcibly initialized unsigned int reg, bit, ds_val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:311:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_set_gpio_bit': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:185:20: note: byref variable will be forcibly initialized unsigned int reg, bit; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:185:15: note: byref variable will be forcibly initialized unsigned int reg, bit; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:184:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_pull': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:403:25: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:403:20: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:403:15: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:402:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_drive_strength': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:440:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:439:20: note: byref variable will be forcibly initialized unsigned int reg, bit; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:439:15: note: byref variable will be forcibly initialized unsigned int reg, bit; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:438:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_gpio_bit': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:202:25: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:202:20: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:202:15: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:201:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:481:6: note: byref variable will be forcibly initialized u16 arg; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_map_resource': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:643:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_gpio_get': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:591:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:590:25: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:590:20: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:590:15: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/asm-generic/qrwlock.h:14, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:94, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/net/core/flow_dissector.c:3: /kisskb/src/net/core/flow_dissector.c: In function '__flow_hash_secret_init': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(get_random_bytes, (buf), (nbytes)) ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' get_random_once((buf), (nbytes)) ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1452:2: note: in expansion of macro 'net_get_random_once' net_get_random_once(&hashrnd, sizeof(hashrnd)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_mpls': /kisskb/src/net/core/flow_dissector.c:415:26: note: byref variable will be forcibly initialized struct mpls_label *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_arp': /kisskb/src/net/core/flow_dissector.c:481:16: note: byref variable will be forcibly initialized struct arphdr _arp; ^~~~ /kisskb/src/net/core/flow_dissector.c:479:14: note: byref variable will be forcibly initialized } *arp_eth, _arp_eth; ^~~~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_batadv': /kisskb/src/net/core/flow_dissector.c:673:10: note: byref variable will be forcibly initialized } *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_gre': /kisskb/src/net/core/flow_dissector.c:610:6: note: byref variable will be forcibly initialized u8 _ppp_hdr[PPP_HDRLEN]; ^~~~~~~~ /kisskb/src/net/core/flow_dissector.c:592:18: note: byref variable will be forcibly initialized struct ethhdr _eth; ^~~~ /kisskb/src/net/core/flow_dissector.c:565:10: note: byref variable will be forcibly initialized __be32 _keyid; ^~~~~~ /kisskb/src/net/core/flow_dissector.c:532:28: note: byref variable will be forcibly initialized struct gre_base_hdr *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_tcp': /kisskb/src/net/core/flow_dissector.c:703:21: note: byref variable will be forcibly initialized struct tcphdr *th, _th; ^~~ In file included from /kisskb/src/net/core/flow_dissector.c:14: /kisskb/src/net/core/flow_dissector.c: In function 'tipc_hdr_rps_key': /kisskb/src/include/net/tipc.h:51:9: note: byref variable will be forcibly initialized __be32 key; ^~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_get_ports': /kisskb/src/net/core/flow_dissector.c:127:18: note: byref variable will be forcibly initialized __be32 *ports, _ports; ^~~~~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_flow_get_icmp_tci': /kisskb/src/net/core/flow_dissector.c:166:22: note: byref variable will be forcibly initialized struct icmphdr *ih, _ih; ^~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect': /kisskb/src/net/core/flow_dissector.c:1337:19: note: byref variable will be forcibly initialized struct frag_hdr _fh, *fh; ^~~ /kisskb/src/net/core/flow_dissector.c:1318:6: note: byref variable will be forcibly initialized u8 _opthdr[2], *opthdr; ^~~~~~~ /kisskb/src/net/core/flow_dissector.c:1270:27: note: byref variable will be forcibly initialized struct ptp_header *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c:1217:31: note: byref variable will be forcibly initialized struct tipc_basic_hdr *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c:1192:11: note: byref variable will be forcibly initialized } *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c:1140:19: note: byref variable will be forcibly initialized struct vlan_hdr _vlan; ^~~~~ /kisskb/src/net/core/flow_dissector.c:1089:18: note: byref variable will be forcibly initialized struct ipv6hdr _iph; ^~~~ /kisskb/src/net/core/flow_dissector.c:1041:16: note: byref variable will be forcibly initialized struct iphdr _iph; ^~~~ /kisskb/src/net/core/flow_dissector.c:996:30: note: byref variable will be forcibly initialized struct bpf_flow_dissector ctx = { ^~~ /kisskb/src/net/core/flow_dissector.c:995:25: note: byref variable will be forcibly initialized struct bpf_flow_keys flow_keys; ^~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:927:7: note: byref variable will be forcibly initialized bool mpls_el = false; ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/asm-generic/qrwlock.h:14, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:94, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/net/core/flow_dissector.c:3: /kisskb/src/net/core/flow_dissector.c: In function 'flow_hash_from_keys': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(get_random_bytes, (buf), (nbytes)) ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' get_random_once((buf), (nbytes)) ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1452:2: note: in expansion of macro 'net_get_random_once' net_get_random_once(&hashrnd, sizeof(hashrnd)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_get_hash_symmetric': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(get_random_bytes, (buf), (nbytes)) ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' get_random_once((buf), (nbytes)) ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1452:2: note: in expansion of macro 'net_get_random_once' net_get_random_once(&hashrnd, sizeof(hashrnd)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1610:19: note: byref variable will be forcibly initialized struct flow_keys keys; ^~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/asm-generic/qrwlock.h:14, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:94, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/net/core/flow_dissector.c:3: /kisskb/src/net/core/flow_dissector.c: In function '__skb_get_hash': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(get_random_bytes, (buf), (nbytes)) ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' get_random_once((buf), (nbytes)) ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1452:2: note: in expansion of macro 'net_get_random_once' net_get_random_once(&hashrnd, sizeof(hashrnd)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1634:19: note: byref variable will be forcibly initialized struct flow_keys keys; ^~~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_get_hash_perturb': /kisskb/src/net/core/flow_dissector.c:1648:19: note: byref variable will be forcibly initialized struct flow_keys keys; ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_get_poff': /kisskb/src/net/core/flow_dissector.c:1668:6: note: byref variable will be forcibly initialized u8 _doff; ^~~~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_get_poff': /kisskb/src/net/core/flow_dissector.c:1716:25: note: byref variable will be forcibly initialized struct flow_keys_basic keys; ^~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/pinctrl/samsung/pinctrl-exynos.c:16: /kisskb/src/drivers/pinctrl/samsung/pinctrl-exynos.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/pinctrl/samsung/pinctrl-exynos.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy_generic': /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_btlazy2': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy2': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_greedy': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy_extDict_generic': /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_greedy_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy2_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_btlazy2_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/drivers/phy/broadcom/phy-bcm-ns-usb3.c: In function 'bcm_ns_usb3_mdio_probe': /kisskb/src/drivers/phy/broadcom/phy-bcm-ns-usb3.c:196:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:22: /kisskb/src/drivers/pinctrl/pinctrl-utils.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:27: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_direction': /kisskb/src/drivers/pinctrl/core.c:837:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^~~~~ /kisskb/src/drivers/pinctrl/core.c:836:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_generic_free_groups': /kisskb/src/drivers/pinctrl/core.c:694:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_groups_show': /kisskb/src/drivers/pinctrl/core.c:1695:12: note: byref variable will be forcibly initialized unsigned num_pins = 0; ^~~~~~~~ /kisskb/src/drivers/pinctrl/core.c:1694:19: note: byref variable will be forcibly initialized const unsigned *pins = NULL; ^~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_can_use_line': /kisskb/src/drivers/pinctrl/core.c:744:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^~~~~ /kisskb/src/drivers/pinctrl/core.c:743:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_request': /kisskb/src/drivers/pinctrl/core.c:780:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^~~~~ /kisskb/src/drivers/pinctrl/core.c:779:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_free': /kisskb/src/drivers/pinctrl/core.c:815:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^~~~~ /kisskb/src/drivers/pinctrl/core.c:814:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_set_config': /kisskb/src/drivers/pinctrl/core.c:898:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c:897:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^~~~~ /kisskb/src/drivers/pinctrl/core.c:896:16: note: byref variable will be forcibly initialized unsigned long configs[] = { config }; ^~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_select': /kisskb/src/drivers/pinctrl/pinmux.c:686:15: note: byref variable will be forcibly initialized unsigned int num_groups; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:684:21: note: byref variable will be forcibly initialized const char *const *groups; ^~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_functions_show': /kisskb/src/drivers/pinctrl/pinmux.c:555:12: note: byref variable will be forcibly initialized unsigned num_groups; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:554:23: note: byref variable will be forcibly initialized const char * const *groups; ^~~~~~ /kisskb/src/kernel/power/main.c: In function 'pm_freeze_timeout_store': /kisskb/src/kernel/power/main.c:873:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_debug_messages_store': /kisskb/src/kernel/power/main.c:524:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_print_times_store': /kisskb/src/kernel/power/main.c:484:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'sync_on_suspend_store': /kisskb/src/kernel/power/main.c:212:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_async_store': /kisskb/src/kernel/power/main.c:109:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_map_to_setting': /kisskb/src/drivers/pinctrl/pinmux.c:346:11: note: byref variable will be forcibly initialized unsigned num_groups; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:345:22: note: byref variable will be forcibly initialized char const * const *groups; ^~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_enable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:412:11: note: byref variable will be forcibly initialized unsigned num_pins = 0; ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:411:18: note: byref variable will be forcibly initialized const unsigned *pins = NULL; ^~~~ /kisskb/src/kernel/power/main.c: In function 'wakeup_count_store': /kisskb/src/kernel/power/main.c:715:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/kernel/power/main.c: In function 'wakeup_count_show': /kisskb/src/kernel/power/main.c:705:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_disable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:492:11: note: byref variable will be forcibly initialized unsigned num_pins = 0; ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:491:18: note: byref variable will be forcibly initialized const unsigned *pins = NULL; ^~~~ /kisskb/src/kernel/power/main.c: In function '__pm_pr_dbg': /kisskb/src/kernel/power/main.c:556:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_generic_free_functions': /kisskb/src/drivers/pinctrl/pinmux.c:947:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/printk.h:37, from /kisskb/src/kernel/printk/printk.c:56: /kisskb/src/kernel/printk/printk.c: In function 'perf_trace_console': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/printk.h:37, from /kisskb/src/kernel/printk/printk.c:56: /kisskb/src/kernel/printk/printk.c: In function 'trace_event_raw_event_console': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_setup': /kisskb/src/kernel/printk/printk.c:2376:7: note: byref variable will be forcibly initialized char buf[sizeof(console_cmdline[0].name) + 4]; /* 4 for "ttyS" */ ^~~ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:178:7: note: byref variable will be forcibly initialized char old_str[DEVKMSG_STR_MAX_SIZE]; ^~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_unlock': /kisskb/src/kernel/printk/printk.c:2607:21: note: byref variable will be forcibly initialized struct printk_info info; ^~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/net/core/neighbour.c:29: /kisskb/src/net/core/neighbour.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/core/neighbour.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_fill_info': /kisskb/src/net/core/neighbour.c:2453:8: note: byref variable will be forcibly initialized char haddr[MAX_ADDR_LEN]; ^~~~~ /kisskb/src/net/core/neighbour.c:2431:23: note: byref variable will be forcibly initialized struct nda_cacheinfo ci; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/core/neighbour.c:16: /kisskb/src/net/core/neighbour.c: In function 'neigh_hash_grow': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:522:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tbl->nht, new_nht); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:518:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new_nht->hash_buckets[hash], n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:514:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(n->next, ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_valid_dump_req': /kisskb/src/net/core/neighbour.c:2654:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX + 1]; ^~ /kisskb/src/net/core/neighbour.c: In function 'neigh_valid_get_req': /kisskb/src/net/core/neighbour.c:2761:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX + 1]; ^~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/net/core/neighbour.c:29: /kisskb/src/net/core/neighbour.c: In function 'nla_get_u64': /kisskb/src/include/net/netlink.h:1617:6: note: byref variable will be forcibly initialized u64 tmp; ^~~ /kisskb/src/net/core/neighbour.c: In function 'nla_put_msecs': /kisskb/src/include/net/netlink.h:1500:6: note: byref variable will be forcibly initialized u64 tmp = jiffies_to_msecs(njiffies); ^~~ /kisskb/src/net/core/neighbour.c: In function 'neightbl_fill_info': /kisskb/src/net/core/neighbour.c:2081:20: note: byref variable will be forcibly initialized struct ndt_stats ndst; ^~~~ /kisskb/src/net/core/neighbour.c:2060:21: note: byref variable will be forcibly initialized struct ndt_config ndc = { ^~~ /kisskb/src/net/core/neighbour.c: In function 'neightbl_set': /kisskb/src/net/core/neighbour.c:2224:18: note: byref variable will be forcibly initialized struct nlattr *tbp[NDTPA_MAX+1]; ^~~ /kisskb/src/net/core/neighbour.c:2186:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDTA_MAX+1]; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/core/neighbour.c:16: /kisskb/src/net/core/neighbour.c: In function 'neigh_del': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:191:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*np, neigh); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/kernel/sched/sched.h:40, from /kisskb/src/kernel/sched/cpupri.c:25: /kisskb/src/kernel/sched/cpupri.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_flush_dev': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:315:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*np, ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c: In function '___neigh_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:659:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nht->hash_buckets[hash_val], n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:656:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(n->next, ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c: In function '__neigh_update': /kisskb/src/net/core/neighbour.c:1236:6: note: byref variable will be forcibly initialized int notify = 0; ^~~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c: In function 'meson_axg_pmx_update_function': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:66:25: note: byref variable will be forcibly initialized struct meson_pmx_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:65:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:64:6: note: byref variable will be forcibly initialized int reg; ^~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_get': /kisskb/src/net/core/neighbour.c:2884:6: note: byref variable will be forcibly initialized int dev_idx = 0; ^~~~~~~ /kisskb/src/net/core/neighbour.c:2883:5: note: byref variable will be forcibly initialized u8 ndm_flags = 0; ^~~~~~~~~ /kisskb/src/net/core/neighbour.c:2882:8: note: byref variable will be forcibly initialized void *dst = NULL; ^~~ /kisskb/src/net/core/neighbour.c:2880:22: note: byref variable will be forcibly initialized struct neigh_table *tbl = NULL; ^~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_add': /kisskb/src/net/core/neighbour.c:1861:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX+1]; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/core/neighbour.c:16: /kisskb/src/net/core/neighbour.c: In function '__neigh_for_each_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:2979:5: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*np, ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/xz/xz_dec_bcj.c: In function 'xz_dec_bcj_run': /kisskb/src/lib/xz/xz_dec_bcj.c:421:9: note: byref variable will be forcibly initialized size_t out_start; ^~~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_insertBt1': /kisskb/src/lib/zstd/compress.c:1581:6: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_insertBtAndFindBestMatch': /kisskb/src/lib/zstd/compress.c:1665:6: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^~~~~~~ In file included from /kisskb/src/lib/zstd/compress.c:2270: /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_insertBtAndGetAllMatches': /kisskb/src/lib/zstd/zstd_opt.h:257:6: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressLiterals': /kisskb/src/lib/zstd/compress.c:502:14: note: byref variable will be forcibly initialized HUF_repeat repeat = zc->flagStaticHufTable; ^~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_loadZstdDictionary': /kisskb/src/lib/zstd/compress.c:2675:39: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2675:12: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2674:9: note: byref variable will be forcibly initialized short litlengthNCount[MaxLL + 1]; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2659:41: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2659:12: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2658:9: note: byref variable will be forcibly initialized short matchlengthNCount[MaxML + 1]; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2645:12: note: byref variable will be forcibly initialized unsigned offcodeLog; ^~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2631:11: note: byref variable will be forcibly initialized unsigned offcodeMaxValue = MaxOff; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2630:8: note: byref variable will be forcibly initialized short offcodeNCount[MaxOff + 1]; ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_initCCtx': /kisskb/src/lib/zstd/compress.c:124:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressSequences_internal': /kisskb/src/lib/zstd/compress.c:754:16: note: byref variable will be forcibly initialized FSE_CState_t stateLitLength; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:753:16: note: byref variable will be forcibly initialized FSE_CState_t stateOffsetBits; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:752:16: note: byref variable will be forcibly initialized FSE_CState_t stateMatchLength; ^~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:751:17: note: byref variable will be forcibly initialized BIT_CStream_t blockStream; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:716:7: note: byref variable will be forcibly initialized U32 max = MaxML; ^~~ /kisskb/src/lib/zstd/compress.c:684:7: note: byref variable will be forcibly initialized U32 max = MaxOff; ^~~ /kisskb/src/lib/zstd/compress.c:652:7: note: byref variable will be forcibly initialized U32 max = MaxLL; ^~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/kernel/sched/sched.h:40, from /kisskb/src/kernel/sched/cpudeadline.c:9: /kisskb/src/kernel/sched/cpudeadline.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_initCDict': /kisskb/src/lib/zstd/compress.c:2895:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressStream': /kisskb/src/lib/zstd/compress.c:3226:9: note: byref variable will be forcibly initialized size_t sizeWritten = output->size - output->pos; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:3225:9: note: byref variable will be forcibly initialized size_t sizeRead = input->size - input->pos; ^~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_flushStream': /kisskb/src/lib/zstd/compress.c:3241:9: note: byref variable will be forcibly initialized size_t sizeWritten = output->size - output->pos; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:3240:9: note: byref variable will be forcibly initialized size_t srcSize = 0; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_endStream': /kisskb/src/lib/zstd/compress.c:3263:10: note: byref variable will be forcibly initialized size_t sizeWritten = output->size - output->pos; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:3262:10: note: byref variable will be forcibly initialized size_t srcSize = 0; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_getParams': /kisskb/src/lib/zstd/compress.c:3440:35: note: byref variable will be forcibly initialized ZSTD_compressionParameters const cParams = ZSTD_getCParams(compressionLevel, srcSize, dictSize); ^~~~~~~ /kisskb/src/lib/zstd/compress.c:3439:18: note: byref variable will be forcibly initialized ZSTD_parameters params; ^~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBegin_usingDict': /kisskb/src/lib/zstd/compress.c:2756:24: note: byref variable will be forcibly initialized ZSTD_parameters const params = ZSTD_getParams(compressionLevel, 0, dictSize); ^~~~~~ In file included from /kisskb/src/fs/quota/netlink.c:8: /kisskb/src/fs/quota/netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/fs/quota/netlink.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/topology.c:5: /kisskb/src/kernel/sched/topology.c: In function 'update_top_cache_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:679:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sd_asym_cpucapacity, cpu), sd); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:676:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sd_asym_packing, cpu), sd); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:673:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sd_numa, cpu), sd); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:670:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sd_llc_shared, cpu), sds); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:667:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sd_llc, cpu), sd); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_upper_depth': /kisskb/src/net/core/dev.c:7722:7: note: byref variable will be forcibly initialized bool ignore; ^~~~~~ /kisskb/src/net/core/dev.c:7720:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/kernel/sched/sched.h:40, from /kisskb/src/kernel/sched/topology.c:5: /kisskb/src/kernel/sched/topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_walk_all_lower_dev': /kisskb/src/net/core/dev.c:7661:7: note: byref variable will be forcibly initialized bool ignore; ^~~~~~ /kisskb/src/net/core/dev.c:7659:35: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7659:28: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~ /kisskb/src/net/core/dev.c:7658:41: note: byref variable will be forcibly initialized struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_lower_depth': /kisskb/src/net/core/dev.c:7742:7: note: byref variable will be forcibly initialized bool ignore; ^~~~~~ /kisskb/src/net/core/dev.c:7740:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/net/core/dev.c: In function '__netdev_walk_all_upper_dev': /kisskb/src/net/core/dev.c:7391:7: note: byref variable will be forcibly initialized bool ignore; ^~~~~~ /kisskb/src/net/core/dev.c:7389:35: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7389:28: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~ /kisskb/src/net/core/dev.c:7388:41: note: byref variable will be forcibly initialized struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_sync_upper_features': /kisskb/src/net/core/dev.c:9786:20: note: byref variable will be forcibly initialized netdev_features_t feature; ^~~~~~~ /kisskb/src/kernel/sched/topology.c: In function 'dattrs_equal': /kisskb/src/kernel/sched/topology.c:2367:27: note: byref variable will be forcibly initialized struct sched_domain_attr tmp; ^~~ In file included from /kisskb/src/net/core/dev.c:78: /kisskb/src/net/core/dev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/topology.c:5: /kisskb/src/kernel/sched/topology.c: In function 'cpu_attach_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:730:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rq->sd, sd); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c: In function 'build_sched_domains': /kisskb/src/kernel/sched/topology.c:2181:16: note: byref variable will be forcibly initialized struct s_data d; ^ /kisskb/src/net/core/dev.c: In function '__netdev_has_upper_dev': /kisskb/src/net/core/dev.c:7482:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'call_netdevice_notifiers_extack': /kisskb/src/net/core/dev.c:2003:30: note: byref variable will be forcibly initialized struct netdev_notifier_info info = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netif_rx_internal': /kisskb/src/net/core/dev.c:4901:16: note: byref variable will be forcibly initialized unsigned int qtail; ^~~~~ /kisskb/src/net/core/dev.c:4884:34: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~ /kisskb/src/net/core/dev.c:4884:23: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~~~~ In file included from /kisskb/src/include/linux/filter.h:19, from /kisskb/src/include/trace/events/xdp.h:9, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/net/core/dev.c:96: /kisskb/src/net/core/dev.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/net/core/dev.c: In function 'qdisc_pkt_len_init': /kisskb/src/net/core/dev.c:3750:18: note: byref variable will be forcibly initialized struct udphdr _udphdr; ^~~~~~~ /kisskb/src/net/core/dev.c:3743:18: note: byref variable will be forcibly initialized struct tcphdr _tcphdr; ^~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_on': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:388:6: note: byref variable will be forcibly initialized 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:440:15: note: byref variable will be forcibly initialized 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:483:7: note: byref variable will be forcibly initialized char clk_name[100]; ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_probe': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:834:15: note: byref variable will be forcibly initialized unsigned int id_value; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_sysfs_add': /kisskb/src/net/core/dev.c:7872:7: note: byref variable will be forcibly initialized char linkname[IFNAMSIZ+7]; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_sysfs_del': /kisskb/src/net/core/dev.c:7883:7: note: byref variable will be forcibly initialized char linkname[IFNAMSIZ+7]; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_upper_dev_link': /kisskb/src/net/core/dev.c:8058:42: note: byref variable will be forcibly initialized struct netdev_notifier_changeupper_info changeupper_info = { ^~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_xdp_install': /kisskb/src/net/core/dev.c:9337:20: note: byref variable will be forcibly initialized struct netdev_bpf xdp; ^~~ /kisskb/src/net/core/utils.c: In function 'in4_pton': /kisskb/src/net/core/utils.c:124:5: note: byref variable will be forcibly initialized u8 dbuf[4]; ^~~~ /kisskb/src/net/core/utils.c: In function 'in6_pton': /kisskb/src/net/core/utils.c:190:5: note: byref variable will be forcibly initialized u8 dbuf[16]; ^~~~ /kisskb/src/net/core/utils.c:188:14: note: byref variable will be forcibly initialized const char *s, *tok = NULL; ^ /kisskb/src/net/core/utils.c: In function 'inet6_pton': /kisskb/src/net/core/utils.c:337:8: note: byref variable will be forcibly initialized char scope_id[16]; ^~~~~~~~ /kisskb/src/net/core/utils.c:324:14: note: byref variable will be forcibly initialized const char *scope_delim; ^~~~~~~~~~~ /kisskb/src/net/core/utils.c: In function 'inet_pton_with_scope': /kisskb/src/net/core/utils.c:372:6: note: byref variable will be forcibly initialized u16 port_num; ^~~~~~~~ /kisskb/src/net/core/utils.c: In function 'inet_addr_is_any': /kisskb/src/net/core/utils.c:406:29: note: byref variable will be forcibly initialized const struct sockaddr_in6 in6_any = ^~~~~~~ /kisskb/src/net/core/utils.c: In function 'inet_proto_csum_replace16': /kisskb/src/net/core/utils.c:462:9: note: byref variable will be forcibly initialized __be32 diff[] = { ^~~~ /kisskb/src/net/core/dev.c: In function '__dev_alloc_name': /kisskb/src/net/core/dev.c:1083:6: note: byref variable will be forcibly initialized int i = 0; ^ /kisskb/src/net/core/dev.c: In function 'dev_alloc_name_ns': /kisskb/src/net/core/dev.c:1150:7: note: byref variable will be forcibly initialized char buf[IFNAMSIZ]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'dev_set_alias': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:1326:14: note: in expansion of macro 'rcu_replace_pointer' new_alias = rcu_replace_pointer(dev->ifalias, new_alias, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_state_change': /kisskb/src/net/core/dev.c:1383:38: note: byref variable will be forcibly initialized struct netdev_notifier_change_info change_info = { ^~~~~~~~~~~ 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/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function '__dev_close': /kisskb/src/net/core/dev.c:1577:12: note: byref variable will be forcibly initialized LIST_HEAD(single); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_close': /kisskb/src/net/core/dev.c:1616:13: note: byref variable will be forcibly initialized LIST_HEAD(single); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function '__netif_set_xps_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:2680:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->xps_maps[type], new_dev_maps); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__dev_xmit_skb': /kisskb/src/net/core/dev.c:3782:18: note: byref variable will be forcibly initialized struct sk_buff *to_free = NULL; ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'skb_mac_gso_segment': /kisskb/src/net/core/dev.c:3314:6: note: byref variable will be forcibly initialized int vlan_depth = skb->mac_len; ^~~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__dev_queue_xmit': /kisskb/src/net/core/dev.c:4131:6: note: byref variable will be forcibly initialized int rc = -ENOMEM; ^~ /kisskb/src/net/core/dev.c: In function '__dev_direct_xmit': /kisskb/src/net/core/dev.c:4251:7: note: byref variable will be forcibly initialized bool again = false; ^~~~~ /kisskb/src/net/core/dev.c: In function 'do_xdp_generic': /kisskb/src/net/core/dev.c:4847:19: note: byref variable will be forcibly initialized struct xdp_buff xdp; ^~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_core': /kisskb/src/net/core/dev.c:5231:18: note: byref variable will be forcibly initialized struct sk_buff *skb = *pskb; ^~~ /kisskb/src/net/core/dev.c:5229:30: note: byref variable will be forcibly initialized struct packet_type *ptype, *pt_prev; ^~~~~~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_one_core': /kisskb/src/net/core/dev.c:5431:22: note: byref variable will be forcibly initialized struct packet_type *pt_prev = NULL; ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'netif_receive_skb_internal': /kisskb/src/net/core/dev.c:5626:34: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~ /kisskb/src/net/core/dev.c:5626:23: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_list_core': /kisskb/src/net/core/dev.c:5509:23: note: byref variable will be forcibly initialized struct packet_type *pt_prev = NULL; ^~~~~~~ /kisskb/src/net/core/dev.c:5504:18: note: byref variable will be forcibly initialized struct sk_buff *skb, *next; ^~~ /kisskb/src/net/core/dev.c:5503:19: note: byref variable will be forcibly initialized struct list_head sublist; ^~~~~~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_list': /kisskb/src/net/core/dev.c:5563:21: note: byref variable will be forcibly initialized struct list_head sublist; ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'netif_receive_skb_list_internal': /kisskb/src/net/core/dev.c:5659:35: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~ /kisskb/src/net/core/dev.c:5659:24: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~~~~ /kisskb/src/net/core/dev.c:5644:19: note: byref variable will be forcibly initialized struct list_head sublist; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'netdev_rx_handler_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:5161:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->rx_handler, rx_handler); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:5160:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->rx_handler_data, rx_handler_data); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'dt_to_map_one_config': /kisskb/src/drivers/pinctrl/devicetree.c:119:11: note: byref variable will be forcibly initialized unsigned num_maps; ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:118:22: note: byref variable will be forcibly initialized struct pinctrl_map *map; ^~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_one': /kisskb/src/drivers/pinctrl/pinconf-generic.c:64:17: note: byref variable will be forcibly initialized unsigned long config; ^~~~~~ /kisskb/src/net/core/dev.c: In function 'napi_threaded_poll': /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_find_cells_size': /kisskb/src/drivers/pinctrl/devicetree.c:290:6: note: byref variable will be forcibly initialized int cells_size, error; ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7094:9: note: byref variable will be forcibly initialized bool repoll = false; ^~~~~~ /kisskb/src/net/core/dev.c: In function 'napi_poll': /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_get_list_and_count': /kisskb/src/drivers/pinctrl/devicetree.c:319:6: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/net/core/dev.c:7041:7: note: byref variable will be forcibly initialized bool do_repoll = false; ^~~~~~~~~ In file included from /kisskb/src/drivers/pinctrl/pinconf-generic.c:17: /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'net_rx_action': /kisskb/src/net/core/dev.c:7120:12: note: byref variable will be forcibly initialized LIST_HEAD(repoll); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/dev.c:7119:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_dt_to_map': /kisskb/src/drivers/pinctrl/devicetree.c:204:6: note: byref variable will be forcibly initialized int size, config; ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c:202:14: note: byref variable will be forcibly initialized const char *statename; ^~~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_count_index_with_args': /kisskb/src/drivers/pinctrl/devicetree.c:351:12: note: byref variable will be forcibly initialized int size, nr_cells, error; ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:351:6: note: byref variable will be forcibly initialized int size, nr_cells, error; ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c:350:16: note: byref variable will be forcibly initialized const __be32 *list; ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_parse_index_with_args': /kisskb/src/drivers/pinctrl/devicetree.c:411:15: note: byref variable will be forcibly initialized int nr_elem, nr_cells, error; ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:411:6: note: byref variable will be forcibly initialized int nr_elem, nr_cells, error; ^~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:410:16: note: byref variable will be forcibly initialized const __be32 *list; ^~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'parse_dt_cfg': /kisskb/src/drivers/pinctrl/pinconf-generic.c:210:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_pins': /kisskb/src/drivers/pinctrl/pinconf-generic.c:113:6: note: byref variable will be forcibly initialized int print_sep = 0; ^~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_parse_dt_config': /kisskb/src/drivers/pinctrl/pinconf-generic.c:245:24: note: byref variable will be forcibly initialized unsigned int max_cfg, ncfg = 0; ^~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:301:11: note: byref variable will be forcibly initialized unsigned num_configs = 0; ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:300:17: note: byref variable will be forcibly initialized unsigned long *configs = NULL; ^~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:298:14: note: byref variable will be forcibly initialized const char *function; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_walk_all_upper_dev_rcu': /kisskb/src/net/core/dev.c:7438:35: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7438:28: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~ /kisskb/src/net/core/dev.c:7437:41: note: byref variable will be forcibly initialized struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_node_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:380:11: note: byref variable will be forcibly initialized unsigned reserved_maps; ^~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_walk_all_lower_dev': /kisskb/src/net/core/dev.c:7612:35: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7612:28: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~ /kisskb/src/net/core/dev.c:7611:41: note: byref variable will be forcibly initialized struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_walk_all_lower_dev_rcu': /kisskb/src/net/core/dev.c:7787:35: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7787:28: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~ /kisskb/src/net/core/dev.c:7786:41: note: byref variable will be forcibly initialized struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~ In file included 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/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'netdev_lower_get_first_private_rcu': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/net/core/dev.c:7841:10: note: in expansion of macro 'list_first_or_null_rcu' lower = list_first_or_null_rcu(&dev->adj_list.lower, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_master_upper_dev_get_rcu': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/net/core/dev.c:7860:10: note: in expansion of macro 'list_first_or_null_rcu' upper = list_first_or_null_rcu(&dev->adj_list.upper, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_upper_dev_link': /kisskb/src/net/core/dev.c:8139:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_master_upper_dev_link': /kisskb/src/net/core/dev.c:8168:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_upper_dev_unlink': /kisskb/src/net/core/dev.c:8221:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_prepare': /kisskb/src/net/core/dev.c:8262:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_commit': /kisskb/src/net/core/dev.c:8289:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_abort': /kisskb/src/net/core/dev.c:8309:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function '__dev_notify_flags': /kisskb/src/net/core/dev.c:8802:38: note: byref variable will be forcibly initialized struct netdev_notifier_change_info change_info = { ^~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_set_mtu': /kisskb/src/net/core/dev.c:8916:25: note: byref variable will be forcibly initialized struct netlink_ext_ack extack; ^~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_pre_changeaddr_notify': /kisskb/src/net/core/dev.c:8979:45: note: byref variable will be forcibly initialized struct netdev_notifier_pre_changeaddr_info info = { ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_get_port_parent_id': /kisskb/src/net/core/dev.c:9141:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_xdp_attach': /kisskb/src/net/core/dev.c:9405:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/net/core/dev.c: In function 'bpf_xdp_link_attach': /kisskb/src/net/core/dev.c:9656:25: note: byref variable will be forcibly initialized struct bpf_link_primer link_primer; ^~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_run_todo': /kisskb/src/net/core/dev.c:10540:19: note: byref variable will be forcibly initialized struct list_head unlink_list; ^~~~~~~~~~~ /kisskb/src/net/core/dev.c:10538:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'unregister_netdevice_many': /kisskb/src/net/core/dev.c:10988:12: note: byref variable will be forcibly initialized LIST_HEAD(close_head); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/dev.c: In function 'unregister_netdevice_queue': /kisskb/src/net/core/dev.c:10970:13: note: byref variable will be forcibly initialized LIST_HEAD(single); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/dev.c: In function 'default_device_exit_batch': /kisskb/src/net/core/dev.c:11547:12: note: byref variable will be forcibly initialized LIST_HEAD(dev_kill_list); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/dev.c: In function '__dev_change_net_namespace': /kisskb/src/net/core/dev.c:11123:11: note: byref variable will be forcibly initialized int err, new_nsid; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'default_device_exit': /kisskb/src/net/core/dev.c:11486:8: note: byref variable will be forcibly initialized char fb_name[IFNAMSIZ]; ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_printk': /kisskb/src/net/core/dev.c:11425:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/core/dev.c:11424:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/net/core/dev.c: In function 'netdev_emerg': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11455:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_emerg, KERN_EMERG); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11455:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_emerg, KERN_EMERG); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_alert': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11456:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_alert, KERN_ALERT); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11456:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_alert, KERN_ALERT); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_crit': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11457:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_crit, KERN_CRIT); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11457:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_crit, KERN_CRIT); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_err': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11458:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_err, KERN_ERR); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11458:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_err, KERN_ERR); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_warn': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11459:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_warn, KERN_WARNING); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11459:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_warn, KERN_WARNING); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_update_features': /kisskb/src/net/core/dev.c:9925:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/net/core/dev.c:9924:20: note: byref variable will be forcibly initialized netdev_features_t features; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_sync_lower_features': /kisskb/src/net/core/dev.c:9806:20: note: byref variable will be forcibly initialized netdev_features_t feature; ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_disable_lro': /kisskb/src/net/core/dev.c:1637:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'generic_xdp_install': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:5593:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->xdp_prog, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_notice': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11460:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_notice, KERN_NOTICE); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11460:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_notice, KERN_NOTICE); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_info': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11461:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_info, KERN_INFO); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11461:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_info, KERN_INFO); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_change_name': /kisskb/src/net/core/dev.c:1209:7: note: byref variable will be forcibly initialized char oldname[IFNAMSIZ]; ^~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/link_watch.c:9: /kisskb/src/net/core/link_watch.c: In function '__linkwatch_run_queue': /kisskb/src/net/core/link_watch.c:178:12: note: byref variable will be forcibly initialized LIST_HEAD(wrk); ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'get_best_ratio': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:133:6: note: byref variable will be forcibly initialized u32 d[] = {1, 0}; ^ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:132:6: note: byref variable will be forcibly initialized u32 n[] = {0, 1}; ^ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'mixel_dphy_config_from_opts': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:160:23: note: byref variable will be forcibly initialized u32 lp_t, numerator, denominator; ^~~~~~~~~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:160:12: note: byref variable will be forcibly initialized u32 lp_t, numerator, denominator; ^~~~~~~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'mixel_dphy_power_on': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:379:6: note: byref variable will be forcibly initialized u32 locked; ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'microchip_sgpio_get_ports': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:522:6: note: byref variable will be forcibly initialized u32 range_params[64]; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bitfield.h:10, from /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:10: /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'microchip_sgpio_get_value': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:484:25: note: byref variable will be forcibly initialized struct sgpio_port_addr addr; ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'do_setvfinfo': /kisskb/src/net/core/rtnetlink.c:2386:23: note: byref variable will be forcibly initialized struct ifla_vf_info ivf; ^~~ /kisskb/src/net/core/rtnetlink.c:2356:7: note: byref variable will be forcibly initialized int rem, len = 0; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'sgpio_irq_handler': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:665:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'microchip_sgpio_direction_output': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:454:25: note: byref variable will be forcibly initialized 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:308:25: note: byref variable will be forcibly initialized 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:274:25: note: byref variable will be forcibly initialized 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:693:6: note: byref variable will be forcibly initialized u32 ngpios; ^~~~~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/core/rtnetlink.c:24: /kisskb/src/net/core/rtnetlink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/core/rtnetlink.c:15: /kisskb/src/net/core/rtnetlink.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/rtnetlink.c:17: /kisskb/src/net/core/rtnetlink.c: In function '__rtnl_kill_links': /kisskb/src/net/core/rtnetlink.c:417:12: note: byref variable will be forcibly initialized LIST_HEAD(list_kill); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_group_dellink': /kisskb/src/net/core/rtnetlink.c:3020:12: note: byref variable will be forcibly initialized LIST_HEAD(list_kill); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/ip.h:28, from /kisskb/src/net/core/rtnetlink.c:45: /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_s32': /kisskb/src/include/net/netlink.h:1448:6: note: byref variable will be forcibly initialized s32 tmp = value; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/ethernet/eth.c:36: /kisskb/src/net/ethernet/eth.c: In function 'eth_header_cache': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ethernet/eth.c:246:2: note: in expansion of macro 'smp_store_release' smp_store_release(&hh->hh_len, ETH_HLEN); ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_xdp_fill': /kisskb/src/net/core/rtnetlink.c:1459:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/net/core/rtnetlink.c:1457:6: note: byref variable will be forcibly initialized u32 prog_id; ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-as3722.c: In function 'as3722_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-as3722.c:446:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-as3722.c:445:6: note: byref variable will be forcibly initialized u32 control; ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-as3722.c: In function 'as3722_gpio_set': /kisskb/src/drivers/pinctrl/pinctrl-as3722.c:492:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/net/ethernet/eth.c: In function 'eth_get_headlen': /kisskb/src/net/ethernet/eth.c:128:25: note: byref variable will be forcibly initialized struct flow_keys_basic keys; ^~~~ /kisskb/src/net/ethernet/eth.c: In function 'eth_type_trans': /kisskb/src/net/ethernet/eth.c:156:17: note: byref variable will be forcibly initialized unsigned short _service_access_point; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'valid_fdb_dump_legacy': /kisskb/src/net/core/rtnetlink.c:4302:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'valid_bridge_getlink_req': /kisskb/src/net/core/rtnetlink.c:4707:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/net/ethernet/eth.c: In function 'nvmem_get_mac_address': /kisskb/src/net/ethernet/eth.c:538:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'valid_fdb_dump_strict': /kisskb/src/net/core/rtnetlink.c:4248:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX + 1]; ^~ /kisskb/src/kernel/sched/membarrier.c: In function 'membarrier_global_expedited': /kisskb/src/kernel/sched/membarrier.c:247:16: note: byref variable will be forcibly initialized cpumask_var_t tmpmask; ^~~~~~~ /kisskb/src/kernel/sched/membarrier.c: In function 'sync_runqueues_membarrier_state': /kisskb/src/kernel/sched/membarrier.c:428:16: note: byref variable will be forcibly initialized cpumask_var_t tmpmask; ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-da9062.c: In function 'da9062_pctl_get_pin_mode': /kisskb/src/drivers/pinctrl/pinctrl-da9062.c:48:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-da9062.c: In function 'da9062_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-da9062.c:84:17: note: byref variable will be forcibly initialized int gpio_mode, val; ^~~ /kisskb/src/kernel/sched/membarrier.c: In function 'membarrier_private_expedited': /kisskb/src/kernel/sched/membarrier.c:311:16: note: byref variable will be forcibly initialized cpumask_var_t tmpmask; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_calcit': /kisskb/src/net/core/rtnetlink.c:3722:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_ifalias': /kisskb/src/net/core/rtnetlink.c:1557:7: note: byref variable will be forcibly initialized char buf[IFALIASZ]; ^~~ /kisskb/src/lib/dim/net_dim.c: In function 'net_dim': /kisskb/src/lib/dim/net_dim.c:220:19: note: byref variable will be forcibly initialized struct dim_stats curr_stats; ^~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fill_link_ifmap': /kisskb/src/net/core/rtnetlink.c:1392:25: note: byref variable will be forcibly initialized struct rtnl_link_ifmap map; ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/ip.h:28, from /kisskb/src/net/core/rtnetlink.c:45: /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fill_vfinfo': /kisskb/src/net/core/rtnetlink.c:1233:22: note: byref variable will be forcibly initialized struct ifla_vf_guid port_guid; ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1232:22: note: byref variable will be forcibly initialized struct ifla_vf_guid node_guid; ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1231:22: note: byref variable will be forcibly initialized struct ifla_vf_info ivi; ^~~ /kisskb/src/net/core/rtnetlink.c:1230:27: note: byref variable will be forcibly initialized struct ifla_vf_broadcast vf_broadcast; ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1229:21: note: byref variable will be forcibly initialized struct ifla_vf_mac vf_mac; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:1228:22: note: byref variable will be forcibly initialized struct ifla_vf_rate vf_rate; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:1227:22: note: byref variable will be forcibly initialized struct ifla_vf_vlan vf_vlan; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:1226:23: note: byref variable will be forcibly initialized struct ifla_vf_trust vf_trust; ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1225:23: note: byref variable will be forcibly initialized struct ifla_vf_stats vf_stats; ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1224:25: note: byref variable will be forcibly initialized struct ifla_vf_tx_rate vf_tx_rate; ^~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1223:26: note: byref variable will be forcibly initialized struct ifla_vf_spoofchk vf_spoofchk; ^~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1222:27: note: byref variable will be forcibly initialized struct ifla_vf_vlan_info vf_vlan_info; ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1221:28: note: byref variable will be forcibly initialized struct ifla_vf_link_state vf_linkstate; ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1219:30: note: byref variable will be forcibly initialized struct ifla_vf_rss_query_en vf_rss_query_en; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/power/suspend.c:17: /kisskb/src/kernel/power/suspend.c: In function 's2idle_enter': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:183:8: note: in expansion of macro '___swait_event' (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:2: note: in expansion of macro '__swait_event' __swait_event(wq, condition); \ ^~~~~~~~~~~~~ /kisskb/src/kernel/power/suspend.c:105:2: note: in expansion of macro 'swait_event_exclusive' swait_event_exclusive(s2idle_wait_head, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_phys_port_id_fill': /kisskb/src/net/core/rtnetlink.c:1139:29: note: byref variable will be forcibly initialized struct netdev_phys_item_id ppid; ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_phys_port_name_fill': /kisskb/src/net/core/rtnetlink.c:1156:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:226:15: note: byref variable will be forcibly initialized unsigned int data, status; ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:294:6: note: byref variable will be forcibly initialized int status, ret; ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:11: /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_irq': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:61: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:31: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:22: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:14: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:6: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^~~~~~ /kisskb/src/kernel/power/suspend.c: In function 'suspend_devices_and_enter': /kisskb/src/kernel/power/suspend.c:479:7: note: byref variable will be forcibly initialized bool wakeup = false; ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_probe_one': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:531:6: note: byref variable will be forcibly initialized int status, ret; ^~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_bridge_getlink': /kisskb/src/net/core/rtnetlink.c:4765:6: note: byref variable will be forcibly initialized u32 filter_mask = 0; ^~~~~~~~~~~ /kisskb/src/net/core/sock_diag.c: In function 'sock_diag_put_meminfo': /kisskb/src/net/core/sock_diag.c:63:6: note: byref variable will be forcibly initialized u32 mem[SK_MEMINFO_VARS]; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'linkinfo_to_kind_ops': /kisskb/src/net/core/rtnetlink.c:1945:8: note: byref variable will be forcibly initialized char kind[MODULE_NAME_LEN]; ^~~~ /kisskb/src/net/core/rtnetlink.c:1939:17: note: byref variable will be forcibly initialized struct nlattr *linfo[IFLA_INFO_MAX + 1]; ^~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_dev_get': /kisskb/src/net/core/rtnetlink.c:2959:7: note: byref variable will be forcibly initialized char buffer[ALTIFNAMSIZ]; ^~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_linkprop': /kisskb/src/net/core/rtnetlink.c:3666:11: note: byref variable will be forcibly initialized int err, rem; ^~~ /kisskb/src/net/core/rtnetlink.c:3664:7: note: byref variable will be forcibly initialized bool changed = false; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:3661:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX + 1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'do_set_proto_down': /kisskb/src/net/core/rtnetlink.c:2541:17: note: byref variable will be forcibly initialized struct nlattr *pdreason[IFLA_PROTO_DOWN_REASON_MAX + 1]; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/core/rtnetlink.c:15: /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_register_internal': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:220:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tab[msgindex], link); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:193:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rtnl_msg_handlers[protocol], tab); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnetlink_rcv_msg': /kisskb/src/net/core/rtnetlink.c:5530:32: note: byref variable will be forcibly initialized struct netlink_dump_control c = { ^ /kisskb/src/fs/kernfs/inode.c: In function 'kernfs_vfs_user_xattr_add': /kisskb/src/fs/kernfs/inode.c:343:10: note: byref variable will be forcibly initialized ssize_t removed_size; ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/inode.c: In function 'kernfs_vfs_user_xattr_rm': /kisskb/src/fs/kernfs/inode.c:377:10: note: byref variable will be forcibly initialized ssize_t removed_size; ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_stats_dump': /kisskb/src/net/core/rtnetlink.c:5410:37: note: byref variable will be forcibly initialized int h, s_h, err, s_idx, s_idxattr, s_prividx; ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:5410:26: note: byref variable will be forcibly initialized int h, s_h, err, s_idx, s_idxattr, s_prividx; ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'validate_linkmsg': /kisskb/src/net/core/rtnetlink.c:2282:7: note: byref variable will be forcibly initialized int rem, err; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/core/rtnetlink.c:15: /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_unregister': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:304:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tab[msgindex], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_unregister_all': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:340:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tab[msgindex], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_stats_get': /kisskb/src/net/core/rtnetlink.c:5365:19: note: byref variable will be forcibly initialized int idxattr = 0, prividx = 0; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:5365:6: note: byref variable will be forcibly initialized int idxattr = 0, prividx = 0; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_get': /kisskb/src/net/core/rtnetlink.c:4508:6: note: byref variable will be forcibly initialized u16 vid = 0; ^~~ /kisskb/src/net/core/rtnetlink.c:4507:6: note: byref variable will be forcibly initialized u8 *addr = NULL; ^~~~ /kisskb/src/net/core/rtnetlink.c:4506:6: note: byref variable will be forcibly initialized int br_idx = 0; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:4505:5: note: byref variable will be forcibly initialized u8 ndm_flags = 0; ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:4504:6: note: byref variable will be forcibly initialized int brport_idx = 0; ^~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:4502:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX + 1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_bridge_setlink': /kisskb/src/net/core/rtnetlink.c:4875:6: note: byref variable will be forcibly initialized int rem, err = -EOPNOTSUPP; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_bridge_dellink': /kisskb/src/net/core/rtnetlink.c:4952:6: note: byref variable will be forcibly initialized int rem, err = -EOPNOTSUPP; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_dump_ifinfo': /kisskb/src/net/core/rtnetlink.c:2076:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_getlink': /kisskb/src/net/core/rtnetlink.c:3565:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'do_setlink': /kisskb/src/net/core/rtnetlink.c:2893:18: note: byref variable will be forcibly initialized struct nlattr *xdp[IFLA_XDP_MAX + 1]; ^~~ /kisskb/src/net/core/rtnetlink.c:2868:7: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/net/core/rtnetlink.c:2850:18: note: byref variable will be forcibly initialized struct nlattr *port[IFLA_PORT_MAX+1]; ^~~~ /kisskb/src/net/core/rtnetlink.c:2818:7: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/net/core/rtnetlink.c:2815:18: note: byref variable will be forcibly initialized struct nlattr *port[IFLA_PORT_MAX+1]; ^~~~ /kisskb/src/net/core/rtnetlink.c:2792:7: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/net/core/rtnetlink.c:2790:18: note: byref variable will be forcibly initialized struct nlattr *vfinfo[IFLA_VF_MAX + 1]; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:2633:16: note: byref variable will be forcibly initialized struct ifmap k_map; ^~~~~ /kisskb/src/net/core/dev_ioctl.c: In function 'dev_setifmap': /kisskb/src/net/core/dev_ioctl.c:117:16: note: byref variable will be forcibly initialized struct ifmap ifmap = { ^~~~~ /kisskb/src/net/core/dev_ioctl.c: In function 'net_hwtstamp_validate': /kisskb/src/net/core/dev_ioctl.c:186:25: note: byref variable will be forcibly initialized struct hwtstamp_config cfg; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_setlink': /kisskb/src/net/core/rtnetlink.c:2982:7: note: byref variable will be forcibly initialized char ifname[IFNAMSIZ]; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:2981:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/rtnetlink.c:17: /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_delete_link': /kisskb/src/net/core/rtnetlink.c:3056:12: note: byref variable will be forcibly initialized LIST_HEAD(list_kill); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_dellink': /kisskb/src/net/core/rtnetlink.c:3076:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/net/core/dev_ioctl.c: In function 'dev_ifconf': /kisskb/src/net/core/dev_ioctl.c:53:17: note: byref variable will be forcibly initialized struct ifconf ifc; ^~~ /kisskb/src/net/core/dev_ioctl.c:44:24: note: byref variable will be forcibly initialized struct compat_ifconf ifc32; ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/rtnetlink.c:17: /kisskb/src/net/core/rtnetlink.c: In function '__rtnl_newlink': /kisskb/src/net/core/rtnetlink.c:3486:13: note: byref variable will be forcibly initialized LIST_HEAD(list_kill); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/rtnetlink.c:3267:7: note: byref variable will be forcibly initialized char ifname[IFNAMSIZ]; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:3264:7: note: byref variable will be forcibly initialized char kind[MODULE_NAME_LEN]; ^~~~ /kisskb/src/net/core/rtnetlink.c:3261:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX + 1]; ^~ /kisskb/src/net/core/rtnetlink.c:3256:17: note: byref variable will be forcibly initialized struct nlattr *linkinfo[IFLA_INFO_MAX + 1]; ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c:3254:17: note: byref variable will be forcibly initialized struct nlattr *slave_attr[RTNL_SLAVE_MAX_TYPE + 1]; ^~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_add': /kisskb/src/net/core/rtnetlink.c:4000:6: note: byref variable will be forcibly initialized u16 vid; ^~~ /kisskb/src/net/core/rtnetlink.c:3997:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_del': /kisskb/src/net/core/rtnetlink.c:4109:6: note: byref variable will be forcibly initialized u16 vid; ^~~ /kisskb/src/net/core/rtnetlink.c:4105:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_dump': /kisskb/src/net/core/rtnetlink.c:4346:6: note: byref variable will be forcibly initialized int fidx = 0; ^~~~ /kisskb/src/net/core/rtnetlink.c:4342:6: note: byref variable will be forcibly initialized int br_idx = 0; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:4341:6: note: byref variable will be forcibly initialized int brport_idx = 0; ^~~~~~~~~~ /kisskb/src/kernel/sched/isolation.c: In function 'housekeeping_setup': /kisskb/src/kernel/sched/isolation.c:83:16: note: byref variable will be forcibly initialized cpumask_var_t tmp; ^~~ /kisskb/src/kernel/sched/isolation.c:82:16: note: byref variable will be forcibly initialized cpumask_var_t non_housekeeping_mask; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream_fragment': /kisskb/src/lib/kunit/string-stream.c:53:46: note: byref variable will be forcibly initialized struct string_stream_fragment_alloc_context context = { ^~~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'string_stream_vadd': /kisskb/src/lib/kunit/string-stream.c:79:10: note: byref variable will be forcibly initialized va_list args_for_counting; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'string_stream_add': /kisskb/src/lib/kunit/string-stream.c:106:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream': /kisskb/src/lib/kunit/string-stream.c:199:37: note: byref variable will be forcibly initialized struct string_stream_alloc_context context = { ^~~~~~~ In file included from /kisskb/src/include/kunit/test.h:16, from /kisskb/src/lib/kunit/test.c:9: /kisskb/src/lib/kunit/test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_log_append': /kisskb/src/lib/kunit/test.c:107:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/kunit/test.c:106:7: note: byref variable will be forcibly initialized char line[KUNIT_LOG_SIZE]; ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_case_catch_errors': /kisskb/src/lib/kunit/test.c:420:33: note: byref variable will be forcibly initialized struct kunit_try_catch_context context; ^~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_tests': /kisskb/src/lib/kunit/test.c:504:29: note: byref variable will be forcibly initialized struct kunit_result_stats param_stats = { 0 }; ^~~~~~~~~~~ /kisskb/src/lib/kunit/test.c:503:16: note: byref variable will be forcibly initialized struct kunit test = { .param_value = NULL, .param_index = 0 }; ^~~~ /kisskb/src/lib/kunit/test.c:495:7: note: byref variable will be forcibly initialized char param_desc[KUNIT_PARAM_DESC_SIZE]; ^~~~~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_kmalloc_array': /kisskb/src/lib/kunit/test.c:727:36: note: byref variable will be forcibly initialized struct kunit_kmalloc_array_params params = { ^~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_do_assertion': /kisskb/src/lib/kunit/test.c:283:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/sched/psi.c: In function 'collect_percpu_times': /kisskb/src/kernel/sched/psi.c:335:7: note: byref variable will be forcibly initialized u32 cpu_changed_states; ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:333:7: note: byref variable will be forcibly initialized u32 times[NR_PSI_STATES]; ^~~~~ /kisskb/src/kernel/sched/psi.c: In function 'psi_avgs_work': /kisskb/src/kernel/sched/psi.c:426:6: note: byref variable will be forcibly initialized u32 changed_states; ^~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/sched/../workqueue_internal.h:11, from /kisskb/src/kernel/sched/psi.c:133: /kisskb/src/kernel/sched/psi.c: In function 'group_init': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:209:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(group->poll_task, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c: In function 'psi_poll_work': /kisskb/src/kernel/sched/psi.c:591:6: note: byref variable will be forcibly initialized u32 changed_states; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/kernel/sched/../workqueue_internal.h:12, from /kisskb/src/kernel/sched/psi.c:133: /kisskb/src/kernel/sched/psi.c: In function 'psi_poll_worker': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:636:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(group->poll_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/sched/../workqueue_internal.h:11, from /kisskb/src/kernel/sched/psi.c:133: /kisskb/src/kernel/sched/psi.c: In function 'psi_trigger_destroy': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1219:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(group->poll_task, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c: In function 'psi_task_change': /kisskb/src/kernel/sched/psi.c:797:8: note: byref variable will be forcibly initialized void *iter = NULL; ^~~~ /kisskb/src/kernel/sched/psi.c: In function 'psi_task_switch': /kisskb/src/kernel/sched/psi.c:826:8: note: byref variable will be forcibly initialized void *iter; ^~~~ /kisskb/src/kernel/sched/psi.c: In function 'psi_memstall_enter': /kisskb/src/kernel/sched/psi.c:894:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/psi.c: In function 'psi_memstall_leave': /kisskb/src/kernel/sched/psi.c:924:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/sched/../workqueue_internal.h:11, from /kisskb/src/kernel/sched/psi.c:133: /kisskb/src/kernel/sched/psi.c: In function 'psi_trigger_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1169:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(group->poll_task, task); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1118:6: note: byref variable will be forcibly initialized u32 window_us; ^~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1117:6: note: byref variable will be forcibly initialized u32 threshold_us; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/sched/../workqueue_internal.h:11, from /kisskb/src/kernel/sched/psi.c:133: /kisskb/src/kernel/sched/psi.c: In function 'psi_trigger_replace': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1253:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*trigger_ptr, new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/kunit/test.h:15, from /kisskb/src/lib/kunit/try-catch.c:10: /kisskb/src/lib/kunit/try-catch.c: In function 'kunit_try_catch_run': /kisskb/src/lib/kunit/try-catch.c:60:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(try_completion); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/lib/dim/rdma_dim.c: In function 'rdma_dim': /kisskb/src/lib/dim/rdma_dim.c:79:19: note: byref variable will be forcibly initialized struct dim_stats curr_stats; ^~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_path_from_node_locked': /kisskb/src/fs/kernfs/dir.c:127:13: note: byref variable will be forcibly initialized const char parent_str[] = "/.."; ^~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c: In function '__kernfs_new_node': /kisskb/src/fs/kernfs/dir.c:612:16: note: byref variable will be forcibly initialized struct iattr iattr = { ^~~~~ In file included from /kisskb/src/net/core/tso.c:3: /kisskb/src/net/core/tso.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_walk_ns': /kisskb/src/fs/kernfs/dir.c:821:8: note: byref variable will be forcibly initialized char *p, *name; ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/kernfs/dir.c:10: /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_drain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c:476:2: note: in expansion of macro 'wait_event' wait_event(root->deactivate_waitq, ^~~~~~~~~~ /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_8': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized u8 tmp, *ptr; ^~~ /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_8': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_8_no_cache': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_8_no_cache': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_16': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized u16 tmp, *ptr; ^~~ /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_16': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_16_no_cache': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_16_no_cache': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_32': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized u32 tmp, *ptr; ^~~ /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_32': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_32_no_cache': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_32_no_cache': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_remove_self': /kisskb/src/fs/kernfs/dir.c:1480:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/kernfs/dir.c:1480:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/net/core/filter.c: In function '____bpf_msg_push_data': /kisskb/src/net/core/filter.c:2706:21: note: byref variable will be forcibly initialized struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; ^~~ /kisskb/src/kernel/irq/handle.c: In function 'handle_irq_event_percpu': /kisskb/src/kernel/irq/handle.c:194:15: note: byref variable will be forcibly initialized unsigned int flags = 0; ^~~~~ /kisskb/src/lib/mpi/ec.c: In function 'ec_mulm_448': /kisskb/src/lib/mpi/ec.c:354:13: note: byref variable will be forcibly initialized mpi_limb_t b1[LIMB_SIZE_HALF_448]; ^~ /kisskb/src/lib/mpi/ec.c:353:13: note: byref variable will be forcibly initialized mpi_limb_t b0[LIMB_SIZE_HALF_448]; ^~ /kisskb/src/lib/mpi/ec.c:352:13: note: byref variable will be forcibly initialized mpi_limb_t a3[LIMB_SIZE_HALF_448]; ^~ /kisskb/src/lib/mpi/ec.c:351:13: note: byref variable will be forcibly initialized mpi_limb_t a2[LIMB_SIZE_HALF_448]; ^~ /kisskb/src/lib/mpi/ec.c:350:13: note: byref variable will be forcibly initialized mpi_limb_t n[LIMB_SIZE_448*2]; ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_subm_448': /kisskb/src/lib/mpi/ec.c:330:13: note: byref variable will be forcibly initialized mpi_limb_t n[LIMB_SIZE_448]; ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_addm_448': /kisskb/src/lib/mpi/ec.c:310:13: note: byref variable will be forcibly initialized mpi_limb_t n[LIMB_SIZE_448]; ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_subm_25519': /kisskb/src/lib/mpi/ec.c:225:13: note: byref variable will be forcibly initialized mpi_limb_t n[LIMB_SIZE_25519]; ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_addm_25519': /kisskb/src/lib/mpi/ec.c:203:13: note: byref variable will be forcibly initialized mpi_limb_t n[LIMB_SIZE_25519]; ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_mulm_25519': /kisskb/src/lib/mpi/ec.c:247:13: note: byref variable will be forcibly initialized mpi_limb_t m[LIMB_SIZE_25519+1]; ^ /kisskb/src/lib/mpi/ec.c:246:13: note: byref variable will be forcibly initialized mpi_limb_t n[LIMB_SIZE_25519*2]; ^ /kisskb/src/lib/mpi/ec.c: In function 'mpi_ec_mul_point': /kisskb/src/lib/mpi/ec.c:1251:30: note: byref variable will be forcibly initialized struct gcry_mpi_point p1_, p2_; ^~~ /kisskb/src/lib/mpi/ec.c:1251:25: note: byref variable will be forcibly initialized struct gcry_mpi_point p1_, p2_; ^~~ /kisskb/src/lib/mpi/ec.c:1216:32: note: byref variable will be forcibly initialized struct gcry_mpi_point p1, p2, p1inv; ^~~~~ /kisskb/src/lib/mpi/ec.c:1216:28: note: byref variable will be forcibly initialized struct gcry_mpi_point p1, p2, p1inv; ^~ /kisskb/src/lib/mpi/ec.c:1216:24: note: byref variable will be forcibly initialized struct gcry_mpi_point p1, p2, p1inv; ^~ /kisskb/src/kernel/power/suspend_test.c: In function 'test_wakealarm': /kisskb/src/kernel/power/suspend_test.c:74:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alm; ^~~ /kisskb/src/net/core/filter.c: In function '____bpf_skb_get_tunnel_key': /kisskb/src/net/core/filter.c:4204:5: note: byref variable will be forcibly initialized u8 compat[sizeof(struct bpf_tunnel_key)]; ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib-devres.c:99:20: note: byref variable will be forcibly initialized struct gpio_desc *desc; ^~~~ /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_from_of_node': /kisskb/src/drivers/gpio/gpiolib-devres.c:154:20: note: byref variable will be forcibly initialized struct gpio_desc *desc; ^~~~ /kisskb/src/net/core/filter.c: In function '____bpf_skb_set_tunnel_key': /kisskb/src/net/core/filter.c:4310:5: note: byref variable will be forcibly initialized u8 compat[sizeof(struct bpf_tunnel_key)]; ^~~~~~ /kisskb/src/fs/kernfs/file.c: In function 'kernfs_notify_workfn': /kisskb/src/fs/kernfs/file.c:869:15: note: byref variable will be forcibly initialized struct qstr name; ^~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c: In function 'cpcap_phy_get_ints_state': /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c:179:6: note: byref variable will be forcibly initialized int val, error; ^~~ /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c: In function 'cpcap_usb_vbus_valid': /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c:142:13: note: byref variable will be forcibly initialized int error, value = 0; ^~~~~ /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c: In function 'cpcap_usb_init_iio': /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c:572:21: note: byref variable will be forcibly initialized enum iio_chan_type type; ^~~~ /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c: In function 'cpcap_usb_detect': /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c:227:30: note: byref variable will be forcibly initialized struct cpcap_usb_ints_state s; ^ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/sock_diag.h:5, from /kisskb/src/net/core/filter.c:26: /kisskb/src/net/core/filter.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/marvell/phy-armada38x-comphy.c: In function 'a38x_comphy_probe': /kisskb/src/drivers/phy/marvell/phy-armada38x-comphy.c:219:7: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/sock_diag.h:5, from /kisskb/src/net/core/filter.c:26: /kisskb/src/net/core/filter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_status_set_failure_test': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:448:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_FAILURE); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:446:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SUCCESS); ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:442:15: note: byref variable will be forcibly initialized struct kunit fake; ^~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init_resources': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:139:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_no_catch': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:799:2: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' KUNIT_FAIL_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:29:2: note: in expansion of macro 'KUNIT_FAIL' KUNIT_FAIL(test, "Catch should not be called\n"); ^~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_status_mark_skipped_test': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1244:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1251:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_MSG_ASSERTION' KUNIT_BINARY_STR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1535:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:466:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, fake.status_comment, "Accepts format string: YES"); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:465:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SKIPPED); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1244:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1251:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_MSG_ASSERTION' KUNIT_BINARY_STR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1535:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:459:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, fake.status_comment, ""); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:458:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fake.status, KUNIT_SUCCESS); ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:453:15: note: byref variable will be forcibly initialized struct kunit fake; ^~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_log_test': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1284:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1296:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1578:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:432:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1284:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1296:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1578:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:430:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1284:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1296:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1578:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:428:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1284:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1296:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1578:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:426:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1284:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1296:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1855:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:369:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/filter.c: In function 'bpf_convert_filter': /kisskb/src/net/core/filter.c:775:23: note: byref variable will be forcibly initialized struct sock_filter tmp = { ^~~ /kisskb/src/net/core/filter.c:618:20: note: byref variable will be forcibly initialized struct bpf_insn *insn = tmp_insns; ^~~~ /kisskb/src/net/core/filter.c:617:19: note: byref variable will be forcibly initialized struct bpf_insn tmp_insns[32] = { }; ^~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_named': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:361:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:356:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, kunit_destroy_named_resource(test, "resource_2"), ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1002:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1012:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1375:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:351:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, found, &res1); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:344:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:339:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1002:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1012:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1375:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:337:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, res1.data, (void *)&ctx); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:333:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:331:37: note: byref variable will be forcibly initialized struct kunit_test_resource_context ctx; ^~~ /kisskb/src/lib/kunit/kunit-test.c:330:30: note: byref variable will be forcibly initialized struct kunit_resource res1, res2, *found = NULL; ^~~~ /kisskb/src/lib/kunit/kunit-test.c:330:24: note: byref variable will be forcibly initialized struct kunit_resource res1, res2, *found = NULL; ^~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_static': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:325:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1002:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1012:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1375:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:321:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, res.data, (void *)&ctx); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:318:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, kunit_add_resource(test, NULL, NULL, &res, &ctx), ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:316:24: note: byref variable will be forcibly initialized struct kunit_resource res; ^~~ /kisskb/src/lib/kunit/kunit-test.c:315:37: note: byref variable will be forcibly initialized struct kunit_test_resource_context ctx; ^~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_proper_free_ordering': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:310:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ctx->free_order[1], 2); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:309:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ctx->free_order[0], 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:298:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ctx->allocate_order[1], 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:297:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ctx->allocate_order[0], 2); ^~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/kunit-example-test.c:9: /kisskb/src/lib/kunit/kunit-example-test.c: In function 'example_simple_test': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:29:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 1 + 1, 2); ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_cleanup_resources': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:210:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_destroy_resource': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:190:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1332:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:189:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:832:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:840:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1621:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_ASSERTION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:184:2: note: in expansion of macro 'KUNIT_ASSERT_FALSE' KUNIT_ASSERT_FALSE(test, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/rtnetlink.h:6, from /kisskb/src/net/core/fib_notifier.c:1: /kisskb/src/net/core/fib_notifier.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_alloc_resource': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1002:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1012:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1375:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:159:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, free, res->free); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:158:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_is_last(&res->node, &ctx->test.resources)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1002:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1012:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1375:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:155:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1284:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1296:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1855:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:154:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, res); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_try_catch_unsuccessful_try_does_catch': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:75:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, ctx->function_called); ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_try_catch_successful_try_no_catch': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:810:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:821:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:829:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1313:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:43:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, ctx->function_called); ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_try_catch_test_init': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1284:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1296:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1855:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:89:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx->try_catch); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1284:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1296:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1855:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:83:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/filter.c: In function 'bpf_migrate_filter': /kisskb/src/net/core/filter.c:1243:7: note: byref variable will be forcibly initialized bool seen_ld_abs = false; ^~~~~~~~~~~ /kisskb/src/net/core/filter.c:1242:11: note: byref variable will be forcibly initialized int err, new_len, old_len = fp->len; ^~~~~~~ /kisskb/src/net/core/filter.c:1242:6: note: byref variable will be forcibly initialized int err, new_len, old_len = fp->len; ^~~ /kisskb/src/net/core/filter.c: In function '_bpf_setsockopt': /kisskb/src/net/core/filter.c:4724:7: note: byref variable will be forcibly initialized char devname[IFNAMSIZ]; ^~~~~~~ In file included from /kisskb/src/lib/842/842_compress.c:16: /kisskb/src/lib/842/842_compress.c: In function 'sw842_debugfs_create': /kisskb/src/lib/842/842_debugfs.h:27:8: note: byref variable will be forcibly initialized char name[32]; ^~~~ In file included from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/sync.c:155:2: note: in expansion of macro 'wait_event' wait_event(rsp->gp_wait, READ_ONCE(rsp->gp_state) >= GP_PASSED); ^~~~~~~~~~ /kisskb/src/net/core/filter.c: In function 'copy_bpf_fprog_from_user': /kisskb/src/net/core/filter.c:88:28: note: byref variable will be forcibly initialized struct compat_sock_fprog f32; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/core/filter.c:20: /kisskb/src/net/core/filter.c: In function '__sk_attach_prog': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/filter.c:1470:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_filter, fp); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/ip.h:16, from /kisskb/src/include/net/ip.h:22, from /kisskb/src/net/core/sock_reuseport.c:9: /kisskb/src/net/core/sock_reuseport.c: In function 'reuseport_grow': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c:206:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(reuse->socks[i]->sk_reuseport_cb, ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c: In function 'reuseport_resurrect': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c:334:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_reuseport_cb, reuse); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c: In function 'reuseport_alloc': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c:153:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_reuseport_cb, reuse); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c: In function 'reuseport_add_sock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c:273:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_reuseport_cb, reuse); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c: In function 'reuseport_detach_sock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c:364:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_reuseport_cb, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c: In function 'reuseport_attach_prog': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c:608:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(reuse->prog, prog); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c: In function 'reuseport_detach_prog': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock_reuseport.c:639:13: note: in expansion of macro 'rcu_replace_pointer' old_prog = rcu_replace_pointer(reuse->prog, old_prog, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/gpio.h:57, from /kisskb/src/drivers/gpio/gpiolib.c:33: /kisskb/src/drivers/gpio/gpiolib.c: In function 'perf_trace_gpio_direction': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'perf_trace_gpio_value': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/gpio.h:57, from /kisskb/src/drivers/gpio/gpiolib.c:33: /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_direction': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_value': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function '__bpf_trace_gpio_value': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ In file included from /kisskb/src/include/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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/gpio/gpiolib.c:6: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/gpio/gpiolib.c:6: /kisskb/src/drivers/gpio/gpiolib.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_hierarchy_irq_domain_alloc': /kisskb/src/drivers/gpio/gpiolib.c:1082:15: note: byref variable will be forcibly initialized unsigned int parent_type; ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1081:15: note: byref variable will be forcibly initialized unsigned int parent_hwirq; ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1078:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:1077:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_set_hierarchical_irqchip': /kisskb/src/drivers/gpio/gpiolib.c:1001:17: note: byref variable will be forcibly initialized unsigned int parent_type; ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1000:17: note: byref variable will be forcibly initialized unsigned int parent_hwirq; ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:999:22: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpiolib.c:14: /kisskb/src/drivers/gpio/gpiolib.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/net/core/flow_offload.c:2: /kisskb/src/net/core/flow_offload.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/net/core/flow_offload.c:3: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/flow_offload.c: In function 'existing_qdiscs_register': /kisskb/src/net/core/flow_offload.c:363:28: note: byref variable will be forcibly initialized struct flow_block_offload bo; ^~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_to_irq': /kisskb/src/drivers/gpio/gpiolib.c:1376:21: note: byref variable will be forcibly initialized struct irq_fwspec spec; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/core/flow_offload.c:3: /kisskb/src/net/core/flow_offload.c: In function 'flow_indr_dev_unregister': /kisskb/src/net/core/flow_offload.c:431:12: note: byref variable will be forcibly initialized LIST_HEAD(cleanup_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/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:264, 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:2566:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2565:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_set_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2860:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2859:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3850:16: note: byref variable will be forcibly initialized unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'fwnode_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3683:7: note: byref variable will be forcibly initialized char prop_name[32]; /* 32 is max size of property name */ ^~~~~~~~~ In file included from /kisskb/src/net/core/xdp.c:13: /kisskb/src/net/core/xdp.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/net/core/xdp.c:6: /kisskb/src/net/core/xdp.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/xdp.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/xdp.c: In function 'mem_allocator_disconnect': /kisskb/src/net/core/xdp.c:92:25: note: byref variable will be forcibly initialized struct rhashtable_iter iter; ^~~~ /kisskb/src/net/core/xdp.c: In function 'xdp_rxq_info_unreg_mem_model': /kisskb/src/net/core/xdp.c:117:6: note: byref variable will be forcibly initialized int id = xdp_rxq->mem.id; ^~ /kisskb/src/net/core/xdp.c: In function 'xdp_rxq_info_reg_mem_model': /kisskb/src/net/core/xdp.c:269:6: note: byref variable will be forcibly initialized int id, errno, ret; ^~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_buffer': /kisskb/src/lib/mpi/mpicoder.c:257:9: note: byref variable will be forcibly initialized __be64 alimb; ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_write_to_sgl': /kisskb/src/lib/mpi/mpicoder.c:366:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/lib/mpi/mpicoder.c:361:9: note: byref variable will be forcibly initialized __be64 alimb; ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_raw_from_sgl': /kisskb/src/lib/mpi/mpicoder.c:439:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_print': /kisskb/src/lib/mpi/mpicoder.c:712:16: note: byref variable will be forcibly initialized unsigned int n = 0; ^ /kisskb/src/lib/mpi/mpicoder.c:669:16: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/lib/mpi/mpicoder.c:642:16: note: byref variable will be forcibly initialized unsigned int n = (nbits + 7)/8; ^ /kisskb/src/lib/mpi/mpicoder.c:621:16: note: byref variable will be forcibly initialized unsigned int n = (nbits + 7)/8; ^ /kisskb/src/lib/mpi/mpicoder.c:581:16: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/lib/mpi/mpicoder.c:559:9: note: byref variable will be forcibly initialized size_t dummy_nwritten; ^~~~~~~~~~~~~~ /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c: In function '__serdes_write_mcb_s1g': /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c:270:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c: In function '__serdes_write_mcb_s6g': /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c:38:15: note: byref variable will be forcibly initialized unsigned int regval = 0; ^~~~~~ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_array': /kisskb/src/lib/bootconfig.c:547:8: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_kv': /kisskb/src/lib/bootconfig.c:631:8: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/lib/bootconfig.c: In function 'xbc_init': /kisskb/src/lib/bootconfig.c:816:8: note: byref variable will be forcibly initialized char *p, *q; ^ /kisskb/src/net/core/net-sysfs.c: In function 'netdev_store': /kisskb/src/net/core/net-sysfs.c:83:16: note: byref variable will be forcibly initialized unsigned long new; ^~~ /kisskb/src/net/core/net-sysfs.c: In function 'phys_switch_id_show': /kisskb/src/net/core/net-sysfs.c:529:30: note: byref variable will be forcibly initialized struct netdev_phys_item_id ppid = { }; ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'phys_port_name_show': /kisskb/src/net/core/net-sysfs.c:507:8: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'phys_port_id_show': /kisskb/src/net/core/net-sysfs.c:485:30: note: byref variable will be forcibly initialized struct netdev_phys_item_id ppid; ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'ifalias_show': /kisskb/src/net/core/net-sysfs.c:438:7: note: byref variable will be forcibly initialized char tmp[IFALIASZ]; ^~~ /kisskb/src/net/core/net-sysfs.c: In function 'duplex_show': /kisskb/src/net/core/net-sysfs.c:223:33: note: byref variable will be forcibly initialized struct ethtool_link_ksettings cmd; ^~~ /kisskb/src/net/core/net-sysfs.c: In function 'speed_show': /kisskb/src/net/core/net-sysfs.c:203:33: note: byref variable will be forcibly initialized struct ethtool_link_ksettings cmd; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/core/net-sysfs.c:9: /kisskb/src/net/core/net-sysfs.c: In function 'store_rps_dev_flow_table_cnt': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-sysfs.c:919:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(queue->rps_flow_table, table); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-sysfs.c:872:22: note: byref variable will be forcibly initialized unsigned long mask, count; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/core/net-sysfs.c:9: /kisskb/src/net/core/net-sysfs.c: In function 'store_rps_map': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-sysfs.c:831:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(queue->rps_map, map); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-sysfs.c:784:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'show_rps_map': /kisskb/src/net/core/net-sysfs.c:761:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'bql_set_hold_time': /kisskb/src/net/core/net-sysfs.c:1300:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/net/core/net-sysfs.c: In function 'tx_maxrate_store': /kisskb/src/net/core/net-sysfs.c:1224:6: note: byref variable will be forcibly initialized u32 rate = 0; ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'bql_set': /kisskb/src/net/core/net-sysfs.c:1270:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/net/core/net-sysfs.c: In function 'xps_cpus_store': /kisskb/src/net/core/net-sysfs.c:1452:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'netstat_show': /kisskb/src/net/core/net-sysfs.c:630:28: note: byref variable will be forcibly initialized struct rtnl_link_stats64 temp; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/net/core/page_pool.c:9: /kisskb/src/net/core/page_pool.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/page_pool.h:33, from /kisskb/src/net/core/page_pool.c:13: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/power/autosleep.c: In function 'try_to_suspend': /kisskb/src/kernel/power/autosleep.c:29:30: note: byref variable will be forcibly initialized unsigned int initial_count, final_count; ^~~~~~~~~~~ /kisskb/src/kernel/power/autosleep.c:29:15: note: byref variable will be forcibly initialized unsigned int initial_count, final_count; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/phy/marvell/phy-berlin-sata.c:10: /kisskb/src/drivers/phy/marvell/phy-berlin-sata.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/phy/phy.h:15, from /kisskb/src/drivers/phy/marvell/phy-berlin-sata.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/phy/marvell/phy-berlin-sata.c: In function 'phy_berlin_sata_probe': /kisskb/src/drivers/phy/marvell/phy-berlin-sata.c:196:6: note: byref variable will be forcibly initialized u32 phy_id; ^~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_affinity_notify': /kisskb/src/kernel/irq/manage.c:510:16: note: byref variable will be forcibly initialized cpumask_var_t cpumask; ^~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread_check_affinity': /kisskb/src/kernel/irq/manage.c:1124:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread': /kisskb/src/kernel/irq/manage.c:1256:23: note: byref variable will be forcibly initialized struct callback_head on_exit_work; ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_update_affinity_desc': /kisskb/src/kernel/irq/manage.c:392:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_affinity_hint': /kisskb/src/kernel/irq/manage.c:491:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_vcpu_affinity': /kisskb/src/kernel/irq/manage.c:645:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__disable_irq_nosync': /kisskb/src/kernel/irq/manage.c:682:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_irq': /kisskb/src/kernel/irq/manage.c:810:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irq_wake': /kisskb/src/kernel/irq/manage.c:874:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'can_request_irq': /kisskb/src/kernel/irq/manage.c:923:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_parent': /kisskb/src/kernel/irq/manage.c:997:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2343:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_percpu_is_enabled': /kisskb/src/kernel/irq/manage.c:2390:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'disable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2407:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'prepare_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2702:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'teardown_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2745:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__synchronize_hardirq': /kisskb/src/kernel/irq/manage.c:41:7: note: byref variable will be forcibly initialized bool inprogress; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/kernel/irq/manage.c:11: /kisskb/src/kernel/irq/manage.c: In function 'synchronize_irq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:137:3: note: in expansion of macro 'wait_event' wait_event(desc->wait_for_threads, ^~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_get_irqchip_state': /kisskb/src/kernel/irq/manage.c:2805:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irqchip_state': /kisskb/src/kernel/irq/manage.c:2839:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/lib/bug.c:44: /kisskb/src/lib/bug.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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:7: note: byref variable will be forcibly initialized u32 port_id; ^~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/update.c: In function 'tasks_gp_state_getname': /kisskb/src/kernel/rcu/tasks.h:142:6: note: byref variable will be forcibly initialized int i = data_race(rtp->gp_state); // Let KCSAN detect update races ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_utilization': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_advance_state': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1189:22: note: in expansion of macro 'smp_load_acquire' idx = rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq)); /* ^^^ */ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_grace_period': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_future_grace_period': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_grace_period_init': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_nodes': /kisskb/src/kernel/rcu/srcutree.c:88:6: note: byref variable will be forcibly initialized int levelspread[RCU_NUM_LVLS]; ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_exp_grace_period': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_exp_funnel_lock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_nocb_wake': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:180:2: note: in expansion of macro 'smp_store_release' smp_store_release(&ssp->srcu_gp_seq_needed, 0); /* Init done. */ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_preempt_task': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_unlock_preempted_task': In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/kernel/rcu/srcutree.c:18: /kisskb/src/kernel/rcu/srcutree.c: In function 'check_init_srcu_struct': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:229:2: note: in expansion of macro 'if' if (!rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq_needed))) /*^^^*/ ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:229:21: note: in expansion of macro 'smp_load_acquire' if (!rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq_needed))) /*^^^*/ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_quiescent_state_report': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_invoke_callbacks': /kisskb/src/kernel/rcu/srcutree.c:1245:20: note: byref variable will be forcibly initialized struct rcu_cblist ready_cbs; ^~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_fqs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_stall_warning': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_dyntick': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_funnel_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:671:3: note: in expansion of macro 'smp_store_release' smp_store_release(&ssp->srcu_gp_seq_needed, s); /*^^^*/ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_kvfree_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_batch_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_invoke_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_invoke_kvfree_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_invoke_kfree_bulk_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_batch_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_barrier': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_utilization': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_grace_period': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_future_grace_period': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/limits.h:6, from /kisskb/src/include/linux/kernel.h:7, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c:7: /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c: In function 'phy_mdm6600_cmd': /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c:187:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, PHY_MDM6600_NR_CMD_LINES); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_grace_period_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_exp_grace_period': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_exp_funnel_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_nocb_wake': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_preempt_task': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__synchronize_srcu': /kisskb/src/kernel/rcu/srcutree.c:915:25: note: byref variable will be forcibly initialized struct rcu_synchronize rcu; ^~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_unlock_preempted_task': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_quiescent_state_report': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c: In function 'phy_mdm6600_status': /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c:204:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, PHY_MDM6600_NR_STATUS_LINES); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_fqs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_stall_warning': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_dyntick': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_kvfree_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_batch_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_kvfree_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_kfree_bulk_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_batch_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_barrier': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/802/psnap.c:10: /kisskb/src/net/802/psnap.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/net/802/stp.c:7: /kisskb/src/net/802/stp.c: In function 'stp_proto_register': In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_segcb_stats': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/802/stp.c:77:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(garp_protos[proto->group_address[5] - ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/802/stp.c:75:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(stp_proto, proto); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_segcb_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_torture_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_torture_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_utilization': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_kf_seq_show': /kisskb/src/fs/sysfs/file.c:46:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_grace_period': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_exp_grace_period': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_nocb_wake': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_preempt_task': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_unlock_preempted_task': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_callback': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_batch_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_invoke_kvfree_callback': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_invoke_kfree_bulk_callback': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_future_grace_period': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_grace_period_init': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_file_ns': /kisskb/src/fs/sysfs/file.c:337:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/fs/sysfs/file.c:336:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_batch_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_add_file_to_group': /kisskb/src/fs/sysfs/file.c:374:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/file.c:373:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_chmod_file': /kisskb/src/fs/sysfs/file.c:407:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_exp_funnel_lock': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_torture_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_barrier': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_quiescent_state_report': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_bin_file': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/fs/sysfs/file.c:552:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/file.c:551:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_fqs': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_dyntick': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_kvfree_callback': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_stall_warning': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_segcb_stats': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_invoke_callback': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit': /kisskb/src/fs/sysfs/file.c:734:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit_at': /kisskb/src/fs/sysfs/file.c:762:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_wait_gp': /kisskb/src/kernel/rcu/tasks.h:340:8: note: byref variable will be forcibly initialized bool firstreport; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/tasks.h:308:12: note: byref variable will be forcibly initialized LIST_HEAD(holdouts); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:927:2: note: in expansion of macro 'smp_store_release' smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:926:2: note: in expansion of macro 'smp_store_release' smp_store_release(per_cpu_ptr(&trc_ipi_to_cpu, smp_processor_id()), false); // ^^^ ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/rcu/update.c:25: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_kthread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:211:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(rtp->cbs_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_trace_postgp': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:708:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:740:11: note: in expansion of macro '__wait_event_idle_exclusive_timeout' __ret = __wait_event_idle_exclusive_timeout(wq_head, condition, timeout);\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1169:9: note: in expansion of macro 'wait_event_idle_exclusive_timeout' ret = wait_event_idle_exclusive_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/tasks.h:1158:12: note: byref variable will be forcibly initialized LIST_HEAD(holdouts); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/tasks.h:1156:7: note: byref variable will be forcibly initialized bool firstreport; ^~~~~~~~~~~ /kisskb/src/lib/842/842_decompress.c: In function '__split_next_bits': /kisskb/src/lib/842/842_decompress.c:69:6: note: byref variable will be forcibly initialized u64 tmp = 0; ^~~ /kisskb/src/lib/842/842_decompress.c: In function 'do_data': /kisskb/src/lib/842/842_decompress.c:133:6: note: byref variable will be forcibly initialized u64 v; ^ /kisskb/src/lib/842/842_decompress.c: In function '__do_index': /kisskb/src/lib/842/842_decompress.c:165:6: note: byref variable will be forcibly initialized u64 index, offset, total = round_down(p->out - p->ostart, 8); ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:983:2: note: in expansion of macro 'if' if (smp_load_acquire(&t->trc_ipi_to_cpu) != -1) // Order IPI ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:983:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(&t->trc_ipi_to_cpu) != -1) // Order IPI ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/842/842_decompress.c:14: /kisskb/src/lib/842/842_decompress.c: In function 'sw842_debugfs_create': /kisskb/src/lib/842/842_debugfs.h:27:8: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/lib/842/842_decompress.c: In function 'sw842_decompress': /kisskb/src/lib/842/842_decompress.c:283:6: note: byref variable will be forcibly initialized u64 crc; ^~~ /kisskb/src/lib/842/842_decompress.c:282:20: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^~~~~ /kisskb/src/lib/842/842_decompress.c:282:15: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^~~ /kisskb/src/lib/842/842_decompress.c:282:10: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^~~ /kisskb/src/lib/842/842_decompress.c:282:6: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^~ /kisskb/src/lib/842/842_decompress.c:280:21: note: byref variable will be forcibly initialized struct sw842_param p; ^ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_sched_held': /kisskb/src/kernel/rcu/update.c:121:7: note: byref variable will be forcibly initialized bool ret; ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_held': /kisskb/src/kernel/rcu/update.c:307:7: note: byref variable will be forcibly initialized bool ret; ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_bh_held': /kisskb/src/kernel/rcu/update.c:332:7: note: byref variable will be forcibly initialized bool ret; ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_any_held': /kisskb/src/kernel/rcu/update.c:342:7: note: byref variable will be forcibly initialized bool ret; ^~~ In file included from /kisskb/src/kernel/rcu/update.c:40: /kisskb/src/kernel/rcu/update.c: In function 'synchronize_rcu_tasks_generic': /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:178:2: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(rtp->call_func); ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:178:2: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(rtp->call_func); ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/update.c: In function 'show_rcu_tasks_trace_gp_kthread': /kisskb/src/kernel/rcu/tasks.h:1292:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/lib/cmdline.c: In function 'memparse': /kisskb/src/lib/cmdline.c:152:8: note: byref variable will be forcibly initialized char *endptr; /* local pointer to end of parsed string */ ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/802/garp.c:7: /kisskb/src/net/802/garp.c: In function 'garp_init_port': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/802/garp.c:552:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->garp_port, port); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/802/garp.c: In function 'garp_init_applicant': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/802/garp.c:596:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->garp_port->applicants[appl->type], app); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_get_named_gpiod_flags': /kisskb/src/drivers/gpio/gpiolib-of.c:242:25: note: byref variable will be forcibly initialized struct of_phandle_args gpiospec; ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_regulator_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:438:14: note: byref variable will be forcibly initialized const char *whitelist[] = { ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_init_valid_mask': /kisskb/src/drivers/gpio/gpiolib-of.c:903:13: note: byref variable will be forcibly initialized u32 start, count; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:903:6: note: byref variable will be forcibly initialized u32 start, count; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_parse_own_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:587:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/gpio/gpiolib-of.c:584:25: note: byref variable will be forcibly initialized struct of_phandle_args gpiospec; ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:583:21: note: byref variable will be forcibly initialized enum of_gpio_flags xlate_flags; ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_hog': /kisskb/src/drivers/gpio/gpiolib-of.c:655:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:654:16: note: byref variable will be forcibly initialized unsigned long lflags; ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:652:19: note: byref variable will be forcibly initialized enum gpiod_flags dflags; ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_pin_range': /kisskb/src/drivers/gpio/gpiolib-of.c:929:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:926:25: note: byref variable will be forcibly initialized struct of_phandle_args pinspec; ^~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpio_get_count': /kisskb/src/drivers/gpio/gpiolib-of.c:62:7: note: byref variable will be forcibly initialized char propname[32]; ^~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/include/net/dst.h:19, from /kisskb/src/include/net/route.h:23, from /kisskb/src/include/net/lwtunnel.h:9, from /kisskb/src/net/core/lwtunnel.c:21: /kisskb/src/net/core/lwtunnel.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'gpiod_get_from_of_node': /kisskb/src/drivers/gpio/gpiolib-of.c:313:21: note: byref variable will be forcibly initialized enum of_gpio_flags flags; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:496:21: note: byref variable will be forcibly initialized enum of_gpio_flags of_flags; ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:495:7: note: byref variable will be forcibly initialized char prop_name[32]; /* 32 is max size of property name */ ^~~~~~~~~ /kisskb/src/lib/mpi/mpi-div.c: In function 'mpi_tdiv_qr': /kisskb/src/lib/mpi/mpi-div.c:94:12: note: byref variable will be forcibly initialized mpi_ptr_t marker[5]; ^~~~~~ /kisskb/src/net/core/failover.c: In function 'failover_slave_link_change': /kisskb/src/net/core/failover.c:138:23: note: byref variable will be forcibly initialized struct failover_ops *fops; ^~~~ /kisskb/src/net/core/failover.c: In function 'failover_slave_name_change': /kisskb/src/net/core/failover.c:163:23: note: byref variable will be forcibly initialized struct failover_ops *fops; ^~~~ /kisskb/src/net/core/failover.c: In function 'failover_slave_register': /kisskb/src/net/core/failover.c:50:23: note: byref variable will be forcibly initialized struct failover_ops *fops; ^~~~ /kisskb/src/net/core/failover.c:48:31: note: byref variable will be forcibly initialized struct netdev_lag_upper_info lag_upper_info; ^~~~~~~~~~~~~~ /kisskb/src/net/core/failover.c: In function 'failover_slave_unregister': /kisskb/src/net/core/failover.c:107:23: note: byref variable will be forcibly initialized struct failover_ops *fops; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/failover.c:10: /kisskb/src/net/core/failover.c: In function 'failover_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/failover.c:257:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(failover->failover_dev, dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/failover.c:254:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(failover->ops, ops); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/mpi/mpi-internal.h:22, from /kisskb/src/lib/mpi/mpi-mod.c:9: /kisskb/src/lib/mpi/mpi-mod.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/mpi/mpi-mul.c: In function 'mpi_mul': /kisskb/src/lib/mpi/mpi-mul.c:20:13: note: byref variable will be forcibly initialized mpi_limb_t cy; ^~ /kisskb/src/lib/zstd/fse_decompress.c: In function 'FSE_decompress_usingDTable_generic': /kisskb/src/lib/zstd/fse_decompress.c:217:15: note: byref variable will be forcibly initialized FSE_DState_t state2; ^~~~~~ /kisskb/src/lib/zstd/fse_decompress.c:216:15: note: byref variable will be forcibly initialized FSE_DState_t state1; ^~~~~~ /kisskb/src/lib/zstd/fse_decompress.c:215:16: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^~~~ /kisskb/src/lib/zstd/fse_decompress.c: In function 'FSE_decompress_usingDTable': /kisskb/src/lib/zstd/fse_decompress.c:215:16: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/fse_decompress.c:216:15: note: byref variable will be forcibly initialized FSE_DState_t state1; ^~~~~~ /kisskb/src/lib/zstd/fse_decompress.c:217:15: note: byref variable will be forcibly initialized FSE_DState_t state2; ^~~~~~ /kisskb/src/lib/zstd/fse_decompress.c:215:16: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^~~~ /kisskb/src/lib/zstd/fse_decompress.c:216:15: note: byref variable will be forcibly initialized FSE_DState_t state1; ^~~~~~ /kisskb/src/lib/zstd/fse_decompress.c:217:15: note: byref variable will be forcibly initialized FSE_DState_t state2; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/skb.h:76, from /kisskb/src/net/core/net-traces.c:30: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_kfree_skb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree_skb, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree_skb, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'perf_trace_consume_skb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(consume_skb, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(consume_skb, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'perf_trace_skb_copy_datagram_iovec': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skb_copy_datagram_iovec, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skb_copy_datagram_iovec, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_net_dev_rx_exit_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/net.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_exit_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/net.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_exit_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/sock.h:267, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_sock_rcvqueue_full': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_rcvqueue_full, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_rcvqueue_full, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'perf_trace_inet_sock_set_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sock_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sock_set_state, ^~~~~~~~~~~ /kisskb/src/lib/zstd/fse_decompress.c: In function 'FSE_decompress_wksp': /kisskb/src/lib/zstd/fse_decompress.c:292:11: note: byref variable will be forcibly initialized unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/fse_decompress.c:291:11: note: byref variable will be forcibly initialized unsigned tableLog; ^~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'perf_trace_inet_sk_error_report': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sk_error_report, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sk_error_report, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/udp.h:33, from /kisskb/src/net/core/net-traces.c:34: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_udp_fail_queue_rcv_skb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/udp.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(udp_fail_queue_rcv_skb, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/udp.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(udp_fail_queue_rcv_skb, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/tcp.h:377, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_tcp_event_sk_skb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/tcp.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk_skb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/tcp.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk_skb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'perf_trace_tcp_retransmit_synack': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:190:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_retransmit_synack, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:190:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_retransmit_synack, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_qdisc_dequeue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_dequeue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_dequeue, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'perf_trace_qdisc_enqueue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_enqueue, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/page_pool.h:117, from /kisskb/src/net/core/net-traces.c:47: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_page_pool_release': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_release, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_release, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'perf_trace_page_pool_state_release': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_release, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_release, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'perf_trace_page_pool_state_hold': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_hold, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_hold, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'perf_trace_page_pool_update_nid': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_update_nid, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_update_nid, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/skb.h:76, from /kisskb/src/net/core/net-traces.c:30: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_kfree_skb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree_skb, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_consume_skb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(consume_skb, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_skb_copy_datagram_iovec': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skb_copy_datagram_iovec, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_rx_exit_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/net.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_exit_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sock.h:267, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_sock_rcvqueue_full': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_rcvqueue_full, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_inet_sock_set_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sock_set_state, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_inet_sk_error_report': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sk_error_report, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/udp.h:33, from /kisskb/src/net/core/net-traces.c:34: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_udp_fail_queue_rcv_skb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/udp.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(udp_fail_queue_rcv_skb, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/tcp.h:377, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_event_sk_skb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/tcp.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk_skb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_retransmit_synack': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:190:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_retransmit_synack, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_dequeue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_dequeue, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_enqueue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_enqueue, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/page_pool.h:117, from /kisskb/src/net/core/net-traces.c:47: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_page_pool_release': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_release, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_page_pool_state_release': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_release, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_page_pool_state_hold': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_hold, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_page_pool_update_nid': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_update_nid, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/skb.h:76, from /kisskb/src/net/core/net-traces.c:30: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_kfree_skb': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree_skb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree_skb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree_skb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree_skb, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_skb_copy_datagram_iovec': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skb_copy_datagram_iovec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skb_copy_datagram_iovec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skb_copy_datagram_iovec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skb_copy_datagram_iovec, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_net_dev_start_xmit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_start_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_start_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_start_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_start_xmit, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_net_dev_xmit_timeout': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit_timeout, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/sock.h:267, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_sock_rcvqueue_full': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_rcvqueue_full, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_rcvqueue_full, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_rcvqueue_full, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_rcvqueue_full, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/udp.h:33, from /kisskb/src/net/core/net-traces.c:34: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_udp_fail_queue_rcv_skb': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/udp.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(udp_fail_queue_rcv_skb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/udp.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(udp_fail_queue_rcv_skb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/udp.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(udp_fail_queue_rcv_skb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/udp.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(udp_fail_queue_rcv_skb, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/tcp.h:377, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_tcp_event_sk_skb': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk_skb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/sysfs/dir.c: In function 'sysfs_create_dir_ns': /kisskb/src/fs/sysfs/dir.c:44:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/dir.c:43:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk_skb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk_skb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk_skb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_tcp_retransmit_synack': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:190:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_retransmit_synack, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:190:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_retransmit_synack, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:190:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_retransmit_synack, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:190:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_retransmit_synack, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_tcp_probe': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_probe, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_probe, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_probe, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_probe, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/page_pool.h:117, from /kisskb/src/net/core/net-traces.c:47: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_page_pool_update_nid': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_update_nid, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_update_nid, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_update_nid, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_update_nid, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_neigh__update': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:156:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(neigh__update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:156:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(neigh__update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:156:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(neigh__update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:156:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(neigh__update, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/skb.h:76, from /kisskb/src/net/core/net-traces.c:30: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_consume_skb': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(consume_skb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(consume_skb, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_net_dev_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_net_dev_rx_verbose_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_net_dev_rx_exit_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_exit_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_exit_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/sock.h:267, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_inet_sk_error_report': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sk_error_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sk_error_report, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/tcp.h:377, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_tcp_event_sk': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_tcp_event_skb': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_skb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_skb, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_qdisc_reset': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:77:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_reset, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:77:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_reset, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_qdisc_destroy': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_destroy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_destroy, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fib.h:103, from /kisskb/src/net/core/net-traces.c:36: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_fib_table_lookup': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fib_table_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fib_table_lookup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fib.h:103, from /kisskb/src/net/core/net-traces.c:36: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_fib_table_lookup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fib_table_lookup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_neigh_create': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/perf.h:44:6: note: in definition of macro 'DECLARE_EVENT_CLASS' int rctx; \ ^~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: in definition of macro 'DECLARE_EVENT_CLASS' struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_neigh_create': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: in definition of macro 'DECLARE_EVENT_CLASS' struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_net_dev_start_xmit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_start_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_start_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_start_xmit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_start_xmit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_start_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_start_xmit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_net_dev_xmit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_xmit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_net_dev_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/net.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/net.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/net.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_net_dev_rx_verbose_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/net.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/net.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/earlycpio.c: In function 'find_cpio_data': /kisskb/src/lib/earlycpio.c:65:15: note: byref variable will be forcibly initialized unsigned int ch[C_NFIELDS], *chp, v; ^~ /kisskb/src/lib/earlycpio.c:63:19: note: byref variable will be forcibly initialized struct cpio_data cd = { NULL, 0, "" }; ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_rx_verbose_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/net.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/napi.h:44, from /kisskb/src/net/core/net-traces.c:32: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_napi_poll': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(napi_poll, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(napi_poll, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(napi_poll, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/napi.h:44, from /kisskb/src/net/core/net-traces.c:32: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_napi_poll': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(napi_poll, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(napi_poll, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_qdisc_reset': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:77:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_reset, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:77:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_reset, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:77:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_reset, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_reset': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:77:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_reset, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:77:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_reset, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_qdisc_destroy': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_destroy, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_destroy, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_destroy, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_destroy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_destroy, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_destroy, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_qdisc_create': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_create, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_create, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_create, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_create': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_create, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_create, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_net_dev_xmit_timeout': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit_timeout, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_xmit_timeout': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit_timeout, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_net_dev_xmit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(net_dev_xmit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/sock.h:267, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_sock_exceed_buf_limit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_exceed_buf_limit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_exceed_buf_limit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_exceed_buf_limit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_exceed_buf_limit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_exceed_buf_limit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_exceed_buf_limit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_exceed_buf_limit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_exceed_buf_limit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/fib.h:103, from /kisskb/src/net/core/net-traces.c:36: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_fib_table_lookup': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fib_table_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fib_table_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fib_table_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fib_table_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fib_table_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fib_table_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fib_table_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fib_table_lookup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_qdisc_dequeue': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_dequeue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_dequeue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_dequeue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_dequeue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_dequeue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_dequeue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_dequeue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_dequeue, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/page_pool.h:117, from /kisskb/src/net/core/net-traces.c:47: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_page_pool_release': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_release, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/napi.h:44, from /kisskb/src/net/core/net-traces.c:32: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_napi_poll': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(napi_poll, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(napi_poll, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(napi_poll, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(napi_poll, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(napi_poll, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(napi_poll, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/sock.h:267, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_inet_sock_set_state': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sock_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sock_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sock_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sock_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sock_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(inet_sock_set_state, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_qdisc_enqueue': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_enqueue, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_qdisc_create': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qdisc_create, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/page_pool.h:117, from /kisskb/src/net/core/net-traces.c:47: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_page_pool_state_release': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_release, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_release, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_page_pool_state_hold': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_hold, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_hold, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_hold, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_hold, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_hold, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_pool.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(page_pool_state_hold, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/sock.h:267, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_sock_exceed_buf_limit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_exceed_buf_limit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_exceed_buf_limit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sock.h:267, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_sock_exceed_buf_limit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sock_exceed_buf_limit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/tcp.h:377, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_tcp_event_sk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/tcp.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/tcp.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/tcp.h:377, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_event_sk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/tcp.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_sk, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/tcp.h:377, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_tcp_probe': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_probe, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_probe, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/tcp.h:377, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_probe': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tcp_probe, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/tcp.h:377, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_tcp_event_skb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/tcp.h:343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_skb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/tcp.h:343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_skb, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/tcp.h:377, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_event_skb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/tcp.h:343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(tcp_event_skb, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_neigh_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/perf.h:44:6: note: in definition of macro 'DECLARE_EVENT_CLASS' int rctx; \ ^~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: in definition of macro 'DECLARE_EVENT_CLASS' struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: in definition of macro 'DECLARE_EVENT_CLASS' struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_neigh_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: in definition of macro 'DECLARE_EVENT_CLASS' struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: in definition of macro 'DECLARE_EVENT_CLASS' struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function 'perf_trace_neigh__update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/perf.h:44:6: note: in definition of macro 'DECLARE_EVENT_CLASS' int rctx; \ ^~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: in definition of macro 'DECLARE_EVENT_CLASS' struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: in definition of macro 'DECLARE_EVENT_CLASS' struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_neigh__update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: in definition of macro 'DECLARE_EVENT_CLASS' struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: in definition of macro 'DECLARE_EVENT_CLASS' struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_neigh_create': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_create, ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function '__bpf_trace_neigh_update': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: in definition of macro '__CAST_TO_U64' UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: in definition of macro '__CAST_TO_U64' typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(neigh_update, ^~~~~~~~~~~ /kisskb/src/lib/mpi/mpih-mul.c: In function 'mpihelp_mul': /kisskb/src/lib/mpi/mpih-mul.c:457:23: note: byref variable will be forcibly initialized struct karatsuba_ctx ctx; ^~~ /kisskb/src/lib/mpi/mpih-mul.c: In function 'mpihelp_mul_karatsuba_case': /kisskb/src/lib/mpi/mpih-mul.c:394:15: note: byref variable will be forcibly initialized mpi_limb_t tmp; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c:10: /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ 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/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c: In function 'rcar_gen2_phy_probe': /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c:385:7: note: byref variable will be forcibly initialized u32 channel_num; ^~~~~~~~~~~ In file included from /kisskb/src/lib/fdt_addresses.c:2: /kisskb/src/lib/fdt_addresses.c: In function 'fdt_cells': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_addresses.c:18:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/lib/fdt_addresses.c: In function 'fdt_appendprop_addrrange': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_addresses.c:61:10: note: byref variable will be forcibly initialized uint8_t data[sizeof(fdt64_t) * 2], *prop; ^~~~ 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:241:6: note: byref variable will be forcibly initialized int nextoffset = 0; ^~~~~~~~~~ /kisskb/src/lib/fdt.c: In function 'fdt_first_subnode': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:281:6: note: byref variable will be forcibly initialized int depth = 0; ^~~~~ /kisskb/src/lib/fdt.c: In function 'fdt_next_subnode': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:292:6: note: byref variable will be forcibly initialized int depth = 1; ^~~~~ In file included from /kisskb/src/lib/fdt_ro.c:2: /kisskb/src/lib/fdt_ro.c: In function 'nextprop_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:204:6: note: byref variable will be forcibly initialized int nextoffset; ^~~~~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_getDTableDesc': /kisskb/src/lib/zstd/huf_decompress.c:76:13: note: byref variable will be forcibly initialized DTableDesc dtd; ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_string_eq_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:108:6: note: byref variable will be forcibly initialized int slen; ^~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_nodename_eq_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:16:6: note: byref variable will be forcibly initialized int olen; ^~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_subnode_offset_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:228:6: note: byref variable will be forcibly initialized int depth; ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_getprop_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:454:6: note: byref variable will be forcibly initialized int poffset; ^~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_getprop_by_offset': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:479:7: note: byref variable will be forcibly initialized int namelen; ^~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress1X2_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:205:16: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_get_phandle': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:511:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_generate_phandle': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:144:11: note: byref variable will be forcibly initialized uint32_t max; ^~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress4X2_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:264:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD4; ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c:263:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD3; ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c:262:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD2; ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c:261:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD1; ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_get_path': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:545:21: note: byref variable will be forcibly initialized int offset, depth, namelen; ^~~~~~~ /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:545:14: note: byref variable will be forcibly initialized int offset, depth, namelen; ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_supernode_atdepth_offset': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:597:14: note: byref variable will be forcibly initialized int offset, depth; ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_depth': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:634:6: note: byref variable will be forcibly initialized int nodedepth; ^~~~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_offset_by_prop_value': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:660:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_count': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:726:6: note: byref variable will be forcibly initialized int length, count = 0; ^~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_search': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:751:6: note: byref variable will be forcibly initialized int length, len, idx = 0; ^~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_get': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:783:6: note: byref variable will be forcibly initialized int length; ^~~~~~ In file included from /kisskb/src/lib/fdt_rw.c:2: /kisskb/src/lib/fdt_rw.c: In function 'fdt_resize_property_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:187:6: note: byref variable will be forcibly initialized int oldlen; ^~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_check_compatible': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:827:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_add_property_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:209:6: note: byref variable will be forcibly initialized int allocated; ^~~~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress1X4_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:657:16: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_set_name': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:238:6: note: byref variable will be forcibly initialized int oldlen, newlen; ^~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_setprop_placeholder': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:261:23: note: byref variable will be forcibly initialized struct fdt_property *prop; ^~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_setprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:279:8: note: byref variable will be forcibly initialized void *prop_data; ^~~~~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_appendprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:295:11: note: byref variable will be forcibly initialized int err, oldlen, newlen; ^~~~~~ /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:294:23: note: byref variable will be forcibly initialized struct fdt_property *prop; ^~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_delprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:321:6: note: byref variable will be forcibly initialized int len, proplen; ^~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_add_subnode_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:337:14: note: byref variable will be forcibly initialized int offset, nextoffset; ^~~~~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress4X4_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:723:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD4; ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c:722:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD3; ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c:721:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD2; ^~~~~ /kisskb/src/lib/zstd/huf_decompress.c:720:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD1; ^~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_open_into': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:418:20: note: byref variable will be forcibly initialized int mem_rsv_size, struct_size; ^~~~~~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_fillDTableX4Level2': /kisskb/src/lib/zstd/huf_decompress.c:398:6: note: byref variable will be forcibly initialized U32 rankVal[HUF_TABLELOG_MAX + 1]; ^~~~~~~ /kisskb/src/lib/mpi/mpi-pow.c: In function 'mpi_powm': /kisskb/src/lib/mpi/mpi-pow.c:218:18: note: byref variable will be forcibly initialized mpi_limb_t tmp; ^~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_fillDTableX4': /kisskb/src/lib/zstd/huf_decompress.c:443:6: note: byref variable will be forcibly initialized U32 rankVal[HUF_TABLELOG_MAX + 1]; ^~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_readDTableX2_wksp': /kisskb/src/lib/zstd/huf_decompress.c:93:6: note: byref variable will be forcibly initialized U32 nbSymbols = 0; ^~~~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c:92:6: note: byref variable will be forcibly initialized U32 tableLog = 0; ^~~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_readDTableX4_wksp': /kisskb/src/lib/zstd/huf_decompress.c:484:34: note: byref variable will be forcibly initialized U32 tableLog, maxW, sizeOfSort, nbSymbols; ^~~~~~~~~ /kisskb/src/lib/zstd/huf_decompress.c:484:6: note: byref variable will be forcibly initialized U32 tableLog, maxW, sizeOfSort, nbSymbols; ^~~~~~~~ /kisskb/src/net/core/skmsg.c: In function 'sk_psock_verdict_data_ready': /kisskb/src/net/core/skmsg.c:1154:20: note: byref variable will be forcibly initialized read_descriptor_t desc; ^~~~ In file included from /kisskb/src/lib/fdt_wip.c:2: /kisskb/src/lib/fdt_wip.c: In function 'fdt_setprop_inplace_namelen_partial': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:19:6: note: byref variable will be forcibly initialized int proplen; ^~~~~~~ /kisskb/src/lib/fdt_wip.c: In function 'fdt_setprop_inplace': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:37:6: note: byref variable will be forcibly initialized int proplen; ^~~~~~~ /kisskb/src/lib/fdt_wip.c: In function 'fdt_nop_property': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:62:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/lib/fdt_wip.c: In function 'fdt_node_end_offset_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:75:6: note: byref variable will be forcibly initialized int depth = 0; ^~~~~ In file included from /kisskb/src/lib/mpi/mpi-internal.h:22, from /kisskb/src/lib/mpi/mpiutil.c:21: /kisskb/src/lib/mpi/mpiutil.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/skmsg.c: In function 'sk_msg_zerocopy_from_iter': /kisskb/src/net/core/skmsg.c:307:29: note: byref variable will be forcibly initialized ssize_t orig, copied, use, offset; ^~~~~~ /kisskb/src/net/core/skmsg.c:306:15: note: byref variable will be forcibly initialized struct page *pages[MAX_MSG_FRAGS]; ^~~~~ In file included from /kisskb/src/lib/fdt_sw.c:2: /kisskb/src/lib/fdt_sw.c: In function 'fdt_property_placeholder': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:297:6: note: byref variable will be forcibly initialized int allocated; ^~~~~~~~~ /kisskb/src/lib/fdt_sw.c: In function 'fdt_property': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:327:8: note: byref variable will be forcibly initialized void *ptr; ^~~ /kisskb/src/lib/fdt_sw.c: In function 'fdt_finish': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:343:14: note: byref variable will be forcibly initialized int offset, nextoffset; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/include/linux/skmsg.h:7, from /kisskb/src/net/core/skmsg.c:4: /kisskb/src/net/core/skmsg.c: In function 'sk_psock_init': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/net/sock.h:576:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(__sk_user_data((sk)), \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/skmsg.c:696:2: note: in expansion of macro 'rcu_assign_sk_user_data_nocopy' rcu_assign_sk_user_data_nocopy(sk, psock); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/decompress_bunzip2.c: In function 'get_next_block': /kisskb/src/lib/decompress_bunzip2.c:235:38: note: byref variable will be forcibly initialized unsigned char length[MAX_SYMBOLS], temp[MAX_HUFCODE_BITS+1]; ^~~~ /kisskb/src/lib/decompress_bunzip2.c:235:17: note: byref variable will be forcibly initialized unsigned char length[MAX_SYMBOLS], temp[MAX_HUFCODE_BITS+1]; ^~~~~~ /kisskb/src/net/core/skmsg.c: In function 'sk_psock_drop': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/net/sock.h:570:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(__sk_user_data((sk)), __tmp); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/skmsg.c:795:2: note: in expansion of macro 'rcu_assign_sk_user_data' rcu_assign_sk_user_data(sk, NULL); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/decompress_bunzip2.c: In function 'bunzip2': /kisskb/src/lib/decompress_bunzip2.c:686:22: note: byref variable will be forcibly initialized struct bunzip_data *bd; ^~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_get_multiple_be': /kisskb/src/drivers/gpio/gpio-mmio.c:191:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_single_reg': /kisskb/src/drivers/gpio/gpio-mmio.c:287:26: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:287:16: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_with_clear': /kisskb/src/drivers/gpio/gpio-mmio.c:317:26: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:317:16: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_pdev_probe': /kisskb/src/drivers/gpio/gpio-mmio.c:734:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'active_low_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:344:9: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'value_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:131:9: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'unexport_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:505:9: note: byref variable will be forcibly initialized long gpio; ^~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'export_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:450:9: note: byref variable will be forcibly initialized long gpio; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:421:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rtrcp->rtc_ready, 1); // Pair with smp_load_acquire(). ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost_failed': /kisskb/src/kernel/rcu/rcutorture.c:923:6: note: byref variable will be forcibly initialized int cpu; ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcutorture_booster_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:1945:22: note: byref variable will be forcibly initialized struct task_struct *t; ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost': /kisskb/src/kernel/rcu/rcutorture.c:970:16: note: byref variable will be forcibly initialized unsigned long gp_state_time; ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_stats_print': /kisskb/src/kernel/rcu/rcutorture.c:1834:32: note: byref variable will be forcibly initialized unsigned long __maybe_unused gp_seq = 0; ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1833:22: note: byref variable will be forcibly initialized int __maybe_unused flags = 0; ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_nocb_toggle': /kisskb/src/kernel/rcu/rcutorture.c:1698:10: note: byref variable will be forcibly initialized ktime_t toggle_delay; ^~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:1697:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1406:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rtrcp_assigner->rtc_chkrdr, -1); // Assigner can again assign. ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1405:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rtrcp->rtc_assigner, NULL); // Someone else can assign us work. ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1393:2: note: in expansion of macro 'if' if (!rtrcp_assigner || !smp_load_acquire(&rtrcp_assigner->rtc_ready)) ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1393:26: note: in expansion of macro 'smp_load_acquire' if (!rtrcp_assigner || !smp_load_acquire(&rtrcp_assigner->rtc_ready)) ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1378:2: note: in expansion of macro 'if' if (rdrchked != myid && rdrchked != rdrchker && noc >= rdrchked && noc >= rdrchker && ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1381:7: note: in expansion of macro 'smp_load_acquire' !smp_load_acquire(&rtrcp_chker->rtc_assigner)) { // Pairs with smp_store_release below. ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1378:2: note: in expansion of macro 'if' if (rdrchked != myid && rdrchked != rdrchker && noc >= rdrchked && noc >= rdrchker && ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1379:6: note: in expansion of macro 'smp_load_acquire' smp_load_acquire(&rtrcp->rtc_chkrdr) < 0 && // Pairs with smp_store_release below. ^~~~~~~~~~~~~~~~ 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/rcu/rcutorture.c:24: /kisskb/src/kernel/rcu/rcutorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_one_read': /kisskb/src/kernel/rcu/rcutorture.c:1553:6: note: byref variable will be forcibly initialized int readstate = 0; ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_unwatch': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2088:8: note: byref variable will be forcibly initialized __u32 offset; ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_reader': /kisskb/src/kernel/rcu/rcutorture.c:1656:20: note: byref variable will be forcibly initialized struct timer_list t; ^ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:1655:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'chipinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1988:23: note: byref variable will be forcibly initialized struct gpiochip_info chipinfo; ^~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fakewriter': /kisskb/src/kernel/rcu/rcutorture.c:1304:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1188:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rcu_torture_current, rp); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_changed_notify': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2158:35: note: byref variable will be forcibly initialized struct gpio_v2_line_info_changed chg; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ 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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:13: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2055:27: note: byref variable will be forcibly initialized struct gpio_v2_line_info lineinfo; ^~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog_nr': /kisskb/src/kernel/rcu/rcutorture.c:2208:22: note: byref variable will be forcibly initialized struct fwd_cb_state fcs; ^~~ In file included from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_get_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1000:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:999:29: note: byref variable will be forcibly initialized struct gpio_v2_line_values lv; ^~ In file included from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_values_unlocked': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1061:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1102:29: note: byref variable will be forcibly initialized struct gpio_v2_line_values lv; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_read': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1250:10: note: in expansion of macro 'wait_event_interruptible_locked' ret = wait_event_interruptible_locked(lr->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1230:28: note: byref variable will be forcibly initialized struct gpio_v2_line_event le; ^~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog': /kisskb/src/kernel/rcu/rcutorture.c:2412:6: note: byref variable will be forcibly initialized int tested_tries = 0; ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2411:6: note: byref variable will be forcibly initialized int tested = 0; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_watch_read': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2222:10: note: in expansion of macro 'wait_event_interruptible_locked' ret = wait_event_interruptible_locked(cdev->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2198:35: note: byref variable will be forcibly initialized struct gpio_v2_line_info_changed event; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_barrier': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2551:3: note: in expansion of macro 'wait_event' wait_event(barrier_wq, ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2548:3: note: in expansion of macro 'smp_store_release' smp_store_release(&barrier_phase, !barrier_phase); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'debounce_work_func': /kisskb/src/drivers/gpio/gpiolib-cdev.c:651:28: note: byref variable will be forcibly initialized struct gpio_v2_line_event le; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_read_exit_cleanup': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:284:3: note: in expansion of macro 'if' if (condition) \ ^~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2758:2: note: in expansion of macro 'wait_event' wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2758:27: note: in expansion of macro 'smp_load_acquire' wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'edge_irq_thread': /kisskb/src/drivers/gpio/gpiolib-cdev.c:553:28: note: byref variable will be forcibly initialized struct gpio_v2_line_event le; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2758:2: note: in expansion of macro 'wait_event' wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:317:2: note: in expansion of macro 'if' if (condition) \ ^~ /kisskb/src/kernel/rcu/rcutorture.c:2758:2: note: in expansion of macro 'wait_event' wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2758:27: note: in expansion of macro 'smp_load_acquire' wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_barrier_cbs': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:284:3: note: in expansion of macro 'if' if (condition) \ ^~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2512:3: note: in expansion of macro 'wait_event' wait_event(barrier_cbs_wq[myid], ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2514:8: note: in expansion of macro 'smp_load_acquire' smp_load_acquire(&barrier_phase)) != lastphase || ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2512:3: note: in expansion of macro 'wait_event' wait_event(barrier_cbs_wq[myid], ^~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:317:2: note: in expansion of macro 'if' if (condition) \ ^~ /kisskb/src/kernel/rcu/rcutorture.c:2512:3: note: in expansion of macro 'wait_event' wait_event(barrier_cbs_wq[myid], ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2514:8: note: in expansion of macro 'smp_load_acquire' smp_load_acquire(&barrier_phase)) != lastphase || ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2506:18: note: byref variable will be forcibly initialized struct rcu_head rcu; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2732:2: note: in expansion of macro 'smp_store_release' smp_store_release(&read_exit_child_stopped, true); // After reaping. ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:2693:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(trs); ^~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'delete_device_store': /kisskb/src/drivers/gpio/gpio-aggregator.c:193:15: note: byref variable will be forcibly initialized unsigned int id; ^~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/gpio/gpio-aggregator.c:10: /kisskb/src/drivers/gpio/gpio-aggregator.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpio-aggregator.c:13: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_config': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1166:29: note: byref variable will be forcibly initialized struct gpio_v2_line_config lc; ^~ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'aggr_parse': /kisskb/src/drivers/gpio/gpio-aggregator.c:65:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/gpio/gpio-aggregator.c:64:18: note: byref variable will be forcibly initialized unsigned int i, n = 0; ^ /kisskb/src/drivers/gpio/gpio-aggregator.c:62:25: note: byref variable will be forcibly initialized char *name, *offsets, *p; ^ /kisskb/src/drivers/gpio/gpio-aggregator.c:62:15: note: byref variable will be forcibly initialized char *name, *offsets, *p; ^~~~~~~ /kisskb/src/drivers/gpio/gpio-aggregator.c:62:8: note: byref variable will be forcibly initialized char *name, *offsets, *p; ^~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:2769:16: note: byref variable will be forcibly initialized unsigned long gp_seq = 0; ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2768:6: note: byref variable will be forcibly initialized int flags = 0; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_create': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1315:30: note: byref variable will be forcibly initialized struct gpio_v2_line_request ulr; ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/gpio/gpio-aggregator.c:10: /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpio-aggregator.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_init': /kisskb/src/kernel/rcu/rcutorture.c:3144:24: note: byref variable will be forcibly initialized struct sched_param sp; ^~ /kisskb/src/kernel/rcu/rcutorture.c:2951:16: note: byref variable will be forcibly initialized unsigned long gp_seq = 0; ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2950:6: note: byref variable will be forcibly initialized int flags = 0; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/net/core/sock_map.c:4: /kisskb/src/net/core/sock_map.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/net/core/bpf_sk_storage.c:3: /kisskb/src/net/core/bpf_sk_storage.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/net/core/bpf_sk_storage.c:8: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/devlink.h:214, from /kisskb/src/net/core/devlink.c:31: /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_hwmsg': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:23: /kisskb/src/kernel/rcu/rcutorture.c: In function 'synchronize_rcu_mult_test': /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:51:2: note: in expansion of macro '_wait_rcu_gp' _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:747:2: note: in expansion of macro 'synchronize_rcu_mult' synchronize_rcu_mult(call_rcu_tasks, call_rcu); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:51:2: note: in expansion of macro '_wait_rcu_gp' _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:747:2: note: in expansion of macro 'synchronize_rcu_mult' synchronize_rcu_mult(call_rcu_tasks, call_rcu); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_hwerr': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/net/core/bpf_sk_storage.c: In function 'bpf_fd_sk_storage_delete_elem': /kisskb/src/net/core/bpf_sk_storage.c:153:10: note: byref variable will be forcibly initialized int fd, err; ^~~ /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_health_report': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/net/core/bpf_sk_storage.c: In function 'bpf_fd_sk_storage_update_elem': /kisskb/src/net/core/bpf_sk_storage.c:135:10: note: byref variable will be forcibly initialized int fd, err; ^~~ /kisskb/src/net/core/bpf_sk_storage.c: In function 'bpf_fd_sk_storage_lookup_elem': /kisskb/src/net/core/bpf_sk_storage.c:117:10: note: byref variable will be forcibly initialized int fd, err; ^~~ /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_health_recover_aborted': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/bpf_sk_storage.h:12, from /kisskb/src/net/core/bpf_sk_storage.c:12: /kisskb/src/net/core/bpf_sk_storage.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_health_reporter_state_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_trap_report': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/net/core/bpf_sk_storage.c: In function '__bpf_sk_storage_map_seq_show': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/devlink.h:214, from /kisskb/src/net/core/devlink.c:31: /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_hwmsg': /kisskb/src/net/core/bpf_sk_storage.c:829:23: note: byref variable will be forcibly initialized struct bpf_iter_meta meta; ^~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_hwerr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_health_report': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_health_recover_aborted': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_health_reporter_state_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_trap_report': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/net/core/bpf_sk_storage.c: In function 'bpf_sk_storage_diag_alloc': /kisskb/src/net/core/bpf_sk_storage.c:514:6: note: byref variable will be forcibly initialized int rem, err; ^~~ /kisskb/src/lib/flex_proportions.c: In function '__fprop_inc_percpu_max': /kisskb/src/lib/flex_proportions.c:263:28: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^~~~~~~~~~~ /kisskb/src/lib/flex_proportions.c:263:17: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/devlink.h:214, from /kisskb/src/net/core/devlink.c:31: /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_hwmsg': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_hwerr': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_health_report': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_health_reporter_state_update': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_trap_report': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_health_recover_aborted': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:91, from /kisskb/src/include/net/ipv6.h:12, from /kisskb/src/include/rdma/ib_verbs.h:25, from /kisskb/src/net/core/devlink.c:23: /kisskb/src/net/core/devlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/core/sock_map.c: In function 'sock_map_seq_show': /kisskb/src/net/core/sock_map.c:742:23: note: byref variable will be forcibly initialized struct bpf_iter_meta meta; ^~~~ /kisskb/src/net/core/devlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/core/sock_map.c: In function 'sock_hash_seq_show': /kisskb/src/net/core/sock_map.c:1333:23: note: byref variable will be forcibly initialized struct bpf_iter_meta meta; ^~~~ /kisskb/src/net/core/devlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/core/devlink.c: In function 'nla_put_bitfield32': /kisskb/src/include/net/netlink.h:1543:24: note: byref variable will be forcibly initialized struct nla_bitfield32 tmp = { value, selector, }; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_port_fn_hw_addr_fill': /kisskb/src/net/core/devlink.c:830:6: note: byref variable will be forcibly initialized int hw_addr_len; ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c:829:5: note: byref variable will be forcibly initialized u8 hw_addr[MAX_ADDR_LEN]; ^~~~~~~ /kisskb/src/net/core/sock_map.c: In function 'sock_hash_free': /kisskb/src/net/core/sock_map.c:1114:20: note: byref variable will be forcibly initialized struct hlist_head unlink_list; ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_tc_pool_bind_set_doit': /kisskb/src/net/core/devlink.c:2612:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/net/core/devlink.c:2611:6: note: byref variable will be forcibly initialized u16 tc_index; ^~~~~~~~ /kisskb/src/net/core/devlink.c:2609:28: note: byref variable will be forcibly initialized enum devlink_sb_pool_type pool_type; ^~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_port_pool_set_doit': /kisskb/src/net/core/devlink.c:2358:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_pool_set_doit': /kisskb/src/net/core/devlink.c:2137:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/net/core/devlink.c:2135:33: note: byref variable will be forcibly initialized enum devlink_sb_threshold_type threshold_type; ^~~~~~~~~~~~~~ /kisskb/src/net/core/sock_map.c: In function 'sock_map_update_elem_sys': /kisskb/src/net/core/sock_map.c:548:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_port_type_netdev_checks': /kisskb/src/net/core/devlink.c:9194:30: note: byref variable will be forcibly initialized struct netdev_phys_item_id ppid; ^~~~ /kisskb/src/net/core/devlink.c:9181:8: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_info_fill': /kisskb/src/net/core/devlink.c:5955:26: note: byref variable will be forcibly initialized struct devlink_info_req req; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_param_fill': /kisskb/src/net/core/devlink.c:4508:32: note: byref variable will be forcibly initialized struct devlink_param_gset_ctx ctx; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_eswitch_fill': /kisskb/src/net/core/devlink.c:2684:6: note: byref variable will be forcibly initialized u16 mode; ^~~~ /kisskb/src/net/core/devlink.c:2681:5: note: byref variable will be forcibly initialized u8 inline_mode; ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c:2680:34: note: byref variable will be forcibly initialized enum devlink_eswitch_encap_mode encap_mode; ^~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_sb_tc_pool_bind_fill': /kisskb/src/net/core/devlink.c:2420:7: note: byref variable will be forcibly initialized u32 max; ^~~ /kisskb/src/net/core/devlink.c:2419:7: note: byref variable will be forcibly initialized u32 cur; ^~~ /kisskb/src/net/core/devlink.c:2389:6: note: byref variable will be forcibly initialized u32 threshold; ^~~~~~~~~ /kisskb/src/net/core/devlink.c:2388:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_sb_port_pool_fill': /kisskb/src/net/core/devlink.c:2198:7: note: byref variable will be forcibly initialized u32 max; ^~~ /kisskb/src/net/core/devlink.c:2197:7: note: byref variable will be forcibly initialized u32 cur; ^~~ /kisskb/src/net/core/devlink.c:2172:6: note: byref variable will be forcibly initialized u32 threshold; ^~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_sb_pool_fill': /kisskb/src/net/core/devlink.c:1970:30: note: byref variable will be forcibly initialized struct devlink_sb_pool_info pool_info; ^~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_port_fn_state_fill': /kisskb/src/net/core/devlink.c:920:29: note: byref variable will be forcibly initialized enum devlink_port_fn_state state; ^~~~~ /kisskb/src/net/core/devlink.c:919:31: note: byref variable will be forcibly initialized enum devlink_port_fn_opstate opstate; ^~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_port_function_attrs_put': /kisskb/src/net/core/devlink.c:956:7: note: byref variable will be forcibly initialized bool msg_updated = false; ^~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:91, from /kisskb/src/include/net/ipv6.h:12, from /kisskb/src/include/rdma/ib_verbs.h:25, from /kisskb/src/net/core/devlink.c:23: /kisskb/src/net/core/devlink.c: In function 'nla_get_u64': /kisskb/src/include/net/netlink.h:1617:6: note: byref variable will be forcibly initialized u64 tmp; ^~~ /kisskb/src/net/core/devlink.c: In function 'nla_get_bitfield32': /kisskb/src/include/net/netlink.h:1735:24: note: byref variable will be forcibly initialized struct nla_bitfield32 tmp; ^~~ /kisskb/src/net/core/devlink.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_trap_policer_stats_put': /kisskb/src/net/core/devlink.c:8217:6: note: byref variable will be forcibly initialized u64 drops; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_fmsg_dumpit': /kisskb/src/net/core/devlink.c:6619:6: note: byref variable will be forcibly initialized int index = cb->args[0]; ^~~~~ /kisskb/src/lib/klist.c: In function 'klist_remove': /kisskb/src/lib/klist.c:240:22: note: byref variable will be forcibly initialized struct klist_waiter waiter; ^~~~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc_u32': /kisskb/src/lib/idr.c:36:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc': /kisskb/src/lib/idr.c:81:6: note: byref variable will be forcibly initialized u32 id = start; ^~ /kisskb/src/lib/idr.c: In function 'idr_alloc_cyclic': /kisskb/src/lib/idr.c:119:6: note: byref variable will be forcibly initialized u32 id = idr->idr_next; ^~ /kisskb/src/lib/idr.c: In function 'idr_for_each': /kisskb/src/lib/idr.c:198:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next_ul': /kisskb/src/lib/idr.c:229:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next': /kisskb/src/lib/idr.c:266:16: note: byref variable will be forcibly initialized unsigned long id = *nextid; ^~ /kisskb/src/lib/idr.c: In function 'idr_replace': /kisskb/src/lib/idr.c:293:15: note: byref variable will be forcibly initialized void __rcu **slot = NULL; ^~~~ /kisskb/src/lib/idr.c:292:26: note: byref variable will be forcibly initialized struct radix_tree_node *node; ^~~~ /kisskb/src/lib/idr.c: In function 'ida_alloc_range': /kisskb/src/lib/idr.c:404:17: note: byref variable will be forcibly initialized unsigned long tmp = xa_to_value(bitmap); ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/lib/idr.c:5: /kisskb/src/lib/idr.c:383:11: note: byref variable will be forcibly initialized XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_trap_group_set_doit': /kisskb/src/net/core/devlink.c:8170:7: note: byref variable will be forcibly initialized bool modified = false; ^~~~~~~~ /kisskb/src/lib/idr.c: In function 'ida_free': /kisskb/src/lib/idr.c:489:11: note: byref variable will be forcibly initialized XA_STATE(xas, &ida->xa, id / IDA_BITMAP_BITS); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/idr.c: In function 'ida_destroy': /kisskb/src/lib/idr.c:542:11: note: byref variable will be forcibly initialized XA_STATE(xas, &ida->xa, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_trap_group_stats_put': /kisskb/src/net/core/devlink.c:7627:23: note: byref variable will be forcibly initialized struct devlink_stats stats; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_trap_stats_put': /kisskb/src/net/core/devlink.c:7658:6: note: byref variable will be forcibly initialized u64 drops = 0; ^~~~~ /kisskb/src/net/core/devlink.c:7656:23: note: byref variable will be forcibly initialized struct devlink_stats stats; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_dpipe_entries_fill': /kisskb/src/net/core/devlink.c:3294:32: note: byref variable will be forcibly initialized struct devlink_dpipe_dump_ctx dump_ctx; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/core/devlink.c:10: /kisskb/src/net/core/devlink.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_fmsg_snd': /kisskb/src/net/core/devlink.c:6568:6: note: byref variable will be forcibly initialized int index = 0; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_resource_fill': /kisskb/src/net/core/devlink.c:3709:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_dpipe_headers_fill': /kisskb/src/net/core/devlink.c:3412:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_dpipe_tables_fill': /kisskb/src/net/core/devlink.c:2975:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_tc_pool_bind_get_doit': /kisskb/src/net/core/devlink.c:2452:6: note: byref variable will be forcibly initialized u16 tc_index; ^~~~~~~~ /kisskb/src/net/core/devlink.c:2451:28: note: byref variable will be forcibly initialized enum devlink_sb_pool_type pool_type; ^~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_port_pool_get_doit': /kisskb/src/net/core/devlink.c:2229:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_pool_get_doit': /kisskb/src/net/core/devlink.c:2014:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_set_name': /kisskb/src/lib/kobject.c:326:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/net/core/devlink.c: In function '__devlink_compat_running_version': /kisskb/src/net/core/devlink.c:11415:7: note: byref variable will be forcibly initialized int rem_kv; ^~~~~~ /kisskb/src/net/core/devlink.c:11402:6: note: byref variable will be forcibly initialized int rem, err; ^~~ /kisskb/src/net/core/devlink.c:11400:26: note: byref variable will be forcibly initialized struct devlink_info_req req; ^~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_trap_policer_get_dumpit': /kisskb/src/net/core/devlink.c:8329:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_trap_group_get_dumpit': /kisskb/src/net/core/devlink.c:8015:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_trap_get_dumpit': /kisskb/src/net/core/devlink.c:7788:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_add': /kisskb/src/lib/kobject.c:429:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_init_and_add': /kisskb/src/lib/kobject.c:467:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_get_from_attrs': /kisskb/src/net/core/devlink.c:127:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_rename': /kisskb/src/lib/kobject.c:496:8: note: byref variable will be forcibly initialized char *envp[2]; ^~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_region_read_dumpit': /kisskb/src/net/core/devlink.c:5737:6: note: byref variable will be forcibly initialized u64 ret_offset, start_offset, end_offset = U64_MAX; ^~~~~~~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_move': /kisskb/src/lib/kobject.c:560:8: note: byref variable will be forcibly initialized char *envp[2]; ^~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_health_reporter_get_dumpit': /kisskb/src/net/core/devlink.c:7192:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_info_get_dumpit': /kisskb/src/net/core/devlink.c:6010:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_region_new': /kisskb/src/net/core/devlink.c:5554:6: note: byref variable will be forcibly initialized u8 *data; ^~~~ /kisskb/src/net/core/devlink.c:5553:6: note: byref variable will be forcibly initialized u32 snapshot_id; ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/pwm.h:58, from /kisskb/src/drivers/pwm/core.c:24: /kisskb/src/drivers/pwm/core.c: In function 'perf_trace_pwm': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pwm.h:58, from /kisskb/src/drivers/pwm/core.c:24: /kisskb/src/drivers/pwm/core.c: In function 'trace_event_raw_event_pwm': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_region_get_dumpit': /kisskb/src/net/core/devlink.c:5477:6: note: byref variable will be forcibly initialized int idx = 0; ^~~ /kisskb/src/net/core/devlink.c:5476:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/pwm.h:58, from /kisskb/src/drivers/pwm/core.c:24: /kisskb/src/drivers/pwm/core.c: In function '__bpf_trace_pwm': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__devlink_nl_cmd_param_set_doit': /kisskb/src/net/core/devlink.c:4795:28: note: byref variable will be forcibly initialized union devlink_param_value value; ^~~~~ /kisskb/src/net/core/devlink.c:4791:32: note: byref variable will be forcibly initialized struct devlink_param_gset_ctx ctx; ^~~ /kisskb/src/net/core/devlink.c:4790:26: note: byref variable will be forcibly initialized enum devlink_param_type param_type; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/pwm/core.c:9: /kisskb/src/drivers/pwm/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_port_param_get_dumpit': /kisskb/src/net/core/devlink.c:4899:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwmchip_add': /kisskb/src/drivers/pwm/core.c:161:7: note: byref variable will be forcibly initialized u32 pwm_cells; ^~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_param_get_dumpit': /kisskb/src/net/core/devlink.c:4623:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function '__devlink_reload_stats_update': /kisskb/src/net/core/devlink.c:3899:16: note: byref variable will be forcibly initialized unsigned long actions = actions_performed; ^~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_reload': /kisskb/src/net/core/devlink.c:3951:6: note: byref variable will be forcibly initialized u32 remote_reload_stats[DEVLINK_RELOAD_STATS_ARRAY_SIZE]; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_reload': /kisskb/src/net/core/devlink.c:4022:6: note: byref variable will be forcibly initialized u32 actions_performed; ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_tc_pool_bind_get_dumpit': /kisskb/src/net/core/devlink.c:2547:6: note: byref variable will be forcibly initialized int idx = 0; ^~~ /kisskb/src/net/core/devlink.c:2546:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_port_pool_get_dumpit': /kisskb/src/net/core/devlink.c:2298:6: note: byref variable will be forcibly initialized int idx = 0; ^~~ /kisskb/src/net/core/devlink.c:2297:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'acpi_pwm_get': /kisskb/src/drivers/pwm/core.c:850:31: note: byref variable will be forcibly initialized struct fwnode_reference_args args; ^~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_pool_get_dumpit': /kisskb/src/net/core/devlink.c:2077:6: note: byref variable will be forcibly initialized int idx = 0; ^~~ /kisskb/src/net/core/devlink.c:2076:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_get_dumpit': /kisskb/src/net/core/devlink.c:1924:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_adjust_config': /kisskb/src/drivers/pwm/core.c:656:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_port_new_doit': /kisskb/src/net/core/devlink.c:1540:15: note: byref variable will be forcibly initialized unsigned int new_port_index; ^~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwm_get': /kisskb/src/drivers/pwm/core.c:769:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_buildSeqTable': /kisskb/src/lib/zstd/decompress.c:772:7: note: byref variable will be forcibly initialized U32 tableLog; ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_rate_get_dumpit': /kisskb/src/net/core/devlink.c:1092:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ 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/rcu/rcuscale.c:22: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/sched/sch_generic.c:10: /kisskb/src/net/sched/sch_generic.c: In function 'dev_init_scheduler_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1361:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, qdisc); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_port_function_set': /kisskb/src/net/core/devlink.c:1376:17: note: byref variable will be forcibly initialized struct nlattr *tb[DEVLINK_PORT_FUNCTION_ATTR_MAX + 1]; ^~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_port_get_dumpit': /kisskb/src/net/core/devlink.c:1258:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/rcuscale.c:13: /kisskb/src/kernel/rcu/rcuscale.c: In function 'rcu_scale_wait_shutdown': /kisskb/src/net/sched/sch_generic.c: In function 'transition_one_qdisc': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1154:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, new_qdisc); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c:339:2: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_get_dumpit': /kisskb/src/net/core/devlink.c:1195:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/sched/sch_generic.c: In function 'dev_deactivate_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1207:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, qdisc_default); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_loadEntropy': /kisskb/src/lib/zstd/decompress.c:1916:39: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1916:12: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1915:9: note: byref variable will be forcibly initialized short litlengthNCount[MaxLL + 1]; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1904:41: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1904:12: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1903:9: note: byref variable will be forcibly initialized short matchlengthNCount[MaxML + 1]; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1892:33: note: byref variable will be forcibly initialized U32 offcodeMaxValue = MaxOff, offcodeLog; ^~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1892:7: note: byref variable will be forcibly initialized U32 offcodeMaxValue = MaxOff, offcodeLog; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1891:9: note: byref variable will be forcibly initialized short offcodeNCount[MaxOff + 1]; ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_initDCtx': /kisskb/src/lib/zstd/decompress.c:143:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_pernet_pre_exit': /kisskb/src/net/core/devlink.c:11527:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c:11526:6: note: byref variable will be forcibly initialized u32 actions_performed; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcuscale.c:39: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kfree_scale_thread': /kisskb/src/kernel/rcu/rcuscale.c:650:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(tr); ^~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_getFrameContentSize': /kisskb/src/lib/zstd/decompress.c:300:20: note: byref variable will be forcibly initialized ZSTD_frameParams fParams; ^~~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/net/sched/sch_generic.c:17: /kisskb/src/net/sched/sch_generic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressSequencesLong': /kisskb/src/lib/zstd/decompress.c:1378:14: note: byref variable will be forcibly initialized seqState_t seqState; ^~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1361:6: note: byref variable will be forcibly initialized int nbSeq; ^~~~~ /kisskb/src/lib/zstd/decompress.c:1355:14: note: byref variable will be forcibly initialized const BYTE *litPtr = dctx->litPtr; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/rcu/rcuscale.c:15: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kfree_scale_shutdown': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c:739:2: note: in expansion of macro 'wait_event' wait_event(shutdown_wq, ^~~~~~~~~~ In file included 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/net/sched/sch_generic.c:10: /kisskb/src/net/sched/sch_generic.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/net/sched/sch_generic.c:17: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/sch_generic.c: In function 'pfifo_fast_change_tx_queue_len': /kisskb/src/net/sched/sch_generic.c:840:20: note: byref variable will be forcibly initialized struct skb_array *bands[PFIFO_FAST_BANDS]; ^~~~~ /kisskb/src/kernel/rcu/rcuscale.c: In function 'rcu_scale_shutdown': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c:612:2: note: in expansion of macro 'wait_event' wait_event(shutdown_wq, ^~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressSequences': /kisskb/src/lib/zstd/decompress.c:1117:14: note: byref variable will be forcibly initialized seqState_t seqState; ^~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1105:6: note: byref variable will be forcibly initialized int nbSeq; ^~~~~ /kisskb/src/lib/zstd/decompress.c:1100:14: note: byref variable will be forcibly initialized const BYTE *litPtr = dctx->litPtr; ^~~~~~ /kisskb/src/net/sched/sch_generic.c: In function 'sch_direct_xmit': /kisskb/src/net/sched/sch_generic.c:319:7: note: byref variable will be forcibly initialized bool again = false; ^~~~~ /kisskb/src/net/sched/sch_generic.c:318:6: note: byref variable will be forcibly initialized int ret = NETDEV_TX_BUSY; ^~~ /kisskb/src/net/sched/sch_generic.c: In function 'qdisc_restart': /kisskb/src/net/sched/sch_generic.c:394:7: note: byref variable will be forcibly initialized bool validate; ^~~~~~~~ /kisskb/src/net/sched/sch_generic.c: In function '__qdisc_run': /kisskb/src/net/sched/sch_generic.c:413:6: note: byref variable will be forcibly initialized int packets; ^~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressFrame': /kisskb/src/lib/zstd/decompress.c:1593:21: note: byref variable will be forcibly initialized blockProperties_t blockProperties; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_findFrameCompressedSize': /kisskb/src/lib/zstd/decompress.c:1538:22: note: byref variable will be forcibly initialized blockProperties_t blockProperties; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1518:20: note: byref variable will be forcibly initialized ZSTD_frameParams fParams; ^~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressContinue': /kisskb/src/lib/zstd/decompress.c:1781:21: note: byref variable will be forcibly initialized blockProperties_t bp; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/sched/sch_generic.c:10: /kisskb/src/net/sched/sch_generic.c: In function 'shutdown_scheduler_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1383:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, qdisc_default); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c: In function 'dev_graft_qdisc': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1078:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, &noop_qdisc); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c: In function 'dev_activate': /kisskb/src/net/sched/sch_generic.c:1163:6: note: byref variable will be forcibly initialized int need_watchdog; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_generic.c:11: /kisskb/src/net/sched/sch_generic.c: In function 'dev_deactivate': /kisskb/src/net/sched/sch_generic.c:1314:12: note: byref variable will be forcibly initialized LIST_HEAD(single); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_initDDict': /kisskb/src/lib/zstd/decompress.c:2085:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_getDictID_fromFrame': /kisskb/src/lib/zstd/decompress.c:2137:19: note: byref variable will be forcibly initialized ZSTD_frameParams zfp = {0, 0, 0, 0}; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/sched/sch_generic.c:10: /kisskb/src/net/sched/sch_generic.c: In function 'mini_qdisc_pair_swap': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1492:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*miniqp->p_miniq, miniq); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_initDStream': /kisskb/src/lib/zstd/decompress.c:2216:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_trap_report': /kisskb/src/net/core/devlink.c:11091:32: note: byref variable will be forcibly initialized struct devlink_trap_metadata metadata = {}; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/lib/logic_pio.c:11: /kisskb/src/lib/logic_pio.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/rbtree.h:22, from /kisskb/src/include/linux/rbtree_augmented.h:16, from /kisskb/src/lib/rbtree.c:12: /kisskb/src/lib/rbtree.c: In function '__rb_change_child_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:191:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(root->rb_node, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:189:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(parent->rb_right, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:187:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(parent->rb_left, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/resend.c: In function 'irq_inject_interrupt': /kisskb/src/kernel/irq/resend.c:158:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'insert_entries': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:684:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, item); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'replace_slot': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:829:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, item); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_extend': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:455:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(root->xa_head, entry); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:626:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, node_to_entry(child)); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:602:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:600:40: note: byref variable will be forcibly initialized struct radix_tree_node *node = NULL, *child; ^~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_insert': /kisskb/src/lib/radix-tree.c:705:15: note: byref variable will be forcibly initialized void __rcu **slot; ^~~~ /kisskb/src/lib/radix-tree.c:704:26: note: byref variable will be forcibly initialized struct radix_tree_node *node; ^~~~ /kisskb/src/drivers/gpio/gpio-bd71815.c: In function 'bd71815gpo_get': /kisskb/src/drivers/gpio/gpio-bd71815.c:31:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_lookup': /kisskb/src/lib/radix-tree.c:750:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:749:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_lookup_slot': /kisskb/src/lib/radix-tree.c:795:15: note: byref variable will be forcibly initialized void __rcu **slot; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_set': /kisskb/src/lib/radix-tree.c:969:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:968:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_clear': /kisskb/src/lib/radix-tree.c:1031:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1030:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_get': /kisskb/src/lib/radix-tree.c:1083:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1082:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_next_chunk': /kisskb/src/lib/radix-tree.c:1158:31: note: byref variable will be forcibly initialized unsigned long index, offset, maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1157:33: note: byref variable will be forcibly initialized struct radix_tree_node *node, *child; ^~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup': /kisskb/src/lib/radix-tree.c:1264:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag': /kisskb/src/lib/radix-tree.c:1305:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag_slot': /kisskb/src/lib/radix-tree.c:1346:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_delete_item': /kisskb/src/lib/radix-tree.c:1416:15: note: byref variable will be forcibly initialized void __rcu **slot = NULL; ^~~~ /kisskb/src/lib/radix-tree.c:1415:26: note: byref variable will be forcibly initialized struct radix_tree_node *node = NULL; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'idr_get_free': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1510:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, node_to_entry(child)); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1481:16: note: byref variable will be forcibly initialized unsigned long maxindex, start = iter->next_index; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1479:40: note: byref variable will be forcibly initialized struct radix_tree_node *node = NULL, *child; ^~~~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_printf': /kisskb/src/lib/seq_buf.c:85:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_putmem_hex': /kisskb/src/lib/seq_buf.c:225:16: note: byref variable will be forcibly initialized unsigned char hex[HEX_CHARS]; ^~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_path': /kisskb/src/lib/seq_buf.c:272:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_hex_dump': /kisskb/src/lib/seq_buf.c:367:16: note: byref variable will be forcibly initialized unsigned char linebuf[32 * 3 + 2 + 32 + 1]; ^~~~~~~ /kisskb/src/lib/string.c: In function 'strscpy': /kisskb/src/lib/string.c:206:20: note: byref variable will be forcibly initialized unsigned long c, data; ^~~~ /kisskb/src/lib/string.c:182:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ In file included from /kisskb/src/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-dwapb.c:7: /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/gpio/gpio-dwapb.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/gpio/gpio-dwapb.c:7: /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'dwapb_do_irq': /kisskb/src/drivers/gpio/gpio-dwapb.c:206:16: note: byref variable will be forcibly initialized unsigned long irq_status; ^~~~~~~~~~ /kisskb/src/lib/kobject_uevent.c: In function 'uevent_net_broadcast': /kisskb/src/lib/kobject_uevent.c:686:7: note: byref variable will be forcibly initialized char buf[sizeof("SEQNUM=") + 21]; ^~~ /kisskb/src/lib/kobject_uevent.c: In function 'add_uevent_var': /kisskb/src/lib/kobject_uevent.c:656:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/kobject_uevent.c: In function 'kobject_synth_uevent': /kisskb/src/lib/kobject_uevent.c:197:26: note: byref variable will be forcibly initialized struct kobj_uevent_env *env; ^~~ /kisskb/src/lib/kobject_uevent.c:196:14: note: byref variable will be forcibly initialized const char *action_args; ^~~~~~~~~~~ /kisskb/src/lib/kobject_uevent.c:195:22: note: byref variable will be forcibly initialized enum kobject_action action; ^~~~~~ /kisskb/src/lib/kobject_uevent.c:194:8: note: byref variable will be forcibly initialized char *no_uuid_envp[] = { "SYNTH_UUID=0", NULL }; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/xarray.c:9: /kisskb/src/lib/xarray.c: In function 'xas_expand': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:615:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(xa->xa_head, head); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:612:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(xa_to_node(head)->parent, node); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c: In function 'xas_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:681:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, xa_mk_node(node)); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c: In function 'xas_store': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:816:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, entry); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_max': /kisskb/src/lib/win_minmax.c:69:23: note: byref variable will be forcibly initialized struct minmax_sample val = { .t = t, .v = meas }; ^~~ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_min': /kisskb/src/lib/win_minmax.c:87:23: note: byref variable will be forcibly initialized struct minmax_sample val = { .t = t, .v = meas }; ^~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function 'xa_load': /kisskb/src/lib/xarray.c:1451:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_erase': /kisskb/src/lib/xarray.c:1489:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_store': /kisskb/src/lib/xarray.c:1535:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_cmpxchg': /kisskb/src/lib/xarray.c:1601:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_insert': /kisskb/src/lib/xarray.c:1638:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_alloc': /kisskb/src/lib/xarray.c:1808:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_set_mark': /kisskb/src/lib/xarray.c:1895:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_clear_mark': /kisskb/src/lib/xarray.c:1913:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_get_mark': /kisskb/src/lib/xarray.c:1935:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find': /kisskb/src/lib/xarray.c:2009:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, *indexp); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find_after': /kisskb/src/lib/xarray.c:2059:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, *indexp + 1); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_extract': /kisskb/src/lib/xarray.c:2156:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_destroy': /kisskb/src/lib/xarray.c:2202:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/parser.c: In function 'match_number': /kisskb/src/lib/parser.c:131:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/lib/parser.c: In function 'match_u64int': /kisskb/src/lib/parser.c:168:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_resume_npwm': /kisskb/src/drivers/pwm/sysfs.c:420:20: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_suspend': /kisskb/src/drivers/pwm/sysfs.c:444:20: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_unexport_child': /kisskb/src/drivers/pwm/sysfs.c:288:8: note: byref variable will be forcibly initialized char *pwm_prop[2]; ^~~~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'unexport_store': /kisskb/src/drivers/pwm/sysfs.c:343:15: note: byref variable will be forcibly initialized unsigned int hwpwm; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_export_child': /kisskb/src/drivers/pwm/sysfs.c:244:8: note: byref variable will be forcibly initialized char *pwm_prop[2]; ^~~~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'capture_show': /kisskb/src/drivers/pwm/sysfs.c:208:21: note: byref variable will be forcibly initialized struct pwm_capture result; ^~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'polarity_store': /kisskb/src/drivers/pwm/sysfs.c:184:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'enable_store': /kisskb/src/drivers/pwm/sysfs.c:125:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/pwm/sysfs.c:124:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'duty_cycle_store': /kisskb/src/drivers/pwm/sysfs.c:90:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/pwm/sysfs.c:89:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'period_store': /kisskb/src/drivers/pwm/sysfs.c:55:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/pwm/sysfs.c:54:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'export_store': /kisskb/src/drivers/pwm/sysfs.c:316:15: note: byref variable will be forcibly initialized unsigned int hwpwm; ^~~~~ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_set': /kisskb/src/drivers/gpio/gpio-logicvc.c:68:20: note: byref variable will be forcibly initialized unsigned int reg, bit; ^~~ /kisskb/src/drivers/gpio/gpio-logicvc.c:68:15: note: byref variable will be forcibly initialized unsigned int reg, bit; ^~~ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_get': /kisskb/src/drivers/gpio/gpio-logicvc.c:53:25: note: byref variable will be forcibly initialized unsigned int reg, bit, value; ^~~~~ /kisskb/src/drivers/gpio/gpio-logicvc.c:53:20: note: byref variable will be forcibly initialized unsigned int reg, bit, value; ^~~ /kisskb/src/drivers/gpio/gpio-logicvc.c:53:15: note: byref variable will be forcibly initialized unsigned int reg, bit, value; ^~~ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_probe': /kisskb/src/drivers/gpio/gpio-logicvc.c:107:19: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/gpio/gpio-ftgpio010.c: In function 'ftgpio_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-ftgpio010.c:145:16: note: byref variable will be forcibly initialized unsigned long stat; ^~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-ftgpio010.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/list_sort.c: In function 'merge': /kisskb/src/lib/list_sort.c:19:20: note: byref variable will be forcibly initialized struct list_head *head, **tail = &head; ^~~~ /kisskb/src/lib/list_sort.c: In function 'list_sort': /kisskb/src/lib/list_sort.c:187:40: note: byref variable will be forcibly initialized struct list_head *list = head->next, *pending = NULL; ^~~~~~~ /kisskb/src/lib/kasprintf.c: In function 'kvasprintf': /kisskb/src/lib/kasprintf.c:19:10: note: byref variable will be forcibly initialized va_list aq; ^~ /kisskb/src/lib/kasprintf.c: In function 'kasprintf': /kisskb/src/lib/kasprintf.c:55:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/phy/socionext/phy-uniphier-usb3hs.c: In function 'uniphier_u3hsphy_update_config': /kisskb/src/drivers/phy/socionext/phy-uniphier-usb3hs.c:145:37: note: byref variable will be forcibly initialized struct uniphier_u3hsphy_trim_param trim; ^~~~ /kisskb/src/drivers/phy/socionext/phy-uniphier-usb3hs.c: In function 'uniphier_u3hsphy_init': /kisskb/src/drivers/phy/socionext/phy-uniphier-usb3hs.c:255:6: note: byref variable will be forcibly initialized u32 config0, config1; ^~~~~~~ /kisskb/src/fs/sysfs/group.c: In function 'internal_create_group': /kisskb/src/fs/sysfs/group.c:113:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/group.c:112:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/fs/sysfs/group.c: In function 'sysfs_merge_group': /kisskb/src/fs/sysfs/group.c:331:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/group.c:330:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip': /kisskb/src/kernel/irq/chip.c:43:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_irq_type': /kisskb/src/kernel/irq/chip.c:70:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_handler_data': /kisskb/src/kernel/irq/chip.c:92:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_msi_desc_off': /kisskb/src/kernel/irq/chip.c:114:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip_data': /kisskb/src/kernel/irq/chip.c:147:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'handle_untracked_irq': /kisskb/src/kernel/irq/chip.c:578:15: note: byref variable will be forcibly initialized unsigned int flags = 0; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function '__irq_set_handler': /kisskb/src/kernel/irq/chip.c:1049:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chained_handler_and_data': /kisskb/src/kernel/irq/chip.c:1064:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_modify_status': /kisskb/src/kernel/irq/chip.c:1088:16: note: byref variable will be forcibly initialized unsigned long flags, trigger, tmp; ^~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c: In function 'rcu_segcblist_merge': /kisskb/src/kernel/rcu/rcu_segcblist.c:613:20: note: byref variable will be forcibly initialized struct rcu_cblist pendcbs; ^~~~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c:612:20: note: byref variable will be forcibly initialized struct rcu_cblist donecbs; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/llist.c:57:10: note: in expansion of macro 'smp_load_acquire' entry = smp_load_acquire(&head->first); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_getnum': /kisskb/src/lib/bitmap.c:648:21: note: byref variable will be forcibly initialized unsigned long long n; ^ In file included from /kisskb/src/lib/bitmap.c:16: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_parselist': /kisskb/src/lib/bitmap.c:782:16: note: byref variable will be forcibly initialized struct region r; ^ In file included from /kisskb/src/include/linux/random.h:121, from /kisskb/src/lib/random32.c:39: /kisskb/src/lib/random32.c: In function 'arch_get_random_seed_int': /kisskb/src/arch/arm64/include/asm/archrandom.h:88:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/arch/arm64/include/asm/archrandom.h:87:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/lib/random32.c: In function '__extract_hwseed': /kisskb/src/lib/random32.c:250:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/lib/random32.c: In function 'prandom_state_selftest': /kisskb/src/lib/random32.c:290:20: note: byref variable will be forcibly initialized struct rnd_state state; ^~~~~ /kisskb/src/lib/random32.c:275:20: note: byref variable will be forcibly initialized struct rnd_state state; ^~~~~ /kisskb/src/lib/random32.c: In function 'prandom_seed_full_state': /kisskb/src/lib/random32.c:116:7: note: byref variable will be forcibly initialized u32 seeds[4]; ^~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/irq/devres.c:2: /kisskb/src/kernel/irq/devres.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/irq/devres.c:3: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/irq/devres.c: In function 'devm_free_irq': /kisskb/src/kernel/irq/devres.c:141:20: note: byref variable will be forcibly initialized struct irq_devres match_data = { irq, dev_id }; ^~~~~~~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_copy_buffer': /kisskb/src/lib/scatterlist.c:955:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_zero_buffer': /kisskb/src/lib/scatterlist.c:1070:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/kernel/irq/generic-chip.c:7: /kisskb/src/kernel/irq/generic-chip.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/kernel/irq/generic-chip.c:7: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/kernel/irq/generic-chip.c:11: /kisskb/src/kernel/irq/generic-chip.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_string': /kisskb/src/lib/vsprintf.c:1350:8: note: byref variable will be forcibly initialized char temp[4] __aligned(2); /* hold each IP quad in reverse order */ ^~~~ /kisskb/src/lib/vsprintf.c: In function 'number': /kisskb/src/lib/vsprintf.c:453:7: note: byref variable will be forcibly initialized char tmp[3 * sizeof(num)] __aligned(2); ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_level_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:280:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:279:17: note: byref variable will be forcibly initialized struct regmap *map; ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_edge_cause': /kisskb/src/drivers/gpio/gpio-mvebu.c:180:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:179:17: note: byref variable will be forcibly initialized struct regmap *map; ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_edge_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:230:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:229:17: note: byref variable will be forcibly initialized struct regmap *map; ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_level_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:268:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:267:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:266:17: note: byref variable will be forcibly initialized struct regmap *map; ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_edge_cause': /kisskb/src/drivers/gpio/gpio-mvebu.c:168:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:167:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:166:17: note: byref variable will be forcibly initialized struct regmap *map; ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_edge_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:218:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:217:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:216:17: note: byref variable will be forcibly initialized struct regmap *map; ^~~ /kisskb/src/lib/vsprintf.c: In function 'simple_strntoull': /kisskb/src/lib/vsprintf.c:60:21: note: byref variable will be forcibly initialized unsigned long long result = 0ULL; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_pwm_get_state': /kisskb/src/drivers/gpio/gpio-mvebu.c:671:6: note: byref variable will be forcibly initialized u32 u; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/gpio/gpio-mvebu.c:39: /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-mvebu.c:591:8: note: byref variable will be forcibly initialized u32 polarity; ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:565:19: note: byref variable will be forcibly initialized u32 cause, type, data_in, level_mask, edge_cause, edge_mask; ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_irq_set_type': /kisskb/src/drivers/gpio/gpio-mvebu.c:537:16: note: byref variable will be forcibly initialized u32 data_in, in_pol, val; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:537:7: note: byref variable will be forcibly initialized u32 data_in, in_pol, val; ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:503:6: note: byref variable will be forcibly initialized u32 u; ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_get': /kisskb/src/drivers/gpio/gpio-mvebu.c:319:16: note: byref variable will be forcibly initialized u32 data_in, in_pol; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:319:7: note: byref variable will be forcibly initialized u32 data_in, in_pol; ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:314:6: note: byref variable will be forcibly initialized u32 u; ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-mvebu.c:387:6: note: byref variable will be forcibly initialized u32 u; ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_dbg_show': /kisskb/src/drivers/gpio/gpio-mvebu.c:893:35: note: byref variable will be forcibly initialized u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:893:27: note: byref variable will be forcibly initialized u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:893:20: note: byref variable will be forcibly initialized u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; ^~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:893:11: note: byref variable will be forcibly initialized u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:893:6: note: byref variable will be forcibly initialized u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; ^~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_compressed_string': /kisskb/src/lib/vsprintf.c:1381:18: note: byref variable will be forcibly initialized struct in6_addr in6; ^~~ /kisskb/src/lib/vsprintf.c:1374:16: note: byref variable will be forcibly initialized unsigned char zerolength[8]; ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_pwm_probe': /kisskb/src/drivers/gpio/gpio-mvebu.c:790:6: note: byref variable will be forcibly initialized u32 offset; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_probe': /kisskb/src/drivers/gpio/gpio-mvebu.c:1129:15: note: byref variable will be forcibly initialized unsigned int ngpios; ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ptr_to_id': /kisskb/src/lib/vsprintf.c:825:16: note: byref variable will be forcibly initialized unsigned long hashval; ^~~~~~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_disable': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:153:11: note: byref variable will be forcibly initialized unsigned cmr; ^~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_enable': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:210:6: note: byref variable will be forcibly initialized u32 cmr; ^~~ /kisskb/src/lib/vsprintf.c: In function 'resource_string': /kisskb/src/lib/vsprintf.c:1084:7: note: byref variable will be forcibly initialized char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, ^~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_probe': /kisskb/src/lib/vsprintf.c: In function 'mac_address_string': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:430:6: note: byref variable will be forcibly initialized int channel; ^~~~~~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:428:7: note: byref variable will be forcibly initialized char clk_name[] = "t0_clk"; ^~~~~~~~ /kisskb/src/lib/vsprintf.c:1283:7: note: byref variable will be forcibly initialized char mac_addr[sizeof("xx:xx:xx:xx:xx:xx")]; ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string': /kisskb/src/lib/vsprintf.c:1473:7: note: byref variable will be forcibly initialized char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")]; ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string': /kisskb/src/lib/vsprintf.c:1487:7: note: byref variable will be forcibly initialized char ip4_addr[sizeof("255.255.255.255")]; ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string_sa': /kisskb/src/lib/vsprintf.c:1564:7: note: byref variable will be forcibly initialized char fmt4[3] = { fmt[0], '4', 0 }; ^~~~ /kisskb/src/lib/vsprintf.c:1561:11: note: byref variable will be forcibly initialized char *p, ip4_addr[sizeof("255.255.255.255") + sizeof(":12345")]; ^~~~~~~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_request': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:87:11: note: byref variable will be forcibly initialized unsigned cmr; ^~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string_sa': /kisskb/src/lib/vsprintf.c:1504:7: note: byref variable will be forcibly initialized char fmt6[2] = { fmt[0], '6' }; ^~~~ /kisskb/src/lib/vsprintf.c:1499:7: note: byref variable will be forcibly initialized char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") + ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'uuid_string': /kisskb/src/lib/vsprintf.c:1704:7: note: byref variable will be forcibly initialized char uuid[UUID_STRING_LEN + 1]; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'symbol_string': /kisskb/src/lib/vsprintf.c:988:7: note: byref variable will be forcibly initialized char sym[KSYM_SYMBOL_LEN]; ^~~ /kisskb/src/lib/vsprintf.c: In function 'fourcc_string': /kisskb/src/lib/vsprintf.c:1771:7: note: byref variable will be forcibly initialized char output[sizeof("0123 little-endian (0x01234567)")]; ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1918:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/lib/vsprintf.c:1917:18: note: byref variable will be forcibly initialized struct rtc_time rtc_time; ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'device_node_string': /kisskb/src/lib/vsprintf.c:2113:14: note: byref variable will be forcibly initialized const char *p; ^ /kisskb/src/lib/vsprintf.c:2112:7: note: byref variable will be forcibly initialized char tbuf[sizeof("xxxx") + 1]; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'num_to_str': /kisskb/src/lib/vsprintf.c:375:7: note: byref variable will be forcibly initialized char tmp[sizeof(num) * 3] __aligned(2); ^~~ /kisskb/src/lib/vsprintf.c: In function 'va_format': /kisskb/src/lib/vsprintf.c:1688:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/lib/vsprintf.c: In function 'snprintf': /kisskb/src/lib/vsprintf.c:2926:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'scnprintf': /kisskb/src/lib/vsprintf.c:2950:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'sprintf': /kisskb/src/lib/vsprintf.c:2995:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'vbin_printf': /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3145:5: note: in expansion of macro 'save_arg' save_arg(ptrdiff_t); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3142:5: note: in expansion of macro 'save_arg' save_arg(size_t); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3139:5: note: in expansion of macro 'save_arg' save_arg(unsigned long); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3135:5: note: in expansion of macro 'save_arg' save_arg(long long); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3116:6: note: in expansion of macro 'save_arg' save_arg(void *); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3112:5: note: in expansion of macro 'save_arg' save_arg(void *); ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'bstr_printf': /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3355:11: note: in expansion of macro 'get_arg' num = get_arg(int); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3352:11: note: in expansion of macro 'get_arg' num = get_arg(unsigned int); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3349:11: note: in expansion of macro 'get_arg' num = get_arg(short); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3346:11: note: in expansion of macro 'get_arg' num = get_arg(unsigned short); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3343:11: note: in expansion of macro 'get_arg' num = get_arg(signed char); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3340:11: note: in expansion of macro 'get_arg' num = get_arg(unsigned char); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3337:11: note: in expansion of macro 'get_arg' num = get_arg(ptrdiff_t); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3334:11: note: in expansion of macro 'get_arg' num = get_arg(size_t); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3331:11: note: in expansion of macro 'get_arg' num = get_arg(unsigned long); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3327:11: note: in expansion of macro 'get_arg' num = get_arg(long long); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3305:34: note: in expansion of macro 'get_arg' str = pointer(fmt, str, end, get_arg(void *), spec); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3258:24: note: in expansion of macro 'get_arg' c = (unsigned char) get_arg(char); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3245:25: note: in expansion of macro 'get_arg' set_precision(&spec, get_arg(int)); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3241:27: note: in expansion of macro 'get_arg' set_field_width(&spec, get_arg(int)); ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'bprintf': /kisskb/src/lib/vsprintf.c:3390:10: note: byref variable will be forcibly initialized 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:264, 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:3547:19: note: byref variable will be forcibly initialized DECLARE_BITMAP(set, 256) = {0}; ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/lib/vsprintf.c:3412:8: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'sscanf': /kisskb/src/lib/vsprintf.c:3690:10: note: byref variable will be forcibly initialized va_list args; ^~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/sch_mq.c: In function 'mq_offload_stats': /kisskb/src/net/sched/sch_mq.c:40:28: note: byref variable will be forcibly initialized struct tc_mq_qopt_offload opt = { ^~~ In file included from /kisskb/src/net/sched/sch_mq.c:9: /kisskb/src/net/sched/sch_mq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:259:2: note: in expansion of macro 'smp_store_release' smp_store_release(&ref->percpu_count_ptr, ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_peek_r': /kisskb/src/lib/kfifo.c:467:15: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_r': /kisskb/src/lib/kfifo.c:479:15: note: byref variable will be forcibly initialized unsigned int n; ^ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/lib/percpu-refcount.c:7: /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_get_many': In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/phy/tegra/xusb.c:6: /kisskb/src/drivers/phy/tegra/xusb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:11, from /kisskb/src/drivers/phy/tegra/xusb.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/sch_mq.c: In function 'mq_graft': /kisskb/src/net/sched/sch_mq.c:194:28: note: byref variable will be forcibly initialized struct tc_mq_qopt_offload graft_offload; ^~~~~~~~~~~~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:275:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(percpu_ref_switch_waitq, !data->confirm_switch, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_switch_to_atomic_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:329:2: note: in expansion of macro 'wait_event' wait_event(percpu_ref_switch_waitq, !ref->data->confirm_switch); ^~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_is_zero': /kisskb/src/lib/percpu-refcount.c:410:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_resurrect': /kisskb/src/lib/percpu-refcount.c:463:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb.c: In function 'tegra_xusb_usb3_port_parse_dt': /kisskb/src/drivers/phy/tegra/xusb.c:933:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/phy/tegra/xusb.c: In function 'tegra_xusb_lane_parse_dt': /kisskb/src/drivers/phy/tegra/xusb.c:113:14: note: byref variable will be forcibly initialized const char *function; ^~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb.c: In function 'tegra_xusb_usb2_port_parse_dt': /kisskb/src/drivers/phy/tegra/xusb.c:718:14: note: byref variable will be forcibly initialized const char *mode; ^~~~ /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:16: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized 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:248:16: note: byref variable will be forcibly initialized void __iomem *ports[] = { ^~~~~ /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c:247:16: note: byref variable will be forcibly initialized unsigned long gpio_mask; ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'push_pipe': /kisskb/src/lib/iov_iter.c:507:9: note: byref variable will be forcibly initialized size_t off; ^~~ /kisskb/src/lib/iov_iter.c:506:15: note: byref variable will be forcibly initialized unsigned int iter_head; ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_read_regs': /kisskb/src/drivers/gpio/gpio-pca953x.c:410:5: note: byref variable will be forcibly initialized u8 value[MAX_BANK]; ^~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages': /kisskb/src/lib/iov_iter.c:1343:15: note: byref variable will be forcibly initialized unsigned int iter_head, npages; ^~~~~~~~~ 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:264, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_get_multiple': /kisskb/src/drivers/gpio/gpio-pca953x.c:519:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(reg_val, MAX_LINE); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_pipe_to_iter': /kisskb/src/lib/iov_iter.c:554:12: note: byref variable will be forcibly initialized size_t n, off; ^~~ /kisskb/src/lib/iov_iter.c:553:15: note: byref variable will be forcibly initialized unsigned int i_head; ^~~~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_write_regs': /kisskb/src/drivers/gpio/gpio-pca953x.c:392:5: note: byref variable will be forcibly initialized u8 value[MAX_BANK]; ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, 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:264, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_set_multiple': /kisskb/src/drivers/gpio/gpio-pca953x.c:536:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(reg_val, MAX_LINE); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-pca953x.c:500:6: note: byref variable will be forcibly initialized u32 reg_val; ^~~~~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_get_value': /kisskb/src/drivers/gpio/gpio-pca953x.c:465:6: note: byref variable will be forcibly initialized u32 reg_val; ^~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, 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:264, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'device_pca95xx_init': /kisskb/src/drivers/gpio/gpio-pca953x.c:901:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(val, MAX_LINE); ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'device_pca957x_init': /kisskb/src/drivers/gpio/gpio-pca953x.c:927:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(val, MAX_LINE); ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_zero': /kisskb/src/lib/iov_iter.c:872:12: note: byref variable will be forcibly initialized size_t n, off; ^~~ /kisskb/src/lib/iov_iter.c:871:15: note: byref variable will be forcibly initialized unsigned int i_head; ^~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_bvec_advance': /kisskb/src/lib/iov_iter.c:985:19: note: byref variable will be forcibly initialized struct bvec_iter bi; ^~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'iter_xarray_populate_pages': /kisskb/src/lib/iov_iter.c:1360:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1522:15: note: byref variable will be forcibly initialized unsigned int iter_head, npages; ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_pipe_iter': /kisskb/src/lib/iov_iter.c:591:9: note: byref variable will be forcibly initialized size_t r; ^ /kisskb/src/lib/iov_iter.c:590:15: note: byref variable will be forcibly initialized unsigned int i_head; ^~~~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/lib/iov_iter.c:2: /kisskb/src/lib/iov_iter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rht_assign_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:391:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)((unsigned long)obj | BIT(0))); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/lib/rhashtable.c:20: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function '_copy_to_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:620:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rhashtable_lookup_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:524:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:492:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:265:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, next); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:720:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_nocache': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:735:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_zero': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:900:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, count, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_table': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:332:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ht->tbl, new_tbl); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_page_from_iter_atomic': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:922:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages': /kisskb/src/lib/iov_iter.c:1475:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1597:9: note: byref variable will be forcibly initialized size_t len; ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1651:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ({ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1678:7: note: in expansion of macro 'iterate_and_advance' else iterate_and_advance(i, bytes, base, len, off, ({ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1668:9: note: byref variable will be forcibly initialized __wsum sum, next; ^~~ /kisskb/src/lib/iov_iter.c: In function 'hash_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1697:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_npages': /kisskb/src/lib/iov_iter.c:1761:10: note: byref variable will be forcibly initialized size_t off; ^~~ /kisskb/src/lib/iov_iter.c:1759:16: note: byref variable will be forcibly initialized unsigned int iter_head; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&(v)->counter); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoull': /kisskb/src/lib/kstrtox.c:95:21: note: byref variable will be forcibly initialized unsigned long long _res; ^~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll': /kisskb/src/lib/kstrtox.c:153:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_exp_need_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:728:2: note: in expansion of macro 'smp_store_release' smp_store_release(this_cpu_ptr(&rcu_data.rcu_urgent_qs), true); ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoul': /kisskb/src/lib/kstrtox.c:178:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtol': /kisskb/src/lib/kstrtox.c:194:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint': /kisskb/src/lib/kstrtox.c:224:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint': /kisskb/src/lib/kstrtox.c:254:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16': /kisskb/src/lib/kstrtox.c:269:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16': /kisskb/src/lib/kstrtox.c:284:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8': /kisskb/src/lib/kstrtox.c:299:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8': /kisskb/src/lib/kstrtox.c:314:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtobool_from_user': /kisskb/src/lib/kstrtox.c:382:7: note: byref variable will be forcibly initialized char buf[4]; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoull_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:406:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:407:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoll_from_user, kstrtoll, long long); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoul_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:408:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtol_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:409:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtol_from_user, kstrtol, long); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_expired_fqs_timer': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_stall.h:502:13: note: in expansion of macro 'smp_load_acquire' gp_state = smp_load_acquire(&rcu_state.gp_state); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:410:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:411:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoint_from_user, kstrtoint, int); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:412:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtou16_from_user, kstrtou16, u16); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:413:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtos16_from_user, kstrtos16, s16); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:414:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtou8_from_user, kstrtou8, u8); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:415:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtos8_from_user, kstrtos8, s8); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'sync_exp_reset_tree_hotplug': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:79:14: note: in expansion of macro 'smp_load_acquire' int ncpus = smp_load_acquire(&rcu_state.ncpus); /* Order vs. locking. */ ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/lib/bucket_locks.c:1: /kisskb/src/lib/bucket_locks.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/bucket_locks.c:3: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_first_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:516:8: note: byref variable will be forcibly initialized ulong j; ^ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_next_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:528:8: note: byref variable will be forcibly initialized ulong j; ^ In file included from /kisskb/src/kernel/rcu/tree.c:4743: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_starvation': /kisskb/src/kernel/rcu/tree_stall.h:461:16: note: byref variable will be forcibly initialized unsigned long j; ^ In file included from /kisskb/src/kernel/rcu/tree.c:4745: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_do_flush_bypass': /kisskb/src/kernel/rcu/tree_nocb.h:306:20: note: byref variable will be forcibly initialized struct rcu_cblist rcl; ^~~ /kisskb/src/kernel/rcu/tree.c: In function '__call_rcu_nocb_wake': /kisskb/src/kernel/rcu/tree_nocb.h:499:16: note: byref variable will be forcibly initialized unsigned long cur_gp_seq; ^~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_try_bypass': /kisskb/src/kernel/rcu/tree_nocb.h:378:16: note: byref variable will be forcibly initialized unsigned long cur_gp_seq; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_do_batch': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2529:4: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'nocb_gp_wait': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:207:2: note: in expansion of macro '___swait_event' ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:11: note: in expansion of macro '__swait_event_interruptible' __ret = __swait_event_interruptible(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:728:3: note: in expansion of macro 'swait_event_interruptible_exclusive' swait_event_interruptible_exclusive( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:207:2: note: in expansion of macro '___swait_event' ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:11: note: in expansion of macro '__swait_event_interruptible' __ret = __swait_event_interruptible(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:722:3: note: in expansion of macro 'swait_event_interruptible_exclusive' swait_event_interruptible_exclusive(my_rdp->nocb_gp_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4745: /kisskb/src/kernel/rcu/tree_nocb.h:630:8: note: byref variable will be forcibly initialized bool needwake_state = false; ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:611:16: note: byref variable will be forcibly initialized unsigned long cur_gp_seq; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_gp_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:762:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'force_qs_rnp': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2624:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_fqs_loop': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1985:4: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1979:4: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:255:2: note: in expansion of macro '___swait_event' ___swait_event(wq, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:282:11: note: in expansion of macro '__swait_event_idle_timeout' __ret = __swait_event_idle_timeout(wq, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1957:9: note: in expansion of macro 'swait_event_idle_timeout_exclusive' (void)swait_event_idle_timeout_exclusive(rcu_state.gp_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1933:6: note: byref variable will be forcibly initialized int gf = 0; ^~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait_once': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:194:2: note: in expansion of macro '___swait_event' ___swait_event(wq, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:202:11: note: in expansion of macro '__swait_event_timeout' __ret = __swait_event_timeout(wq, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:471:6: note: in expansion of macro 'swait_event_timeout_exclusive' t = swait_event_timeout_exclusive(rcu_state.expedited_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1296:3: note: in expansion of macro 'smp_store_release' smp_store_release(ruqp, true); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_cleanup': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2063:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2009:16: note: byref variable will be forcibly initialized unsigned long new_gp_seq; ^~~~~~~~~~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'kfree_rcu_work': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3320:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3296:4: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included 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/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_init_one': /kisskb/src/kernel/rcu/tree.c:4478:6: note: byref variable will be forcibly initialized int levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */ ^~~~~~~~~~~ /kisskb/src/lib/string_helpers.c: In function 'string_get_size': /kisskb/src/lib/string_helpers.c:54:7: note: byref variable will be forcibly initialized char tmp[8]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_set_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:525:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(domain->revmap[hwirq], irq_data); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4745: /kisskb/src/kernel/rcu/tree.c: In function 'show_rcu_nocb_state': /kisskb/src/kernel/rcu/tree_nocb.h:1354:7: note: byref variable will be forcibly initialized char bufr[20]; ^~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1353:7: note: byref variable will be forcibly initialized char bufw[20]; ^~~~ /kisskb/src/lib/string_helpers.c: In function 'string_unescape': /kisskb/src/lib/string_helpers.c:270:8: note: byref variable will be forcibly initialized char *out = dst; ^~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_clear_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:510:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(domain->revmap[hwirq], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/string_helpers.c: In function 'string_escape_mem': /kisskb/src/lib/string_helpers.c:522:8: note: byref variable will be forcibly initialized char *p = dst; ^ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_fix_revmap': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:1518:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(d->domain->revmap[d->hwirq], d); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4744: /kisskb/src/kernel/rcu/tree.c: In function 'sync_rcu_exp_select_node_cpus': /kisskb/src/kernel/rcu/tree_exp.h:342:16: note: byref variable will be forcibly initialized unsigned long mask_ofl_ipi; ^~~~~~~~~~~~ /kisskb/src/lib/string_helpers.c: In function 'kstrdup_quotable': /kisskb/src/lib/string_helpers.c:598:13: note: byref variable will be forcibly initialized const char esc[] = "\f\n\r\t\v\a\e\\\""; ^~~ In file included from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:313:4: note: in expansion of macro 'wait_event' wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], ^~~~~~~~~~ In file included from /kisskb/src/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:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:183:8: note: in expansion of macro '___swait_event' (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:2: note: in expansion of macro '__swait_event' __swait_event(wq, condition); \ ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:994:2: note: in expansion of macro 'swait_event_exclusive' swait_event_exclusive(rdp->nocb_state_wq, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_rdp_offload': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:183:8: note: in expansion of macro '___swait_event' (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:2: note: in expansion of macro '__swait_event' __swait_event(wq, condition); \ ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1083:2: note: in expansion of macro 'swait_event_exclusive' swait_event_exclusive(rdp->nocb_state_wq, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_xlate_twocell': /kisskb/src/kernel/irq/irqdomain.c:965:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_softirq_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:251:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'nocb_cb_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:850:3: note: in expansion of macro 'if' if (smp_load_acquire(&rdp->nocb_cb_sleep)) { // ^^^ ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:850:7: note: in expansion of macro 'smp_load_acquire' 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:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:207:2: note: in expansion of macro '___swait_event' ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:11: note: in expansion of macro '__swait_event_interruptible' __ret = __swait_event_interruptible(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:846:3: note: in expansion of macro 'swait_event_interruptible_exclusive' swait_event_interruptible_exclusive(rdp->nocb_cb_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4745: /kisskb/src/kernel/rcu/tree_nocb.h:785:16: note: byref variable will be forcibly initialized unsigned long cur_gp_seq; ^~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-cros-ec.c: In function 'cros_ec_pwm_get_duty': /kisskb/src/drivers/pwm/pwm-cros-ec.c:92:13: note: byref variable will be forcibly initialized } __packed buf; ^~~ /kisskb/src/drivers/pwm/pwm-cros-ec.c: In function 'cros_ec_pwm_set_duty': /kisskb/src/drivers/pwm/pwm-cros-ec.c:66:13: note: byref variable will be forcibly initialized } __packed buf; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_cb_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:869:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_fwspec_mapping': /kisskb/src/kernel/irq/irqdomain.c:765:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/kernel/irq/irqdomain.c:764:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_of_mapping': /kisskb/src/kernel/irq/irqdomain.c:853:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_request_urgent_qs_task': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1142:2: note: in expansion of macro 'smp_store_release' smp_store_release(per_cpu_ptr(&rcu_data.rcu_urgent_qs, cpu), true); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function '__call_rcu': /kisskb/src/kernel/rcu/tree.c:2966:7: note: byref variable will be forcibly initialized bool was_alldone; ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_cpu_starting': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4260:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rcu_state.ncpus, rcu_state.ncpus + newcpu); /* ^^^ */ ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_sched_clock_irq': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2590:2: note: in expansion of macro 'if' if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2590:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_init': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1867:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2122:4: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:233:8: note: in expansion of macro '___swait_event' (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:251:2: note: in expansion of macro '__swait_event_idle' __swait_event_idle(wq, condition); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2114:4: note: in expansion of macro 'swait_event_idle_exclusive' swait_event_idle_exclusive(rcu_state.gp_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:853:2: note: in expansion of macro 'wait_event' wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], ^~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:831:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:831:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4744: /kisskb/src/kernel/rcu/tree_exp.h:816:22: note: byref variable will be forcibly initialized struct rcu_exp_work rew; ^~~ In file included from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu': /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3748:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3748:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'kvfree_call_rcu': /kisskb/src/kernel/rcu/tree.c:3524:24: note: byref variable will be forcibly initialized struct kfree_rcu_cpu *krcp; ^~~~ /kisskb/src/kernel/rcu/tree.c:3523:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4439:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rcu_state.gp_kthread, t); /* ^^^ */ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4408:21: note: byref variable will be forcibly initialized struct sched_param sp; ^~ /kisskb/src/lib/devres.c: In function 'devm_of_iomap': /kisskb/src/lib/devres.c:254:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:870:2: note: in expansion of macro 'if' if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:870:7: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_note_context_switch': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:898:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, preempt); ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:893:2: note: in expansion of macro 'if' if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:893:7: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpio/gpio-rc5t583.c:17: /kisskb/src/drivers/gpio/gpio-rc5t583.c: In function 'rc5t583_read': /kisskb/src/include/linux/mfd/rc5t583.h:335:15: note: byref variable will be forcibly initialized unsigned int ival; ^~~~ /kisskb/src/drivers/gpio/gpio-rc5t583.c: In function 'rc5t583_gpio_get': /kisskb/src/drivers/gpio/gpio-rc5t583.c:28:10: note: byref variable will be forcibly initialized uint8_t val = 0; ^~~ /kisskb/src/lib/btree.c: In function 'btree_get_prev': /kisskb/src/lib/btree.c:316:35: note: byref variable will be forcibly initialized unsigned long *retry_key = NULL, key[MAX_KEYLEN]; ^~~ /kisskb/src/lib/btree.c: In function 'btree_merge': /kisskb/src/lib/btree.c:643:16: note: byref variable will be forcibly initialized unsigned long dup[MAX_KEYLEN]; ^~~ /kisskb/src/lib/btree.c:642:16: note: byref variable will be forcibly initialized unsigned long key[MAX_KEYLEN]; ^~~ /kisskb/src/drivers/gpio/gpio-rcar.c: In function 'gpio_rcar_parse_dt': /kisskb/src/drivers/gpio/gpio-rcar.c:448:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/gpio/gpio-rcar.c: In function 'gpio_rcar_probe': /kisskb/src/drivers/gpio/gpio-rcar.c:486:15: note: byref variable will be forcibly initialized unsigned int npins; ^~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_find': /kisskb/src/lib/assoc_array.c:308:33: note: byref variable will be forcibly initialized struct assoc_array_walk_result result; ^~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_insert': /kisskb/src/lib/assoc_array.c:969:33: note: byref variable will be forcibly initialized struct assoc_array_walk_result result; ^~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_delete': /kisskb/src/lib/assoc_array.c:1084:33: note: byref variable will be forcibly initialized struct assoc_array_walk_result result; ^~~~~~ /kisskb/src/lib/assoc_array.c:1083:45: note: byref variable will be forcibly initialized struct assoc_array_delete_collapse_context collapse; ^~~~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_gc': /kisskb/src/lib/assoc_array.c:1463:26: note: byref variable will be forcibly initialized struct assoc_array_ptr *new_root, *new_parent, **new_ptr_pp; ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-rdc321x.c: In function 'rdc_gpio_get_value': /kisskb/src/drivers/gpio/gpio-rdc321x.c:33:6: note: byref variable will be forcibly initialized u32 value = 0; ^~~~~ /kisskb/src/drivers/gpio/gpio-rdc321x.c: In function 'rdc_gpio_config': /kisskb/src/drivers/gpio/gpio-rdc321x.c:83:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/gpio/gpio-tegra186.c: In function 'tegra186_gpio_irq': /kisskb/src/drivers/gpio/gpio-tegra186.c:460:17: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/gpio/gpio-pl061.c: In function 'pl061_irq_handler': /kisskb/src/drivers/gpio/gpio-pl061.c:215:16: note: byref variable will be forcibly initialized unsigned long pending; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, 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/drivers/gpio/gpio-pl061.c:11: /kisskb/src/drivers/gpio/gpio-pl061.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-pl061.c:21: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-tegra186.c:8: /kisskb/src/drivers/gpio/gpio-tegra186.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-tegra186.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/packing.c: In function 'packing': /kisskb/src/lib/packing.c:193:8: note: byref variable will be forcibly initialized u64 pval; ^~~~ /kisskb/src/lib/packing.c:178:8: note: byref variable will be forcibly initialized u64 pval; ^~~~ /kisskb/src/lib/packing.c:135:7: note: byref variable will be forcibly initialized u8 box_mask; ^~~~~~~~ /kisskb/src/lib/packing.c:134:22: note: byref variable will be forcibly initialized int box_start_bit, box_end_bit, box_addr; ^~~~~~~~~~~ /kisskb/src/lib/packing.c:134:7: note: byref variable will be forcibly initialized int box_start_bit, box_end_bit, box_addr; ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-core.c: In function '_of_phy_get': /kisskb/src/drivers/phy/phy-core.c:532:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/phy/phy-core.c: In function 'of_phy_simple_xlate': /kisskb/src/drivers/phy/phy-core.c:667:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/lib/crc-t10dif.c:10: /kisskb/src/lib/crc-t10dif.c: In function 'crc_t10dif_rehash': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/crc-t10dif.c:48:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(crct10dif_tfm, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/crc-t10dif.c: In function 'crc_t10dif_update': /kisskb/src/lib/crc-t10dif.c:68:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/kernel/irq/pm.c: In function 'rearm_wake_irq': /kisskb/src/kernel/irq/pm.c:211:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_api.c:14: /kisskb/src/net/sched/sch_api.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_api.c: In function 'check_loop': /kisskb/src/net/sched/sch_api.c:1374:24: note: byref variable will be forcibly initialized struct check_loop_arg arg; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_api.c:14: /kisskb/src/net/sched/sch_api.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/net/sched/sch_api.c:19: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_dump_tclass_qdisc': /kisskb/src/net/sched/sch_api.c:2138:25: note: byref variable will be forcibly initialized struct qdisc_dump_args arg; ^~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_dump_tclass': /kisskb/src/net/sched/sch_api.c:2200:6: note: byref variable will be forcibly initialized int t, s_t; ^ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/sched/sch_api.c:30: /kisskb/src/net/sched/sch_api.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/sched/sch_api.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_fill_tclass': /kisskb/src/net/sched/sch_api.c:1803:19: note: byref variable will be forcibly initialized struct gnet_dump d; ^ /kisskb/src/net/sched/sch_api.c: In function 'tc_bind_class_walker': /kisskb/src/net/sched/sch_api.c:1944:25: note: byref variable will be forcibly initialized struct tcf_bind_args arg = {}; ^~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_fill_qdisc': /kisskb/src/net/sched/sch_api.c:886:19: note: byref variable will be forcibly initialized struct gnet_dump d; ^ /kisskb/src/net/sched/sch_api.c: In function 'tc_dump_qdisc': /kisskb/src/net/sched/sch_api.c:1745:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/sch_api.c:1741:11: note: byref variable will be forcibly initialized int idx, q_idx; ^~~~~ /kisskb/src/net/sched/sch_api.c: In function 'qdisc_get_stab': /kisskb/src/net/sched/sch_api.c:475:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_STAB_MAX + 1]; ^~ /kisskb/src/net/sched/sch_api.c: In function 'tc_ctl_tclass': /kisskb/src/net/sched/sch_api.c:1991:16: note: byref variable will be forcibly initialized unsigned long new_cl; ^~~~~~ /kisskb/src/net/sched/sch_api.c:1986:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_api.c:14: /kisskb/src/net/sched/sch_api.c: In function 'qdisc_change': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_api.c:1344:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sch->stab, stab); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_api.c: In function 'qdisc_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_api.c:1258:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sch->stab, stab); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_api.c:1173:8: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ In file included 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/drivers/gpio/gpio-thunderx.c:9: /kisskb/src/drivers/gpio/gpio-thunderx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-thunderx.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-thunderx.c: In function 'thunderx_gpio_probe': /kisskb/src/drivers/gpio/gpio-thunderx.c:549:21: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/phy/samsung/phy-samsung-usb2.c:9: /kisskb/src/drivers/phy/samsung/phy-samsung-usb2.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/phy/samsung/phy-samsung-usb2.c:13: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/sch_api.c: In function 'qdisc_offload_graft_root': /kisskb/src/net/sched/sch_api.c:867:30: note: byref variable will be forcibly initialized struct tc_root_qopt_offload graft_offload = { ^~~~~~~~~~~~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_get_qdisc': /kisskb/src/net/sched/sch_api.c:1423:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_modify_qdisc': /kisskb/src/net/sched/sch_api.c:1512:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/sched/sch_api.c:1508:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'tegra210_xusb_read_fuse_calibration': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:3113:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'tegra210_pmc_hsic_disable_phy_sleepwalk': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1688:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1683:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_USB_AO); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1677:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1672:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1668:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/libcrc32c.c:29: /kisskb/src/lib/libcrc32c.c: In function 'crc32c': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^~ /kisskb/src/lib/libcrc32c.c:40:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, tfm); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'tegra210_pmc_hsic_enable_phy_sleepwalk': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1651:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1647:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1641:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1634:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_USB_AO); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1628:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEPWALK_P0); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1619:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1611:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEPWALK_CFG); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1605:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UHSIC_SAVED_STATE); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1600:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_USB_AO); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1594:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1589:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1583:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UHSIC_FAKE); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1577:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_USB_DEBOUNCE_DEL); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1572:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_MASTER_CONFIG); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1567:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/drivers/gpio/gpio-uniphier.c:6: /kisskb/src/drivers/gpio/gpio-uniphier.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-uniphier.c:7: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1549:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1544:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_USB_AO); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1538:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1533:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG1); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1528:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1523:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_irq_get_parent_hwirq': /kisskb/src/drivers/gpio/gpio-uniphier.c:224:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1519:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_irq_domain_alloc': /kisskb/src/drivers/gpio/gpio-uniphier.c:265:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c:264:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c:263:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_to_irq': /kisskb/src/drivers/gpio/gpio-uniphier.c:163:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_set_multiple': /kisskb/src/drivers/gpio/gpio-uniphier.c:150:25: note: byref variable will be forcibly initialized unsigned long i, bank, bank_mask, bank_bits; ^~~~~~~~~ /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:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1501:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1497:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1491:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1486:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG1); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1482:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1475:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_USB_AO); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1447:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_SLEEPWALK_PX(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1437:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_PAD_CFGX(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1432:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_TERM_PAD_CFG); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1427:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1419:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEPWALK_CFG(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1395:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SAVED_STATE(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1390:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_USB_AO); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1384:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1379:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1373:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_FAKE(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1367:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_USB_DEBOUNCE_DEL); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1362:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_MASTER_CONFIG); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1357:10: note: in expansion of macro 'padctl_pmc_readl' value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_probe': /kisskb/src/drivers/gpio/gpio-uniphier.c:346:6: note: byref variable will be forcibly initialized u32 ngpios; ^~~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh32_reset': /kisskb/src/lib/xxhash.c:245:21: note: byref variable will be forcibly initialized struct xxh32_state state; ^~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh64_reset': /kisskb/src/lib/xxhash.c:259:21: note: byref variable will be forcibly initialized struct xxh64_state state; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/lib/genalloc.c:29: /kisskb/src/lib/genalloc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_alloc_align': /kisskb/src/lib/genalloc.c:398:28: note: byref variable will be forcibly initialized struct genpool_data_align data = { .align = align }; ^~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_zalloc_align': /kisskb/src/lib/genalloc.c:469:28: note: byref variable will be forcibly initialized struct genpool_data_align data = { .align = align }; ^~~~ /kisskb/src/lib/genalloc.c: In function 'of_gen_pool_get': /kisskb/src/lib/genalloc.c:884:14: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/kernel/irq/msi.c:13: /kisskb/src/kernel/irq/msi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/irq/msi.c: In function 'msi_mode_show': /kisskb/src/kernel/irq/msi.c:80:16: note: byref variable will be forcibly initialized unsigned long irq; ^~~ /kisskb/src/kernel/irq/msi.c: In function 'msi_domain_deactivate': /kisskb/src/kernel/irq/msi.c:270:17: note: byref variable will be forcibly initialized struct msi_msg msg[2]; ^~~ In file included from /kisskb/src/kernel/irq/msi.c:14: /kisskb/src/kernel/irq/msi.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/lib/fault-inject.c: In function 'setup_fault_attr': /kisskb/src/lib/fault-inject.c:23:6: note: byref variable will be forcibly initialized int space; ^~~~~ /kisskb/src/lib/fault-inject.c:22:6: note: byref variable will be forcibly initialized int times; ^~~~~ /kisskb/src/lib/fault-inject.c:21:16: note: byref variable will be forcibly initialized unsigned long interval; ^~~~~~~~ /kisskb/src/lib/fault-inject.c:20:16: note: byref variable will be forcibly initialized unsigned long probability; ^~~~~~~~~~~ /kisskb/src/fs/configfs/dir.c: In function 'configfs_rmdir': /kisskb/src/fs/configfs/dir.c:1461:18: note: byref variable will be forcibly initialized struct dentry *wait; ^~~~ /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c: In function 'atmel_hlcdc_pwm_apply': /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c:46:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c: In function 'atmel_hlcdc_pwm_resume': /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c:198:19: note: byref variable will be forcibly initialized struct pwm_state 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:264, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/gpio/gpio-xilinx.c:8: /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_irqhandler': /kisskb/src/drivers/gpio/gpio-xilinx.c:508:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(all, 64); ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:507:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(falling, 64); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:506:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(rising, 64); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_get': /kisskb/src/drivers/gpio/gpio-xilinx.c:160:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(state, 64); ^~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_set_multiple': /kisskb/src/drivers/gpio/gpio-xilinx.c:206:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(state, 64); ^~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:205:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(hw_bits, 64); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:204:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(hw_mask, 64); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/gpio/gpio-xilinx.c:8: /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-xilinx.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_probe': /kisskb/src/drivers/gpio/gpio-xilinx.c:564:6: note: byref variable will be forcibly initialized u32 dir[2]; ^~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:563:6: note: byref variable will be forcibly initialized u32 state[2]; ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:562:6: note: byref variable will be forcibly initialized u32 width[2]; ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:561:6: note: byref variable will be forcibly initialized u32 cells = 2; ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:560:6: note: byref variable will be forcibly initialized u32 is_dual = 0; ^~~~~~~ /kisskb/src/drivers/phy/phy-can-transceiver.c: In function 'can_transceiver_phy_probe': /kisskb/src/drivers/phy/phy-can-transceiver.c:89:6: note: byref variable will be forcibly initialized u32 max_bitrate = 0; ^~~~~~~~~~~ /kisskb/src/lib/error-inject.c: In function 'populate_error_injection_list': /kisskb/src/lib/error-inject.c:63:35: note: byref variable will be forcibly initialized unsigned long entry, offset = 0, size = 0; ^~~~ /kisskb/src/lib/error-inject.c:63:23: note: byref variable will be forcibly initialized unsigned long entry, offset = 0, size = 0; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/irq/affinity.c:6: /kisskb/src/kernel/irq/affinity.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/irq/affinity.c: In function '__irq_build_affinity_masks': /kisskb/src/kernel/irq/affinity.c:258:13: note: byref variable will be forcibly initialized nodemask_t nodemsk = NODE_MASK_NONE; ^~~~~~~ /kisskb/src/kernel/irq/affinity.c: In function 'irq_build_affinity_masks': /kisskb/src/kernel/irq/affinity.c:344:22: note: byref variable will be forcibly initialized cpumask_var_t nmsk, npresmsk; ^~~~~~~~ /kisskb/src/kernel/irq/affinity.c:344:16: note: byref variable will be forcibly initialized cpumask_var_t nmsk, npresmsk; ^~~~ /kisskb/src/kernel/irq/debugfs.c: In function 'irq_add_debugfs_entry': /kisskb/src/kernel/irq/debugfs.c:229:7: note: byref variable will be forcibly initialized char name [10]; ^~~~ /kisskb/src/lib/cpu_rmap.c: In function 'cpu_rmap_update': /kisskb/src/lib/cpu_rmap.c:158:16: note: byref variable will be forcibly initialized cpumask_var_t update_mask; ^~~~~~~~~~~ /kisskb/src/drivers/phy/qualcomm/phy-qcom-qusb2.c: In function 'qusb2_phy_init': /kisskb/src/drivers/phy/qualcomm/phy-qcom-qusb2.c:727:15: note: byref variable will be forcibly initialized unsigned int clk_scheme; ^~~~~~~~~~ /kisskb/src/drivers/phy/qualcomm/phy-qcom-qusb2.c: In function 'qusb2_phy_probe': /kisskb/src/drivers/phy/qualcomm/phy-qcom-qusb2.c:953:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/lib/nlattr.c: In function 'nla_find': /kisskb/src/lib/nlattr.c:701:6: note: byref variable will be forcibly initialized int rem; ^~~ In file included from /kisskb/src/lib/nlattr.c:16: /kisskb/src/lib/nlattr.c: In function 'nla_get_u64': /kisskb/src/include/net/netlink.h:1617:6: note: byref variable will be forcibly initialized u64 tmp; ^~~ /kisskb/src/lib/nlattr.c: In function 'nla_validate_range_unsigned': /kisskb/src/lib/nlattr.c:167:34: note: byref variable will be forcibly initialized struct netlink_range_validation range; ^~~~~ In file included from /kisskb/src/lib/nlattr.c:16: /kisskb/src/lib/nlattr.c: In function 'nla_get_s64': /kisskb/src/include/net/netlink.h:1679:6: note: byref variable will be forcibly initialized s64 tmp; ^~~ /kisskb/src/lib/nlattr.c: In function 'nla_validate_int_range_signed': /kisskb/src/lib/nlattr.c:271:41: note: byref variable will be forcibly initialized struct netlink_range_validation_signed range; ^~~~~ /kisskb/src/lib/nlattr.c: In function '__nla_validate_parse': /kisskb/src/lib/nlattr.c:565:6: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/lib/nlattr.c: In function 'nla_validate_array': /kisskb/src/lib/nlattr.c:90:6: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/lib/strnlen_user.c: In function 'do_strnlen_user': /kisskb/src/lib/strnlen_user.c:41:17: note: byref variable will be forcibly initialized unsigned long data; ^~~~ /kisskb/src/lib/strnlen_user.c:25:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/lib/strncpy_from_user.c: In function 'do_strncpy_from_user': /kisskb/src/lib/strncpy_from_user.c:38:20: note: byref variable will be forcibly initialized unsigned long c, data, mask; ^~~~ /kisskb/src/lib/strncpy_from_user.c:31:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_irq_edge_handler': /kisskb/src/drivers/gpio/gpio-altera.c:190:16: note: byref variable will be forcibly initialized unsigned long status; ^~~~~~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_irq_leveL_high_handler': /kisskb/src/drivers/gpio/gpio-altera.c:217:16: note: byref variable will be forcibly initialized unsigned long status; ^~~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/drivers/gpio/gpio-altera.c:7: /kisskb/src/drivers/gpio/gpio-altera.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-altera.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_probe': /kisskb/src/drivers/gpio/gpio-altera.c:239:6: note: byref variable will be forcibly initialized int reg, ret; ^~~ /kisskb/src/lib/asn1_decoder.c: In function 'asn1_ber_decoder': /kisskb/src/lib/asn1_decoder.c:329:12: note: byref variable will be forcibly initialized size_t tmp = dp; ^~~ /kisskb/src/lib/asn1_decoder.c:178:34: note: byref variable will be forcibly initialized size_t pc = 0, dp = 0, tdp = 0, len = 0; ^~~ /kisskb/src/lib/asn1_decoder.c:177:14: note: byref variable will be forcibly initialized const char *errmsg; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/lib/stackdepot.c: In function 'init_stack_slab': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:99:3: note: in expansion of macro 'smp_store_release' smp_store_release(&next_slab_inited, 1); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:84:2: note: in expansion of macro 'if' if (smp_load_acquire(&next_slab_inited)) ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:84:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(&next_slab_inited)) ^~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/lib/stackdepot.c:23: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/lib/stackdepot.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/lib/stackdepot.c:23: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/lib/stackdepot.c: In function 'depot_alloc_stack': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:126:4: note: in expansion of macro 'smp_store_release' smp_store_release(&next_slab_inited, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c: In function 'stack_depot_save': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:321:4: note: in expansion of macro 'smp_store_release' smp_store_release(bucket, new); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:294:2: note: in expansion of macro 'if' if (unlikely(!smp_load_acquire(&next_slab_inited))) { ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:294:6: note: in expansion of macro 'unlikely' if (unlikely(!smp_load_acquire(&next_slab_inited))) { ^~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:294:16: note: in expansion of macro 'smp_load_acquire' if (unlikely(!smp_load_acquire(&next_slab_inited))) { ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:281:21: note: in expansion of macro 'smp_load_acquire' found = find_stack(smp_load_acquire(bucket), entries, ^~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:266:8: note: byref variable will be forcibly initialized void *prealloc = NULL; ^~~~~~~~ In file included from /kisskb/src/include/linux/sbitmap.h:13, from /kisskb/src/lib/sbitmap.c:9: /kisskb/src/lib/sbitmap.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_dbg_show': /kisskb/src/drivers/gpio/gpio-adnp.c:189:21: note: byref variable will be forcibly initialized u8 ddr, plr, ier, isr; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:189:16: note: byref variable will be forcibly initialized u8 ddr, plr, ier, isr; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:189:11: note: byref variable will be forcibly initialized u8 ddr, plr, ier, isr; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:189:6: note: byref variable will be forcibly initialized u8 ddr, plr, ier, isr; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function '__adnp_gpio_set': /kisskb/src/drivers/gpio/gpio-adnp.c:85:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_get': /kisskb/src/drivers/gpio/gpio-adnp.c:70:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_direction_output': /kisskb/src/drivers/gpio/gpio-adnp.c:151:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_direction_input': /kisskb/src/drivers/gpio/gpio-adnp.c:113:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/gpio/gpio-adnp.c:6: /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-adnp.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_i2c_probe': /kisskb/src/drivers/gpio/gpio-adnp.c:494:6: note: byref variable will be forcibly initialized u32 num_gpios; ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_irq': /kisskb/src/drivers/gpio/gpio-adnp.c:251:17: note: byref variable will be forcibly initialized unsigned long pending; ^~~~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c:250:27: note: byref variable will be forcibly initialized u8 changed, level, isr, ier; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:250:22: note: byref variable will be forcibly initialized u8 changed, level, isr, ier; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:250:15: note: byref variable will be forcibly initialized u8 changed, level, isr, ier; ^~~~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_is_any_pwm_enabled': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:207:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_is_other_pwm_enabled': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:219:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'ftm_clear_write_protection': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:64:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_apply_config': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:235:27: note: byref variable will be forcibly initialized struct fsl_pwm_periodcfg periodcfg; ^~~~~~~~~ /kisskb/src/lib/test_lockup.c: In function 'test_kernel_ptr': /kisskb/src/lib/test_lockup.c:414:7: note: byref variable will be forcibly initialized char buf; ^~~ /kisskb/src/lib/test_lockup.c: In function 'test_magic': /kisskb/src/lib/test_lockup.c:435:15: note: byref variable will be forcibly initialized unsigned int magic = 0; ^~~~~ /kisskb/src/lib/test_lockup.c: In function 'test_wait': /kisskb/src/lib/test_lockup.c:340:11: note: byref variable will be forcibly initialized ktime_t time; ^~~~ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_get': /kisskb/src/drivers/gpio/gpio-arizona.c:54:20: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_direction_in': /kisskb/src/drivers/gpio/gpio-arizona.c:32:7: note: byref variable will be forcibly initialized bool change; ^~~~~~ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_direction_out': /kisskb/src/drivers/gpio/gpio-arizona.c:102:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/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:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/bch.c: In function 'solve_linear_system': /kisskb/src/lib/bch.c:504:23: note: byref variable will be forcibly initialized int rem, c, r, p, k, param[BCH_MAX_M]; ^~~~~ /kisskb/src/lib/bch.c: In function 'find_poly_deg3_roots': /kisskb/src/lib/bch.c:673:40: note: byref variable will be forcibly initialized unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; ^~~ /kisskb/src/lib/bch.c: In function 'build_deg2_base': /kisskb/src/lib/bch.c:1186:45: note: byref variable will be forcibly initialized unsigned int sum, x, y, remaining, ak = 0, xi[BCH_MAX_M]; ^~ /kisskb/src/lib/bch.c: In function 'load_ecc8': /kisskb/src/lib/bch.c:189:10: note: byref variable will be forcibly initialized uint8_t pad[4] = {0, 0, 0, 0}; ^~~ /kisskb/src/lib/bch.c: In function 'store_ecc8': /kisskb/src/lib/bch.c:211:10: note: byref variable will be forcibly initialized uint8_t pad[4]; ^~~ /kisskb/src/lib/bch.c: In function 'find_poly_roots': /kisskb/src/lib/bch.c:945:23: note: byref variable will be forcibly initialized struct gf_poly *f1, *f2; ^~ /kisskb/src/lib/bch.c:945:18: note: byref variable will be forcibly initialized struct gf_poly *f1, *f2; ^~ /kisskb/src/lib/bch.c: In function 'compute_generator_polynomial': /kisskb/src/lib/bch.c:1237:9: note: byref variable will be forcibly initialized int n, err = 0; ^~~ /kisskb/src/lib/bch.c: In function 'bch_encode': /kisskb/src/lib/bch.c:247:14: note: byref variable will be forcibly initialized uint32_t w, r[BCH_ECC_MAX_WORDS]; ^ /kisskb/src/lib/bch.c: In function 'bch_init': /kisskb/src/lib/bch.c:1322:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/fs/configfs/symlink.c: In function 'configfs_symlink': /kisskb/src/fs/configfs/symlink.c:147:22: note: byref variable will be forcibly initialized struct config_item *target_item = NULL; ^~~~~~~~~~~ /kisskb/src/fs/configfs/symlink.c:144:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/gpio/gpio-bd70528.c: In function 'bd70528_gpio_get_o': /kisskb/src/drivers/gpio/gpio-bd70528.c:131:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpio/gpio-bd70528.c: In function 'bd70528_gpio_get_i': /kisskb/src/drivers/gpio/gpio-bd70528.c:144:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpio/gpio-bd70528.c: In function 'bd70528_get_direction': /kisskb/src/drivers/gpio/gpio-bd70528.c:50:6: note: byref variable will be forcibly initialized int val, ret; ^~~ In file included from /kisskb/src/kernel/dma/mapping.c:17: /kisskb/src/kernel/dma/mapping.c: In function 'dma_direct_map_page': /kisskb/src/kernel/dma/direct.h:88:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr = phys_to_dma(dev, phys); ^~~~~~~~ /kisskb/src/kernel/dma/mapping.c: In function 'dma_alloc_attrs': /kisskb/src/kernel/dma/mapping.c:495:8: note: byref variable will be forcibly initialized void *cpu_addr; ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-bd71828.c: In function 'bd71828_gpio_get': /kisskb/src/drivers/gpio/gpio-bd71828.c:42:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/gpio/gpio-brcmstb.c:15: /kisskb/src/drivers/gpio/gpio-brcmstb.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/gpio/gpio-brcmstb.c: In function 'brcmstb_gpio_irq_bank_handler': /kisskb/src/drivers/gpio/gpio-brcmstb.c:277:16: note: byref variable will be forcibly initialized unsigned long status; ^~~~~~ /kisskb/src/drivers/gpio/gpio-brcmstb.c: In function 'brcmstb_gpio_probe': /kisskb/src/drivers/gpio/gpio-brcmstb.c:614:6: note: byref variable will be forcibly initialized u32 bank_width; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs.c:5: /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/ulpi/driver.h:7, from /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-cadence.c: In function 'cdns_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-cadence.c:127:16: note: byref variable will be forcibly initialized unsigned long status; ^~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-cadence.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-cadence.c: In function 'cdns_gpio_probe': /kisskb/src/drivers/gpio/gpio-cadence.c:153:6: note: byref variable will be forcibly initialized u32 num_gpios = 32; ^~~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c:7: /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/phy/phy.h:15, from /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-bd9571mwv.c: In function 'bd9571mwv_gpio_get': /kisskb/src/drivers/gpio/gpio-bd9571mwv.c:66:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/gpio/gpio-bd9571mwv.c: In function 'bd9571mwv_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-bd9571mwv.c:28:11: note: byref variable will be forcibly initialized int ret, val; ^~~ In file included from /kisskb/src/drivers/gpio/gpio-da9055.c:13: /kisskb/src/drivers/gpio/gpio-da9055.c: In function 'da9055_reg_read': /kisskb/src/include/linux/mfd/da9055/core.h:40:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_set_event_cfg': /kisskb/src/drivers/gpio/gpio-dln2.c:292:13: note: byref variable will be forcibly initialized } __packed req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_set_config': /kisskb/src/drivers/gpio/gpio-dln2.c:275:9: note: byref variable will be forcibly initialized __le32 duration; ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_pin_set_out_val': /kisskb/src/drivers/gpio/gpio-dln2.c:138:27: note: byref variable will be forcibly initialized struct dln2_gpio_pin_val req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_set_direction': /kisskb/src/drivers/gpio/gpio-dln2.c:234:27: note: byref variable will be forcibly initialized struct dln2_gpio_pin_val req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_pin_cmd': /kisskb/src/drivers/gpio/gpio-dln2.c:90:23: note: byref variable will be forcibly initialized struct dln2_gpio_pin req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_request': /kisskb/src/drivers/gpio/gpio-dln2.c:157:6: note: byref variable will be forcibly initialized int len = sizeof(rsp); ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:156:27: note: byref variable will be forcibly initialized struct dln2_gpio_pin_val rsp; ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:153:23: note: byref variable will be forcibly initialized struct dln2_gpio_pin req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_pin_val': /kisskb/src/drivers/gpio/gpio-dln2.c:104:6: note: byref variable will be forcibly initialized int len = sizeof(rsp); ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:103:27: note: byref variable will be forcibly initialized struct dln2_gpio_pin_val rsp; ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:100:23: note: byref variable will be forcibly initialized struct dln2_gpio_pin req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_get_pin_count': /kisskb/src/drivers/gpio/gpio-dln2.c:77:6: note: byref variable will be forcibly initialized int len = sizeof(count); ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:76:9: note: byref variable will be forcibly initialized __le16 count; ^~~~~ /kisskb/src/drivers/pwm/pwm-samsung.c: In function 'pwm_samsung_parse_dt': /kisskb/src/drivers/pwm/pwm-samsung.c:482:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/gpio/gpio-grgpio.c: In function 'grgpio_probe': /kisskb/src/drivers/gpio/gpio-grgpio.c:337:6: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/drivers/gpio/gpio-grgpio.c:335:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/drivers/gpio/gpio-hlwd.c: In function 'hlwd_gpio_irqhandler': /kisskb/src/drivers/gpio/gpio-hlwd.c:64:16: note: byref variable will be forcibly initialized unsigned long pending; ^~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-hlwd.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-hlwd.c: In function 'hlwd_gpio_probe': /kisskb/src/drivers/gpio/gpio-hlwd.c:208:6: note: byref variable will be forcibly initialized u32 ngpios; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/phy/tegra/xusb-tegra186.c:6: /kisskb/src/drivers/phy/tegra/xusb-tegra186.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/phy/phy.h:15, from /kisskb/src/drivers/phy/tegra/xusb-tegra186.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra186.c: In function 'tegra186_xusb_read_fuse_calibration': /kisskb/src/drivers/phy/tegra/xusb-tegra186.c:1374:6: note: byref variable will be forcibly initialized u32 value, *level; ^~~~~ /kisskb/src/fs/configfs/item.c: In function 'config_item_set_name': /kisskb/src/fs/configfs/item.c:53:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpio/gpio-lp3943.c: In function 'lp3943_get_gpio_in_status': /kisskb/src/drivers/gpio/gpio-lp3943.c:87:11: note: byref variable will be forcibly initialized u8 addr, read; ^~~~ /kisskb/src/drivers/gpio/gpio-lp3943.c: In function 'lp3943_get_gpio_out_status': /kisskb/src/drivers/gpio/gpio-lp3943.c:114:5: note: byref variable will be forcibly initialized u8 read; ^~~~ /kisskb/src/net/sched/sch_fifo.c: In function 'fifo_offload_init': /kisskb/src/net/sched/sch_fifo.c:58:30: note: byref variable will be forcibly initialized struct tc_fifo_qopt_offload qopt; ^~~~ /kisskb/src/net/sched/sch_fifo.c: In function 'fifo_offload_destroy': /kisskb/src/net/sched/sch_fifo.c:72:30: note: byref variable will be forcibly initialized struct tc_fifo_qopt_offload qopt; ^~~~ /kisskb/src/net/sched/sch_fifo.c: In function 'fifo_offload_dump': /kisskb/src/net/sched/sch_fifo.c:85:30: note: byref variable will be forcibly initialized struct tc_fifo_qopt_offload qopt; ^~~~ /kisskb/src/net/sched/sch_fifo.c: In function '__fifo_dump': /kisskb/src/net/sched/sch_fifo.c:157:22: note: byref variable will be forcibly initialized struct tc_fifo_qopt opt = { .limit = sch->limit }; ^~~ /kisskb/src/drivers/gpio/gpio-lp873x.c: In function 'lp873x_gpio_get': /kisskb/src/drivers/gpio/gpio-lp873x.c:60:11: note: byref variable will be forcibly initialized int ret, val; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/netlink.h:29, from /kisskb/src/net/netlink/af_netlink.c:71: /kisskb/src/net/netlink/af_netlink.c: In function 'perf_trace_netlink_extack': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/netlink.h:29, from /kisskb/src/net/netlink/af_netlink.c:71: /kisskb/src/net/netlink/af_netlink.c: In function 'trace_event_raw_event_netlink_extack': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/netlink.h:29, from /kisskb/src/net/netlink/af_netlink.c:71: /kisskb/src/net/netlink/af_netlink.c: In function '__bpf_trace_netlink_extack': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-tiehrpwm.c: In function 'ehrpwm_pwm_config': /kisskb/src/drivers/pwm/pwm-tiehrpwm.c:223:17: note: byref variable will be forcibly initialized u16 ps_divval, tb_divval; ^~~~~~~~~ /kisskb/src/drivers/pwm/pwm-tiehrpwm.c:223:6: note: byref variable will be forcibly initialized u16 ps_divval, tb_divval; ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-lp87565.c: In function 'lp87565_gpio_get': /kisskb/src/drivers/gpio/gpio-lp87565.c:32:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/gpio/gpio-lp87565.c: In function 'lp87565_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-lp87565.c:54:11: note: byref variable will be forcibly initialized int ret, val; ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/netlink/af_netlink.c:36: /kisskb/src/net/netlink/af_netlink.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_hash': /kisskb/src/net/netlink/af_netlink.c:2828:29: note: byref variable will be forcibly initialized struct netlink_compare_arg arg; ^~~ In file included from /kisskb/src/net/netlink/af_netlink.c:57: /kisskb/src/net/netlink/af_netlink.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_lookup': /kisskb/src/net/netlink/af_netlink.c:511:29: note: byref variable will be forcibly initialized struct netlink_compare_arg arg; ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_cmsg_recv_pktinfo': /kisskb/src/net/netlink/af_netlink.c:1838:20: note: byref variable will be forcibly initialized struct nl_pktinfo info; ^~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/netlink/af_netlink.c:67: /kisskb/src/net/netlink/af_netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ In file included from /kisskb/src/include/linux/netlink.h:9, from /kisskb/src/include/uapi/linux/neighbour.h:6, from /kisskb/src/include/linux/netdevice.h:45, from /kisskb/src/net/netlink/af_netlink.c:41: /kisskb/src/net/netlink/af_netlink.c: In function 'scm_recv': /kisskb/src/include/net/scm.h:125:16: note: byref variable will be forcibly initialized struct ucred ucreds = { ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/netlink/af_netlink.c:36: /kisskb/src/net/netlink/af_netlink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-sama5d2-piobu.c: In function 'sama5d2_piobu_read_value': /kisskb/src/drivers/gpio/gpio-sama5d2-piobu.c:100:15: note: byref variable will be forcibly initialized unsigned int val, reg; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/net/netlink/af_netlink.c:57: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_insert': /kisskb/src/net/netlink/af_netlink.c:520:29: note: byref variable will be forcibly initialized struct netlink_compare_arg arg; ^~~ /kisskb/src/drivers/gpio/gpio-syscon.c: In function 'syscon_gpio_get': /kisskb/src/drivers/gpio/gpio-syscon.c:61:15: note: byref variable will be forcibly initialized unsigned int val, offs; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_table_grab': /kisskb/src/net/netlink/af_netlink.c:437:21: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_setsockopt': /kisskb/src/net/netlink/af_netlink.c:1638:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_bind': /kisskb/src/net/netlink/af_netlink.c:993:16: note: byref variable will be forcibly initialized unsigned long groups; ^~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/net/pkt_sched.h:9, from /kisskb/src/net/sched/sch_dsmark.c:16: /kisskb/src/net/sched/sch_dsmark.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_release': /kisskb/src/net/netlink/af_netlink.c:780:25: note: byref variable will be forcibly initialized struct netlink_notify n = { ^ /kisskb/src/net/sched/sch_dsmark.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_add_usersock_entry': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c:2812:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nl_table[NETLINK_USERSOCK].listeners, listeners); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_dsmark.c: In function 'dsmark_change': /kisskb/src/net/sched/sch_dsmark.c:122:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_DSMARK_MAX + 1]; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_attachskb': /kisskb/src/net/netlink/af_netlink.c:1223:21: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ In file included from /kisskb/src/net/sched/sch_dsmark.c:9: /kisskb/src/net/sched/sch_dsmark.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_unicast': /kisskb/src/net/netlink/af_netlink.c:1328:7: note: byref variable will be forcibly initialized long timeo; ^~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_broadcast_filtered': /kisskb/src/net/netlink/af_netlink.c:1498:32: note: byref variable will be forcibly initialized struct netlink_broadcast_data info; ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_sendmsg': /kisskb/src/net/netlink/af_netlink.c:1863:20: note: byref variable will be forcibly initialized struct scm_cookie scm; ^~~ /kisskb/src/net/sched/sch_dsmark.c: In function 'dsmark_init': /kisskb/src/net/sched/sch_dsmark.c:344:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_DSMARK_MAX + 1]; ^~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_set_err': /kisskb/src/net/netlink/af_netlink.c:1596:30: note: byref variable will be forcibly initialized struct netlink_set_err_data info; ^~~~ In file included from /kisskb/src/include/net/pkt_sched.h:7, from /kisskb/src/net/sched/sch_dsmark.c:16: /kisskb/src/net/sched/sch_dsmark.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_kernel_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c:2082:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nl_table[unit].listeners, listeners); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c:2040:17: note: byref variable will be forcibly initialized struct socket *sock; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_change_ngroups': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c:2135:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tbl->listeners, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_dsmark.c: In function 'dsmark_enqueue': /kisskb/src/net/sched/sch_dsmark.c:243:21: note: byref variable will be forcibly initialized struct tcf_result res; ^~~ /kisskb/src/net/sched/sch_sfb.c: In function 'sfb_dump': /kisskb/src/net/sched/sch_sfb.c:569:21: note: byref variable will be forcibly initialized struct tc_sfb_qopt opt = { ^~~ In file included from /kisskb/src/include/net/pkt_sched.h:9, from /kisskb/src/net/sched/sch_dsmark.c:16: /kisskb/src/net/sched/sch_dsmark.c: In function 'qdisc_purge_queue': /kisskb/src/include/net/sch_generic.h:988:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/include/net/sch_generic.h:988:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_recvmsg': In file included from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/ip.h:28, from /kisskb/src/net/sched/sch_sfb.c:22: /kisskb/src/net/sched/sch_sfb.c: In function 'qdisc_purge_queue': /kisskb/src/net/netlink/af_netlink.c:1945:6: note: byref variable will be forcibly initialized int err, ret; ^~~ /kisskb/src/include/net/sch_generic.h:988:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/include/net/sch_generic.h:988:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ /kisskb/src/net/netlink/af_netlink.c:1939:20: note: byref variable will be forcibly initialized struct scm_cookie scm; ^~~ /kisskb/src/net/sched/sch_sfb.c: In function 'sfb_change': /kisskb/src/net/sched/sch_sfb.c:493:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_SFB_MAX + 1]; ^~ /kisskb/src/net/sched/sch_sfb.c: In function 'sfb_classify': /kisskb/src/net/sched/sch_sfb.c:257:20: note: byref variable will be forcibly initialized struct tcf_result res; ^~~ In file included from /kisskb/src/include/linux/filter.h:19, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/ip.h:28, from /kisskb/src/net/sched/sch_sfb.c:22: /kisskb/src/net/sched/sch_sfb.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_rcv_skb': /kisskb/src/net/netlink/af_netlink.c:2482:25: note: byref variable will be forcibly initialized struct netlink_ext_ack extack; ^~~~~~ /kisskb/src/net/sched/sch_sfb.c: In function 'sfb_enqueue': /kisskb/src/net/sched/sch_sfb.c:313:7: note: byref variable will be forcibly initialized u32 salt; ^~~~ /kisskb/src/drivers/gpio/gpio-tqmx86.c: In function 'tqmx86_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-tqmx86.c:185:16: note: byref variable will be forcibly initialized unsigned long irq_bits; ^~~~~~~~ In file included 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/drivers/gpio/gpio-tqmx86.c:9: /kisskb/src/drivers/gpio/gpio-tqmx86.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-tqmx86.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-max732x.c: In function 'max732x_gpio_get_value': /kisskb/src/drivers/gpio/gpio-max732x.c:197:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/kernel/dma/ops_helpers.c: In function 'dma_common_mmap': /kisskb/src/kernel/dma/ops_helpers.c:43:6: note: byref variable will be forcibly initialized int ret = -ENXIO; ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/gpio/gpio-pcf857x.c:8: /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_alloc_vqs': /kisskb/src/drivers/gpio/gpio-virtio.c:217:20: note: byref variable will be forcibly initialized struct virtqueue *vqs[1] = { NULL }; ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c:214:17: note: byref variable will be forcibly initialized vq_callback_t *cbs[] = { ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c:213:21: note: byref variable will be forcibly initialized const char * const names[] = { "requestq" }; ^~~~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_irq': /kisskb/src/drivers/gpio/gpio-pcf857x.c:172:16: note: byref variable will be forcibly initialized unsigned long change, i, status; ^~~~~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'i2c_write_le16': /kisskb/src/drivers/gpio/gpio-pcf857x.c:103:5: note: byref variable will be forcibly initialized u8 buf[2] = { word & 0xff, word >> 8, }; ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function '_virtio_gpio_req': /kisskb/src/drivers/gpio/gpio-virtio.c:45:38: note: byref variable will be forcibly initialized struct scatterlist *sgs[2], req_sg, res_sg; ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:45:30: note: byref variable will be forcibly initialized struct scatterlist *sgs[2], req_sg, res_sg; ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:45:22: note: byref variable will be forcibly initialized struct scatterlist *sgs[2], req_sg, res_sg; ^~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'i2c_read_le16': /kisskb/src/drivers/gpio/gpio-pcf857x.c:112:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_get': /kisskb/src/drivers/gpio/gpio-virtio.c:175:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-virtio.c:132:5: note: byref variable will be forcibly initialized u8 direction; ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_probe': /kisskb/src/drivers/gpio/gpio-pcf857x.c:239:17: note: byref variable will be forcibly initialized unsigned int n_latch = 0; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/drivers/gpio/gpio-virtio.c:12: /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-virtio.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_request_vq': /kisskb/src/drivers/gpio/gpio-virtio.c:192:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_probe': /kisskb/src/drivers/gpio/gpio-virtio.c:282:28: note: byref variable will be forcibly initialized struct virtio_gpio_config config; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_api.c:12: /kisskb/src/net/sched/cls_api.c: In function 'tcf_chain_head_change_dflt': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_api.c:1356:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*p_filter_chain, tp_head); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_api.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_api.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/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:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/sched/cls_api.c:26: /kisskb/src/net/sched/cls_api.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_alloc_from_pool': /kisskb/src/kernel/dma/direct.c:141:8: note: byref variable will be forcibly initialized void *ret; ^~~ /kisskb/src/kernel/dma/direct.c:140:6: note: byref variable will be forcibly initialized u64 phys_mask; ^~~~~~~~~ /kisskb/src/kernel/dma/direct.c: In function '__dma_direct_alloc_pages': /kisskb/src/kernel/dma/direct.c:92:6: note: byref variable will be forcibly initialized u64 phys_limit; ^~~~~~~~~~ In file included from /kisskb/src/kernel/dma/direct.c:16: /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_map_page': /kisskb/src/kernel/dma/direct.h:88:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr = phys_to_dma(dev, phys); ^~~~~~~~ In file included from /kisskb/src/kernel/dma/direct.c:15: /kisskb/src/kernel/dma/direct.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_api.c:12: /kisskb/src/net/sched/cls_api.c: In function 'tcf_chain_tp_insert': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_api.c:1655:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*chain_info->pprev, tp); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_api.c: In function 'tcf_chain_tp_insert_unique': /kisskb/src/net/sched/cls_api.c:1687:24: note: byref variable will be forcibly initialized struct tcf_chain_info chain_info; ^~~~~~~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_map_resource': /kisskb/src/kernel/dma/direct.c:460:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr = paddr; ^~~~~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_mmap': /kisskb/src/kernel/dma/direct.c:499:6: note: byref variable will be forcibly initialized int ret = -ENXIO; ^~~ /kisskb/src/drivers/gpio/gpio-tps65218.c: In function 'tps65218_gpio_get': /kisskb/src/drivers/gpio/gpio-tps65218.c:27:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/filter.h:19, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/sched/cls_api.c:26: /kisskb/src/net/sched/cls_api.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/net/sched/cls_api.c: In function 'tcf_chain_dump': /kisskb/src/net/sched/cls_api.c:2474:23: note: byref variable will be forcibly initialized struct tcf_dump_args arg; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_chain_tmplt_add': /kisskb/src/net/sched/cls_api.c:2745:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/sched/cls_api.c:26: /kisskb/src/net/sched/cls_api.c: In function 'nla_get_bitfield32': /kisskb/src/include/net/netlink.h:1735:24: note: byref variable will be forcibly initialized struct nla_bitfield32 tmp; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_dump_chain': /kisskb/src/net/sched/cls_api.c:2926:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_get_tfilter': /kisskb/src/net/sched/cls_api.c:2339:16: note: byref variable will be forcibly initialized unsigned long cl = 0; ^~ /kisskb/src/net/sched/cls_api.c:2335:24: note: byref variable will be forcibly initialized struct tcf_chain_info chain_info; ^~~~~~~~~~ /kisskb/src/net/sched/cls_api.c:2334:16: note: byref variable will be forcibly initialized struct Qdisc *q = NULL; ^ /kisskb/src/net/sched/cls_api.c:2332:6: note: byref variable will be forcibly initialized u32 parent; ^~~~~~ /kisskb/src/net/sched/cls_api.c:2328:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/net/sched/cls_api.c:2327:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_new_tfilter': /kisskb/src/net/sched/cls_api.c:1949:8: note: byref variable will be forcibly initialized void *fh; ^~ /kisskb/src/net/sched/cls_api.c:1948:16: note: byref variable will be forcibly initialized unsigned long cl; ^~ /kisskb/src/net/sched/cls_api.c:1944:24: note: byref variable will be forcibly initialized struct tcf_chain_info chain_info; ^~~~~~~~~~ /kisskb/src/net/sched/cls_api.c:1943:16: note: byref variable will be forcibly initialized struct Qdisc *q = NULL; ^ /kisskb/src/net/sched/cls_api.c:1941:6: note: byref variable will be forcibly initialized u32 parent; ^~~~~~ /kisskb/src/net/sched/cls_api.c:1936:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/net/sched/cls_api.c:1935:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_dump_tfilter': /kisskb/src/net/sched/cls_api.c:2542:7: note: byref variable will be forcibly initialized long index; ^~~~~ /kisskb/src/net/sched/cls_api.c:2536:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_ctl_chain': /kisskb/src/net/sched/cls_api.c:2799:16: note: byref variable will be forcibly initialized unsigned long cl; ^~ /kisskb/src/net/sched/cls_api.c:2796:16: note: byref variable will be forcibly initialized struct Qdisc *q = NULL; ^ /kisskb/src/net/sched/cls_api.c:2794:6: note: byref variable will be forcibly initialized u32 parent; ^~~~~~ /kisskb/src/net/sched/cls_api.c:2792:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_del_tfilter': /kisskb/src/net/sched/cls_api.c:2293:8: note: byref variable will be forcibly initialized bool last; ^~~~ /kisskb/src/net/sched/cls_api.c:2179:16: note: byref variable will be forcibly initialized unsigned long cl = 0; ^~ /kisskb/src/net/sched/cls_api.c:2175:24: note: byref variable will be forcibly initialized struct tcf_chain_info chain_info; ^~~~~~~~~~ /kisskb/src/net/sched/cls_api.c:2174:16: note: byref variable will be forcibly initialized struct Qdisc *q = NULL; ^ /kisskb/src/net/sched/cls_api.c:2172:6: note: byref variable will be forcibly initialized u32 parent; ^~~~~~ /kisskb/src/net/sched/cls_api.c:2168:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/net/sched/cls_api.c:2167:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tcf_classify': /kisskb/src/net/sched/cls_api.c:1587:6: note: byref variable will be forcibly initialized u32 last_executed_chain = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallback': /kisskb/src/kernel/debug/debug_core.c:877:20: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallin': /kisskb/src/kernel/debug/debug_core.c:904:21: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_validate_break_address': /kisskb/src/kernel/debug/debug_core.c:179:19: note: byref variable will be forcibly initialized struct kgdb_bkpt tmp; ^~~ /kisskb/src/kernel/time/time.c: In function '__put_old_timespec32': /kisskb/src/kernel/time/time.c:835:24: note: byref variable will be forcibly initialized struct old_timespec32 ts = { ^~ /kisskb/src/kernel/time/time.c: In function '__get_old_timespec32': /kisskb/src/kernel/time/time.c:819:24: note: byref variable will be forcibly initialized struct old_timespec32 ts; ^~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_handle_exception': /kisskb/src/kernel/debug/debug_core.c:826:20: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^~~~~~~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_gettimeofday': /kisskb/src/kernel/time/time.c:144:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/time.c: In function '__do_compat_sys_gettimeofday': /kisskb/src/kernel/time/time.c:228:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex': /kisskb/src/kernel/time/time.c:271:24: note: byref variable will be forcibly initialized struct __kernel_timex txc; /* Local copy of parameter */ ^~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_settimeofday': /kisskb/src/kernel/time/time.c:203:18: note: byref variable will be forcibly initialized struct timezone new_tz; ^~~~~~ /kisskb/src/kernel/time/time.c:202:20: note: byref variable will be forcibly initialized struct timespec64 new_ts; ^~~~~~ /kisskb/src/kernel/time/time.c: In function '__do_compat_sys_settimeofday': /kisskb/src/kernel/time/time.c:247:18: note: byref variable will be forcibly initialized struct timezone new_tz; ^~~~~~ /kisskb/src/kernel/time/time.c:246:20: note: byref variable will be forcibly initialized struct timespec64 new_ts; ^~~~~~ /kisskb/src/kernel/time/time.c: In function 'get_old_timex32': /kisskb/src/kernel/time/time.c:288:21: note: byref variable will be forcibly initialized struct old_timex32 tx32; ^~~~ /kisskb/src/kernel/time/time.c: In function 'put_old_timex32': /kisskb/src/kernel/time/time.c:320:21: note: byref variable will be forcibly initialized struct old_timex32 tx32; ^~~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex_time32': /kisskb/src/kernel/time/time.c:351:24: note: byref variable will be forcibly initialized struct __kernel_timex txc; ^~~ /kisskb/src/kernel/time/time.c: In function 'timespec64_add_safe': /kisskb/src/kernel/time/time.c:768:20: note: byref variable will be forcibly initialized struct timespec64 res; ^~~ /kisskb/src/kernel/time/time.c: In function 'get_timespec64': /kisskb/src/kernel/time/time.c:784:27: note: byref variable will be forcibly initialized struct __kernel_timespec kts; ^~~ /kisskb/src/kernel/time/time.c: In function 'put_timespec64': /kisskb/src/kernel/time/time.c:807:27: note: byref variable will be forcibly initialized struct __kernel_timespec kts = { ^~~ /kisskb/src/net/sched/sch_drr.c: In function 'drr_classify': /kisskb/src/net/sched/sch_drr.c:308:20: note: byref variable will be forcibly initialized struct tcf_result res; ^~~ /kisskb/src/net/sched/sch_drr.c: In function 'drr_enqueue': /kisskb/src/net/sched/sch_drr.c:347:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/net/sched/sch_drr.c: In function 'drr_dump_class_stats': /kisskb/src/net/sched/sch_drr.c:264:22: note: byref variable will be forcibly initialized struct tc_drr_stats xstats; ^~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/net/sched/sch_drr.c:14: /kisskb/src/net/sched/sch_drr.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ In file included from /kisskb/src/net/sched/sch_drr.c:14: /kisskb/src/net/sched/sch_drr.c: In function 'qdisc_purge_queue': /kisskb/src/include/net/sch_generic.h:988:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/include/net/sch_generic.h:988:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ /kisskb/src/net/sched/sch_drr.c: In function 'drr_change_class': /kisskb/src/net/sched/sch_drr.c:61:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_DRR_MAX + 1]; ^~ 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:2445:4: note: byref variable will be forcibly initialized } desc; ^~~~ In file included from /kisskb/src/net/sched/sch_mqprio.c:15: /kisskb/src/net/sched/sch_mqprio.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/sched/sch_mqprio.c: In function 'mqprio_destroy': /kisskb/src/net/sched/sch_mqprio.c:45:33: note: byref variable will be forcibly initialized struct tc_mqprio_qopt_offload mqprio = { { 0 } }; ^~~~~~ In file included from /kisskb/src/net/sched/sch_mqprio.c:9: /kisskb/src/net/sched/sch_mqprio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/sch_mqprio.c: In function 'mqprio_init': /kisskb/src/net/sched/sch_mqprio.c:244:33: note: byref variable will be forcibly initialized struct tc_mqprio_qopt_offload mqprio = {.qopt = *qopt}; ^~~~~~ /kisskb/src/net/sched/sch_mqprio.c:144:6: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/net/sched/sch_mqprio.c:142:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_MQPRIO_MAX + 1]; ^~ /kisskb/src/net/sched/sch_mqprio.c: In function 'mqprio_dump_class_stats': /kisskb/src/net/sched/sch_mqprio.c:517:34: note: byref variable will be forcibly initialized struct gnet_stats_basic_packed bstats = {0}; ^~~~~~ /kisskb/src/net/sched/sch_mqprio.c:516:27: note: byref variable will be forcibly initialized struct gnet_stats_queue qstats = {0}; ^~~~~~ /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_protect_reserved_inode': /kisskb/src/fs/ext4/block_validity.c:153:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/ext4/block_validity.c:12: /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_setup_system_zone': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/block_validity.c:262:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_system_blks, system_blks); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_release_system_zone': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/block_validity.c:289:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(EXT4_SB(sb)->s_system_blks, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/dir.c: In function 'ext4_readdir': /kisskb/src/fs/ext4/dir.c:171:26: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/dir.c:157:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'get_port_device_capability': /kisskb/src/drivers/pci/pcie/portdrv_core.c:261:7: note: byref variable will be forcibly initialized u32 linkcap; ^~~~~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_message_numbers': /kisskb/src/drivers/pci/pcie/portdrv_core.c:49:6: note: byref variable will be forcibly initialized 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:24: note: byref variable will be forcibly initialized u32 pme = 0, aer = 0, dpc = 0; ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c:104:15: note: byref variable will be forcibly initialized u32 pme = 0, aer = 0, dpc = 0; ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c:104:6: note: byref variable will be forcibly initialized u32 pme = 0, aer = 0, dpc = 0; ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_register': /kisskb/src/drivers/pci/pcie/portdrv_core.c:321:6: note: byref variable will be forcibly initialized int irqs[PCIE_PORT_DEVICE_MAXSERVICES]; ^~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_suspend': /kisskb/src/drivers/pci/pcie/portdrv_core.c:394:9: note: byref variable will be forcibly initialized size_t off = offsetof(struct pcie_port_service_driver, suspend); ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_resume_noirq': /kisskb/src/drivers/pci/pcie/portdrv_core.c:400:9: note: byref variable will be forcibly initialized size_t off = offsetof(struct pcie_port_service_driver, resume_noirq); ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_resume': /kisskb/src/drivers/pci/pcie/portdrv_core.c:410:9: note: byref variable will be forcibly initialized size_t off = offsetof(struct pcie_port_service_driver, resume); ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_runtime_suspend': /kisskb/src/drivers/pci/pcie/portdrv_core.c:420:9: note: byref variable will be forcibly initialized size_t off = offsetof(struct pcie_port_service_driver, runtime_suspend); ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_runtime_resume': /kisskb/src/drivers/pci/pcie/portdrv_core.c:430:9: note: byref variable will be forcibly initialized size_t off = offsetof(struct pcie_port_service_driver, runtime_resume); ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_find_device': /kisskb/src/drivers/pci/pcie/portdrv_core.c:474:30: note: byref variable will be forcibly initialized struct portdrv_service_data pdrvs; ^~~~~ In file included from /kisskb/src/kernel/dma/remap.c:6: /kisskb/src/kernel/dma/remap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'filter_write': /kisskb/src/kernel/dma/debug.c:701:7: note: byref variable will be forcibly initialized char buf[NAME_MAX_LEN]; ^~~ /kisskb/src/kernel/dma/debug.c: In function 'get_nr_mapped_entries': /kisskb/src/kernel/dma/debug.c:1323:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'bucket_find_contain': /kisskb/src/kernel/dma/debug.c:354:33: note: byref variable will be forcibly initialized struct dma_debug_entry *entry, index = *ref; ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'filter_read': /kisskb/src/kernel/dma/debug.c:679:7: note: byref variable will be forcibly initialized char buf[NAME_MAX_LEN + 1]; ^~~ /kisskb/src/kernel/dma/debug.c: In function 'dma_debug_device_change': /kisskb/src/kernel/dma/debug.c:836:26: note: byref variable will be forcibly initialized struct dma_debug_entry *entry; ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'check_sync': /kisskb/src/kernel/dma/debug.c:1081:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/dma/debug.c:1080:22: note: byref variable will be forcibly initialized struct hash_bucket *bucket; ^~~~~~ /kisskb/src/drivers/pci/pcie/err.c: In function 'pcie_do_recovery': /kisskb/src/drivers/pci/pcie/err.c:178:19: note: byref variable will be forcibly initialized pci_ers_result_t status = PCI_ERS_RESULT_CAN_RECOVER; ^~~~~~ /kisskb/src/drivers/pci/pcie/rcec.c: In function 'rcec_assoc_rciep': /kisskb/src/kernel/dma/debug.c: In function 'add_dma_entry': /kisskb/src/drivers/pci/pcie/rcec.c:26:16: note: byref variable will be forcibly initialized unsigned long bitmap = rcec->rcec_ea->bitmap; ^~~~~~ /kisskb/src/kernel/dma/debug.c:558:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/pci/pcie/rcec.c: In function 'pcie_link_rcec': /kisskb/src/drivers/pci/pcie/rcec.c:112:24: note: byref variable will be forcibly initialized 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:24: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized u32 rcec, hdr, busn; ^~~~ /kisskb/src/drivers/pci/pcie/rcec.c:152:12: note: byref variable will be forcibly initialized u32 rcec, hdr, busn; ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_mapping_error': /kisskb/src/kernel/dma/debug.c:1232:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/dma/debug.c:1229:25: note: byref variable will be forcibly initialized struct dma_debug_entry ref; ^~~ /kisskb/src/kernel/dma/debug.c: In function 'check_unmap': /kisskb/src/kernel/dma/debug.c:948:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/net/sched/sch_cbs.c: In function 'cbs_set_port_rate': /kisskb/src/net/sched/sch_cbs.c:311:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings ecmd; ^~~~ /kisskb/src/net/sched/sch_cbs.c: In function 'cbs_change': /kisskb/src/net/sched/sch_cbs.c:366:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_CBS_MAX + 1]; ^~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_unmap_sg': /kisskb/src/kernel/dma/debug.c:1348:26: note: byref variable will be forcibly initialized struct dma_debug_entry ref = { ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_single_for_cpu': /kisskb/src/kernel/dma/debug.c:1474:25: note: byref variable will be forcibly initialized struct dma_debug_entry ref; ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_single_for_device': /kisskb/src/kernel/dma/debug.c:1493:25: note: byref variable will be forcibly initialized struct dma_debug_entry ref; ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_sg_for_cpu': /kisskb/src/kernel/dma/debug.c:1519:26: note: byref variable will be forcibly initialized struct dma_debug_entry ref = { ^~~ In file included from /kisskb/src/net/sched/sch_cbs.c:62: /kisskb/src/net/sched/sch_cbs.c: In function 'qdisc_purge_queue': /kisskb/src/include/net/sch_generic.h:988:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_sg_for_device': /kisskb/src/include/net/sch_generic.h:988:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ /kisskb/src/kernel/dma/debug.c:1551:26: note: byref variable will be forcibly initialized struct dma_debug_entry ref = { ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/kernel/dma/swiotlb.c:23: /kisskb/src/kernel/dma/swiotlb.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/dma-direct.h:9, from /kisskb/src/kernel/dma/swiotlb.c:24: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/swiotlb.h:50, from /kisskb/src/kernel/dma/swiotlb.c:58: /kisskb/src/kernel/dma/swiotlb.c: In function 'perf_trace_swiotlb_bounced': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/swiotlb.h:50, from /kisskb/src/kernel/dma/swiotlb.c:58: /kisskb/src/kernel/dma/swiotlb.c: In function 'trace_event_raw_event_swiotlb_bounced': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/swiotlb.h:50, from /kisskb/src/kernel/dma/swiotlb.c:58: /kisskb/src/kernel/dma/swiotlb.c: In function '__bpf_trace_swiotlb_bounced': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c: In function 'iproc_armpll_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c:249:14: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c:248:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/kernel/dma/swiotlb.c: In function 'swiotlb_map': /kisskb/src/kernel/dma/swiotlb.c:673:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/net/pkt_sched.h:9, from /kisskb/src/net/sched/sch_codel.c:50: /kisskb/src/net/sched/sch_codel.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/fs/ext4/balloc.c: In function 'ext4_get_group_number': /kisskb/src/fs/ext4/balloc.c:38:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/net/sched/sch_codel.c: In function 'codel_change': /kisskb/src/net/sched/sch_codel.c:137:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_CODEL_MAX + 1]; ^~ /kisskb/src/fs/ext4/balloc.c: In function 'ext4_new_meta_blocks': /kisskb/src/fs/ext4/balloc.c:689:33: note: byref variable will be forcibly initialized struct ext4_allocation_request ar; ^~ In file included from /kisskb/src/include/net/pkt_sched.h:7, from /kisskb/src/net/sched/sch_codel.c:50: /kisskb/src/net/sched/sch_codel.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/fs/ext4/ext4_jbd2.c: In function 'ext4_journal_abort_handle': /kisskb/src/fs/ext4/ext4_jbd2.c:178:7: note: byref variable will be forcibly initialized char nbuf[16]; ^~~~ /kisskb/src/net/sched/sch_fq.c: In function 'fq_dump_stats': /kisskb/src/net/sched/sch_fq.c:1010:24: note: byref variable will be forcibly initialized struct tc_fq_qd_stats st; ^~ In file included from /kisskb/src/net/sched/sch_fq.c:47: /kisskb/src/net/sched/sch_fq.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/sched/sch_fq.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ In file included from /kisskb/src/include/net/pkt_sched.h:7, from /kisskb/src/net/sched/sch_fq.c:48: /kisskb/src/net/sched/sch_fq.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/net/sched/sch_fq.c: In function 'fq_change': /kisskb/src/net/sched/sch_fq.c:806:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_FQ_MAX + 1]; ^~ /kisskb/src/net/sched/sch_fq.c: In function 'fq_gc': /kisskb/src/net/sched/sch_fq.c:222:8: note: byref variable will be forcibly initialized void *tofree[FQ_GC_MAX]; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_fq.c:33: /kisskb/src/net/sched/sch_fq.c: In function 'fq_classify': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_fq.c:351:4: note: in expansion of macro 'smp_store_release' smp_store_release(&sk->sk_pacing_status, ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_fq.c:325:6: note: in expansion of macro 'smp_store_release' smp_store_release(&sk->sk_pacing_status, ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/net/sched/cls_matchall.c:13: /kisskb/src/net/sched/cls_matchall.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/sched/cls_matchall.c:8: /kisskb/src/net/sched/cls_matchall.c: In function 'mall_change': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_matchall.c:245:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->root, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_matchall.c:189:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_MATCHALL_MAX + 1]; ^~ /kisskb/src/net/sched/sch_cbq.c: In function 'cbq_dump_lss': /kisskb/src/net/sched/sch_cbq.c:1248:23: note: byref variable will be forcibly initialized struct tc_cbq_lssopt opt; ^~~ /kisskb/src/drivers/amba/bus.c: In function 'amba_find_device': /kisskb/src/drivers/amba/bus.c:782:19: note: byref variable will be forcibly initialized struct find_data data; ^~~~ /kisskb/src/net/sched/sch_cbq.c: In function 'cbq_dump_fopt': /kisskb/src/net/sched/sch_cbq.c:1294:21: note: byref variable will be forcibly initialized struct tc_cbq_fopt opt; ^~~ /kisskb/src/net/sched/sch_cbq.c: In function 'cbq_dump_wrr': /kisskb/src/net/sched/sch_cbq.c:1274:23: note: byref variable will be forcibly initialized struct tc_cbq_wrropt opt; ^~~ /kisskb/src/net/sched/sch_cbq.c: In function 'cbq_init': /kisskb/src/net/sched/sch_cbq.c:1161:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_CBQ_MAX + 1]; ^~ /kisskb/src/net/sched/sch_cbq.c: In function 'cbq_classify': /kisskb/src/net/sched/sch_cbq.c:213:20: note: byref variable will be forcibly initialized struct tcf_result res; ^~~ /kisskb/src/net/sched/sch_cbq.c: In function 'cbq_enqueue': /kisskb/src/net/sched/sch_cbq.c:363:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/net/sched/sch_cbq.c: In function 'cbq_dump_class_stats': /kisskb/src/net/sched/sch_cbq.c:1378:8: note: byref variable will be forcibly initialized __u32 qlen; ^~~~ In file included from /kisskb/src/include/net/pkt_sched.h:9, from /kisskb/src/net/sched/sch_cbq.c:16: /kisskb/src/net/sched/sch_cbq.c: In function 'qdisc_purge_queue': /kisskb/src/include/net/sch_generic.h:988:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/include/net/sch_generic.h:988:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ /kisskb/src/net/sched/sch_cbq.c: In function 'cbq_change_class': /kisskb/src/net/sched/sch_cbq.c:1484:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_CBQ_MAX + 1]; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/sched/cls_flower.c:8: /kisskb/src/net/sched/cls_flower.c: In function 'list_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:202:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(new->prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_select_queue': /kisskb/src/net/sched/sch_htb.c:1381:29: note: byref variable will be forcibly initialized struct tc_htb_qopt_offload offload_opt; ^~~~~~~~~~~ /kisskb/src/drivers/pci/pcie/pme.c: In function 'pcie_pme_irq': /kisskb/src/drivers/pci/pcie/pme.c:268:6: note: byref variable will be forcibly initialized u32 rtsta; ^~~~~ In file included from /kisskb/src/net/sched/sch_htb.c:36: /kisskb/src/net/sched/sch_htb.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/drivers/pci/pcie/pme.c: In function 'pcie_pme_work_fn': /kisskb/src/drivers/pci/pcie/pme.c:218:6: note: byref variable will be forcibly initialized u32 rtsta; ^~~~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_dump': /kisskb/src/net/sched/sch_htb.c:1225:21: note: byref variable will be forcibly initialized struct tc_htb_glob gopt; ^~~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_destroy_class_offload': /kisskb/src/net/sched/sch_htb.c:1560:29: note: byref variable will be forcibly initialized struct tc_htb_qopt_offload offload_opt; ^~~~~~~~~~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_destroy': /kisskb/src/net/sched/sch_htb.c:1627:29: note: byref variable will be forcibly initialized struct tc_htb_qopt_offload offload_opt; ^~~~~~~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/net/sched/sch_htb.c:30: /kisskb/src/net/sched/sch_htb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/net/sched/cls_flower.c:20: /kisskb/src/net/sched/cls_flower.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/sched/cls_flower.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/sched/cls_flower.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/sched/cls_flower.c: In function 'nla_put_be16': /kisskb/src/include/net/netlink.h:1270:9: note: byref variable will be forcibly initialized __be16 tmp = value; ^~~ /kisskb/src/net/sched/cls_flower.c: In function 'nla_put_be32': /kisskb/src/include/net/netlink.h:1322:9: note: byref variable will be forcibly initialized __be32 tmp = value; ^~~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_dump_key_flags': /kisskb/src/net/sched/sch_htb.c: In function 'htb_init': /kisskb/src/net/sched/cls_flower.c:2638:15: note: byref variable will be forcibly initialized __be32 _key, _mask; ^~~~~ /kisskb/src/net/sched/sch_htb.c:1056:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_HTB_MAX + 1]; ^~ /kisskb/src/net/sched/sch_htb.c:1054:29: note: byref variable will be forcibly initialized struct tc_htb_qopt_offload offload_opt; ^~~~~~~~~~~ /kisskb/src/net/sched/cls_flower.c:2638:9: note: byref variable will be forcibly initialized __be32 _key, _mask; ^~~~ /kisskb/src/net/sched/cls_flower.c:2637:11: note: byref variable will be forcibly initialized u32 key, mask; ^~~~ /kisskb/src/net/sched/cls_flower.c:2637:6: note: byref variable will be forcibly initialized u32 key, mask; ^~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_lookup_leaf': /kisskb/src/net/sched/sch_htb.c:815:4: note: byref variable will be forcibly initialized } stk[TC_HTB_MAXDEPTH], *sp = stk; ^~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_do_events': /kisskb/src/net/sched/sch_htb.c:752:7: note: byref variable will be forcibly initialized s64 diff; ^~~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_charge_class': /kisskb/src/net/sched/sch_htb.c:697:6: note: byref variable will be forcibly initialized s64 diff; ^~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_memread': /kisskb/src/kernel/debug/gdbstub.c:559:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/kernel/debug/gdbstub.c:558:16: note: byref variable will be forcibly initialized unsigned long length; ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:557:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'write_mem_msg': /kisskb/src/kernel/debug/gdbstub.c:369:16: note: byref variable will be forcibly initialized unsigned long length; ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:368:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/kernel/debug/gdbstub.c:367:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_reg_set': /kisskb/src/kernel/debug/gdbstub.c:614:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^~~ /kisskb/src/kernel/debug/gdbstub.c:613:16: note: byref variable will be forcibly initialized unsigned long regnum; ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_query': /kisskb/src/kernel/debug/gdbstub.c:700:8: note: byref variable will be forcibly initialized char *ptr; ^~~ /kisskb/src/kernel/debug/gdbstub.c:699:16: note: byref variable will be forcibly initialized unsigned char thref[BUF_THREAD_ID_SIZE]; ^~~~~ 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/highmem.h:10, 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/net/sched/cls_flower.c:15: /kisskb/src/net/sched/cls_flower.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_classify': /kisskb/src/net/sched/sch_htb.c:221:20: note: byref variable will be forcibly initialized struct tcf_result res; ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_task': /kisskb/src/kernel/debug/gdbstub.c:812:8: note: byref variable will be forcibly initialized char *ptr; ^~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_enqueue': /kisskb/src/net/sched/sch_htb.c:615:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_thread': /kisskb/src/kernel/debug/gdbstub.c:848:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_break': /kisskb/src/kernel/debug/gdbstub.c:869:16: note: byref variable will be forcibly initialized unsigned long length; ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:868:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/kernel/debug/gdbstub.c:867:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[2]; ^~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_dump_class_stats': /kisskb/src/net/sched/sch_htb.c:1345:8: note: byref variable will be forcibly initialized __u32 qlen = 0; ^~~~ In file included from /kisskb/src/net/sched/sch_htb.c:36: /kisskb/src/net/sched/sch_htb.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_dump_class': /kisskb/src/net/sched/sch_htb.c:1265:20: note: byref variable will be forcibly initialized struct tc_htb_opt opt; ^~~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_set_key_mpls_lse': /kisskb/src/net/sched/cls_flower.c:810:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_FLOWER_KEY_MPLS_OPT_LSE_MAX + 1]; ^~ In file included from /kisskb/src/net/sched/sch_htb.c:37: /kisskb/src/net/sched/sch_htb.c: In function 'qdisc_purge_queue': /kisskb/src/include/net/sch_generic.h:988:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/include/net/sch_generic.h:988:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_reg_get': /kisskb/src/kernel/debug/gdbstub.c:599:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^~~ /kisskb/src/kernel/debug/gdbstub.c:598:16: note: byref variable will be forcibly initialized unsigned long regnum; ^~~~~~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_set_key_mpls_opts': /kisskb/src/net/sched/cls_flower.c:896:6: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_serial_stub': /kisskb/src/kernel/debug/gdbstub.c:966:17: note: byref variable will be forcibly initialized unsigned char thref[BUF_THREAD_ID_SIZE]; ^~~~~ In file included from /kisskb/src/net/sched/sch_htb.c:36: /kisskb/src/net/sched/sch_htb.c: In function 'nla_get_u64': /kisskb/src/include/net/netlink.h:1617:6: note: byref variable will be forcibly initialized u64 tmp; ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdbstub_exit': /kisskb/src/kernel/debug/gdbstub.c:1126:30: note: byref variable will be forcibly initialized unsigned char checksum, ch, buffer[3]; ^~~~~~ /kisskb/src/net/sched/sch_htb.c: In function 'htb_change_class': /kisskb/src/net/sched/sch_htb.c:1825:5: note: byref variable will be forcibly initialized } est = { ^~~ /kisskb/src/net/sched/sch_htb.c:1780:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_HTB_MAX + 1]; ^~ /kisskb/src/net/sched/sch_htb.c:1778:29: note: byref variable will be forcibly initialized struct tc_htb_qopt_offload offload_opt; ^~~~~~~~~~~ In file included from /kisskb/src/net/sched/cls_flower.c:21: /kisskb/src/net/sched/cls_flower.c: In function 'tcf_change_indev': /kisskb/src/include/net/pkt_cls.h:508:7: note: byref variable will be forcibly initialized char indev[IFNAMSIZ]; ^~~~~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_set_vxlan_opt': /kisskb/src/net/sched/cls_flower.c:1164:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_FLOWER_KEY_ENC_OPT_VXLAN_MAX + 1]; ^~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_set_erspan_opt': /kisskb/src/net/sched/cls_flower.c:1201:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_FLOWER_KEY_ENC_OPT_ERSPAN_MAX + 1]; ^~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_set_geneve_opt': /kisskb/src/net/sched/cls_flower.c:1079:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_FLOWER_KEY_ENC_OPT_GENEVE_MAX + 1]; ^~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_set_enc_opt': /kisskb/src/net/sched/cls_flower.c:1267:34: note: byref variable will be forcibly initialized int err, option_len, key_depth, msk_depth = 0; ^~~~~~~~~ /kisskb/src/net/sched/cls_flower.c:1267:23: note: byref variable will be forcibly initialized int err, option_len, key_depth, msk_depth = 0; ^~~~~~~~~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_init_dissector': /kisskb/src/net/sched/cls_flower.c:1764:28: note: byref variable will be forcibly initialized struct flow_dissector_key keys[FLOW_DISSECTOR_KEY_MAX]; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/sched/cls_flower.c:8: /kisskb/src/net/sched/cls_flower.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_walk': /kisskb/src/net/sched/cls_flower.c:2186:16: note: byref variable will be forcibly initialized unsigned long id = arg->cookie, tmp; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/sched/cls_flower.c:8: /kisskb/src/net/sched/cls_flower.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_flower.c: In function '__rhashtable_replace_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1171:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj_new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1169:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(obj_new->next, obj_old->next); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_flower.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_delete': /kisskb/src/net/sched/cls_flower.c:2172:7: note: byref variable will be forcibly initialized bool last_on_mask; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/sched/cls_flower.c:8: /kisskb/src/net/sched/cls_flower.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/net/sched/cls_flower.c:11: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_determine_rate': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:521:30: note: byref variable will be forcibly initialized struct iproc_pll_vco_param vco_param; ^~~~~~~~~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_change': /kisskb/src/net/sched/cls_flower.c:1986:7: note: byref variable will be forcibly initialized bool in_ht; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:14: /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:17: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_destroy': /kisskb/src/net/sched/cls_flower.c:582:7: note: byref variable will be forcibly initialized bool last; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/sched/cls_flower.c:8: /kisskb/src/net/sched/cls_flower.c: In function 'fl_init': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_flower.c:354:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->root, head); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/pkt_sched.h:7, from /kisskb/src/include/net/act_api.h:11, from /kisskb/src/include/net/pkt_cls.h:8, from /kisskb/src/net/sched/cls_flower.c:21: /kisskb/src/net/sched/cls_flower.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_set_rate': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:558:29: note: byref variable will be forcibly initialized struct iproc_pll_vco_param vco_param; ^~~~~~~~~ In file included from /kisskb/src/net/sched/cls_flower.c:11: /kisskb/src/net/sched/cls_flower.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:19: /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_mask_lookup': /kisskb/src/net/sched/cls_flower.c:284:21: note: byref variable will be forcibly initialized struct fl_flow_key mkey; ^~~~ /kisskb/src/net/sched/cls_flower.c: In function 'fl_classify': /kisskb/src/net/sched/cls_flower.c:313:21: note: byref variable will be forcibly initialized struct fl_flow_key skb_key; ^~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_clk_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:809:15: note: byref variable will be forcibly initialized const char *clk_name; ^~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:736:14: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:735:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/net/sched/sch_hfsc.c: In function 'hfsc_dump_sc': /kisskb/src/net/sched/sch_hfsc.c:1257:26: note: byref variable will be forcibly initialized struct tc_service_curve tsc; ^~~ /kisskb/src/net/sched/sch_hfsc.c: In function 'hfsc_dump_qdisc': /kisskb/src/net/sched/sch_hfsc.c:1520:22: note: byref variable will be forcibly initialized struct tc_hfsc_qopt qopt; ^~~~ /kisskb/src/fs/ext4/hash.c: In function '__ext4fs_dirhash': /kisskb/src/fs/ext4/hash.c:207:16: note: byref variable will be forcibly initialized __u32 in[8], buf[4]; ^~~ /kisskb/src/fs/ext4/hash.c:207:9: note: byref variable will be forcibly initialized __u32 in[8], buf[4]; ^~ /kisskb/src/net/sched/sch_hfsc.c: In function 'hfsc_classify': /kisskb/src/net/sched/sch_hfsc.c:1121:20: note: byref variable will be forcibly initialized struct tcf_result res; ^~~ /kisskb/src/net/sched/sch_hfsc.c: In function 'hfsc_enqueue': /kisskb/src/net/sched/sch_hfsc.c:1537:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/sched/sch_hfsc.c: In function 'hfsc_dump_class_stats': /kisskb/src/net/sched/sch_hfsc.c:1323:8: note: byref variable will be forcibly initialized __u32 qlen; ^~~~ /kisskb/src/net/sched/sch_hfsc.c:1322:23: note: byref variable will be forcibly initialized struct tc_hfsc_stats xstats; ^~~~~~ In file included from /kisskb/src/include/net/pkt_sched.h:9, from /kisskb/src/net/sched/sch_hfsc.c:67: /kisskb/src/net/sched/sch_hfsc.c: In function 'qdisc_purge_queue': /kisskb/src/include/net/sch_generic.h:988:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/include/net/sch_generic.h:988:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c: In function 'presence_read_file': /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c:189:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c: In function 'latch_read_file': /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c:172:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c: In function 'attention_read_file': /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c:127:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/net/sched/sch_hfsc.c: In function 'hfsc_change_class': /kisskb/src/net/sched/sch_hfsc.c:921:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_HFSC_MAX + 1]; ^~ /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c: In function 'power_read_file': /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c:70:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/timer.h:422, from /kisskb/src/kernel/time/timer.c:57: /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_expire_entry': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_init': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_expire_entry': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_itimer_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_itimer_expire': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_tick_stop': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/timer.h:422, from /kisskb/src/kernel/time/timer.c:57: /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/ext4/file.c:22: /kisskb/src/fs/ext4/file.c: In function 'fsverity_get_info': /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:124:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&inode->i_verity_info); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_expire_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_expire_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_expire': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_tick_stop': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/timer.h:422, from /kisskb/src/kernel/time/timer.c:57: /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_timer_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_timer_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_init': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_itimer_state': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_itimer_expire': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_timer_expire_entry': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_expire_entry': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_tick_stop': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_sample_last_mounted': /kisskb/src/fs/ext4/file.c:796:7: note: byref variable will be forcibly initialized char buf[64], *cp; ^~~ /kisskb/src/fs/ext4/file.c:795:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_dax_huge_fault': /kisskb/src/fs/ext4/file.c:708:8: note: byref variable will be forcibly initialized pfn_t pfn; ^~~ /kisskb/src/fs/ext4/file.c:689:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/file.c:687:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'internal_add_timer': /kisskb/src/kernel/time/timer.c:607:16: note: byref variable will be forcibly initialized unsigned long bucket_expiry; ^~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__mod_timer': /kisskb/src/kernel/time/timer.c:962:32: note: byref variable will be forcibly initialized unsigned long clk = 0, flags, bucket_expiry; ^~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c:962:25: note: byref variable will be forcibly initialized unsigned long clk = 0, flags, bucket_expiry; ^~~~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_overwrite_io': /kisskb/src/fs/ext4/file.c:191:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/kernel/time/timer.c: In function 'call_timer_fn': /kisskb/src/kernel/time/timer.c:1409:21: note: byref variable will be forcibly initialized struct lockdep_map lockdep_map; ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__run_timers': /kisskb/src/kernel/time/timer.c:1712:20: note: byref variable will be forcibly initialized struct hlist_head heads[LVL_DEPTH]; ^~~~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_dio_write_iter': /kisskb/src/fs/ext4/file.c:480:7: note: byref variable will be forcibly initialized bool ilock_shared = true; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/file.c:479:7: note: byref variable will be forcibly initialized bool extend = false, unaligned_io = false; ^~~~~~ /kisskb/src/kernel/time/timer.c: In function 'add_timer_on': /kisskb/src/kernel/time/timer.c:1158:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'del_timer': /kisskb/src/kernel/time/timer.c:1201:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'try_to_del_timer_sync': /kisskb/src/kernel/time/timer.c:1226:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'schedule_timeout': /kisskb/src/kernel/time/timer.c:1844:23: note: byref variable will be forcibly initialized struct process_timer timer; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'usleep_range': /kisskb/src/kernel/time/timer.c:2069:10: note: byref variable will be forcibly initialized ktime_t exp = ktime_add_us(ktime_get(), min); ^~~ /kisskb/src/drivers/video/backlight/lcd.c: In function 'contrast_store': /kisskb/src/drivers/video/backlight/lcd.c:133:16: note: byref variable will be forcibly initialized unsigned long contrast; ^~~~~~~~ /kisskb/src/drivers/video/backlight/lcd.c: In function 'lcd_power_store': /kisskb/src/drivers/video/backlight/lcd.c:94:16: note: byref variable will be forcibly initialized unsigned long power; ^~~~~ /kisskb/src/net/sched/sch_red.c: In function 'red_dump_stats': /kisskb/src/net/sched/sch_red.c:453:30: note: byref variable will be forcibly initialized struct tc_red_qopt_offload hw_stats_request = { ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/net/pkt_sched.h:9, from /kisskb/src/net/sched/sch_red.c:17: /kisskb/src/net/sched/sch_red.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/sched/sch_red.c: In function 'nla_put_bitfield32': /kisskb/src/include/net/netlink.h:1543:24: note: byref variable will be forcibly initialized struct nla_bitfield32 tmp = { value, selector, }; ^~~ /kisskb/src/net/sched/sch_red.c: In function 'red_dump': /kisskb/src/net/sched/sch_red.c:413:21: note: byref variable will be forcibly initialized struct tc_red_qopt opt = { ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/net/pkt_sched.h:9, from /kisskb/src/net/sched/sch_red.c:17: /kisskb/src/net/sched/sch_red.c: In function 'nla_get_bitfield32': /kisskb/src/include/net/netlink.h:1735:24: note: byref variable will be forcibly initialized struct nla_bitfield32 tmp; ^~~ In file included from /kisskb/src/include/net/pkt_sched.h:9, from /kisskb/src/net/sched/sch_red.c:17: /kisskb/src/net/sched/sch_red.c: In function 'qdisc_tree_flush_backlog': /kisskb/src/include/net/sch_generic.h:980:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/include/net/sch_generic.h:980:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ /kisskb/src/net/sched/sch_red.c: In function '__red_change': /kisskb/src/net/sched/sch_red.c:241:16: note: byref variable will be forcibly initialized unsigned char userbits; ^~~~~~~~ /kisskb/src/net/sched/sch_red.c:239:24: note: byref variable will be forcibly initialized struct nla_bitfield32 flags_bf; ^~~~~~~~ /kisskb/src/net/sched/sch_red.c: In function 'red_change': /kisskb/src/net/sched/sch_red.c:370:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_RED_MAX + 1]; ^~ In file included from /kisskb/src/include/net/pkt_sched.h:9, from /kisskb/src/net/sched/sch_red.c:17: /kisskb/src/net/sched/sch_red.c: In function 'qdisc_purge_queue': /kisskb/src/include/net/sch_generic.h:988:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/include/net/sch_generic.h:988:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ /kisskb/src/net/sched/sch_red.c: In function 'red_init': /kisskb/src/net/sched/sch_red.c:336:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_RED_MAX + 1]; ^~ In file included from /kisskb/src/include/net/pkt_sched.h:7, from /kisskb/src/net/sched/sch_red.c:17: /kisskb/src/net/sched/sch_red.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/fsync.c: In function 'ext4_sync_file': /kisskb/src/fs/ext4/fsync.c:132:7: note: byref variable will be forcibly initialized bool needs_barrier = false; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/net/pkt_sched.h:7, from /kisskb/src/net/sched/sch_teql.c:20: /kisskb/src/net/sched/sch_teql.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/net/sched/sch_teql.c: In function '__teql_resolve': /kisskb/src/net/sched/sch_teql.c:242:8: note: byref variable will be forcibly initialized char haddr[MAX_ADDR_LEN]; ^~~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_helper': /kisskb/src/fs/ext4/fsmap.c:92:16: note: byref variable will be forcibly initialized ext4_grpblk_t cno; ^~~ /kisskb/src/fs/ext4/fsmap.c:91:15: note: byref variable will be forcibly initialized ext4_group_t agno; ^~~~ /kisskb/src/fs/ext4/fsmap.c:88:20: note: byref variable will be forcibly initialized struct ext4_fsmap fmr; ^~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_logdev': /kisskb/src/fs/ext4/fsmap.c:260:20: note: byref variable will be forcibly initialized struct ext4_fsmap irec; ^~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_datadev_helper': /kisskb/src/fs/ext4/fsmap.c:193:20: note: byref variable will be forcibly initialized struct ext4_fsmap irec; ^~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_datadev': /kisskb/src/fs/ext4/fsmap.c:478:16: note: byref variable will be forcibly initialized ext4_grpblk_t last_cluster; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/fsmap.c:477:16: note: byref variable will be forcibly initialized ext4_grpblk_t first_cluster; ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/fsmap.c:476:15: note: byref variable will be forcibly initialized ext4_group_t end_ag; ^~~~~~ /kisskb/src/fs/ext4/fsmap.c:475:15: note: byref variable will be forcibly initialized ext4_group_t start_ag; ^~~~~~~~ /kisskb/src/fs/ext4/extents_status.c: In function '__es_scan_range': /kisskb/src/fs/ext4/extents_status.c:345:23: note: byref variable will be forcibly initialized struct extent_status es; ^~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap': /kisskb/src/fs/ext4/fsmap.c:631:27: note: byref variable will be forcibly initialized struct ext4_getfsmap_dev handlers[EXT4_GETFSMAP_DEVS]; ^~~~~~~~ /kisskb/src/fs/ext4/fsmap.c:630:20: note: byref variable will be forcibly initialized struct ext4_fsmap dkeys[2]; /* per-dev keys */ ^~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'es_reclaim_extents': /kisskb/src/fs/ext4/extents_status.c:1739:6: note: byref variable will be forcibly initialized int nr_shrunk = 0; ^~~~~~~~~ /kisskb/src/net/sched/sch_prio.c: In function 'prio_dump': /kisskb/src/net/sched/sch_prio.c:268:22: note: byref variable will be forcibly initialized struct tc_prio_qopt opt; ^~~ In file included from /kisskb/src/include/net/pkt_sched.h:9, from /kisskb/src/net/sched/sch_prio.c:18: /kisskb/src/net/sched/sch_prio.c: In function 'qdisc_tree_flush_backlog': /kisskb/src/include/net/sch_generic.h:980:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/include/net/sch_generic.h:980:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ /kisskb/src/fs/ext4/extents_status.c: In function '__es_remove_extent': /kisskb/src/fs/ext4/extents_status.c:1342:25: note: byref variable will be forcibly initialized struct extent_status newes; ^~~~~ /kisskb/src/fs/ext4/extents_status.c:1314:20: note: byref variable will be forcibly initialized struct rsvd_count rc; ^~ /kisskb/src/fs/ext4/extents_status.c:1309:23: note: byref variable will be forcibly initialized struct extent_status orig_es; ^~~~~~~ /kisskb/src/net/sched/sch_prio.c: In function 'qdisc_purge_queue': /kisskb/src/include/net/sch_generic.h:988:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/include/net/sch_generic.h:988:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ /kisskb/src/net/sched/sch_prio.c: In function 'prio_classify': /kisskb/src/net/sched/sch_prio.c:35:20: note: byref variable will be forcibly initialized struct tcf_result res; ^~~ /kisskb/src/net/sched/sch_prio.c: In function 'prio_enqueue': /kisskb/src/net/sched/sch_prio.c:73:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/net/sched/sch_prio.c: In function 'prio_graft': /kisskb/src/net/sched/sch_prio.c:292:30: note: byref variable will be forcibly initialized struct tc_prio_qopt_offload graft_offload; ^~~~~~~~~~~~~ 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:2445:4: note: byref variable will be forcibly initialized } desc; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/ext4/extents.c:22: /kisskb/src/fs/ext4/extents.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_extent': /kisskb/src/fs/ext4/extents_status.c:819:23: note: byref variable will be forcibly initialized struct extent_status newes; ^~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_cache_extent': /kisskb/src/fs/ext4/extents_status.c:885:23: note: byref variable will be forcibly initialized struct extent_status newes; ^~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_remove_extent': /kisskb/src/fs/ext4/extents_status.c:1438:6: note: byref variable will be forcibly initialized int reserved = 0; ^~~~~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_delayed_block': /kisskb/src/fs/ext4/extents_status.c:1988:23: note: byref variable will be forcibly initialized struct extent_status newes; ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_grow_indepth': /kisskb/src/fs/ext4/extents.c:1271:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_page': /kisskb/src/fs/ext4/inline.c:472:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_split': /kisskb/src/fs/ext4/extents.c:1019:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_alloc_branch': /kisskb/src/fs/ext4/indirect.c:329:15: note: byref variable will be forcibly initialized int i, j, err, len = 1; ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_to_extent': /kisskb/src/fs/ext4/inline.c:537:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:534:6: note: byref variable will be forcibly initialized int retries = 0, sem_held = 0; ^~~~~~~ /kisskb/src/fs/ext4/inline.c:532:26: note: byref variable will be forcibly initialized int ret, needed_blocks, no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_find_shared': /kisskb/src/fs/ext4/indirect.c:794:9: note: byref variable will be forcibly initialized int k, err; ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_add_dirent_to_inline': /kisskb/src/fs/ext4/inline.c:1034:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_truncate_ensure_credits': /kisskb/src/fs/ext4/indirect.c:722:6: note: byref variable will be forcibly initialized int dropped = 0; ^~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_nolock': /kisskb/src/fs/ext4/inline.c:1190:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_map_blocks': /kisskb/src/fs/ext4/indirect.c:533:6: note: byref variable will be forcibly initialized int blocks_to_boundary = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/indirect.c:530:11: note: byref variable will be forcibly initialized Indirect chain[4]; ^~~~~ /kisskb/src/fs/ext4/indirect.c:529:14: note: byref variable will be forcibly initialized ext4_lblk_t offsets[4]; ^~~~~~~ /kisskb/src/fs/ext4/indirect.c:528:6: note: byref variable will be forcibly initialized int err = -EIO; ^~~ /kisskb/src/fs/ext4/indirect.c:527:33: note: byref variable will be forcibly initialized struct ext4_allocation_request ar; ^~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_max_inline_size': /kisskb/src/fs/ext4/inline.c:94:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/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:162:17: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_prepare_inline_data': /kisskb/src/fs/ext4/inline.c:384:17: note: byref variable will be forcibly initialized int ret, size, no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_truncate': /kisskb/src/fs/ext4/indirect.c:1112:9: note: byref variable will be forcibly initialized __le32 nr = 0; ^~ /kisskb/src/fs/ext4/indirect.c:1110:11: note: byref variable will be forcibly initialized Indirect chain[4]; ^~~~~ /kisskb/src/fs/ext4/indirect.c:1109:14: note: byref variable will be forcibly initialized ext4_lblk_t offsets[4]; ^~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_to_write_inline_data': /kisskb/src/fs/ext4/inline.c:657:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:5, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/arch/arm64/include/asm/percpu.h:8, from /kisskb/src/include/linux/irqflags.h:17, from /kisskb/src/include/linux/rcupdate.h:26, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/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/pci/endpoint/functions/pci-epf-test.c:11: /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/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:201:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_remove_space': /kisskb/src/fs/ext4/indirect.c:1230:17: note: byref variable will be forcibly initialized __le32 nr = 0, nr2 = 0; ^~~ /kisskb/src/fs/ext4/indirect.c:1230:9: note: byref variable will be forcibly initialized __le32 nr = 0, nr2 = 0; ^~ /kisskb/src/fs/ext4/indirect.c:1226:21: note: byref variable will be forcibly initialized Indirect chain[4], chain2[4]; ^~~~~~ /kisskb/src/fs/ext4/indirect.c:1226:11: note: byref variable will be forcibly initialized Indirect chain[4], chain2[4]; ^~~~~ /kisskb/src/fs/ext4/indirect.c:1225:26: note: byref variable will be forcibly initialized ext4_lblk_t offsets[4], offsets2[4]; ^~~~~~~~ /kisskb/src/fs/ext4/indirect.c:1225:14: note: byref variable will be forcibly initialized ext4_lblk_t offsets[4], offsets2[4]; ^~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_write_inline_data_end': /kisskb/src/fs/ext4/inline.c:738:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:736:11: note: byref variable will be forcibly initialized int ret, no_expand; ^~~~~~~~~ /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:406:27: note: byref variable will be forcibly initialized struct timespec64 start, end; ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:406:20: note: byref variable will be forcibly initialized struct timespec64 start, end; ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:404:14: note: byref variable will be forcibly initialized phys_addr_t phys_addr; ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_journalled_write_inline_data': /kisskb/src/fs/ext4/inline.c:784:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:782:11: note: byref variable will be forcibly initialized int ret, no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_put_gap_in_cache': /kisskb/src/fs/ext4/extents.c:2243:23: note: byref variable will be forcibly initialized struct extent_status es; ^~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_da_write_inline_data_begin': /kisskb/src/fs/ext4/inline.c:879:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/inline.c:878:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /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:318:27: note: byref variable will be forcibly initialized struct timespec64 start, end; ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:318:20: note: byref variable will be forcibly initialized struct timespec64 start, end; ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:316:14: note: byref variable will be forcibly initialized 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:235:27: note: byref variable will be forcibly initialized struct timespec64 start, end; ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:235:20: note: byref variable will be forcibly initialized struct timespec64 start, end; ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:234:14: note: byref variable will be forcibly initialized phys_addr_t dst_phys_addr; ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:233:14: note: byref variable will be forcibly initialized phys_addr_t src_phys_addr; ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_add_inline_entry': /kisskb/src/fs/ext4/inline.c:1278:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:1276:30: note: byref variable will be forcibly initialized int ret, ret2, inline_size, no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'skip_hole': /kisskb/src/fs/ext4/extents.c:5922:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_alloc_file_blocks': /kisskb/src/fs/ext4/extents.c:4400:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/extents.c:4398:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inlinedir_to_tree': /kisskb/src/fs/ext4/inline.c:1357:21: note: byref variable will be forcibly initialized struct fscrypt_str tmp_str; ^~~~~~~ /kisskb/src/fs/ext4/inline.c:1356:26: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 fake; ^~~~ /kisskb/src/fs/ext4/inline.c:1354:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_iomap_xattr_fiemap': /kisskb/src/fs/ext4/extents.c:4835:20: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_fill_es_cache_info': /kisskb/src/fs/ext4/extents.c:2151:23: note: byref variable will be forcibly initialized struct extent_status es; ^~ /kisskb/src/fs/ext4/extents.c:2150:14: note: byref variable will be forcibly initialized ext4_lblk_t next, end = block + num - 1; ^~~~ /kisskb/src/fs/ext4/ialloc.c: In function 'find_group_orlov': /kisskb/src/fs/ext4/ialloc.c:440:22: note: byref variable will be forcibly initialized struct dx_hash_info hinfo; ^~~~~ /kisskb/src/fs/ext4/ialloc.c:438:21: note: byref variable will be forcibly initialized struct orlov_stats stats; ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_datasem_ensure_credits': /kisskb/src/fs/ext4/extents.c:122:6: note: byref variable will be forcibly initialized int dropped = 0; ^~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_dir': /kisskb/src/fs/ext4/inline.c:1469:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ 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:2445:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_first_inline_block': /kisskb/src/fs/ext4/inline.c:1593:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_create_inline_dir': /kisskb/src/fs/ext4/inline.c:1613:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_find_inline_entry': /kisskb/src/fs/ext4/inline.c:1648:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_delete_inline_entry': /kisskb/src/fs/ext4/inline.c:1697:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:1696:24: note: byref variable will be forcibly initialized int err, inline_size, no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'empty_inline_dir': /kisskb/src/fs/ext4/inline.c:1778:8: note: byref variable will be forcibly initialized void *inline_pos; ^~~~~~~~~~ /kisskb/src/fs/ext4/inline.c:1776:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:1775:11: note: byref variable will be forcibly initialized int err, inline_size; ^~~~~~~~~~~ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_free_inode': /kisskb/src/fs/ext4/ialloc.c:241:22: note: byref variable will be forcibly initialized struct buffer_head *bh2; ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_destroy_inline_data': /kisskb/src/fs/ext4/inline.c:1839:11: note: byref variable will be forcibly initialized int ret, no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_iomap': /kisskb/src/fs/ext4/inline.c:1852:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_truncate': /kisskb/src/fs/ext4/inline.c:1883:45: note: byref variable will be forcibly initialized int inline_size, value_len, needed_blocks, no_expand, err = 0; ^~~~~~~~~ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_mark_inode_used': /kisskb/src/fs/ext4/ialloc.c:755:47: note: byref variable will be forcibly initialized struct buffer_head *inode_bitmap_bh = NULL, *group_desc_bh = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_shift_extents': /kisskb/src/fs/ext4/extents.c:5108:14: note: byref variable will be forcibly initialized ext4_lblk_t stop, *iterator, ex_start, ex_end; ^~~~ /kisskb/src/fs/ext4/extents.c:5105:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path; ^~~~ /kisskb/src/fs/ext4/ialloc.c: In function '__ext4_new_inode': /kisskb/src/fs/ext4/ialloc.c:1289:10: note: byref variable will be forcibly initialized __le32 gen = cpu_to_le32(inode->i_generation); ^~~ /kisskb/src/fs/ext4/ialloc.c:1288:10: note: byref variable will be forcibly initialized __le32 inum = cpu_to_le32(inode->i_ino); ^~~~ /kisskb/src/fs/ext4/ialloc.c:936:16: note: byref variable will be forcibly initialized unsigned long ino = 0; ^~~ /kisskb/src/fs/ext4/ialloc.c:935:24: note: byref variable will be forcibly initialized ext4_group_t ngroups, group = 0; ^~~~~ /kisskb/src/fs/ext4/ialloc.c:934:22: note: byref variable will be forcibly initialized struct buffer_head *group_desc_bh; ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data': /kisskb/src/fs/ext4/inline.c:1982:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:1980:28: note: byref variable will be forcibly initialized int error, needed_blocks, no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_split_extent_at': /kisskb/src/fs/ext4/extents.c:3149:42: note: byref variable will be forcibly initialized struct ext4_extent *ex, newex, orig_ex, zero_ex; ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3149:33: note: byref variable will be forcibly initialized struct ext4_extent *ex, newex, orig_ex, zero_ex; ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3149:26: note: byref variable will be forcibly initialized struct ext4_extent *ex, newex, orig_ex, zero_ex; ^~~~~ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_init_inode_table': /kisskb/src/fs/ext4/ialloc.c:1519:22: note: byref variable will be forcibly initialized struct buffer_head *group_desc_bh; ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_convert_to_initialized': /kisskb/src/fs/ext4/extents.c:3389:31: note: byref variable will be forcibly initialized struct ext4_extent zero_ex1, zero_ex2; ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:3389:21: note: byref variable will be forcibly initialized struct ext4_extent zero_ex1, zero_ex2; ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:3388:25: note: byref variable will be forcibly initialized struct ext4_map_blocks split_map; ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_insert_range': /kisskb/src/fs/ext4/extents.c:5379:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path; ^~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_validate_ops': /kisskb/src/net/netlink/genetlink.c:361:20: note: byref variable will be forcibly initialized struct genl_ops op2; ^~~ /kisskb/src/net/netlink/genetlink.c:355:19: note: byref variable will be forcibly initialized struct genl_ops op; ^~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/netlink/genetlink.c:22: /kisskb/src/net/netlink/genetlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_remove_space': /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_find_byname': /kisskb/src/net/netlink/genetlink.c:93:15: note: byref variable will be forcibly initialized unsigned int id; ^~ /kisskb/src/fs/ext4/extents.c:2811:16: note: byref variable will be forcibly initialized ext4_fsblk_t pblk; ^~~~ /kisskb/src/fs/ext4/extents.c:2810:33: note: byref variable will be forcibly initialized ext4_lblk_t ee_block, ex_end, lblk; ^~~~ /kisskb/src/fs/ext4/extents.c:2781:25: note: byref variable will be forcibly initialized struct partial_cluster partial; ^~~~~~~ /kisskb/src/fs/ext4/extents.c:2780:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^~~~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_dumppolicy_start': /kisskb/src/net/netlink/genetlink.c:1128:18: note: byref variable will be forcibly initialized struct genl_ops op; ^~ In file included from /kisskb/src/net/netlink/genetlink.c:12: /kisskb/src/net/netlink/genetlink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_map_blocks': /kisskb/src/fs/ext4/extents.c:4147:15: note: byref variable will be forcibly initialized ext4_lblk_t hole_start, hole_len; ^~~~~~~~~~ /kisskb/src/fs/ext4/extents.c:4059:33: note: byref variable will be forcibly initialized struct ext4_allocation_request ar; ^~ /kisskb/src/fs/ext4/extents.c:4057:15: note: byref variable will be forcibly initialized unsigned int allocated = 0, offset = 0; ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c:4056:6: note: byref variable will be forcibly initialized int err = 0, depth, ret; ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_validate_assign_mc_groups': /kisskb/src/net/netlink/genetlink.c:245:6: note: byref variable will be forcibly initialized int first_id; ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:4053:33: note: byref variable will be forcibly initialized struct ext4_extent newex, *ex, ex2; ^~~ /kisskb/src/fs/ext4/extents.c:4053:21: note: byref variable will be forcibly initialized struct ext4_extent newex, *ex, ex2; ^~~~~ /kisskb/src/fs/ext4/extents.c:4052:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg_doit': /kisskb/src/net/netlink/genetlink.c:703:19: note: byref variable will be forcibly initialized struct genl_info info; ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_extents': /kisskb/src/net/netlink/genetlink.c: In function 'genl_bind': /kisskb/src/net/netlink/genetlink.c:1358:15: note: byref variable will be forcibly initialized unsigned int id; ^~ /kisskb/src/fs/ext4/extents.c:4749:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg_dumpit': /kisskb/src/net/netlink/genetlink.c:681:31: note: byref variable will be forcibly initialized struct netlink_dump_control c = { ^ /kisskb/src/net/netlink/genetlink.c:669:31: note: byref variable will be forcibly initialized struct netlink_dump_control c = { ^ /kisskb/src/net/netlink/genetlink.c:656:28: note: byref variable will be forcibly initialized struct genl_start_context ctx; ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg': /kisskb/src/net/netlink/genetlink.c:749:18: note: byref variable will be forcibly initialized struct genl_ops op; ^~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_swap_extents': /kisskb/src/fs/ext4/extents.c:5569:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path2 = NULL; ^~~~~ /kisskb/src/fs/ext4/extents.c:5568:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path1 = NULL; ^~~~~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_dumppolicy': /kisskb/src/net/netlink/genetlink.c:1261:20: note: byref variable will be forcibly initialized struct genl_ops op; ^~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_fill_info': /kisskb/src/net/netlink/genetlink.c:839:20: note: byref variable will be forcibly initialized struct genl_ops op; ^~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_dumpfamily': /kisskb/src/net/netlink/genetlink.c:949:15: note: byref variable will be forcibly initialized unsigned int id; ^~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_replay_update_ex': /kisskb/src/fs/ext4/extents.c:5828:38: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL, *ppath; ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_replay_set_iblocks': /kisskb/src/fs/ext4/extents.c:5941:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/extents.c:5938:14: note: byref variable will be forcibly initialized ext4_lblk_t cur = 0, end; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/netlink/genetlink.c:10: /kisskb/src/net/netlink/genetlink.c: In function 'genl_unregister_family': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/net/netlink/genetlink.c:467:2: note: in expansion of macro 'wait_event' wait_event(genl_sk_destructing_waitq, ^~~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_clear_bb': /kisskb/src/fs/ext4/extents.c:6035:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:14: /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:17: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:19: /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'iproc_asiu_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:222:15: note: byref variable will be forcibly initialized const char *clk_name; ^~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:220:15: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:219:24: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/net/sched/sch_skbprio.c: In function 'skbprio_dump': /kisskb/src/net/sched/sch_skbprio.c:201:25: note: byref variable will be forcibly initialized struct tc_skbprio_qopt opt; ^~~ /kisskb/src/drivers/pci/hotplug/cpci_hotplug_core.c: In function 'cpci_hp_register_bus': /kisskb/src/drivers/pci/hotplug/cpci_hotplug_core.c:193:7: note: byref variable will be forcibly initialized char name[SLOT_NAME_SIZE]; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'add_ftrace_ops': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:269:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*list, ops); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:261:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ops->next, *list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 't_probe_start': /kisskb/src/kernel/trace/ftrace.c:3347:9: note: byref variable will be forcibly initialized loff_t l; ^ /kisskb/src/kernel/trace/ftrace.c: In function 't_mod_start': /kisskb/src/kernel/trace/ftrace.c:3422:9: note: byref variable will be forcibly initialized loff_t l; ^ In file included from /kisskb/src/include/linux/security.h:30, from /kisskb/src/kernel/trace/ftrace.c:21: /kisskb/src/kernel/trace/ftrace.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/sch_choke.c: In function 'choke_dump_stats': /kisskb/src/net/sched/sch_choke.c:465:25: note: byref variable will be forcibly initialized struct tc_choke_xstats st = { ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'lookup_rec': /kisskb/src/kernel/trace/ftrace.c:1533:20: note: byref variable will be forcibly initialized struct dyn_ftrace key; ^~~ /kisskb/src/kernel/trace/ftrace.c: In function 'print_ip_ins': /kisskb/src/kernel/trace/ftrace.c:1970:7: note: byref variable will be forcibly initialized char ins[MCOUNT_INSN_SIZE]; ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/net/pkt_sched.h:9, from /kisskb/src/net/sched/sch_choke.c:14: /kisskb/src/net/sched/sch_choke.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/sched/sch_choke.c: In function 'choke_dump': /kisskb/src/net/sched/sch_choke.c:438:21: note: byref variable will be forcibly initialized struct tc_red_qopt opt = { ^~~ /kisskb/src/kernel/trace/ftrace.c: In function 'function_stat_show': /kisskb/src/kernel/trace/ftrace.c:507:7: note: byref variable will be forcibly initialized char str[KSYM_SYMBOL_LEN]; ^~~ /kisskb/src/kernel/trace/ftrace.c: In function 'save_ftrace_mod_rec': /kisskb/src/kernel/trace/ftrace.c:6555:8: note: byref variable will be forcibly initialized char *modname; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_choke.c:9: /kisskb/src/net/sched/sch_choke.c: In function 'kvmalloc_array': /kisskb/src/kernel/trace/ftrace.c:6554:7: note: byref variable will be forcibly initialized char str[KSYM_SYMBOL_LEN]; ^~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/net/sched/sch_choke.c:12: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/ftrace.c:6553:16: note: byref variable will be forcibly initialized unsigned long offset; ^~~~~~ /kisskb/src/kernel/trace/ftrace.c:6552:16: note: byref variable will be forcibly initialized unsigned long symsize; ^~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'module_exists': /kisskb/src/kernel/trace/ftrace.c:4118:7: note: byref variable will be forcibly initialized char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; ^~~~~~~ /kisskb/src/net/sched/sch_choke.c: In function 'choke_change': /kisskb/src/net/sched/sch_choke.c:342:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_CHOKE_MAX + 1]; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/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': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7181:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->function_no_pids, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7178:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->function_pids, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_qfq.c: In function 'qfq_dequeue': /kisskb/src/net/sched/sch_qfq.c:1083:15: note: byref variable will be forcibly initialized unsigned int len = 0; ^~~ /kisskb/src/net/sched/sch_qfq.c:1080:20: note: byref variable will be forcibly initialized struct qfq_class *cl; ^~ /kisskb/src/net/sched/sch_qfq.c: In function 'qfq_classify': /kisskb/src/net/sched/sch_qfq.c:680:20: note: byref variable will be forcibly initialized struct tcf_result res; ^~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_profile_read': /kisskb/src/kernel/trace/ftrace.c:933:7: note: byref variable will be forcibly initialized char buf[64]; /* big enough to hold a number */ ^~~ /kisskb/src/net/sched/sch_qfq.c: In function 'qfq_enqueue': /kisskb/src/net/sched/sch_qfq.c:1203:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/net/sched/sch_choke.c: In function 'choke_match_flow': /kisskb/src/net/sched/sch_choke.c:152:19: note: byref variable will be forcibly initialized struct flow_keys temp; ^~~~ In file included from /kisskb/src/include/net/pkt_sched.h:7, from /kisskb/src/net/sched/sch_choke.c:14: /kisskb/src/net/sched/sch_choke.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/ioctl.c:11: /kisskb/src/fs/ext4/ioctl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_qfq.c: In function 'qfq_dump_class_stats': /kisskb/src/net/sched/sch_qfq.c:635:22: note: byref variable will be forcibly initialized struct tc_qfq_stats xstats; ^~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 't_next': /kisskb/src/kernel/trace/ftrace.c:3513:9: note: byref variable will be forcibly initialized loff_t l = *pos; /* t_probe_start() must use original pos */ ^ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/net/sched/sch_qfq.c:15: /kisskb/src/net/sched/sch_qfq.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/sched/sch_choke.c: In function 'choke_enqueue': /kisskb/src/net/sched/sch_choke.c:229:16: note: byref variable will be forcibly initialized unsigned int idx; ^~~ /kisskb/src/kernel/trace/ftrace.c: In function 't_start': /kisskb/src/kernel/trace/ftrace.c:3550:9: note: byref variable will be forcibly initialized loff_t l; ^ In file included from /kisskb/src/net/sched/sch_qfq.c:15: /kisskb/src/net/sched/sch_qfq.c: In function 'qdisc_purge_queue': /kisskb/src/include/net/sch_generic.h:988:14: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~~~~ /kisskb/src/include/net/sch_generic.h:988:8: note: byref variable will be forcibly initialized __u32 qlen, backlog; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:1492:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hash.notrace_hash, ops->func_hash->notrace_hash); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:1491:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hash.filter_hash, ops->func_hash->filter_hash); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:1478:25: note: byref variable will be forcibly initialized struct ftrace_ops_hash hash; ^~~~ /kisskb/src/net/sched/sch_qfq.c: In function 'qfq_change_class': /kisskb/src/net/sched/sch_qfq.c:399:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_QFQ_MAX + 1]; ^~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_match_record': /kisskb/src/kernel/trace/ftrace.c:3969:8: note: byref variable will be forcibly initialized char *modname; ^~~~~~~ /kisskb/src/kernel/trace/ftrace.c:3968:7: note: byref variable will be forcibly initialized char str[KSYM_SYMBOL_LEN]; ^~~ /kisskb/src/kernel/trace/ftrace.c: In function 'match_records': /kisskb/src/kernel/trace/ftrace.c:4013:6: note: byref variable will be forcibly initialized int clear_filter = 0; ^~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:4010:6: note: byref variable will be forcibly initialized int exclude_mod = 0; ^~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_process_regex': /kisskb/src/kernel/trace/ftrace.c:4846:25: note: byref variable will be forcibly initialized char *func, *command, *next = buff; ^~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_free_mem': /kisskb/src/kernel/trace/ftrace.c:6779:19: note: byref variable will be forcibly initialized struct list_head clear_hash; ^~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:6776:20: note: byref variable will be forcibly initialized struct dyn_ftrace key; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/bpf_test_run.h:50, from /kisskb/src/net/bpf/test_run.c:22: /kisskb/src/net/bpf/test_run.c: In function 'perf_trace_bpf_test_finish': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bpf_test_finish, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bpf_test_finish, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/bpf_test_run.h:50, from /kisskb/src/net/bpf/test_run.c:22: /kisskb/src/net/bpf/test_run.c: In function 'trace_event_raw_event_bpf_test_finish': 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/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bpf_test_finish, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/ext4.h:2445:4: note: byref variable will be forcibly initialized } desc; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/bpf_test_run.h:50, from /kisskb/src/net/bpf/test_run.c:22: /kisskb/src/net/bpf/test_run.c: In function '__bpf_trace_bpf_test_finish': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bpf_test_finish, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bpf_test_finish, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_setflags': /kisskb/src/fs/ext4/ioctl.c:345:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/net/bpf/test_run.c: In function 'bpf_test_finish': /kisskb/src/net/bpf/test_run.c:135:6: note: byref variable will be forcibly initialized int err = -EFAULT; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/stop_machine.h:5, from /kisskb/src/kernel/trace/ftrace.c:17: /kisskb/src/kernel/trace/ftrace.c: In function 'pid_write': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7424:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->function_no_pids, pid_list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7421:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->function_pids, pid_list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7388:25: note: byref variable will be forcibly initialized struct trace_pid_list *pid_list; ^~~~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_setproject': /kisskb/src/fs/ext4/ioctl.c:471:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:1441:2: note: in expansion of macro 'rcu_assign_pointer' 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:4099:25: note: byref variable will be forcibly initialized struct ftrace_ops_hash old_hash_ops; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_checkpoint': /kisskb/src/fs/ext4/ioctl.c:805:8: note: byref variable will be forcibly initialized __u32 flags = 0; ^~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/net/bpf/test_run.c:4: /kisskb/src/net/bpf/test_run.c: In function 'bpf_ctx_init': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/net/bpf/test_run.c:413:9: note: userspace variable will be forcibly initialized err = bpf_check_uarg_tail_zero(USER_BPFPTR(data_in), max_size, size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_getfsmap_format': /kisskb/src/fs/ext4/ioctl.c:612:15: note: byref variable will be forcibly initialized struct fsmap fm; ^~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioc_getfsmap': /kisskb/src/fs/ext4/ioctl.c:630:20: note: byref variable will be forcibly initialized struct fsmap_head head; ^~~~ 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:4185:12: note: byref variable will be forcibly initialized LIST_HEAD(process_mods); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/bpf/test_run.c: In function 'bpf_test_run': /kisskb/src/net/bpf/test_run.c:97:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/net/bpf/test_run.c:94:24: note: byref variable will be forcibly initialized struct bpf_cg_run_ctx run_ctx; ^~~~~~~ /kisskb/src/net/bpf/test_run.c: In function 'bpf_prog_test_run_tracing': /kisskb/src/net/bpf/test_run.c:281:6: note: byref variable will be forcibly initialized u32 retval = 0; ^~~~~~ /kisskb/src/net/bpf/test_run.c:280:13: note: byref variable will be forcibly initialized int b = 2, err = -EFAULT; ^~~ /kisskb/src/net/bpf/test_run.c:280:6: note: byref variable will be forcibly initialized int b = 2, err = -EFAULT; ^ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_get_es_cache': /kisskb/src/fs/ext4/ioctl.c:776:16: note: byref variable will be forcibly initialized struct fiemap fiemap; ^~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'unregister_ftrace_function_probe_func': /kisskb/src/kernel/trace/ftrace.c:4676:7: note: byref variable will be forcibly initialized int not; ^~~ /kisskb/src/kernel/trace/ftrace.c:4668:7: note: byref variable will be forcibly initialized char str[KSYM_SYMBOL_LEN]; ^~~ /kisskb/src/kernel/trace/ftrace.c:4667:20: note: byref variable will be forcibly initialized struct hlist_head hhd; ^~~ /kisskb/src/kernel/trace/ftrace.c:4662:21: note: byref variable will be forcibly initialized struct ftrace_glob func_g; ^~~~~~ /kisskb/src/kernel/trace/ftrace.c:4659:25: note: byref variable will be forcibly initialized struct ftrace_ops_hash old_hash_ops; ^~~~~~~~~~~~ /kisskb/src/net/bpf/test_run.c: In function 'bpf_prog_test_run_raw_tp': /kisskb/src/net/bpf/test_run.c:340:34: note: byref variable will be forcibly initialized struct bpf_raw_tp_test_run_info info; ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_reset_inode_seed': /kisskb/src/fs/ext4/ioctl.c:95:9: note: byref variable will be forcibly initialized __le32 gen = cpu_to_le32(inode->i_generation); ^~~ /kisskb/src/fs/ext4/ioctl.c:94:9: note: byref variable will be forcibly initialized __le32 inum = cpu_to_le32(inode->i_ino); ^~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_profile_write': /kisskb/src/kernel/trace/ftrace.c:888:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/net/bpf/test_run.c: In function 'bpf_prog_test_run_skb': /kisskb/src/net/bpf/test_run.c:564:14: note: byref variable will be forcibly initialized u32 retval, duration; ^~~~~~~~ /kisskb/src/net/bpf/test_run.c:564:6: note: byref variable will be forcibly initialized u32 retval, duration; ^~~~~~ /kisskb/src/net/bpf/test_run.c: In function 'bpf_prog_test_run_xdp': /kisskb/src/net/bpf/test_run.c:758:14: note: byref variable will be forcibly initialized u32 retval, duration; ^~~~~~~~ /kisskb/src/net/bpf/test_run.c:758:6: note: byref variable will be forcibly initialized u32 retval, duration; ^~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function '__ext4_ioctl': /kisskb/src/fs/ext4/ioctl.c:1100:23: note: byref variable will be forcibly initialized struct fstrim_range range; ^~~~~ /kisskb/src/fs/ext4/ioctl.c:1060:16: note: byref variable will be forcibly initialized ext4_fsblk_t n_blocks_count; ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/ioctl.c:1001:30: note: byref variable will be forcibly initialized struct ext4_new_group_data input; ^~~~~ /kisskb/src/fs/ext4/ioctl.c:950:22: note: byref variable will be forcibly initialized struct move_extent me; ^~ /kisskb/src/fs/ext4/ioctl.c:870:20: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/net/bpf/test_run.c: In function 'bpf_prog_test_run_flow_dissector': /kisskb/src/net/bpf/test_run.c:858:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/net/bpf/test_run.c:856:14: note: byref variable will be forcibly initialized u32 retval, duration; ^~~~~~~~ /kisskb/src/net/bpf/test_run.c:853:23: note: byref variable will be forcibly initialized struct bpf_flow_keys flow_keys; ^~~~~~~~~ /kisskb/src/net/bpf/test_run.c: In function 'bpf_prog_test_run_sk_lookup': /kisskb/src/net/bpf/test_run.c:925:6: note: byref variable will be forcibly initialized int ret = -EINVAL; ^~~ /kisskb/src/net/bpf/test_run.c:924:14: note: byref variable will be forcibly initialized u32 retval, duration; ^~~~~~~~ /kisskb/src/net/bpf/test_run.c: In function 'bpf_prog_test_run_syscall': /kisskb/src/net/bpf/test_run.c:1026:6: note: byref variable will be forcibly initialized u32 retval; ^~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_compat_ioctl': /kisskb/src/fs/ext4/ioctl.c:1313:30: note: byref variable will be forcibly initialized struct ext4_new_group_data input; ^~~~~ /kisskb/src/fs/ext4/migrate.c: In function 'finish_range': /kisskb/src/fs/ext4/migrate.c:27:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path; ^~~~ /kisskb/src/fs/ext4/migrate.c:26:21: note: byref variable will be forcibly initialized struct ext4_extent newext; ^~~~~~ /kisskb/src/fs/ext4/migrate.c: In function 'ext4_ext_swap_inode_data': /kisskb/src/fs/ext4/migrate.c:291:9: note: byref variable will be forcibly initialized __le32 i_data[3]; ^~~~~~ /kisskb/src/fs/ext4/migrate.c: In function 'ext4_ext_migrate': /kisskb/src/fs/ext4/migrate.c:421:8: note: byref variable will be forcibly initialized uid_t owner[2]; ^~~~~ /kisskb/src/fs/ext4/migrate.c:418:24: note: byref variable will be forcibly initialized struct migrate_struct lb; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/inode.c:22: /kisskb/src/fs/ext4/inode.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/mmp.c:8: /kisskb/src/fs/ext4/mmp.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2445:4: note: byref variable will be forcibly initialized } desc; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/net/sched/sch_taprio.c:9: /kisskb/src/net/sched/sch_taprio.c: In function 'setup_first_close_time': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c:1042:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(q->current_entry, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mmp.c: In function 'kmmpd': /kisskb/src/fs/ext4/mmp.c:197:24: note: byref variable will be forcibly initialized struct buffer_head *bh_check = NULL; ^~~~~~~~ In file included 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/include/linux/ethtool.h:16, from /kisskb/src/net/sched/sch_taprio.c:9: /kisskb/src/net/sched/sch_taprio.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/sched/sch_taprio.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/mmp.c: In function 'ext4_multi_mount_protect': /kisskb/src/fs/ext4/mmp.c:283:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^~ In file included from /kisskb/src/net/sched/sch_taprio.c:21: /kisskb/src/net/sched/sch_taprio.c: In function 'nla_put_s32': /kisskb/src/include/net/netlink.h:1448:6: note: byref variable will be forcibly initialized s32 tmp = value; ^~~ /kisskb/src/net/sched/sch_taprio.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/sched/sch_taprio.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/sched/sch_taprio.c: In function 'nla_put_s64': /kisskb/src/include/net/netlink.h:1463:6: note: byref variable will be forcibly initialized s64 tmp = value; ^~~ /kisskb/src/net/sched/sch_taprio.c: In function 'is_valid_interval': /kisskb/src/net/sched/sch_taprio.c:263:26: note: byref variable will be forcibly initialized ktime_t interval_start, interval_end; ^~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c:263:10: note: byref variable will be forcibly initialized ktime_t interval_start, interval_end; ^~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c: In function 'taprio_parse_clockid': /kisskb/src/net/sched/sch_taprio.c:1333:26: note: byref variable will be forcibly initialized struct ethtool_ts_info info = { ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/net/sched/sch_taprio.c:9: /kisskb/src/net/sched/sch_taprio.c: In function 'switch_schedules': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c:130:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(q->admin_sched, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c:129:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(q->oper_sched, *admin); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c: In function 'taprio_offload_config_changed': /kisskb/src/net/sched/sch_taprio.c:1188:33: note: byref variable will be forcibly initialized struct sched_gate_list *oper, *admin; ^~~~~ /kisskb/src/net/sched/sch_taprio.c:1188:26: note: byref variable will be forcibly initialized struct sched_gate_list *oper, *admin; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/net/sched/sch_taprio.c:9: /kisskb/src/net/sched/sch_taprio.c: In function 'advance_sched': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c:758:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(q->current_entry, next); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c:705:33: note: byref variable will be forcibly initialized struct sched_gate_list *oper, *admin; ^~~~~ /kisskb/src/net/sched/sch_taprio.c:705:26: note: byref variable will be forcibly initialized struct sched_gate_list *oper, *admin; ^~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/sched/sch_taprio.c:9: /kisskb/src/net/sched/sch_taprio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ 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:2445:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_inode_csum': /kisskb/src/fs/ext4/inode.c:57:8: note: byref variable will be forcibly initialized __u16 dummy_csum = 0; ^~~~~~~~~~ In file included from /kisskb/src/net/sched/sch_taprio.c:21: /kisskb/src/net/sched/sch_taprio.c: In function 'nla_get_s64': /kisskb/src/include/net/netlink.h:1679:6: note: byref variable will be forcibly initialized s64 tmp; ^~~ /kisskb/src/net/sched/sch_taprio.c: In function 'parse_sched_list': /kisskb/src/net/sched/sch_taprio.c:847:11: note: byref variable will be forcibly initialized int err, rem; ^~~ /kisskb/src/net/sched/sch_taprio.c: In function 'taprio_set_picos_per_byte': /kisskb/src/net/sched/sch_taprio.c:1070:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings ecmd; ^~~~ /kisskb/src/net/sched/sch_taprio.c: In function 'get_tcp_tstamp': /kisskb/src/net/sched/sch_taprio.c:296:17: note: byref variable will be forcibly initialized struct ipv6hdr _ipv6h; ^~~~~~ /kisskb/src/net/sched/sch_taprio.c: In function 'get_packet_txtime': /kisskb/src/net/sched/sch_taprio.c:344:34: note: byref variable will be forcibly initialized struct sched_gate_list *sched, *admin; ^~~~~ /kisskb/src/net/sched/sch_taprio.c:344:26: note: byref variable will be forcibly initialized struct sched_gate_list *sched, *admin; ^~~~~ /kisskb/src/net/sched/sch_taprio.c:342:43: note: byref variable will be forcibly initialized ktime_t transmit_end_time, interval_end, interval_start, tcp_tstamp; ^~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c:342:29: note: byref variable will be forcibly initialized ktime_t transmit_end_time, interval_end, interval_start, tcp_tstamp; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_map_blocks': /kisskb/src/fs/ext4/inode.c:1700:23: note: byref variable will be forcibly initialized struct extent_status es; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/net/sched/sch_taprio.c:9: /kisskb/src/net/sched/sch_taprio.c: In function 'taprio_change': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c:1595:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(q->admin_sched, new_admin); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c:1584:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(q->admin_sched, new_admin); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c:1578:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(q->oper_sched, new_admin); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_taprio.c:1455:10: note: byref variable will be forcibly initialized ktime_t start; ^~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_get_block_prep': /kisskb/src/fs/ext4/inode.c:1824:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_is_delalloc': /kisskb/src/fs/ext4/inode.c:3540:23: note: byref variable will be forcibly initialized struct extent_status es; ^~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_prepare_extent_to_map': /kisskb/src/fs/ext4/inode.c:2566:10: note: byref variable will be forcibly initialized pgoff_t index = mpd->first_page; ^~~~~ /kisskb/src/fs/ext4/inode.c:2563:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_map_and_submit_buffers': /kisskb/src/fs/ext4/inode.c:2328:7: note: byref variable will be forcibly initialized bool map_bh = false; ^~~~~~ /kisskb/src/fs/ext4/inode.c:2326:15: note: byref variable will be forcibly initialized ext4_fsblk_t pblock; ^~~~~~ /kisskb/src/fs/ext4/inode.c:2325:14: note: byref variable will be forcibly initialized ext4_lblk_t lblk; ^~~~ /kisskb/src/fs/ext4/inode.c:2324:10: note: byref variable will be forcibly initialized pgoff_t start, end; ^~~~~ /kisskb/src/fs/ext4/inode.c:2320:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_release_unused_pages': /kisskb/src/fs/ext4/inode.c:1563:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/ext4/inode.c:1562:10: note: byref variable will be forcibly initialized pgoff_t index, end; ^~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc': /kisskb/src/fs/ext4/inode.c:4314:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc_noinmem': /kisskb/src/fs/ext4/inode.c:4435:15: note: byref variable will be forcibly initialized ext4_fsblk_t err_blk; ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_try_to_expand_extra_isize': /kisskb/src/fs/ext4/inode.c:5834:6: note: byref variable will be forcibly initialized int no_expand; ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'adjust_historical_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1108:16: note: byref variable will be forcibly initialized u64 corr_raw, corr_real; ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1108:6: note: byref variable will be forcibly initialized u64 corr_raw, corr_real; ^~~~~~~~ In file included from /kisskb/src/include/linux/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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/filter.h:11, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/kernel/bpf/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_map_blocks': /kisskb/src/fs/ext4/inode.c:504:23: note: byref variable will be forcibly initialized struct extent_status es; ^~ 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:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'tk_set_wall_to_mono': /kisskb/src/kernel/time/timekeeping.c:151:20: note: byref variable will be forcibly initialized struct timespec64 tmp; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, 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 'kvmalloc_array': 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:66:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/filter.h:11, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included 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/of.h:15, from /kisskb/src/include/linux/clk-provider.h:9, from /kisskb/src/drivers/clk/bcm/clk-bcm2711-dvp.c:4: /kisskb/src/drivers/clk/bcm/clk-bcm2711-dvp.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_inject_offset': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1346:20: note: byref variable will be forcibly initialized struct timespec64 tmp; ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/clk/bcm/clk-bcm2711-dvp.c:6: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/inode.c: In function '_ext4_get_block': /kisskb/src/fs/ext4/inode.c:784:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ 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:2437: /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_exception': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_bulk_tx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_redirect_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin_report': /kisskb/src/fs/ext4/inode.c:3566:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_cpumap_enqueue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_devmap_xmit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_advance': /kisskb/src/kernel/time/timekeeping.c:2136:15: note: byref variable will be forcibly initialized unsigned int clock_set = 0; ^~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_mem_disconnect': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_disconnect, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_disconnect, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_mem_connect': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_mem_return_failed': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_getblk': /kisskb/src/fs/ext4/inode.c:837:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ 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:2437: /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_exception': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_redirect_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_tcindex.c:8: /kisskb/src/net/sched/cls_tcindex.c: In function 'tcindex_init': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_tcindex.c:156:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->root, p); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/net/act_api.h:10, from /kisskb/src/net/sched/cls_tcindex.c:15: /kisskb/src/net/sched/cls_tcindex.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/sched/cls_tcindex.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1194:29: note: byref variable will be forcibly initialized struct system_counterval_t system_counterval; ^~~~~~~~~~~~~~~~~ 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/kernel/time/timekeeping.c: In function 'do_settimeofday64': /kisskb/src/kernel/time/timekeeping.c:1296:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta, xt; ^~~~~~~~ /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:3980:11: note: in expansion of macro '___wait_var_event' error = ___wait_var_event(&page->_refcount, ^~~~~~~~~~~~~~~~~ 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:2437: /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_exception': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_bulk_tx': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_warp_clock': /kisskb/src/kernel/time/timekeeping.c:1405:21: note: byref variable will be forcibly initialized struct timespec64 adjust; ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_get_inode_loc': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:4450:15: note: byref variable will be forcibly initialized ext4_fsblk_t err_blk; ^~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_cpumap_kthread': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_devmap_xmit': /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1762:28: note: byref variable will be forcibly initialized struct timespec64 ts_new, ts_delta; ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1762:20: note: byref variable will be forcibly initialized struct timespec64 ts_new, ts_delta; ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_mem_disconnect': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_disconnect, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_disconnect, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_mem_connect': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_mem_return_failed': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_tcindex.c:8: /kisskb/src/net/sched/cls_tcindex.c: In function 'tcindex_delete': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_tcindex.c:223:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*walk, rtnl_dereference(f->next)); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/kernel/time/timekeeping.c:1614:31: note: byref variable will be forcibly initialized struct timespec64 wall_time, boot_offset, wall_to_mono; ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1614:20: note: byref variable will be forcibly initialized struct timespec64 wall_time, boot_offset, wall_to_mono; ^~~~~~~~~ /kisskb/src/net/sched/cls_tcindex.c: In function 'tcindex_destroy': /kisskb/src/net/sched/cls_tcindex.c:625:8: note: byref variable will be forcibly initialized bool last; ^~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_iget': /kisskb/src/fs/ext4/inode.c:4678:10: note: byref variable will be forcibly initialized __le32 gen = raw_inode->i_generation; ^~~ /kisskb/src/fs/ext4/inode.c:4677:10: note: byref variable will be forcibly initialized __le32 inum = cpu_to_le32(inode->i_ino); ^~~~ /kisskb/src/fs/ext4/inode.c:4601:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/net/sched/cls_tcindex.c:11: /kisskb/src/net/sched/cls_tcindex.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_adjtimex': /kisskb/src/kernel/time/timekeeping.c:2404:21: note: byref variable will be forcibly initialized struct timespec64 delta; ^~~~~ /kisskb/src/kernel/time/timekeeping.c:2395:16: note: byref variable will be forcibly initialized s32 orig_tai, tai; ^~~ /kisskb/src/kernel/time/timekeeping.c:2393:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/timekeeping.c:2391:24: note: byref variable will be forcibly initialized struct audit_ntp_data ad; ^~ /kisskb/src/kernel/bpf/core.c: In function 'bpf_prog_calc_tag': /kisskb/src/kernel/bpf/core.c:270:6: note: byref variable will be forcibly initialized u32 ws[SHA1_WORKSPACE_WORDS]; ^~ /kisskb/src/kernel/bpf/core.c:269:6: note: byref variable will be forcibly initialized u32 digest[SHA1_DIGEST_WORDS]; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_tcindex.c:8: /kisskb/src/net/sched/cls_tcindex.c: In function 'tcindex_set_parms': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_tcindex.c:508:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*fp, f); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_tcindex.c:493:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->root, cp); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_tcindex.c:340:18: note: byref variable will be forcibly initialized struct tcf_exts e; ^ /kisskb/src/net/sched/cls_tcindex.c:335:31: note: byref variable will be forcibly initialized struct tcindex_filter_result new_filter_result, *old_r = r; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_write_inode': /kisskb/src/fs/ext4/inode.c:5243:20: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/move_extent.c: In function 'mext_check_coverage': /kisskb/src/fs/ext4/move_extent.c:93:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_alloc': /kisskb/src/fs/ext4/inode.c:3393:37: note: byref variable will be forcibly initialized int ret, dio_credits, m_flags = 0, retries = 0; ^~~~~~~ /kisskb/src/net/sched/cls_tcindex.c: In function 'tcindex_change': /kisskb/src/net/sched/cls_tcindex.c:536:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_TCINDEX_MAX + 1]; ^~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin': /kisskb/src/fs/ext4/inode.c:3454:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/soc/bcm/bcm2835-power.c:9: /kisskb/src/drivers/soc/bcm/bcm2835-power.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/soc/bcm/bcm2835-power.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_expand_extra_isize': /kisskb/src/fs/ext4/inode.c:5868:6: note: byref variable will be forcibly initialized int no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_mark_inode_dirty': /kisskb/src/fs/ext4/inode.c:5923:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/move_extent.c: In function 'move_extent_per_page': /kisskb/src/fs/ext4/move_extent.c:258:24: note: byref variable will be forcibly initialized int i, err2, jblocks, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/move_extent.c:258:9: note: byref variable will be forcibly initialized int i, err2, jblocks, retries = 0; ^~~~ /kisskb/src/fs/ext4/move_extent.c:253:15: note: byref variable will be forcibly initialized struct page *pagep[2] = {NULL, NULL}; ^~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepages': /kisskb/src/fs/ext4/inode.c:2661:7: note: byref variable will be forcibly initialized bool give_up_on_write = false; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:2660:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ext4/inode.c:2656:23: note: byref variable will be forcibly initialized struct mpage_da_data mpd; ^~~ /kisskb/src/fs/ext4/move_extent.c: In function 'ext4_move_extents': /kisskb/src/fs/ext4/move_extent.c:562:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/fs/ext4/move_extent.c:558:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepage': /kisskb/src/fs/ext4/inode.c:2005:24: note: byref variable will be forcibly initialized struct ext4_io_submit io_submit; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_rsvp.c:8: /kisskb/src/net/sched/cls_rsvp.c: In function 'rsvp_init': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_rsvp.h:275:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->root, data); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/ip.h:28, from /kisskb/src/net/sched/cls_rsvp.c:14: /kisskb/src/net/sched/cls_rsvp.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ In file included from /kisskb/src/net/sched/cls_rsvp.c:23: /kisskb/src/net/sched/cls_rsvp.c: In function 'rsvp_dump': /kisskb/src/net/sched/cls_rsvp.h:695:23: note: byref variable will be forcibly initialized struct tc_rsvp_pinfo pinfo; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_rsvp.c:8: /kisskb/src/net/sched/cls_rsvp.c: In function 'rsvp_replace': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_rsvp.h:235:5: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*ins, n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw4_store': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1982:6: note: byref variable will be forcibly initialized u64 val; \ ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2034:1: note: in expansion of macro 'EPF_NTB_MW_W' EPF_NTB_MW_W(mw4) ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1981:6: note: byref variable will be forcibly initialized int win_no; \ ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2034:1: note: in expansion of macro 'EPF_NTB_MW_W' EPF_NTB_MW_W(mw4) ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw3_store': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1982:6: note: byref variable will be forcibly initialized u64 val; \ ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2032:1: note: in expansion of macro 'EPF_NTB_MW_W' EPF_NTB_MW_W(mw3) ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1981:6: note: byref variable will be forcibly initialized int win_no; \ ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2032:1: note: in expansion of macro 'EPF_NTB_MW_W' EPF_NTB_MW_W(mw3) ^~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_truncate': /kisskb/src/fs/ext4/inode.c:4223:7: note: byref variable will be forcibly initialized int has_inline = 1; ^~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw2_store': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1982:6: note: byref variable will be forcibly initialized u64 val; \ ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2030:1: note: in expansion of macro 'EPF_NTB_MW_W' EPF_NTB_MW_W(mw2) ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1981:6: note: byref variable will be forcibly initialized int win_no; \ ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2030:1: note: in expansion of macro 'EPF_NTB_MW_W' EPF_NTB_MW_W(mw2) ^~~~~~~~~~~~ /kisskb/src/net/sched/cls_rsvp.c: In function 'rsvp_destroy': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_rsvp.h:330:6: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(s->ht[h2], f->next); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw1_store': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1982:6: note: byref variable will be forcibly initialized u64 val; \ ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2028:1: note: in expansion of macro 'EPF_NTB_MW_W' EPF_NTB_MW_W(mw1) ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args512': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1981:6: note: byref variable will be forcibly initialized int win_no; \ ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2028:1: note: in expansion of macro 'EPF_NTB_MW_W' EPF_NTB_MW_W(mw1) ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); ^~~~~ In file included from /kisskb/src/net/sched/cls_rsvp.c:23: /kisskb/src/net/sched/cls_rsvp.c: In function 'tunnel_recycle': /kisskb/src/net/sched/cls_rsvp.h:422:6: note: byref variable will be forcibly initialized u32 tmap[256/32]; ^~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args480': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw4_show': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1967:6: note: byref variable will be forcibly initialized int win_no; \ ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2033:1: note: in expansion of macro 'EPF_NTB_MW_R' EPF_NTB_MW_R(mw4) ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw3_show': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1967:6: note: byref variable will be forcibly initialized int win_no; \ ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2031:1: note: in expansion of macro 'EPF_NTB_MW_R' EPF_NTB_MW_R(mw3) ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args448': /kisskb/src/kernel/bpf/core.c:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw2_show': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1967:6: note: byref variable will be forcibly initialized int win_no; \ ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2029:1: note: in expansion of macro 'EPF_NTB_MW_R' EPF_NTB_MW_R(mw2) ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args416': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw1_show': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1967:6: note: byref variable will be forcibly initialized int win_no; \ ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2027:1: note: in expansion of macro 'EPF_NTB_MW_R' EPF_NTB_MW_R(mw1) ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_write_begin': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_num_mws_store': /kisskb/src/fs/ext4/inode.c:1139:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2007:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args352': /kisskb/src/kernel/bpf/core.c:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_db_count_store': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1949:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2025:1: note: in expansion of macro 'EPF_NTB_W' EPF_NTB_W(db_count) ^~~~~~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' 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/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_spad_count_store': /kisskb/src/kernel/bpf/core.c:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1949:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2023:1: note: in expansion of macro 'EPF_NTB_W' EPF_NTB_W(spad_count) ^~~~~~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args256': In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_rsvp.c:8: /kisskb/src/net/sched/cls_rsvp.c: In function 'rsvp_change': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_rsvp.h:643:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*sp, s); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_rsvp.h:616:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*fp, f); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/net/sched/cls_rsvp.c:23: /kisskb/src/net/sched/cls_rsvp.h:485:18: note: byref variable will be forcibly initialized struct tcf_exts e; ^ /kisskb/src/net/sched/cls_rsvp.h:484:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_RSVP_MAX + 1]; ^~ /kisskb/src/kernel/bpf/core.c:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_write_begin': /kisskb/src/fs/ext4/inode.c:2952:11: note: byref variable will be forcibly initialized int ret, retries = 0; ^~~~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_evict_inode': /kisskb/src/fs/ext4/inode.c:177:33: note: byref variable will be forcibly initialized struct ext4_xattr_inode_array *ea_inode_array = NULL; ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run512': /kisskb/src/kernel/bpf/core.c:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_configure_msi': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:387:30: note: byref variable will be forcibly initialized u32 db_entry_size, db_data, db_offset; ^~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:387:21: note: byref variable will be forcibly initialized u32 db_entry_size, db_data, db_offset; ^~~~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run128': /kisskb/src/fs/ext4/inode.c: In function 'ext4_journalled_write_end': /kisskb/src/kernel/bpf/core.c:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/fs/ext4/inode.c:1395:6: note: byref variable will be forcibly initialized int partial = 0; ^~~~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_alloc_peer_mem': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1385:14: note: byref variable will be forcibly initialized phys_addr_t phys_addr; ^~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_run_queues': /kisskb/src/kernel/time/hrtimer.c:1725:11: note: byref variable will be forcibly initialized ktime_t basenow; ^~~~~~~ /kisskb/src/kernel/time/hrtimer.c:1721:15: note: byref variable will be forcibly initialized unsigned int active = cpu_base->active_bases & active_mask; ^~~~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/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/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/include/linux/filter.h:10, 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:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/prandom.h:80:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(prandom_seed_full_state, (pcpu_state)) ^~~~~~~ /kisskb/src/kernel/bpf/core.c:2301:2: note: in expansion of macro 'prandom_init_once' prandom_init_once(&bpf_user_rnd_state); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_page_mkwrite': /kisskb/src/fs/ext4/inode.c:6078:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'clock_was_set': /kisskb/src/kernel/time/hrtimer.c:948:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_start_range_ns': /kisskb/src/kernel/time/hrtimer.c:1284:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_get_remaining': /kisskb/src/kernel/time/hrtimer.c:1459:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_try_to_cancel': /kisskb/src/kernel/time/hrtimer.c:1319:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'do_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2059:21: note: byref variable will be forcibly initialized struct timespec64 rmt; ^~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep_restart': /kisskb/src/kernel/time/hrtimer.c:2072:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2087:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2121:20: note: byref variable will be forcibly initialized struct timespec64 tu; ^~ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep_time32': /kisskb/src/kernel/time/hrtimer.c:2142:20: note: byref variable will be forcibly initialized struct timespec64 tu; ^~ /kisskb/src/fs/ext4/page-io.c: In function 'ext4_finish_bio': /kisskb/src/fs/ext4/page-io.c:103:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'schedule_hrtimeout_range_clock': /kisskb/src/kernel/time/hrtimer.c:2281:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/fs/ext4/page-io.c: In function 'ext4_do_flush_completed_IO': /kisskb/src/fs/ext4/page-io.c:242:19: note: byref variable will be forcibly initialized struct list_head unwritten; ^~~~~~~~~ /kisskb/src/fs/ext4/page-io.c: In function 'ext4_end_bio': /kisskb/src/fs/ext4/page-io.c:326:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_bpf.c:12: /kisskb/src/net/sched/cls_bpf.c: In function 'list_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:202:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(new->prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/net/sched/cls_bpf.c:15: /kisskb/src/net/sched/cls_bpf.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/sched/cls_bpf.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_buddy_mark_free': /kisskb/src/fs/ext4/mballoc.c:1726:6: note: byref variable will be forcibly initialized int max; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_order_for_block': /kisskb/src/fs/ext4/mballoc.c:1630:17: note: byref variable will be forcibly initialized int order = 1, max; ^~~ /kisskb/src/net/sched/cls_bpf.c: In function 'cls_bpf_prog_from_ops': /kisskb/src/net/sched/cls_bpf.c:339:19: note: byref variable will be forcibly initialized struct bpf_prog *fp; ^~ /kisskb/src/net/sched/cls_bpf.c:338:25: note: byref variable will be forcibly initialized struct sock_fprog_kern fprog_tmp; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_bpf.c:12: /kisskb/src/net/sched/cls_bpf.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_bpf.c: In function 'cls_bpf_change': /kisskb/src/net/sched/cls_bpf.c:463:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_BPF_MAX + 1]; ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/ext4/ext4_jbd2.h:16, from /kisskb/src/fs/ext4/mballoc.c:12: /kisskb/src/fs/ext4/mballoc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_bpf.c:12: /kisskb/src/net/sched/cls_bpf.c: In function 'cls_bpf_init': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_bpf.c:249:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->root, head); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_extent': /kisskb/src/fs/ext4/mballoc.c:1868:6: note: byref variable will be forcibly initialized int max, order; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_next_bit': /kisskb/src/fs/ext4/mballoc.c:501:6: note: byref variable will be forcibly initialized int fix = 0, ret, tmpmax; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_next_zero_bit': /kisskb/src/fs/ext4/mballoc.c:488:6: note: byref variable will be forcibly initialized int fix = 0, ret, tmpmax; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/ext4_jbd2.h:15, from /kisskb/src/fs/ext4/mballoc.c:12: /kisskb/src/fs/ext4/mballoc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_show_pa': /kisskb/src/fs/ext4/mballoc.c:5077:17: note: byref variable will be forcibly initialized ext4_grpblk_t start; ^~~~~ /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c: In function 'cpci_get_attention_status': /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c:36:6: note: byref variable will be forcibly initialized u16 hs_csr; ^~~~~~ /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c: In function 'cpci_set_attention_status': /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c:56:6: note: byref variable will be forcibly initialized u16 hs_csr; ^~~~~~ /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c: In function 'cpci_get_hs_csr': /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c:83:6: note: byref variable will be forcibly initialized u16 hs_csr; ^~~~~~ /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c: In function 'cpci_check_and_clear_ins': /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c:101:6: note: byref variable will be forcibly initialized u16 hs_csr; ^~~~~~ /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c: In function 'cpci_check_ext': /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c:130:6: note: byref variable will be forcibly initialized u16 hs_csr; ^~~~~~ /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c: In function 'cpci_clear_ext': /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c:151:6: note: byref variable will be forcibly initialized u16 hs_csr; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_initialize_context': /kisskb/src/fs/ext4/mballoc.c:5204:16: note: byref variable will be forcibly initialized ext4_grpblk_t block; ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5201:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c: In function 'cpci_led_on': /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c:177:6: note: byref variable will be forcibly initialized u16 hs_csr; ^~~~~~ /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c: In function 'cpci_led_off': /kisskb/src/drivers/pci/hotplug/cpci_hotplug_pci.c:205:6: note: byref variable will be forcibly initialized u16 hs_csr; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_blocks_simple': /kisskb/src/fs/ext4/mballoc.c:5811:16: note: byref variable will be forcibly initialized ext4_grpblk_t blkoff; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:5810:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5809:22: note: byref variable will be forcibly initialized struct buffer_head *gdp_bh; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_release_inode_pa': /kisskb/src/fs/ext4/mballoc.c:4742:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^~~ /kisskb/src/fs/ext4/mballoc.c:4741:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_release_group_pa': /kisskb/src/fs/ext4/mballoc.c:4793:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^~~ /kisskb/src/fs/ext4/mballoc.c:4792:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_generate_from_pa': /kisskb/src/fs/ext4/mballoc.c:4455:16: note: byref variable will be forcibly initialized ext4_grpblk_t start; ^~~~~ /kisskb/src/fs/ext4/mballoc.c:4454:15: note: byref variable will be forcibly initialized ext4_group_t groupnr; ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_init_cache': /kisskb/src/fs/ext4/mballoc.c:1194:22: note: byref variable will be forcibly initialized struct buffer_head *bhs; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_init_group': /kisskb/src/fs/ext4/mballoc.c:1414:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_data_in_buddy': /kisskb/src/fs/ext4/mballoc.c:3640:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_allocated_blocks': /kisskb/src/fs/ext4/mballoc.c:4218:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_group_preallocations': /kisskb/src/fs/ext4/mballoc.c:4823:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c:4822:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_lg_preallocations': /kisskb/src/fs/ext4/mballoc.c:5254:19: note: byref variable will be forcibly initialized struct list_head discard_list; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:5253:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_mark_used': /kisskb/src/fs/ext4/mballoc.c:1932:6: note: byref variable will be forcibly initialized int max = 0; ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_set_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:141:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_clr_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:160:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_extent': /kisskb/src/fs/ext4/mballoc.c:6270:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_zone_store': /kisskb/src/drivers/video/backlight/adp8860_bl.c:601:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c:600:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_work': /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_store': /kisskb/src/drivers/video/backlight/adp8860_bl.c:441:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/fs/ext4/mballoc.c:3338:19: note: byref variable will be forcibly initialized struct list_head discard_list; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:3337:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_zone_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:582:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_level_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:555:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_all_free': /kisskb/src/fs/ext4/mballoc.c:6362:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:425:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_find_by_goal': /kisskb/src/fs/ext4/mballoc.c:2203:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/video/backlight/adp8860_bl.c:8: /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/adp8860_bl.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_simple_scan_group': /kisskb/src/fs/ext4/mballoc.c:2271:6: note: byref variable will be forcibly initialized int max; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:124:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&inode->i_verity_info); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_probe': /kisskb/src/drivers/video/backlight/adp8860_bl.c:659:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c:658:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_scan_aligned': /kisskb/src/fs/ext4/mballoc.c:2385:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_check_limits': /kisskb/src/fs/ext4/mballoc.c:2064:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^~ /kisskb/src/fs/ext4/readpage.c: In function '__read_end_io': /kisskb/src/fs/ext4/readpage.c:74:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_complex_scan_group': /kisskb/src/fs/ext4/mballoc.c:2319:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_try_best_found': /kisskb/src/fs/ext4/mballoc.c:2170:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex = ac->ac_b_ex; ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_mark_diskspace_used': /kisskb/src/fs/ext4/mballoc.c:3779:22: note: byref variable will be forcibly initialized struct buffer_head *gdp_bh; ^~~~~~ /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:242:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_prefetch': /kisskb/src/fs/ext4/mballoc.c:2563:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_regular_allocator': /kisskb/src/fs/ext4/mballoc.c:2713:17: note: byref variable will be forcibly initialized int ret = 0, new_cr; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:2641:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c:2638:23: note: byref variable will be forcibly initialized unsigned int nr = 0, prefetch_ios = 0; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:2635:42: note: byref variable will be forcibly initialized ext4_group_t prefetch_grp = 0, ngroups, group, i; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/ext4_jbd2.h:15, from /kisskb/src/fs/ext4/mballoc.c:12: /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_alloc_groupinfo': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:3109:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_group_info, new_groupinfo); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_process_freed_data': /kisskb/src/fs/ext4/mballoc.c:3695:19: note: byref variable will be forcibly initialized struct list_head freed_data_list; ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_mark_bb': /kisskb/src/fs/ext4/mballoc.c:3901:16: note: byref variable will be forcibly initialized ext4_grpblk_t blkoff; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:3900:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/mballoc.c:3898:22: note: byref variable will be forcibly initialized struct buffer_head *gdp_bh; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_new_blocks_simple': /kisskb/src/fs/ext4/mballoc.c:5759:16: note: byref variable will be forcibly initialized ext4_grpblk_t blkoff; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:5758:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_preallocations': /kisskb/src/fs/ext4/mballoc.c:4936:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c:4935:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_new_blocks': /kisskb/src/fs/ext4/mballoc.c:5511:6: note: byref variable will be forcibly initialized u64 seq; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_blocks': /kisskb/src/fs/ext4/mballoc.c:5865:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c:5863:15: note: byref variable will be forcibly initialized ext4_group_t block_group; ^~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:5862:22: note: byref variable will be forcibly initialized struct buffer_head *gd_bh; ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5861:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_group_add_blocks': /kisskb/src/fs/ext4/mballoc.c:6132:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c:6128:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^~~ /kisskb/src/fs/ext4/mballoc.c:6127:15: note: byref variable will be forcibly initialized ext4_group_t block_group; ^~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6126:22: note: byref variable will be forcibly initialized struct buffer_head *gd_bh; ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_fs': /kisskb/src/fs/ext4/mballoc.c:6410:40: note: byref variable will be forcibly initialized ext4_grpblk_t cnt = 0, first_cluster, last_cluster; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6410:25: note: byref variable will be forcibly initialized ext4_grpblk_t cnt = 0, first_cluster, last_cluster; ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6409:35: note: byref variable will be forcibly initialized ext4_group_t group, first_group, last_group; ^~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6409:22: note: byref variable will be forcibly initialized ext4_group_t group, first_group, last_group; ^~~~~~~~~~~ /kisskb/src/drivers/clk/berlin/berlin2-avpll.c: In function 'berlin2_avpll_vco_register': /kisskb/src/drivers/clk/berlin/berlin2-avpll.c:185:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/clk/berlin/berlin2-avpll.c: In function 'berlin2_avpll_channel_register': /kisskb/src/drivers/clk/berlin/berlin2-avpll.c:361:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mballoc_query_range': /kisskb/src/fs/ext4/mballoc.c:6497:21: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/net/netlink/policy.c:10: /kisskb/src/net/netlink/policy.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/net/netlink.h:6, from /kisskb/src/net/netlink/policy.c:13: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/net/netlink/policy.c:10: /kisskb/src/net/netlink/policy.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/net/netlink.h:6, from /kisskb/src/net/netlink/policy.c:13: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/net/netlink/policy.c:13: /kisskb/src/net/netlink/policy.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/netlink/policy.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/net/netlink/policy.c: In function 'nla_put_s64': /kisskb/src/include/net/netlink.h:1463:6: note: byref variable will be forcibly initialized s64 tmp = value; ^~~ /kisskb/src/net/netlink/policy.c: In function 'netlink_policy_dump_add_policy': /kisskb/src/net/netlink/policy.c:130:36: note: byref variable will be forcibly initialized struct netlink_policy_dump_state *state = *pstate; ^~~~~ /kisskb/src/net/netlink/policy.c: In function '__netlink_policy_dump_write_attr': /kisskb/src/net/netlink/policy.c:351:36: note: byref variable will be forcibly initialized struct netlink_range_validation range; ^~~~~ /kisskb/src/net/netlink/policy.c:313:42: note: byref variable will be forcibly initialized struct netlink_range_validation_signed range; ^~~~~ /kisskb/src/net/netlink/policy.c:281:35: note: byref variable will be forcibly initialized struct netlink_range_validation range; ^~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/resize.c: In function 'verify_reserved_gdb': /kisskb/src/fs/ext4/resize.c:760:11: note: byref variable will be forcibly initialized unsigned seven = 7; ^~~~~ /kisskb/src/fs/ext4/resize.c:759:11: note: byref variable will be forcibly initialized unsigned five = 5; ^~~~ /kisskb/src/fs/ext4/resize.c:758:11: note: byref variable will be forcibly initialized unsigned three = 1; ^~~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_setup_next_flex_gd': /kisskb/src/fs/ext4/resize.c:1579:16: note: byref variable will be forcibly initialized ext4_grpblk_t last; ^~~~ /kisskb/src/fs/ext4/resize.c:1577:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/resize.c:1576:15: note: byref variable will be forcibly initialized ext4_group_t n_group; ^~~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'verify_group_input': /kisskb/src/fs/ext4/resize.c:132:35: note: byref variable will be forcibly initialized ext4_grpblk_t free_blocks_count, offset; ^~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'reserve_backup_gdb': /kisskb/src/fs/ext4/resize.c:997:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/resize.c: In function 'update_backups': /kisskb/src/fs/ext4/resize.c:1112:11: note: byref variable will be forcibly initialized unsigned seven = 7; ^~~~~ /kisskb/src/fs/ext4/resize.c:1111:11: note: byref variable will be forcibly initialized unsigned five = 5; ^~~~ /kisskb/src/fs/ext4/resize.c:1110:11: note: byref variable will be forcibly initialized unsigned three = 1; ^~~~~ In file included from /kisskb/src/fs/ext4/namei.c:39: /kisskb/src/fs/ext4/namei.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2445:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum': /kisskb/src/fs/ext4/namei.c:448:8: note: byref variable will be forcibly initialized __u32 dummy_csum = 0; ^~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum_verify': /kisskb/src/fs/ext4/namei.c:464:6: note: byref variable will be forcibly initialized int count_offset, limit, count; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum_set': /kisskb/src/fs/ext4/namei.c:493:6: note: byref variable will be forcibly initialized int count_offset, limit, count; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/ext4/resize.c:16: /kisskb/src/fs/ext4/resize.c: In function 'add_new_gdb_meta_bg': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/resize.c:970:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(EXT4_SB(sb)->s_group_desc, n_group_desc); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'add_new_gdb': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/resize.c:907:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(EXT4_SB(sb)->s_group_desc, n_group_desc); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'dx_make_map': /kisskb/src/fs/ext4/namei.c:1258:22: note: byref variable will be forcibly initialized struct dx_hash_info h = *hinfo; ^ /kisskb/src/fs/ext4/sysfs.c: In function 'reserved_clusters_store': /kisskb/src/fs/ext4/sysfs.c:101:21: note: byref variable will be forcibly initialized unsigned long long val; ^~~ /kisskb/src/fs/ext4/sysfs.c: In function 'inode_readahead_blks_store': /kisskb/src/fs/ext4/sysfs.c:84:16: note: byref variable will be forcibly initialized unsigned long t; ^ /kisskb/src/fs/ext4/resize.c: In function 'ext4_flex_group_add': /kisskb/src/fs/ext4/sysfs.c: In function 'ext4_attr_store': /kisskb/src/fs/ext4/sysfs.c:452:16: note: byref variable will be forcibly initialized unsigned long t; ^ /kisskb/src/fs/ext4/resize.c:1484:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/resize.c:1483:16: note: byref variable will be forcibly initialized ext4_grpblk_t last; ^~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_group_add': /kisskb/src/fs/ext4/resize.c:1653:8: note: byref variable will be forcibly initialized __u16 bg_flags = 0; ^~~~~~~~ /kisskb/src/fs/ext4/resize.c:1645:34: note: byref variable will be forcibly initialized struct ext4_new_flex_group_data flex_gd; ^~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_match': /kisskb/src/fs/ext4/namei.c:1435:16: note: byref variable will be forcibly initialized struct qstr cf = {.name = fname->cf_name.name, ^~ /kisskb/src/fs/ext4/namei.c:1420:22: note: byref variable will be forcibly initialized struct fscrypt_name f; ^ /kisskb/src/fs/ext4/resize.c: In function 'ext4_group_extend': /kisskb/src/fs/ext4/resize.c:1785:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/resize.c:1781:16: note: byref variable will be forcibly initialized ext4_grpblk_t last; ^~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_resize_fs': /kisskb/src/fs/ext4/resize.c:1953:15: note: byref variable will be forcibly initialized ext4_group_t o_group; ^~~~~~~ /kisskb/src/fs/ext4/resize.c:1950:21: note: byref variable will be forcibly initialized ext4_grpblk_t add, offset; ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_tmpfile': /kisskb/src/fs/ext4/namei.c:2806:11: note: byref variable will be forcibly initialized int err, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_whiteout_for_rename': /kisskb/src/fs/ext4/namei.c:3655:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'htree_dirblock_to_tree': /kisskb/src/fs/ext4/namei.c:1023:60: note: byref variable will be forcibly initialized struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1023:21: note: byref variable will be forcibly initialized struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rename_dir_prepare': /kisskb/src/fs/ext4/namei.c:3496:6: note: byref variable will be forcibly initialized int retval; ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'do_split': /kisskb/src/fs/ext4/namei.c:1911:14: note: byref variable will be forcibly initialized ext4_lblk_t newblock; ^~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_htree_fill_tree': /kisskb/src/fs/ext4/namei.c:1150:8: note: byref variable will be forcibly initialized int has_inline_data = 1; ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c:1134:21: note: byref variable will be forcibly initialized struct fscrypt_str tmp_str; ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1133:8: note: byref variable will be forcibly initialized __u32 hashval; ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1128:18: note: byref variable will be forcibly initialized struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ^~~~~~ /kisskb/src/fs/ext4/namei.c:1126:22: note: byref variable will be forcibly initialized struct dx_hash_info hinfo; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_find_entry': /kisskb/src/fs/ext4/namei.c:1712:18: note: byref variable will be forcibly initialized struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function '__ext4_find_entry': /kisskb/src/fs/ext4/namei.c:1544:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c:1526:22: note: byref variable will be forcibly initialized struct buffer_head *bh_use[NAMEI_RA_SIZE]; ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_find_entry': /kisskb/src/fs/ext4/namei.c:1671:23: note: byref variable will be forcibly initialized struct ext4_filename fname; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_resetent': /kisskb/src/fs/ext4/namei.c:3567:23: note: byref variable will be forcibly initialized struct ext4_renament old = *ent; ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup_entry': /kisskb/src/fs/ext4/namei.c:1691:23: note: byref variable will be forcibly initialized struct ext4_filename fname; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup': /kisskb/src/fs/ext4/namei.c:1763:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_get_parent': /kisskb/src/fs/ext4/namei.c:1820:28: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 * de; ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_add_entry': /kisskb/src/fs/ext4/namei.c:2441:15: note: byref variable will be forcibly initialized ext4_lblk_t newblock; ^~~~~~~~ /kisskb/src/fs/ext4/namei.c:2406:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/ext4/namei.c:2404:18: note: byref variable will be forcibly initialized struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'make_indexed_dir': /kisskb/src/fs/ext4/namei.c:2164:15: note: byref variable will be forcibly initialized ext4_lblk_t block; ^~~~~ /kisskb/src/fs/ext4/namei.c:2157:18: note: byref variable will be forcibly initialized struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ^~~~~~ /kisskb/src/fs/ext4/namei.c:2155:22: note: byref variable will be forcibly initialized struct buffer_head *bh2; ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_add_entry': /kisskb/src/fs/ext4/namei.c:2297:14: note: byref variable will be forcibly initialized ext4_lblk_t block, blocks; ^~~~~ /kisskb/src/fs/ext4/namei.c:2293:23: note: byref variable will be forcibly initialized struct ext4_filename fname; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_mknod': /kisskb/src/fs/ext4/namei.c:2772:20: note: byref variable will be forcibly initialized int err, credits, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/namei.c:2771:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_symlink': /kisskb/src/fs/ext4/namei.c:3259:21: note: byref variable will be forcibly initialized struct fscrypt_str disk_link; ^~~~~~~~~ /kisskb/src/fs/ext4/namei.c:3256:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_create': /kisskb/src/fs/ext4/namei.c:2737:20: note: byref variable will be forcibly initialized int err, credits, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/namei.c:2736:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_delete_entry': /kisskb/src/fs/ext4/namei.c:2635:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_find_delete_entry': /kisskb/src/fs/ext4/namei.c:3594:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_init_new_dir': /kisskb/src/fs/ext4/namei.c:2876:14: note: byref variable will be forcibly initialized ext4_lblk_t block = 0; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_mkdir': /kisskb/src/fs/ext4/namei.c:2917:30: note: byref variable will be forcibly initialized int err, err2 = 0, credits, retries = 0; ^~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'get_qe_base': /kisskb/src/drivers/soc/fsl/qe/qe.c:69:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_empty_dir': /kisskb/src/fs/ext4/namei.c:2988:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^~~~~~~~~~~~~~~ In file included 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/soc/fsl/qe/qe.c:13: /kisskb/src/drivers/soc/fsl/qe/qe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/drivers/soc/fsl/qe/qe.c:20: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rename': /kisskb/src/fs/ext4/namei.c:3696:12: note: byref variable will be forcibly initialized handle_t *handle = NULL; ^~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'qe_get_brg_clk': /kisskb/src/drivers/soc/fsl/qe/qe.c:162:6: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int num_of_risc = 0; ^~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rmdir': /kisskb/src/fs/ext4/namei.c:3062:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^~ /kisskb/src/fs/ext4/namei.c: In function '__ext4_unlink': /kisskb/src/fs/ext4/namei.c:3152:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^~ /kisskb/src/fs/ext4/namei.c: In function '__ext4_link': /kisskb/src/fs/ext4/namei.c:3385:11: note: byref variable will be forcibly initialized int err, retries = 0; ^~~~~~~ /kisskb/src/kernel/time/clocksource.c: In function 'unbind_clocksource_store': /kisskb/src/kernel/time/clocksource.c:1315:7: note: byref variable will be forcibly initialized char name[CS_NAME_LEN]; ^~~~ In file included from /kisskb/src/fs/ext4/xattr.c:56: /kisskb/src/fs/ext4/xattr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized 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:2445:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_verify_hashes': /kisskb/src/fs/ext4/xattr.c:452:18: note: byref variable will be forcibly initialized __le32 e_hash, tmp_data; ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_csum': /kisskb/src/fs/ext4/xattr.c:137:8: note: byref variable will be forcibly initialized __u32 dummy_csum = 0; ^~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:136:9: note: byref variable will be forcibly initialized __le64 dsk_block_nr = cpu_to_le64(block_nr); ^~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_read': /kisskb/src/fs/ext4/xattr.c:347:22: note: byref variable will be forcibly initialized struct buffer_head *bhs_inline[8]; ^~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_list': /kisskb/src/fs/ext4/xattr.c:726:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_update_ref': /kisskb/src/fs/ext4/xattr.c:980:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_write': /kisskb/src/fs/ext4/xattr.c:1343:26: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/xattr.c:1339:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_get': /kisskb/src/fs/ext4/xattr.c:472:16: note: byref variable will be forcibly initialized struct inode *ea_inode; ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_get': /kisskb/src/fs/ext4/xattr.c:518:27: note: byref variable will be forcibly initialized struct ext4_xattr_entry *entry; ^~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_inc_ref_all': /kisskb/src/fs/ext4/xattr.c:1056:16: note: byref variable will be forcibly initialized struct inode *ea_inode; ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_dec_ref_all': /kisskb/src/fs/ext4/xattr.c:1134:16: note: byref variable will be forcibly initialized struct inode *ea_inode; ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_create': /kisskb/src/fs/ext4/xattr.c:1413:8: note: byref variable will be forcibly initialized uid_t owner[2] = { i_uid_read(inode), i_gid_read(inode) }; ^~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set_entry': /kisskb/src/fs/ext4/xattr.c:1765:11: note: byref variable will be forcibly initialized __le32 crc32c_hash; ^~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1563:16: note: byref variable will be forcibly initialized struct inode *new_ea_inode = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1562:16: note: byref variable will be forcibly initialized struct inode *old_ea_inode = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_get': /kisskb/src/fs/ext4/xattr.c:580:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/xattr.c:578:27: note: byref variable will be forcibly initialized struct ext4_xattr_entry *entry; ^~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_delete_inode': /kisskb/src/fs/ext4/xattr.c:2839:16: note: byref variable will be forcibly initialized struct inode *ea_inode; ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_set': /kisskb/src/fs/ext4/xattr.c:2128:34: note: byref variable will be forcibly initialized struct ext4_xattr_inode_array *ea_inode_array = NULL; ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1853:34: note: byref variable will be forcibly initialized struct inode *ea_inode = NULL, *tmp_inode; ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1853:16: note: byref variable will be forcibly initialized struct inode *ea_inode = NULL, *tmp_inode; ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1851:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/fs/ext4/xattr.c:1850:25: note: byref variable will be forcibly initialized struct mb_cache_entry *ce = NULL; ^~ /kisskb/src/fs/ext4/xattr.c:1848:27: note: byref variable will be forcibly initialized struct ext4_xattr_search s_copy = bs->s; ^~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set_handle': /kisskb/src/fs/ext4/xattr.c:2286:6: note: byref variable will be forcibly initialized int no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:2273:25: note: byref variable will be forcibly initialized struct ext4_xattr_info i = { ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set': /kisskb/src/fs/ext4/xattr.c:2462:6: note: byref variable will be forcibly initialized int credits; ^~~~~~~ /kisskb/src/fs/ext4/xattr.c:2461:13: note: byref variable will be forcibly initialized int error, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_expand_extra_isize_ea': /kisskb/src/fs/ext4/xattr.c:2682:6: note: byref variable will be forcibly initialized int total_ino; ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:2680:9: note: byref variable will be forcibly initialized size_t min_offs; ^~~~~~~~ /kisskb/src/drivers/clk/berlin/berlin2-pll.c: In function 'berlin2_pll_register': /kisskb/src/drivers/clk/berlin/berlin2-pll.c:81:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/pci/hotplug/pciehp_core.c: In function 'init_slot': /kisskb/src/drivers/pci/hotplug/pciehp_core.c:53:7: note: byref variable will be forcibly initialized char name[SLOT_NAME_SIZE]; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-epc-core.c: In function 'pci_epc_get': /kisskb/src/drivers/pci/endpoint/pci-epc-core.c:62:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_reserve_next_event': /kisskb/src/kernel/trace/ring_buffer.c:3593:23: note: byref variable will be forcibly initialized struct rb_event_info info; ^~~~ /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:16: note: byref variable will be forcibly initialized unsigned long free_bar; ^~~~~~~~ /kisskb/src/kernel/time/timer_list.c: In function 'SEQ_printf': /kisskb/src/kernel/time/timer_list.c:33:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/time/timer_list.c: In function 'print_active_timers': /kisskb/src/kernel/time/timer_list.c:63:25: note: byref variable will be forcibly initialized struct hrtimer *timer, tmp; ^~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_set_head_page': /kisskb/src/kernel/trace/ring_buffer.c:1339:22: note: byref variable will be forcibly initialized struct buffer_page *page; ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_handle_head_page': /kisskb/src/kernel/trace/ring_buffer.c:2372:22: note: byref variable will be forcibly initialized struct buffer_page *new_head; ^~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_move_tail': /kisskb/src/kernel/trace/ring_buffer.c:2603:22: note: byref variable will be forcibly initialized struct buffer_page *next_page; ^~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_decrement_entry': /kisskb/src/kernel/trace/ring_buffer.c:3724:22: note: byref variable will be forcibly initialized struct buffer_page *bpage = cpu_buffer->commit_page; ^~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_update_event': /kisskb/src/kernel/trace/ring_buffer.c:2798:6: note: byref variable will be forcibly initialized u64 delta = info->delta; ^~~~~ /kisskb/src/kernel/trace/ring_buffer.c:2797:11: note: byref variable will be forcibly initialized unsigned length = info->length; ^~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_remove_pages': /kisskb/src/kernel/trace/ring_buffer.c:1831:39: note: byref variable will be forcibly initialized struct buffer_page *to_remove_page, *tmp_iter_page; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/kernel/trace/ring_buffer.c:7: /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_allocate_pages': /kisskb/src/kernel/trace/ring_buffer.c:1595:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ext4/acl.c: In function '__ext4_set_acl': /kisskb/src/fs/ext4/acl.c:194:9: note: byref variable will be forcibly initialized size_t size = 0; ^~~~ /kisskb/src/fs/ext4/verity.c: In function 'pagecache_write': /kisskb/src/fs/ext4/verity.c:79:9: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/ext4/verity.c:78:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/ext4/verity.c: In function 'ext4_write_verity_descriptor': /kisskb/src/fs/ext4/verity.c:178:15: note: byref variable will be forcibly initialized const __le32 desc_size_disk = cpu_to_le32(desc_size); ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_lock_reserve': /kisskb/src/kernel/trace/ring_buffer.c:3593:23: note: byref variable will be forcibly initialized struct rb_event_info info; ^~~~ /kisskb/src/fs/ext4/verity.c: In function 'ext4_get_verity_descriptor_location': /kisskb/src/fs/ext4/verity.c:278:9: note: byref variable will be forcibly initialized __le32 desc_size_disk; ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/verity.c: In function 'ext4_get_verity_descriptor': /kisskb/src/fs/ext4/verity.c:346:6: note: byref variable will be forcibly initialized u64 desc_pos = 0; ^~~~~~~~ /kisskb/src/fs/ext4/verity.c:345:9: note: byref variable will be forcibly initialized size_t desc_size = 0; ^~~~~~~~~ /kisskb/src/fs/ext4/acl.c: In function 'ext4_set_acl': /kisskb/src/fs/ext4/acl.c:234:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^~~~ /kisskb/src/fs/ext4/acl.c:232:22: note: byref variable will be forcibly initialized int error, credits, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/acl.c:232:13: note: byref variable will be forcibly initialized int error, credits, retries = 0; ^~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_write': /kisskb/src/kernel/trace/ring_buffer.c:3593:23: note: byref variable will be forcibly initialized /kisskb/src/fs/ext4/verity.c: In function 'ext4_end_enable_verity': /kisskb/src/fs/ext4/verity.c:198:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ 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:2445:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/ext4/acl.c: In function 'ext4_init_acl': /kisskb/src/fs/ext4/acl.c:282:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/ext4/acl.c:282:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_file_block_csum_verify': /kisskb/src/fs/ext4/orphan.c:538:9: note: byref variable will be forcibly initialized __le64 dsk_block_nr = cpu_to_le64(bh->b_blocknr); ^~~~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_add': /kisskb/src/fs/ext4/orphan.c:103:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_del': /kisskb/src/fs/ext4/orphan.c:285:20: note: byref variable will be forcibly initialized struct ext4_iloc iloc2; ^~~~~ /kisskb/src/fs/ext4/orphan.c:233:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_cleanup': /kisskb/src/fs/ext4/orphan.c:383:22: note: byref variable will be forcibly initialized int nr_orphans = 0, nr_truncates = 0; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c:383:6: note: byref variable will be forcibly initialized int nr_orphans = 0, nr_truncates = 0; ^~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_file_block_trigger': /kisskb/src/fs/ext4/orphan.c:561:9: note: byref variable will be forcibly initialized __le64 dsk_block_nr = cpu_to_le64(bh->b_blocknr); ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-epf-core.c: In function 'pci_epf_alloc_space': /kisskb/src/drivers/pci/endpoint/pci-epf-core.c:295:13: note: byref variable will be forcibly initialized dma_addr_t phys_addr; ^~~~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_set_bits': /kisskb/src/drivers/video/backlight/adp8870_bl.c:156:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_clr_bits': /kisskb/src/drivers/video/backlight/adp8870_bl.c:175:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/bd6107.c: In function 'bd6107_probe': /kisskb/src/drivers/video/backlight/bd6107.c:121:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_bl_ambient_light_zone_store': /kisskb/src/drivers/video/backlight/adp8870_bl.c:785:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c:784:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_store': /kisskb/src/drivers/video/backlight/adp8870_bl.c:562:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_bl_ambient_light_zone_show': /kisskb/src/drivers/video/backlight/adp8870_bl.c:766:10: note: byref variable will be forcibly initialized 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:10: note: byref variable will be forcibly initialized 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:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/video/backlight/adp8870_bl.c:8: /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/adp8870_bl.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_probe': /kisskb/src/drivers/video/backlight/adp8870_bl.c:847:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c:842:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'backlight_generate_event': /kisskb/src/drivers/video/backlight/backlight.c:163:8: note: byref variable will be forcibly initialized char *envp[2]; ^~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'bl_power_store': /kisskb/src/drivers/video/backlight/backlight.c:194:16: note: byref variable will be forcibly initialized unsigned long power, old_power; ^~~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'brightness_store': /kisskb/src/drivers/video/backlight/backlight.c:258:16: note: byref variable will be forcibly initialized unsigned long brightness; ^~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_wol': /kisskb/src/net/ethtool/ioctl.c:1412:25: note: byref variable will be forcibly initialized struct ethtool_wolinfo wol; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_value_void': /kisskb/src/net/ethtool/ioctl.c:2150:23: note: byref variable will be forcibly initialized struct ethtool_value edata; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_eee': /kisskb/src/net/ethtool/ioctl.c:1449:21: note: byref variable will be forcibly initialized struct ethtool_eee edata; ^~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_init': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:48:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:152:28: note: byref variable will be forcibly initialized struct genpool_data_align muram_pool_data; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc_fixed': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:204:28: note: byref variable will be forcibly initialized struct genpool_data_fixed muram_pool_data_fixed; ^~~~~~~~~~~~~~~~~~~~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:320:3: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_reserved, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:273:4: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_reserved, ^~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_perm_addr': /kisskb/src/net/ethtool/ioctl.c:2115:27: note: byref variable will be forcibly initialized struct ethtool_perm_addr epaddr; ^~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_value': /kisskb/src/net/ethtool/ioctl.c:2165:23: note: byref variable will be forcibly initialized struct ethtool_value edata; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxnfc': /kisskb/src/net/ethtool/ioctl.c:929:23: note: byref variable will be forcibly initialized struct ethtool_rxnfc info; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_reset': /kisskb/src/net/ethtool/ioctl.c:1392:23: note: byref variable will be forcibly initialized struct ethtool_value reset; ^~~~~ /kisskb/src/fs/jbd2/transaction.c: In function 'start_this_handle': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:404:3: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_transaction_locked, ^~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_dump': /kisskb/src/net/ethtool/ioctl.c:2194:22: note: byref variable will be forcibly initialized struct ethtool_dump dump; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_dump_flag': /kisskb/src/net/ethtool/ioctl.c:2209:22: note: byref variable will be forcibly initialized struct ethtool_dump dump; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_fecparam': /kisskb/src/net/ethtool/ioctl.c:2679:26: note: byref variable will be forcibly initialized struct ethtool_fecparam fecparam; ^~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, 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/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/ethtool/ioctl.c:15: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/jbd2/transaction.c: In function 'jbd2_journal_lock_updates': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:861:3: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_reserved, ^~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c: In function 'jbd2_journal_stop': /kisskb/src/fs/jbd2/transaction.c:1889:12: note: byref variable will be forcibly initialized ktime_t expires = ktime_add_ns(ktime_get(), ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_one_feature': /kisskb/src/net/ethtool/ioctl.c:230:23: note: byref variable will be forcibly initialized struct ethtool_value edata = { ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_wol': /kisskb/src/net/ethtool/ioctl.c:1428:25: note: byref variable will be forcibly initialized struct ethtool_wolinfo wol; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_eee': /kisskb/src/net/ethtool/ioctl.c:1470:21: note: byref variable will be forcibly initialized struct ethtool_eee edata; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_coalesce': /kisskb/src/net/ethtool/ioctl.c:1697:26: note: byref variable will be forcibly initialized struct ethtool_coalesce coalesce; ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_ringparam': /kisskb/src/net/ethtool/ioctl.c:1737:27: note: byref variable will be forcibly initialized struct ethtool_ringparam ringparam, max = { .cmd = ETHTOOL_GRINGPARAM }; ^~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_pauseparam': /kisskb/src/net/ethtool/ioctl.c:1848:28: note: byref variable will be forcibly initialized struct ethtool_pauseparam pauseparam; ^~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_features': /kisskb/src/net/ethtool/ioctl.c:101:36: note: byref variable will be forcibly initialized struct ethtool_set_features_block features[ETHTOOL_DEV_FEATURE_WORDS]; ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:100:27: note: byref variable will be forcibly initialized struct ethtool_sfeatures cmd; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_one_feature': /kisskb/src/net/ethtool/ioctl.c:243:23: note: byref variable will be forcibly initialized struct ethtool_value edata; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_features': /kisskb/src/net/ethtool/ioctl.c:66:36: note: byref variable will be forcibly initialized struct ethtool_get_features_block features[ETHTOOL_DEV_FEATURE_WORDS]; ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:62:27: note: byref variable will be forcibly initialized struct ethtool_gfeatures cmd = { ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_settings': /kisskb/src/net/ethtool/ioctl.c:678:21: note: byref variable will be forcibly initialized struct ethtool_cmd cmd; ^~~ /kisskb/src/net/ethtool/ioctl.c:677:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings link_ksettings; ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_drvinfo': /kisskb/src/net/ethtool/ioctl.c:703:25: note: byref variable will be forcibly initialized struct ethtool_drvinfo info; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_regs': /kisskb/src/net/ethtool/ioctl.c:1350:22: note: byref variable will be forcibly initialized struct ethtool_regs regs; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_strings': /kisskb/src/net/ethtool/ioctl.c:1905:26: note: byref variable will be forcibly initialized struct ethtool_gstrings gstrings; ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_stats': /kisskb/src/net/ethtool/ioctl.c:2014:23: note: byref variable will be forcibly initialized struct ethtool_stats 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/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/netfilter/nf_log.c:2: /kisskb/src/net/netfilter/nf_log.c: In function 'nf_log_set': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/nf_log.c:55:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(net->nf.nf_loggers[pf], logger); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/nf_log.c: In function 'nf_log_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/nf_log.c:103:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(loggers[pf][logger->type], logger); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/nf_log.c:97:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(loggers[i][logger->type], logger); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_dump_data': /kisskb/src/net/ethtool/ioctl.c:2232:28: note: byref variable will be forcibly initialized struct ethtool_dump dump, tmp; ^~~ /kisskb/src/net/ethtool/ioctl.c:2232:22: note: byref variable will be forcibly initialized struct ethtool_dump dump, tmp; ^~~~ /kisskb/src/net/netfilter/nf_log.c: In function 'nf_log_bind_pf': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/nf_log.c:138:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(net->nf.nf_loggers[pf], logger); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_phy_stats': /kisskb/src/net/ethtool/ioctl.c:2060:23: note: byref variable will be forcibly initialized struct ethtool_stats stats; ^~~~~ /kisskb/src/net/netfilter/nf_log.c: In function 'nf_log_packet': /kisskb/src/net/netfilter/nf_log.c:215:7: note: byref variable will be forcibly initialized char prefix[NF_LOG_PREFIXLEN]; ^~~~~~ /kisskb/src/net/netfilter/nf_log.c:214:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/netfilter/nf_log.c: In function 'nf_log_trace': /kisskb/src/net/netfilter/nf_log.c:243:7: note: byref variable will be forcibly initialized char prefix[NF_LOG_PREFIXLEN]; ^~~~~~ /kisskb/src/net/netfilter/nf_log.c:242:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/netfilter/nf_log.c: In function 'nf_log_buf_add': /kisskb/src/net/netfilter/nf_log.c:268:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_any_eeprom': /kisskb/src/net/ethtool/ioctl.c:1512:24: note: byref variable will be forcibly initialized struct ethtool_eeprom eeprom; ^~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_eeprom': /kisskb/src/net/ethtool/ioctl.c:1572:24: note: byref variable will be forcibly initialized struct ethtool_eeprom eeprom; ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'tl_to_darg': /kisskb/src/fs/ext4/fast_commit.c:1284:29: note: byref variable will be forcibly initialized struct ext4_fc_dentry_info fcd; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_rxfh': /kisskb/src/net/ethtool/ioctl.c:1167:5: note: byref variable will be forcibly initialized u8 dev_hfunc = 0; ^~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1163:22: note: byref variable will be forcibly initialized struct ethtool_rxfh rxfh; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxfh': /kisskb/src/net/ethtool/ioctl.c:1241:22: note: byref variable will be forcibly initialized struct ethtool_rxfh rxfh; ^~~~ /kisskb/src/net/ethtool/ioctl.c:1240:23: note: byref variable will be forcibly initialized struct ethtool_rxnfc rx_rings; ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/ext4/ext4.h:21, from /kisskb/src/fs/ext4/fast_commit.c:10: /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_submit_inode_data_all': /kisskb/src/fs/ext4/fast_commit.c:929:16: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/ext4/fast_commit.c:929:4: note: in expansion of macro 'DEFINE_WAIT' 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:2445:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_tunable': /kisskb/src/net/ethtool/ioctl.c:2399:25: note: byref variable will be forcibly initialized struct ethtool_tunable tuna; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_reserve_space': /kisskb/src/fs/ext4/fast_commit.c:657:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_tlv': /kisskb/src/fs/ext4/fast_commit.c:761:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_dentry_tlv': /kisskb/src/fs/ext4/fast_commit.c:782:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^~ /kisskb/src/fs/ext4/fast_commit.c:781:29: note: byref variable will be forcibly initialized struct ext4_fc_dentry_info fcd; ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_tail': /kisskb/src/fs/ext4/fast_commit.c:723:22: note: byref variable will be forcibly initialized struct ext4_fc_tail tail; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:722:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/ethtool/ioctl.c:15: /kisskb/src/net/ethtool/ioctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_inode_data': /kisskb/src/fs/ext4/fast_commit.c:857:27: note: byref variable will be forcibly initialized struct ext4_fc_del_range lrange; ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:856:27: note: byref variable will be forcibly initialized struct ext4_fc_add_range fc_ext; ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:855:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_inode': /kisskb/src/fs/ext4/fast_commit.c:815:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^~ /kisskb/src/fs/ext4/fast_commit.c:814:23: note: byref variable will be forcibly initialized struct ext4_fc_inode fc_inode; ^~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c:813:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_rxnfc': /kisskb/src/net/ethtool/ioctl.c:961:23: note: byref variable will be forcibly initialized struct ethtool_rxnfc info; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_perform_commit': /kisskb/src/fs/ext4/fast_commit.c:1055:6: note: byref variable will be forcibly initialized u32 crc = 0; ^~~ /kisskb/src/fs/ext4/fast_commit.c:1053:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1051:22: note: byref variable will be forcibly initialized struct ext4_fc_head head; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_rxfh_indir': /kisskb/src/net/ethtool/ioctl.c:1049:17: note: byref variable will be forcibly initialized u32 user_size, dev_size; ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1049:6: note: byref variable will be forcibly initialized u32 user_size, dev_size; ^~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxfh_indir': /kisskb/src/net/ethtool/ioctl.c:1098:6: note: byref variable will be forcibly initialized u32 user_size, dev_size, i; ^~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1097:23: note: byref variable will be forcibly initialized struct ethtool_rxnfc rx_rings; ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_self_test': /kisskb/src/net/ethtool/ioctl.c:1865:22: note: byref variable will be forcibly initialized struct ethtool_test test; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_scan': /kisskb/src/fs/ext4/fast_commit.c:1924:27: note: byref variable will be forcibly initialized struct ext4_fc_add_range ext; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_phys_id': /kisskb/src/net/ethtool/ioctl.c:1959:23: note: byref variable will be forcibly initialized struct ethtool_value id; ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_set_bitmaps_and_counters': /kisskb/src/fs/ext4/fast_commit.c:1824:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_flash_device': /kisskb/src/net/ethtool/ioctl.c:2179:23: note: byref variable will be forcibly initialized struct ethtool_flash efl; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_sset_info': /kisskb/src/net/ethtool/ioctl.c:759:27: note: byref variable will be forcibly initialized struct ethtool_sset_info info; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_link': /kisskb/src/fs/ext4/fast_commit.c:1398:26: note: byref variable will be forcibly initialized struct dentry_info_args darg; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_unlink': /kisskb/src/fs/ext4/fast_commit.c:1301:26: note: byref variable will be forcibly initialized struct dentry_info_args darg; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1300:14: note: byref variable will be forcibly initialized struct qstr entry; ^~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_add_range': /kisskb/src/fs/ext4/fast_commit.c:1641:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1640:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/fast_commit.c:1635:21: note: byref variable will be forcibly initialized struct ext4_extent newex, *ex; ^~~~~ /kisskb/src/fs/ext4/fast_commit.c:1634:27: note: byref variable will be forcibly initialized struct ext4_fc_add_range fc_add_ex; ^~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_channels': /kisskb/src/net/ethtool/ioctl.c:1781:6: note: byref variable will be forcibly initialized u32 max_rx_in_use = 0; ^~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1779:26: note: byref variable will be forcibly initialized struct ethtool_channels channels, curr = { .cmd = ETHTOOL_GCHANNELS }; ^~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_create': /kisskb/src/fs/ext4/fast_commit.c:1551:26: note: byref variable will be forcibly initialized struct dentry_info_args darg; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_ts_info': /kisskb/src/net/ethtool/ioctl.c:2292:25: note: byref variable will be forcibly initialized struct ethtool_ts_info info; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_tunable': /kisskb/src/net/ethtool/ioctl.c:2430:25: note: byref variable will be forcibly initialized struct ethtool_tunable tuna; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_del_range': /kisskb/src/fs/ext4/fast_commit.c:1765:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'load_link_ksettings_from_user': /kisskb/src/net/ethtool/ioctl.c:447:32: note: byref variable will be forcibly initialized struct ethtool_link_usettings link_usettings; ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_inode': /kisskb/src/fs/ext4/fast_commit.c:1453:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_link_ksettings': /kisskb/src/net/ethtool/ioctl.c:572:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings link_ksettings; ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay': /kisskb/src/fs/ext4/fast_commit.c:2037:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_per_queue_coalesce': /kisskb/src/net/ethtool/ioctl.c:2469:27: note: byref variable will be forcibly initialized struct ethtool_coalesce coalesce = { .cmd = ETHTOOL_GCOALESCE }; ^~~~~~~~ In file included from /kisskb/src/include/linux/compat.h:9, from /kisskb/src/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c:2458:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(queue_mask, MAX_NUM_QUEUE); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_per_queue_coalesce': /kisskb/src/net/ethtool/ioctl.c:2506:27: note: byref variable will be forcibly initialized struct ethtool_coalesce coalesce; ^~~~~~~~ In file included from /kisskb/src/include/linux/compat.h:9, from /kisskb/src/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c:2491:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(queue_mask, MAX_NUM_QUEUE); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_per_queue': /kisskb/src/net/ethtool/ioctl.c:2547:30: note: byref variable will be forcibly initialized struct ethtool_per_queue_op per_queue_opt; ^~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'store_link_ksettings_for_user': /kisskb/src/net/ethtool/ioctl.c:492:32: note: byref variable will be forcibly initialized struct ethtool_link_usettings link_usettings; ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_link_ksettings': /kisskb/src/net/ethtool/ioctl.c:516:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings link_ksettings; ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'get_phy_tunable': /kisskb/src/net/ethtool/ioctl.c:2589:25: note: byref variable will be forcibly initialized struct ethtool_tunable tuna; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'set_phy_tunable': /kisskb/src/net/ethtool/ioctl.c:2628:25: note: byref variable will be forcibly initialized struct ethtool_tunable tuna; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_unlink': /kisskb/src/fs/ext4/fast_commit.c:481:36: note: byref variable will be forcibly initialized struct __track_dentry_update_args args; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_link': /kisskb/src/fs/ext4/fast_commit.c:500:36: note: byref variable will be forcibly initialized struct __track_dentry_update_args args; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_create': /kisskb/src/fs/ext4/fast_commit.c:519:36: note: byref variable will be forcibly initialized struct __track_dentry_update_args args; ^~~~ In file included from /kisskb/src/include/linux/compat.h:9, from /kisskb/src/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_convert_link_mode_to_legacy_u32': /kisskb/src/net/ethtool/ioctl.c:351:36: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(ext); ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/ioctl.c:351:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(ext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_track_range': /kisskb/src/fs/ext4/fast_commit.c:598:28: note: byref variable will be forcibly initialized struct __track_range_args args; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_settings': /kisskb/src/net/ethtool/ioctl.c:645:21: note: byref variable will be forcibly initialized struct ethtool_cmd cmd; ^~~ /kisskb/src/net/ethtool/ioctl.c:644:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings link_ksettings; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/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/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c: In function 'netdev_rss_key_fill': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(get_random_bytes, (buf), (nbytes)) ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' get_random_once((buf), (nbytes)) ^~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1041:2: note: in expansion of macro 'net_get_random_once' net_get_random_once(netdev_rss_key, sizeof(netdev_rss_key)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_sprintf': /kisskb/src/net/ethtool/ioctl.c:1947:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_module_info': /kisskb/src/net/ethtool/ioctl.c:2327:25: note: byref variable will be forcibly initialized struct ethtool_modinfo modinfo; ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_module_eeprom': /kisskb/src/net/ethtool/ioctl.c:2364:25: note: byref variable will be forcibly initialized struct ethtool_modinfo modinfo; ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'dev_ethtool': /kisskb/src/net/ethtool/ioctl.c:2701:14: note: byref variable will be forcibly initialized u32 ethcmd, sub_cmd; ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c:2701:6: note: byref variable will be forcibly initialized u32 ethcmd, sub_cmd; ^~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c: In function '__pciehp_disable_slot': /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c:330:5: note: byref variable will be forcibly initialized u8 getstatus = 0; ^~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c: In function '__pciehp_enable_slot': /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c:286:5: note: byref variable will be forcibly initialized u8 getstatus = 0; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/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/pci/hotplug/pciehp_ctrl.c:20: /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c: In function 'pciehp_sysfs_enable_slot': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c:375:3: note: in expansion of macro 'wait_event' wait_event(ctrl->requester, ^~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c: In function 'pciehp_sysfs_disable_slot': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_ctrl.c:409:3: note: in expansion of macro 'wait_event' wait_event(ctrl->requester, ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/alarmtimer.h:97, from /kisskb/src/kernel/time/alarmtimer.c:34: /kisskb/src/kernel/time/alarmtimer.c: In function 'perf_trace_alarmtimer_suspend': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alarmtimer_suspend, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alarmtimer_suspend, ^~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'perf_trace_alarm_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(alarm_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/alarmtimer.h:97, from /kisskb/src/kernel/time/alarmtimer.c:34: /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarmtimer_suspend': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alarmtimer_suspend, ^~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarm_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(alarm_class, ^~~~~~~~~~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alarmtimer_suspend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alarmtimer_suspend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alarmtimer_suspend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alarmtimer_suspend, ^~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function '__bpf_trace_alarm_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_suspend': /kisskb/src/kernel/time/alarmtimer.c:248:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/net/ipv6/exthdrs_core.c: In function 'ipv6_skip_exthdr': /kisskb/src/net/ipv6/exthdrs_core.c:89:11: note: byref variable will be forcibly initialized __be16 _frag_off, *fp; ^~~~~~~~~ /kisskb/src/net/ipv6/exthdrs_core.c:80:23: note: byref variable will be forcibly initialized struct ipv6_opt_hdr _hdr, *hp; ^~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_do_nsleep': /kisskb/src/kernel/time/alarmtimer.c:771:21: note: byref variable will be forcibly initialized struct timespec64 rmt; ^~~ /kisskb/src/net/ipv6/exthdrs_core.c: In function 'ipv6_find_hdr': /kisskb/src/net/ipv6/exthdrs_core.c:235:19: note: byref variable will be forcibly initialized unsigned short _frag_off; ^~~~~~~~~ /kisskb/src/net/ipv6/exthdrs_core.c:222:23: note: byref variable will be forcibly initialized struct ipv6_rt_hdr _rh, *rh; ^~~ /kisskb/src/net/ipv6/exthdrs_core.c:207:23: note: byref variable will be forcibly initialized struct ipv6_opt_hdr _hdr, *hp; ^~~~ /kisskb/src/net/ipv6/exthdrs_core.c:197:18: note: byref variable will be forcibly initialized struct ipv6hdr _ip6, *ip6; ^~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarm_timer_nsleep': /kisskb/src/kernel/time/alarmtimer.c:824:15: note: byref variable will be forcibly initialized struct alarm alarm; ^~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarm_timer_nsleep_restart': /kisskb/src/kernel/time/alarmtimer.c:804:15: note: byref variable will be forcibly initialized struct alarm alarm; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/netfilter/core.c:9: /kisskb/src/net/netfilter/core.c: In function '__nf_hook_entries_try_shrink': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/core.c:262:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pp, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/core.c: In function '__nf_register_net_hook': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/core.c:410:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pp, new_hooks); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/core.c: In function 'nf_hook_entries_insert_raw': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/core.c:198:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pp, new_hooks); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/core.c: In function 'nf_hook_slow_list': /kisskb/src/net/netfilter/core.c:620:19: note: byref variable will be forcibly initialized struct list_head sublist; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/kernel/time/posix-timers.c:12: /kisskb/src/kernel/time/posix-timers.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_getoverrun': /kisskb/src/kernel/time/posix-timers.c:781:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function 'do_timer_gettime': /kisskb/src/kernel/time/posix-timers.c:719:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/netfilter/nf_queue.c:6: /kisskb/src/net/netfilter/nf_queue.c: In function 'nf_register_queue_handler': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netfilter/nf_queue.c:38:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_queue_handler, qh); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function 'do_timer_settime': /kisskb/src/kernel/time/posix-timers.c:904:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/net/netfilter/nf_queue.c: In function 'nf_reinject': /kisskb/src/net/netfilter/nf_queue.c:279:15: note: byref variable will be forcibly initialized unsigned int i; ^ /kisskb/src/kernel/time/posix-timers.c: In function 'do_timer_create': /kisskb/src/kernel/time/posix-timers.c:503:13: note: byref variable will be forcibly initialized int error, new_timer_id; ^~~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_create': /kisskb/src/kernel/time/posix-timers.c:582:14: note: byref variable will be forcibly initialized sigevent_t event; ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_compat_sys_timer_create': /kisskb/src/kernel/time/posix-timers.c:597:14: note: byref variable will be forcibly initialized sigevent_t event; ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_gettime': /kisskb/src/kernel/time/posix-timers.c:741:22: note: byref variable will be forcibly initialized struct itimerspec64 cur_setting; ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_gettime32': /kisskb/src/kernel/time/posix-timers.c:756:22: note: byref variable will be forcibly initialized struct itimerspec64 cur_setting; ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_settime': /kisskb/src/kernel/time/posix-timers.c:942:32: note: byref variable will be forcibly initialized struct itimerspec64 new_spec, old_spec; ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:942:22: note: byref variable will be forcibly initialized struct itimerspec64 new_spec, old_spec; ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_settime32': /kisskb/src/kernel/time/posix-timers.c:965:32: note: byref variable will be forcibly initialized struct itimerspec64 new_spec, old_spec; ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:965:22: note: byref variable will be forcibly initialized struct itimerspec64 new_spec, old_spec; ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_delete': /kisskb/src/kernel/time/posix-timers.c:1007:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_settime': /kisskb/src/kernel/time/posix-timers.c:1071:20: note: byref variable will be forcibly initialized struct timespec64 new_tp; ^~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_nanosleep': /kisskb/src/kernel/time/posix-timers.c:1250:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime': /kisskb/src/kernel/time/posix-timers.c:1086:20: note: byref variable will be forcibly initialized struct timespec64 kernel_tp; ^~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_getres': /kisskb/src/kernel/time/posix-timers.c:1133:20: note: byref variable will be forcibly initialized struct timespec64 rtn_tp; ^~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_settime32': /kisskb/src/kernel/time/posix-timers.c:1153:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_nanosleep_time32': /kisskb/src/kernel/time/posix-timers.c:1277:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime32': /kisskb/src/kernel/time/posix-timers.c:1168:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_getres_time32': /kisskb/src/kernel/time/posix-timers.c:1204:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/posix-timers.c: In function 'posixtimer_rearm': /kisskb/src/kernel/time/posix-timers.c:316:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_adjtime': /kisskb/src/kernel/time/posix-timers.c:1115:24: note: byref variable will be forcibly initialized struct __kernel_timex ktx; ^~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_adjtime32': /kisskb/src/kernel/time/posix-timers.c:1185:24: note: byref variable will be forcibly initialized struct __kernel_timex ktx; ^~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'task_sample_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:216:13: note: byref variable will be forcibly initialized u64 stime, utime; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:216:6: note: byref variable will be forcibly initialized u64 stime, utime; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'fastpath_timer_check': /kisskb/src/kernel/time/posix-cpu-timers.c:1138:7: note: byref variable will be forcibly initialized u64 samples[CPUCLOCK_MAX]; ^~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1113:7: note: byref variable will be forcibly initialized u64 samples[CPUCLOCK_MAX]; ^~~~~~~ In file included from /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c:11: /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'check_thread_timers': /kisskb/src/kernel/time/posix-cpu-timers.c:893:6: note: byref variable will be forcibly initialized u64 samples[CPUCLOCK_MAX]; ^~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'check_process_timers': /kisskb/src/kernel/time/posix-cpu-timers.c:971:6: note: byref variable will be forcibly initialized u64 samples[CPUCLOCK_MAX]; ^~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'cpu_clock_sample': /kisskb/src/kernel/time/posix-cpu-timers.c:189:13: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:189:6: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c: In function 'pci_epc_mem_init': /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c:121:28: note: byref variable will be forcibly initialized struct pci_epc_mem_window mem_window; ^~~~~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'thread_group_start_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:298:23: note: byref variable will be forcibly initialized struct task_cputime sum; ^~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function '__thread_group_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:322:22: note: byref variable will be forcibly initialized struct task_cputime ct; ^~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'cpu_clock_sample_group': /kisskb/src/kernel/time/posix-cpu-timers.c:338:6: note: byref variable will be forcibly initialized u64 samples[CPUCLOCK_MAX]; ^~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_timer_rearm': /kisskb/src/kernel/time/posix-cpu-timers.c:1044:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ 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:1253:12: note: byref variable will be forcibly initialized LIST_HEAD(firing); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1252:16: note: byref variable will be forcibly initialized unsigned long flags, start; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ext4.h:2843, from /kisskb/src/fs/ext4/super.c:59: /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_other_inode_update_time': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_other_inode_update_time, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_other_inode_update_time, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_free_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_request_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_inode, ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_timer_set': /kisskb/src/kernel/time/posix-cpu-timers.c:625:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_allocate_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_evict_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:216:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_evict_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:216:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_evict_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_drop_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_drop_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_drop_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_nfs_commit_metadata': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_nfs_commit_metadata, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_nfs_commit_metadata, ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_timer_del': /kisskb/src/kernel/time/posix-cpu-timers.c:470:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mark_inode_dirty': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mark_inode_dirty, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mark_inode_dirty, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_begin_ordered_truncate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_begin_ordered_truncate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_begin_ordered_truncate, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__write_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__write_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_writepages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_write_pages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_write_pages_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_writepages_result': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'do_cpu_nanosleep': /kisskb/src/kernel/time/posix-cpu-timers.c:1424:18: note: byref variable will be forcibly initialized struct k_itimer timer; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1423:22: note: byref variable will be forcibly initialized struct itimerspec64 it; ^~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__page_op': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__page_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__page_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_invalidatepage_op': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_discard_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__mb_new_pa': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mb_new_pa, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mb_new_pa, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_nsleep_restart': /kisskb/src/kernel/time/posix-cpu-timers.c:1548:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mb_release_inode_pa': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mb_release_group_pa': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_group_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_group_pa, ^~~~~~~~~~~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_discard_preallocations': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'update_rlimit_cpu': /kisskb/src/kernel/time/posix-cpu-timers.c:40:6: note: byref variable will be forcibly initialized u64 nsecs = rlim_new * NSEC_PER_SEC; ^~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mb_discard_preallocations': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_request_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:806:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:806:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_allocate_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_free_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_sync_file_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_sync_file_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_sync_fs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_fs, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_fs, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_alloc_da_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:990:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_alloc_da_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:990:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_alloc_da_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mballoc_alloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1013:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1013:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_alloc, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mballoc_prealloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1080:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_prealloc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1080:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_prealloc, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__mballoc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_adjtime': /kisskb/src/kernel/time/posix-clock.c:228:26: note: byref variable will be forcibly initialized struct posix_clock_desc cd; ^~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_forget': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_gettime': /kisskb/src/kernel/time/posix-clock.c:252:26: note: byref variable will be forcibly initialized struct posix_clock_desc cd; ^~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_update_reserve_space': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_settime': /kisskb/src/kernel/time/posix-clock.c:290:26: note: byref variable will be forcibly initialized struct posix_clock_desc cd; ^~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_reserve_space': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_reserve_space, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_reserve_space, ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_getres': /kisskb/src/kernel/time/posix-clock.c:271:26: note: byref variable will be forcibly initialized struct posix_clock_desc cd; ^~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_release_space': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_release_space, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_release_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__bitmap_load': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__bitmap_load, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__bitmap_load, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_read_block_bitmap_load': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__fallocate_mode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fallocate_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_unlink_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_unlink_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__truncate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1487:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__truncate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1487:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__truncate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_convert_to_initialized_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_convert_to_initialized_fastpath': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__map_blocks_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__map_blocks_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_load_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_load_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_load_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_load_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_journal_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_journal_start_reserved': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__trim': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_handle_unwritten_extents': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_get_implied_cluster_alloc_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_show_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_remove_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_rm_leaf': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_rm_idx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_idx, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_idx, ^~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'par_io_init': /kisskb/src/drivers/soc/fsl/qe/qe_io.c:31:6: note: byref variable will be forcibly initialized u32 num_ports; ^~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c:29:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_remove_space': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_remove_space_done': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__es_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_remove_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_find_extent_range_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_find_extent_range_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_exit, ^~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'par_io_of_config': /kisskb/src/drivers/soc/fsl/qe/qe_io.c:143:6: note: byref variable will be forcibly initialized int pio_map_len; ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_lookup_extent_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_lookup_extent_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__es_shrink_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_shrink_scan_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_collapse_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_insert_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_shrink': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_insert_delayed_block': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fsmap_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_getfsmap_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_shutdown': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_shutdown, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_prefetch_bitmaps': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_lazy_itable_init': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_lazy_itable_init, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_lazy_itable_init, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_replay_scan': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_replay': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_commit_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2677:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2677:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_start, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_commit_stop': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_stats': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2728:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2728:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_stats, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_create': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_link': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_unlink': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ext4.h:2843, from /kisskb/src/fs/ext4/super.c:59: /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_other_inode_update_time': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_other_inode_update_time, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_free_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_request_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_allocate_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_evict_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:216:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_evict_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_drop_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_drop_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_nfs_commit_metadata': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_nfs_commit_metadata, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mark_inode_dirty': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mark_inode_dirty, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_begin_ordered_truncate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_begin_ordered_truncate, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__write_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__write_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_writepages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_write_pages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_write_pages_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_writepages_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__page_op': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__page_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_invalidatepage_op': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_discard_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__mb_new_pa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mb_new_pa, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_release_inode_pa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_release_group_pa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_group_pa, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_discard_preallocations': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_discard_preallocations': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_request_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:806:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_allocate_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_free_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_file_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_file_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_fs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_fs, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_alloc_da_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:990:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_alloc_da_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mballoc_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1013:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_alloc, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mballoc_prealloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1080:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_prealloc, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__mballoc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_forget': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_update_reserve_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_reserve_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_reserve_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_release_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_release_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__bitmap_load': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__bitmap_load, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_read_block_bitmap_load': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__fallocate_mode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fallocate_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_unlink_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_unlink_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__truncate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1487:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__truncate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_convert_to_initialized_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_convert_to_initialized_fastpath': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__map_blocks_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__map_blocks_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_load_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_load_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_load_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_journal_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_journal_start_reserved': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__trim': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_handle_unwritten_extents': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_get_implied_cluster_alloc_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_show_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_remove_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_rm_leaf': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_rm_idx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_idx, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_remove_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_remove_space_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__es_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_remove_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_find_extent_range_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_find_extent_range_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_lookup_extent_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_lookup_extent_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__es_shrink_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_shrink_scan_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_collapse_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_insert_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_shrink': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_insert_delayed_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fsmap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_getfsmap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_shutdown': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_shutdown, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_prefetch_bitmaps': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_lazy_itable_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_lazy_itable_init, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_replay_scan': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_replay': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_commit_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2677:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_start, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_commit_stop': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2728:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_stats, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_create': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_link': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_unlink': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer_benchmark.c: In function 'read_event': /kisskb/src/kernel/trace/ring_buffer_benchmark.c:89:6: note: byref variable will be forcibly initialized u64 ts; ^~ /kisskb/src/kernel/trace/ring_buffer_benchmark.c: In function 'read_page': /kisskb/src/kernel/trace/ring_buffer_benchmark.c:110:8: note: byref variable will be forcibly initialized void *bpage; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/ext4.h:2843, from /kisskb/src/fs/ext4/super.c:59: /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_other_inode_update_time': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_other_inode_update_time, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_other_inode_update_time, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_other_inode_update_time, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_other_inode_update_time, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_request_inode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_drop_inode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_drop_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_drop_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_drop_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_drop_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mark_inode_dirty': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mark_inode_dirty, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mark_inode_dirty, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mark_inode_dirty, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mark_inode_dirty, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_begin_ordered_truncate': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_begin_ordered_truncate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_begin_ordered_truncate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_begin_ordered_truncate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_begin_ordered_truncate, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_writepages': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_da_write_pages_extent': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__mb_new_pa': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mb_new_pa, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mb_new_pa, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mb_new_pa, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mb_new_pa, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mb_release_group_pa': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_group_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_group_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_group_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_group_pa, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mb_discard_preallocations': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_allocate_blocks': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_sync_file_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_sync_file_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_sync_fs': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_fs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_fs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_fs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_fs, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_da_release_space': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_release_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_release_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_release_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_release_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__bitmap_load': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__bitmap_load, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__bitmap_load, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__bitmap_load, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__bitmap_load, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_unlink_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_unlink_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_load_inode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_load_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_load_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_load_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_load_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_rm_idx': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_idx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_idx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_idx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_idx, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__es_extent': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_find_extent_range_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_find_extent_range_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_lookup_extent_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_getfsmap_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_shutdown': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_shutdown, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_lazy_itable_init': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_lazy_itable_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_lazy_itable_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_lazy_itable_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_lazy_itable_init, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_track_inode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_free_inode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_evict_inode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:216:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_evict_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:216:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_evict_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_nfs_commit_metadata': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_nfs_commit_metadata, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_nfs_commit_metadata, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__page_op': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__page_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__page_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_request_blocks': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:806:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:806:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_alloc_da_blocks': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:990:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_alloc_da_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:990:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_alloc_da_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mballoc_alloc': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1013:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1013:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_alloc, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mballoc_prealloc': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1080:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_prealloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1080:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_prealloc, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_da_reserve_space': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_reserve_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_reserve_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__truncate': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1487:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__truncate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1487:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__truncate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_commit_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2677:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2677:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_start, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_stats': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2728:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2728:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_stats, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_allocate_inode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_da_write_pages': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_invalidatepage_op': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_discard_blocks': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mb_release_inode_pa': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_discard_preallocations': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_forget': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_da_update_reserve_space': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_read_block_bitmap_load': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_convert_to_initialized_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_load_extent': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_journal_start_reserved': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_get_implied_cluster_alloc_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_remove_extent': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_lookup_extent_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__es_shrink_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_shrink_scan_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_collapse_range': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_insert_range': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_insert_delayed_block': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_error': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_replay_scan': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_commit_stop': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_track_create': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_track_link': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_track_unlink': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__write_begin': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__write_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_writepages_result': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/drivers/video/backlight/gpio_backlight.c: In function 'gpio_backlight_probe': /kisskb/src/drivers/video/backlight/gpio_backlight.c:52:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_free_blocks': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__fallocate_mode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fallocate_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_convert_to_initialized_fastpath': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__map_blocks_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__map_blocks_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__trim': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_show_extent': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_rm_leaf': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_remove_space': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_prefetch_bitmaps': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_track_range': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__mballoc': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_journal_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/drivers/video/backlight/ktd253-backlight.c: In function 'ktd253_backlight_probe': /kisskb/src/drivers/video/backlight/ktd253-backlight.c:149:6: note: byref variable will be forcibly initialized u32 brightness; ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/ktd253-backlight.c:148:6: note: byref variable will be forcibly initialized u32 max_brightness; ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_handle_unwritten_extents': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_remove_blocks': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_shrink': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_replay': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_remove_space_done': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fsmap_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/super.c:50: /kisskb/src/fs/ext4/super.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2445:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_sync_fs': /kisskb/src/fs/ext4/super.c:5593:8: note: byref variable will be forcibly initialized tid_t target; ^~~~~~ /kisskb/src/fs/ext4/super.c: In function 'get_sb_block': /kisskb/src/fs/ext4/super.c:1791:9: note: byref variable will be forcibly initialized char *options = (char *) *data; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/ext4/super.c:20: /kisskb/src/fs/ext4/super.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/ext4/super.c:27: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_group_desc_csum': /kisskb/src/fs/ext4/super.c:2799:9: note: byref variable will be forcibly initialized __u16 dummy_csum = 0; ^~~~~~~~~~ /kisskb/src/fs/ext4/super.c:2793:9: note: byref variable will be forcibly initialized __le32 le_group = cpu_to_le32(block_group); ^~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_run_li_request': /kisskb/src/fs/ext4/super.c:3261:15: note: byref variable will be forcibly initialized unsigned int prefetch_ios = 0; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_msg': /kisskb/src/fs/ext4/super.c:905:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error': /kisskb/src/fs/ext4/super.c:747:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_do_pin': /kisskb/src/kernel/bpf/inode.c:443:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_inode': /kisskb/src/fs/ext4/super.c:769:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_file': /kisskb/src/fs/ext4/super.c:803:7: note: byref variable will be forcibly initialized char pathname[80], *path; ^~~~~~~~ /kisskb/src/fs/ext4/super.c:800:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_std_error': /kisskb/src/fs/ext4/super.c:880:7: note: byref variable will be forcibly initialized char nbuf[16]; ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_do_get': /kisskb/src/kernel/bpf/inode.c:502:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_quota_write': /kisskb/src/fs/ext4/super.c:6448:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_free_inode': /kisskb/src/kernel/bpf/inode.c:615:16: note: byref variable will be forcibly initialized enum bpf_type type; ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_parse_param': /kisskb/src/kernel/bpf/inode.c:647:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_pin_user': /kisskb/src/kernel/bpf/inode.c:483:16: note: byref variable will be forcibly initialized enum bpf_type type; ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_get_user': /kisskb/src/kernel/bpf/inode.c:532:16: note: byref variable will be forcibly initialized enum bpf_type type = BPF_TYPE_UNSPEC; ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_prog_get_type_path': /kisskb/src/kernel/bpf/inode.c:589:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'store_pwm': /kisskb/src/drivers/video/backlight/lm3533_bl.c:201:5: note: byref variable will be forcibly initialized u8 val; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/ext4/super.c:20: /kisskb/src/fs/ext4/super.c: In function 'set_qf_name': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:1856:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_qf_names[qtype], qname); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'show_pwm': /kisskb/src/drivers/video/backlight/lm3533_bl.c:186:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'store_linear': /kisskb/src/fs/ext4/super.c: In function 'clear_qf_name': /kisskb/src/drivers/video/backlight/lm3533_bl.c:158:16: note: byref variable will be forcibly initialized unsigned long linear; ^~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:1875:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_qf_names[qtype], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'show_linear': /kisskb/src/drivers/video/backlight/lm3533_bl.c:134:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'show_als_en': /kisskb/src/drivers/video/backlight/lm3533_bl.c:86:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'store_als_en': /kisskb/src/drivers/video/backlight/lm3533_bl.c:107:6: note: byref variable will be forcibly initialized int enable; ^~~~~~ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'lm3533_bl_get_brightness': /kisskb/src/drivers/video/backlight/lm3533_bl.c:49:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/fs/ext4/super.c: In function 'handle_mount_opt': /kisskb/src/fs/ext4/super.c:2253:15: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/ext4/super.c:2098:6: note: byref variable will be forcibly initialized int arg = 0; ^~~ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'lm3533_bl_probe': /kisskb/src/drivers/video/backlight/lm3533_bl.c:268:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/fs/ext4/super.c: In function 'parse_options': /kisskb/src/fs/ext4/super.c:2423:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning': /kisskb/src/fs/ext4/super.c:929:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_clear_journal_err': /kisskb/src/fs/ext4/super.c:5558:8: note: byref variable will be forcibly initialized char nbuf[16]; ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning_inode': /kisskb/src/fs/ext4/super.c:946:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_grp_locked_error': /kisskb/src/fs/ext4/super.c:968:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/ext4/super.c:20: /kisskb/src/fs/ext4/super.c: In function 'ext4_alloc_flex_bg_array': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:2747:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_flex_groups, new_groups); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_led_sources': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:379:6: note: byref variable will be forcibly initialized u32 sources[LM3630A_NUM_SINKS]; ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_bank': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:408:12: note: byref variable will be forcibly initialized u32 bank, val; ^~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c:408:6: note: byref variable will be forcibly initialized u32 bank, val; ^~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c:407:14: note: byref variable will be forcibly initialized const char *label; ^~~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_fill_super': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:4532:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_group_desc, ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:4158:9: note: byref variable will be forcibly initialized __u16 encoding_flags; ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:4156:35: note: byref variable will be forcibly initialized const struct ext4_sb_encodings *encoding_info; ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:3890:29: note: byref variable will be forcibly initialized struct ext4_parsed_options parsed_opts; ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:3889:15: note: byref variable will be forcibly initialized ext4_group_t first_not_zeroed; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_node': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:480:21: note: byref variable will be forcibly initialized int ret = -ENODEV, seen_led_sources = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_read': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:62:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_backlight_register': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:339:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_mode_store': /kisskb/src/drivers/video/backlight/lm3639_bl.c:186:15: note: byref variable will be forcibly initialized unsigned int state; ^~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_torch_brightness_set': /kisskb/src/drivers/video/backlight/lm3639_bl.c:223:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_flash_brightness_set': /kisskb/src/drivers/video/backlight/lm3639_bl.c:260:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_get_brightness': /kisskb/src/drivers/video/backlight/lm3639_bl.c:143:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_update_status': /kisskb/src/drivers/video/backlight/lm3639_bl.c:97:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_pci.c: In function 'pciehp_unconfigure_device': /kisskb/src/drivers/pci/hotplug/pciehp_pci.c:88:6: note: byref variable will be forcibly initialized u16 command; ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_probe': /kisskb/src/drivers/video/backlight/lm3639_bl.c:305:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/ext4/super.c:20: /kisskb/src/fs/ext4/super.c: In function 'ext4_remount': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:6009:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_qf_names[i], old_opts.s_qf_names[i]); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:5729:29: note: byref variable will be forcibly initialized struct ext4_parsed_options parsed_opts; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/kernel/bpf/syscall.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:33:20: note: userspace variable will be forcibly initialized static inline bool bpfptr_is_null(bpfptr_t bpfptr) ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function '____bpf_sys_bpf': /kisskb/src/kernel/bpf/syscall.c:4721:9: note: userspace variable will be forcibly initialized return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_sys_bpf': /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/kernel/bpf/syscall.c:4721:9: note: userspace variable will be forcibly initialized return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/include/linux/bpfptr.h:28:10: note: userspace variable will be forcibly initialized return KERNEL_BPFPTR((void*) (uintptr_t) addr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:23, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:6, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:54:19: note: userspace variable will be forcibly initialized static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_obj_get_next_id': /kisskb/src/kernel/bpf/syscall.c:3320:6: note: byref variable will be forcibly initialized u32 next_id = attr->start_id; ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'map_check_btf': /kisskb/src/kernel/bpf/syscall.c:758:16: note: byref variable will be forcibly initialized u32 key_size, value_size; ^~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:758:6: note: byref variable will be forcibly initialized u32 key_size, value_size; ^~~~~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:6, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'strncpy_from_sockptr': /kisskb/src/include/linux/sockptr.h:94:20: note: userspace variable will be forcibly initialized static inline long strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_insn_prepare_dump': /kisskb/src/kernel/bpf/syscall.c:3492:11: note: byref variable will be forcibly initialized u32 off, type; ^~~~ /kisskb/src/kernel/bpf/syscall.c:3492:6: note: byref variable will be forcibly initialized u32 off, type; ^~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_task_fd_query': /kisskb/src/kernel/bpf/syscall.c:4108:15: note: byref variable will be forcibly initialized const char *buf; ^~~ /kisskb/src/kernel/bpf/syscall.c:4107:16: note: byref variable will be forcibly initialized u32 prog_id, fd_type; ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4107:7: note: byref variable will be forcibly initialized u32 prog_id, fd_type; ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4106:21: note: byref variable will be forcibly initialized u64 probe_offset, probe_addr; ^~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4106:7: note: byref variable will be forcibly initialized u64 probe_offset, probe_addr; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/kernel/bpf/syscall.c:3578:24: note: byref variable will be forcibly initialized struct bpf_prog_stats stats; ^~~~~ /kisskb/src/kernel/bpf/syscall.c:3576:23: note: byref variable will be forcibly initialized struct bpf_prog_info info; ^~~~ /kisskb/src/kernel/bpf/syscall.c:3583:8: note: userspace variable will be forcibly initialized err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_map_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/kernel/bpf/syscall.c:3858:22: note: byref variable will be forcibly initialized struct bpf_map_info info; ^~~~ /kisskb/src/kernel/bpf/syscall.c:3862:8: note: userspace variable will be forcibly initialized err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_btf_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/kernel/bpf/syscall.c:3905:8: note: userspace variable will be forcibly initialized err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(*uinfo), info_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_link_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/kernel/bpf/syscall.c:3918:23: note: byref variable will be forcibly initialized struct bpf_link_info info; ^~~~ /kisskb/src/kernel/bpf/syscall.c:3922:8: note: userspace variable will be forcibly initialized err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/clk/meson/clk-dualdiv.h:11, from /kisskb/src/drivers/clk/meson/clk-dualdiv.c:28: /kisskb/src/drivers/clk/meson/clk-dualdiv.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/meson/clk-dualdiv.c: In function 'meson_clk_dualdiv_recalc_rate': /kisskb/src/drivers/clk/meson/clk-dualdiv.c:52:33: note: byref variable will be forcibly initialized struct meson_clk_dualdiv_param setting; ^~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'dbg_ctrl': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:928:6: note: byref variable will be forcibly initialized u16 reg16; ^~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pcie_wait_for_presence': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:277:6: note: byref variable will be forcibly initialized u16 slot_status; ^~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pci_bus_check_dev': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:250:6: note: byref variable will be forcibly initialized u32 l; ^ /kisskb/src/kernel/time/clockevents.c: In function 'clockevents_unbind': /kisskb/src/kernel/time/clockevents.c:419:19: note: byref variable will be forcibly initialized struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; ^~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pcie_poll_cmd': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:88:6: note: byref variable will be forcibly initialized u16 slot_status; ^~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function '__pciehp_link_set': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:333:6: note: byref variable will be forcibly initialized u16 lnk_ctrl; ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/dmi.h:6, from /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:17: /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pcie_wait_cmd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:139:8: note: in expansion of macro 'wait_event_timeout' rc = wait_event_timeout(ctrl->queue, !ctrl->cmd_busy, timeout); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pcie_do_write_cmd': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:158:22: note: byref variable will be forcibly initialized u16 slot_ctrl_orig, slot_ctrl; ^~~~~~~~~ /kisskb/src/kernel/time/clockevents.c: In function 'unbind_device_store': /kisskb/src/kernel/time/clockevents.c:691:7: note: byref variable will be forcibly initialized char name[CS_NAME_LEN]; ^~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'map_update_elem': /kisskb/src/kernel/bpf/syscall.c:1108:11: note: userspace variable will be forcibly initialized bpfptr_t uvalue = make_bpfptr(attr->value, uattr.is_kernel); ^~~~~~ /kisskb/src/kernel/bpf/syscall.c:1107:11: note: userspace variable will be forcibly initialized bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); ^~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pciehp_isr': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:597:6: note: byref variable will be forcibly initialized u16 status, events = 0; ^~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'quirk_cmd_compl': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:1034:6: note: byref variable will be forcibly initialized u32 slot_cap; ^~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pciehp_check_link_active': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:235:6: note: byref variable will be forcibly initialized u16 lnk_status; ^~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pciehp_check_link_status': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:292:6: note: byref variable will be forcibly initialized u16 lnk_status; ^~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pciehp_get_raw_indicator_status': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:357:6: note: byref variable will be forcibly initialized u16 slot_ctrl; ^~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pciehp_get_attention_status': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:370:6: note: byref variable will be forcibly initialized u16 slot_ctrl; ^~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pciehp_get_power_status': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:399:6: note: byref variable will be forcibly initialized u16 slot_ctrl; ^~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pciehp_get_latch_status': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:421:6: note: byref variable will be forcibly initialized u16 slot_status; ^~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pciehp_card_present': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:442:6: note: byref variable will be forcibly initialized u16 slot_status; ^~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pciehp_query_power_fault': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:478:6: note: byref variable will be forcibly initialized u16 slot_status; ^~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pciehp_power_on_slot': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:536:6: note: byref variable will be forcibly initialized u16 slot_status; ^~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c: In function 'pcie_init': /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:943:5: note: byref variable will be forcibly initialized u8 poweron; ^~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:942:27: note: byref variable will be forcibly initialized u32 slot_cap, slot_cap2, link_cap; ^~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:942:16: note: byref variable will be forcibly initialized u32 slot_cap, slot_cap2, link_cap; ^~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pciehp_hpc.c:942:6: note: byref variable will be forcibly initialized u32 slot_cap, slot_cap2, link_cap; ^~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'generic_map_delete_batch': /kisskb/src/kernel/bpf/syscall.c:1286:6: note: byref variable will be forcibly initialized u32 cp, max_count; ^~ /kisskb/src/kernel/bpf/syscall.c: In function 'generic_map_update_batch': /kisskb/src/kernel/bpf/syscall.c:1339:18: note: byref variable will be forcibly initialized u32 value_size, cp, max_count; ^~ /kisskb/src/kernel/bpf/syscall.c: In function 'generic_map_lookup_batch': /kisskb/src/kernel/bpf/syscall.c:1404:18: note: byref variable will be forcibly initialized u32 value_size, cp, max_count; ^~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_load': /kisskb/src/kernel/bpf/syscall.c:2161:12: note: userspace variable will be forcibly initialized static int bpf_prog_load(union bpf_attr *attr, bpfptr_t uattr) ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2167:7: note: byref variable will be forcibly initialized char license[128]; ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2166:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/kernel/bpf/syscall.c:2164:19: note: byref variable will be forcibly initialized struct bpf_prog *prog, *dst_prog = NULL; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c:2272:6: note: userspace variable will be forcibly initialized if (copy_from_bpfptr(prog->insns, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make_bpfptr(attr->insns, uattr.is_kernel), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bpf_prog_insn_size(prog)) != 0) ~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2272:2: note: in expansion of macro 'if' if (copy_from_bpfptr(prog->insns, ^~ /kisskb/src/kernel/bpf/syscall.c:2186:6: note: userspace variable will be forcibly initialized if (strncpy_from_bpfptr(license, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make_bpfptr(attr->license, uattr.is_kernel), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(license) - 1) < 0) ~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2186:2: note: in expansion of macro 'if' if (strncpy_from_bpfptr(license, ^~ 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:1899:32: note: byref variable will be forcibly initialized static inline struct bpf_prog *bpf_prog_get_type(u32 ufd, ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_tracing_prog_attach': /kisskb/src/kernel/bpf/syscall.c:2763:33: note: byref variable will be forcibly initialized struct bpf_attach_target_info tgt_info = {}; ^~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2657:25: note: byref variable will be forcibly initialized struct bpf_link_primer link_primer; ^~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_raw_tracepoint_open': /kisskb/src/kernel/bpf/syscall.c:2985:7: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/kernel/bpf/syscall.c:2980:25: note: byref variable will be forcibly initialized struct bpf_link_primer link_primer; ^~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_perf_link_attach': /kisskb/src/kernel/bpf/syscall.c:2932:25: note: byref variable will be forcibly initialized struct bpf_link_primer link_primer; ^~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function '__sys_bpf': /kisskb/src/kernel/bpf/syscall.c:4547:17: note: byref variable will be forcibly initialized union bpf_attr attr; ^~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function '__do_sys_bpf': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/kernel/bpf/syscall.c:4691:9: note: userspace variable will be forcibly initialized return __sys_bpf(cmd, USER_BPFPTR(uattr), size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/itimer.c: In function 'put_itimerval': /kisskb/src/kernel/time/itimer.c:103:32: note: byref variable will be forcibly initialized struct __kernel_old_itimerval v; ^ /kisskb/src/kernel/time/itimer.c: In function 'put_old_itimerval32': /kisskb/src/kernel/time/itimer.c:132:25: note: byref variable will be forcibly initialized struct old_itimerval32 v32; ^~~ /kisskb/src/kernel/time/itimer.c: In function 'get_itimerval': /kisskb/src/kernel/time/itimer.c:315:32: note: byref variable will be forcibly initialized struct __kernel_old_itimerval v; ^ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c:6: /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.h:10, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/time/itimer.c: In function 'get_old_itimerval32': /kisskb/src/kernel/time/itimer.c:361:25: note: byref variable will be forcibly initialized struct old_itimerval32 v32; ^~~ /kisskb/src/kernel/time/itimer.c: In function 'get_cpu_itimer': /kisskb/src/kernel/time/itimer.c:58:10: note: byref variable will be forcibly initialized u64 t, samples[CPUCLOCK_MAX]; ^~~~~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_sys_getitimer': /kisskb/src/kernel/time/itimer.c:115:22: note: byref variable will be forcibly initialized struct itimerspec64 get_buffer; ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_compat_sys_getitimer': /kisskb/src/kernel/time/itimer.c:144:22: note: byref variable will be forcibly initialized struct itimerspec64 get_buffer; ^~~~~~~~~~ /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c: In function 'cdns_pcie_init_phy': /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c:195:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/kernel/time/itimer.c: In function 'set_cpu_itimer': /kisskb/src/kernel/time/itimer.c:172:12: note: byref variable will be forcibly initialized u64 oval, nval, ointerval, ninterval; ^~~~ /kisskb/src/kernel/time/itimer.c:172:6: note: byref variable will be forcibly initialized u64 oval, nval, ointerval, ninterval; ^~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_sys_setitimer': /kisskb/src/kernel/time/itimer.c:335:34: note: byref variable will be forcibly initialized struct itimerspec64 set_buffer, get_buffer; ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c:335:22: note: byref variable will be forcibly initialized struct itimerspec64 set_buffer, get_buffer; ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_compat_sys_setitimer': /kisskb/src/kernel/time/itimer.c:382:34: note: byref variable will be forcibly initialized struct itimerspec64 set_buffer, get_buffer; ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c:382:22: note: byref variable will be forcibly initialized struct itimerspec64 set_buffer, get_buffer; ^~~~~~~~~~ /kisskb/src/drivers/pci/controller/cadence/pcie-cadence-host.c: In function 'cdns_pcie_host_map_dma_ranges': /kisskb/src/drivers/pci/controller/cadence/pcie-cadence-host.c:366:6: note: byref variable will be forcibly initialized u32 no_bar_nbits = 32; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/verifier.c:10: /kisskb/src/kernel/bpf/verifier.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/kernel/bpf/verifier.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:33:20: note: userspace variable will be forcibly initialized 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:40:20: note: userspace variable will be forcibly initialized static inline void bpfptr_add(bpfptr_t *bpfptr, size_t val) ^~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/include/linux/bpfptr.h:28:10: note: userspace variable will be forcibly initialized return KERNEL_BPFPTR((void*) (uintptr_t) addr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_map_direct_read': /kisskb/src/kernel/bpf/verifier.c:3893:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'sanitize_dead_code': /kisskb/src/kernel/bpf/verifier.c:11953:18: note: byref variable will be forcibly initialized struct bpf_insn trap = BPF_JMP_IMM(BPF_JA, 0, 0, -1); ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/kernel/bpf/verifier.c:9: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/backlight/lv5207lp.c: In function 'lv5207lp_probe': /kisskb/src/drivers/video/backlight/lv5207lp.c:84:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:6, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/verifier.c:10: /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 static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/verifier.c:10: /kisskb/src/kernel/bpf/verifier.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:54:19: note: userspace variable will be forcibly initialized static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/bpf/verifier.c:9: /kisskb/src/kernel/bpf/verifier.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/video/backlight/lp855x_bl.c:8: /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/video/backlight/lp855x_bl.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/kernel/bpf/verifier.c:10: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'lp855x_backlight_register': /kisskb/src/drivers/video/backlight/lp855x_bl.c:286:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/video/backlight/lp855x_bl.c:16: /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:343:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_power_off': /kisskb/src/drivers/video/backlight/pwm_bl.c:69:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_power_on': /kisskb/src/drivers/video/backlight/pwm_bl.c:44:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'add_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:346:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*list, export); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:339:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(export->next, *list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rm_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:361:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*p, (*p)->next); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_update_status': /kisskb/src/drivers/video/backlight/pwm_bl.c:112:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/bpf/verifier.c:9: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_parse_dt': /kisskb/src/drivers/video/backlight/pwm_bl.c:238:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:237:6: note: byref variable will be forcibly initialized int length; ^~~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:234:15: note: byref variable will be forcibly initialized unsigned int num_steps = 0; ^~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'copy_array': In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/video/backlight/pwm_bl.c:8: /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/pwm_bl.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_start': /kisskb/src/kernel/trace/trace.c:5800:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_probe': /kisskb/src/drivers/video/backlight/pwm_bl.c:461:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:457:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:456:37: note: byref variable will be forcibly initialized struct platform_pwm_backlight_data defdata; ^~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'trace_find_tgid_ptr': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:2483:13: note: in expansion of macro 'smp_load_acquire' int *map = smp_load_acquire(&tgid_map); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 't_start': /kisskb/src/kernel/trace/trace.c:4988:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/kernel/trace/trace.c:18: /kisskb/src/kernel/trace/trace.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'set_tracing_thresh': /kisskb/src/kernel/trace/trace.c:1505:16: note: byref variable will be forcibly initialized unsigned long threshold; ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_ftrace_now': /kisskb/src/kernel/trace/trace.c:777:6: note: byref variable will be forcibly initialized u64 ts; ^~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_write': /kisskb/src/kernel/trace/trace.c:8644:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_write': /kisskb/src/kernel/trace/trace.c:8993:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_write': /kisskb/src/kernel/trace/trace.c:6467:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_write': /kisskb/src/kernel/trace/trace.c:5903:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_show': /kisskb/src/kernel/trace/trace.c:5823:7: note: byref variable will be forcibly initialized char buf[TASK_COMM_LEN]; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_hard_wire_dead_code_branches': /kisskb/src/kernel/bpf/verifier.c:11983:18: note: byref variable will be forcibly initialized struct bpf_insn ja = BPF_JMP_IMM(BPF_JA, 0, 0, 0); ^~ /kisskb/src/kernel/trace/trace.c: In function '__find_next_entry': /kisskb/src/kernel/trace/trace.c:3598:19: note: byref variable will be forcibly initialized u64 next_ts = 0, ts; ^~ /kisskb/src/kernel/trace/trace.c:3596:16: note: byref variable will be forcibly initialized unsigned long lost_events = 0, next_lost = 0; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'get_total_entries': /kisskb/src/kernel/trace/trace.c:4158:19: note: byref variable will be forcibly initialized unsigned long t, e; ^ /kisskb/src/kernel/trace/trace.c:4158:16: note: byref variable will be forcibly initialized unsigned long t, e; ^ /kisskb/src/kernel/trace/trace.c: In function 'print_event_info': /kisskb/src/kernel/trace/trace.c:4211:16: note: byref variable will be forcibly initialized unsigned long entries; ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4210:16: note: byref variable will be forcibly initialized unsigned long total; ^~~~~ In file included 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/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_write': /kisskb/src/kernel/bpf/verifier.c: In function 'opt_remove_nops': /kisskb/src/kernel/trace/trace.c:7642:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/kernel/bpf/verifier.c:12032:24: note: byref variable will be forcibly initialized const struct bpf_insn ja = BPF_JMP_IMM(BPF_JA, 0, 0, 0); ^~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_read': /kisskb/src/kernel/trace/trace.c:7688:7: note: byref variable will be forcibly initialized char buf[U64_STR_SIZE]; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'verbose': /kisskb/src/kernel/bpf/verifier.c:348:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_read': /kisskb/src/kernel/trace/trace.c:8979:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_total_entries_read': /kisskb/src/kernel/trace/trace.c:6996:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_read': /kisskb/src/kernel/trace/trace.c:6922:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_read': /kisskb/src/kernel/bpf/verifier.c: In function 'print_verifier_state': /kisskb/src/kernel/bpf/verifier.c:705:8: note: byref variable will be forcibly initialized char types_buf[BPF_REG_SIZE + 1]; ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6111:7: note: byref variable will be forcibly initialized char buf[MAX_TRACER_SIZE+2]; ^~~ /kisskb/src/kernel/bpf/verifier.c:679:11: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_buffers_splice_read': /kisskb/src/kernel/trace/trace.c:8162:15: note: byref variable will be forcibly initialized struct page *pages_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c:8161:22: note: byref variable will be forcibly initialized struct partial_page partial_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_read': /kisskb/src/kernel/trace/trace.c:5860:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'test_can_verify_check': /kisskb/src/kernel/trace/trace.c:3734:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/trace/trace.c:3733:7: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function '__check_buffer_access': /kisskb/src/kernel/bpf/verifier.c:3800:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_access_within_bounds': /kisskb/src/kernel/bpf/verifier.c:4101:9: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_start': /kisskb/src/kernel/trace/trace.c:648:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ /kisskb/src/kernel/trace/trace.c: In function 'ftrace_trace_snapshot_callback': /kisskb/src/kernel/trace/trace.c:8477:8: note: byref variable will be forcibly initialized void *count = (void *)-1; ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_range_initialized': /kisskb/src/kernel/bpf/verifier.c:4537:9: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:4473:9: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_write': /kisskb/src/kernel/trace/trace.c:8938:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_read': /kisskb/src/kernel/trace/trace.c:8923:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_read': /kisskb/src/kernel/trace/trace.c:6453:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/time/tick-common.c: In function 'tick_take_do_timer_from_boot': /kisskb/src/kernel/time/tick-common.c:194:6: note: byref variable will be forcibly initialized int cpu = smp_processor_id(); ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_write': /kisskb/src/kernel/trace/trace.c:690:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/kernel/trace/trace.c:686:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c:685:22: note: byref variable will be forcibly initialized struct trace_parser parser; ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_hex_fmt': /kisskb/src/kernel/trace/trace.c:4401:16: note: byref variable will be forcibly initialized unsigned char newline = '\n'; ^~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_btf_func': /kisskb/src/kernel/bpf/verifier.c:9753:12: note: userspace variable will be forcibly initialized static int check_btf_func(struct bpf_verifier_env *env, ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:9764:11: note: byref variable will be forcibly initialized bpfptr_t urecord; ^~~~~~~ /kisskb/src/kernel/bpf/verifier.c:9758:28: note: byref variable will be forcibly initialized u32 i, nfuncs, urec_size, min_size; ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_btf_line': /kisskb/src/kernel/bpf/verifier.c:9900:12: note: userspace variable will be forcibly initialized static int check_btf_line(struct bpf_verifier_env *env, ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:9909:11: note: byref variable will be forcibly initialized bpfptr_t ulinfo; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:9904:29: note: byref variable will be forcibly initialized u32 i, s, nr_linfo, ncopy, expected_size, rec_size, prev_offset = 0; ^~~~~~~~~~~~~ In file included from /kisskb/src/fs/jbd2/commit.c:15: /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1788:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_block_tag_csum_set': /kisskb/src/fs/jbd2/commit.c:358:9: note: byref variable will be forcibly initialized __be32 seq; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_event_buffer_commit': /kisskb/src/kernel/trace/trace.c:2910:26: note: byref variable will be forcibly initialized enum event_trigger_type tt = ETT_NONE; ^~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk': /kisskb/src/kernel/trace/trace.c:3493:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_pseudo_btf_id': /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk_buf': /kisskb/src/kernel/trace/trace.c:3538:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/bpf/verifier.c:11300:7: note: byref variable will be forcibly initialized u32 tsize; ^~~~~ /kisskb/src/fs/jbd2/commit.c: In function 'journal_submit_commit_record': /kisskb/src/fs/jbd2/commit.c:124:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'resolve_pseudo_ldimm64': /kisskb/src/kernel/trace/trace.c: In function 'tracing_iter_reset': /kisskb/src/kernel/trace/trace.c:4032:6: note: byref variable will be forcibly initialized u64 ts; ^~ /kisskb/src/kernel/bpf/verifier.c:11487:12: note: userspace variable will be forcibly initialized static int resolve_pseudo_ldimm64(struct bpf_verifier_env *env) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:11509:8: note: byref variable will be forcibly initialized u32 fd; ^~ /kisskb/src/kernel/bpf/verifier.c:11508:8: note: byref variable will be forcibly initialized u64 addr; ^~~~ 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/kernel/trace/trace.c: In function 's_start': /kisskb/src/fs/jbd2/commit.c:489:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/jbd2/commit.c:489:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:4067:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ /kisskb/src/fs/jbd2/commit.c:445:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/jbd2/commit.c:445:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:65, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/fs/jbd2/commit.c:13: /kisskb/src/fs/jbd2/commit.c:410:12: note: byref variable will be forcibly initialized LIST_HEAD(log_bufs); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/jbd2/commit.c:409:12: note: byref variable will be forcibly initialized LIST_HEAD(io_bufs); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/jbd2/commit.c:406:8: note: byref variable will be forcibly initialized tid_t first_tid; ^~~~~~~~~ /kisskb/src/fs/jbd2/commit.c:405:16: note: byref variable will be forcibly initialized unsigned long first_block; ^~~~~~~~~~~ /kisskb/src/fs/jbd2/commit.c:403:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/jbd2/commit.c:401:22: note: byref variable will be forcibly initialized struct buffer_head *cbh = NULL; /* For transactional checksums */ ^~~ /kisskb/src/fs/jbd2/commit.c:391:21: note: byref variable will be forcibly initialized unsigned long long blocknr; ^~~~~~~ /kisskb/src/fs/jbd2/commit.c:383:29: note: byref variable will be forcibly initialized struct transaction_stats_s stats; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries_cpu': /kisskb/src/kernel/trace/trace.c:4173:23: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4173:16: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries': /kisskb/src/kernel/trace/trace.c:4185:23: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4185:16: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_trace_header': /kisskb/src/kernel/trace/trace.c:4257:16: note: byref variable will be forcibly initialized unsigned long total; ^~~~~ /kisskb/src/kernel/trace/trace.c:4256:16: note: byref variable will be forcibly initialized unsigned long entries; ^~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_splice_read_pipe': /kisskb/src/kernel/trace/trace.c:6838:26: note: byref variable will be forcibly initialized struct splice_pipe_desc spd = { ^~~ /kisskb/src/kernel/trace/trace.c:6836:22: note: byref variable will be forcibly initialized struct partial_page partial_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6835:15: note: byref variable will be forcibly initialized struct page *pages_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_cpumask_write': /kisskb/src/kernel/trace/trace.c:5158:16: note: byref variable will be forcibly initialized cpumask_var_t tracing_cpumask_new; ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'set_tracer_flag': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:5301:4: note: in expansion of macro 'smp_store_release' smp_store_release(&tgid_map, map); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_core_write': /kisskb/src/kernel/trace/trace.c:8735:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'apply_trace_boot_options': /kisskb/src/kernel/trace/trace.c:5373:8: note: byref variable will be forcibly initialized char *buf = trace_boot_options_buf; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_trace_options_write': /kisskb/src/kernel/trace/trace.c:5397:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_write': /kisskb/src/kernel/trace/trace.c:6969:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_snapshot_write': /kisskb/src/kernel/trace/trace.c:7398:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function '__mark_chain_precision': /kisskb/src/kernel/bpf/verifier.c:2441:7: note: byref variable will be forcibly initialized 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:2440:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(mask, 64); ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/kernel/bpf/verifier.c:2395:6: note: byref variable will be forcibly initialized u64 stack_mask = spi >= 0 ? 1ull << spi : 0; ^~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:2394:6: note: byref variable will be forcibly initialized u32 reg_mask = regno >= 0 ? 1u << regno : 0; ^~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_write': /kisskb/src/kernel/trace/trace.c:6421:7: note: byref variable will be forcibly initialized char buf[MAX_TRACER_SIZE+1]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_clock_write': /kisskb/src/kernel/trace/trace.c:7237:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_init_tracefs_percpu': /kisskb/src/kernel/trace/trace.c:8581:7: note: byref variable will be forcibly initialized char cpu_dir[30]; /* 30 characters should be more than enough */ ^~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_access_for_ptr_arithmetic': /kisskb/src/kernel/bpf/verifier.c:6899:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'sanitize_ptr_alu': /kisskb/src/kernel/bpf/verifier.c:6748:17: note: byref variable will be forcibly initialized u32 alu_state, alu_limit; ^~~~~~~~~ /kisskb/src/drivers/video/backlight/sky81452-backlight.c: In function 'sky81452_bl_show_fault': /kisskb/src/drivers/video/backlight/sky81452-backlight.c:145:15: note: byref variable will be forcibly initialized unsigned int value = 0; ^~~~~ /kisskb/src/drivers/video/backlight/sky81452-backlight.c: In function 'sky81452_bl_show_open_short': /kisskb/src/drivers/video/backlight/sky81452-backlight.c:116:7: note: byref variable will be forcibly initialized char tmp[3]; ^~~ /kisskb/src/drivers/video/backlight/sky81452-backlight.c:115:20: note: byref variable will be forcibly initialized unsigned int reg, value = 0; ^~~~~ /kisskb/src/drivers/video/backlight/sky81452-backlight.c: In function 'sky81452_bl_store_enable': /kisskb/src/drivers/video/backlight/sky81452-backlight.c:96:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_pkt_ptr_alignment': /kisskb/src/kernel/bpf/verifier.c:3531:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_generic_ptr_alignment': /kisskb/src/kernel/bpf/verifier.c:3556:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/drivers/video/backlight/sky81452-backlight.c: In function 'sky81452_bl_parse_dt': /kisskb/src/drivers/video/backlight/sky81452-backlight.c:188:15: note: byref variable will be forcibly initialized unsigned int sources[6]; ^~~~~~~ /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'mpll_round_rate': /kisskb/src/drivers/clk/meson/clk-mpll.c:96:20: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^~ /kisskb/src/drivers/clk/meson/clk-mpll.c:96:15: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^~~ In file included from /kisskb/src/drivers/clk/meson/clk-mpll.h:13, from /kisskb/src/drivers/clk/meson/clk-mpll.c:19: /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/video/backlight/sky81452-backlight.c: In function 'sky81452_bl_probe': /kisskb/src/drivers/video/backlight/sky81452-backlight.c:279:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'mpll_set_rate': /kisskb/src/drivers/clk/meson/clk-mpll.c:108:20: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^~ /kisskb/src/drivers/clk/meson/clk-mpll.c:108:15: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_ptr_to_btf_access': /kisskb/src/kernel/bpf/verifier.c:3939:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:3929:6: note: byref variable will be forcibly initialized u32 btf_id; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_ptr_to_map_access': /kisskb/src/kernel/bpf/verifier.c:3980:6: note: byref variable will be forcibly initialized u32 btf_id; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_kfunc_call': /kisskb/src/kernel/bpf/verifier.c:6487:25: note: byref variable will be forcibly initialized u32 i, nargs, func_id, ptr_type_id; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/clk/meson/clk-phase.h:11, from /kisskb/src/drivers/clk/meson/clk-phase.c:11: /kisskb/src/drivers/clk/meson/clk-phase.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/video/backlight/tps65217_bl.c: In function 'tps65217_bl_parse_dt': /kisskb/src/drivers/video/backlight/tps65217_bl.c:181:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled5_ovp_delay': /kisskb/src/drivers/video/backlight/qcom-wled.c:417:5: note: byref variable will be forcibly initialized u8 ovp_timer_ms[8] = {1, 2, 4, 8, 12, 16, 20, 24}; ^~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:416:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_ovp_fault_status': /kisskb/src/drivers/video/backlight/qcom-wled.c:372:18: note: byref variable will be forcibly initialized u32 int_rt_sts, fault_sts; ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:372:6: note: byref variable will be forcibly initialized u32 int_rt_sts, fault_sts; ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/tps65217_bl.c: In function 'tps65217_bl_probe': /kisskb/src/drivers/video/backlight/tps65217_bl.c:267:30: note: byref variable will be forcibly initialized struct backlight_properties bl_props; ^~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled5_set_brightness': /kisskb/src/drivers/video/backlight/qcom-wled.c:276:5: note: byref variable will be forcibly initialized u8 v[2]; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled4_set_brightness': /kisskb/src/drivers/video/backlight/qcom-wled.c:253:5: note: byref variable will be forcibly initialized u8 v[2]; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled3_set_brightness': /kisskb/src/drivers/video/backlight/qcom-wled.c:234:5: note: byref variable will be forcibly initialized u8 v[2]; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_configure': /kisskb/src/drivers/video/backlight/qcom-wled.c:1382:29: note: byref variable will be forcibly initialized const struct wled_u32_opts wled5_opts[] = { ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1354:29: note: byref variable will be forcibly initialized const struct wled_u32_opts wled4_opts[] = { ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1326:29: note: byref variable will be forcibly initialized const struct wled_u32_opts wled3_opts[] = { ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1322:12: note: byref variable will be forcibly initialized u32 size, val, c; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_bpf_snprintf_call': /kisskb/src/kernel/bpf/verifier.c:6116:6: note: byref variable will be forcibly initialized u64 fmt_addr; ^~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_auto_string_detection': /kisskb/src/drivers/video/backlight/qcom-wled.c:578:7: note: byref variable will be forcibly initialized bool fault_set; ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:576:6: note: byref variable will be forcibly initialized u32 sink_config = 0; ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'verbose_invalid_scalar': /kisskb/src/kernel/bpf/verifier.c:412:7: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'prepare_func_exit': /kisskb/src/kernel/bpf/verifier.c:5957:15: note: byref variable will be forcibly initialized struct tnum range = tnum_range(0, 1); ^~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_auto_detection_at_init': /kisskb/src/drivers/video/backlight/qcom-wled.c:813:7: note: byref variable will be forcibly initialized bool fault_set; ^~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_return_code': /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled4_setup': /kisskb/src/drivers/video/backlight/qcom-wled.c:960:6: note: byref variable will be forcibly initialized u32 sink_cfg; ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:9330:14: note: byref variable will be forcibly initialized struct tnum range = tnum_range(0, 1); ^~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_ovp_irq_handler': /kisskb/src/drivers/video/backlight/qcom-wled.c:838:15: note: byref variable will be forcibly initialized u32 int_sts, fault_sts; ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:838:6: note: byref variable will be forcibly initialized u32 int_sts, fault_sts; ^~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_configure_ovp_irq': /kisskb/src/drivers/video/backlight/qcom-wled.c:1576:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_probe': /kisskb/src/drivers/video/backlight/qcom-wled.c:1616:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1612:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'convert_ctx_accesses': /kisskb/src/kernel/bpf/verifier.c:12213:20: note: byref variable will be forcibly initialized struct bpf_insn patch[] = { ^~~~~ /kisskb/src/kernel/bpf/verifier.c:12157:6: note: byref variable will be forcibly initialized u32 target_size, size_default, off; ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:12156:18: note: byref variable will be forcibly initialized struct bpf_insn insn_buf[16], *insn; ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'do_misc_fixups': /kisskb/src/kernel/bpf/verifier.c:12670:20: note: byref variable will be forcibly initialized struct bpf_insn chk_and_mod[] = { ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:12661:20: note: byref variable will be forcibly initialized struct bpf_insn chk_and_div[] = { ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:12647:18: note: byref variable will be forcibly initialized struct bpf_insn insn_buf[16]; ^~~~~~~~ /kisskb/src/kernel/time/sched_clock.c: In function 'update_sched_clock': /kisskb/src/kernel/time/sched_clock.c:131:25: note: byref variable will be forcibly initialized struct clock_read_data rd; ^~ /kisskb/src/kernel/time/sched_clock.c: In function 'sched_clock': /kisskb/src/kernel/time/sched_clock.c:85:15: note: byref variable will be forcibly initialized unsigned int seq; ^~~ /kisskb/src/kernel/time/sched_clock.c: In function 'sched_clock_register': /kisskb/src/kernel/time/sched_clock.c:159:25: note: byref variable will be forcibly initialized struct clock_read_data rd; ^~ /kisskb/src/kernel/time/sched_clock.c:156:16: note: byref variable will be forcibly initialized u32 new_mult, new_shift; ^~~~~~~~~ /kisskb/src/kernel/time/sched_clock.c:156:6: note: byref variable will be forcibly initialized u32 new_mult, new_shift; ^~~~~~~~ /kisskb/src/drivers/video/backlight/arcxcnn_bl.c: In function 'arcxcnn_parse_dt': /kisskb/src/drivers/video/backlight/arcxcnn_bl.c:179:34: note: byref variable will be forcibly initialized u32 prog_val, num_entry, entry, sources[ARCXCNN_LEDEN_BITS]; ^~~~~~~ /kisskb/src/drivers/video/backlight/arcxcnn_bl.c:179:6: note: byref variable will be forcibly initialized u32 prog_val, num_entry, entry, sources[ARCXCNN_LEDEN_BITS]; ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_subreg_zext_lo32_rnd_hi32': /kisskb/src/kernel/bpf/verifier.c:12068:19: note: byref variable will be forcibly initialized struct bpf_insn insn; ^~~~ /kisskb/src/kernel/bpf/verifier.c:12054:41: note: byref variable will be forcibly initialized struct bpf_insn *patch, zext_patch[2], rnd_hi32_patch[4]; ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:12054:26: note: byref variable will be forcibly initialized 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:393:11: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_read': /kisskb/src/kernel/bpf/verifier.c:3074:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:3062:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_verifier_log_write': /kisskb/src/kernel/bpf/verifier.c:334:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_log': /kisskb/src/kernel/bpf/verifier.c:361:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_ctx_reg': /kisskb/src/kernel/bpf/verifier.c:3778:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_mem_access': /kisskb/src/kernel/bpf/verifier.c:4194:7: note: byref variable will be forcibly initialized u32 btf_id = 0; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:4193:15: note: byref variable will be forcibly initialized struct btf *btf = NULL; ^~~ /kisskb/src/kernel/bpf/verifier.c:4192:21: note: byref variable will be forcibly initialized enum bpf_reg_type reg_type = SCALAR_VALUE; ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:4168:9: note: byref variable will be forcibly initialized u64 val = 0; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_func_arg': /kisskb/src/kernel/bpf/verifier.c:5205:7: note: byref variable will be forcibly initialized u64 map_addr; ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:4993:20: note: byref variable will be forcibly initialized 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:6353:8: note: byref variable will be forcibly initialized u32 tsize; ^~~~~ /kisskb/src/kernel/bpf/verifier.c:6174:27: note: byref variable will be forcibly initialized struct bpf_call_arg_meta meta; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/net/packet/af_packet.c: In function 'packet_cached_dev_assign': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c:262:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(po->cached_dev, dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'do_check': /kisskb/src/kernel/bpf/verifier.c:10930:30: note: byref variable will be forcibly initialized const struct bpf_insn_cbs cbs = { ^~~ /kisskb/src/kernel/bpf/verifier.c:10869:6: note: byref variable will be forcibly initialized int prev_insn_idx = -1; ^~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'hlist_add_tail_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:627:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_next_rcu(last), n); ^~~~~~~~~~~~~~~~~~ In file included 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/include/linux/ethtool.h:16, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/net/packet/af_packet.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/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/include/linux/ethtool.h:16, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/net/packet/af_packet.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/net/packet/af_packet.c: In function '__fanout_unlink': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c:1503:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(f->arr[i], ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function '__fanout_link': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c:1483:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(f->arr[f->num_members], sk); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_check_attach_target': /kisskb/src/kernel/bpf/verifier.c:13337:13: note: byref variable will be forcibly initialized const char prefix[] = "btf_trace_"; ^~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_rcv_vnet': /kisskb/src/net/packet/af_packet.c:2044:24: note: byref variable will be forcibly initialized struct virtio_net_hdr vnet_hdr; ^~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/net/packet/af_packet.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'prb_open_block': /kisskb/src/net/packet/af_packet.c:814:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/helpers.c:4: /kisskb/src/kernel/bpf/helpers.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'prb_close_block': /kisskb/src/net/packet/af_packet.c:783:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/net/packet/af_packet.c: In function 'tpacket_rcv': /kisskb/src/net/packet/af_packet.c:2197:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/net/packet/af_packet.c: In function '__packet_set_timestamp': /kisskb/src/net/packet/af_packet.c:435:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/net/packet/af_packet.c: In function 'packet_recvmsg': /kisskb/src/net/packet/af_packet.c:3456:26: note: byref variable will be forcibly initialized struct tpacket_auxdata aux; ^~~ /kisskb/src/net/packet/af_packet.c:3355:14: note: byref variable will be forcibly initialized int copied, err; ^~~ In file included from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/net/packet/af_packet.c: In function 'skb_probe_transport_header': /kisskb/src/include/linux/skbuff.h:2606:25: note: byref variable will be forcibly initialized struct flow_keys_basic keys; ^~~~ /kisskb/src/kernel/bpf/helpers.c: In function '____bpf_snprintf': /kisskb/src/kernel/bpf/helpers.c:988:7: note: byref variable will be forcibly initialized u32 *bin_args; ^~~~~~~~ /kisskb/src/kernel/bpf/helpers.c: In function 'bpf_snprintf': /kisskb/src/kernel/bpf/helpers.c:988:7: note: byref variable will be forcibly initialized /kisskb/src/net/packet/af_packet.c: In function 'packet_sendmsg_spkt': /kisskb/src/net/packet/af_packet.c:1906:23: note: byref variable will be forcibly initialized struct sockcm_cookie sockc; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/helpers.c:4: /kisskb/src/kernel/bpf/helpers.c: In function '____bpf_timer_init': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/helpers.c:1137:2: note: in expansion of macro 'rcu_assign_pointer' 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/helpers.c:1194:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(t->callback_fn, callback_fn); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_getsockopt': /kisskb/src/net/packet/af_packet.c:3966:32: note: byref variable will be forcibly initialized struct tpacket_rollover_stats rstats; ^~~~~~ /kisskb/src/net/packet/af_packet.c:3965:24: note: byref variable will be forcibly initialized union tpacket_stats_u st; ^~ /kisskb/src/net/packet/af_packet.c:3961:6: note: byref variable will be forcibly initialized int val, lv = sizeof(val); ^~~ /kisskb/src/kernel/bpf/helpers.c: In function 'bpf_timer_cb': /kisskb/src/kernel/bpf/helpers.c:1063:6: note: byref variable will be forcibly initialized u32 idx; ^~~ In file included from /kisskb/src/include/linux/ktime.h:232, from /kisskb/src/include/linux/timer.h:6, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/helpers.c:4: /kisskb/src/kernel/bpf/helpers.c: In function 'ktime_get_coarse': /kisskb/src/include/linux/timekeeping.h:118:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/helpers.c:4: /kisskb/src/kernel/bpf/helpers.c: In function 'drop_prog_refcnt': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/helpers.c:1245:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(t->callback_fn, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_bind_spkt': /kisskb/src/net/packet/af_packet.c:3224:7: note: byref variable will be forcibly initialized char name[sizeof(uaddr->sa_data) + 1]; ^~~~ /kisskb/src/kernel/bpf/helpers.c: In function 'bpf_bprintf_prepare': /kisskb/src/kernel/bpf/helpers.c:770:30: note: byref variable will be forcibly initialized char fmt_ptype, cur_ip[16], ip_spec[] = "%pXX"; ^~~~~~~ /kisskb/src/kernel/bpf/helpers.c:770:18: note: byref variable will be forcibly initialized char fmt_ptype, cur_ip[16], ip_spec[] = "%pXX"; ^~~~~~ /kisskb/src/kernel/bpf/helpers.c:769:6: note: byref variable will be forcibly initialized u64 cur_arg; ^~~~~~~ /kisskb/src/kernel/bpf/helpers.c:766:28: note: byref variable will be forcibly initialized char *unsafe_ptr = NULL, *tmp_buf = NULL, *tmp_buf_end, *fmt_end; ^~~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/net/packet/af_packet.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/packet/af_packet.c: In function 'prb_calc_retire_blk_tmo': /kisskb/src/net/packet/af_packet.c:535:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings ecmd; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/net/packet/af_packet.c:49: /kisskb/src/net/packet/af_packet.c: In function '__fanout_set_data_bpf': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c:1539:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(f->bpf_prog, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_release': /kisskb/src/net/packet/af_packet.c:3056:22: note: byref variable will be forcibly initialized union tpacket_req_u req_u; ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c:211:3: note: in expansion of macro 'wait_event' wait_event(pci_cfg_wait, !dev->block_cfg_access); ^~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_bus_read_config_byte': /kisskb/src/drivers/pci/access.c:41:6: note: byref variable will be forcibly initialized u32 data = 0; \ ^~~~ /kisskb/src/drivers/pci/access.c:63:1: note: in expansion of macro 'PCI_OP_READ' 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:6: note: byref variable will be forcibly initialized u32 data = 0; \ ^~~~ /kisskb/src/drivers/pci/access.c:64:1: note: in expansion of macro 'PCI_OP_READ' 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:6: note: byref variable will be forcibly initialized u32 data = 0; \ ^~~~ /kisskb/src/drivers/pci/access.c:65:1: note: in expansion of macro 'PCI_OP_READ' PCI_OP_READ(dword, u32, 4) ^~~~~~~~~~~ In file included from /kisskb/src/net/packet/af_packet.c:83: /kisskb/src/net/packet/af_packet.c: In function 'virtio_net_hdr_to_skb': /kisskb/src/include/linux/virtio_net.h:86:27: note: byref variable will be forcibly initialized struct flow_keys_basic keys; ^~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_user_read_config_byte': /kisskb/src/drivers/pci/access.c:222:6: note: byref variable will be forcibly initialized u32 data = -1; \ ^~~~ /kisskb/src/drivers/pci/access.c:254:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' 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:222:6: note: byref variable will be forcibly initialized u32 data = -1; \ ^~~~ /kisskb/src/drivers/pci/access.c:255:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' PCI_USER_READ_CONFIG(word, u16) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_user_read_config_dword': /kisskb/src/net/packet/af_packet.c: In function 'tpacket_snd': /kisskb/src/drivers/pci/access.c:222:6: note: byref variable will be forcibly initialized u32 data = -1; \ ^~~~ /kisskb/src/drivers/pci/access.c:256:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' PCI_USER_READ_CONFIG(dword, u32) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c:2669:8: note: byref variable will be forcibly initialized void *data; ^~~~ /kisskb/src/net/packet/af_packet.c:2663:6: note: byref variable will be forcibly initialized int err, reserve = 0; ^~~ /kisskb/src/net/packet/af_packet.c:2661:23: note: byref variable will be forcibly initialized struct sockcm_cookie sockc; ^~~~~ /kisskb/src/drivers/pci/access.c: In function 'pcie_capability_clear_and_set_word': /kisskb/src/drivers/pci/access.c:493:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_snd': /kisskb/src/drivers/pci/access.c: In function 'pcie_capability_clear_and_set_dword': /kisskb/src/drivers/pci/access.c:510:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/net/packet/af_packet.c:2885:23: note: byref variable will be forcibly initialized struct sockcm_cookie sockc; ^~~~~ /kisskb/src/net/packet/af_packet.c:2884:6: note: byref variable will be forcibly initialized int err, reserve = 0; ^~~ /kisskb/src/net/packet/af_packet.c: In function 'fanout_add': /kisskb/src/net/packet/af_packet.c:1651:6: note: byref variable will be forcibly initialized u16 id = args->id; ^~ /kisskb/src/net/packet/af_packet.c: In function 'fanout_set_data_cbpf': /kisskb/src/net/packet/af_packet.c:1552:20: note: byref variable will be forcibly initialized struct sock_fprog fprog; ^~~~~ /kisskb/src/net/packet/af_packet.c:1551:19: note: byref variable will be forcibly initialized struct bpf_prog *new; ^~~ /kisskb/src/net/packet/af_packet.c: In function 'fanout_set_data_ebpf': /kisskb/src/net/packet/af_packet.c:1574:6: note: byref variable will be forcibly initialized u32 fd; ^~ /kisskb/src/net/packet/af_packet.c: In function 'packet_setsockopt': /kisskb/src/net/packet/af_packet.c:3942:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/net/packet/af_packet.c:3926:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/net/packet/af_packet.c:3912:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/net/packet/af_packet.c:3894:22: note: byref variable will be forcibly initialized struct fanout_args args = { 0 }; ^~~~ /kisskb/src/net/packet/af_packet.c:3882:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/net/packet/af_packet.c:3861:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/net/packet/af_packet.c:3847:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/net/packet/af_packet.c:3833:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/net/packet/af_packet.c:3814:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/net/packet/af_packet.c:3794:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/net/packet/af_packet.c:3768:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/net/packet/af_packet.c:3756:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/net/packet/af_packet.c:3728:23: note: byref variable will be forcibly initialized union tpacket_req_u req_u; ^~~~~ /kisskb/src/net/packet/af_packet.c:3707:26: note: byref variable will be forcibly initialized struct packet_mreq_max mreq; ^~~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'stuser_set_state': /kisskb/src/drivers/pci/switch/switchtec.c:111:21: note: byref variable will be forcibly initialized const char * const state_names[] = { ^~~~~~~~~~~ /kisskb/src/kernel/bpf/map_iter.c: In function '__bpf_map_seq_show': /kisskb/src/kernel/bpf/map_iter.c:47:23: note: byref variable will be forcibly initialized struct bpf_iter_meta meta; ^~~~ /kisskb/src/kernel/bpf/map_iter.c:46:27: note: byref variable will be forcibly initialized struct bpf_iter__bpf_map ctx; ^~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_pff_to_port': /kisskb/src/drivers/pci/switch/switchtec.c:1065:34: note: byref variable will be forcibly initialized struct switchtec_ioctl_pff_port p; ^ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence-ep.c:6: /kisskb/src/drivers/pci/controller/cadence/pcie-cadence-ep.c: In function 'devm_kmalloc_array': /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_port_to_pff': /kisskb/src/drivers/pci/switch/switchtec.c:1109:34: note: byref variable will be forcibly initialized struct switchtec_ioctl_pff_port p; ^ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pci-epf.h:13, from /kisskb/src/include/linux/pci-epc.h:12, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence-ep.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/time/tick-sched.c: In function 'tick_nohz_next_event': /kisskb/src/kernel/time/tick-sched.c:771:37: note: byref variable will be forcibly initialized u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; ^~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_event_ctl': /kisskb/src/drivers/pci/switch/switchtec.c:1019:35: note: byref variable will be forcibly initialized struct switchtec_ioctl_event_ctl ctl; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c:132:3: note: in expansion of macro 'smp_store_release' smp_store_release(&tick_next_period, nextp); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, 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/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c:72:3: note: in expansion of macro 'if' if (ktime_before(now, smp_load_acquire(&tick_next_period))) ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c:72:25: note: in expansion of macro 'smp_load_acquire' if (ktime_before(now, smp_load_acquire(&tick_next_period))) ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c:537:8: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible(stuser->cmd_comp, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/include/linux/cgroup-defs.h:22, from /kisskb/src/include/linux/cgroup.h:28, from /kisskb/src/include/net/netprio_cgroup.h:11, from /kisskb/src/include/linux/netdevice.h:41, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/include/linux/filter.h:19, 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:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:33:20: note: userspace variable will be forcibly initialized static inline bool bpfptr_is_null(bpfptr_t bpfptr) ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/include/linux/bpfptr.h:28:10: note: userspace variable will be forcibly initialized return KERNEL_BPFPTR((void*) (uintptr_t) addr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/amlogic/meson-secure-pwrc.c: In function 'pwrc_secure_is_off': /kisskb/src/drivers/soc/amlogic/meson-secure-pwrc.c:47:6: note: byref variable will be forcibly initialized int is_off = 1; ^~~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/drivers/soc/amlogic/meson-secure-pwrc.c:9: /kisskb/src/drivers/soc/amlogic/meson-secure-pwrc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/soc/amlogic/meson-secure-pwrc.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/filter.h:11, from /kisskb/src/kernel/bpf/bpf_iter.c:6: /kisskb/src/kernel/bpf/bpf_iter.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/include/linux/cgroup-defs.h:22, from /kisskb/src/include/linux/cgroup.h:28, from /kisskb/src/include/net/netprio_cgroup.h:11, from /kisskb/src/include/linux/netdevice.h:41, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/include/linux/filter.h:19, from /kisskb/src/kernel/bpf/bpf_iter.c:6: /kisskb/src/kernel/bpf/bpf_iter.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:54:19: note: userspace variable will be forcibly initialized static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_gate_is_enabled': /kisskb/src/drivers/clk/meson/clk-regmap.c:36:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/soc/amlogic/meson-ee-pwrc.c: In function 'pwrc_ee_is_powered_off': /kisskb/src/drivers/soc/amlogic/meson-ee-pwrc.c:319:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'bpf_iter_link_attach': /kisskb/src/kernel/bpf/bpf_iter.c:507:11: note: userspace variable will be forcibly initialized bpfptr_t ulinfo; ^~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:503:27: note: byref variable will be forcibly initialized union bpf_iter_link_info linfo; ^~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:501:25: note: byref variable will be forcibly initialized struct bpf_link_primer link_primer; ^~~~~~~~~~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_div_determine_rate': /kisskb/src/drivers/clk/meson/clk-regmap.c:83:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_div_recalc_rate': /kisskb/src/drivers/clk/meson/clk-regmap.c:64:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_mux_get_parent': /kisskb/src/drivers/clk/meson/clk-regmap.c:140:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/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/of_address.h:4, from /kisskb/src/drivers/soc/amlogic/meson-ee-pwrc.c:7: /kisskb/src/drivers/soc/amlogic/meson-ee-pwrc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/soc/amlogic/meson-ee-pwrc.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_get_pll_settings': /kisskb/src/drivers/clk/meson/clk-pll.c:222:21: note: byref variable will be forcibly initialized unsigned int i, m, n; ^ /kisskb/src/drivers/clk/meson/clk-pll.c:222:18: note: byref variable will be forcibly initialized unsigned int i, m, n; ^ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_determine_rate': /kisskb/src/drivers/clk/meson/clk-pll.c:250:18: note: byref variable will be forcibly initialized unsigned int m, n, frac; ^ /kisskb/src/drivers/clk/meson/clk-pll.c:250:15: note: byref variable will be forcibly initialized unsigned int m, n, frac; ^ In file included from /kisskb/src/drivers/clk/meson/clk-pll.h:12, from /kisskb/src/drivers/clk/meson/clk-pll.c:38: /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_set_rate': /kisskb/src/drivers/clk/meson/clk-pll.c:372:27: note: byref variable will be forcibly initialized unsigned int enabled, m, n, frac = 0; ^ /kisskb/src/drivers/clk/meson/clk-pll.c:372:24: note: byref variable will be forcibly initialized unsigned int enabled, m, n, frac = 0; ^ 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:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1644:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:82:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1644:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:81:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, mdday, result.tm_mday, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1644:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:80:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1644:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:79:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:66:12: note: byref variable will be forcibly initialized struct tm result; ^~~~~~ /kisskb/src/kernel/time/time_test.c:64:6: note: byref variable will be forcibly initialized int yday = 0; ^~~~ /kisskb/src/kernel/time/time_test.c:63:6: note: byref variable will be forcibly initialized int mdday = 1; ^~~~~ /kisskb/src/kernel/time/time_test.c:62:6: note: byref variable will be forcibly initialized int month = 1; ^~~~~ /kisskb/src/kernel/time/time_test.c:61:7: note: byref variable will be forcibly initialized long year = 1970 - 80000; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/x25/af_x25.c:35: /kisskb/src/net/x25/af_x25.c: In function 'sock_graft': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/net/sock.h:1914:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_wq, &parent->wq); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/x25/af_x25.c:42: /kisskb/src/net/x25/af_x25.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_setsockopt': /kisskb/src/net/x25/af_x25.c:426:6: note: byref variable will be forcibly initialized int opt; ^~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_recvmsg': /kisskb/src/net/x25/af_x25.c:1276:6: note: byref variable will be forcibly initialized int rc = -ENOTCONN; ^~ /kisskb/src/net/x25/af_x25.c: In function 'x25_sendmsg': /kisskb/src/net/x25/af_x25.c:1102:16: note: byref variable will be forcibly initialized int qbit = 0, rc = -EINVAL; ^~ /kisskb/src/net/x25/af_x25.c:1097:22: note: byref variable will be forcibly initialized struct sockaddr_x25 sx25; ^~~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_getsockopt': /kisskb/src/net/x25/af_x25.c:454:6: note: byref variable will be forcibly initialized int val, len, rc = -ENOPROTOOPT; ^~~ /kisskb/src/net/x25/af_x25.c: In function 'compat_x25_subscr_ioctl': /kisskb/src/net/x25/af_x25.c:1623:36: note: byref variable will be forcibly initialized struct compat_x25_subscrip_struct x25_subscr; ^~~~~~~~~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_ioctl': /kisskb/src/net/x25/af_x25.c:1559:22: note: byref variable will be forcibly initialized struct x25_subaddr sub_addr; ^~~~~~~~ /kisskb/src/net/x25/af_x25.c:1546:24: note: byref variable will be forcibly initialized struct x25_causediag causediag; ^~~~~~~~~ /kisskb/src/net/x25/af_x25.c:1522:27: note: byref variable will be forcibly initialized struct x25_calluserdata calluserdata; ^~~~~~~~~~~~ /kisskb/src/net/x25/af_x25.c:1492:29: note: byref variable will be forcibly initialized struct x25_dte_facilities dtefacs; ^~~~~~~ /kisskb/src/net/x25/af_x25.c:1439:25: note: byref variable will be forcibly initialized struct x25_facilities facilities; ^~~~~~~~~~ /kisskb/src/net/lapb/lapb_in.c: In function 'lapb_data_input': /kisskb/src/net/lapb/lapb_in.c:535:20: note: byref variable will be forcibly initialized struct lapb_frame frame; ^~~~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_rx_call_request': /kisskb/src/net/x25/af_x25.c:937:28: note: byref variable will be forcibly initialized struct x25_dte_facilities dte_facilities; ^~~~~~~~~~~~~~ /kisskb/src/net/x25/af_x25.c:936:24: note: byref variable will be forcibly initialized struct x25_facilities facilities; ^~~~~~~~~~ /kisskb/src/net/x25/af_x25.c:935:34: note: byref variable will be forcibly initialized struct x25_address source_addr, dest_addr; ^~~~~~~~~ /kisskb/src/net/x25/af_x25.c:935:21: note: byref variable will be forcibly initialized struct x25_address source_addr, dest_addr; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/uapi/linux/ethtool_netlink.h:12, from /kisskb/src/include/linux/ethtool_netlink.h:6, from /kisskb/src/net/ethtool/common.c:3: /kisskb/src/net/ethtool/common.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/hdmi.c: In function 'hdmi_spd_infoframe_log': /kisskb/src/drivers/video/hdmi.c:1269:5: note: byref variable will be forcibly initialized u8 buf[17]; ^~~ In file included from /kisskb/src/drivers/clk/meson/sclk-div.h:11, from /kisskb/src/drivers/clk/meson/sclk-div.c:23: /kisskb/src/drivers/clk/meson/sclk-div.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c: In function 'meson_measure_id': /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c:495:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c: In function 'clk_msr_show': /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c:560:15: note: byref variable will be forcibly initialized unsigned int precision = 0; ^~~~~~~~~ /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c: In function 'clk_msr_summary_show': /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c:576:15: note: byref variable will be forcibly initialized unsigned int precision = 0; ^~~~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'count_tags': /kisskb/src/fs/jbd2/recovery.c:199:22: note: byref variable will be forcibly initialized journal_block_tag_t tag; ^~~ In file included from /kisskb/src/fs/jbd2/recovery.c:18: /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1788:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_block_tag_csum_verify': /kisskb/src/fs/jbd2/recovery.c:440:9: note: byref variable will be forcibly initialized __be32 seq; ^~~ /kisskb/src/fs/jbd2/recovery.c: In function 'do_readahead': /kisskb/src/fs/jbd2/recovery.c:73:23: note: byref variable will be forcibly initialized struct buffer_head * bufs[MAXBUF]; ^~~~ /kisskb/src/fs/jbd2/recovery.c:70:21: note: byref variable will be forcibly initialized unsigned long long blocknr; ^~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jread': /kisskb/src/fs/jbd2/recovery.c:132:21: note: byref variable will be forcibly initialized unsigned long long blocknr; ^~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'calc_chksums': /kisskb/src/fs/jbd2/recovery.c:394:22: note: byref variable will be forcibly initialized struct buffer_head *obh; ^~~ /kisskb/src/fs/jbd2/recovery.c: In function 'fc_do_one_pass': /kisskb/src/fs/jbd2/recovery.c:240:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/jbd2/recovery.c: In function 'do_one_pass': /kisskb/src/fs/jbd2/recovery.c:500:24: note: byref variable will be forcibly initialized struct buffer_head * obh; ^~~ /kisskb/src/fs/jbd2/recovery.c:499:23: note: byref variable will be forcibly initialized journal_block_tag_t tag; ^~~ /kisskb/src/fs/jbd2/recovery.c:467:10: note: byref variable will be forcibly initialized __u32 crc32_sum = ~0; /* Transactional Checksums */ ^~~~~~~~~ /kisskb/src/fs/jbd2/recovery.c:463:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^~ /kisskb/src/fs/jbd2/recovery.c:459:17: note: byref variable will be forcibly initialized unsigned long next_log_block; ^~~~~~~~~~~~~~ /kisskb/src/drivers/soc/amlogic/meson-gx-pwrc-vpu.c: In function 'meson_gx_pwrc_vpu_get_power': /kisskb/src/drivers/soc/amlogic/meson-gx-pwrc-vpu.c:248:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/pci/bus.c: In function 'pci_clip_resource_to_region': /kisskb/src/drivers/pci/bus.c:140:24: note: byref variable will be forcibly initialized 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:22: note: byref variable will be forcibly initialized struct resource *r, avail; ^~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_recover': /kisskb/src/fs/jbd2/recovery.c:288:23: note: byref variable will be forcibly initialized struct recovery_info info; ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_skip_recovery': /kisskb/src/fs/jbd2/recovery.c:352:23: note: byref variable will be forcibly initialized struct recovery_info info; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function 'perf_trace_regulator_basic': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'perf_trace_regulator_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'perf_trace_regulator_value': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_basic': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_value': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function '__bpf_trace_regulator_basic': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '__bpf_trace_regulator_range': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '__bpf_trace_regulator_value': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'of_get_regulator': /kisskb/src/drivers/regulator/core.c:400:7: note: byref variable will be forcibly initialized char prop_name[64]; /* 64 is max size of property name */ ^~~~~~~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function '__flush_batch': /kisskb/src/fs/jbd2/checkpoint.c:175:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function 'jbd2_cleanup_journal_tail': /kisskb/src/fs/jbd2/checkpoint.c:385:16: note: byref variable will be forcibly initialized unsigned long blocknr; ^~~~~~~ /kisskb/src/fs/jbd2/checkpoint.c:384:9: note: byref variable will be forcibly initialized tid_t first_tid; ^~~~~~~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function 'jbd2_log_do_checkpoint': /kisskb/src/fs/jbd2/checkpoint.c:204:16: note: byref variable will be forcibly initialized int result, batch_count = 0; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:14: /kisskb/src/drivers/regulator/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function 'jbd2_journal_shrink_checkpoint_list': /kisskb/src/fs/jbd2/checkpoint.c:509:7: note: byref variable will be forcibly initialized bool released; ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_lock_dependent': /kisskb/src/drivers/regulator/core.c:324:24: note: byref variable will be forcibly initialized struct regulator_dev *old_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:323:24: note: byref variable will be forcibly initialized struct regulator_dev *new_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock_all': /kisskb/src/drivers/regulator/core.c:5899:27: note: byref variable will be forcibly initialized struct summary_lock_data lock_data; ^~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock': /kisskb/src/drivers/regulator/core.c:5918:24: note: byref variable will be forcibly initialized struct regulator_dev *old_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:5917:24: note: byref variable will be forcibly initialized struct regulator_dev *new_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'bypass_show': /kisskb/src/drivers/regulator/core.c:898:7: note: byref variable will be forcibly initialized bool bypass; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show': /kisskb/src/drivers/regulator/core.c:5966:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'create_regulator': /kisskb/src/drivers/regulator/core.c:1734:8: note: byref variable will be forcibly initialized char buf[REG_STR_SIZE]; ^~~ /kisskb/src/drivers/regulator/core.c: In function 'rdev_init_debugfs': /kisskb/src/drivers/regulator/core.c:5075:7: note: byref variable will be forcibly initialized char name[NAME_MAX]; ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage_rdev': /kisskb/src/drivers/regulator/core.c:4292:7: note: byref variable will be forcibly initialized bool bypassed; ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage': /kisskb/src/drivers/regulator/core.c:3329:33: note: byref variable will be forcibly initialized struct pre_voltage_change_data data; ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage_sel': /kisskb/src/drivers/regulator/core.c:3353:33: note: byref variable will be forcibly initialized struct pre_voltage_change_data data; ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_do_set_voltage': /kisskb/src/drivers/regulator/core.c:3466:15: note: byref variable will be forcibly initialized unsigned int selector; ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_optimal_voltage': /kisskb/src/drivers/regulator/core.c:3800:7: note: byref variable will be forcibly initialized int tmp_max = INT_MAX; ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3799:7: note: byref variable will be forcibly initialized int tmp_min = 0; ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3765:26: note: byref variable will be forcibly initialized int desired_min_uV = 0, desired_max_uV = INT_MAX; ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3765:6: note: byref variable will be forcibly initialized int desired_min_uV = 0, desired_max_uV = INT_MAX; ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_do_balance_voltage': /kisskb/src/drivers/regulator/core.c:3936:44: note: byref variable will be forcibly initialized int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3936:24: note: byref variable will be forcibly initialized int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3936:8: note: byref variable will be forcibly initialized int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3907:16: note: byref variable will be forcibly initialized unsigned long c_rdev_done = 0; ^~~~~~~~~~~ /kisskb/src/drivers/pci/controller/cadence/pci-j721e.c: In function 'j721e_pcie_ctrl_init': /kisskb/src/drivers/pci/controller/cadence/pci-j721e.c:225:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/pci/controller/cadence/pci-j721e.c: In function 'j721e_pcie_probe': /kisskb/src/drivers/pci/controller/cadence/pci-j721e.c:365:6: note: byref variable will be forcibly initialized u32 num_lanes; ^~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_voltage': /kisskb/src/drivers/regulator/core.c:4028:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_suspend_voltage': /kisskb/src/drivers/regulator/core.c:4108:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_sync_voltage': /kisskb/src/drivers/regulator/core.c:4249:19: note: byref variable will be forcibly initialized int ret, min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/regulator/core.c:4249:11: note: byref variable will be forcibly initialized int ret, min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'print_constraints_debug': /kisskb/src/drivers/regulator/core.c:1048:7: note: byref variable will be forcibly initialized char buf[160] = ""; ^~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show_subtree': /kisskb/src/drivers/regulator/core.c:5786:22: note: byref variable will be forcibly initialized struct summary_data summary_data; ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage': /kisskb/src/drivers/regulator/core.c:4346:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'drms_uA_update': /kisskb/src/drivers/regulator/core.c:921:15: note: byref variable will be forcibly initialized unsigned int mode; ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable': /kisskb/src/drivers/regulator/core.c:2911:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable_work': /kisskb/src/drivers/regulator/core.c:2988:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_enable': /kisskb/src/drivers/regulator/core.c:2804:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/kernel/bpf/task_iter.c: In function '__task_vma_seq_show': /kisskb/src/kernel/bpf/task_iter.c:479:23: note: byref variable will be forcibly initialized struct bpf_iter_meta meta; ^~~~ /kisskb/src/kernel/bpf/task_iter.c:478:28: note: byref variable will be forcibly initialized struct bpf_iter__task_vma ctx; ^~~ 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/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/jbd2/revoke.c:85: /kisskb/src/fs/jbd2/revoke.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/bpf/task_iter.c: In function '__task_file_seq_show': /kisskb/src/kernel/bpf/task_iter.c:234:23: note: byref variable will be forcibly initialized struct bpf_iter_meta meta; ^~~~ /kisskb/src/kernel/bpf/task_iter.c:233:29: note: byref variable will be forcibly initialized 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:93:24: note: byref variable will be forcibly initialized struct bpf_iter__task ctx; ^~~ /kisskb/src/kernel/bpf/task_iter.c:92:23: note: byref variable will be forcibly initialized struct bpf_iter_meta meta; ^~~~ /kisskb/src/kernel/bpf/task_iter.c: In function 'task_vma_seq_get_next': /kisskb/src/kernel/bpf/task_iter.c:314:6: note: byref variable will be forcibly initialized u32 curr_tid = info->tid; ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_force_disable': /kisskb/src/drivers/regulator/core.c:2960:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/kernel/bpf/task_iter.c: In function 'task_file_seq_get_next': /kisskb/src/kernel/bpf/task_iter.c:143:15: note: byref variable will be forcibly initialized unsigned int curr_fd = info->fd; ^~~~~~~ /kisskb/src/kernel/bpf/task_iter.c:141:6: note: byref variable will be forcibly initialized u32 curr_tid = info->tid; ^~~~~~~~ /kisskb/src/fs/jbd2/revoke.c: In function 'jbd2_journal_write_revoke_records': /kisskb/src/fs/jbd2/revoke.c:538:9: note: byref variable will be forcibly initialized int i, offset, count; ^~~~~~ /kisskb/src/fs/jbd2/revoke.c:534:22: note: byref variable will be forcibly initialized struct buffer_head *descriptor; ^~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:15: /kisskb/src/drivers/regulator/core.c: In function 'regulator_bulk_enable': /kisskb/src/drivers/regulator/core.c:4786:25: note: byref variable will be forcibly initialized ASYNC_DOMAIN_EXCLUSIVE(async_domain); ^~~~~~~~~~~~ /kisskb/src/include/linux/async.h:35:22: note: in definition of macro 'ASYNC_DOMAIN_EXCLUSIVE' struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ ^~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c: In function 'virtio_pci_find_capability': /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:114:12: note: byref variable will be forcibly initialized u8 type, bar; ^~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:114:6: note: byref variable will be forcibly initialized u8 type, bar; ^~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c: In function 'vp_modern_map_capability': /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:27:14: note: byref variable will be forcibly initialized u32 offset, length; ^~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:27:6: note: byref variable will be forcibly initialized u32 offset, length; ^~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:26:5: note: byref variable will be forcibly initialized u8 bar; ^~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c: In function 'vp_modern_probe': /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:212:6: note: byref variable will be forcibly initialized u32 notify_offset; ^~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:211:6: note: byref variable will be forcibly initialized u32 notify_length; ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/virtio/virtio_ring.c:10: /kisskb/src/drivers/virtio/virtio_ring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/bpf/prog_iter.c: In function '__bpf_prog_seq_show': /kisskb/src/kernel/bpf/prog_iter.c:47:23: note: byref variable will be forcibly initialized struct bpf_iter_meta meta; ^~~~ /kisskb/src/kernel/bpf/prog_iter.c:46:28: note: byref variable will be forcibly initialized struct bpf_iter__bpf_prog ctx; ^~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_packed': /kisskb/src/drivers/virtio/virtio_ring.c:1663:51: note: byref variable will be forcibly initialized dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1663:28: note: byref variable will be forcibly initialized dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1663:13: note: byref variable will be forcibly initialized dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; ^~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_split': /kisskb/src/drivers/virtio/virtio_ring.c:934:15: note: byref variable will be forcibly initialized struct vring vring; ^~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:932:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_new_virtqueue': /kisskb/src/drivers/virtio/virtio_ring.c:2284:15: note: byref variable will be forcibly initialized struct vring vring; ^~~~~ In file included from /kisskb/src/drivers/clk/meson/vid-pll-div.h:11, from /kisskb/src/drivers/clk/meson/vid-pll-div.c:11: /kisskb/src/drivers/clk/meson/vid-pll-div.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_is_enabled_regmap': /kisskb/src/drivers/regulator/helpers.c:29:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_pickable_regmap': /kisskb/src/drivers/regulator/helpers.c:133:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c:131:15: note: byref variable will be forcibly initialized unsigned int r_val; ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_regmap': /kisskb/src/drivers/regulator/helpers.c:237:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:413:7: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/drivers/regulator/helpers.c:412:15: note: byref variable will be forcibly initialized unsigned int sel; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_pickable_linear_range': /kisskb/src/drivers/regulator/helpers.c:472:16: note: byref variable will be forcibly initialized unsigned int sel; ^~~ /kisskb/src/drivers/regulator/helpers.c:471:8: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_desc_list_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:620:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_bypass_regmap': /kisskb/src/drivers/regulator/helpers.c:746:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_current_limit_regmap': /kisskb/src/drivers/regulator/helpers.c:851:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_set_ramp_delay_regmap': /kisskb/src/drivers/regulator/helpers.c:949:15: note: byref variable will be forcibly initialized unsigned int sel; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/hashtab.c:5: /kisskb/src/kernel/bpf/hashtab.c: In function 'hlist_nulls_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_nulls.h:106:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_nulls_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/jbd2.h:501, from /kisskb/src/fs/jbd2/journal.c:46: /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_checkpoint': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__bpf_hash_map_seq_show': /kisskb/src/kernel/bpf/hashtab.c:1962:23: note: byref variable will be forcibly initialized struct bpf_iter_meta meta; ^~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_commit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_commit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_commit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_end_commit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_end_commit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_end_commit, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_submit_inode_data': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_submit_inode_data, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_submit_inode_data, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_handle_start_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_handle_extend': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_handle_stats': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_run_stats': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_supply_alias': /kisskb/src/drivers/regulator/devres.c:273:38: note: byref variable will be forcibly initialized struct regulator_supply_alias_match match; ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_checkpoint_stats': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_update_log_tail': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_write_superblock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_write_superblock, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_write_superblock, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_lock_buffer_stall': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_lock_buffer_stall, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_lock_buffer_stall, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_journal_shrink': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_journal_shrink, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_journal_shrink, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_shrink_scan_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_notifier': /kisskb/src/drivers/regulator/devres.c:407:34: note: byref variable will be forcibly initialized struct regulator_notifier_match match; ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_shrink_checkpoint_list': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_map_delete_elem': /kisskb/src/kernel/bpf/hashtab.c:1330:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/jbd2.h:501, from /kisskb/src/fs/jbd2/journal.c:46: /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_checkpoint': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_commit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_commit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_end_commit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_end_commit, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_lru_map_delete_node': /kisskb/src/kernel/bpf/hashtab.c:745:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_submit_inode_data': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_submit_inode_data, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_start_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_extend': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_run_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_checkpoint_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_update_log_tail': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_write_superblock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_write_superblock, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_lock_buffer_stall': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_lock_buffer_stall, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_journal_shrink': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_journal_shrink, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_shrink_scan_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_shrink_checkpoint_list': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1025:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__htab_percpu_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1195:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/hashtab.c:5: /kisskb/src/kernel/bpf/hashtab.c: In function 'kvmalloc_array': /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_commit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_commit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_commit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_commit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_commit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/kernel/bpf/hashtab.c:5: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_end_commit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_end_commit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_end_commit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_end_commit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_end_commit, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_write_superblock': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_write_superblock, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_write_superblock, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_write_superblock, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_write_superblock, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__htab_map_lookup_and_delete_elem': /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_lock_buffer_stall': /kisskb/src/kernel/bpf/hashtab.c:1496:16: note: byref variable will be forcibly initialized unsigned long bflags; ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_lock_buffer_stall, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_lock_buffer_stall, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_lock_buffer_stall, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_lock_buffer_stall, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_submit_inode_data': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_submit_inode_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_submit_inode_data, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_handle_start_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_lru_map_delete_elem': /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_handle_stats': /kisskb/src/kernel/bpf/hashtab.c:1366:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_run_stats': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_checkpoint_stats': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_journal_shrink': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_journal_shrink, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_journal_shrink, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_journal_shrink, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_journal_shrink, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(jbd2_journal_shrink, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_shrink_scan_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_shrink_checkpoint_list': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__htab_map_lookup_and_delete_batch': /kisskb/src/kernel/bpf/hashtab.c:1602:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ /kisskb/src/kernel/bpf/hashtab.c:1597:6: note: byref variable will be forcibly initialized u32 batch, max_count, size, bucket_size; ^~~~~ /kisskb/src/drivers/pci/host-bridge.c: In function 'pcibios_bus_to_resource': /kisskb/src/drivers/pci/host-bridge.c:84:25: note: byref variable will be forcibly initialized struct pci_bus_region bus_region; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'journal_kill_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:297:3: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_done_commit, journal->j_task == NULL); ^~~~~~~~~~ In file included from /kisskb/src/fs/jbd2/journal.c:25: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1788:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_shrink_scan': /kisskb/src/fs/jbd2/journal.c:1296:16: note: byref variable will be forcibly initialized unsigned long nr_to_scan = sc->nr_to_scan; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/jbd2/journal.c:25: /kisskb/src/fs/jbd2/journal.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'journal_get_superblock': /kisskb/src/fs/jbd2/journal.c:1890:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/drivers/soc/qcom/pdr_interface.c: In function 'pdr_send_indack_msg': /kisskb/src/drivers/soc/qcom/pdr_interface.c:251:17: note: byref variable will be forcibly initialized struct qmi_txn txn; ^~~ /kisskb/src/drivers/soc/qcom/pdr_interface.c:250:29: note: byref variable will be forcibly initialized struct servreg_set_ack_req req; ^~~ /kisskb/src/drivers/soc/qcom/pdr_interface.c:249:30: note: byref variable will be forcibly initialized struct servreg_set_ack_resp resp; ^~~~ /kisskb/src/drivers/soc/qcom/pdr_interface.c: In function 'pdr_register_listener': /kisskb/src/drivers/soc/qcom/pdr_interface.c:124:17: note: byref variable will be forcibly initialized struct qmi_txn txn; ^~~ /kisskb/src/drivers/soc/qcom/pdr_interface.c:123:39: note: byref variable will be forcibly initialized struct servreg_register_listener_req req; ^~~ /kisskb/src/drivers/soc/qcom/pdr_interface.c:122:40: note: byref variable will be forcibly initialized struct servreg_register_listener_resp resp; ^~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_lru_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1127:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/soc/qcom/pdr_interface.c: In function 'pdr_get_domain_list': /kisskb/src/drivers/soc/qcom/pdr_interface.c:361:17: note: byref variable will be forcibly initialized struct qmi_txn txn; ^~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__htab_lru_percpu_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1250:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/regulator/irq_helpers.c: In function 'regulator_notifier_isr': /kisskb/src/drivers/regulator/irq_helpers.c:161:16: note: byref variable will be forcibly initialized unsigned long rdev_map = 0; ^~~~~~~~ /kisskb/src/drivers/soc/qcom/pdr_interface.c: In function 'pdr_locate_service': /kisskb/src/drivers/soc/qcom/pdr_interface.c:399:37: note: byref variable will be forcibly initialized struct servreg_get_domain_list_req req; ^~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'bpf_fd_htab_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:2348:8: note: byref variable will be forcibly initialized void *ptr; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_start_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:285:2: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_done_commit, journal->j_task != NULL); ^~~~~~~~~~ /kisskb/src/drivers/soc/qcom/pdr_interface.c: In function 'pdr_restart_pd': /kisskb/src/drivers/soc/qcom/pdr_interface.c:575:17: note: byref variable will be forcibly initialized struct qmi_txn txn; ^~~ /kisskb/src/drivers/soc/qcom/pdr_interface.c:573:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr addr; ^~~~ /kisskb/src/drivers/soc/qcom/pdr_interface.c:571:33: note: byref variable will be forcibly initialized struct servreg_restart_pd_resp resp; ^~~~ /kisskb/src/fs/jbd2/journal.c: In function 'kjournald2': /kisskb/src/fs/jbd2/journal.c:234:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/jbd2/journal.c:234:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_log_wait_commit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:712:3: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_done_commit, ^~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_fc_begin_commit': /kisskb/src/fs/jbd2/journal.c:749:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/jbd2/journal.c:749:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_init_inode': /kisskb/src/fs/jbd2/journal.c:1480:11: note: byref variable will be forcibly initialized sector_t blocknr; ^~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_bmap': /kisskb/src/fs/jbd2/journal.c:968:11: note: byref variable will be forcibly initialized sector_t block = 0; ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_get_descriptor_buffer': /kisskb/src/fs/jbd2/journal.c:1005:21: note: byref variable will be forcibly initialized unsigned long long blocknr; ^~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_fc_get_buf': /kisskb/src/fs/jbd2/journal.c:873:21: note: byref variable will be forcibly initialized unsigned long long pblock; ^~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__jbd2_journal_erase': /kisskb/src/fs/jbd2/journal.c:1757:21: note: byref variable will be forcibly initialized unsigned long long phys_block, block_start, block_stop; /* physical */ ^~~~~~~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function '__bpf_array_map_seq_show': /kisskb/src/kernel/bpf/arraymap.c:561:23: note: byref variable will be forcibly initialized struct bpf_iter_meta meta; ^~~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'bpf_for_each_array_elem': /kisskb/src/kernel/bpf/arraymap.c:651:9: note: byref variable will be forcibly initialized u32 i, key, num_elems = 0; ^~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'prog_array_map_seq_show_elem': /kisskb/src/kernel/bpf/arraymap.c:879:6: note: byref variable will be forcibly initialized u32 prog_id; ^~~~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'bpf_fd_array_map_clear': /kisskb/src/kernel/bpf/arraymap.c:869:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/kernel/bpf/arraymap.c: In function 'perf_event_fd_array_release': /kisskb/src/kernel/bpf/arraymap.c:1192:6: note: byref variable will be forcibly initialized int 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/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_release_jbd_inode': /kisskb/src/fs/jbd2/journal.c:3055:19: note: byref variable will be forcibly initialized DEFINE_WAIT_BIT(wait, &jinode->i_flags, __JI_COMMIT_RUNNING); ^~~~ /kisskb/src/include/linux/wait_bit.h:39:30: note: in definition of macro 'DEFINE_WAIT_BIT' struct wait_bit_queue_entry name = { \ ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_check_caps': /kisskb/src/drivers/video/fbdev/core/fbmem.c:940:28: note: byref variable will be forcibly initialized struct fb_blit_caps caps, fbcaps; ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:940:22: note: byref variable will be forcibly initialized struct fb_blit_caps caps, fbcaps; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_logocmap': /kisskb/src/drivers/video/fbdev/core/fbmem.c:200:6: note: byref variable will be forcibly initialized u16 palette_red[16]; ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:199:6: note: byref variable will be forcibly initialized u16 palette_blue[16]; ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:198:6: note: byref variable will be forcibly initialized u16 palette_green[16]; ^~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:197:17: note: byref variable will be forcibly initialized struct fb_cmap palette_cmap; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/video/fbdev/core/fbmem.c:14: /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/video/fbdev/core/fbmem.c:21: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'perf_event_fd_array_get_ptr': /kisskb/src/kernel/bpf/arraymap.c:1162:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ In file included from /kisskb/src/drivers/video/fbdev/core/fbmem.c:21: /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'do_register_framebuffer': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1584:22: note: byref variable will be forcibly initialized struct fb_videomode mode; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_show_logo_line': /kisskb/src/drivers/video/fbdev/core/fbmem.c:464:18: note: byref variable will be forcibly initialized struct fb_image image; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_var': /kisskb/src/drivers/video/fbdev/core/fbmem.c:968:30: note: byref variable will be forcibly initialized struct fb_videomode mode1, mode2; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:968:23: note: byref variable will be forcibly initialized struct fb_videomode mode1, mode2; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:965:6: note: byref variable will be forcibly initialized u32 unused; ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:964:18: note: byref variable will be forcibly initialized struct fb_event event; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:963:22: note: byref variable will be forcibly initialized struct fb_videomode mode; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_blank': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1069:18: note: byref variable will be forcibly initialized struct fb_event event; ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_intx_mask_broken': /kisskb/src/drivers/pci/probe.c:1759:20: note: byref variable will be forcibly initialized u16 orig, toggle, new; ^~~ /kisskb/src/drivers/pci/probe.c:1759:6: note: byref variable will be forcibly initialized u16 orig, toggle, new; ^~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_configure_serr': /kisskb/src/drivers/pci/probe.c:2209:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_ext_cfg_is_aliased': /kisskb/src/drivers/pci/probe.c:1628:14: note: byref variable will be forcibly initialized u32 header, tmp; ^~~ /kisskb/src/drivers/pci/probe.c:1628:6: note: byref variable will be forcibly initialized u32 header, tmp; ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_cfg_space_size_ext': /kisskb/src/drivers/pci/probe.c:1658:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_class': /kisskb/src/drivers/pci/probe.c:1713:6: note: byref variable will be forcibly initialized u32 class; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_new_modelist': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1946:26: note: byref variable will be forcibly initialized struct fb_videomode *m, mode; ^~~~ /kisskb/src/drivers/pci/probe.c: In function 'early_dump_pci_device': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1943:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var = info->var; ^~~ /kisskb/src/drivers/pci/probe.c:1780:6: note: byref variable will be forcibly initialized u32 value[256 / 4]; ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_windows': /kisskb/src/drivers/pci/probe.c:351:12: note: byref variable will be forcibly initialized u32 pmem, tmp; ^~~ /kisskb/src/drivers/pci/probe.c:351:6: note: byref variable will be forcibly initialized u32 pmem, tmp; ^~~~ /kisskb/src/drivers/pci/probe.c:350:6: note: byref variable will be forcibly initialized u16 io; ^~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio': /kisskb/src/drivers/pci/probe.c:444:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pci/probe.c:442:19: note: byref variable will be forcibly initialized u16 mem_base_lo, mem_limit_lo; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:442:6: note: byref variable will be forcibly initialized u16 mem_base_lo, mem_limit_lo; ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio_pref': /kisskb/src/drivers/pci/probe.c:477:20: note: byref variable will be forcibly initialized u32 mem_base_hi, mem_limit_hi; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:477:7: note: byref variable will be forcibly initialized u32 mem_base_hi, mem_limit_hi; ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:467:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pci/probe.c:464:19: note: byref variable will be forcibly initialized u16 mem_base_lo, mem_limit_lo; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:464:6: note: byref variable will be forcibly initialized 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:19: note: byref variable will be forcibly initialized u16 io_base_hi, io_limit_hi; ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:422:7: note: byref variable will be forcibly initialized u16 io_base_hi, io_limit_hi; ^~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:404:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pci/probe.c:402:17: note: byref variable will be forcibly initialized u8 io_base_lo, io_limit_lo; ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:402:5: note: byref variable will be forcibly initialized u8 io_base_lo, io_limit_lo; ^~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_hdr_type': /kisskb/src/drivers/pci/probe.c:1738:5: note: byref variable will be forcibly initialized u8 hdr_type; ^~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_irq': /kisskb/src/drivers/pci/probe.c:1480:16: note: byref variable will be forcibly initialized unsigned char irq; ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_bridge_child_ext_cfg_accessible': /kisskb/src/drivers/pci/probe.c:1017:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_ea_fixed_busnrs': /kisskb/src/drivers/pci/probe.c:1177:6: note: byref variable will be forcibly initialized u32 dw; ^~ /kisskb/src/drivers/pci/probe.c: In function 'pci_enable_crs': /kisskb/src/drivers/pci/probe.c:1152:6: note: byref variable will be forcibly initialized u16 root_cap = 0; ^~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'set_pcie_thunderbolt': /kisskb/src/drivers/pci/probe.c:1560:6: note: byref variable will be forcibly initialized u32 header; ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'next_fn': /kisskb/src/drivers/pci/probe.c:2556:6: note: byref variable will be forcibly initialized u16 cap = 0; ^~~ /kisskb/src/drivers/pci/probe.c: In function '__pci_read_base': /kisskb/src/drivers/pci/probe.c:183:32: note: byref variable will be forcibly initialized struct pci_bus_region region, inverted_region; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:183:24: note: byref variable will be forcibly initialized struct pci_bus_region region, inverted_region; ^~~~~~ /kisskb/src/drivers/pci/probe.c:182:6: note: byref variable will be forcibly initialized u16 orig_cmd; ^~~~~~~~ /kisskb/src/drivers/pci/probe.c:180:13: note: byref variable will be forcibly initialized u32 l = 0, sz = 0, mask; ^~ /kisskb/src/drivers/pci/probe.c:180:6: note: byref variable will be forcibly initialized u32 l = 0, sz = 0, mask; ^ /kisskb/src/drivers/pci/probe.c: In function 'pci_set_bus_speed': /kisskb/src/drivers/pci/probe.c:818:7: note: byref variable will be forcibly initialized u16 linksta; ^~~~~~~ /kisskb/src/drivers/pci/probe.c:817:7: note: byref variable will be forcibly initialized u32 linkcap; ^~~~~~~ /kisskb/src/drivers/pci/probe.c:790:7: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/pci/probe.c:779:16: note: byref variable will be forcibly initialized u32 agpstat, agpcmd; ^~~~~~ /kisskb/src/drivers/pci/probe.c:779:7: note: byref variable will be forcibly initialized u32 agpstat, agpcmd; ^~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'set_pcie_port_type': /kisskb/src/drivers/pci/probe.c:1499:6: note: byref variable will be forcibly initialized u16 reg16; ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'set_pcie_hotplug_bridge': /kisskb/src/drivers/pci/probe.c:1550:6: note: byref variable will be forcibly initialized u32 reg32; ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_cfg_space_size': /kisskb/src/drivers/pci/probe.c:1672:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_setup_device': /kisskb/src/drivers/pci/probe.c:1894:7: note: byref variable will be forcibly initialized u8 progif; ^~~~~~ /kisskb/src/drivers/video/of_display_timing.c: In function 'parse_timing_property': /kisskb/src/drivers/video/of_display_timing.c:29:6: note: byref variable will be forcibly initialized int length, cells, ret; ^~~~~~ /kisskb/src/drivers/pci/probe.c:1808:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pci/probe.c:1805:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/video/of_display_timing.c: In function 'of_parse_display_timing': /kisskb/src/drivers/video/of_display_timing.c:60:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_configure_extended_tags': /kisskb/src/drivers/pci/probe.c:2048:6: note: byref variable will be forcibly initialized u16 ctl; ^~~ /kisskb/src/drivers/pci/probe.c:2047:6: note: byref variable will be forcibly initialized u32 cap; ^~~ In file included from /kisskb/src/drivers/video/of_display_timing.c:11: /kisskb/src/drivers/video/of_display_timing.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pcie_relaxed_ordering_enabled': /kisskb/src/drivers/pci/probe.c:2098:6: note: byref variable will be forcibly initialized u16 v; ^ /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_device': /kisskb/src/drivers/pci/probe.c:2376:6: note: byref variable will be forcibly initialized u32 l; ^ /kisskb/src/drivers/pci/probe.c: In function 'pcie_bus_configure_settings': /kisskb/src/drivers/pci/probe.c:2777:5: note: byref variable will be forcibly initialized u8 smpss = 0; ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_register_host_bridge': /kisskb/src/drivers/pci/probe.c:891:7: note: byref variable will be forcibly initialized char addr[64], *fmt; ^~~~ In file included from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/pci/probe.c:9: /kisskb/src/drivers/pci/probe.c:889:12: note: byref variable will be forcibly initialized LIST_HEAD(resources); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_print': /kisskb/src/kernel/trace/trace_output.c:938:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_hex': /kisskb/src/kernel/trace/trace_output.c:1011:6: note: byref variable will be forcibly initialized int T; ^ /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_bridge_extend': /kisskb/src/drivers/pci/probe.c:1234:16: note: byref variable will be forcibly initialized u8 fixed_sec, fixed_sub; ^~~~~~~~~ /kisskb/src/drivers/pci/probe.c:1234:5: note: byref variable will be forcibly initialized u8 fixed_sec, fixed_sub; ^~~~~~~~~ /kisskb/src/drivers/pci/probe.c:1230:6: note: byref variable will be forcibly initialized u16 bctl; ^~~~ /kisskb/src/drivers/pci/probe.c:1229:6: note: byref variable will be forcibly initialized u32 buses, i, j = 0; ^~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_event_printf': /kisskb/src/kernel/trace/trace_output.c:317:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_output_call': /kisskb/src/kernel/trace/trace_output.c:338:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_seq_print_sym': /kisskb/src/kernel/trace/trace_output.c:370:7: note: byref variable will be forcibly initialized char str[KSYM_SYMBOL_LEN]; ^~~ /kisskb/src/kernel/trace/trace_output.c: In function 'lat_print_generic': /kisskb/src/kernel/trace/trace_output.c:511:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_context': /kisskb/src/kernel/trace/trace_output.c:615:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_lat_context': /kisskb/src/kernel/trace/trace_output.c:657:8: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_output.c:647:6: note: byref variable will be forcibly initialized u64 next_ts; ^~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'register_trace_event': /kisskb/src/kernel/trace/trace_output.c:767:21: note: byref variable will be forcibly initialized struct list_head *list = NULL; ^~~~ In file included from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/pci/probe.c:9: /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_bus': /kisskb/src/drivers/pci/probe.c:3193:12: note: byref variable will be forcibly initialized LIST_HEAD(resources); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/ethtool/netlink.c:3: /kisskb/src/net/ethtool/netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/netlink.c: In function 'ethnl_parse_header_dev_get': /kisskb/src/net/ethtool/netlink.c:91:17: note: byref variable will be forcibly initialized struct nlattr *tb[ARRAY_SIZE(ethnl_header_policy)]; ^~ /kisskb/src/net/ethtool/netlink.c: In function 'ethnl_default_doit': /kisskb/src/net/ethtool/netlink.c:354:8: note: byref variable will be forcibly initialized void *reply_payload; ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c: In function 'dw_pcie_readl_atu': /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c:187:6: note: byref variable will be forcibly initialized u32 val; ^~~ /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:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c: In function 'dw_pcie_read_dbi': /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c:142:6: note: byref variable will be forcibly initialized u32 val; ^~~ /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:283:6: note: byref variable will be forcibly initialized u32 atu_index; ^~~~~~~~~ In file included 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/of.h:15, from /kisskb/src/drivers/pci/controller/dwc/pcie-designware-ep.c:9: /kisskb/src/drivers/pci/controller/dwc/pcie-designware-ep.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ 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/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c: In function 'virtio_pci_find_shm_cap': /kisskb/src/drivers/virtio/virtio_pci_modern.c:297:7: note: byref variable will be forcibly initialized u32 tmp32; ^~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c:296:21: note: byref variable will be forcibly initialized u8 type, cap_len, id; ^~ /kisskb/src/drivers/virtio/virtio_pci_modern.c:296:12: note: byref variable will be forcibly initialized u8 type, cap_len, id; ^~~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c:296:6: note: byref variable will be forcibly initialized u8 type, cap_len, id; ^~~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c: In function 'vp_get_shm_region': /kisskb/src/drivers/virtio/virtio_pci_modern.c:354:14: note: byref variable will be forcibly initialized u64 offset, len; ^~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c:354:6: note: byref variable will be forcibly initialized u64 offset, len; ^~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c:353:5: note: byref variable will be forcibly initialized u8 bar; ^~~ /kisskb/src/drivers/clk/meson/axg-audio.c: In function 'axg_audio_reset_status': /kisskb/src/drivers/clk/meson/axg-audio.c:1727:28: note: byref variable will be forcibly initialized unsigned int val, offset, bit; ^~~ /kisskb/src/drivers/clk/meson/axg-audio.c:1727:20: note: byref variable will be forcibly initialized unsigned int val, offset, bit; ^~~~~~ /kisskb/src/drivers/clk/meson/axg-audio.c:1727:15: note: byref variable will be forcibly initialized unsigned int val, offset, bit; ^~~ /kisskb/src/drivers/clk/meson/axg-audio.c: In function 'axg_audio_reset_update': /kisskb/src/drivers/clk/meson/axg-audio.c:1712:23: note: byref variable will be forcibly initialized unsigned int offset, bit; ^~~ /kisskb/src/drivers/clk/meson/axg-audio.c:1712:15: note: byref variable will be forcibly initialized unsigned int offset, bit; ^~~~~~ /kisskb/src/drivers/soc/qcom/qmi_encdec.c: In function 'qmi_decode_string_elem': /kisskb/src/drivers/soc/qcom/qmi_encdec.c:523:6: note: byref variable will be forcibly initialized u32 string_len = 0; ^~~~~~~~~~ /kisskb/src/drivers/soc/qcom/qmi_encdec.c: In function 'qmi_decode': /kisskb/src/drivers/soc/qcom/qmi_encdec.c:599:6: note: byref variable will be forcibly initialized u32 data_len_value = 0, data_len_sz = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/qmi_encdec.c: In function 'qmi_encode_string_elem': /kisskb/src/drivers/soc/qcom/qmi_encdec.c:243:6: note: byref variable will be forcibly initialized u32 string_len = 0; ^~~~~~~~~~ /kisskb/src/drivers/soc/qcom/qmi_encdec.c: In function 'qmi_encode': /kisskb/src/drivers/soc/qcom/qmi_encdec.c:298:6: note: byref variable will be forcibly initialized u32 data_len_value = 0, data_len_sz; ^~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/qmi_encdec.c:297:5: note: byref variable will be forcibly initialized u8 opt_flag_value = 0; ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_seq.c: In function 'trace_seq_printf': /kisskb/src/kernel/trace/trace_seq.c:84:10: note: byref variable will be forcibly initialized va_list ap; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulator_prot_limits': /kisskb/src/drivers/regulator/of_regulator.c:62:8: note: byref variable will be forcibly initialized int *l[] = { ^ /kisskb/src/drivers/regulator/of_regulator.c:56:8: note: byref variable will be forcibly initialized char prop[255]; ^~~~ /kisskb/src/drivers/regulator/of_regulator.c:46:29: note: byref variable will be forcibly initialized struct notification_limit *limits[] = { ^~~~~~ /kisskb/src/drivers/regulator/of_regulator.c:38:6: note: byref variable will be forcibly initialized u32 pval; ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulation_constraints': /kisskb/src/drivers/regulator/of_regulator.c:91:6: note: byref variable will be forcibly initialized u32 pval; ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_check_coupling_data': /kisskb/src/drivers/regulator/of_regulator.c:623:7: note: byref variable will be forcibly initialized int c_max_spread, c_n_phandles; ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c:616:6: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/kernel/events/core.c: In function '__perf_event_output': /kisskb/src/kernel/events/core.c:7455:27: note: byref variable will be forcibly initialized struct perf_event_header header; ^~~~~~ /kisskb/src/kernel/events/core.c:7454:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_groups_first': /kisskb/src/kernel/events/core.c:1744:21: note: byref variable will be forcibly initialized struct __group_key key = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/lpm_trie.c:9: /kisskb/src/kernel/bpf/lpm_trie.c: In function 'trie_delete_elem': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:517:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*trim, rcu_access_pointer(node->child[1])); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:515:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*trim, rcu_access_pointer(node->child[0])); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:503:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer( ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:500:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer( ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_groups_next': /kisskb/src/kernel/events/core.c:1763:21: note: byref variable will be forcibly initialized struct __group_key key = { ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_iterate_sb_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:7572:3: note: in expansion of macro 'if' if (!smp_load_acquire(&event->ctx)) ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:7572:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&event->ctx)) ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c: In function 'trie_update_elem': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:416:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, im_node); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:412:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(im_node->child[1], node); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:411:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(im_node->child[0], new_node); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:409:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(im_node->child[1], new_node); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:408:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(im_node->child[0], node); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:392:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, new_node); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:391:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new_node->child[next_bit], node); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:380:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, new_node); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:366:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, new_node); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:23, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_check_and_set_intx_mask': /kisskb/src/drivers/pci/pci.c:4557:6: note: byref variable will be forcibly initialized u32 cmd_status_dword; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_acs_flags_enabled': /kisskb/src/drivers/pci/pci.c:3450:11: note: byref variable will be forcibly initialized u16 cap, ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c:3450:6: note: byref variable will be forcibly initialized u16 cap, ctrl; ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_pme_active': /kisskb/src/drivers/pci/pci.c:2356:6: note: byref variable will be forcibly initialized u16 pmcsr; ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_get_pgtable_size': /kisskb/src/kernel/events/core.c:7172:15: note: byref variable will be forcibly initialized p4d_t *p4dp, p4d; ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_set_master': /kisskb/src/drivers/pci/pci.c:4297:6: note: byref variable will be forcibly initialized u16 old_cmd, cmd; ^~~~~~~ /kisskb/src/kernel/events/core.c:7171:15: note: byref variable will be forcibly initialized pgd_t *pgdp, pgd; ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_cap_ttl': /kisskb/src/drivers/pci/pci.c:416:6: note: byref variable will be forcibly initialized u16 ent; ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_cap': /kisskb/src/drivers/pci/pci.c:439:6: note: byref variable will be forcibly initialized 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:454:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_ea_read': /kisskb/src/drivers/pci/pci.c:3252:7: note: byref variable will be forcibly initialized u32 max_offset_upper; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3233:7: note: byref variable will be forcibly initialized u32 base_upper; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3185:22: note: byref variable will be forcibly initialized u32 dw0, bei, base, max_offset; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3185:16: note: byref variable will be forcibly initialized u32 dw0, bei, base, max_offset; ^~~~ /kisskb/src/drivers/pci/pci.c:3185:6: note: byref variable will be forcibly initialized u32 dw0, bei, base, max_offset; ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_ht_cap': /kisskb/src/drivers/pci/pci.c:638:5: note: byref variable will be forcibly initialized u8 cap, mask; ^~~ /kisskb/src/drivers/pci/pci.c:637:10: note: byref variable will be forcibly initialized int rc, ttl = PCI_FIND_CAP_TTL; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_wait': /kisskb/src/drivers/pci/pci.c:1236:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pm_reset': /kisskb/src/drivers/pci/pci.c:4752:6: note: byref variable will be forcibly initialized u16 csr; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_raw_set_power_state': /kisskb/src/drivers/pci/pci.c:1047:6: note: byref variable will be forcibly initialized u16 pmcsr; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_wait_for_link_delay': /kisskb/src/drivers/pci/pci.c:4793:6: note: byref variable will be forcibly initialized u16 lnk_status; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_restore_config_dword': /kisskb/src/drivers/pci/pci.c:1611:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_str_match_path': /kisskb/src/drivers/pci/pci.c:274:7: note: byref variable will be forcibly initialized char end; ^~~ /kisskb/src/drivers/pci/pci.c:272:22: note: byref variable will be forcibly initialized int seg, bus, slot, func; ^~~~ /kisskb/src/drivers/pci/pci.c:272:16: note: byref variable will be forcibly initialized int seg, bus, slot, func; ^~~~ /kisskb/src/drivers/pci/pci.c:272:11: note: byref variable will be forcibly initialized int seg, bus, slot, func; ^~~ /kisskb/src/drivers/pci/pci.c:272:6: note: byref variable will be forcibly initialized int seg, bus, slot, func; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_str_match': /kisskb/src/drivers/pci/pci.c:367:51: note: byref variable will be forcibly initialized unsigned short vendor, device, subsystem_vendor, subsystem_device; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:367:33: note: byref variable will be forcibly initialized unsigned short vendor, device, subsystem_vendor, subsystem_device; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:367:25: note: byref variable will be forcibly initialized unsigned short vendor, device, subsystem_vendor, subsystem_device; ^~~~~~ /kisskb/src/drivers/pci/pci.c:367:17: note: byref variable will be forcibly initialized unsigned short vendor, device, subsystem_vendor, subsystem_device; ^~~~~~ /kisskb/src/drivers/pci/pci.c:366:6: note: byref variable will be forcibly initialized int count; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_disable_acs_redir': /kisskb/src/drivers/pci/pci.c:852:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c:850:14: note: byref variable will be forcibly initialized const char *p; ^ /kisskb/src/kernel/events/core.c: In function 'visit_groups_merge': /kisskb/src/kernel/events/core.c:3658:18: note: byref variable will be forcibly initialized struct min_heap event_heap; ^~~~~~~~~~ /kisskb/src/kernel/events/core.c:3657:21: note: byref variable will be forcibly initialized struct perf_event *itrs[2]; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_std_enable_acs': /kisskb/src/drivers/pci/pci.c:907:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c:906:6: note: byref variable will be forcibly initialized u16 cap; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_status_get_and_clear_errors': /kisskb/src/drivers/pci/pci.c:199:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_bus_find_capability': /kisskb/src/drivers/pci/pci.c:517:5: note: byref variable will be forcibly initialized u8 hdr_type, pos; ^~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_next_ext_capability': /kisskb/src/drivers/pci/pci.c:542:6: note: byref variable will be forcibly initialized u32 header; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'ctx_pinned_sched_in': /kisskb/src/kernel/events/core.c:3745:6: note: byref variable will be forcibly initialized int can_add_hw = 1; ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'ctx_flexible_sched_in': /kisskb/src/kernel/events/core.c:3759:6: note: byref variable will be forcibly initialized int can_add_hw = 1; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_restore_rebar_state': /kisskb/src/drivers/pci/pci.c:1669:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_find_pos': /kisskb/src/drivers/pci/pci.c:3606:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_get_dsn': /kisskb/src/drivers/pci/pci.c:612:6: note: byref variable will be forcibly initialized u32 dword; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_vsec_capability': /kisskb/src/drivers/pci/pci.c:718:6: note: byref variable will be forcibly initialized u32 header; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_wait_for_pending': /kisskb/src/drivers/pci/pci.c:817:7: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_af_flr': /kisskb/src/drivers/pci/pci.c:4694:5: note: byref variable will be forcibly initialized u8 cap; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_swevent_init_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:13211:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(swhash->swevent_hlist, hlist); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'swevent_hlist_get_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:9514:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(swhash->swevent_hlist, hlist); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'do_pci_disable_device': /kisskb/src/drivers/pci/pci.c:2140:6: note: byref variable will be forcibly initialized u16 pci_command; ^~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch': /kisskb/src/drivers/pci/pci.c: In function 'pcie_clear_device_status': /kisskb/src/drivers/pci/pci.c:2223:6: note: byref variable will be forcibly initialized u16 sta; ^~~ /kisskb/src/kernel/events/core.c:8684:27: note: byref variable will be forcibly initialized struct perf_switch_event switch_event; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_check_pme_status': /kisskb/src/drivers/pci/pci.c:2249:6: note: byref variable will be forcibly initialized u16 pmcsr; ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_task': /kisskb/src/kernel/events/core.c:7831:25: note: byref variable will be forcibly initialized struct perf_task_event task_event; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pme_restore': /kisskb/src/drivers/pci/pci.c:2376:6: note: byref variable will be forcibly initialized u16 pmcsr; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_remove_from_owner': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:5040:4: note: in expansion of macro 'smp_store_release' smp_store_release(&event->owner, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'cpu_function_call': /kisskb/src/kernel/events/core.c:145:30: note: byref variable will be forcibly initialized struct remote_function_call data = { ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_stop': /kisskb/src/kernel/events/core.c:3088:25: note: byref variable will be forcibly initialized struct stop_event_data sd = { ^~ /kisskb/src/drivers/pci/pci.c: In function 'pci_bridge_d3_update': /kisskb/src/drivers/pci/pci.c:2987:7: note: byref variable will be forcibly initialized bool d3cold_ok = true; ^~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_read': /kisskb/src/kernel/events/core.c:4478:25: note: byref variable will be forcibly initialized struct perf_read_data data; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pm_init': /kisskb/src/drivers/pci/pci.c:3070:6: note: byref variable will be forcibly initialized u16 pmc; ^~~ /kisskb/src/drivers/pci/pci.c:3069:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_read_one': /kisskb/src/kernel/events/core.c:5320:6: note: byref variable will be forcibly initialized u64 values[4]; ^~~~~~ /kisskb/src/kernel/events/core.c:5319:15: note: byref variable will be forcibly initialized u64 enabled, running; ^~~~~~~ /kisskb/src/kernel/events/core.c:5319:6: note: byref variable will be forcibly initialized u64 enabled, running; ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_ea_init': /kisskb/src/drivers/pci/pci.c:3304:5: note: byref variable will be forcibly initialized u8 num_ent; ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_configure_ari': /kisskb/src/drivers/pci/pci.c:3422:6: note: byref variable will be forcibly initialized u32 cap; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_get_possible_sizes': /kisskb/src/drivers/pci/pci.c:3639:6: note: byref variable will be forcibly initialized u32 cap; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_get_current_size': /kisskb/src/drivers/pci/pci.c:3668:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_set_size': /kisskb/src/drivers/pci/pci.c:3690:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_enable_atomic_ops_to_root': /kisskb/src/drivers/pci/pci.c:3720:11: note: byref variable will be forcibly initialized u32 cap, ctl2; ^~~~ /kisskb/src/drivers/pci/pci.c:3720:6: note: byref variable will be forcibly initialized u32 cap, ctl2; ^~~ /kisskb/src/kernel/events/core.c: In function 'task_function_call': /kisskb/src/kernel/events/core.c:110:30: note: byref variable will be forcibly initialized struct remote_function_call data = { ^~~~ /kisskb/src/kernel/events/core.c: In function 'event_function_call': /kisskb/src/kernel/events/core.c:264:31: note: byref variable will be forcibly initialized struct event_function_struct efs = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read_group': /kisskb/src/kernel/events/core.c:6870:6: note: byref variable will be forcibly initialized u64 values[5]; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcibios_set_master': /kisskb/src/drivers/pci/pci.c:4334:5: note: byref variable will be forcibly initialized u8 lat; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_cacheline_size': /kisskb/src/drivers/pci/pci.c:4387:5: note: byref variable will be forcibly initialized u8 cacheline_size; ^~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read_one': /kisskb/src/drivers/pci/pci.c: In function 'pci_set_mwi': /kisskb/src/drivers/pci/pci.c:4427:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/kernel/events/core.c:6846:6: note: byref variable will be forcibly initialized u64 values[4]; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read': /kisskb/src/drivers/pci/pci.c: In function 'pci_clear_mwi': /kisskb/src/kernel/events/core.c:6919:32: note: byref variable will be forcibly initialized u64 enabled = 0, running = 0, now; ^~~ /kisskb/src/drivers/pci/pci.c:4493:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/kernel/events/core.c:6919:19: note: byref variable will be forcibly initialized u64 enabled = 0, running = 0, now; ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_disable_parity': /kisskb/src/drivers/pci/pci.c:4512:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/kernel/events/core.c:6919:6: note: byref variable will be forcibly initialized u64 enabled = 0, running = 0, now; ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_intx': /kisskb/src/drivers/pci/pci.c:4530:6: note: byref variable will be forcibly initialized u16 pci_command, new; ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_reset_secondary_bus': /kisskb/src/drivers/pci/pci.c:4965:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/virtio/virtio_pci_common.h:21, from /kisskb/src/drivers/virtio/virtio_pci_common.c:17: /kisskb/src/drivers/virtio/virtio_pci_common.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_pin_task_context': /kisskb/src/kernel/events/core.c:1506:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'reset_method_store': /kisskb/src/drivers/pci/pci.c:5186:8: note: byref variable will be forcibly initialized char *options, *name; ^~~~~~~ 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:10135:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_get_max_mmrbc': /kisskb/src/drivers/pci/pci.c:5842:6: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample_ustack': /kisskb/src/kernel/events/core.c:6624:7: note: byref variable will be forcibly initialized u64 dyn_size; ^~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_get_mmrbc': /kisskb/src/kernel/events/core.c:6619:7: note: byref variable will be forcibly initialized u64 size = 0; ^~~~ /kisskb/src/drivers/pci/pci.c:5865:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_set_mmrbc': /kisskb/src/drivers/pci/pci.c:5891:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/pci.c:5890:6: note: byref variable will be forcibly initialized u32 stat, v, o; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample_regs': /kisskb/src/kernel/events/core.c:6528:7: note: byref variable will be forcibly initialized u64 val; ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:264, from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c:6524:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(_mask, 64); ^~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_readrq': /kisskb/src/drivers/pci/pci.c:5933:6: note: byref variable will be forcibly initialized u16 ctl; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_mps': /kisskb/src/drivers/pci/pci.c:5986:6: note: byref variable will be forcibly initialized u16 ctl; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_virt_to_phys': /kisskb/src/kernel/events/core.c:7131:15: note: byref variable will be forcibly initialized struct page *p = NULL; ^ /kisskb/src/drivers/pci/pci.c: In function 'pcie_bandwidth_available': /kisskb/src/drivers/pci/pci-driver.c: In function 'pci_call_probe': /kisskb/src/drivers/pci/pci-driver.c:354:24: note: byref variable will be forcibly initialized struct drv_dev_and_id ddi = { drv, dev, id }; ^~~ /kisskb/src/drivers/pci/pci.c:6040:6: note: byref variable will be forcibly initialized u16 lnksta; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm_event': /kisskb/src/kernel/events/core.c:7923:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_fill_ns_link_info': /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_speed_cap': /kisskb/src/kernel/events/core.c:8024:14: note: byref variable will be forcibly initialized struct path ns_path; ^~~~~~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'remove_id_store': /kisskb/src/drivers/pci/pci-driver.c:261:38: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:261:27: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~ /kisskb/src/drivers/pci/pci-driver.c:261:3: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6089:15: note: byref variable will be forcibly initialized u32 lnkcap2, lnkcap; ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c:260:22: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:260:14: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c:260:6: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~ /kisskb/src/drivers/pci/pci.c:6089:6: note: byref variable will be forcibly initialized u32 lnkcap2, lnkcap; ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_width_cap': /kisskb/src/drivers/pci/pci.c:6125:6: note: byref variable will be forcibly initialized u32 lnkcap; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap_event': /kisskb/src/kernel/events/core.c:8307:7: note: byref variable will be forcibly initialized char tmp[16]; ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pcie_print_link_status': /kisskb/src/drivers/pci/pci.c:6171:18: note: byref variable will be forcibly initialized struct pci_dev *limiting_dev = NULL; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6170:28: note: byref variable will be forcibly initialized enum pci_bus_speed speed, speed_cap; ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6170:21: note: byref variable will be forcibly initialized enum pci_bus_speed speed, speed_cap; ^~~~~ /kisskb/src/drivers/pci/pci.c:6169:30: note: byref variable will be forcibly initialized enum pcie_link_width width, width_cap; ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6169:23: note: byref variable will be forcibly initialized 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:6249:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'new_id_store': /kisskb/src/drivers/pci/pci-driver.c:194:16: note: byref variable will be forcibly initialized unsigned long driver_data = 0; ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:38: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:27: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:3: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:192:22: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:192:14: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c:192:6: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~ In file included from /kisskb/src/kernel/events/core.c:18: /kisskb/src/kernel/events/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_device_is_present': /kisskb/src/drivers/pci/pci.c:6364:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_update_current_state': /kisskb/src/drivers/pci/pci.c:1170:7: note: byref variable will be forcibly initialized u16 pmcsr; ^~~~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'pci_uevent_ers': /kisskb/src/drivers/pci/pci-driver.c:1554:8: note: byref variable will be forcibly initialized char *envp[3]; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'do_pci_enable_device': /kisskb/src/drivers/pci/pci.c:1841:5: note: byref variable will be forcibly initialized u8 pin; ^~~ /kisskb/src/drivers/pci/pci.c:1840:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mux_interval_ms_store': /kisskb/src/kernel/events/core.c:10901:6: note: byref variable will be forcibly initialized int timer, cpu, ret; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_specified_resource_alignment': /kisskb/src/drivers/pci/pci.c:6431:14: note: byref variable will be forcibly initialized const char *p; ^ /kisskb/src/drivers/pci/pci.c:6429:19: note: byref variable will be forcibly initialized int align_order, count; ^~~~~ /kisskb/src/drivers/pci/pci.c:6429:6: note: byref variable will be forcibly initialized int align_order, count; ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_reassigndev_resource_alignment': /kisskb/src/drivers/pci/pci.c:6555:7: note: byref variable will be forcibly initialized bool resize = false; ^~~~~~ /kisskb/src/drivers/pci/pci.c:6554:6: note: byref variable will be forcibly initialized u16 command; ^~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_parse_addr_filter': /kisskb/src/kernel/events/core.c:10291:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_set_addr_filter': /kisskb/src/kernel/events/core.c:10444:12: note: byref variable will be forcibly initialized LIST_HEAD(filters); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'find_get_context': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:4678:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(task->perf_event_ctxp[ctxn], ctx); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:4607:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_install_in_context': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:2854:2: note: in expansion of macro 'smp_store_release' smp_store_release(&event->ctx, ctx); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_update_userpage': /kisskb/src/kernel/events/core.c:5825:24: note: byref variable will be forcibly initialized u64 enabled, running, now; ^~~ /kisskb/src/kernel/events/core.c:5825:15: note: byref variable will be forcibly initialized u64 enabled, running, now; ^~~~~~~ /kisskb/src/kernel/events/core.c:5825:6: note: byref variable will be forcibly initialized u64 enabled, running, now; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'ring_buffer_attach': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:5953:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(event->rb, rb); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_aux_sample_output': /kisskb/src/kernel/events/core.c:6763:7: note: byref variable will be forcibly initialized u64 zero = 0; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_throttle': /kisskb/src/kernel/events/core.c:8725:4: note: byref variable will be forcibly initialized } throttle_event = { ^~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:8717:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8716:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_swevent_hrtimer': /kisskb/src/kernel/events/core.c:10524:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_itrace_start': /kisskb/src/kernel/events/core.c:9048:4: note: byref variable will be forcibly initialized } rec; ^~~ /kisskb/src/kernel/events/core.c:9043:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:9042:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch_output': /kisskb/src/kernel/events/core.c:8646:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8645:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_read_event': /kisskb/src/kernel/events/core.c:7517:25: note: byref variable will be forcibly initialized struct perf_read_event read_event = { ^~~~~~~~~~ /kisskb/src/kernel/events/core.c:7516:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:7515:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_task_output': /kisskb/src/kernel/events/core.c:7789:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:7788:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm_output': /kisskb/src/kernel/events/core.c:7893:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:7892:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces_output': /kisskb/src/kernel/events/core.c:7992:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:7991:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap_output': /kisskb/src/kernel/events/core.c:8274:7: note: byref variable will be forcibly initialized u8 size[4] = { (u8) mmap_event->build_id_size, 0, 0, 0 }; ^~~~ /kisskb/src/kernel/events/core.c:8237:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8236:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_ksymbol_output': /kisskb/src/kernel/events/core.c:8776:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8775:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_bpf_output': /kisskb/src/kernel/events/core.c:8866:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8865:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_text_poke_output': /kisskb/src/kernel/events/core.c:8975:6: note: byref variable will be forcibly initialized u64 padding = 0; ^~~~~~~ /kisskb/src/kernel/events/core.c:8974:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8973:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample': /kisskb/src/kernel/events/core.c:7078:7: note: byref variable will be forcibly initialized u64 abi = data->regs_intr.abi; ^~~ /kisskb/src/kernel/events/core.c:7046:7: note: byref variable will be forcibly initialized u64 abi = data->regs_user.abi; ^~~ /kisskb/src/kernel/events/core.c:7040:8: note: byref variable will be forcibly initialized u64 nr = 0; ^~ /kisskb/src/kernel/events/core.c:7017:6: note: byref variable will be forcibly initialized } raw = { ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm': /kisskb/src/kernel/events/core.c:7942:25: note: byref variable will be forcibly initialized struct perf_comm_event comm_event; ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces': /kisskb/src/kernel/events/core.c:8039:31: note: byref variable will be forcibly initialized struct perf_namespaces_event namespaces_event; ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap': /kisskb/src/kernel/events/core.c:8522:25: note: byref variable will be forcibly initialized struct perf_mmap_event mmap_event; ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_aux_event': /kisskb/src/kernel/events/core.c:8565:4: note: byref variable will be forcibly initialized } rec = { ^~~ /kisskb/src/kernel/events/core.c:8559:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8558:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_lost_samples': /kisskb/src/kernel/events/core.c:8601:4: note: byref variable will be forcibly initialized } lost_samples_event = { ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:8595:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8594:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_ksymbol': /kisskb/src/kernel/events/core.c:8800:7: note: byref variable will be forcibly initialized char name[KSYM_NAME_LEN]; ^~~~ /kisskb/src/kernel/events/core.c:8799:28: note: byref variable will be forcibly initialized struct perf_ksymbol_event ksymbol_event; ^~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_bpf_event': /kisskb/src/kernel/events/core.c:8913:24: note: byref variable will be forcibly initialized struct perf_bpf_event bpf_event; ^~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_text_poke': /kisskb/src/kernel/events/core.c:9006:30: note: byref variable will be forcibly initialized struct perf_text_poke_event text_poke_event; ^~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function '___perf_sw_event': /kisskb/src/kernel/events/core.c:9393:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_tp_event': /kisskb/src/kernel/events/core.c:9666:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^~~~ /kisskb/src/kernel/events/core.c: In function '_perf_ioctl': /kisskb/src/kernel/events/core.c:5673:26: note: byref variable will be forcibly initialized struct perf_event_attr new_attr; ^~~~~~~~ /kisskb/src/kernel/events/core.c:5621:14: note: byref variable will be forcibly initialized struct fd output; ^~~~~~ /kisskb/src/kernel/events/core.c:5609:7: note: byref variable will be forcibly initialized u64 id = primary_event_id(event); ^~ /kisskb/src/kernel/events/core.c:5600:7: note: byref variable will be forcibly initialized u64 value; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/ringbuf.c:1: /kisskb/src/kernel/bpf/ringbuf.c: In function 'ringbuf_avail_data_sz': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:249:13: note: in expansion of macro 'smp_load_acquire' prod_pos = smp_load_acquire(&rb->producer_pos); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:248:13: note: in expansion of macro 'smp_load_acquire' cons_pos = smp_load_acquire(&rb->consumer_pos); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c: In function '____bpf_ringbuf_query': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:466:10: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&rb->producer_pos); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:464:10: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&rb->consumer_pos); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/disasm.c: In function 'print_bpf_insn': /kisskb/src/kernel/bpf/disasm.c:265:9: note: byref variable will be forcibly initialized char tmp[64]; ^~~ /kisskb/src/kernel/bpf/disasm.c:248:9: note: byref variable will be forcibly initialized char tmp[64]; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_init_context': /kisskb/src/kernel/events/core.c:13066:6: note: byref variable will be forcibly initialized int inherited_all = 1; ^~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'update_balloon_stats': /kisskb/src/drivers/virtio/virtio_balloon.c:324:17: note: byref variable will be forcibly initialized struct sysinfo i; ^ /kisskb/src/drivers/virtio/virtio_balloon.c:323:16: note: byref variable will be forcibly initialized unsigned long events[NR_VM_EVENT_ITEMS]; ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'init_vqs': /kisskb/src/drivers/virtio/virtio_balloon.c:542:22: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/virtio/virtio_balloon.c:501:14: note: byref variable will be forcibly initialized const char *names[VIRTIO_BALLOON_VQ_MAX]; ^~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:500:17: note: byref variable will be forcibly initialized vq_callback_t *callbacks[VIRTIO_BALLOON_VQ_MAX]; ^~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:499:20: note: byref variable will be forcibly initialized struct virtqueue *vqs[VIRTIO_BALLOON_VQ_MAX]; ^~~ /kisskb/src/kernel/bpf/ringbuf.c: In function '__bpf_ringbuf_reserve': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:344:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rb->producer_pos, new_prod_pos); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:318:13: note: in expansion of macro 'smp_load_acquire' 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:390:13: note: in expansion of macro 'smp_load_acquire' cons_pos = smp_load_acquire(&rb->consumer_pos) & rb->mask; ^~~~~~~~~~~~~~~~ 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:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:402:2: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vb->vdev, struct virtio_balloon_config, num_pages, ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:399:6: note: byref variable will be forcibly initialized u32 num_pages; ^~~~~~~~~ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31, from /kisskb/src/drivers/virtio/virtio_balloon.c:10: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'update_balloon_size': /kisskb/src/include/linux/virtio_config.h:422:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cwrite_v = \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:462:2: note: in expansion of macro 'virtio_cwrite_le' virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, actual, ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:459:6: note: byref variable will be forcibly initialized u32 actual = vb->num_pages; ^~~~~~ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31, from /kisskb/src/drivers/virtio/virtio_balloon.c:10: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtio_balloon_cmd_id_received': /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:577:3: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vb->vdev, struct virtio_balloon_config, ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_start': /kisskb/src/drivers/virtio/virtio_balloon.c:589:11: note: byref variable will be forcibly initialized int err, unused; ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:587:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_stop': /kisskb/src/drivers/virtio/virtio_balloon.c:608:11: note: byref variable will be forcibly initialized int err, unused; ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:606:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'stats_handle_request': /kisskb/src/drivers/virtio/virtio_balloon.c:384:15: note: byref variable will be forcibly initialized unsigned int len, num_stats; ^~~ /kisskb/src/drivers/virtio/virtio_balloon.c:383:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'tell_host': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:164:2: note: in expansion of macro 'wait_event' wait_event(vb->acked, virtqueue_get_buf(vq, &len)); ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:155:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/virtio/virtio_balloon.c:154:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/pci/controller/dwc/pci-keystone.c: In function 'ks_pcie_init_id': /kisskb/src/drivers/pci/controller/dwc/pci-keystone.c:773:15: note: byref variable will be forcibly initialized unsigned int id; ^~ /kisskb/src/kernel/events/core.c: In function '__do_sys_perf_event_open': /kisskb/src/kernel/events/core.c:11970:12: note: byref variable will be forcibly initialized struct fd group = {NULL, 0}; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'leak_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:280:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/events/core.c:11967:25: note: byref variable will be forcibly initialized struct perf_event_attr attr; ^~~~ /kisskb/src/drivers/pci/controller/dwc/pci-keystone.c: In function 'ks_pcie_probe': /kisskb/src/drivers/pci/controller/dwc/pci-keystone.c:1102:7: note: byref variable will be forcibly initialized char name[10]; ^~~~ /kisskb/src/drivers/pci/controller/dwc/pci-keystone.c:1101:6: note: byref variable will be forcibly initialized u32 num_lanes; ^~~~~~~~~ /kisskb/src/drivers/pci/controller/dwc/pci-keystone.c:1099:6: note: byref variable will be forcibly initialized u32 num_viewport; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_free_page_report': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:190:2: note: in expansion of macro 'wait_event' wait_event(vb->acked, virtqueue_get_buf(vq, &unused)); ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:174:15: note: byref variable will be forcibly initialized unsigned int unused, err; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/can/af_can.c:43: /kisskb/src/net/can/af_can.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'get_free_page_and_send': /kisskb/src/drivers/virtio/virtio_balloon.c:626:11: note: byref variable will be forcibly initialized int err, unused; ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:625:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'fill_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:216:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31, from /kisskb/src/drivers/virtio/virtio_balloon.c:10: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_probe': /kisskb/src/include/linux/virtio_config.h:422:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cwrite_v = \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:982:3: note: in expansion of macro 'virtio_cwrite_le' virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_release_kernel': /kisskb/src/kernel/events/core.c:5064:12: note: byref variable will be forcibly initialized LIST_HEAD(free_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_remove_on_exec': /kisskb/src/kernel/events/core.c:4266:12: note: byref variable will be forcibly initialized LIST_HEAD(free_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/af_bluetooth.c:27: /kisskb/src/net/bluetooth/af_bluetooth.c: In function 'sock_graft': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/net/sock.h:1914:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_wq, &parent->wq); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_bp_event': /kisskb/src/kernel/events/core.c:10088:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ 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:12502:12: note: byref variable will be forcibly initialized LIST_HEAD(events); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_exit_task': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:12718:3: note: in expansion of macro 'smp_store_release' smp_store_release(&event->owner, NULL); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_free_task': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:12805:3: note: in expansion of macro 'wait_var_event' wait_var_event(&ctx->refcount, refcount_read(&ctx->refcount) == 1); ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/af_bluetooth.c: In function 'bt_sock_recvmsg': /kisskb/src/net/bluetooth/af_bluetooth.c:259:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/drivers/video/fbdev/core/fbmon.c: In function 'check_edid': /kisskb/src/drivers/video/fbdev/core/fbmon.c:147:54: note: byref variable will be forcibly initialized 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:29, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmon.c: In function 'fb_get_monitor_limits': /kisskb/src/drivers/video/fbdev/core/fbmon.c:721:7: note: byref variable will be forcibly initialized int num_modes, hz, hscan, pixclock; ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmon.c: In function 'of_get_fb_videomode': /kisskb/src/drivers/video/fbdev/core/fbmon.c:1382:19: note: byref variable will be forcibly initialized struct videomode vm; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_task_storage.c: In function 'bpf_pid_task_storage_delete_elem': /kisskb/src/kernel/bpf/bpf_task_storage.c:200:15: note: byref variable will be forcibly initialized 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:154:15: note: byref variable will be forcibly initialized unsigned int f_flags; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, 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 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/kernel/bpf/bpf_local_storage.c:8: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/bpf/bpf_task_storage.c: In function 'bpf_pid_task_storage_lookup_elem': /kisskb/src/kernel/bpf/bpf_task_storage.c:120:15: note: byref variable will be forcibly initialized unsigned int f_flags; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_local_storage.c:239:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(local_storage->cache[smap->cache_idx], ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/bitset.c:5: /kisskb/src/net/ethtool/bitset.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/bitset.c: In function 'ethnl_parse_bit': /kisskb/src/net/ethtool/bitset.c:382:17: note: byref variable will be forcibly initialized struct nlattr *tb[ARRAY_SIZE(bit_policy)]; ^~ /kisskb/src/net/ethtool/bitset.c: In function 'ethnl_update_bitset32_verbose': /kisskb/src/net/ethtool/bitset.c:456:16: note: byref variable will be forcibly initialized unsigned int idx; ^~~ /kisskb/src/net/ethtool/bitset.c:455:17: note: byref variable will be forcibly initialized bool old_val, new_val; ^~~~~~~ /kisskb/src/net/ethtool/bitset.c:436:6: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_read_reg': /kisskb/src/drivers/regulator/ad5398.c:40:17: note: byref variable will be forcibly initialized unsigned short val; ^~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_is_enabled': /kisskb/src/drivers/regulator/ad5398.c:128:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_get_current_limit': /kisskb/src/drivers/regulator/ad5398.c:72:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_write_reg': /kisskb/src/drivers/regulator/ad5398.c:55:17: note: byref variable will be forcibly initialized unsigned short val; ^~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_disable': /kisskb/src/drivers/regulator/ad5398.c:166:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_enable': /kisskb/src/drivers/regulator/ad5398.c:145:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_set_current_limit': /kisskb/src/drivers/regulator/ad5398.c:90:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/net/ethtool/bitset.c: In function 'ethnl_bitset_is_compact': /kisskb/src/net/ethtool/bitset.c:330:17: note: byref variable will be forcibly initialized struct nlattr *tb[ARRAY_SIZE(bitset_policy)]; ^~ /kisskb/src/net/ethtool/bitset.c: In function 'ethnl_update_bitset32': /kisskb/src/net/ethtool/bitset.c:556:17: note: byref variable will be forcibly initialized struct nlattr *tb[ARRAY_SIZE(bitset_policy)]; ^~ /kisskb/src/net/ethtool/bitset.c: In function 'ethnl_parse_bitset': /kisskb/src/net/ethtool/bitset.c:670:8: note: byref variable will be forcibly initialized bool bit_val; ^~~~~~~ /kisskb/src/net/ethtool/bitset.c:669:16: note: byref variable will be forcibly initialized unsigned int idx; ^~~ /kisskb/src/net/ethtool/bitset.c:612:6: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/net/ethtool/bitset.c:609:17: note: byref variable will be forcibly initialized struct nlattr *tb[ARRAY_SIZE(bitset_policy)]; ^~ /kisskb/src/drivers/regulator/as3722-regulator.c: In function 'as3722_sd_get_mode': /kisskb/src/drivers/regulator/as3722-regulator.c:424:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/regulator/as3722-regulator.c: In function 'as3722_sd0_is_low_voltage': /kisskb/src/drivers/regulator/as3722-regulator.c:478:11: note: byref variable will be forcibly initialized unsigned val; ^~~ /kisskb/src/drivers/regulator/as3722-regulator.c: In function 'as3722_get_regulator_dt_data': /kisskb/src/drivers/regulator/as3722-regulator.c:590:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/kernel/trace/trace_printk.c: In function '__trace_bprintk': /kisskb/src/kernel/trace/trace_printk.c:203:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/trace/trace_printk.c: In function '__trace_printk': /kisskb/src/kernel/trace/trace_printk.c:233:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/regulator/bd71815-regulator.c: In function 'bd7181x_buck12_get_voltage_sel': /kisskb/src/drivers/regulator/bd71815-regulator.c:298:23: note: byref variable will be forcibly initialized int ret, regh, regl, val; ^~~ /kisskb/src/drivers/regulator/bd71815-regulator.c: In function 'bd7181x_buck12_set_voltage_sel': /kisskb/src/drivers/regulator/bd71815-regulator.c:330:11: note: byref variable will be forcibly initialized int ret, val, reg, regh, regl; ^~~ /kisskb/src/drivers/regulator/bd71815-regulator.c: In function 'buck12_set_hw_dvs_levels': /kisskb/src/drivers/regulator/bd71815-regulator.c:214:8: note: byref variable will be forcibly initialized int val2; ^~~~ /kisskb/src/drivers/regulator/bd71815-regulator.c:200:15: note: byref variable will be forcibly initialized int ret = 0, val; ^~~ /kisskb/src/net/x25/x25_facilities.c: In function 'x25_negotiate_facilities': /kisskb/src/net/x25/x25_facilities.c:270:24: note: byref variable will be forcibly initialized struct x25_facilities theirs; ^~~~~~ /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c: In function 'kirin_pcie_read_dbi': /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c:363:6: note: byref variable will be forcibly initialized u32 ret; ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c: In function 'kirin_pcie_oe_enable': /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c:203:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/soc/qcom/qmi_interface.c: In function 'qmi_send_new_lookup': /kisskb/src/drivers/soc/qcom/qmi_interface.c:169:14: note: byref variable will be forcibly initialized struct kvec iv = { &pkt, sizeof(pkt) }; ^~ /kisskb/src/drivers/soc/qcom/qmi_interface.c:167:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr sq; ^~ /kisskb/src/drivers/soc/qcom/qmi_interface.c:166:23: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt pkt; ^~~ /kisskb/src/drivers/soc/qcom/qmi_interface.c: In function 'qmi_send_new_server': /kisskb/src/drivers/soc/qcom/qmi_interface.c:232:14: note: byref variable will be forcibly initialized struct kvec iv = { &pkt, sizeof(pkt) }; ^~ /kisskb/src/drivers/soc/qcom/qmi_interface.c:230:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr sq; ^~ /kisskb/src/drivers/soc/qcom/qmi_interface.c:229:23: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt pkt; ^~~ /kisskb/src/drivers/soc/qcom/qmi_interface.c: In function 'qmi_handle_message': /kisskb/src/drivers/soc/qcom/qmi_interface.c:476:17: note: byref variable will be forcibly initialized struct qmi_txn tmp_txn; ^~~~~~~ /kisskb/src/drivers/virtio/virtio_vdpa.c: In function 'virtio_vdpa_setup_vq': /kisskb/src/drivers/virtio/virtio_vdpa.c:142:23: note: byref variable will be forcibly initialized struct vdpa_callback cb; ^~ /kisskb/src/drivers/soc/qcom/qmi_interface.c: In function 'qmi_sock_create': /kisskb/src/drivers/soc/qcom/qmi_interface.c:585:17: note: byref variable will be forcibly initialized struct socket *sock; ^~~~ /kisskb/src/drivers/soc/qcom/qmi_interface.c: In function 'qmi_handle_net_reset': /kisskb/src/drivers/soc/qcom/qmi_interface.c:441:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr sq; ^~ /kisskb/src/drivers/soc/qcom/qmi_interface.c: In function 'qmi_data_ready_work': /kisskb/src/drivers/soc/qcom/qmi_interface.c:528:14: note: byref variable will be forcibly initialized struct kvec iv; ^~ /kisskb/src/drivers/soc/qcom/qmi_interface.c:526:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr sq; ^~ /kisskb/src/drivers/virtio/virtio_vdpa.c: In function 'virtio_vdpa_find_vqs': /kisskb/src/drivers/virtio/virtio_vdpa.c:272:23: note: byref variable will be forcibly initialized struct vdpa_callback cb; ^~ /kisskb/src/drivers/soc/qcom/qmi_interface.c: In function 'qmi_send_message': /kisskb/src/drivers/soc/qcom/qmi_interface.c:742:14: note: byref variable will be forcibly initialized struct kvec iv; ^~ /kisskb/src/drivers/soc/qcom/qmi_interface.c: In function 'qmi_send_indication': /kisskb/src/drivers/soc/qcom/qmi_interface.c:833:17: note: byref variable will be forcibly initialized struct qmi_txn txn; ^~~ In file included from /kisskb/src/drivers/clk/meson/clk-cpu-dyndiv.h:11, from /kisskb/src/drivers/clk/meson/clk-cpu-dyndiv.c:11: /kisskb/src/drivers/clk/meson/clk-cpu-dyndiv.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'rescan_store': /kisskb/src/drivers/pci/pci-sysfs.c:412:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'msi_bus_store': /kisskb/src/drivers/pci/pci-sysfs.c:379:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'broken_parity_status_store': /kisskb/src/drivers/pci/pci-sysfs.c:67:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'dev_rescan_store': /kisskb/src/drivers/pci/pci-sysfs.c:446:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'bus_rescan_store': /kisskb/src/drivers/pci/pci-sysfs.c:481:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'reset_store': /kisskb/src/drivers/pci/pci-sysfs.c:1341:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'pci_read_rom': /kisskb/src/drivers/pci/pci-sysfs.c:1288:9: note: byref variable will be forcibly initialized size_t size; ^~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'pci_read_config': /kisskb/src/drivers/pci/pci-sysfs.c:734:6: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:725:7: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:713:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:704:7: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:696:6: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'enable_store': /kisskb/src/drivers/pci/pci-sysfs.c:275:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'resource_show': /kisskb/src/drivers/pci/pci-sysfs.c:143:25: note: byref variable will be forcibly initialized resource_size_t start, end; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:143:18: note: byref variable will be forcibly initialized 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:204:6: note: byref variable will be forcibly initialized u16 linkstat; ^~~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'current_link_speed_show': /kisskb/src/drivers/pci/pci-sysfs.c:186:6: note: byref variable will be forcibly initialized u16 linkstat; ^~~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'secondary_bus_number_show': /kisskb/src/drivers/pci/pci-sysfs.c:221:5: note: byref variable will be forcibly initialized u8 sec_bus; ^~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'subordinate_bus_number_show': /kisskb/src/drivers/pci/pci-sysfs.c:237:5: note: byref variable will be forcibly initialized u8 sub_bus; ^~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'remove_store': /kisskb/src/drivers/pci/pci-sysfs.c:465:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'pci_mmap_fits': /kisskb/src/drivers/pci/pci-sysfs.c:1014:33: note: byref variable will be forcibly initialized resource_size_t pci_start = 0, pci_end; ^~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c:1014:18: note: byref variable will be forcibly initialized resource_size_t pci_start = 0, pci_end; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/devmap.c:47: /kisskb/src/kernel/bpf/devmap.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/devmap.c: In function 'dev_map_bpf_prog_run': /kisskb/src/kernel/bpf/devmap.c:330:18: note: byref variable will be forcibly initialized struct xdp_buff xdp; ^~~ /kisskb/src/kernel/bpf/devmap.c:329:22: note: byref variable will be forcibly initialized struct xdp_txq_info txq = { .dev = dev }; ^~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/devmap.c:47: /kisskb/src/kernel/bpf/devmap.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/devmap.c: In function 'get_upper_ifindexes': /kisskb/src/kernel/bpf/devmap.c:580:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/kernel/bpf/devmap.c: In function 'dev_map_bpf_prog_run_skb': /kisskb/src/kernel/bpf/devmap.c:495:18: note: byref variable will be forcibly initialized struct xdp_buff xdp; ^~~ /kisskb/src/kernel/bpf/devmap.c:494:22: note: byref variable will be forcibly initialized struct xdp_txq_info txq = { .dev = dst->dev }; ^~~ /kisskb/src/kernel/bpf/btf.c: In function '____bpf_btf_find_by_name_kind': /kisskb/src/kernel/bpf/btf.c:6176:7: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/kernel/bpf/devmap.c: In function 'dev_map_enqueue_multi': /kisskb/src/kernel/bpf/devmap.c:594:6: note: byref variable will be forcibly initialized int excluded_devices[1+MAX_NEST_DEV]; ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'bpf_btf_find_by_name_kind': /kisskb/src/kernel/bpf/btf.c:6176:7: note: byref variable will be forcibly initialized /kisskb/src/kernel/bpf/devmap.c: In function 'dev_map_redirect_multi': /kisskb/src/kernel/bpf/devmap.c:716:6: note: byref variable will be forcibly initialized int excluded_devices[1+MAX_NEST_DEV]; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/include/linux/bpfptr.h:28:10: note: userspace variable will be forcibly initialized return KERNEL_BPFPTR((void*) (uintptr_t) addr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:6, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:54:19: note: userspace variable will be forcibly initialized static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function '__btf_verifier_log': /kisskb/src/kernel/bpf/btf.c:1268:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_verifier_log': /kisskb/src/kernel/bpf/btf.c:1279:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_show': /kisskb/src/kernel/bpf/btf.c:1000:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/btf.c: In function '__btf_verifier_log_type': /kisskb/src/kernel/bpf/btf.c:1297:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_verifier_log_member': /kisskb/src/kernel/bpf/btf.c:1341:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_verifier_log_vsi': /kisskb/src/kernel/bpf/btf.c:1386:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_check_sec_info': /kisskb/src/kernel/bpf/btf.c:4189:22: note: byref variable will be forcibly initialized struct btf_sec_info secs[ARRAY_SIZE(btf_sec_info_offset)]; ^~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cpufeature.h:10, 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/kernel/bpf/btf.c:6: /kisskb/src/kernel/bpf/btf.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/regulator/da9055-regulator.c:20: /kisskb/src/drivers/regulator/da9055-regulator.c: In function 'da9055_reg_read': /kisskb/src/include/linux/mfd/da9055/core.h:40:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/regulator/da9055-regulator.c: In function 'da9055_gpio_init': /kisskb/src/drivers/regulator/da9055-regulator.c:455:8: note: byref variable will be forcibly initialized char name[18]; ^~~~ /kisskb/src/drivers/regulator/da9055-regulator.c:427:8: note: byref variable will be forcibly initialized char name[18]; ^~~~ /kisskb/src/drivers/pci/rom.c: In function 'pci_enable_rom': /kisskb/src/drivers/pci/rom.c:28:6: note: byref variable will be forcibly initialized u32 rom_addr; ^~~~~~~~ /kisskb/src/drivers/pci/rom.c:27:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pci/rom.c: In function 'pci_disable_rom': /kisskb/src/drivers/pci/rom.c:61:6: note: byref variable will be forcibly initialized u32 rom_addr; ^~~~~~~~ /kisskb/src/drivers/pci/controller/dwc/pcie-tegra194.c: In function 'tegra_pcie_bpmp_set_ctrl_state': /kisskb/src/drivers/pci/controller/dwc/pcie-tegra194.c:1164:26: note: byref variable will be forcibly initialized struct mrq_uphy_request req; ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-tegra194.c:1163:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-tegra194.c:1162:27: note: byref variable will be forcibly initialized struct mrq_uphy_response resp; ^~~~ /kisskb/src/drivers/pci/controller/dwc/pcie-tegra194.c: In function 'tegra_pcie_bpmp_set_pll_state': /kisskb/src/drivers/pci/controller/dwc/pcie-tegra194.c:1192:26: note: byref variable will be forcibly initialized struct mrq_uphy_request req; ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-tegra194.c:1191:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-tegra194.c:1190:27: note: byref variable will be forcibly initialized struct mrq_uphy_response resp; ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_struct_walk': /kisskb/src/kernel/bpf/btf.c:5078:8: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/kernel/bpf/btf.c:4894:21: note: byref variable will be forcibly initialized u32 vlen, elem_id, mid; ^~~ /kisskb/src/kernel/bpf/btf.c:4894:12: note: byref variable will be forcibly initialized u32 vlen, elem_id, mid; ^~~~~~~ /kisskb/src/kernel/bpf/btf.c:4891:33: note: byref variable will be forcibly initialized const struct btf_type *mtype, *elem_type = NULL; ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:4890:37: note: byref variable will be forcibly initialized u32 i, moff, mtrue_end, msize = 0, total_nelems = 0; ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:4890:26: note: byref variable will be forcibly initialized u32 i, moff, mtrue_end, msize = 0, total_nelems = 0; ^~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_show_obj_safe': /kisskb/src/kernel/bpf/btf.c:1097:17: note: byref variable will be forcibly initialized int size_left, size; ^~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/pci/controller/dwc/pcie-tegra194.c:10: /kisskb/src/drivers/pci/controller/dwc/pcie-tegra194.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/pci/controller/dwc/pcie-tegra194.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/trace_functions.c: In function 'ftrace_trace_probe_callback': /kisskb/src/kernel/trace/trace_functions.c:807:8: note: byref variable will be forcibly initialized void *count = (void *)-1; ^~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_member_is_reg_int': /kisskb/src/kernel/bpf/btf.c:752:6: note: byref variable will be forcibly initialized u32 id, int_data; ^~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_datasec_resolve': /kisskb/src/kernel/bpf/btf.c:3659:41: note: byref variable will be forcibly initialized u32 var_type_id = vsi->type, type_id, type_size = 0; ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:3659:32: note: byref variable will be forcibly initialized 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:2427:7: note: byref variable will be forcibly initialized u32 resolved_type_id; ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2412:6: note: byref variable will be forcibly initialized 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:2281:20: note: byref variable will be forcibly initialized struct btf_member resolved_member; ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2280:6: note: byref variable will be forcibly initialized u32 resolved_type_id = member->type; ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_check_member': /kisskb/src/kernel/bpf/btf.c:2256:20: note: byref variable will be forcibly initialized struct btf_member resolved_member; ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2255:6: note: byref variable will be forcibly initialized u32 resolved_type_id = member->type; ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_resolve': /kisskb/src/kernel/bpf/btf.c:2370:6: note: byref variable will be forcibly initialized u32 next_type_id = t->type; ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_array_check_member': /kisskb/src/kernel/bpf/btf.c:2622:21: note: byref variable will be forcibly initialized u32 array_type_id, array_size; ^~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2622:6: note: byref variable will be forcibly initialized u32 array_type_id, array_size; ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_array_resolve': /kisskb/src/kernel/bpf/btf.c:2704:6: note: byref variable will be forcibly initialized u32 elem_size; ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2702:20: note: byref variable will be forcibly initialized u32 elem_type_id, index_type_id; ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2702:6: note: byref variable will be forcibly initialized u32 elem_type_id, index_type_id; ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_ptr_resolve': /kisskb/src/kernel/bpf/btf.c:2481:7: note: byref variable will be forcibly initialized u32 resolved_type_id; ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2458:6: note: byref variable will be forcibly initialized u32 next_type_id = t->type; ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_resolve_valid': /kisskb/src/kernel/bpf/btf.c:4035:7: note: byref variable will be forcibly initialized u32 elem_size; ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:4034:7: note: byref variable will be forcibly initialized u32 elem_type_id = array->type; ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_func_proto_check': /kisskb/src/kernel/bpf/btf.c:3857:7: note: byref variable will be forcibly initialized u32 arg_type_id; ^~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:3819:7: note: byref variable will be forcibly initialized u32 ret_type_id = t->type; ^~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_struct_access': /kisskb/src/kernel/bpf/btf.c:5118:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_distill_func_proto': /kisskb/src/kernel/bpf/btf.c:5231:25: note: byref variable will be forcibly initialized const struct btf_type *t; ^ /kisskb/src/kernel/bpf/btf.c: In function 'btf_type_seq_show_flags': /kisskb/src/kernel/bpf/btf.c:5754:18: note: byref variable will be forcibly initialized struct btf_show sseq; ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_type_snprintf_show': /kisskb/src/kernel/bpf/btf.c:5804:27: note: byref variable will be forcibly initialized struct btf_show_snprintf ssnprintf; ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_new_fd': /kisskb/src/kernel/bpf/btf.c:5854:8: note: userspace variable will be forcibly initialized btf = btf_parse(make_bpfptr(attr->btf, uattr.is_kernel), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ attr->btf_size, attr->btf_log_level, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ u64_to_user_ptr(attr->btf_log_buf), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ attr->btf_log_size); ~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_get_info_by_fd': /kisskb/src/kernel/bpf/btf.c:5907:22: note: byref variable will be forcibly initialized struct bpf_btf_info info; ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_check_func_arg_match': /kisskb/src/kernel/bpf/btf.c:5550:8: note: byref variable will be forcibly initialized u32 type_size; ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:5500:8: note: byref variable will be forcibly initialized u32 reg_ref_id; ^~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:5447:16: note: byref variable will be forcibly initialized u32 i, nargs, ref_id; ^~~~~~ /kisskb/src/drivers/pci/controller/dwc/pci-exynos.c: In function 'exynos_pcie_read_dbi': /kisskb/src/drivers/pci/controller/dwc/pci-exynos.c:196:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/reset/tegra/reset-bpmp.c: In function 'tegra_bpmp_reset_common': /kisskb/src/drivers/reset/tegra/reset-bpmp.c:22:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^~~ /kisskb/src/drivers/reset/tegra/reset-bpmp.c:21:27: note: byref variable will be forcibly initialized struct mrq_reset_request request; ^~~~~~~ /kisskb/src/drivers/regulator/fan53880.c: In function 'fan53880_i2c_probe': /kisskb/src/drivers/regulator/fan53880.c:123:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/hi6421v530-regulator.c: In function 'hi6421v530_regulator_ldo_get_mode': /kisskb/src/drivers/regulator/hi6421v530-regulator.c:115:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function 'perf_trace_preemptirq_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function 'trace_event_raw_event_preemptirq_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function '__bpf_trace_preemptirq_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/cpumap.c: In function 'cpu_map_bpf_prog_run_xdp': /kisskb/src/kernel/bpf/cpumap.c:217:18: note: byref variable will be forcibly initialized struct xdp_buff xdp; ^~~ /kisskb/src/kernel/bpf/cpumap.c:216:22: note: byref variable will be forcibly initialized struct xdp_rxq_info rxq; ^~~ /kisskb/src/kernel/bpf/cpumap.c: In function 'cpu_map_bpf_prog_run_skb': /kisskb/src/kernel/bpf/cpumap.c:177:18: note: byref variable will be forcibly initialized struct xdp_buff xdp; ^~~ /kisskb/src/kernel/bpf/cpumap.c: In function 'cpu_map_kthread_run': /kisskb/src/kernel/bpf/cpumap.c:344:21: note: byref variable will be forcibly initialized struct sk_buff *skb = f; ^~~ /kisskb/src/kernel/bpf/cpumap.c:340:10: note: byref variable will be forcibly initialized void *f = frames[i]; ^ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/cpumap.c:20: /kisskb/src/kernel/bpf/cpumap.c:316:13: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/bpf/cpumap.c:315:9: note: byref variable will be forcibly initialized void *skbs[CPUMAP_BATCH]; ^~~~ /kisskb/src/kernel/bpf/cpumap.c:314:9: note: byref variable will be forcibly initialized void *frames[CPUMAP_BATCH]; ^~~~~~ /kisskb/src/kernel/bpf/cpumap.c:310:27: note: byref variable will be forcibly initialized struct xdp_cpumap_stats stats = {}; /* zero stats */ ^~~~~ In file included 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/kernel/bpf/cpumap.c:19: /kisskb/src/kernel/bpf/cpumap.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/kernel/bpf/cpumap.c:20: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/lm363x-regulator.c: In function 'lm363x_regulator_enable_time': /kisskb/src/drivers/regulator/lm363x-regulator.c:53:15: note: byref variable will be forcibly initialized unsigned int val, addr, mask; ^~~ In file included from /kisskb/src/kernel/bpf/offload.c:25: /kisskb/src/kernel/bpf/offload.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/offload.c:16: /kisskb/src/kernel/bpf/offload.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/offload.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/bpf/offload.c:25: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/offload.c:16: /kisskb/src/kernel/bpf/offload.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/offload.c: In function 'bpf_prog_offload_info_fill': /kisskb/src/kernel/bpf/offload.c:303:14: note: byref variable will be forcibly initialized struct path ns_path; ^~~~~~~ /kisskb/src/kernel/bpf/offload.c:297:35: note: byref variable will be forcibly initialized struct ns_get_path_bpf_prog_args args = { ^~~~ /kisskb/src/kernel/bpf/offload.c: In function 'bpf_map_offload_info_fill': /kisskb/src/kernel/bpf/offload.c:528:14: note: byref variable will be forcibly initialized struct path ns_path; ^~~~~~~ /kisskb/src/kernel/bpf/offload.c:523:34: note: byref variable will be forcibly initialized struct ns_get_path_bpf_map_args args = { ^~~~ /kisskb/src/kernel/bpf/net_namespace.c: In function '__netns_bpf_prog_query': /kisskb/src/kernel/bpf/net_namespace.c:252:20: note: byref variable will be forcibly initialized u32 prog_cnt = 0, flags = 0; ^~~~~ /kisskb/src/kernel/bpf/net_namespace.c:252:6: note: byref variable will be forcibly initialized u32 prog_cnt = 0, flags = 0; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/net_namespace.c:3: /kisskb/src/kernel/bpf/net_namespace.c: In function 'netns_bpf_run_array_detach': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/net_namespace.c:60:14: note: in expansion of macro 'rcu_replace_pointer' run_array = rcu_replace_pointer(net->bpf.run_array[type], NULL, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/net_namespace.c: In function 'bpf_netns_link_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/net_namespace.c:141:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(net->bpf.run_array[type], new_array); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/net_namespace.c: In function 'netns_bpf_link_attach': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/net_namespace.c:464:14: note: in expansion of macro 'rcu_replace_pointer' run_array = rcu_replace_pointer(net->bpf.run_array[type], run_array, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/net_namespace.c: In function 'netns_bpf_prog_attach': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/net_namespace.c:349:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(net->bpf.run_array[type], run_array); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/net_namespace.c: In function 'netns_bpf_link_create': /kisskb/src/kernel/bpf/net_namespace.c:479:25: note: byref variable will be forcibly initialized struct bpf_link_primer link_primer; ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbcmap.c: In function 'fb_set_user_cmap': /kisskb/src/drivers/video/fbdev/core/fbcmap.c:270:17: note: byref variable will be forcibly initialized struct fb_cmap umap; ^~~~ /kisskb/src/net/can/bcm.c: In function 'bcm_rx_changed': /kisskb/src/net/can/bcm.c:435:22: note: byref variable will be forcibly initialized struct bcm_msg_head head; ^~~~ /kisskb/src/net/can/bcm.c: In function 'bcm_tx_timeout_handler': /kisskb/src/net/can/bcm.c:402:22: note: byref variable will be forcibly initialized struct bcm_msg_head msg_head; ^~~~~~~~ /kisskb/src/net/can/bcm.c: In function 'bcm_rx_timeout_handler': /kisskb/src/net/can/bcm.c:560:22: note: byref variable will be forcibly initialized struct bcm_msg_head msg_head; ^~~~~~~~ /kisskb/src/net/can/bcm.c: In function 'bcm_recvmsg': /kisskb/src/net/can/bcm.c:1634:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/net/can/bcm.c:45: /kisskb/src/net/can/bcm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/can/bcm.c: In function 'bcm_sendmsg': /kisskb/src/net/can/bcm.c:1279:22: note: byref variable will be forcibly initialized struct bcm_msg_head msg_head; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/soc/qcom/trace-rpmh.h:82, from /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:32: /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'perf_trace_rpmh_tx_done': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'perf_trace_rpmh_send_msg': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/soc/qcom/trace-rpmh.h:82, from /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:32: /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'trace_event_raw_event_rpmh_tx_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'trace_event_raw_event_rpmh_send_msg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/soc/qcom/trace-rpmh.h:82, from /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:32: /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function '__bpf_trace_rpmh_tx_done': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function '__bpf_trace_rpmh_send_msg': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'check_for_req_inflight': /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:511:16: note: byref variable will be forcibly initialized unsigned long curr_enabled; ^~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'tcs_tx_done': /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:389:16: note: byref variable will be forcibly initialized unsigned long irq_status; ^~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'rpmh_probe_tcs_config': /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:845:29: note: byref variable will be forcibly initialized u32 config, max_tcs, ncpt, offset; ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/cpu_pm.h:13, from /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:9: /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'rpmh_rsc_send_data': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:619:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(drv->tcs_wait, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'rpmh_rsc_write_ctrl_data': /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:705:18: note: byref variable will be forcibly initialized int tcs_id = 0, cmd_id = 0; ^~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:705:6: note: byref variable will be forcibly initialized int tcs_id = 0, cmd_id = 0; ^~~~~~ /kisskb/src/fs/fat/cache.c: In function 'fat_get_cluster': /kisskb/src/fs/fat/cache.c:231:22: note: byref variable will be forcibly initialized struct fat_cache_id cid; ^~~ /kisskb/src/fs/fat/cache.c:230:19: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ /kisskb/src/fs/fat/cache.c: In function 'fat_bmap_cluster': /kisskb/src/fs/fat/cache.c:294:18: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/fs/fat/cache.c:294:11: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/fs/fat/cache.c: In function 'fat_bmap': /kisskb/src/fs/fat/cache.c:362:11: note: byref variable will be forcibly initialized sector_t last_block; ^~~~~~~~~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_std_update_resource': /kisskb/src/drivers/pci/setup-res.c:30:11: note: byref variable will be forcibly initialized u32 new, check, mask; ^~~~~ /kisskb/src/drivers/pci/setup-res.c:29:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/setup-res.c:27:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/fs/ramfs/inode.c: In function 'ramfs_parse_param': /kisskb/src/fs/ramfs/inode.c:201:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/net/x25/x25_in.c: In function 'x25_state1_machine': /kisskb/src/net/x25/x25_in.c:89:34: note: byref variable will be forcibly initialized struct x25_address source_addr, dest_addr; ^~~~~~~~~ /kisskb/src/net/x25/x25_in.c:89:21: note: byref variable will be forcibly initialized struct x25_address source_addr, dest_addr; ^~~~~~~~~~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_resize_resource': /kisskb/src/drivers/pci/setup-res.c:416:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/kernel/trace/trace_irqsoff.c: In function 'irqsoff_tracer_call': /kisskb/src/kernel/trace/trace_irqsoff.c:145:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/trace/trace_irqsoff.c:144:26: note: byref variable will be forcibly initialized struct trace_array_cpu *data; ^~~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_enable_resources': /kisskb/src/drivers/pci/setup-res.c:465:6: note: byref variable will be forcibly initialized u16 cmd, old_cmd; ^~~ /kisskb/src/net/x25/x25_in.c: In function 'x25_process_rx_frame': /kisskb/src/net/x25/x25_in.c:418:43: note: byref variable will be forcibly initialized int queued = 0, frametype, ns, nr, q, d, m; ^ /kisskb/src/net/x25/x25_in.c:418:40: note: byref variable will be forcibly initialized int queued = 0, frametype, ns, nr, q, d, m; ^ /kisskb/src/net/x25/x25_in.c:418:37: note: byref variable will be forcibly initialized int queued = 0, frametype, ns, nr, q, d, m; ^ /kisskb/src/net/x25/x25_in.c:418:33: note: byref variable will be forcibly initialized int queued = 0, frametype, ns, nr, q, d, m; ^~ /kisskb/src/net/x25/x25_in.c:418:29: note: byref variable will be forcibly initialized int queued = 0, frametype, ns, nr, q, d, m; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/drivers/reset/core.c:7: /kisskb/src/drivers/reset/core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/reset/core.c:8: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/strset.c:5: /kisskb/src/net/ethtool/strset.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/drivers/pci/irq.c: In function 'pci_request_irq': /kisskb/src/drivers/pci/irq.c:36:10: note: byref variable will be forcibly initialized va_list ap; ^~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/ethtool/strset.c:3: /kisskb/src/net/ethtool/strset.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/reset/core.c: In function '__of_reset_control_get': /kisskb/src/drivers/reset/core.c:818:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/net/ethtool/strset.c: In function 'strset_get_id': /kisskb/src/net/ethtool/strset.c:163:17: note: byref variable will be forcibly initialized struct nlattr *tb[ARRAY_SIZE(get_stringset_policy)]; ^~ /kisskb/src/net/ethtool/strset.c: In function 'strset_parse_request': /kisskb/src/net/ethtool/strset.c:200:7: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/net/ethtool/strset.c:188:6: note: byref variable will be forcibly initialized int rem, ret; ^~~ /kisskb/src/kernel/trace/trace_hwlat.c: In function 'start_cpu_kthread': /kisskb/src/kernel/trace/trace_hwlat.c:494:7: note: byref variable will be forcibly initialized char comm[24]; ^~~~ /kisskb/src/kernel/trace/trace_hwlat.c: In function 'get_sample': /kisskb/src/kernel/trace/trace_hwlat.c:205:22: note: byref variable will be forcibly initialized struct hwlat_sample s; ^ /kisskb/src/kernel/trace/trace_hwlat.c: In function 'hwlat_mode_write': /kisskb/src/kernel/trace/trace_hwlat.c:688:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/rfkill.h:33, from /kisskb/src/net/bluetooth/hci_core.c:29: /kisskb/src/net/bluetooth/hci_core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/net/bluetooth/hci_core.c:31: /kisskb/src/net/bluetooth/hci_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inq_req': /kisskb/src/net/bluetooth/hci_core.c:1294:24: note: byref variable will be forcibly initialized struct hci_cp_inquiry cp; ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_event_mask_page_2': /kisskb/src/net/bluetooth/hci_core.c:545:5: note: byref variable will be forcibly initialized u8 events[8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; ^~~~~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_populate_pdata_from_dt': /kisskb/src/drivers/regulator/lp872x.c:833:5: note: byref variable will be forcibly initialized u8 dvs_state; ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_setup_link_policy': /kisskb/src/net/bluetooth/hci_core.c:505:38: note: byref variable will be forcibly initialized struct hci_cp_write_def_link_policy cp; ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'bredr_setup': /kisskb/src/net/bluetooth/hci_core.c:275:7: note: byref variable will be forcibly initialized __u8 flt_type; ^~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:274:9: note: byref variable will be forcibly initialized __le16 param; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_linkpol_req': /kisskb/src/net/bluetooth/hci_core.c:1039:9: note: byref variable will be forcibly initialized __le16 policy = cpu_to_le16(opt); ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_scan_req': /kisskb/src/net/bluetooth/hci_core.c:1006:7: note: byref variable will be forcibly initialized __u8 scan = opt; ^~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_encrypt_req': /kisskb/src/net/bluetooth/hci_core.c:1028:7: note: byref variable will be forcibly initialized __u8 encrypt = opt; ^~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_auth_req': /kisskb/src/net/bluetooth/hci_core.c:1017:7: note: byref variable will be forcibly initialized __u8 auth = opt; ^~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_setup_event_mask': /kisskb/src/net/bluetooth/hci_core.c:330:5: note: byref variable will be forcibly initialized u8 events[8] = { 0xff, 0xff, 0xfb, 0xff, 0x00, 0x00, 0x00, 0x00 }; ^~~~~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_read_byte': /kisskb/src/drivers/regulator/lp872x.c:159:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_le_support': /kisskb/src/net/bluetooth/hci_core.c:524:40: note: byref variable will be forcibly initialized struct hci_cp_write_le_host_supported cp; ^~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_get_timestep_usec': /kisskb/src/drivers/regulator/lp872x.c:188:6: note: byref variable will be forcibly initialized int lp8725_time_usec[] = { 32, 64, 128, 256 }; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/lp872x.c:187:6: note: byref variable will be forcibly initialized int lp8720_time_usec[] = { 25, 50 }; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/lp872x.c:185:5: note: byref variable will be forcibly initialized u8 val, mask, shift; ^~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_regulator_enable_time': /kisskb/src/drivers/regulator/lp872x.c:224:11: note: byref variable will be forcibly initialized u8 addr, val; ^~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init2_req': /kisskb/src/net/bluetooth/hci_core.c:494:6: note: byref variable will be forcibly initialized u8 enable = 1; ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c:486:41: note: byref variable will be forcibly initialized struct hci_cp_read_local_ext_features cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:471:6: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/net/bluetooth/hci_core.c:460:28: note: byref variable will be forcibly initialized struct hci_cp_write_eir cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:455:7: note: byref variable will be forcibly initialized u8 mode = 0x01; ^~~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_buck_get_mode': /kisskb/src/drivers/regulator/lp872x.c:392:17: note: byref variable will be forcibly initialized u8 addr, mask, val; ^~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_select_buck_vout_addr': /kisskb/src/drivers/regulator/lp872x.c:265:5: note: byref variable will be forcibly initialized u8 val, addr; ^~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_buck_get_voltage_sel': /kisskb/src/drivers/regulator/lp872x.c:338:11: note: byref variable will be forcibly initialized u8 addr, val; ^~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init4_req': /kisskb/src/net/bluetooth/hci_core.c:898:36: note: byref variable will be forcibly initialized struct hci_cp_le_set_default_phy cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:889:39: note: byref variable will be forcibly initialized struct hci_cp_le_write_def_data_len cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:876:47: note: byref variable will be forcibly initialized struct hci_cp_write_def_err_data_reporting cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:860:6: note: byref variable will be forcibly initialized u8 support = 0x01; ^~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:829:40: note: byref variable will be forcibly initialized struct hci_cp_delete_stored_link_key cp; ^~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_core.c:831:21: note: in expansion of macro 'BDADDR_ANY' bacpy(&cp.bdaddr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init3_req': /kisskb/src/net/bluetooth/hci_core.c:800:41: note: byref variable will be forcibly initialized struct hci_cp_read_local_ext_features cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:774:11: note: byref variable will be forcibly initialized __le16 rpa_timeout = cpu_to_le16(hdev->rpa_timeout); ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:621:6: note: byref variable will be forcibly initialized u8 events[8]; ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c:596:38: note: byref variable will be forcibly initialized struct hci_cp_read_stored_link_key cp; ^~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_core.c:598:21: note: in expansion of macro 'BDADDR_ANY' bacpy(&cp.bdaddr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_clear_wake_reason': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_core.c:3692:26: note: in expansion of macro 'BDADDR_ANY' bacpy(&hdev->wake_addr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_get_bd_addr_from_property': /kisskb/src/net/bluetooth/hci_core.c:1428:11: note: byref variable will be forcibly initialized bdaddr_t ba; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/net/bluetooth/hci_core.c:28: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1433:2: note: in expansion of macro 'if' if (ret < 0 || !bacmp(&ba, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/hci_core.c:1433:29: note: in expansion of macro 'BDADDR_ANY' if (ret < 0 || !bacmp(&ba, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'vendor_diag_write': /kisskb/src/net/bluetooth/hci_core.c:138:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'vendor_diag_read': /kisskb/src/net/bluetooth/hci_core.c:126:7: note: byref variable will be forcibly initialized char buf[3]; ^~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'dut_mode_read': /kisskb/src/net/bluetooth/hci_core.c:70:7: note: byref variable will be forcibly initialized char buf[3]; ^~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'dut_mode_write': /kisskb/src/net/bluetooth/hci_core.c:83:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_sco': /kisskb/src/net/bluetooth/hci_core.c:4689:6: note: byref variable will be forcibly initialized int quote; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_esco': /kisskb/src/net/bluetooth/hci_core.c:4712:6: note: byref variable will be forcibly initialized int quote; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_acl_pkt': /kisskb/src/net/bluetooth/hci_core.c:4737:6: note: byref variable will be forcibly initialized int quote; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_acl_blk': /kisskb/src/net/bluetooth/hci_core.c:4779:6: note: byref variable will be forcibly initialized int quote; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_le': /kisskb/src/net/bluetooth/hci_core.c:4855:6: note: byref variable will be forcibly initialized int quote, cnt, tmp; ^~~~~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_isr': /kisskb/src/drivers/regulator/ltc3676.c:271:18: note: byref variable will be forcibly initialized unsigned int i, irqstat, event; ^~~~~~~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_of_parse_cb': /kisskb/src/drivers/regulator/ltc3676.c:151:6: note: byref variable will be forcibly initialized u32 r[2]; ^ 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/leds.h:12, from /kisskb/src/include/linux/rfkill.h:36, from /kisskb/src/net/bluetooth/hci_core.c:29: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_suspend_wait_event': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3649:12: note: in expansion of macro 'wait_event_timeout' int ret = wait_event_timeout(hdev->suspend_wait_q, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_regulator_probe': /kisskb/src/drivers/regulator/ltc3676.c:326:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/regulator/max1586.c:7: /kisskb/src/drivers/regulator/max1586.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/regulator/max1586.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/max1586.c: In function 'max1586_pmic_probe': /kisskb/src/drivers/regulator/max1586.c:213:39: note: byref variable will be forcibly initialized struct max1586_platform_data *pdata, pdata_of; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/net/bluetooth/hci_core.c:28: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inquiry_cache_lookup_resolve': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1172:3: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY) && e->name_state == state) ^~ /kisskb/src/net/bluetooth/hci_core.c:1172:22: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY) && e->name_state == state) ^~~~~~~~~~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_enable_time': /kisskb/src/drivers/regulator/max8649.c:63:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_get_mode': /kisskb/src/drivers/regulator/max8649.c:104:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inquiry': /kisskb/src/net/bluetooth/hci_core.c:1313:25: note: byref variable will be forcibly initialized struct hci_inquiry_req ir; ^~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_regulator_probe': /kisskb/src/drivers/regulator/max8649.c:155:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_do_close': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_core.c:1850:28: note: in expansion of macro 'BDADDR_ANY' bacpy(&hdev->random_addr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_cmd': /kisskb/src/net/bluetooth/hci_core.c:2012:21: note: byref variable will be forcibly initialized struct hci_dev_req dr; ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_get_dev_info': /kisskb/src/net/bluetooth/hci_core.c:2168:22: note: byref variable will be forcibly initialized struct hci_dev_info di; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/regulator/max8660.c:27: /kisskb/src/drivers/regulator/max8660.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/regulator/max8660.c:29: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/max8660.c: In function 'max8660_probe': /kisskb/src/drivers/regulator/max8660.c:378:22: note: byref variable will be forcibly initialized struct device_node *of_node[MAX8660_V_END]; ^~~~~~~ /kisskb/src/drivers/regulator/max8660.c:374:31: note: byref variable will be forcibly initialized struct max8660_platform_data pdata_of, *pdata = dev_get_platdata(dev); ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/net/bluetooth/hci_core.c:28: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_do_open': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1570:3: note: in expansion of macro 'if' if (bacmp(&hdev->public_addr, BDADDR_ANY) && ^~ /kisskb/src/net/bluetooth/hci_core.c:1570:33: note: in expansion of macro 'BDADDR_ANY' if (bacmp(&hdev->public_addr, BDADDR_ANY) && ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1522:4: note: in expansion of macro 'if' if (bacmp(&hdev->public_addr, BDADDR_ANY) && ^~ /kisskb/src/net/bluetooth/hci_core.c:1522:34: note: in expansion of macro 'BDADDR_ANY' if (bacmp(&hdev->public_addr, BDADDR_ANY) && ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1519:4: note: in expansion of macro 'if' if (!bacmp(&hdev->public_addr, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/hci_core.c:1519:35: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(&hdev->public_addr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1474:3: note: in expansion of macro 'if' if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && ^~ /kisskb/src/net/bluetooth/hci_core.c:1477:34: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->static_addr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1474:3: note: in expansion of macro 'if' if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && ^~ /kisskb/src/net/bluetooth/hci_core.c:1476:29: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->bdaddr, BDADDR_ANY) && ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_power_on': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:2275:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_RFKILLED) || ^~ /kisskb/src/net/bluetooth/hci_core.c:2279:34: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->static_addr, BDADDR_ANY))) { ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:2275:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_RFKILLED) || ^~ /kisskb/src/net/bluetooth/hci_core.c:2278:29: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->bdaddr, BDADDR_ANY) && ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_adv_monitors_clear': /kisskb/src/net/bluetooth/hci_core.c:3087:6: note: byref variable will be forcibly initialized int handle; ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_remove_all_adv_monitor': /kisskb/src/net/bluetooth/hci_core.c:3243:6: note: byref variable will be forcibly initialized int idr_next_id = 0; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/net/bluetooth/hci_core.c:28: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_add': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3338:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/hci_core.c:3338:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_add_with_irk': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3361:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/hci_core.c:3361:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_add_with_flags': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3390:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/hci_core.c:3390:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_del': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3413:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/hci_core.c:3413:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_del_with_irk': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3433:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/hci_core.c:3433:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_del_with_flags': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3453:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/hci_core.c:3453:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_copy_identity_address': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3620:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_FORCE_STATIC_ADDR) || ^~ /kisskb/src/net/bluetooth/hci_core.c:3623:33: note: in expansion of macro 'BDADDR_ANY' bacmp(&hdev->static_addr, BDADDR_ANY))) { ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3620:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_FORCE_STATIC_ADDR) || ^~ /kisskb/src/net/bluetooth/hci_core.c:3621:28: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->bdaddr, BDADDR_ANY) || ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_hw_info': /kisskb/src/net/bluetooth/hci_core.c:4172:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_fw_info': /kisskb/src/net/bluetooth/hci_core.c:4183:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/osnoise.h:142, from /kisskb/src/kernel/trace/trace_osnoise.c:39: /kisskb/src/kernel/trace/trace_osnoise.c: In function 'perf_trace_thread_noise': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thread_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thread_noise, ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'perf_trace_softirq_noise': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(softirq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(softirq_noise, ^~~~~~~~~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_wait': /kisskb/src/drivers/pci/vpd.c:116:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'perf_trace_nmi_noise': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nmi_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nmi_noise, ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'perf_trace_sample_threshold': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sample_threshold, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sample_threshold, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/osnoise.h:142, from /kisskb/src/kernel/trace/trace_osnoise.c:39: /kisskb/src/kernel/trace/trace_osnoise.c: In function 'trace_event_raw_event_thread_noise': /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thread_noise, ^~~~~~~~~~~ /kisskb/src/drivers/pci/vpd.c:166:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'trace_event_raw_event_softirq_noise': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(softirq_noise, ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'trace_event_raw_event_nmi_noise': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nmi_noise, ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'trace_event_raw_event_sample_threshold': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sample_threshold, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/osnoise.h:142, from /kisskb/src/kernel/trace/trace_osnoise.c:39: /kisskb/src/kernel/trace/trace_osnoise.c: In function 'perf_trace_irq_noise': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/osnoise.h:142, from /kisskb/src/kernel/trace/trace_osnoise.c:39: /kisskb/src/kernel/trace/trace_osnoise.c: In function 'trace_event_raw_event_irq_noise': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/osnoise.h:142, from /kisskb/src/kernel/trace/trace_osnoise.c:39: /kisskb/src/kernel/trace/trace_osnoise.c: In function '__bpf_trace_thread_noise': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thread_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thread_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thread_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thread_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thread_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thread_noise, ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function '__bpf_trace_softirq_noise': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(softirq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(softirq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(softirq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(softirq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(softirq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(softirq_noise, ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function '__bpf_trace_sample_threshold': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sample_threshold, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sample_threshold, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sample_threshold, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sample_threshold, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sample_threshold, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sample_threshold, ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function '__bpf_trace_irq_noise': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_size': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_noise, ^~~~~~~~~~~ /kisskb/src/drivers/pci/vpd.c:58:21: note: byref variable will be forcibly initialized unsigned char tag, header[1+2]; /* 1 byte tag, 2 bytes length */ ^~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function '__bpf_trace_nmi_noise': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nmi_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nmi_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nmi_noise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nmi_noise, ^~~~~~~~~~~ /kisskb/src/drivers/regulator/max77826-regulator.c: In function 'max77826_read_device_id': /kisskb/src/drivers/regulator/max77826-regulator.c:226:15: note: byref variable will be forcibly initialized unsigned int device_id; ^~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'start_kthread': /kisskb/src/kernel/trace/trace_osnoise.c:1516:7: note: byref variable will be forcibly initialized char comm[24]; ^~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'timerlat_irq': /kisskb/src/kernel/trace/trace_osnoise.c:1298:25: note: byref variable will be forcibly initialized struct timerlat_sample s; ^ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_find_ro_info_keyword': /kisskb/src/drivers/pci/vpd.c:422:15: note: byref variable will be forcibly initialized unsigned int ro_len, infokw_size; ^~~~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_check_csum': /kisskb/src/drivers/pci/vpd.c:448:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'timerlat_main': /kisskb/src/kernel/trace/trace_osnoise.c:1424:21: note: byref variable will be forcibly initialized struct sched_param sp; ^~ /kisskb/src/kernel/trace/trace_osnoise.c:1423:25: note: byref variable will be forcibly initialized struct timerlat_sample s; ^ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'run_osnoise': /kisskb/src/kernel/trace/trace_osnoise.c:1104:24: note: byref variable will be forcibly initialized struct osnoise_sample s; ^ /kisskb/src/kernel/trace/trace_osnoise.c:1100:21: note: byref variable will be forcibly initialized u64 start, sample, last_sample; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c:1100:13: note: byref variable will be forcibly initialized u64 start, sample, last_sample; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/kernel/trace/trace_osnoise.c:19: /kisskb/src/kernel/trace/trace_osnoise.c: In function 'osnoise_main': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c:1278:4: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'osnoise_cpus_write': /kisskb/src/kernel/trace/trace_osnoise.c:1718:7: note: byref variable will be forcibly initialized char buf[256]; ^~~ /kisskb/src/kernel/trace/trace_osnoise.c:1716:16: note: byref variable will be forcibly initialized cpumask_var_t osnoise_cpumask_new; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/controller/pci-host-common.c: In function 'gen_pci_init': /kisskb/src/drivers/pci/controller/pci-host-common.c:27:18: note: byref variable will be forcibly initialized struct resource cfgres; ^~~~~~ /kisskb/src/drivers/pci/controller/pci-ftpci100.c: In function 'faraday_pci_unmask_irq': /kisskb/src/drivers/pci/controller/pci-ftpci100.c:295:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized 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:25: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pci/controller/pci-ftpci100.c:433:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/task_stack.h:9, from /kisskb/src/kernel/trace/trace_stack.c:6: /kisskb/src/kernel/trace/trace_stack.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_stack.c: In function 'stack_trace_call': /kisskb/src/kernel/trace/trace_stack.c:295:16: note: byref variable will be forcibly initialized unsigned long stack; ^~~~~ /kisskb/src/kernel/trace/trace_stack.c: In function 'stack_max_size_write': /kisskb/src/kernel/trace/trace_stack.c:342:16: note: byref variable will be forcibly initialized unsigned long val, flags; ^~~ /kisskb/src/kernel/trace/trace_stack.c: In function 'stack_max_size_read': /kisskb/src/kernel/trace/trace_stack.c:328:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/bpf/stackmap.c: In function 'get_callchain_entry_for_task': /kisskb/src/kernel/bpf/stackmap.c:219:6: note: byref variable will be forcibly initialized int rctx; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/soc/qcom/rpmh.c:8: /kisskb/src/drivers/soc/qcom/rpmh.c: In function 'rpmh_write': /kisskb/src/drivers/soc/qcom/rpmh.c:263:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(compl); ^~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bl_curve': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:430:5: note: byref variable will be forcibly initialized u8 tmp_curve[FB_BACKLIGHT_LEVELS]; ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_fbstate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:402:8: note: byref variable will be forcibly initialized char *last = NULL; ^~~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_load_arb_table': /kisskb/src/drivers/pci/vc.c:50:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_load_port_arb_table': /kisskb/src/drivers/pci/vc.c:75:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_enable': /kisskb/src/drivers/pci/vc.c:106:26: note: byref variable will be forcibly initialized u32 ctrl, header, cap1, ctrl2; ^~~~~ /kisskb/src/drivers/pci/vc.c:106:20: note: byref variable will be forcibly initialized u32 ctrl, header, cap1, ctrl2; ^~~~ /kisskb/src/drivers/pci/vc.c:106:12: note: byref variable will be forcibly initialized u32 ctrl, header, cap1, ctrl2; ^~~~~~ /kisskb/src/drivers/pci/vc.c:106:6: note: byref variable will be forcibly initialized u32 ctrl, header, cap1, ctrl2; ^~~~ /kisskb/src/drivers/pci/controller/pci-tegra.c: In function 'tegra_pcie_enable_msi': /kisskb/src/drivers/pci/controller/pci-tegra.c:1798:11: note: byref variable will be forcibly initialized u32 reg, msi_state[INT_PCI_MSI_NR / 32]; ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_rotate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:241:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_virtual': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:269:8: note: byref variable will be forcibly initialized char *last = NULL; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:268:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_do_save_buffer': /kisskb/src/drivers/pci/vc.c:314:9: note: byref variable will be forcibly initialized u32 tmp, ctrl = *(u32 *)buf; ^~~ /kisskb/src/drivers/pci/vc.c:275:7: note: byref variable will be forcibly initialized u32 cap; ^~~ /kisskb/src/drivers/pci/vc.c:230:7: note: byref variable will be forcibly initialized u32 cap2; ^~~~ /kisskb/src/drivers/pci/vc.c:188:6: note: byref variable will be forcibly initialized u32 cap1; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bpp': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:218:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_pan': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:361:8: note: byref variable will be forcibly initialized char *last = NULL; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:360:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:15: /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_modes': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:172:12: note: byref variable will be forcibly initialized LIST_HEAD(old_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_mode': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:130:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:129:7: note: byref variable will be forcibly initialized char mstr[100]; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_blank': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:304:8: note: byref variable will be forcibly initialized char *last = NULL; ^~~~ In file included from /kisskb/src/drivers/pci/controller/pci-tegra.c:25: /kisskb/src/drivers/pci/controller/pci-tegra.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/pci/controller/pci-tegra.c:16: /kisskb/src/drivers/pci/controller/pci-tegra.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/pci/controller/pci-tegra.c:32: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pci/controller/pci-tegra.c: In function 'of_regulator_bulk_available': /kisskb/src/drivers/pci/controller/pci-tegra.c:1944:7: note: byref variable will be forcibly initialized char property[32]; ^~~~~~~~ /kisskb/src/drivers/pci/controller/pci-tegra.c: In function 'tegra_pcie_parse_dt': /kisskb/src/drivers/pci/controller/pci-tegra.c:2128:7: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/pci/controller/pci-tegra.c: In function 'tegra_pcie_msi_irq': /kisskb/src/drivers/pci/controller/pci-tegra.c:1546:17: note: byref variable will be forcibly initialized unsigned long reg = afi_readl(pcie, AFI_MSI_VEC(i)); ^~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ra_init': /kisskb/src/fs/fat/fatent.c:652:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/fs/fat/fatent.c:651:20: note: byref variable will be forcibly initialized sector_t blocknr, block_end; ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:651:11: note: byref variable will be forcibly initialized sector_t blocknr, block_end; ^~~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_short2lower_uni': /kisskb/src/fs/fat/dir.c:217:17: note: byref variable will be forcibly initialized unsigned char nc = t->charset2lower[*c]; ^~ /kisskb/src/fs/fat/dir.c:210:10: note: byref variable will be forcibly initialized wchar_t wc; ^~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_read_block': /kisskb/src/fs/fat/fatent.c:440:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/fs/fat/fatent.c:439:11: note: byref variable will be forcibly initialized sector_t blocknr; ^~~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat__get_entry': /kisskb/src/fs/fat/dir.c:87:16: note: byref variable will be forcibly initialized unsigned long mapped_blocks; ^~~~~~~~~~~~~ /kisskb/src/fs/fat/dir.c:86:11: note: byref variable will be forcibly initialized sector_t phys, iblock; ^~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_reada': /kisskb/src/fs/fat/fatent.c:693:7: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/fs/fat/fatent.c:692:12: note: byref variable will be forcibly initialized sector_t blocknr, diff; ^~~~~~~ /kisskb/src/fs/fat/fatent.c:691:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'iov_resources_unassigned': /kisskb/src/drivers/pci/setup-bus.c:1705:25: note: byref variable will be forcibly initialized 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:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_parse_short': /kisskb/src/fs/fat/dir.c:359:19: note: byref variable will be forcibly initialized unsigned char c, work[MSDOS_NAME]; ^~~~ /kisskb/src/fs/fat/dir.c:358:10: note: byref variable will be forcibly initialized wchar_t uni_name[14]; ^~~~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_mmio_pref': /kisskb/src/drivers/pci/setup-bus.c:633:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_read': /kisskb/src/fs/fat/fatent.c:354:11: note: byref variable will be forcibly initialized sector_t blocknr; ^~~~~~~ /kisskb/src/fs/fat/fatent.c:353:11: note: byref variable will be forcibly initialized int err, offset; ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_io': /kisskb/src/drivers/pci/setup-bus.c:580:6: note: byref variable will be forcibly initialized u16 l; ^ /kisskb/src/drivers/pci/setup-bus.c:577:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_free_clusters': /kisskb/src/fs/fat/fatent.c:560:14: note: byref variable will be forcibly initialized int i, err, nr_bhs; ^~~~~~ /kisskb/src/fs/fat/fatent.c:559:22: note: byref variable will be forcibly initialized struct buffer_head *bhs[MAX_BUF_PER_PAGE]; ^~~ /kisskb/src/fs/fat/fatent.c:558:19: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_alloc_clusters': /kisskb/src/fs/fat/fatent.c:472:21: note: byref variable will be forcibly initialized int i, count, err, nr_bhs, idx_clus; ^~~~~~ /kisskb/src/fs/fat/fatent.c:471:22: note: byref variable will be forcibly initialized struct buffer_head *bhs[MAX_BUF_PER_PAGE]; ^~~ /kisskb/src/fs/fat/fatent.c:470:27: note: byref variable will be forcibly initialized struct fat_entry fatent, prev_ent; ^~~~~~~~ /kisskb/src/fs/fat/fatent.c:470:19: note: byref variable will be forcibly initialized struct fat_entry fatent, prev_ent; ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_bus_size_cardbus': /kisskb/src/drivers/pci/setup-bus.c:1116:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_count_free_clusters': /kisskb/src/fs/fat/fatent.c:720:19: note: byref variable will be forcibly initialized struct fatent_ra fatent_ra; ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:719:19: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_trim_fs': /kisskb/src/fs/fat/fatent.c:767:19: note: byref variable will be forcibly initialized struct fatent_ra fatent_ra; ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:766:19: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_realloc_detect': /kisskb/src/drivers/pci/setup-bus.c:1724:7: note: byref variable will be forcibly initialized bool unassigned = false; ^~~~~~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_cardbus': /kisskb/src/drivers/pci/setup-bus.c:510:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/fs/fat/dir.c: In function '__fat_readdir': /kisskb/src/fs/fat/dir.c:567:9: note: byref variable will be forcibly initialized loff_t cpos; ^~~~ /kisskb/src/fs/fat/dir.c:563:16: note: byref variable will be forcibly initialized unsigned char bufname[FAT_MAX_SHORT_SIZE]; ^~~~~~~ /kisskb/src/fs/fat/dir.c:562:11: note: byref variable will be forcibly initialized wchar_t *unicode = NULL; ^~~~~~~ /kisskb/src/fs/fat/dir.c:561:16: note: byref variable will be forcibly initialized unsigned char nr_slots; ^~~~~~~~ /kisskb/src/fs/fat/dir.c:560:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/dir.c:559:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pbus_size_mem': /kisskb/src/drivers/pci/setup-bus.c:997:18: note: byref variable will be forcibly initialized resource_size_t aligns[18]; /* Alignments from 1MB to 128GB */ ^~~~~~ /kisskb/src/fs/fat/dir.c: In function '__fat_remove_entries': /kisskb/src/fs/fat/dir.c:998:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de, *endp; ^~ /kisskb/src/fs/fat/dir.c:997:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/drivers/pci/setup-bus.c: In function '__dev_sort_resources': /kisskb/src/drivers/pci/setup-bus.c:188:7: note: byref variable will be forcibly initialized 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:12: note: byref variable will be forcibly initialized LIST_HEAD(local_fail_head); ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c:370:12: note: byref variable will be forcibly initialized LIST_HEAD(save_head); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_add_new_entries': /kisskb/src/fs/fat/dir.c:1207:25: note: byref variable will be forcibly initialized int err, i, n, offset, cluster[2]; ^~~~~~~ /kisskb/src/fs/fat/dir.c:1204:22: note: byref variable will be forcibly initialized struct buffer_head *bhs[MAX_BUF_PER_PAGE]; ^~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pbus_assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:498:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pdev_assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:486:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_search_long': /kisskb/src/fs/fat/dir.c:473:9: note: byref variable will be forcibly initialized loff_t cpos = 0; ^~~~ /kisskb/src/fs/fat/dir.c:472:16: note: byref variable will be forcibly initialized unsigned char bufname[FAT_MAX_SHORT_SIZE]; ^~~~~~~ /kisskb/src/fs/fat/dir.c:471:11: note: byref variable will be forcibly initialized wchar_t *unicode = NULL; ^~~~~~~ /kisskb/src/fs/fat/dir.c:470:16: note: byref variable will be forcibly initialized unsigned char nr_slots; ^~~~~~~~ /kisskb/src/fs/fat/dir.c:469:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/dir.c:468:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^~ /kisskb/src/fs/fat/dir.c: In function 'fat_get_dotdot_entry': /kisskb/src/fs/fat/dir.c:893:9: note: byref variable will be forcibly initialized loff_t offset = 0; ^~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_dir_empty': /kisskb/src/fs/fat/dir.c:909:9: note: byref variable will be forcibly initialized loff_t cpos; ^~~~ /kisskb/src/fs/fat/dir.c:908:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/dir.c:907:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/fat/dir.c: In function 'fat_subdirs': /kisskb/src/fs/fat/dir.c:934:9: note: byref variable will be forcibly initialized loff_t cpos; ^~~~ /kisskb/src/fs/fat/dir.c:933:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/dir.c:932:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/fat/dir.c: In function 'fat_alloc_new_dir': /kisskb/src/fs/fat/dir.c:1142:11: note: byref variable will be forcibly initialized int err, cluster; ^~~~~~~ /kisskb/src/fs/fat/dir.c:1141:5: note: byref variable will be forcibly initialized u8 time_cs; ^~~~~~~ /kisskb/src/fs/fat/dir.c:1140:15: note: byref variable will be forcibly initialized __le16 date, time; ^~~~ /kisskb/src/fs/fat/dir.c:1140:9: note: byref variable will be forcibly initialized __le16 date, time; ^~~~ /kisskb/src/fs/fat/dir.c:1137:22: note: byref variable will be forcibly initialized struct buffer_head *bhs[MAX_BUF_PER_PAGE]; ^~~ /kisskb/src/fs/fat/dir.c: In function 'fat_add_entries': /kisskb/src/fs/fat/dir.c:1369:16: note: byref variable will be forcibly initialized int cluster, nr_cluster; ^~~~~~~~~~ /kisskb/src/fs/fat/dir.c:1289:14: note: byref variable will be forcibly initialized loff_t pos, i_pos; ^~~~~ /kisskb/src/fs/fat/dir.c:1289:9: note: byref variable will be forcibly initialized loff_t pos, i_pos; ^~~ /kisskb/src/fs/fat/dir.c:1287:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/dir.c:1286:34: note: byref variable will be forcibly initialized struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ ^~~ /kisskb/src/fs/fat/dir.c:1286:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ ^~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_root_bus_resources': /kisskb/src/drivers/pci/setup-bus.c:1760:12: note: byref variable will be forcibly initialized LIST_HEAD(fail_head); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c:1755:12: note: byref variable will be forcibly initialized LIST_HEAD(realloc_head); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_bridge_resources': /kisskb/src/drivers/pci/setup-bus.c:2057:12: note: byref variable will be forcibly initialized LIST_HEAD(fail_head); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2054:12: note: byref variable will be forcibly initialized LIST_HEAD(add_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_reassign_bridge_resources': /kisskb/src/drivers/pci/setup-bus.c:2130:12: note: byref variable will be forcibly initialized LIST_HEAD(failed); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2129:12: note: byref variable will be forcibly initialized LIST_HEAD(added); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2128:12: note: byref variable will be forcibly initialized LIST_HEAD(saved); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_bus_resources': /kisskb/src/drivers/pci/setup-bus.c:2232:12: note: byref variable will be forcibly initialized LIST_HEAD(add_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-xtal.c: In function 'armada_3700_xtal_clock_probe': /kisskb/src/drivers/clk/mvebu/armada-37xx-xtal.c:27:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-xtal.c:22:14: note: byref variable will be forcibly initialized const char *xtal_name = "xtal"; ^~~~~~~~~ /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_regulator_init_state': /kisskb/src/drivers/regulator/pwm-regulator.c:57:19: note: byref variable will be forcibly initialized struct pwm_state pwm_state; ^~~~~~~~~ /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_regulator_get_voltage': /kisskb/src/drivers/regulator/pwm-regulator.c:154:19: note: byref variable will be forcibly initialized struct pwm_state pstate; ^~~~~~ In file included from /kisskb/src/drivers/regulator/pwm-regulator.c:18: /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_regulator_set_voltage_sel': /kisskb/src/drivers/regulator/pwm-regulator.c:86:19: note: byref variable will be forcibly initialized struct pwm_state pstate; ^~~~~~ /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_regulator_set_voltage': /kisskb/src/drivers/regulator/pwm-regulator.c:191:19: note: byref variable will be forcibly initialized struct pwm_state pstate; ^~~~~~ /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_regulator_init_table': /kisskb/src/drivers/regulator/pwm-regulator.c:258:15: note: byref variable will be forcibly initialized unsigned int length = 0; ^~~~~~ /kisskb/src/drivers/regulator/pwm-regulator.c: In function 'pwm_regulator_init_continuous': /kisskb/src/drivers/regulator/pwm-regulator.c:294:6: note: byref variable will be forcibly initialized u32 dutycycle_unit = 100; ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/pwm-regulator.c:293:6: note: byref variable will be forcibly initialized u32 dutycycle_range[2] = { 0, 100 }; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/mt6311-regulator.c: In function 'mt6311_i2c_probe': /kisskb/src/drivers/regulator/mt6311-regulator.c:94:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/pf8x00-regulator.c: In function 'handle_ilim_property': /kisskb/src/drivers/regulator/pf8x00-regulator.c:213:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/regulator/pf8x00-regulator.c: In function 'handle_shift_property': /kisskb/src/drivers/regulator/pf8x00-regulator.c:239:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/regulator/pf8x00-regulator.c: In function 'pf8x00_identify': /kisskb/src/drivers/regulator/pf8x00-regulator.c:503:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/net/x25/x25_link.c: In function 'x25_subscr_ioctl': /kisskb/src/net/x25/x25_link.c:355:29: note: byref variable will be forcibly initialized struct x25_subscrip_struct x25_subscr; ^~~~~~~~~~ /kisskb/src/drivers/regulator/rohm-regulator.c: In function 'set_dvs_level': /kisskb/src/drivers/regulator/rohm-regulator.c:17:11: note: byref variable will be forcibly initialized uint32_t uv; ^~ /kisskb/src/drivers/regulator/rt6245-regulator.c: In function 'rt6245_init_device_properties': /kisskb/src/drivers/regulator/rt6245-regulator.c:126:5: note: byref variable will be forcibly initialized u8 propval; ^~~~~~~ /kisskb/src/drivers/regulator/rtq2134-regulator.c: In function 'rtq2134_buck_get_error_flags': /kisskb/src/drivers/regulator/rtq2134-regulator.c:169:27: note: byref variable will be forcibly initialized unsigned int chip_error, buck_error, events = 0; ^~~~~~~~~~ /kisskb/src/drivers/regulator/rtq2134-regulator.c:169:15: note: byref variable will be forcibly initialized unsigned int chip_error, buck_error, events = 0; ^~~~~~~~~~ /kisskb/src/drivers/regulator/rtq2134-regulator.c: In function 'rtq2134_buck_get_mode': /kisskb/src/drivers/regulator/rtq2134-regulator.c:99:15: note: byref variable will be forcibly initialized unsigned int mode; ^~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'f_start': /kisskb/src/kernel/trace/trace_events.c:1584:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ /kisskb/src/kernel/trace/trace_events.c: In function 's_start': /kisskb/src/kernel/trace/trace_events.c:1239:9: note: byref variable will be forcibly initialized loff_t l; ^ /kisskb/src/kernel/trace/trace_events.c: In function 't_start': /kisskb/src/kernel/trace/trace_events.c:1206:9: note: byref variable will be forcibly initialized loff_t l; ^ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_read': /kisskb/src/kernel/trace/trace_events.c:1416:7: note: byref variable will be forcibly initialized char buf[2]; ^~~ /kisskb/src/kernel/trace/trace_events.c:1410:13: note: byref variable will be forcibly initialized const char set_to_char[4] = { '?', '0', '1', 'X' }; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_id_read': /kisskb/src/kernel/trace/trace_events.c:1630:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_write': /kisskb/src/kernel/trace/trace_events.c:1375:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_write': /kisskb/src/kernel/trace/trace_events.c:1460:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_read': /kisskb/src/kernel/trace/trace_events.c:1346:7: note: byref variable will be forcibly initialized char buf[4] = "0"; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_event_perf.c: In function 'perf_ftrace_function_call': /kisskb/src/kernel/trace/trace_event_perf.c:438:6: note: byref variable will be forcibly initialized int rctx; ^~~~ /kisskb/src/kernel/trace/trace_event_perf.c:437:17: note: byref variable will be forcibly initialized struct pt_regs regs; ^~~~ /kisskb/src/kernel/trace/trace_event_perf.c:436:20: note: byref variable will be forcibly initialized struct hlist_head head; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:882:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_no_pids, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:879:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_pids, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_pid_write': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1962:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_no_pids, pid_list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1960:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_pids, pid_list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1930:25: note: byref variable will be forcibly initialized struct trace_pid_list *pid_list; ^~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-xilinx.c: In function 'xilinx_pcie_parse_dt': /kisskb/src/drivers/pci/controller/pcie-xilinx.c:534:18: note: byref variable will be forcibly initialized struct resource regs; ^~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'ftrace_event_write': /kisskb/src/kernel/trace/trace_events.c:1143:22: note: byref variable will be forcibly initialized struct trace_parser parser; ^~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'early_enable_events': /kisskb/src/kernel/trace/trace_events.c:3583:8: note: byref variable will be forcibly initialized char *buf = bootup_event_buf; ^~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/linkinfo.c:3: /kisskb/src/net/ethtool/linkinfo.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/ethtool/linkinfo.c: In function 'ethnl_set_linkinfo': /kisskb/src/net/ethtool/linkinfo.c:105:7: note: byref variable will be forcibly initialized bool mod = false; ^~~ /kisskb/src/drivers/soc/qcom/apr.c: In function 'apr_do_rx_callback': /kisskb/src/drivers/soc/qcom/apr.c:109:22: note: byref variable will be forcibly initialized struct apr_resp_pkt resp; ^~~~ /kisskb/src/drivers/soc/qcom/apr.c: In function 'of_apr_add_pd_lookups': /kisskb/src/drivers/soc/qcom/apr.c:308:29: note: byref variable will be forcibly initialized const char *service_name, *service_path; ^~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/apr.c:308:14: note: byref variable will be forcibly initialized const char *service_name, *service_path; ^~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/apr.c: In function 'of_register_apr_devices': /kisskb/src/drivers/soc/qcom/apr.c:345:24: note: byref variable will be forcibly initialized struct apr_device_id id = { {0} }; ^~ /kisskb/src/drivers/soc/qcom/apr.c:341:14: note: byref variable will be forcibly initialized const char *service_path; ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_getmemory': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1287:16: note: byref variable will be forcibly initialized unsigned char bytes[32]; ^~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_check_var': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:736:15: note: byref variable will be forcibly initialized unsigned int ydstorg; ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:735:6: note: byref variable will be forcibly initialized int cmap_len; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:734:6: note: byref variable will be forcibly initialized int visual; ^~~~~~ /kisskb/src/fs/bfs/inode.c: In function 'bfs_write_inode': /kisskb/src/fs/bfs/inode.c:123:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'initMatrox2': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1742:13: note: byref variable will be forcibly initialized u_int32_t mga_option; ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1741:13: note: byref variable will be forcibly initialized u_int32_t cmd; ^~~ /kisskb/src/fs/bfs/inode.c: In function 'bfs_evict_inode': /kisskb/src/fs/bfs/inode.c:167:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_probe': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:2044:12: note: byref variable will be forcibly initialized u_int32_t cmd; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'event_set_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1556:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(file->filter, filter); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_set_par': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:783:23: note: byref variable will be forcibly initialized { struct my_timming mt; ^~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:752:15: note: byref variable will be forcibly initialized unsigned int ydstorg; ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:751:6: note: byref variable will be forcibly initialized int cmap_len; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:750:6: note: byref variable will be forcibly initialized int visual; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/perf_event.h:49, from /kisskb/src/kernel/trace/trace_events_filter.c:11: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_preds': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1539:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(filter->prog, prog); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1513:6: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1512:6: note: byref variable will be forcibly initialized int nr_preds; ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1511:6: note: byref variable will be forcibly initialized int nr_parens; ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1717:29: note: byref variable will be forcibly initialized struct filter_parse_error *pe = NULL; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.h:29, from /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:105: /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_wait_for_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:294:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(vs->wait, cnt != vs->cnt, HZ/10); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_system_preds': /kisskb/src/kernel/trace/trace_events_filter.c:1578:12: note: byref variable will be forcibly initialized LIST_HEAD(filter_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_system_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1756:29: note: byref variable will be forcibly initialized struct filter_parse_error *pe = NULL; ^~ /kisskb/src/kernel/trace/trace_events_filter.c: In function '__ftrace_function_set_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1923:9: note: byref variable will be forcibly initialized 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:2009:30: note: byref variable will be forcibly initialized struct function_filter_data data = { ^~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'filter_build_regex': /kisskb/src/kernel/trace/trace_events_filter.c:865:8: note: byref variable will be forcibly initialized char *search; ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'parse_pred': /kisskb/src/kernel/trace/trace_events_filter.c:1162:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/kernel/trace/trace_events_filter.c:1159:7: note: byref variable will be forcibly initialized char num_buf[24]; /* Big enough to hold an address */ ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_ioctl': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1148:25: note: byref variable will be forcibly initialized struct v4l2_control ctrl; ^~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1126:25: note: byref variable will be forcibly initialized struct v4l2_control ctrl; ^~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1104:27: note: byref variable will be forcibly initialized struct v4l2_queryctrl qctrl; ^~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1089:28: note: byref variable will be forcibly initialized struct v4l2_capability r; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:985:15: note: byref variable will be forcibly initialized u_int32_t tmp; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:960:34: note: byref variable will be forcibly initialized struct matroxioc_output_mode mom; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:910:34: note: byref variable will be forcibly initialized struct matroxioc_output_mode mom; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:889:22: note: byref variable will be forcibly initialized struct fb_vblank vblank; ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'apply_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1779:23: note: byref variable will be forcibly initialized struct event_filter *filter = NULL; ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'apply_subsystem_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1832:23: note: byref variable will be forcibly initialized struct event_filter *filter = NULL; ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'ftrace_profile_set_filter': /kisskb/src/kernel/trace/trace_events_filter.c:2039:23: note: byref variable will be forcibly initialized struct event_filter *filter = NULL; ^~~~~~ /kisskb/src/drivers/soc/qcom/llcc-qcom.c: In function 'llcc_update_act_ctrl': /kisskb/src/drivers/soc/qcom/llcc-qcom.c:271:6: note: byref variable will be forcibly initialized u32 slice_status; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bitfield.h:10, from /kisskb/src/drivers/soc/qcom/llcc-qcom.c:7: /kisskb/src/drivers/soc/qcom/llcc-qcom.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/soc/qcom/llcc-qcom.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/qcom/llcc-qcom.c: In function '_qcom_llcc_cfg_program': /kisskb/src/drivers/soc/qcom/llcc-qcom.c:414:25: note: byref variable will be forcibly initialized struct llcc_slice_desc desc; ^~~~ /kisskb/src/drivers/soc/qcom/llcc-qcom.c: In function 'qcom_llcc_probe': /kisskb/src/drivers/soc/qcom/llcc-qcom.c:538:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/soc/qcom/llcc-qcom.c:531:6: note: byref variable will be forcibly initialized u32 num_banks; ^~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/can/raw.c:45: /kisskb/src/net/can/raw.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/can/raw.c: In function 'raw_recvmsg': /kisskb/src/net/can/raw.c:848:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/net/can/raw.c: In function 'raw_sendmsg': /kisskb/src/net/can/raw.c:778:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/can/raw.c: In function 'raw_setsockopt': /kisskb/src/net/can/raw.c:522:17: note: byref variable will be forcibly initialized can_err_mask_t err_mask = 0; ^~~~~~~~ /kisskb/src/net/can/raw.c:520:20: note: byref variable will be forcibly initialized struct can_filter sfilter; /* single filter */ ^~~~~~~ /kisskb/src/drivers/pci/setup-irq.c: In function 'pci_assign_irq': /kisskb/src/drivers/pci/setup-irq.c:21:5: note: byref variable will be forcibly initialized u8 pin; ^~~ In file included 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/of.h:15, from /kisskb/src/include/linux/clk-provider.h:9, from /kisskb/src/drivers/clk/mvebu/armada-37xx-tbg.c:10: /kisskb/src/drivers/clk/mvebu/armada-37xx-tbg.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/mvebu/armada-37xx-tbg.c:12: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/reset/reset-microchip-sparx5.c: In function 'sparx5_switch_reset': /kisskb/src/drivers/reset/reset-microchip-sparx5.c:38:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/reset/reset-microchip-sparx5.c: In function 'mchp_sparx5_map_io': /kisskb/src/drivers/reset/reset-microchip-sparx5.c:80:19: note: byref variable will be forcibly initialized struct resource *res; ^~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:719:24: note: byref variable will be forcibly initialized struct fb_videomode cvt_mode; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_match_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:1037:26: note: byref variable will be forcibly initialized struct fb_videomode *m, mode; ^~~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_best_display': /kisskb/src/drivers/video/fbdev/core/modedb.c:1178:28: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'set_trigger_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:781:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(data->filter, filter); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:756:23: note: byref variable will be forcibly initialized struct event_filter *filter = NULL, *tmp; ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_enable_trigger_func': /kisskb/src/kernel/trace/trace_events_trigger.c:1395:8: note: byref variable will be forcibly initialized char *trigger; ^~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_trigger_callback': /kisskb/src/kernel/trace/trace_events_trigger.c:647:8: note: byref variable will be forcibly initialized char *trigger = NULL; ^~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'trigger_process_regex': /kisskb/src/kernel/trace/trace_events_trigger.c:232:18: note: byref variable will be forcibly initialized char *command, *next; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/pci/controller/pcie-iproc-msi.c:6: /kisskb/src/drivers/pci/controller/pcie-iproc-msi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/pci/controller/pcie-iproc-msi.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'fetch_store_strlen': /kisskb/src/kernel/trace/trace_eprobe.c:340:5: note: byref variable will be forcibly initialized u8 c; ^ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'process_fetch_insn_bottom': /kisskb/src/kernel/trace/trace_eprobe.c:340:5: 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:340:5: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/trace_eprobe.c:316:1: note: byref variable will be forcibly initialized process_fetch_insn(struct fetch_insn *code, void *rec, void *dest, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/kernel/trace/trace_eprobe.c:14: /kisskb/src/kernel/trace/trace_eprobe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'get_eprobe_size': /kisskb/src/kernel/trace/trace_eprobe.c:340:5: note: byref variable will be forcibly initialized u8 c; ^ /kisskb/src/kernel/trace/trace_eprobe.c:292:12: note: byref variable will be forcibly initialized static int get_eprobe_size(struct trace_probe *tp, void *rec) ^~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function '__eprobe_trace_func': /kisskb/src/kernel/trace/trace_eprobe.c:435:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function '__trace_eprobe_create': /kisskb/src/kernel/trace/trace_eprobe.c:813:7: note: byref variable will be forcibly initialized char buf2[MAX_EVENT_NAME_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_eprobe.c:812:7: note: byref variable will be forcibly initialized char buf1[MAX_EVENT_NAME_LEN]; ^~~~ /kisskb/src/drivers/regulator/sy8824x.c: In function 'sy8824_get_mode': /kisskb/src/drivers/regulator/sy8824x.c:62:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/kernel/trace/trace_eprobe.c:809:33: note: byref variable will be forcibly initialized const char *sys_event = NULL, *sys_name = NULL; ^~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:809:14: note: byref variable will be forcibly initialized const char *sys_event = NULL, *sys_name = NULL; ^~~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:808:29: note: byref variable will be forcibly initialized const char *event = NULL, *group = EPROBE_EVENT_SYSTEM; ^~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:808:14: note: byref variable will be forcibly initialized const char *event = NULL, *group = EPROBE_EVENT_SYSTEM; ^~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_set_enable': /kisskb/src/drivers/pci/msi.c:399:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msix_clear_and_set_ctrl': /kisskb/src/drivers/pci/msi.c:431:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/msi.c: In function 'msi_setup_entry': /kisskb/src/drivers/pci/msi.c:471:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'msix_map_region': /kisskb/src/drivers/pci/msi.c:585:6: note: byref variable will be forcibly initialized u32 table_offset; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_vec_count': /kisskb/src/drivers/pci/msi.c:835:6: note: byref variable will be forcibly initialized u16 msgctl; ^~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msix_vec_count': /kisskb/src/drivers/pci/msi.c:889:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'msix_capability_init': /kisskb/src/drivers/pci/msi.c:696:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/regulator/tps6507x-regulator.c: In function 'tps6507x_pmic_read': /kisskb/src/drivers/regulator/tps6507x-regulator.c:123:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pci/msi.c: In function '__pci_read_msi_msg': /kisskb/src/drivers/pci/msi.c:272:7: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/pci/msi.c: In function '__pci_write_msi_msg': /kisskb/src/drivers/pci/msi.c:324:7: note: byref variable will be forcibly initialized u16 msgctl; ^~~~~~ /kisskb/src/drivers/regulator/tps6507x-regulator.c: In function 'tps6507x_pmic_of_parse_cb': /kisskb/src/drivers/regulator/tps6507x-regulator.c:367:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/regulator/tps65217-regulator.c:18: /kisskb/src/drivers/regulator/tps65217-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/tps65217-regulator.c:20: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pci/msi.c: In function '__pci_restore_msi_state': /kisskb/src/drivers/pci/msi.c:410:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/regulator/tps65217-regulator.c: In function 'tps65217_regulator_probe': /kisskb/src/drivers/regulator/tps65217-regulator.c:228:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_domain_get_msi_rid': /kisskb/src/drivers/pci/msi.c:1451:6: note: byref variable will be forcibly initialized u32 rid = pci_dev_id(pdev); ^~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_get_device_domain': /kisskb/src/drivers/pci/msi.c:1474:6: note: byref variable will be forcibly initialized u32 rid = pci_dev_id(pdev); ^~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_init': /kisskb/src/drivers/pci/msi.c:1510:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msix_init': /kisskb/src/drivers/pci/msi.c:1532:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_set_ext_sleep_config': /kisskb/src/drivers/regulator/tps65910-regulator.c:920:15: note: byref variable will be forcibly initialized int opvsel, srvsel; ^~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c:920:7: note: byref variable will be forcibly initialized int opvsel, srvsel; ^~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_get_mode': /kisskb/src/drivers/regulator/tps65910-regulator.c:419:16: note: byref variable will be forcibly initialized int ret, reg, value, id = rdev_get_id(dev); ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65911_get_voltage_sel': /kisskb/src/drivers/regulator/tps65910-regulator.c:561:15: note: byref variable will be forcibly initialized unsigned int value, reg; ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_get_voltage_sel': /kisskb/src/drivers/regulator/tps65910-regulator.c:517:16: note: byref variable will be forcibly initialized int ret, reg, value, id = rdev_get_id(dev); ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_get_voltage_dcdc_sel': /kisskb/src/drivers/regulator/tps65910-regulator.c:441:43: note: byref variable will be forcibly initialized int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; ^~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c:441:18: note: byref variable will be forcibly initialized int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; ^~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c:441:6: note: byref variable will be forcibly initialized int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/fat/file.c:11: /kisskb/src/fs/fat/file.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_parse_dt_reg_data': /kisskb/src/drivers/regulator/tps65910-regulator.c:1006:15: note: byref variable will be forcibly initialized unsigned int prop; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/regulator/tps65910-regulator.c:11: /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/qcom_gsbi.c: In function 'gsbi_probe': In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/tps65910-regulator.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/qcom/qcom_gsbi.c:134:12: note: byref variable will be forcibly initialized u32 mask, gsbi_num; ^~~~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_probe': /kisskb/src/drivers/regulator/tps65910-regulator.c:1080:29: note: byref variable will be forcibly initialized struct of_regulator_match *tps65910_reg_matches = NULL; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_ioctl_fitrim': /kisskb/src/fs/fat/file.c:129:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_free': /kisskb/src/fs/fat/file.c:343:19: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/fs/fat/file.c:343:12: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/fs/fat/file.c:342:20: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ /kisskb/src/drivers/regulator/wm8400-regulator.c: In function 'wm8400_dcdc_get_mode': /kisskb/src/drivers/regulator/wm8400-regulator.c:35:6: note: byref variable will be forcibly initialized u16 data[2]; ^~~~ /kisskb/src/fs/fat/file.c: In function 'fat_ioctl_set_attributes': /kisskb/src/fs/fat/file.c:41:15: note: byref variable will be forcibly initialized struct iattr ia; ^~ /kisskb/src/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:408:27: note: byref variable will be forcibly initialized unsigned int load_level, sel; ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:408:15: note: byref variable will be forcibly initialized unsigned int load_level, sel; ^~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:407:15: note: byref variable will be forcibly initialized unsigned int offset = ARMADA_37XX_NB_TBG_SEL_OFF; ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:406:15: note: byref variable will be forcibly initialized 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_div': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:383:27: note: byref variable will be forcibly initialized unsigned int load_level, div; ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:383:15: note: byref variable will be forcibly initialized unsigned int load_level, div; ^~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:382:15: note: byref variable will be forcibly initialized unsigned int offset = ARMADA_37XX_NB_TBG_DIV_OFF; ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:381:15: note: byref variable will be forcibly initialized 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:369:15: note: byref variable will be forcibly initialized 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:469:26: note: byref variable will be forcibly initialized unsigned int reg, val, offset = ARMADA_37XX_NB_TBG_DIV_OFF; ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:469:21: note: byref variable will be forcibly initialized unsigned int reg, val, offset = ARMADA_37XX_NB_TBG_DIV_OFF; ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:469:16: note: byref variable will be forcibly initialized unsigned int reg, val, offset = ARMADA_37XX_NB_TBG_DIV_OFF; ^~~ In file included 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/of.h:15, from /kisskb/src/include/linux/clk-provider.h:9, from /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:20: /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:21: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized 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:512:15: note: byref variable will be forcibly initialized unsigned int cur_level; ^~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'clk_pm_cpu_set_rate': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:570:4: note: byref variable will be forcibly initialized offset = ARMADA_37XX_NB_TBG_DIV_OFF; ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:569:27: note: byref variable will be forcibly initialized unsigned int reg, mask, val, ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:569:16: note: byref variable will be forcibly initialized unsigned int reg, mask, val, ^~~ /kisskb/src/drivers/soc/qcom/mdt_loader.c: In function '__qcom_mdt_load': /kisskb/src/drivers/soc/qcom/mdt_loader.c:141:9: note: byref variable will be forcibly initialized size_t metadata_len; ^~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/mdt_loader.c:137:25: note: byref variable will be forcibly initialized const struct firmware *seg_fw; ^~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_irq_parse_pci': /kisskb/src/drivers/pci/of.c:429:5: note: byref variable will be forcibly initialized u8 pin; ^~~ /kisskb/src/drivers/pci/of.c:428:9: note: byref variable will be forcibly initialized __be32 laddr[3]; ^~~~~ /kisskb/src/kernel/trace/trace_events_inject.c: In function 'parse_field': /kisskb/src/kernel/trace/trace_events_inject.c:43:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/pci/of.c: In function 'of_irq_parse_and_map_pci': /kisskb/src/drivers/pci/of.c:531:25: note: byref variable will be forcibly initialized struct of_phandle_args oirq; ^~~~ /kisskb/src/kernel/trace/trace_events_inject.c: In function 'parse_entry': /kisskb/src/kernel/trace/trace_events_inject.c:197:6: note: byref variable will be forcibly initialized u64 val = 0; ^~~ /kisskb/src/kernel/trace/trace_events_inject.c:196:6: note: byref variable will be forcibly initialized int entry_size; ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_inject.c:194:29: note: byref variable will be forcibly initialized 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:28: note: byref variable will be forcibly initialized 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:283:8: note: byref variable will be forcibly initialized void *entry = NULL; ^~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_devfn': /kisskb/src/drivers/pci/of.c:162:6: note: byref variable will be forcibly initialized u32 reg[5]; ^~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_parse_bus_range': /kisskb/src/drivers/pci/of.c:182:6: note: byref variable will be forcibly initialized u32 bus_range[2]; ^~~~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'devm_of_pci_get_host_bridge_resources': /kisskb/src/drivers/pci/of.c:284:29: note: byref variable will be forcibly initialized struct of_pci_range_parser parser; ^~~~~~ /kisskb/src/drivers/pci/of.c:283:22: note: byref variable will be forcibly initialized struct of_pci_range range; ^~~~~ /kisskb/src/drivers/pci/of.c:281:24: note: byref variable will be forcibly initialized struct resource *res, tmp_res; ^~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'pci_parse_request_of_pci_ranges': /kisskb/src/drivers/pci/of.c:547:18: note: byref variable will be forcibly initialized resource_size_t iobase; ^~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_get_pci_domain_nr': /kisskb/src/drivers/pci/of.c:218:6: note: byref variable will be forcibly initialized u32 domain; ^~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_check_probe_only': /kisskb/src/drivers/pci/of.c:235:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_max_link_speed': /kisskb/src/drivers/pci/of.c:621:6: note: byref variable will be forcibly initialized u32 max_link_speed; ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'iproc_pcie_check_link': /kisskb/src/drivers/pci/controller/pcie-iproc.c:771:40: note: byref variable will be forcibly initialized u32 hdr_type, link_ctrl, link_status, class, val; ^~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c:771:27: note: byref variable will be forcibly initialized u32 hdr_type, link_ctrl, link_status, class, val; ^~~~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c:771:16: note: byref variable will be forcibly initialized u32 hdr_type, link_ctrl, link_status, class, val; ^~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c:771:6: note: byref variable will be forcibly initialized u32 hdr_type, link_ctrl, link_status, class, val; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/pci/controller/pcie-iproc.c:7: /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/pci/controller/pcie-iproc.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'iproce_pcie_get_msi': /kisskb/src/drivers/pci/controller/pcie-iproc.c:1226:18: note: byref variable will be forcibly initialized 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:1251:24: note: byref variable will be forcibly initialized 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:1318:6: note: byref variable will be forcibly initialized 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:1355:7: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/net/x25/x25_out.c: In function 'x25_output': /kisskb/src/net/x25/x25_out.c:51:6: note: byref variable will be forcibly initialized int err, frontlen, len; ^~~ /kisskb/src/net/x25/x25_out.c:50:16: note: byref variable will be forcibly initialized unsigned char header[X25_EXT_MIN_LEN]; ^~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/linkmodes.c:3: /kisskb/src/net/ethtool/linkmodes.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/linkmodes.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:264, 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/include/linux/ethtool.h:16, from /kisskb/src/include/uapi/linux/ethtool_netlink.h:12, from /kisskb/src/include/linux/ethtool_netlink.h:6, from /kisskb/src/net/ethtool/netlink.h:6, from /kisskb/src/net/ethtool/linkmodes.c:3: /kisskb/src/net/ethtool/linkmodes.c: In function 'ethnl_auto_linkmodes': /kisskb/src/net/ethtool/linkmodes.c:185:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(old_adv, __ETHTOOL_LINK_MODE_MASK_NBITS); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/linkmodes.c: In function 'ethnl_set_linkmodes': /kisskb/src/net/ethtool/linkmodes.c:314:7: note: byref variable will be forcibly initialized bool mod = false; ^~~ /kisskb/src/fs/fat/inode.c: In function 'fat_get_block_bmap': /kisskb/src/fs/fat/inode.c:302:16: note: byref variable will be forcibly initialized unsigned long mapped_blocks; ^~~~~~~~~~~~~ /kisskb/src/fs/fat/inode.c:301:11: note: byref variable will be forcibly initialized sector_t bmap; ^~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_calc_dir_size': /kisskb/src/fs/fat/inode.c:483:18: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/fs/fat/inode.c:483:11: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/fs/fat/inode.c: In function 'is_exec': /kisskb/src/fs/fat/inode.c:472:16: note: byref variable will be forcibly initialized unsigned char exe_extensions[] = "EXECOMBAT", *walk; ^~~~~~~~~~~~~~ /kisskb/src/fs/fat/inode.c: In function '__fat_write_inode': /kisskb/src/fs/fat/inode.c:889:10: note: byref variable will be forcibly initialized __le16 atime; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/error_report.h:74, from /kisskb/src/kernel/trace/error_report-traces.c:9: /kisskb/src/kernel/trace/error_report-traces.c: In function 'perf_trace_error_report_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(error_report_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(error_report_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/error_report.h:74, from /kisskb/src/kernel/trace/error_report-traces.c:9: /kisskb/src/kernel/trace/error_report-traces.c: In function 'trace_event_raw_event_error_report_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(error_report_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/error_report.h:74, from /kisskb/src/kernel/trace/error_report-traces.c:9: /kisskb/src/kernel/trace/error_report-traces.c: In function '__bpf_trace_error_report_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(error_report_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(error_report_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(error_report_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(error_report_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/inode.c: In function 'parse_options': /kisskb/src/fs/fat/inode.c:1132:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/fat/inode.c:1131:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ 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:110: /kisskb/src/kernel/fork.c: In function 'perf_trace_task_newtask': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ 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:110: /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_newtask': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ 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:110: /kisskb/src/kernel/fork.c: In function 'perf_trace_task_rename': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/task.h:62, from /kisskb/src/kernel/fork.c:110: /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_rename': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ 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:110: /kisskb/src/kernel/fork.c: In function '__bpf_trace_task_newtask': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function '__bpf_trace_task_rename': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_add_cluster': /kisskb/src/fs/fat/inode.c:106:11: note: byref variable will be forcibly initialized int err, cluster; ^~~~~~~ /kisskb/src/fs/fat/inode.c: In function '__fat_get_block': /kisskb/src/fs/fat/inode.c:126:11: note: byref variable will be forcibly initialized sector_t phys, last_block; ^~~~ /kisskb/src/fs/fat/inode.c:125:16: note: byref variable will be forcibly initialized unsigned long mapped_blocks; ^~~~~~~~~~~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_get_block': /kisskb/src/fs/fat/inode.c:187:16: note: byref variable will be forcibly initialized unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; ^~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/kernel/fork.c:2712:20: note: byref variable will be forcibly initialized struct clone_args args; ^~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_fill_super': /kisskb/src/fs/fat/inode.c:1616:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/fat/inode.c:1615:7: note: byref variable will be forcibly initialized char buf[50]; ^~~ /kisskb/src/fs/fat/inode.c:1613:6: note: byref variable will be forcibly initialized int debug; ^~~~~ /kisskb/src/fs/fat/inode.c:1609:30: note: byref variable will be forcibly initialized struct fat_bios_param_block bpb; ^~~ /kisskb/src/kernel/fork.c: In function 'copy_files': /kisskb/src/kernel/fork.c:1538:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'fork_init': /kisskb/src/kernel/fork.c:820:28: note: byref variable will be forcibly initialized unsigned long useroffset, usersize; ^~~~~~~~ /kisskb/src/kernel/fork.c:820:16: note: byref variable will be forcibly initialized unsigned long useroffset, usersize; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'set_mm_exe_file': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c:1189:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mm->exe_file, new_exe_file); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'dup_mmap': /kisskb/src/kernel/fork.c:496:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/kernel/fork.c:1938:30: note: byref variable will be forcibly initialized struct multiprocess_signals delayed; ^~~~~~~ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/fork.c:2546:20: note: byref variable will be forcibly initialized struct completion vfork; ^~~~~ /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:2848:8: note: byref variable will be forcibly initialized pid_t set_tid[MAX_PID_NS_LEVEL]; ^~~~~~~ /kisskb/src/kernel/fork.c:2847:27: note: byref variable will be forcibly initialized struct kernel_clone_args kargs; ^~~~~ /kisskb/src/kernel/fork.c: In function 'unshare_fd': /kisskb/src/kernel/fork.c:3007:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/kernel/fork.c: In function 'ksys_unshare': /kisskb/src/kernel/fork.c:3032:18: note: byref variable will be forcibly initialized struct nsproxy *new_nsproxy = NULL; ^~~~~~~~~~~ /kisskb/src/kernel/fork.c:3030:28: note: byref variable will be forcibly initialized struct files_struct *fd, *new_fd = NULL; ^~~~~~ /kisskb/src/kernel/fork.c:3029:25: note: byref variable will be forcibly initialized struct fs_struct *fs, *new_fs = NULL; ^~~~~~ /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c: In function 'ap806_syscon_common_probe': /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c:137:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c:132:39: note: byref variable will be forcibly initialized unsigned int freq_mode, cpuclk_freq, dclk_freq; ^~~~~~~~~ /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c:132:26: note: byref variable will be forcibly initialized unsigned int freq_mode, cpuclk_freq, dclk_freq; ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'unshare_files': /kisskb/src/kernel/fork.c:3163:29: note: byref variable will be forcibly initialized struct files_struct *old, *copy = NULL; ^~~~ /kisskb/src/kernel/fork.c: In function 'sysctl_max_threads': /kisskb/src/kernel/fork.c:3185:6: note: byref variable will be forcibly initialized int max = MAX_THREADS; ^~~ /kisskb/src/kernel/fork.c:3184:6: note: byref variable will be forcibly initialized int min = 1; ^~~ /kisskb/src/kernel/fork.c:3183:6: note: byref variable will be forcibly initialized int threads = max_threads; ^~~~~~~ /kisskb/src/kernel/fork.c:3181:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ 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:1252:27: note: byref variable will be forcibly initialized struct bpf_trace_run_ctx run_ctx; ^~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_trace_printk': /kisskb/src/kernel/trace/bpf_trace.c:372:7: note: byref variable will be forcibly initialized u32 *bin_args; ^~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:371:6: note: byref variable will be forcibly initialized 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:371:6: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/bpf_trace.c:372:7: note: byref variable will be forcibly initialized u32 *bin_args; ^~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_seq_printf': /kisskb/src/kernel/trace/bpf_trace.c:423:7: note: byref variable will be forcibly initialized u32 *bin_args; ^~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_seq_printf': /kisskb/src/kernel/trace/bpf_trace.c:423:7: 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:474:6: note: byref variable will be forcibly initialized s32 btf_id; ^~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:473:20: note: byref variable will be forcibly initialized const struct btf *btf; ^~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_seq_printf_btf': /kisskb/src/kernel/trace/bpf_trace.c:473:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/bpf_trace.c:474:6: note: byref variable will be forcibly initialized s32 btf_id; ^~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_perf_event_read': /kisskb/src/kernel/trace/bpf_trace.c:520:6: note: byref variable will be forcibly initialized u64 value = 0; ^~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_perf_event_read': /kisskb/src/kernel/trace/bpf_trace.c:520:6: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bitfield.h:10, from /kisskb/src/drivers/soc/qcom/ocmem.c:12: /kisskb/src/drivers/soc/qcom/ocmem.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/soc/qcom/ocmem.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_snprintf_btf': /kisskb/src/kernel/trace/bpf_trace.c:944:6: note: byref variable will be forcibly initialized s32 btf_id; ^~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:943:20: note: byref variable will be forcibly initialized const struct btf *btf; ^~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_snprintf_btf': /kisskb/src/kernel/trace/bpf_trace.c:943:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/bpf_trace.c:944:6: note: byref variable will be forcibly initialized 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:613:25: note: byref variable will be forcibly initialized struct perf_raw_record raw = { ^~~ 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:32: /kisskb/src/kernel/trace/bpf_trace.c: In function 'perf_trace_bpf_trace_printk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_cpu': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_pstate_sample': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ 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:32: /kisskb/src/kernel/trace/bpf_trace.c: In function 'trace_event_raw_event_bpf_trace_printk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_cpu_frequency_limits': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpu_frequency_limits, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpu_frequency_limits, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_suspend_resume': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_cpu_latency_qos_request': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu_latency_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu_latency_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_pm_qos_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pm_qos_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pm_qos_update, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pstate_sample': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_frequency_limits': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpu_frequency_limits, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_suspend_resume': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_latency_qos_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu_latency_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pm_qos_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pm_qos_update, ^~~~~~~~~~~~~~~~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_powernv_throttle': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_powernv_throttle': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_wakeup_source': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_wakeup_source': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_clock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ 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:1252:27: note: byref variable will be forcibly initialized struct bpf_trace_run_ctx run_ctx; ^~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:95:14: note: byref variable will be forcibly initialized unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_clock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_power_domain': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_power_domain': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_dev_pm_qos_request': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_dev_pm_qos_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1763:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(event->tp_event->prog_array, new_array); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1732:25: note: byref variable will be forcibly initialized struct bpf_prog_array *new_array; ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_device_pm_callback_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1789:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(event->tp_event->prog_array, new_array); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1774:25: note: byref variable will be forcibly initialized 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:1805:12: note: byref variable will be forcibly initialized u32 *ids, prog_cnt, ids_len; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run1': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1907:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(1); ^~~~~~~~~~~~~~~~ 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:32: /kisskb/src/kernel/trace/bpf_trace.c: In function '__bpf_trace_bpf_trace_printk': In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_device_pm_callback_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run2': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1908:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(2); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run3': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1909:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(3); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run4': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1910:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(4); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run5': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1911:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(5); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_cpu': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(cpu, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(cpu, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(cpu, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run6': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1912:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(6); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_wakeup_source': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_powernv_throttle': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run7': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1913:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(7); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_device_pm_callback_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run8': /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_suspend_resume': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1914:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(8); ^~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_clock': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run9': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1915:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(9); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_power_domain': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_pm_qos_update': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pm_qos_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run10': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pm_qos_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pm_qos_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pm_qos_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1916:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(10); ^~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pm_qos_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run11': /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_pstate_sample': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1917:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(11); ^~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run12': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1918:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(12); ^~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_cpu_frequency_limits': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpu_frequency_limits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpu_frequency_limits, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_cpu_latency_qos_request': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu_latency_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu_latency_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc-platform.c: In function 'iproc_pcie_pltfm_probe': /kisskb/src/drivers/pci/controller/pcie-iproc-platform.c:73:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pci/controller/pcie-iproc-platform.c:45:18: note: byref variable will be forcibly initialized struct resource reg; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rpm.h:107, from /kisskb/src/kernel/trace/rpm-traces.c:16: /kisskb/src/kernel/trace/rpm-traces.c: In function 'perf_trace_rpm_internal': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/rpm-traces.c: In function 'perf_trace_rpm_return_int': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_dynevent.c: In function 'dyn_event_release': /kisskb/src/kernel/trace/trace_dynevent.c:76:6: note: byref variable will be forcibly initialized int argc, ret = -ENOENT; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rpm.h:107, from /kisskb/src/kernel/trace/rpm-traces.c:16: /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_internal': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_return_int': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_max_uA': /kisskb/src/drivers/regulator/virtual.c:196:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_min_uA': /kisskb/src/drivers/regulator/virtual.c:170:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_max_uV': /kisskb/src/drivers/regulator/virtual.c:144:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_min_uV': /kisskb/src/drivers/regulator/virtual.c:118:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/video/fbdev/core/fbcvt.c: In function 'fb_find_mode_cvt': /kisskb/src/drivers/video/fbdev/core/fbcvt.c:307:21: note: byref variable will be forcibly initialized struct fb_cvt_data cvt; ^~~ /kisskb/src/drivers/regulator/as3711-regulator.c: In function 'as3711_get_mode_sd': /kisskb/src/drivers/regulator/as3711-regulator.c:56:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/fs/bfs/dir.c: In function 'bfs_rename': /kisskb/src/fs/bfs/dir.c:208:30: note: byref variable will be forcibly initialized struct bfs_dirent *old_de, *new_de; ^~~~~~ /kisskb/src/fs/bfs/dir.c:208:21: note: byref variable will be forcibly initialized struct bfs_dirent *old_de, *new_de; ^~~~~~ /kisskb/src/fs/bfs/dir.c: In function 'bfs_unlink': /kisskb/src/fs/bfs/dir.c:174:21: note: byref variable will be forcibly initialized struct bfs_dirent *de; ^~ /kisskb/src/fs/bfs/dir.c: In function 'bfs_lookup': /kisskb/src/fs/bfs/dir.c:130:21: note: byref variable will be forcibly initialized struct bfs_dirent *de; ^~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_is_enabled': /kisskb/src/drivers/regulator/cros-ec-regulator.c:85:42: note: byref variable will be forcibly initialized struct ec_response_regulator_is_enabled resp; ^~~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c:82:40: note: byref variable will be forcibly initialized struct ec_params_regulator_is_enabled cmd = { ^~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_disable': /kisskb/src/drivers/regulator/cros-ec-regulator.c:70:36: note: byref variable will be forcibly initialized struct ec_params_regulator_enable cmd = { ^~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_enable': /kisskb/src/drivers/regulator/cros-ec-regulator.c:58:36: note: byref variable will be forcibly initialized struct ec_params_regulator_enable cmd = { ^~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_get_voltage': /kisskb/src/drivers/regulator/cros-ec-regulator.c:112:43: note: byref variable will be forcibly initialized struct ec_response_regulator_get_voltage resp; ^~~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c:109:41: note: byref variable will be forcibly initialized struct ec_params_regulator_get_voltage cmd = { ^~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_set_voltage': /kisskb/src/drivers/regulator/cros-ec-regulator.c:128:41: note: byref variable will be forcibly initialized struct ec_params_regulator_set_voltage cmd = { ^~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_init_info': /kisskb/src/drivers/regulator/cros-ec-regulator.c:160:40: note: byref variable will be forcibly initialized struct ec_response_regulator_get_info resp; ^~~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c:157:38: note: byref variable will be forcibly initialized struct ec_params_regulator_get_info cmd = { ^~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_get_mode': /kisskb/src/drivers/regulator/act8865-regulator.c:362:16: note: byref variable will be forcibly initialized int reg, ret, val = 0; ^~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8600_charger_get_status': /kisskb/src/drivers/regulator/act8865-regulator.c:587:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_pmic_probe': /kisskb/src/drivers/regulator/act8865-regulator.c:741:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_msg': /kisskb/src/fs/fat/misc.c:51:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/fat/misc.c: In function '__fat_fs_error': /kisskb/src/fs/fat/misc.c:25:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/fat/misc.c:24:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_chain_add': /kisskb/src/fs/fat/misc.c:124:20: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ /kisskb/src/fs/fat/misc.c:113:14: note: byref variable will be forcibly initialized int fclus, dclus; ^~~~~ /kisskb/src/fs/fat/misc.c:113:7: note: byref variable will be forcibly initialized int fclus, dclus; ^~~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_time_unix2fat': /kisskb/src/fs/fat/misc.c:240:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/fs/fat/misc.c: In function 'fat_truncate_time': /kisskb/src/fs/fat/misc.c:299:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ In file included from /kisskb/src/kernel/trace/trace_probe.h:14, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_disable_ats': /kisskb/src/drivers/pci/ats.c:96:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_ats_queue_depth': /kisskb/src/drivers/pci/ats.c:136:6: note: byref variable will be forcibly initialized u16 cap; ^~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_ats_page_aligned': /kisskb/src/drivers/pci/ats.c:161:6: note: byref variable will be forcibly initialized u16 cap; ^~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'find_fetch_type': /kisskb/src/kernel/trace/trace_probe.c:110:17: note: byref variable will be forcibly initialized unsigned long bs; ^~ /kisskb/src/drivers/pci/ats.c: In function 'pci_pri_init': /kisskb/src/drivers/pci/ats.c:177:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function '__parse_bitfield_probe_arg': /kisskb/src/drivers/pci/ats.c: In function 'pci_enable_pri': /kisskb/src/kernel/trace/trace_probe.c:524:8: note: byref variable will be forcibly initialized char *tail; ^~~~ /kisskb/src/drivers/pci/ats.c:199:6: note: byref variable will be forcibly initialized u32 max_requests; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/ats.c:198:15: note: byref variable will be forcibly initialized u16 control, status; ^~~~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_disable_pri': /kisskb/src/drivers/pci/ats.c:244:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/seq_file.h:7, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'parse_probe_vars': /kisskb/src/kernel/trace/trace_probe.c:278:16: note: byref variable will be forcibly initialized unsigned long param; ^~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'parse_probe_arg': /kisskb/src/kernel/trace/trace_probe.c:372:8: note: byref variable will be forcibly initialized char *tmp; ^~~ /kisskb/src/kernel/trace/trace_probe.c:371:7: note: byref variable will be forcibly initialized long offset = 0; ^~~~~~ /kisskb/src/kernel/trace/trace_probe.c:369:16: note: byref variable will be forcibly initialized unsigned long param; ^~~~~ /kisskb/src/kernel/trace/trace_probe.c:368:21: note: byref variable will be forcibly initialized struct fetch_insn *code = *pcode; ^~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'traceprobe_parse_probe_arg_body': /kisskb/src/kernel/trace/trace_probe.c:556:21: note: byref variable will be forcibly initialized struct fetch_insn *code, *scode, *tmp = NULL; ^~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'traceprobe_update_arg': /kisskb/src/kernel/trace/trace_probe.c:828:7: note: byref variable will be forcibly initialized long offset; ^~~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'trace_probe_match_command_args': /kisskb/src/kernel/trace/trace_probe.c:1178:7: note: byref variable will be forcibly initialized 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:1195:6: note: byref variable will be forcibly initialized int argc = 0, ret = 0; ^~~~ /kisskb/src/kernel/events/ring_buffer.c: In function '__perf_output_begin': /kisskb/src/kernel/events/ring_buffer.c:161:4: note: byref variable will be forcibly initialized } lost_event; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/perf_event.h:49, from /kisskb/src/kernel/events/ring_buffer.c:11: /kisskb/src/kernel/events/ring_buffer.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/decnet/af_decnet.c:105: /kisskb/src/net/decnet/af_decnet.c: In function 'sockptr_is_null': /kisskb/src/include/linux/sockptr.h:37:20: note: userspace variable will be forcibly initialized static inline bool sockptr_is_null(sockptr_t sockptr) ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_vf_msix_count_store': /kisskb/src/drivers/pci/iov.c:186:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /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:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included 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/of.h:15, from /kisskb/src/include/linux/clk-provider.h:9, from /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c:30: /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c:34: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c: In function 'cp110_register_gate': /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c:161:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_drivers_autoprobe_store': /kisskb/src/drivers/pci/iov.c:480:7: note: byref variable will be forcibly initialized bool drivers_autoprobe; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_restore_state': /kisskb/src/drivers/pci/iov.c:825:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /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:6: note: byref variable will be forcibly initialized u32 nand_clk_ctrl; ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_init': /kisskb/src/drivers/pci/iov.c:705:12: note: byref variable will be forcibly initialized u16 ctrl, total; ^~~~~ /kisskb/src/drivers/pci/iov.c:705:6: note: byref variable will be forcibly initialized u16 ctrl, total; ^~~~ /kisskb/src/drivers/pci/iov.c:704:6: note: byref variable will be forcibly initialized u32 pgsz; ^~~~ /kisskb/src/net/decnet/af_decnet.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_sysfs_link': /kisskb/src/drivers/pci/iov.c:140:7: note: byref variable will be forcibly initialized char buf[VIRTFN_ID_LEN]; ^~~ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_remove_virtfn': /kisskb/src/drivers/pci/iov.c:316:7: note: byref variable will be forcibly initialized char buf[VIRTFN_ID_LEN]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/decnet/af_decnet.c:94: /kisskb/src/net/decnet/af_decnet.c: In function '__dst_negative_advice': /kisskb/src/drivers/pci/iov.c: In function 'sriov_enable': /kisskb/src/drivers/pci/iov.c:562:6: note: byref variable will be forcibly initialized u16 initial; ^~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/net/sock.h:1980:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_dst_cache, ndst); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_add_sco': /kisskb/src/net/bluetooth/hci_conn.c:281:24: note: byref variable will be forcibly initialized struct hci_cp_add_sco cp; ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_encrypt': /kisskb/src/net/bluetooth/hci_conn.c:1448:34: note: byref variable will be forcibly initialized struct hci_cp_set_conn_encrypt cp; ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'le_disable_advertising': /kisskb/src/net/bluetooth/hci_conn.c:522:6: note: byref variable will be forcibly initialized u8 enable = 0x00; ^~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:514:39: note: byref variable will be forcibly initialized struct hci_cp_le_set_ext_adv_enable cp; ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_idle': /kisskb/src/net/bluetooth/hci_conn.c:492:28: note: byref variable will be forcibly initialized struct hci_cp_sniff_mode cp; ^~ /kisskb/src/net/bluetooth/hci_conn.c:483:31: note: byref variable will be forcibly initialized struct hci_cp_sniff_subrate cp; ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_auth': /kisskb/src/net/bluetooth/hci_conn.c:1424:32: note: byref variable will be forcibly initialized struct hci_cp_auth_requested cp; ^~ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_update_resource': /kisskb/src/drivers/pci/iov.c:909:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/iov.c:908:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/net/bluetooth/hci_conn.c:28: /kisskb/src/net/bluetooth/hci_conn.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_numvfs_store': /kisskb/src/drivers/pci/iov.c:380:6: note: byref variable will be forcibly initialized u16 num_vfs; ^~~~~~~ /kisskb/src/net/decnet/af_decnet.c: In function '__dn_setsockopt': /kisskb/src/net/decnet/af_decnet.c:1354:4: note: byref variable will be forcibly initialized } u; ^ /kisskb/src/net/decnet/af_decnet.c:1345:7: note: byref variable will be forcibly initialized long timeo; ^~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_req_directed_advertising': /kisskb/src/net/bluetooth/hci_conn.c:1001:34: note: byref variable will be forcibly initialized struct hci_cp_le_set_adv_param cp; ^~ /kisskb/src/net/bluetooth/hci_conn.c:987:43: note: byref variable will be forcibly initialized struct hci_cp_le_set_adv_set_rand_addr cp; ^~ /kisskb/src/net/bluetooth/hci_conn.c:950:12: note: byref variable will be forcibly initialized bdaddr_t random_addr; ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:949:39: note: byref variable will be forcibly initialized struct hci_cp_le_set_ext_adv_params cp; ^~ /kisskb/src/net/bluetooth/hci_conn.c:946:5: note: byref variable will be forcibly initialized u8 enable; ^~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:945:5: note: byref variable will be forcibly initialized u8 own_addr_type; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/net/bluetooth/hci_conn.c:27: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:984:3: note: in expansion of macro 'if' if (own_addr_type == ADDR_LE_DEV_RANDOM && ^~ /kisskb/src/net/bluetooth/hci_conn.c:985:27: note: in expansion of macro 'BDADDR_ANY' bacmp(&random_addr, BDADDR_ANY) && ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_req_add_le_create_conn': /kisskb/src/net/bluetooth/hci_conn.c:917:32: note: byref variable will be forcibly initialized struct hci_cp_le_create_conn cp; ^~ /kisskb/src/net/bluetooth/hci_conn.c:877:6: note: byref variable will be forcibly initialized u8 data[sizeof(*cp) + sizeof(*p) * 3]; ^~~~ /kisskb/src/net/bluetooth/hci_conn.c:853:5: note: byref variable will be forcibly initialized u8 own_addr_type; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_acl_create_connection': /kisskb/src/net/bluetooth/hci_conn.c:202:28: note: byref variable will be forcibly initialized struct hci_cp_create_conn cp; ^~ /kisskb/src/net/decnet/af_decnet.c: In function '__dn_connect': /kisskb/src/net/decnet/af_decnet.c:903:17: note: byref variable will be forcibly initialized struct flowidn fld; ^~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_disconnect': /kisskb/src/net/bluetooth/hci_conn.c:268:35: note: byref variable will be forcibly initialized struct hci_cp_read_clock_offset clkoff_cp; ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_setup_sync': /kisskb/src/net/bluetooth/hci_conn.c:313:32: note: byref variable will be forcibly initialized struct hci_cp_setup_sync_conn cp; ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_le_conn_update': /kisskb/src/net/bluetooth/hci_conn.c:367:31: note: byref variable will be forcibly initialized struct hci_cp_le_conn_update cp; ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_le_start_enc': /kisskb/src/net/bluetooth/hci_conn.c:402:29: note: byref variable will be forcibly initialized struct hci_cp_le_start_enc cp; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/decnet/af_decnet.c:94: /kisskb/src/net/decnet/af_decnet.c: In function 'dn_recvmsg': /kisskb/src/net/decnet/af_decnet.c:1716:20: note: byref variable will be forcibly initialized DEFINE_WAIT_FUNC(wait, woken_wake_function); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/net/decnet/af_decnet.c:1682:7: note: byref variable will be forcibly initialized long timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); ^~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_route': /kisskb/src/net/bluetooth/hci_conn.c:705:7: note: byref variable will be forcibly initialized u8 id_addr_type; ^~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:704:13: note: byref variable will be forcibly initialized bdaddr_t id_addr; ^~~~~~~ In file included from /kisskb/src/net/bluetooth/hci_conn.c:30: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_conn.c:685:27: note: in expansion of macro 'BDADDR_ANY' int use_src = bacmp(src, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'tlp_write_packet': /kisskb/src/drivers/pci/controller/pcie-altera.c:288:26: note: byref variable will be forcibly initialized struct tlp_rp_regpair_t tlp_rp_regdata; ^~~~~~~~~~~~~~ /kisskb/src/net/decnet/af_decnet.c: In function 'dn_connect': /kisskb/src/net/decnet/af_decnet.c:971:7: note: byref variable will be forcibly initialized long timeo = sock_sndtimeo(sk, flags & O_NONBLOCK); ^~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_switch_role': /kisskb/src/net/bluetooth/hci_conn.c:1562:29: note: byref variable will be forcibly initialized struct hci_cp_switch_role cp; ^~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'tlp_cfg_dword_read': /kisskb/src/drivers/pci/controller/pcie-altera.c:342:6: note: byref variable will be forcibly initialized u32 headers[TLP_HDR_SIZE]; ^~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'tlp_cfg_dword_write': /kisskb/src/drivers/pci/controller/pcie-altera.c:355:6: note: byref variable will be forcibly initialized u32 headers[TLP_HDR_SIZE]; ^~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_enter_active_mode': /kisskb/src/net/bluetooth/hci_conn.c:1586:33: note: byref variable will be forcibly initialized struct hci_cp_exit_sniff_mode cp; ^~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function '_altera_pcie_cfg_read': /kisskb/src/drivers/pci/controller/pcie-altera.c:435:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/net/decnet/af_decnet.c: In function '__dn_getsockopt': /kisskb/src/net/decnet/af_decnet.c:1535:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/net/decnet/af_decnet.c:1532:21: note: byref variable will be forcibly initialized struct linkinfo_dn link; ^~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'altera_read_cap_word': /kisskb/src/drivers/pci/controller/pcie-altera.c:545:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_conn_list': /kisskb/src/net/bluetooth/hci_conn.c:1654:27: note: byref variable will be forcibly initialized struct hci_conn_list_req req, *cl; ^~~ /kisskb/src/net/decnet/af_decnet.c: In function 'dn_getsockopt': /kisskb/src/net/decnet/af_decnet.c:1514:7: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'altera_wait_link_retrain': /kisskb/src/drivers/pci/controller/pcie-altera.c:568:6: note: byref variable will be forcibly initialized u16 reg16; ^~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'altera_pcie_retrain': /kisskb/src/drivers/pci/controller/pcie-altera.c:602:25: note: byref variable will be forcibly initialized u16 linkcap, linkstat, linkctl; ^~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c:602:15: note: byref variable will be forcibly initialized u16 linkcap, linkstat, linkctl; ^~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c:602:6: note: byref variable will be forcibly initialized u16 linkcap, linkstat, linkctl; ^~~~~~~ /kisskb/src/drivers/reset/reset-uniphier.c: In function 'uniphier_reset_status': /kisskb/src/drivers/reset/reset-uniphier.c:301:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_conn_info': /kisskb/src/net/bluetooth/hci_conn.c:1707:23: note: byref variable will be forcibly initialized struct hci_conn_info ci; ^~ /kisskb/src/net/bluetooth/hci_conn.c:1706:27: note: byref variable will be forcibly initialized struct hci_conn_info_req req; ^~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'altera_pcie_isr': /kisskb/src/drivers/pci/controller/pcie-altera.c:647:16: note: byref variable will be forcibly initialized unsigned long status; ^~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_auth_info': /kisskb/src/net/bluetooth/hci_conn.c:1734:27: note: byref variable will be forcibly initialized struct hci_auth_info_req req; ^~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_connect_le': /kisskb/src/net/bluetooth/hci_conn.c:1049:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/net/bluetooth/hci_conn.c:27: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:1091:2: note: in expansion of macro 'if' if (irk && bacmp(&irk->rpa, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/hci_conn.c:1091:30: note: in expansion of macro 'BDADDR_ANY' if (irk && bacmp(&irk->rpa, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/decnet/af_decnet.c: In function 'dn_accept': /kisskb/src/net/decnet/af_decnet.c:1072:7: note: byref variable will be forcibly initialized long timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); ^~~~~ /kisskb/src/net/decnet/af_decnet.c:1071:16: note: byref variable will be forcibly initialized unsigned char type; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/decnet/af_decnet.c:94: /kisskb/src/net/decnet/af_decnet.c: In function 'dn_sendmsg': /kisskb/src/net/decnet/af_decnet.c:1997:21: note: byref variable will be forcibly initialized DEFINE_WAIT_FUNC(wait, woken_wake_function); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/net/decnet/af_decnet.c:1921:7: note: byref variable will be forcibly initialized long timeo; ^~~~~ /kisskb/src/net/decnet/af_decnet.c:1913:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_nopciamd': /kisskb/src/drivers/pci/quirks.c:301:5: note: byref variable will be forcibly initialized u8 rev; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_via_acpi': /kisskb/src/drivers/pci/quirks.c:1065:5: note: byref variable will be forcibly initialized u8 irq; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_intel_ntb': /kisskb/src/drivers/pci/quirks.c:3362:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_passive_release': /kisskb/src/drivers/pci/quirks.c:223:16: note: byref variable will be forcibly initialized unsigned char dlc; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_mediagx_master': /kisskb/src/drivers/pci/quirks.c:1247:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_amd_ide_mode': /kisskb/src/drivers/pci/quirks.c:1284:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_svwks_csb5ide': /kisskb/src/drivers/pci/quirks.c:1310:5: note: byref variable will be forcibly initialized u8 prog; ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_ide_samemode': /kisskb/src/drivers/pci/quirks.c:1324:5: note: byref variable will be forcibly initialized u8 prog; ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_sis_96x_smbus': /kisskb/src/drivers/pci/quirks.c:1613:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_nvidia_ck804_pcie_aer_ext_cap': /kisskb/src/drivers/pci/quirks.c:2437:10: note: byref variable will be forcibly initialized uint8_t b; ^ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_unhide_mch_dev6': /kisskb/src/drivers/pci/quirks.c:2528:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_tigerpoint_bm_sts': /kisskb/src/drivers/pci/quirks.c:274:6: note: byref variable will be forcibly initialized u32 pmbase; ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'piix4_mem_quirk': /kisskb/src/drivers/pci/quirks.c:685:6: note: byref variable will be forcibly initialized u32 devres; ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'piix4_io_quirk': /kisskb/src/drivers/pci/quirks.c:659:6: note: byref variable will be forcibly initialized u32 devres; ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ich6_lpc_generic_decode': /kisskb/src/drivers/pci/quirks.c:812:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'ich7_lpc_generic_decode': /kisskb/src/drivers/pci/quirks.c:856:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_intel_spt_pch_acs': /kisskb/src/drivers/pci/quirks.c:4750:11: note: byref variable will be forcibly initialized u32 cap, ctrl; ^~~~ /kisskb/src/drivers/pci/quirks.c:4750:6: note: byref variable will be forcibly initialized u32 cap, ctrl; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_vialatency': /kisskb/src/drivers/pci/quirks.c:337:5: note: byref variable will be forcibly initialized u8 busarb; ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_via_cx700_pci_parking_caching': /kisskb/src/drivers/pci/quirks.c:2466:10: note: byref variable will be forcibly initialized uint8_t b; ^ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_io': /kisskb/src/drivers/pci/quirks.c:508:24: note: byref variable will be forcibly initialized struct pci_bus_region bus_region; ^~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c:507:6: note: byref variable will be forcibly initialized u32 region; ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_sis_503': /kisskb/src/drivers/pci/quirks.c:1642:6: note: byref variable will be forcibly initialized u16 devid; ^~~~~ /kisskb/src/drivers/pci/quirks.c:1641:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_p64h2_1k_io': /kisskb/src/drivers/pci/quirks.c:2419:6: note: byref variable will be forcibly initialized u16 en1k; ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_io_region': /kisskb/src/drivers/pci/quirks.c:558:24: note: byref variable will be forcibly initialized struct pci_bus_region bus_region; ^~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c:557:6: note: byref variable will be forcibly initialized u16 region; ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_piix4_acpi': /kisskb/src/drivers/pci/quirks.c:717:6: note: byref variable will be forcibly initialized u32 res_a; ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_ich4_lpc_acpi': /kisskb/src/drivers/pci/quirks.c:764:5: note: byref variable will be forcibly initialized u8 enable; ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ich6_lpc_acpi_gpio': /kisskb/src/drivers/pci/quirks.c:796:5: note: byref variable will be forcibly initialized u8 enable; ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_xio2000a': /kisskb/src/drivers/pci/quirks.c:951:6: note: byref variable will be forcibly initialized u16 command; ^~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_disable_pxb': /kisskb/src/drivers/pci/quirks.c:1267:6: note: byref variable will be forcibly initialized u16 config; ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_intel_mc_errata': /kisskb/src/drivers/pci/quirks.c:3296:6: note: byref variable will be forcibly initialized u16 rcc; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_enable_intel_rp_mpc_acs': /kisskb/src/drivers/pci/quirks.c:5059:6: note: byref variable will be forcibly initialized u32 mpc; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_via_vlink': /kisskb/src/drivers/pci/quirks.c:1129:5: note: byref variable will be forcibly initialized u8 irq, new_irq; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_amd_ordering': /kisskb/src/drivers/pci/quirks.c:1196:6: note: byref variable will be forcibly initialized u32 pcic; ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_disable_intel_spt_pch_acs_redir': /kisskb/src/drivers/pci/quirks.c:5134:11: note: byref variable will be forcibly initialized u32 cap, ctrl; ^~~~ /kisskb/src/drivers/pci/quirks.c:5134:6: note: byref variable will be forcibly initialized u32 cap, ctrl; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_nvidia_hda': /kisskb/src/drivers/pci/quirks.c:5470:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pci/quirks.c:5469:5: note: byref variable will be forcibly initialized u8 hdr_type; ^~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'asus_hides_smbus_lpc': /kisskb/src/drivers/pci/quirks.c:1527:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'asus_hides_ac97_lpc': /kisskb/src/drivers/pci/quirks.c:1671:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'asus_hides_smbus_lpc_ich6_suspend': /kisskb/src/drivers/pci/quirks.c:1562:6: note: byref variable will be forcibly initialized u32 rcba; ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_e100_interrupt': /kisskb/src/drivers/pci/quirks.c:2281:15: note: byref variable will be forcibly initialized u16 command, pmcsr; ^~~~~ /kisskb/src/drivers/pci/quirks.c:2281:6: note: byref variable will be forcibly initialized u16 command, pmcsr; ^~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_brcm_5719_limit_mrrs': /kisskb/src/drivers/pci/quirks.c:2505:6: note: byref variable will be forcibly initialized u32 rev; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'is_end_of_ht_chain': /kisskb/src/drivers/pci/quirks.c:2849:13: note: byref variable will be forcibly initialized u16 flags, ctrl; ^~~~ /kisskb/src/drivers/pci/quirks.c:2849:6: note: byref variable will be forcibly initialized u16 flags, ctrl; ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'msi_ht_cap_enabled': /kisskb/src/drivers/pci/quirks.c:2605:6: note: byref variable will be forcibly initialized u8 flags; ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ht_enable_msi_mapping': /kisskb/src/drivers/pci/quirks.c:2659:6: note: byref variable will be forcibly initialized u8 flags; ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ht_check_msi_mapping': /kisskb/src/drivers/pci/quirks.c:2791:6: note: byref variable will be forcibly initialized u8 flags; ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ht_disable_msi_mapping': /kisskb/src/drivers/pci/quirks.c:2914:6: note: byref variable will be forcibly initialized u8 flags; ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'nvbridge_check_legacy_irq_routing': /kisskb/src/drivers/pci/quirks.c:2763:6: note: byref variable will be forcibly initialized u32 cfg; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'reset_chelsio_generic_dev': /kisskb/src/drivers/pci/quirks.c:3814:6: note: byref variable will be forcibly initialized u16 msix_flags; ^~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c:3813:6: note: byref variable will be forcibly initialized u16 old_command; ^~~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'nvme_disable_and_flr': /kisskb/src/drivers/pci/quirks.c:3892:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_enable_intel_spt_pch_acs': /kisskb/src/drivers/pci/quirks.c:5104:11: note: byref variable will be forcibly initialized u32 cap, ctrl; ^~~~ /kisskb/src/drivers/pci/quirks.c:5104:6: note: byref variable will be forcibly initialized u32 cap, ctrl; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_enable_intel_lpc_acs': /kisskb/src/drivers/pci/quirks.c:5012:6: note: byref variable will be forcibly initialized u32 rcba, bspr, updcr; ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_intel_qat_vf_cap': /kisskb/src/drivers/pci/quirks.c:5254:7: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/pci/quirks.c:5223:6: note: byref variable will be forcibly initialized u16 reg16, *cap; ^~~~~ /kisskb/src/drivers/pci/quirks.c:5222:5: note: byref variable will be forcibly initialized u8 next_cap; ^~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_apply_final_quirks': /kisskb/src/drivers/pci/quirks.c:159:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_idt_bus_quirk': /kisskb/src/drivers/pci/quirks.c:5521:6: note: byref variable will be forcibly initialized u16 ctrl = 0; ^~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'get_user_stack_nth': /kisskb/src/kernel/trace/trace_uprobe.c:112:16: note: byref variable will be forcibly initialized unsigned long ret; ^~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'process_fetch_insn': /kisskb/src/kernel/trace/trace_uprobe.c:216:1: note: byref variable will be forcibly initialized 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/security.h:30, from /kisskb/src/kernel/trace/trace_uprobe.c:10: /kisskb/src/kernel/trace/trace_uprobe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'trace_uprobe_match_command_head': /kisskb/src/kernel/trace/trace_uprobe.c:284:7: note: byref variable will be forcibly initialized char buf[MAX_ARGSTR_LEN + 1]; ^~~ In file included from /kisskb/src/kernel/trace/trace_dynevent.h:14, from /kisskb/src/kernel/trace/trace_uprobe.c:19: /kisskb/src/kernel/trace/trace_uprobe.c: In function 'event_trigger_unlock_commit': /kisskb/src/kernel/trace/trace.h:1388:26: note: byref variable will be forcibly initialized enum event_trigger_type tt = ETT_NONE; ^~ /kisskb/src/kernel/trace/trace_uprobe.c: In function '__uprobe_trace_func': /kisskb/src/kernel/trace/trace_uprobe.c:952:23: note: byref variable will be forcibly initialized struct trace_buffer *buffer; ^~~~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function '__uprobe_perf_func': /kisskb/src/kernel/trace/trace_uprobe.c:1352:6: note: byref variable will be forcibly initialized int rctx; ^~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'uretprobe_dispatcher': /kisskb/src/kernel/trace/trace_uprobe.c:1520:30: note: byref variable will be forcibly initialized struct uprobe_dispatch_data udd; ^~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'uprobe_dispatcher': /kisskb/src/kernel/trace/trace_uprobe.c:1482:30: note: byref variable will be forcibly initialized struct uprobe_dispatch_data udd; ^~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function '__trace_uprobe_create': /kisskb/src/kernel/trace/trace_uprobe.c:546:24: note: byref variable will be forcibly initialized unsigned long offset, ref_ctr_offset; ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_uprobe.c:546:16: note: byref variable will be forcibly initialized unsigned long offset, ref_ctr_offset; ^~~~~~ /kisskb/src/kernel/trace/trace_uprobe.c:545:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/kernel/trace/trace_uprobe.c:543:7: note: byref variable will be forcibly initialized char buf[MAX_EVENT_NAME_LEN]; ^~~ /kisskb/src/kernel/trace/trace_uprobe.c:541:29: note: byref variable will be forcibly initialized const char *event = NULL, *group = UPROBE_EVENT_SYSTEM; ^~~~~ /kisskb/src/kernel/trace/trace_uprobe.c:541:14: note: byref variable will be forcibly initialized 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:1590:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/kernel/trace/trace_boot.c: In function 'trace_boot_set_instance_options': /kisskb/src/kernel/trace/trace_boot.c:70:17: note: byref variable will be forcibly initialized cpumask_var_t new_mask; ^~~~~~~~ /kisskb/src/kernel/trace/trace_boot.c:30:16: note: byref variable will be forcibly initialized unsigned long v = 0; ^ /kisskb/src/kernel/trace/trace_boot.c:29:7: note: byref variable will be forcibly initialized char buf[MAX_BUF_LEN]; ^~~ /kisskb/src/kernel/trace/trace_boot.c:27:19: note: byref variable will be forcibly initialized struct xbc_node *anode; ^~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/regulator/bcm590xx-regulator.c:9: /kisskb/src/drivers/regulator/bcm590xx-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mfd/bcm590xx.h:12, from /kisskb/src/drivers/regulator/bcm590xx-regulator.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/trace_boot.c: In function 'trace_boot_init_one_event': /kisskb/src/kernel/trace/trace_boot.c:464:7: note: byref variable will be forcibly initialized char buf[MAX_BUF_LEN]; ^~~ /kisskb/src/kernel/trace/trace_boot.c: In function 'trace_boot_enable_events': /kisskb/src/kernel/trace/trace_boot.c:86:7: note: byref variable will be forcibly initialized char buf[MAX_BUF_LEN]; ^~~ /kisskb/src/kernel/trace/trace_boot.c:85:19: note: byref variable will be forcibly initialized struct xbc_node *anode; ^~~~~ /kisskb/src/kernel/trace/trace_boot.c: In function 'trace_boot_set_ftrace_filter': /kisskb/src/kernel/trace/trace_boot.c:559:19: note: byref variable will be forcibly initialized struct xbc_node *anode; ^~~~~ /kisskb/src/net/x25/x25_route.c: In function 'x25_route_ioctl': /kisskb/src/net/x25/x25_route.c:162:26: note: byref variable will be forcibly initialized struct x25_route_struct rt; ^~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_suspend': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:222:15: note: byref variable will be forcibly initialized unsigned int mode; ^~~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_avs_get_moni_state': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:54:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'backup_mode_store': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:185:15: note: byref variable will be forcibly initialized unsigned int mode; ^~~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_avs_get_voltage_sel_regmap': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:79:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_regulator_probe': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:279:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/net/x25/x25_subr.c: In function 'x25_write_internal': /kisskb/src/net/x25/x25_subr.c:115:17: note: byref variable will be forcibly initialized unsigned char addresses[1 + X25_ADDR_LEN]; ^~~~~~~~~ /kisskb/src/net/x25/x25_subr.c:114:17: note: byref variable will be forcibly initialized unsigned char facilities[X25_MAX_FAC_LEN]; ^~~~~~~~~~ /kisskb/src/fs/isofs/namei.c: In function 'isofs_cmp': /kisskb/src/fs/isofs/namei.c:21:14: note: byref variable will be forcibly initialized struct qstr qstr; ^~~~ /kisskb/src/fs/isofs/namei.c: In function 'isofs_find_entry': /kisskb/src/fs/isofs/namei.c:42:51: note: byref variable will be forcibly initialized unsigned long block, f_pos, offset, block_saved, offset_saved; ^~~~~~~~~~~~ /kisskb/src/fs/isofs/namei.c:42:38: note: byref variable will be forcibly initialized unsigned long block, f_pos, offset, block_saved, offset_saved; ^~~~~~~~~~~ /kisskb/src/drivers/clk/renesas/r8a774a1-cpg-mssr.c: In function 'r8a774a1_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a774a1-cpg-mssr.c:305:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'voltage_change_prepare': /kisskb/src/drivers/regulator/bd718x7-regulator.c:208:8: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/fs/isofs/namei.c: In function 'isofs_lookup': /kisskb/src/fs/isofs/namei.c:157:16: note: byref variable will be forcibly initialized unsigned long offset; ^~~~~~ /kisskb/src/fs/isofs/namei.c:156:16: note: byref variable will be forcibly initialized unsigned long block; ^~~~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd71837_get_buck34_enable_hwctrl': /kisskb/src/drivers/regulator/bd718x7-regulator.c:120:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd718xx_set_voltage_sel_pickable_restricted': /kisskb/src/drivers/regulator/bd718x7-regulator.c:260:6: note: byref variable will be forcibly initialized int mask; ^~~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd718xx_set_voltage_sel_restricted': /kisskb/src/drivers/regulator/bd718x7-regulator.c:244:6: note: byref variable will be forcibly initialized int mask; ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/linkstate.c:3: /kisskb/src/net/ethtool/linkstate.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/linkstate.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd718x7_set_buck_uvp': /kisskb/src/drivers/regulator/bd718x7-regulator.c:546:11: note: byref variable will be forcibly initialized int bit, reg, ret; ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c:546:6: note: byref variable will be forcibly initialized int bit, reg, ret; ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd718x7_set_buck_ovp': /kisskb/src/drivers/regulator/bd718x7-regulator.c:567:11: note: byref variable will be forcibly initialized int bit, reg, ret; ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c:567:6: note: byref variable will be forcibly initialized int bit, reg, ret; ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'setup_feedback_loop': /kisskb/src/drivers/regulator/bd718x7-regulator.c:1576:13: note: byref variable will be forcibly initialized int i, r1, r2, ret; ^~ /kisskb/src/drivers/regulator/bd718x7-regulator.c:1576:9: note: byref variable will be forcibly initialized int i, r1, r2, ret; ^~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'get_special_regulators': /kisskb/src/drivers/regulator/bd718x7-regulator.c:1663:6: note: byref variable will be forcibly initialized int uv; ^~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd718xx_probe': /kisskb/src/drivers/regulator/bd718x7-regulator.c:1704:17: note: byref variable will be forcibly initialized int i, j, err, omit_enable; ^~~~~~~~~~~ /kisskb/src/drivers/clk/renesas/r8a774b1-cpg-mssr.c: In function 'r8a774b1_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a774b1-cpg-mssr.c:301:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd9576_set_limit': /kisskb/src/drivers/regulator/bd9576-regulator.c:220:6: note: byref variable will be forcibly initialized int sel = 0; ^~~ /kisskb/src/drivers/regulator/bd9576-regulator.c:219:7: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'vouts1_get_fet_res': /kisskb/src/drivers/regulator/bd9576-regulator.c:579:6: note: byref variable will be forcibly initialized u32 uohms; ^~~~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd957x_probe': /kisskb/src/drivers/regulator/bd9576-regulator.c:907:24: note: byref variable will be forcibly initialized struct regulator_dev *ovd_devs[BD9576_NUM_OVD_REGULATORS]; ^~~~~~~~ /kisskb/src/drivers/regulator/bd9576-regulator.c:905:24: note: byref variable will be forcibly initialized struct regulator_dev *rdevs[BD9576_NUM_REGULATORS]; ^~~~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd9576_renable': /kisskb/src/drivers/regulator/bd9576-regulator.c:737:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd9576_thermal_handler': /kisskb/src/drivers/regulator/bd9576-regulator.c:864:6: note: byref variable will be forcibly initialized int val, ret, i; ^~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd9576_uvd_handler': /kisskb/src/drivers/regulator/bd9576-regulator.c:780:6: note: byref variable will be forcibly initialized int val, ret, i; ^~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd9576_ovd_handler': /kisskb/src/drivers/regulator/bd9576-regulator.c:824:6: note: byref variable will be forcibly initialized int val, ret, i; ^~~ /kisskb/src/drivers/clk/renesas/r8a774c0-cpg-mssr.c: In function 'r8a774c0_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a774c0-cpg-mssr.c:275:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/regulator/da9062-regulator.c: In function 'da9062_ldo_lim_event': /kisskb/src/drivers/regulator/da9062-regulator.c:895:6: note: byref variable will be forcibly initialized int bits, i, ret; ^~~~ /kisskb/src/drivers/regulator/da9062-regulator.c: In function 'da9062_ldo_get_mode': /kisskb/src/drivers/regulator/da9062-regulator.c:202:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/regulator/da9062-regulator.c: In function 'da9062_buck_get_mode': /kisskb/src/drivers/regulator/da9062-regulator.c:146:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/regulator/da9062-regulator.c:6: /kisskb/src/drivers/regulator/da9062-regulator.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/regulator/da9062-regulator.c:10: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pci/pci-bridge-emul.c: In function 'pci_bridge_emul_conf_write': /kisskb/src/drivers/pci/pci-bridge-emul.c:387:17: note: byref variable will be forcibly initialized int mask, ret, old, new, shift; ^~~ /kisskb/src/fs/fat/nfs.c: In function 'fat_rebuild_parent': /kisskb/src/fs/fat/nfs.c:220:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/nfs.c: In function 'fat_get_parent': /kisskb/src/fs/fat/nfs.c:266:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/nfs.c:265:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^~ /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'ti_syscon_reset_status': /kisskb/src/drivers/reset/reset-ti-syscon.c:142:15: note: byref variable will be forcibly initialized unsigned int reset_state; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_i2c_remove': /kisskb/src/drivers/regulator/da9121-regulator.c:1067:12: note: byref variable will be forcibly initialized const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; ^~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/mfd/syscon.h:14, from /kisskb/src/drivers/reset/reset-ti-syscon.c:18: /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/reset/reset-ti-syscon.c:21: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 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:175:6: note: byref variable will be forcibly initialized int size, nr_controls, i; ^~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_buck_get_mode': /kisskb/src/drivers/regulator/da9121-regulator.c:320:15: note: byref variable will be forcibly initialized unsigned int val, mode; ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_get_current_limit': /kisskb/src/drivers/regulator/da9121-regulator.c:176:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_check_device_type': /kisskb/src/drivers/regulator/da9121-regulator.c:820:6: note: byref variable will be forcibly initialized u32 variant_id; ^~~~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c:819:6: note: byref variable will be forcibly initialized u32 device_id; ^~~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_set_current_limit': /kisskb/src/drivers/regulator/da9121-regulator.c:247:15: note: byref variable will be forcibly initialized unsigned int sel = 0; ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_of_parse_cb': /kisskb/src/drivers/regulator/da9121-regulator.c:385:12: note: byref variable will be forcibly initialized uint32_t ripple_cancel; ^~~~~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_cmp': /kisskb/src/fs/fat/namei_msdos.c:171:42: note: byref variable will be forcibly initialized unsigned char a_msdos_name[MSDOS_NAME], b_msdos_name[MSDOS_NAME]; ^~~~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:171:16: note: byref variable will be forcibly initialized unsigned char a_msdos_name[MSDOS_NAME], b_msdos_name[MSDOS_NAME]; ^~~~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_hash': /kisskb/src/fs/fat/namei_msdos.c:154:16: note: byref variable will be forcibly initialized unsigned char msdos_name[MSDOS_NAME]; ^~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_add_entry': /kisskb/src/fs/fat/namei_msdos.c:233:15: note: byref variable will be forcibly initialized __le16 time, date; ^~~~ /kisskb/src/fs/fat/namei_msdos.c:233:9: note: byref variable will be forcibly initialized __le16 time, date; ^~~~ /kisskb/src/fs/fat/namei_msdos.c:232:25: note: byref variable will be forcibly initialized struct msdos_dir_entry de; ^~ /kisskb/src/fs/fat/namei_msdos.c: In function 'do_msdos_rename': /kisskb/src/fs/fat/namei_msdos.c:437:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/fat/namei_msdos.c:436:34: note: byref variable will be forcibly initialized struct fat_slot_info old_sinfo, sinfo; ^~~~~ /kisskb/src/fs/fat/namei_msdos.c:436:23: note: byref variable will be forcibly initialized struct fat_slot_info old_sinfo, sinfo; ^~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:434:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *dotdot_de; ^~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:433:22: note: byref variable will be forcibly initialized struct buffer_head *dotdot_bh; ^~~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_config_irq': /kisskb/src/drivers/regulator/da9121-regulator.c:957:12: note: byref variable will be forcibly initialized const int mask_all[4] = { 0, 0, 0xFF, 0xFF }; ^~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c:956:15: note: byref variable will be forcibly initialized unsigned int p_delay = DA9121_DEFAULT_POLLING_PERIOD_MS; ^~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_i2c_probe': /kisskb/src/drivers/regulator/da9121-regulator.c:1032:12: note: byref variable will be forcibly initialized const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; ^~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_rename': /kisskb/src/fs/fat/namei_msdos.c:603:44: note: byref variable will be forcibly initialized unsigned char old_msdos_name[MSDOS_NAME], new_msdos_name[MSDOS_NAME]; ^~~~~~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:603:16: note: byref variable will be forcibly initialized unsigned char old_msdos_name[MSDOS_NAME], new_msdos_name[MSDOS_NAME]; ^~~~~~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_find': /kisskb/src/fs/fat/namei_msdos.c:123:16: note: byref variable will be forcibly initialized unsigned char msdos_name[MSDOS_NAME]; ^~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_rmdir': /kisskb/src/fs/fat/namei_msdos.c:314:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_unlink': /kisskb/src/fs/fat/namei_msdos.c:406:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_mkdir': /kisskb/src/fs/fat/namei_msdos.c:349:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/fat/namei_msdos.c:348:16: note: byref variable will be forcibly initialized unsigned char msdos_name[MSDOS_NAME]; ^~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:346:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_create': /kisskb/src/fs/fat/namei_msdos.c:271:16: note: byref variable will be forcibly initialized unsigned char msdos_name[MSDOS_NAME]; ^~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:270:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/fat/namei_msdos.c:269:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_lookup': /kisskb/src/fs/fat/namei_msdos.c:205:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ In file included from /kisskb/src/fs/fat/fat_test.c:9: /kisskb/src/fs/fat/fat_test.c: In function 'fat_time_unix2fat_test': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1356:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:176:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1356:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:172:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1356:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:168:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:159:5: note: byref variable will be forcibly initialized u8 cs; ^~ /kisskb/src/fs/fat/fat_test.c:158:15: note: byref variable will be forcibly initialized __le16 date, time; ^~~~ /kisskb/src/fs/fat/fat_test.c:158:9: note: byref variable will be forcibly initialized __le16 date, time; ^~~~ In file included from /kisskb/src/fs/fat/fat_test.c:9: /kisskb/src/fs/fat/fat_test.c: In function 'fat_checksum_test': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:20:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fat_checksum("ABCDEFGHA "), (u8)98); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:18:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fat_checksum("README TXT"), (u8)115); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:990:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1353:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:16:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fat_checksum("VMLINUX "), (u8)44); ^~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c: In function 'fat_time_fat2unix_test': /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1356:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:149:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:770:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:869:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:980:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1356:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:145:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:134:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/clk/renesas/r8a774e1-cpg-mssr.c: In function 'r8a774e1_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a774e1-cpg-mssr.c:314:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/clk/renesas/r8a7795-cpg-mssr.c: In function 'r8a7795_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a7795-cpg-mssr.c:443:6: note: byref variable will be forcibly initialized 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:335:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c: In function 'DAC1064_calcclock': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:43:15: note: byref variable will be forcibly initialized unsigned int p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c: In function 'DAC1064_setmclk': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:127:22: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:127:19: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:127:16: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/pci/pci-stub.c: In function 'pci_stub_init': /kisskb/src/drivers/pci/pci-stub.c:58:39: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci-stub.c:58:28: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~ /kisskb/src/drivers/pci/pci-stub.c:58:4: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~~~~~ /kisskb/src/drivers/pci/pci-stub.c:57:32: note: byref variable will be forcibly initialized unsigned int vendor, device, subvendor = PCI_ANY_ID, ^~~~~~~~~ /kisskb/src/drivers/pci/pci-stub.c:57:24: note: byref variable will be forcibly initialized unsigned int vendor, device, subvendor = PCI_ANY_ID, ^~~~~~ /kisskb/src/drivers/pci/pci-stub.c:57:16: note: byref variable will be forcibly initialized unsigned int vendor, device, subvendor = PCI_ANY_ID, ^~~~~~ /kisskb/src/drivers/pci/pci-stub.c:43:8: note: byref variable will be forcibly initialized char *p, *id; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c: In function 'DAC1064_setpclk': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:90:21: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:90:18: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:90:15: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c: In function 'MGAG100_setPixClock': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:659:21: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:659:18: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:659:15: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c: In function 'MGAG100_preinit': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:845:19: note: byref variable will be forcibly initialized u_int32_t reg50; ^~~~~ /kisskb/src/drivers/pci/syscall.c: In function '__do_sys_pciconfig_read': /kisskb/src/drivers/pci/syscall.c:21:6: note: byref variable will be forcibly initialized u32 dword; ^~~~~ /kisskb/src/drivers/pci/syscall.c:20:6: note: byref variable will be forcibly initialized u16 word; ^~~~ /kisskb/src/drivers/pci/syscall.c:19:5: note: byref variable will be forcibly initialized u8 byte; ^~~~ /kisskb/src/drivers/soc/renesas/rcar-rst.c: In function 'rcar_rst_init': /kisskb/src/drivers/soc/renesas/rcar-rst.c:84:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/log2.h:12, from /kisskb/src/arch/arm64/include/asm/hwcap.h:42, from /kisskb/src/arch/arm64/include/asm/cpufeature.h:11, from /kisskb/src/arch/arm64/include/asm/ptrace.h:11, from /kisskb/src/arch/arm64/include/uapi/asm/bpf_perf_event.h:5, from /kisskb/src/include/uapi/linux/bpf_perf_event.h:11, from /kisskb/src/include/linux/perf_event.h:18, from /kisskb/src/kernel/events/callchain.c:11: /kisskb/src/kernel/events/callchain.c: In function 'alloc_callchain_buffers': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/callchain.c:96:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(callchain_cpus_entries, entries); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/callchain.c: In function 'get_perf_callchain': /kisskb/src/kernel/events/callchain.c:185:6: note: byref variable will be forcibly initialized int rctx; ^~~~ /kisskb/src/kernel/events/callchain.c:184:34: note: byref variable will be forcibly initialized struct perf_callchain_entry_ctx ctx; ^~~ /kisskb/src/kernel/events/callchain.c: In function 'perf_event_max_stack_handler': /kisskb/src/kernel/events/callchain.c:241:19: note: byref variable will be forcibly initialized struct ctl_table new_table = *table; ^~~~~~~~~ /kisskb/src/kernel/events/callchain.c:240:6: note: byref variable will be forcibly initialized int new_value = *value, ret; ^~~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/regulator/gpio-regulator.c:21: /kisskb/src/drivers/regulator/gpio-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/gpio-regulator.c:24: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/gpio-regulator.c: In function 'of_get_gpio_regulator_config': /kisskb/src/drivers/regulator/gpio-regulator.c:174:8: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/regulator/gpio-regulator.c:134:14: note: byref variable will be forcibly initialized const char *regtype; ^~~~~~~ /kisskb/src/drivers/regulator/hi6421v600-regulator.c: In function 'hi6421_spmi_regulator_get_mode': /kisskb/src/drivers/regulator/hi6421v600-regulator.c:122:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_irq_handler': /kisskb/src/drivers/regulator/da9211-regulator.c:342:6: note: byref variable will be forcibly initialized int reg_val, err, ret = IRQ_NONE; ^~~~~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_buck_get_mode': /kisskb/src/drivers/regulator/da9211-regulator.c:121:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_get_current_limit': /kisskb/src/drivers/regulator/da9211-regulator.c:208:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_regulator_init': /kisskb/src/drivers/regulator/da9211-regulator.c:383:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_i2c_probe': /kisskb/src/drivers/regulator/da9211-regulator.c:451:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/clk/renesas/r8a77965-cpg-mssr.c: In function 'r8a77965_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a77965-cpg-mssr.c:329:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/kernel/panic.c: In function 'panic': /kisskb/src/kernel/panic.c:181:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/panic.c: In function '__warn_printk': /kisskb/src/kernel/panic.c:640:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/clk/renesas/r8a77970-cpg-mssr.c: In function 'r8a77970_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a77970-cpg-mssr.c:208:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/clk/renesas/r8a77990-cpg-mssr.c: In function 'r8a77990_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a77990-cpg-mssr.c:279:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/soc/renesas/rcar-sysc.c: In function 'rcar_sysc_pd_init': /kisskb/src/drivers/soc/renesas/rcar-sysc.c:351:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/fs/isofs/inode.c: In function 'parse_options': /kisskb/src/fs/isofs/inode.c:366:15: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/isofs/inode.c:341:15: note: byref variable will be forcibly initialized unsigned int uv; ^~ /kisskb/src/fs/isofs/inode.c:340:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/isofs/inode.c: In function 'isofs_get_last_session': /kisskb/src/fs/isofs/inode.c:572:29: note: byref variable will be forcibly initialized struct cdrom_multisession ms_info; ^~~~~~~ /kisskb/src/fs/isofs/inode.c:553:25: note: byref variable will be forcibly initialized struct cdrom_tocentry te; ^~ /kisskb/src/fs/isofs/inode.c: In function '__isofs_iget': /kisskb/src/fs/isofs/inode.c:1532:35: note: byref variable will be forcibly initialized struct isofs_iget5_callback_data data; ^~~~ /kisskb/src/fs/isofs/inode.c: In function 'isofs_bmap': /kisskb/src/fs/isofs/inode.c:1158:21: note: byref variable will be forcibly initialized struct buffer_head dummy; ^~~~~ /kisskb/src/fs/isofs/inode.c: In function 'isofs_fill_super': /kisskb/src/fs/isofs/inode.c:626:25: note: byref variable will be forcibly initialized struct iso9660_options opt; ^~~ /kisskb/src/fs/exportfs/expfs.c: In function 'get_name': /kisskb/src/fs/exportfs/expfs.c:284:14: note: byref variable will be forcibly initialized struct path child_path = { ^~~~~~~~~~ /kisskb/src/fs/exportfs/expfs.c:283:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_get_name': /kisskb/src/fs/exportfs/expfs.c:31:14: note: byref variable will be forcibly initialized struct path path = {.mnt = mnt, .dentry = dir}; ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_decode_fh_raw': /kisskb/src/fs/exportfs/expfs.c:428:7: note: byref variable will be forcibly initialized char nbuf[NAME_MAX+1]; ^~~~ /kisskb/src/drivers/regulator/lochnagar-regulator.c: In function 'lochnagar_micbias_of_parse': /kisskb/src/drivers/regulator/lochnagar-regulator.c:120:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'lp3971_reg_read': /kisskb/src/drivers/regulator/lp3971.c:342:6: note: byref variable will be forcibly initialized u16 val = 0; ^~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'lp3971_set_bits': /kisskb/src/drivers/regulator/lp3971.c:358:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3971.c:382:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'lp3971_i2c_probe': /kisskb/src/drivers/regulator/lp3971.c:408:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'lp3972_reg_read': /kisskb/src/drivers/regulator/lp3972.c:188:6: note: byref variable will be forcibly initialized u16 val = 0; ^~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'lp3972_set_bits': /kisskb/src/drivers/regulator/lp3972.c:204:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3972.c:478:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'lp3972_i2c_probe': /kisskb/src/drivers/regulator/lp3972.c:504:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/net/ethtool/debug.c: In function 'ethnl_set_debug': /kisskb/src/net/ethtool/debug.c:92:6: note: byref variable will be forcibly initialized u32 msg_mask; ^~~~~~~~ /kisskb/src/net/ethtool/debug.c:91:7: note: byref variable will be forcibly initialized bool mod = false; ^~~ In file included 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/of.h:15, from /kisskb/src/include/linux/clk-provider.h:9, from /kisskb/src/drivers/clk/renesas/clk-div6.c:10: /kisskb/src/drivers/clk/renesas/clk-div6.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/renesas/clk-div6.c:12: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/clk/renesas/clk-div6.c:18: /kisskb/src/drivers/clk/renesas/clk-div6.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized 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:14: note: byref variable will be forcibly initialized const char *clk_name = np->name; ^~~~~~~~ /kisskb/src/drivers/regulator/ltc3589.c: In function 'ltc3589_isr': /kisskb/src/drivers/regulator/ltc3589.c:357:18: note: byref variable will be forcibly initialized unsigned int i, irqstat, event; ^~~~~~~ /kisskb/src/drivers/regulator/ltc3589.c: In function 'ltc3589_of_parse_cb': /kisskb/src/drivers/regulator/ltc3589.c:184:6: note: byref variable will be forcibly initialized u32 r[2]; ^ /kisskb/src/drivers/regulator/ltc3589.c: In function 'ltc3589_probe': /kisskb/src/drivers/regulator/ltc3589.c:420:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:13: /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:17: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function 'cpg_mssr_register_core_clk': /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:330:14: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function 'cpg_mssr_register_mod_clk': /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:409:14: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function 'cpg_mssr_attach_dev': /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:504:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ 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:29, from /kisskb/src/kernel/events/hw_breakpoint.c:23: /kisskb/src/kernel/events/hw_breakpoint.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/events/hw_breakpoint.c: In function 'modify_user_hw_breakpoint_check': /kisskb/src/kernel/events/hw_breakpoint.c:489:26: note: byref variable will be forcibly initialized struct perf_event_attr old_attr; ^~~~~~~~ /kisskb/src/drivers/soc/samsung/exynos-chipid.c: In function 'exynos_chipid_probe': /kisskb/src/drivers/soc/samsung/exynos-chipid.c:63:6: note: byref variable will be forcibly initialized u32 product_id; ^~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/max14577-regulator.c:12: /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_reg_is_enabled': /kisskb/src/drivers/regulator/max14577-regulator.c:19:5: note: byref variable will be forcibly initialized u8 reg_data; ^~~~~~~~ /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_reg_get_current_limit': /kisskb/src/drivers/regulator/max14577-regulator.c:38:5: note: byref variable will be forcibly initialized u8 reg_data; ^~~~~~~~ /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_reg_set_current_limit': /kisskb/src/drivers/regulator/max14577-regulator.c:60:5: note: byref variable will be forcibly initialized u8 reg_data; ^~~~~~~~ /kisskb/src/net/decnet/dn_nsp_in.c: In function 'dn_find_listener': /kisskb/src/net/decnet/dn_nsp_in.c:227:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/net/decnet/dn_nsp_in.c:226:17: note: byref variable will be forcibly initialized unsigned char *ptr; ^~~ /kisskb/src/net/decnet/dn_nsp_in.c:223:16: note: byref variable will be forcibly initialized unsigned char type = 0; ^~~~ /kisskb/src/net/decnet/dn_nsp_in.c:222:21: note: byref variable will be forcibly initialized struct sockaddr_dn srcaddr; ^~~~~~~ /kisskb/src/net/decnet/dn_nsp_in.c:221:21: note: byref variable will be forcibly initialized struct sockaddr_dn dstaddr; ^~~~~~~ /kisskb/src/net/decnet/dn_nsp_in.c: In function 'dn_nsp_rx_packet': /kisskb/src/net/decnet/dn_nsp_in.c:716:17: note: byref variable will be forcibly initialized unsigned short reason = NSP_REASON_NL; ^~~~~~ In file included from /kisskb/src/include/uapi/linux/netfilter_decnet.h:11, from /kisskb/src/net/decnet/dn_nsp_in.c:63: /kisskb/src/net/decnet/dn_nsp_in.c: In function 'nf_hook': /kisskb/src/include/linux/netfilter.h:257:24: note: byref variable will be forcibly initialized struct nf_hook_state state; ^~~~~ /kisskb/src/fs/nls/nls_base.c: In function 'utf8s_to_utf16s': /kisskb/src/fs/nls/nls_base.c:137:12: note: byref variable will be forcibly initialized unicode_t u; ^ /kisskb/src/drivers/regulator/max8907-regulator.c: In function 'max8907_regulator_probe': /kisskb/src/drivers/regulator/max8907-regulator.c:280:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/mc13783-regulator.c: In function 'mc13783_gpo_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13783-regulator.c:366:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/include/linux/mfd/mc13xxx.h:9, from /kisskb/src/include/linux/mfd/mc13783.h:10, from /kisskb/src/drivers/regulator/mc13783-regulator.c:9: /kisskb/src/drivers/regulator/mc13783-regulator.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/mfd/mc13xxx.h:9, from /kisskb/src/include/linux/mfd/mc13783.h:10, from /kisskb/src/drivers/regulator/mc13783-regulator.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/mc13783-regulator.c: In function 'mc13783_powermisc_rmw': /kisskb/src/drivers/regulator/mc13783-regulator.c:299:6: note: byref variable will be forcibly initialized u32 valread; ^~~~~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_vcam_get_mode': /kisskb/src/drivers/regulator/mc13892-regulator.c:510:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_gpo_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13892-regulator.c:372:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_sw_regulator_get_voltage_sel': /kisskb/src/drivers/regulator/mc13892-regulator.c:402:15: note: byref variable will be forcibly initialized unsigned int val, selector; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/include/linux/mfd/mc13xxx.h:9, from /kisskb/src/include/linux/mfd/mc13892.h:9, from /kisskb/src/drivers/regulator/mc13892-regulator.c:9: /kisskb/src/drivers/regulator/mc13892-regulator.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/mfd/mc13xxx.h:9, from /kisskb/src/include/linux/mfd/mc13892.h:9, from /kisskb/src/drivers/regulator/mc13892-regulator.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_powermisc_rmw': /kisskb/src/drivers/regulator/mc13892-regulator.c:307:6: note: byref variable will be forcibly initialized u32 valread; ^~~~~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_regulator_probe': /kisskb/src/drivers/regulator/mc13892-regulator.c:537:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c: In function 'Ti3026_restore': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:561:16: note: byref variable will be forcibly initialized unsigned char progdac[6]; ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c: In function 'Ti3026_calcclock': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:288:27: note: byref variable will be forcibly initialized unsigned int lin, lfeed, lpost; ^~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:288:20: note: byref variable will be forcibly initialized unsigned int lin, lfeed, lpost; ^~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:288:15: note: byref variable will be forcibly initialized unsigned int lin, lfeed, lpost; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c: In function 'Ti3026_setpclk': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:302:31: note: byref variable will be forcibly initialized unsigned int pixfeed, pixin, pixpost; ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:302:24: note: byref variable will be forcibly initialized unsigned int pixfeed, pixin, pixpost; ^~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:302:15: note: byref variable will be forcibly initialized unsigned int pixfeed, pixin, pixpost; ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c: In function 'ti3026_setMCLK': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:446:31: note: byref variable will be forcibly initialized unsigned int mclk_m, mclk_n, mclk_p; ^~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:446:23: note: byref variable will be forcibly initialized unsigned int mclk_m, mclk_n, mclk_p; ^~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:446:15: note: byref variable will be forcibly initialized unsigned int mclk_m, mclk_n, mclk_p; ^~~~~~ In file included from /kisskb/src/net/bluetooth/hci_event.c:29: /kisskb/src/net/bluetooth/hci_event.c: In function 'clear_pending_adv_report': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_event.c:1409:27: note: in expansion of macro 'BDADDR_ANY' bacpy(&d->last_adv_addr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_resolve_name': /kisskb/src/net/bluetooth/hci_event.c:2068:32: note: byref variable will be forcibly initialized struct hci_cp_remote_name_req cp; ^~ In file included from /kisskb/src/net/bluetooth/hci_event.c:29: /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_inquiry_complete_evt': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_event.c:2589:45: note: in expansion of macro 'BDADDR_ANY' e = hci_inquiry_cache_lookup_resolve(hdev, BDADDR_ANY, NAME_NEEDED); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_resolve_next_name': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_event.c:2088:45: note: in expansion of macro 'BDADDR_ANY' e = hci_inquiry_cache_lookup_resolve(hdev, BDADDR_ANY, NAME_NEEDED); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_reject_conn': /kisskb/src/net/bluetooth/hci_event.c:2765:32: note: byref variable will be forcibly initialized struct hci_cp_reject_conn_req cp; ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'send_conn_param_neg_reply': /kisskb/src/net/bluetooth/hci_event.c:5978:44: note: byref variable will be forcibly initialized struct hci_cp_le_conn_param_req_neg_reply cp; ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_inquiry_result_evt': /kisskb/src/net/bluetooth/hci_event.c:2612:22: note: byref variable will be forcibly initialized struct inquiry_data data; ^~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_inquiry_result_with_rssi_evt': /kisskb/src/net/bluetooth/hci_event.c:4263:22: note: byref variable will be forcibly initialized struct inquiry_data data; ^~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_extended_inquiry_result_evt': /kisskb/src/net/bluetooth/hci_event.c:4511:22: note: byref variable will be forcibly initialized struct inquiry_data data; ^~~~ In file included from /kisskb/src/net/bluetooth/hci_event.c:29: /kisskb/src/net/bluetooth/hci_event.c: In function 'has_pending_adv_report': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_event.c:1402:34: note: in expansion of macro 'BDADDR_ANY' return bacmp(&d->last_adv_addr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_link_key_request_evt': /kisskb/src/net/bluetooth/hci_event.c:4086:31: note: byref variable will be forcibly initialized struct hci_cp_link_key_reply cp; ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_conn_complete_evt': /kisskb/src/net/bluetooth/hci_event.c:2727:36: note: byref variable will be forcibly initialized struct hci_cp_change_conn_ptype cp; ^~ /kisskb/src/net/bluetooth/hci_event.c:2717:39: note: byref variable will be forcibly initialized struct hci_cp_read_remote_features cp; ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_conn_request_evt': /kisskb/src/net/bluetooth/hci_event.c:2847:38: note: byref variable will be forcibly initialized struct hci_cp_accept_sync_conn_req cp; ^~ /kisskb/src/net/bluetooth/hci_event.c:2835:33: note: byref variable will be forcibly initialized struct hci_cp_accept_conn_req cp; ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_auth_complete_evt': /kisskb/src/net/bluetooth/hci_event.c:3030:35: note: byref variable will be forcibly initialized struct hci_cp_set_conn_encrypt cp; ^~ /kisskb/src/net/bluetooth/hci_event.c:3010:35: note: byref variable will be forcibly initialized struct hci_cp_set_conn_encrypt cp; ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_features_evt': /kisskb/src/net/bluetooth/hci_event.c:3296:33: note: byref variable will be forcibly initialized struct hci_cp_remote_name_req cp; ^~ /kisskb/src/net/bluetooth/hci_event.c:3287:42: note: byref variable will be forcibly initialized struct hci_cp_read_remote_ext_features cp; ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_ext_features_evt': /kisskb/src/net/bluetooth/hci_event.c:4377:33: note: byref variable will be forcibly initialized struct hci_cp_remote_name_req cp; ^~ 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:39: /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_multi_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'mc13xxx_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:57:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ 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:39: /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_name_evt': /kisskb/src/net/bluetooth/hci_event.c:3075:32: note: byref variable will be forcibly initialized struct hci_cp_auth_requested cp; ^~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_multi_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'mc13xxx_regulator_get_voltage': /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:83:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/include/linux/mfd/mc13xxx.h:9, from /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:14: /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/blk_types.h:11, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/memcontrol.h:22, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/include/linux/regulator/consumer.h:35, from /kisskb/src/include/linux/regulator/machine.h:15, from /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/cpuhp.h:95, from /kisskb/src/kernel/cpu.c:39: /kisskb/src/kernel/cpu.c: In function '__bpf_trace_cpuhp_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function '__bpf_trace_cpuhp_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function '__bpf_trace_cpuhp_multi_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_encrypt_change_evt': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c:3227:39: note: byref variable will be forcibly initialized struct hci_cp_write_auth_payload_to cp; ^~ /kisskb/src/net/bluetooth/hci_event.c:3191:22: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/hci_event.c:3190:35: note: byref variable will be forcibly initialized struct hci_cp_read_enc_key_size cp; ^~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_invoke_callback_range': /kisskb/src/kernel/cpu.c:661:19: note: byref variable will be forcibly initialized enum cpuhp_state state; ^~~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_thread_fun': /kisskb/src/kernel/cpu.c:744:19: note: byref variable will be forcibly initialized enum cpuhp_state state; ^~~~~ /kisskb/src/kernel/cpu.c: In function 'fail_store': /kisskb/src/kernel/cpu.c:2321:6: note: byref variable will be forcibly initialized int fail, ret; ^~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_cs_remote_name_req': /kisskb/src/net/bluetooth/hci_event.c:2179:32: note: byref variable will be forcibly initialized struct hci_cp_auth_requested auth_cp; ^~~~~~~ /kisskb/src/kernel/cpu.c: In function 'target_store': /kisskb/src/kernel/cpu.c:2273:6: note: byref variable will be forcibly initialized int target, ret; ^~~~~~ /kisskb/src/drivers/regulator/mp8859.c: In function 'mp8859_get_voltage_sel': /kisskb/src/drivers/regulator/mp8859.c:58:15: note: byref variable will be forcibly initialized unsigned int val_tmp; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/unaligned/packed_struct.h:4, from /kisskb/src/include/asm-generic/unaligned.h:9, from ./arch/arm64/include/generated/asm/unaligned.h:1, from /kisskb/src/net/bluetooth/hci_event.c:27: /kisskb/src/net/bluetooth/hci_event.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/net/sock.h:38, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/hci_event.c:29: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_link_key_notify_evt': /kisskb/src/net/bluetooth/hci_event.c:4148:7: note: byref variable will be forcibly initialized bool persistent; ^~~~~~~~~~ /kisskb/src/drivers/regulator/mt6315-regulator.c: In function 'mt6315_get_status': /kisskb/src/drivers/regulator/mt6315-regulator.c:166:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6315-regulator.c: In function 'mt6315_regulator_get_mode': /kisskb/src/drivers/regulator/mt6315-regulator.c:80:11: note: byref variable will be forcibly initialized int ret, regval; ^~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_io_capa_request_evt': /kisskb/src/net/bluetooth/hci_event.c:4724:41: note: byref variable will be forcibly initialized struct hci_cp_io_capability_neg_reply cp; ^~ /kisskb/src/net/bluetooth/hci_event.c:4692:37: note: byref variable will be forcibly initialized struct hci_cp_io_capability_reply cp; ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_oob_data_request_evt': /kisskb/src/net/bluetooth/hci_event.c:5005:39: note: byref variable will be forcibly initialized struct hci_cp_remote_oob_data_reply cp; ^~ /kisskb/src/net/bluetooth/hci_event.c:4989:43: note: byref variable will be forcibly initialized struct hci_cp_remote_oob_ext_data_reply cp; ^~ /kisskb/src/net/bluetooth/hci_event.c:4980:43: note: byref variable will be forcibly initialized struct hci_cp_remote_oob_data_neg_reply cp; ^~ /kisskb/src/drivers/regulator/mt6323-regulator.c: In function 'mt6323_get_status': /kisskb/src/drivers/regulator/mt6323-regulator.c:160:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6323-regulator.c: In function 'mt6323_set_buck_vosel_reg': /kisskb/src/drivers/regulator/mt6323-regulator.c:347:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6323-regulator.c: In function 'mt6323_ldo_get_mode': /kisskb/src/drivers/regulator/mt6323-regulator.c:204:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/mt6323-regulator.c: In function 'mt6323_regulator_probe': /kisskb/src/drivers/regulator/mt6323-regulator.c:375:6: note: byref variable will be forcibly initialized u32 reg_value; ^~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/unaligned/packed_struct.h:4, from /kisskb/src/include/asm-generic/unaligned.h:9, from ./arch/arm64/include/generated/asm/unaligned.h:1, from /kisskb/src/net/bluetooth/hci_event.c:27: /kisskb/src/net/bluetooth/hci_event.c: In function 'le_conn_update_addr': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c:5189:3: note: in expansion of macro 'if' if (local_rpa && bacmp(local_rpa, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/hci_event.c:5189:37: note: in expansion of macro 'BDADDR_ANY' if (local_rpa && bacmp(local_rpa, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c:5174:3: note: in expansion of macro 'if' if (local_rpa && bacmp(local_rpa, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/hci_event.c:5174:37: note: in expansion of macro 'BDADDR_ANY' if (local_rpa && bacmp(local_rpa, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'le_conn_complete_evt': /kisskb/src/net/bluetooth/hci_event.c:5350:41: note: byref variable will be forcibly initialized struct hci_cp_le_read_remote_features cp; ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_le_ltk_request_evt': /kisskb/src/net/bluetooth/hci_event.c:5915:33: note: byref variable will be forcibly initialized struct hci_cp_le_ltk_neg_reply neg; ^~~ /kisskb/src/net/bluetooth/hci_event.c:5914:29: note: byref variable will be forcibly initialized struct hci_cp_le_ltk_reply cp; ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_le_remote_conn_param_req_evt': /kisskb/src/net/bluetooth/hci_event.c:5991:40: note: byref variable will be forcibly initialized struct hci_cp_le_conn_param_req_reply cp; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/unaligned/packed_struct.h:4, from /kisskb/src/include/asm-generic/unaligned.h:9, from ./arch/arm64/include/generated/asm/unaligned.h:1, from /kisskb/src/net/bluetooth/hci_event.c:27: /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_le_ext_adv_term_evt': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c:5442:3: note: in expansion of macro 'if' if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM || ^~ /kisskb/src/net/bluetooth/hci_event.c:5443:31: note: in expansion of macro 'BDADDR_ANY' bacmp(&conn->resp_addr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_event_packet': /kisskb/src/net/bluetooth/hci_event.c:6272:6: note: byref variable will be forcibly initialized u16 opcode = HCI_OP_NOP; ^~~~~~ /kisskb/src/net/bluetooth/hci_event.c:6271:5: note: byref variable will be forcibly initialized u8 status = 0, event = hdr->evt, req_evt = 0; ^~~~~~ /kisskb/src/net/bluetooth/hci_event.c:6269:25: note: byref variable will be forcibly initialized hci_req_complete_skb_t req_complete_skb = NULL; ^~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c:6268:21: note: byref variable will be forcibly initialized hci_req_complete_t req_complete = NULL; ^~~~~~~~~~~~ /kisskb/src/drivers/soc/samsung/exynos-asv.c: In function 'exynos_asv_init': /kisskb/src/drivers/soc/samsung/exynos-asv.c:116:6: note: byref variable will be forcibly initialized u32 product_id = 0; ^~~~~~~~~~ /kisskb/src/fs/isofs/dir.c: In function 'do_isofs_readdir': /kisskb/src/fs/isofs/dir.c:88:44: note: byref variable will be forcibly initialized unsigned long block, offset, block_saved, offset_saved; ^~~~~~~~~~~~ /kisskb/src/fs/isofs/dir.c:88:31: note: byref variable will be forcibly initialized unsigned long block, offset, block_saved, offset_saved; ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/clk/samsung/clk.c:11: /kisskb/src/drivers/clk/samsung/clk.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/samsung/clk.c:11: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/clk/samsung/clk.c:11: /kisskb/src/drivers/clk/samsung/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/samsung/clk.c: In function 'samsung_clk_of_register_fixed_ext': /kisskb/src/drivers/clk/samsung/clk.c:261:6: note: byref variable will be forcibly initialized u32 freq; ^~~~ /kisskb/src/drivers/clk/samsung/clk.c:259:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_get_status': /kisskb/src/drivers/regulator/mt6358-regulator.c:310:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_get_voltage_sel': /kisskb/src/drivers/regulator/mt6358-regulator.c:266:6: note: byref variable will be forcibly initialized u32 selector; ^~~~~~~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_regulator_get_mode': /kisskb/src/drivers/regulator/mt6358-regulator.c:351:11: note: byref variable will be forcibly initialized int ret, regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_get_buck_voltage_sel': /kisskb/src/drivers/regulator/mt6358-regulator.c:291:11: note: byref variable will be forcibly initialized int ret, regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_get_status': /kisskb/src/drivers/regulator/mt6359-regulator.c:253:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_regulator_get_mode': /kisskb/src/drivers/regulator/mt6359-regulator.c:271:11: note: byref variable will be forcibly initialized int ret, regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359p_vemc_get_voltage_sel': /kisskb/src/drivers/regulator/mt6359-regulator.c:398:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359p_vemc_set_voltage_sel': /kisskb/src/drivers/regulator/mt6359-regulator.c:359:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_regulator_probe': /kisskb/src/drivers/regulator/mt6359-regulator.c:954:9: note: byref variable will be forcibly initialized int i, hw_ver; ^~~~~~ In file included from /kisskb/src/include/uapi/linux/virtio_rng.h:6, from /kisskb/src/drivers/char/hw_random/virtio-rng.c:12: /kisskb/src/drivers/char/hw_random/virtio-rng.c: In function 'virtio_find_single_vq': /kisskb/src/include/linux/virtio_config.h:192:20: note: byref variable will be forcibly initialized struct virtqueue *vq; ^~ /kisskb/src/include/linux/virtio_config.h:191:14: note: byref variable will be forcibly initialized const char *names[] = { n }; ^~~~~ /kisskb/src/include/linux/virtio_config.h:190:17: note: byref variable will be forcibly initialized vq_callback_t *callbacks[] = { c }; ^~~~~~~~~ /kisskb/src/drivers/char/hw_random/virtio-rng.c: In function 'register_buffer': /kisskb/src/drivers/char/hw_random/virtio-rng.c:44:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/net/ethtool/wol.c: In function 'ethnl_set_wol': /kisskb/src/net/ethtool/wol.c:113:7: note: byref variable will be forcibly initialized bool mod = false; ^~~ /kisskb/src/net/ethtool/features.c: In function 'features_send_reply': /kisskb/src/net/ethtool/features.c:164:8: note: byref variable will be forcibly initialized void *reply_payload; ^~~~~~~~~~~~~ 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:264, 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/include/linux/ethtool.h:16, from /kisskb/src/include/uapi/linux/ethtool_netlink.h:12, from /kisskb/src/include/linux/ethtool_netlink.h:6, from /kisskb/src/net/ethtool/netlink.h:6, from /kisskb/src/net/ethtool/features.c:3: /kisskb/src/net/ethtool/features.c: In function 'ethnl_set_features': /kisskb/src/net/ethtool/features.c:220:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(req_mask, NETDEV_FEATURE_COUNT); ^~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/features.c:219:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(req_wanted, NETDEV_FEATURE_COUNT); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/features.c:218:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(new_wanted, NETDEV_FEATURE_COUNT); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/features.c:217:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(new_active, NETDEV_FEATURE_COUNT); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/features.c:216:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(old_wanted, NETDEV_FEATURE_COUNT); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/features.c:215:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(old_active, NETDEV_FEATURE_COUNT); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/features.c:214:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(active_diff_mask, NETDEV_FEATURE_COUNT); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/features.c:213:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(wanted_diff_mask, NETDEV_FEATURE_COUNT); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/char/hw_random/iproc-rng200.c: In function 'iproc_rng200_read': /kisskb/src/drivers/char/hw_random/iproc-rng200.c:137:14: note: byref variable will be forcibly initialized uint32_t rnd_number = ioread32(priv->base + ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:12: /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_get_status': /kisskb/src/drivers/regulator/mt6397-regulator.c:221:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_set_buck_vosel_reg': /kisskb/src/drivers/regulator/mt6397-regulator.c:327:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_regulator_get_mode': /kisskb/src/drivers/regulator/mt6397-regulator.c:196:11: note: byref variable will be forcibly initialized int ret, regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_regulator_probe': /kisskb/src/drivers/regulator/mt6397-regulator.c:355:6: note: byref variable will be forcibly initialized u32 reg_value, version; ^~~~~~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function '__arm_smmu_cmdq_skip_err': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:373:6: note: byref variable will be forcibly initialized u64 cmd[CMDQ_ENT_DWORDS]; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_cmdq_poll_until_not_full': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:590:29: note: byref variable will be forcibly initialized struct arm_smmu_queue_poll qp; ^~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function '__arm_smmu_cmdq_poll_until_msi': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:625:29: note: byref variable will be forcibly initialized struct arm_smmu_queue_poll qp; ^~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function '__arm_smmu_cmdq_poll_until_consumed': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:648:29: note: byref variable will be forcibly initialized struct arm_smmu_queue_poll qp; ^~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_cmdq_issue_cmdlist': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:745:27: note: byref variable will be forcibly initialized struct arm_smmu_ll_queue llq, head; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:740:6: note: byref variable will be forcibly initialized u64 cmd_sync[CMDQ_ENT_DWORDS]; ^~~~~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function '__arm_smmu_cmdq_issue_cmd': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:861:6: note: byref variable will be forcibly initialized u64 cmd[CMDQ_ENT_DWORDS]; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_handle_ppr': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1594:28: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_ent cmd = { ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_priq_thread': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1614:6: note: byref variable will be forcibly initialized u64 evt[PRIQ_ENT_DWORDS]; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_sync_cd': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:958:29: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_batch cmds; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_atc_inv_master': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1766:27: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_ent cmd; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function '__arm_smmu_tlb_inv_range': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1859:29: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_batch cmds; ^~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_check_ocp_status': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:147:6: note: byref variable will be forcibly initialized u32 cur_status; ^~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_get_current_limit': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:600:15: note: byref variable will be forcibly initialized unsigned int cur_step; ^~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_check_sc_status': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:390:27: note: byref variable will be forcibly initialized u32 ibb_status, ibb_reg, lab_status, lab_reg; ^~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:390:6: note: byref variable will be forcibly initialized u32 ibb_status, ibb_reg, lab_status, lab_reg; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:12: /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_of_parse_cb': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:645:20: note: byref variable will be forcibly initialized u32 dischg_kohms, soft_start_time; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:645:6: note: byref variable will be forcibly initialized u32 dischg_kohms, soft_start_time; ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_sc_recovery_worker': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:432:33: note: byref variable will be forcibly initialized u32 lab_reg, ibb_reg, lab_val, ibb_val, val; ^~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:432:24: note: byref variable will be forcibly initialized u32 lab_reg, ibb_reg, lab_val, ibb_val, val; ^~~~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_domain_finalise': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:2152:24: note: byref variable will be forcibly initialized struct io_pgtable_cfg pgtbl_cfg; ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_regulator_probe': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:770:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/regulator/qcom_rpm-regulator.c: In function 'rpm_reg_of_parse_freq': /kisskb/src/drivers/regulator/qcom_rpm-regulator.c:654:6: note: byref variable will be forcibly initialized u32 freq; ^~~~ /kisskb/src/drivers/regulator/qcom_rpm-regulator.c: In function 'rpm_reg_of_parse': /kisskb/src/drivers/regulator/qcom_rpm-regulator.c:685:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included 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/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:12: /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_device_dt_probe': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3690:6: note: byref variable will be forcibly initialized u32 cells; ^~~~~ /kisskb/src/drivers/regulator/qcom_usb_vbus-regulator.c: In function 'qcom_usb_vbus_regulator_probe': /kisskb/src/drivers/regulator/qcom_usb_vbus-regulator.c:53:6: note: byref variable will be forcibly initialized u32 base; ^~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_saw_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1282:16: note: byref variable will be forcibly initialized u8 range_sel, voltage_sel; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1282:5: note: byref variable will be forcibly initialized u8 range_sel, voltage_sel; ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_saw_set_vdd': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:28: note: byref variable will be forcibly initialized u32 vctl, data3, avs_ctl, pmic_sts; ^~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:19: note: byref variable will be forcibly initialized u32 vctl, data3, avs_ctl, pmic_sts; ^~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:12: note: byref variable will be forcibly initialized u32 vctl, data3, avs_ctl, pmic_sts; ^~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:6: note: byref variable will be forcibly initialized u32 vctl, data3, avs_ctl, pmic_sts; ^~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ult_lo_smps_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:930:16: note: byref variable will be forcibly initialized u8 range_sel, voltage_sel; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:930:5: note: byref variable will be forcibly initialized u8 range_sel, voltage_sel; ^~~~~~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_handle_evt': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1519:30: note: byref variable will be forcibly initialized struct iommu_page_response resp = { ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_evtq_thread': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1540:6: note: byref variable will be forcibly initialized u64 evt[EVTQ_ENT_DWORDS]; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_find_range': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:732:5: note: byref variable will be forcibly initialized u8 range_sel; ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_init_slew_rate': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1615:5: note: byref variable will be forcibly initialized u8 reg = 0; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_init_slew_rate_ftsmps426': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1660:5: note: byref variable will be forcibly initialized u8 reg = 0; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_match': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1561:5: note: byref variable will be forcibly initialized u8 version[SPMI_COMMON_REG_SUBTYPE - SPMI_COMMON_REG_DIG_MAJOR_REV + 1]; ^~~~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_device_reset': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3300:27: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_ent cmd; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_get_bypass': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1008:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_get_mode': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1020:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_single_range_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:915:5: note: byref variable will be forcibly initialized u8 selector; ^~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ult_lo_smps_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:954:5: note: byref variable will be forcibly initialized u8 voltage_sel; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:865:5: note: byref variable will be forcibly initialized u8 voltage_sel; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ftsmps426_get_mode': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1039:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ftsmps426_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:880:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_init_registers': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1690:5: note: byref variable will be forcibly initialized u8 ctrl_reg[8], reg, mask; ^~~~~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_device_probe': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3765:18: note: byref variable will be forcibly initialized resource_size_t ioaddr; ^~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_single_range_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:903:5: note: byref variable will be forcibly initialized u8 sel = selector; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:821:16: note: byref variable will be forcibly initialized u8 range_sel, voltage_sel; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:821:5: note: byref variable will be forcibly initialized u8 range_sel, voltage_sel; ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:820:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_vs_ocp': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:602:5: note: byref variable will be forcibly initialized u8 reg = SPMI_VS_OCP_OVERRIDE; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ftsmps426_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:839:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'qcom_spmi_regulator_probe': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:2125:11: note: byref variable will be forcibly initialized int ret, lenp; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_domain_finalise_s1': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:2066:6: note: byref variable will be forcibly initialized u32 asid; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_atc_inv_domain': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1786:29: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_batch cmds; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1784:27: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_ent cmd; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_tlb_inv_context': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1832:27: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_ent cmd; ^~~ /kisskb/src/kernel/events/uprobes.c: In function '__replace_page': /kisskb/src/kernel/events/uprobes.c:164:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/kernel/events/uprobes.c: In function '__update_ref_ctr': /kisskb/src/kernel/events/uprobes.c:372:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma; ^~~ /kisskb/src/kernel/events/uprobes.c:371:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ 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/highmem.h:10, from /kisskb/src/kernel/events/uprobes.c:13: /kisskb/src/kernel/events/uprobes.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/events/uprobes.c: In function '__find_uprobe': /kisskb/src/kernel/events/uprobes.c:658:22: note: byref variable will be forcibly initialized struct __uprobe_key key = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/uprobes.c:1474:2: note: in expansion of macro 'smp_store_release' smp_store_release(&mm->uprobes_state.xol_area, area); /* ^^^ */ ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/events/uprobes.c:13: /kisskb/src/kernel/events/uprobes.c: In function 'xol_take_insn_slot': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/events/uprobes.c:1597:3: note: in expansion of macro 'wait_event' wait_event(area->wq, (atomic_read(&area->slot_count) < UINSNS_PER_PAGE)); ^~~~~~~~~~ /kisskb/src/kernel/events/uprobes.c: In function 'verify_opcode': /kisskb/src/kernel/events/uprobes.c:260:18: note: byref variable will be forcibly initialized uprobe_opcode_t old_opcode; ^~~~~~~~~~ /kisskb/src/kernel/events/uprobes.c: In function 'is_trap_at_addr': /kisskb/src/kernel/events/uprobes.c:2012:18: note: byref variable will be forcibly initialized uprobe_opcode_t opcode; ^~~~~~ /kisskb/src/kernel/events/uprobes.c:2011:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/kernel/events/uprobes.c: In function 'uprobe_write_opcode': /kisskb/src/kernel/events/uprobes.c:469:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma; ^~~ /kisskb/src/kernel/events/uprobes.c:468:15: note: byref variable will be forcibly initialized struct page *old_page, *new_page; ^~~~~~~~ /kisskb/src/kernel/events/uprobes.c: In function 'uprobe_mmap': /kisskb/src/kernel/events/uprobes.c:1363:19: note: byref variable will be forcibly initialized struct list_head tmp_list; ^~~~~~~~ /kisskb/src/kernel/events/uprobes.c: In function '__create_xol_area': /kisskb/src/kernel/events/uprobes.c:1484:18: note: byref variable will be forcibly initialized uprobe_opcode_t insn = UPROBE_SWBP_INSN; ^~~~ /kisskb/src/kernel/events/uprobes.c: In function 'handle_swbp': /kisskb/src/kernel/events/uprobes.c:2191:6: note: byref variable will be forcibly initialized int is_swbp; ^~~~~~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_is_enabled_ldo': /kisskb/src/drivers/regulator/palmas-regulator.c:602:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_enable_ldo8_track': /kisskb/src/drivers/regulator/palmas-regulator.c:849:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_set_mode_smps': /kisskb/src/drivers/regulator/palmas-regulator.c:445:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_ldo_init': /kisskb/src/drivers/regulator/palmas-regulator.c:767:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/regulator/pv88060-regulator.c: In function 'pv88060_buck_get_mode': /kisskb/src/drivers/regulator/pv88060-regulator.c:71:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/pv88060-regulator.c: In function 'pv88060_irq_handler': /kisskb/src/drivers/regulator/pv88060-regulator.c:228:9: note: byref variable will be forcibly initialized int i, reg_val, err, ret = IRQ_NONE; ^~~~~~~ /kisskb/src/fs/nls/nls_euc-jp.c: In function 'char2uni': /kisskb/src/fs/nls/nls_euc-jp.c:482:16: note: byref variable will be forcibly initialized unsigned char sjis_temp[2]; ^~~~~~~~~ /kisskb/src/drivers/clk/samsung/clk-pll.c: In function '_samsung_clk_register_pll': /kisskb/src/drivers/clk/samsung/clk-pll.c:1249:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_smps_init': /kisskb/src/drivers/regulator/palmas-regulator.c:698:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/fs/nls/nls_euc-jp.c: In function 'uni2char': /kisskb/src/fs/nls/nls_euc-jp.c:449:18: note: byref variable will be forcibly initialized unsigned char euc[3], i; ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'tps65917_smps_registration': /kisskb/src/drivers/regulator/palmas-regulator.c:1292:21: note: byref variable will be forcibly initialized unsigned int addr, reg; ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_smps_registration': /kisskb/src/drivers/regulator/palmas-regulator.c:1122:21: note: byref variable will be forcibly initialized unsigned int addr, reg; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_misc.c: In function 'matroxfb_read_pins': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_misc.c:771:6: note: byref variable will be forcibly initialized u32 fbbase; ^~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_misc.c:770:6: note: byref variable will be forcibly initialized u32 biosbase; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_misc.c:769:6: note: byref variable will be forcibly initialized u32 opt; ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_dt_to_pdata': /kisskb/src/drivers/regulator/palmas-regulator.c:1472:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_regulators_probe': /kisskb/src/drivers/regulator/palmas-regulator.c:1606:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/regulator/pv88080-regulator.c: In function 'pv88080_buck_get_mode': /kisskb/src/drivers/regulator/pv88080-regulator.c:212:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/pv88080-regulator.c: In function 'pv88080_irq_handler': /kisskb/src/drivers/regulator/pv88080-regulator.c:329:9: note: byref variable will be forcibly initialized int i, reg_val, err, ret = IRQ_NONE; ^~~~~~~ /kisskb/src/drivers/regulator/pv88080-regulator.c: In function 'pv88080_i2c_probe': /kisskb/src/drivers/regulator/pv88080-regulator.c:386:22: note: byref variable will be forcibly initialized unsigned int conf2, conf5; ^~~~~ /kisskb/src/drivers/regulator/pv88080-regulator.c:386:15: note: byref variable will be forcibly initialized unsigned int conf2, conf5; ^~~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_get_brightness': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:117:11: note: byref variable will be forcibly initialized int ret, brightness; ^~~~~~~~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_lcd_power_is_enabled': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:66:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_lcd_power_enable': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:39:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_i2c_probe': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:142:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/rt4801-regulator.c: In function 'rt4801_probe': /kisskb/src/drivers/regulator/rt4801-regulator.c:186:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/rt4801-regulator.c:183:27: note: byref variable will be forcibly initialized struct regulator_config config = { .dev = &i2c->dev, .driver_data = priv, ^~~~~~ /kisskb/src/drivers/char/hw_random/arm_smccc_trng.c: In function 'smccc_trng_read': /kisskb/src/drivers/char/hw_random/arm_smccc_trng.c:64:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/soc/samsung/pm_domains.c: In function 'exynos_get_domain_name': /kisskb/src/drivers/soc/samsung/pm_domains.c:97:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/soc/samsung/pm_domains.c: In function 'exynos_pd_probe': /kisskb/src/drivers/soc/samsung/pm_domains.c:109:32: note: byref variable will be forcibly initialized struct of_phandle_args child, parent; ^~~~~~ /kisskb/src/drivers/soc/samsung/pm_domains.c:109:25: note: byref variable will be forcibly initialized struct of_phandle_args child, parent; ^~~~~ /kisskb/src/net/decnet/dn_nsp_out.c: In function 'dn_nsp_send': /kisskb/src/net/decnet/dn_nsp_out.c:71:17: note: byref variable will be forcibly initialized struct flowidn fld; ^~~ In file included from /kisskb/src/include/uapi/linux/netfilter_decnet.h:11, from /kisskb/src/net/decnet/dn_route.c:69: /kisskb/src/net/decnet/dn_route.c: In function 'nf_hook': /kisskb/src/include/linux/netfilter.h:257:24: note: byref variable will be forcibly initialized struct nf_hook_state state; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/uio.h:8, from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/net/decnet/dn_route.c:52: /kisskb/src/net/decnet/dn_route.c: In function 'dn_insert_route': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_route.c:345:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dn_rt_hash_table[hash].chain, rt); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_route.c:344:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rt->dn_next, dn_rt_hash_table[hash].chain); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_route.c:332:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dn_rt_hash_table[hash].chain, rth); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_route.c:330:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rth->dn_next, ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_route.c: In function 'dn_route_input_slow': /kisskb/src/net/decnet/dn_route.c:1303:19: note: byref variable will be forcibly initialized struct dn_route *rt = NULL; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/net/8021q/vlan_core.c:2: /kisskb/src/net/8021q/vlan_core.c: In function 'vlan_vid_add': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/8021q/vlan_core.c:343:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->vlan_info, vlan_info); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/8021q/vlan_core.c:321:24: note: byref variable will be forcibly initialized struct vlan_vid_info *vid_info; ^~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/decnet/dn_route.c:62: /kisskb/src/net/decnet/dn_route.c: In function 'nla_put_le16': /kisskb/src/include/net/netlink.h:1296:9: note: byref variable will be forcibly initialized __le16 tmp = value; ^~~ /kisskb/src/net/decnet/dn_route.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/decnet/dn_route.c: In function 'dn_cache_getroute': /kisskb/src/net/decnet/dn_route.c:1644:17: note: byref variable will be forcibly initialized struct nlattr *tb[RTA_MAX+1]; ^~ /kisskb/src/net/decnet/dn_route.c:1643:17: note: byref variable will be forcibly initialized struct flowidn fld; ^~~ /kisskb/src/net/decnet/dn_route.c:1639:19: note: byref variable will be forcibly initialized struct dn_route *rt = NULL; ^~ /kisskb/src/drivers/regulator/rt6160-regulator.c: In function 'rt6160_get_error_flags': /kisskb/src/drivers/regulator/rt6160-regulator.c:150:15: note: byref variable will be forcibly initialized unsigned int val, events = 0; ^~~ /kisskb/src/drivers/regulator/rt6160-regulator.c: In function 'rt6160_get_mode': /kisskb/src/drivers/regulator/rt6160-regulator.c:115:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/rt6160-regulator.c: In function 'rt6160_probe': /kisskb/src/drivers/regulator/rt6160-regulator.c:233:15: note: byref variable will be forcibly initialized unsigned int devid; ^~~~~ /kisskb/src/drivers/regulator/rtq6752-regulator.c: In function 'rtq6752_get_error_flags': /kisskb/src/drivers/regulator/rtq6752-regulator.c:108:21: note: byref variable will be forcibly initialized const unsigned int fault_mask[] = { ^~~~~~~~~~ /kisskb/src/drivers/regulator/rtq6752-regulator.c:107:15: note: byref variable will be forcibly initialized unsigned int val, events = 0; ^~~ /kisskb/src/drivers/regulator/rtq6752-regulator.c: In function 'rtq6752_init_device_properties': /kisskb/src/drivers/regulator/rtq6752-regulator.c:177:5: note: byref variable will be forcibly initialized u8 raw_vals[] = { 0, 0 }; ^~~~~~~~ /kisskb/src/net/ethtool/privflags.c: In function 'privflags_fill_reply': /kisskb/src/net/ethtool/privflags.c:106:12: note: byref variable will be forcibly initialized const u32 all_flags = ~(u32)0 >> (32 - data->n_priv_flags); ^~~~~~~~~ /kisskb/src/net/ethtool/privflags.c: In function 'privflags_reply_size': /kisskb/src/net/ethtool/privflags.c:93:12: note: byref variable will be forcibly initialized const u32 all_flags = ~(u32)0 >> (32 - data->n_priv_flags); ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/uapi/linux/ethtool_netlink.h:12, from /kisskb/src/include/linux/ethtool_netlink.h:6, from /kisskb/src/net/ethtool/netlink.h:6, from /kisskb/src/net/ethtool/privflags.c:3: /kisskb/src/net/ethtool/privflags.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/ethtool/privflags.c: In function 'privflags_prepare_data': /kisskb/src/net/ethtool/privflags.c:66:15: note: byref variable will be forcibly initialized unsigned int nflags; ^~~~~~ /kisskb/src/net/ethtool/privflags.c:64:15: note: byref variable will be forcibly initialized const char (*names)[ETH_GSTRING_LEN]; ^~~~~ /kisskb/src/net/ethtool/privflags.c: In function 'ethnl_set_privflags': /kisskb/src/net/ethtool/privflags.c:152:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/net/ethtool/privflags.c:151:7: note: byref variable will be forcibly initialized bool compact; ^~~~~~~ /kisskb/src/net/ethtool/privflags.c:150:7: note: byref variable will be forcibly initialized bool mod = false; ^~~ /kisskb/src/net/ethtool/privflags.c:149:15: note: byref variable will be forcibly initialized unsigned int nflags; ^~~~~~ /kisskb/src/net/ethtool/privflags.c:144:15: note: byref variable will be forcibly initialized const char (*names)[ETH_GSTRING_LEN] = NULL; ^~~~~ /kisskb/src/drivers/clk/samsung/clk-cpu.c: In function 'exynos_register_cpu_clock': /kisskb/src/drivers/clk/samsung/clk-cpu.c:411:14: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/samsung/clk-cpu.c:410:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/rings.c:3: /kisskb/src/net/ethtool/rings.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/rings.c: In function 'ethnl_set_rings': /kisskb/src/net/ethtool/rings.c:118:7: note: byref variable will be forcibly initialized bool mod = false; ^~~ /kisskb/src/fs/isofs/rock.c: In function 'parse_rock_ridge_inode_internal': /kisskb/src/fs/isofs/rock.c:318:20: note: byref variable will be forcibly initialized struct rock_state rs; ^~ /kisskb/src/fs/isofs/rock.c: In function 'rock_ridge_symlink_readpage': /kisskb/src/fs/isofs/rock.c:707:20: note: byref variable will be forcibly initialized struct rock_state rs; ^~ /kisskb/src/drivers/regulator/s2mps11.c: In function 's2mps11_regulator_set_suspend_disable': /kisskb/src/drivers/regulator/s2mps11.c:267:15: note: byref variable will be forcibly initialized unsigned int val, state; ^~~ /kisskb/src/fs/isofs/rock.c: In function 'get_rock_ridge_filename': /kisskb/src/fs/isofs/rock.c:201:20: note: byref variable will be forcibly initialized struct rock_state rs; ^~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/drivers/regulator/s2mps11.c:6: /kisskb/src/drivers/regulator/s2mps11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/s2mps11.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/regulator/s2mps11.c:9: /kisskb/src/drivers/regulator/s2mps11.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_clear_fault_log': /kisskb/src/drivers/regulator/slg51000-regulator.c:419:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_irq_handler': /kisskb/src/drivers/regulator/slg51000-regulator.c:353:24: note: byref variable will be forcibly initialized unsigned int evt_otp, mask_otp; ^~~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:353:15: note: byref variable will be forcibly initialized unsigned int evt_otp, mask_otp; ^~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:351:5: note: byref variable will be forcibly initialized u8 evt[SLG51000_MAX_EVT_REGISTER][REG_MAX]; ^~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_regulator_init': /kisskb/src/drivers/regulator/slg51000-regulator.c:249:5: note: byref variable will be forcibly initialized u8 vsel_range[2]; ^~~~~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:248:20: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/char/xillybus/xillybus_class.c: In function 'xillybus_init_chrdev': /kisskb/src/drivers/char/xillybus/xillybus_class.c:52:7: note: byref variable will be forcibly initialized char devname[48]; ^~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_class.c:50:8: note: byref variable will be forcibly initialized dev_t mdev; ^~~~ /kisskb/src/drivers/regulator/stpmic1_regulator.c: In function 'stpmic1_get_mode': /kisskb/src/drivers/regulator/stpmic1_regulator.c:464:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/regulator/sy8106a-regulator.c: In function 'sy8106a_i2c_probe': /kisskb/src/drivers/regulator/sy8106a-regulator.c:71:6: note: byref variable will be forcibly initialized u32 fixed_voltage; ^~~~~~~~~~~~~ /kisskb/src/drivers/regulator/sy8106a-regulator.c:70:15: note: byref variable will be forcibly initialized unsigned int reg, vsel; ^~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_fuse_probe': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:187:22: note: byref variable will be forcibly initialized struct nvmem_config nvmem; ^~~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_init_fuse': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:451:18: note: byref variable will be forcibly initialized struct resource regs; ^~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:449:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'tps65090_try_enable_fet': /kisskb/src/drivers/regulator/tps65090-regulator.c:90:15: note: byref variable will be forcibly initialized unsigned int control; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/regulator/tps65090-regulator.c:9: /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/tps65090-regulator.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/syncpt.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'tps65090_regulator_probe': /kisskb/src/drivers/regulator/tps65090-regulator.c:414:29: note: byref variable will be forcibly initialized struct of_regulator_match *tps65090_reg_matches = NULL; ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c: In function 'host1x_syncpt_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/syncpt.c:279:12: note: in expansion of macro 'wait_event_interruptible_timeout' remain = wait_event_interruptible_timeout(wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/syncpt.c:225:8: note: byref variable will be forcibly initialized void *ref; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c:224:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/drivers/video/fbdev/matrox/g450_pll.c: In function 'g450_findworkingpll': /kisskb/src/drivers/video/fbdev/matrox/g450_pll.c:263:16: note: byref variable will be forcibly initialized unsigned int sarray[3]; ^~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c: In function 'matroxfb_g450_compute': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c:532:20: note: byref variable will be forcibly initialized int blacklevel, whitelevel; ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c:532:8: note: byref variable will be forcibly initialized int blacklevel, whitelevel; ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c:528:29: note: byref variable will be forcibly initialized const struct output_desc* outd; ^~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c: In function 'g450_set_ctrl': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c:190:21: note: byref variable will be forcibly initialized int blacklevel, whitelevel; ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c:190:9: note: byref variable will be forcibly initialized int blacklevel, whitelevel; ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/g450_pll.c: In function '__g450_setclk': /kisskb/src/drivers/video/fbdev/matrox/g450_pll.c:433:16: note: byref variable will be forcibly initialized unsigned int xvco; ^~~~ /kisskb/src/drivers/video/fbdev/matrox/g450_pll.c:397:15: note: byref variable will be forcibly initialized u_int32_t opt; ^~~ /kisskb/src/kernel/exit.c: In function '__exit_signal': /kisskb/src/kernel/exit.c:98:13: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/exit.c:98:6: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/exit.c: In function 'exit_mm': /kisskb/src/kernel/exit.c:453:22: note: byref variable will be forcibly initialized struct core_thread self; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/exit.c:8: /kisskb/src/kernel/exit.c: In function 'exit_notify': /kisskb/src/kernel/exit.c:665:12: note: byref variable will be forcibly initialized LIST_HEAD(dead); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/exit.c: In function 'wait_task_zombie': /kisskb/src/kernel/exit.c:1037:16: note: byref variable will be forcibly initialized u64 tgutime, tgstime; ^~~~~~~ /kisskb/src/kernel/exit.c:1037:7: note: byref variable will be forcibly initialized u64 tgutime, tgstime; ^~~~~~~ /kisskb/src/kernel/exit.c: In function 'kernel_waitid': /kisskb/src/kernel/exit.c:1550:15: note: byref variable will be forcibly initialized unsigned int f_flags = 0; ^~~~~~~ /kisskb/src/kernel/exit.c:1546:19: note: byref variable will be forcibly initialized struct wait_opts wo; ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_waitid': /kisskb/src/kernel/exit.c:1612:16: note: byref variable will be forcibly initialized struct rusage r; ^ /kisskb/src/kernel/exit.c: In function '__do_compat_sys_waitid': /kisskb/src/kernel/exit.c:1748:16: note: byref variable will be forcibly initialized struct rusage ru; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_send_opcode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1085:9: note: in expansion of macro 'wait_event_interruptible' while (wait_event_interruptible(fifo->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1067:9: note: byref variable will be forcibly initialized __le32 msg[2]; ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/8021q/vlan.c:20: /kisskb/src/net/8021q/vlan.c: In function 'vlan_device_event': /kisskb/src/net/8021q/vlan.c:443:13: note: byref variable will be forcibly initialized LIST_HEAD(close_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/8021q/vlan.c:378:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/exit.c: In function 'kernel_wait4': /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:6: note: byref variable will be forcibly initialized u32 randomness[12]; ^~~~~~~~~~ /kisskb/src/kernel/exit.c:1645:19: note: byref variable will be forcibly initialized struct wait_opts wo; ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_wait4': /kisskb/src/kernel/exit.c:1704:16: note: byref variable will be forcibly initialized struct rusage r; ^ /kisskb/src/kernel/exit.c: In function '__do_compat_sys_wait4': /kisskb/src/kernel/exit.c:1734:16: note: byref variable will be forcibly initialized struct rusage r; ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'flush_downstream': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1201:8: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(chan->flushq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1182:9: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible(chan->flushq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1153:9: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(chan->flushq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/8021q/vlan.c: In function 'register_vlan_device': /kisskb/src/net/8021q/vlan.c:226:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/net/8021q/vlan.c: In function 'vlan_ioctl_handler': /kisskb/src/net/8021q/vlan.c:550:25: note: byref variable will be forcibly initialized struct vlan_ioctl_args args; ^~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_disconnect': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:2190:7: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(fifo->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1663:3: note: in expansion of macro 'if' if (wait_event_interruptible ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1663:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1571:9: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1560:9: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_discovery': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:2018:7: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(idt_fifo.waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1975:19: note: byref variable will be forcibly initialized struct xillyfifo idt_fifo; ^~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1974:9: note: byref variable will be forcibly initialized __le16 bogus_chandesc[2]; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1718:10: note: in expansion of macro 'wait_event_interruptible' while (wait_event_interruptible(in_fifo->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_open': /kisskb/src/drivers/char/xillybus/xillyusb.c:1237:6: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1232:23: note: byref variable will be forcibly initialized struct xillyusb_dev *xdev; ^~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/clk/samsung/clk-exynos5433.c:9: /kisskb/src/drivers/clk/samsung/clk-exynos5433.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/clk/samsung/clk-exynos5433.c:12: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/clk/samsung/clk-exynos5433.c:9: /kisskb/src/drivers/clk/samsung/clk-exynos5433.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/clk/samsung/clk-exynos5433.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c:9: /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c: In function 'exynos_audss_clk_probe': /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c:127:14: note: byref variable will be forcibly initialized const char *mout_i2s_p[] = {"mout_audss", "cdclk0", "sclk_audio0"}; ^~~~~~~~~~ /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c:126:14: note: byref variable will be forcibly initialized const char *mout_audss_p[] = {"fin_pll", "fout_epll"}; ^~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function '__walk_iomem_res_desc': /kisskb/src/kernel/resource.c:392:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/kernel/resource.c: In function '__region_intersects': /kisskb/src/kernel/resource.c:508:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'revoke_iomem': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:1120:24: note: in expansion of macro 'smp_load_acquire' struct inode *inode = smp_load_acquire(&iomem_inode); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function 'iomem_init_inode': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:1910:2: note: in expansion of macro 'smp_store_release' smp_store_release(&iomem_inode, inode); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function 'reserve_setup': /kisskb/src/kernel/resource.c:1623:26: note: byref variable will be forcibly initialized unsigned int io_start, io_num; ^~~~~~ /kisskb/src/kernel/resource.c:1623:16: note: byref variable will be forcibly initialized unsigned int io_start, io_num; ^~~~~~~~ /kisskb/src/kernel/resource.c: In function 'walk_system_ram_range': /kisskb/src/kernel/resource.c:470:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/kernel/resource.c: In function '__find_resource': /kisskb/src/kernel/resource.c:597:37: note: byref variable will be forcibly initialized struct resource tmp = *new, avail, alloc; ^~~~~ /kisskb/src/kernel/resource.c:597:30: note: byref variable will be forcibly initialized struct resource tmp = *new, avail, alloc; ^~~~~ /kisskb/src/kernel/resource.c:597:18: note: byref variable will be forcibly initialized struct resource tmp = *new, avail, alloc; ^~~ /kisskb/src/kernel/resource.c: In function 'reallocate_resource': /kisskb/src/kernel/resource.c:672:18: note: byref variable will be forcibly initialized struct resource new = *old; ^~~ /kisskb/src/kernel/resource.c: In function 'allocate_resource': /kisskb/src/kernel/resource.c:728:29: note: byref variable will be forcibly initialized struct resource_constraint constraint; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'iomem_get_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:1160:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&iomem_inode)->i_mapping; ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function '__devm_release_region': /kisskb/src/kernel/resource.c:1605:23: note: byref variable will be forcibly initialized struct region_devres match_data = { parent, start, n }; ^~~~~~~~~~ /kisskb/src/kernel/resource.c: In function 'iomem_map_sanity_check': /kisskb/src/kernel/resource.c:1667:9: note: byref variable will be forcibly initialized loff_t l; ^ /kisskb/src/kernel/resource.c: In function 'iomem_is_exclusive': /kisskb/src/kernel/resource.c:1717:9: note: byref variable will be forcibly initialized loff_t l; ^ /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c: In function 'tegra_init_apbmisc': /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c:138:27: note: byref variable will be forcibly initialized struct resource apbmisc, straps; ^~~~~~ /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c:138:18: note: byref variable will be forcibly initialized struct resource apbmisc, straps; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function 'perf_trace_irq_handler_entry': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'perf_trace_irq_handler_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'perf_trace_softirq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_softirq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function '__bpf_trace_irq_handler_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function '__bpf_trace_softirq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/net/decnet/dn_dev.c:48: /kisskb/src/net/decnet/dn_dev.c: In function 'nla_put_le16': /kisskb/src/include/net/netlink.h:1296:9: note: byref variable will be forcibly initialized __le16 tmp = value; ^~~ /kisskb/src/net/decnet/dn_dev.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_dev_del_ifa': /kisskb/src/net/decnet/dn_dev.c:332:16: note: byref variable will be forcibly initialized unsigned char mac_addr[6]; ^~~~~~~~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_send_ptp_hello': /kisskb/src/net/decnet/dn_dev.c:990:7: note: byref variable will be forcibly initialized char src[ETH_ALEN]; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c: In function 'arm_smmu_share_asid': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c:47:6: note: byref variable will be forcibly initialized u32 new_asid; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/decnet/dn_dev.c:29: /kisskb/src/net/decnet/dn_dev.c: In function 'dn_dev_insert_ifa': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_dev.c:380:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dn_db->ifa_list, ifa); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_dev.c:360:16: note: byref variable will be forcibly initialized unsigned char mac_addr[6]; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/decnet/dn_dev.c:29: /kisskb/src/net/decnet/dn_dev.c: In function 'dn_dev_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_dev.c:1095:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->dn_ptr, dn_db); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_dev_set_ifa': /kisskb/src/net/decnet/dn_dev.c:394:7: note: byref variable will be forcibly initialized int err; ^~~ 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:727, from /kisskb/src/kernel/softirq.c:17: /kisskb/src/kernel/softirq.c: In function 'tasklet_unlock_wait': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:887:2: note: in expansion of macro 'wait_var_event' wait_var_event(&t->state, !test_bit(TASKLET_STATE_RUN, &t->state)); ^~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_nl_deladdr': /kisskb/src/net/decnet/dn_dev.c:568:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFA_MAX+1]; ^~ /kisskb/src/kernel/softirq.c: In function 'tasklet_kill': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:868:3: note: in expansion of macro 'wait_var_event' wait_var_event(&t->state, !test_bit(TASKLET_STATE_SCHED, &t->state)); ^~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_nl_newaddr': /kisskb/src/net/decnet/dn_dev.c:619:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/decnet/dn_dev.c:614:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFA_MAX+1]; ^~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_dev_ioctl': /kisskb/src/net/decnet/dn_dev.c:414:7: note: byref variable will be forcibly initialized char buffer[DN_IFREQ_SIZE]; ^~~~~~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_dev_up': /kisskb/src/net/decnet/dn_dev.c:1154:7: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/fs/isofs/export.c: In function 'isofs_export_get_parent': /kisskb/src/fs/isofs/export.c:47:16: note: byref variable will be forcibly initialized unsigned long parent_offset = 0; ^~~~~~~~~~~~~ /kisskb/src/fs/isofs/export.c:46:16: note: byref variable will be forcibly initialized unsigned long parent_block = 0; ^~~~~~~~~~~~ /kisskb/src/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 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 nv3_sim_state sim_data; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:616:19: note: byref variable will be forcibly initialized 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 nv4_sim_state sim_data; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:800:19: note: byref variable will be forcibly initialized nv4_fifo_info fifo_data; ^~~~~~~~~ /kisskb/src/net/8021q/vlan_dev.c: In function 'vlan_dev_ioctl': /kisskb/src/net/8021q/vlan_dev.c:360:15: note: byref variable will be forcibly initialized struct ifreq ifrr; ^~~~ /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 nv10_sim_state sim_data; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1049:20: note: byref variable will be forcibly initialized nv10_fifo_info fifo_data; ^~~~~~~~~ In file included from /kisskb/src/net/8021q/vlan.h:5, from /kisskb/src/net/8021q/vlan_dev.c:30: /kisskb/src/net/8021q/vlan_dev.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /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 unsigned int uMClkPostDiv; ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1096:20: note: byref variable will be forcibly initialized nv10_sim_state sim_data; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1095:20: note: byref variable will be forcibly initialized 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 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 int VClk, m, n, p; ^ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1228:18: note: byref variable will be forcibly initialized int VClk, m, n, p; ^ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1228:15: note: byref variable will be forcibly initialized int VClk, m, n, p; ^ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1228:9: note: byref variable will be forcibly initialized int VClk, m, n, p; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/parport/share.c:20: /kisskb/src/drivers/parport/share.c: In function 'parport_claim_or_block': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/parport/share.c:1122:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(dev->wait_q, ^~~~~~~~~~~~~~~~~~~~~~~~ /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:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/xdp_sock.h:14, from /kisskb/src/include/net/xdp_sock_drv.h:9, from /kisskb/src/net/ethtool/channels.c:3: /kisskb/src/net/ethtool/channels.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/channels.c: In function 'ethnl_set_channels': /kisskb/src/net/ethtool/channels.c:119:16: note: byref variable will be forcibly initialized u32 err_attr, max_rx_in_use = 0; ^~~~~~~~~~~~~ /kisskb/src/net/ethtool/channels.c:115:20: note: byref variable will be forcibly initialized bool mod = false, mod_combined = false; ^~~~~~~~~~~~ /kisskb/src/net/ethtool/channels.c:115:7: note: byref variable will be forcibly initialized bool mod = false, mod_combined = false; ^~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/coalesce.c:3: /kisskb/src/net/ethtool/coalesce.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/coalesce.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/ethtool/coalesce.c: In function 'ethnl_set_coalesce': /kisskb/src/net/ethtool/coalesce.c:241:7: note: byref variable will be forcibly initialized bool mod = false; ^~~ /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'rivafb_load_cursor_image': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:487:6: note: byref variable will be forcibly initialized u32 b, tmp; ^ /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'rivafb_setcolreg': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1351:13: note: byref variable will be forcibly initialized u8 r, g, b; ^ /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1351:10: note: byref variable will be forcibly initialized u8 r, g, b; ^ /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1351:7: note: byref variable will be forcibly initialized u8 r, g, b; ^ In file included from /kisskb/src/drivers/video/fbdev/riva/fbdev.c:37: /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'rivafb_cursor': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1578:5: note: byref variable will be forcibly initialized u8 data[MAX_CURS * MAX_CURS/8]; ^~~~ /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'rivafb_imageblit': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1493:31: note: byref variable will be forcibly initialized u32 fgx = 0, bgx = 0, width, tmp; ^~~ /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1493:15: note: byref variable will be forcibly initialized u32 fgx = 0, bgx = 0, width, tmp; ^~~ /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:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/video/fbdev/core/fb_ddc.c:24:16: note: byref variable will be forcibly initialized unsigned char start = 0x0; ^~~~~ /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'riva_load_video_mode': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:675:19: note: byref variable will be forcibly initialized 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:22: note: byref variable will be forcibly initialized struct fb_videomode modedb; ^~~~~~ /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'rivafb_probe': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1956:18: note: byref variable will be forcibly initialized unsigned short cmd; ^~~ 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:18: /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/host1x.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(host1x, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/host1x.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(host1x, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x_cdma_push': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_wide, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submitted, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_wait_cdma, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_load_min, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_wait_check, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 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:18: /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/host1x.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 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:18: /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x_cdma_push_gather': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_gather, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 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:18: /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_cdma_push_gather': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 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:18: /kisskb/src/drivers/gpu/host1x/dev.c: In function '__bpf_trace_host1x': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(host1x, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submitted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submitted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submitted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submitted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submitted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_wide, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_wide, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_wide, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_wide, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_wide, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_wide, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_wide, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_wide, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_wide, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_gather, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_gather, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_gather, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_gather, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_gather, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_gather, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_gather, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_gather, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_cdma_push_gather, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_channel_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_wait_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_wait_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_wait_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_wait_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_wait_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_wait_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_wait_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_wait_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_wait_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_wait_cdma, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_wait_cdma, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_wait_cdma, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_load_min, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_load_min, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_load_min, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(host1x_syncpt_load_min, ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_crtc2.c: In function 'matroxfb_dh_check_var': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_crtc2.c:318:6: note: byref variable will be forcibly initialized int mode; ^~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_crtc2.c:317:6: note: byref variable will be forcibly initialized int cmap_len; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_crtc2.c:316:6: note: byref variable will be forcibly initialized int visual; ^~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_crtc2.c: In function 'matroxfb_dh_set_par': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_crtc2.c:344:21: note: byref variable will be forcibly initialized struct my_timming mt; ^~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_crtc2.c:328:6: note: byref variable will be forcibly initialized int mode; ^~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_crtc2.c:327:6: note: byref variable will be forcibly initialized int cmap_len; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_crtc2.c:326:6: note: byref variable will be forcibly initialized int visual; ^~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_crtc2.c: In function 'matroxfb_dh_ioctl': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_crtc2.c:435:22: note: byref variable will be forcibly initialized struct fb_vblank vblank; ^~~~~~ /kisskb/src/kernel/user.c: In function 'free_uid': /kisskb/src/kernel/user.c:180:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/soc/tegra/common.c: In function 'devm_tegra_core_dev_init_opp_table': /kisskb/src/drivers/soc/tegra/common.c:83:6: note: byref variable will be forcibly initialized u32 hw_version; ^~~~~~~~~~ /kisskb/src/net/decnet/dn_neigh.c: In function 'dn_neigh_output': /kisskb/src/net/decnet/dn_neigh.c:178:7: note: byref variable will be forcibly initialized char mac_addr[ETH_ALEN]; ^~~~~~~~ In file included from /kisskb/src/include/uapi/linux/netfilter_decnet.h:11, from /kisskb/src/net/decnet/dn_neigh.c:37: /kisskb/src/net/decnet/dn_neigh.c: In function 'nf_hook': /kisskb/src/include/linux/netfilter.h:257:24: note: byref variable will be forcibly initialized struct nf_hook_state state; ^~~~~ /kisskb/src/net/decnet/dn_neigh.c: In function 'dn_neigh_router_hello': /kisskb/src/net/decnet/dn_neigh.c:389:9: note: byref variable will be forcibly initialized __le16 src; ^~~ /kisskb/src/net/decnet/dn_neigh.c: In function 'dn_neigh_endnode_hello': /kisskb/src/net/decnet/dn_neigh.c:449:9: note: byref variable will be forcibly initialized __le16 src; ^~~ /kisskb/src/net/decnet/dn_neigh.c: In function 'dn_neigh_elist': /kisskb/src/net/decnet/dn_neigh.c:534:24: note: byref variable will be forcibly initialized struct elist_cb_state state; ^~~~~ In file included from /kisskb/src/net/8021q/vlan_netlink.c:13: /kisskb/src/net/8021q/vlan_netlink.c: In function 'nla_put_be16': /kisskb/src/include/net/netlink.h:1270:9: note: byref variable will be forcibly initialized __be16 tmp = value; ^~~ /kisskb/src/net/8021q/vlan_netlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/clk/socfpga/clk-s10.c:5: /kisskb/src/drivers/clk/socfpga/clk-s10.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/socfpga/clk-s10.c:5: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/8021q/vlan_netlink.c: In function 'vlan_fill_info': /kisskb/src/net/8021q/vlan_netlink.c:218:31: note: byref variable will be forcibly initialized struct ifla_vlan_qos_mapping m; ^ /kisskb/src/net/8021q/vlan_netlink.c:217:25: note: byref variable will be forcibly initialized struct ifla_vlan_flags f; ^ /kisskb/src/net/8021q/vlan_netlink.c: In function 'vlan_changelink': /kisskb/src/net/8021q/vlan_netlink.c:111:6: note: byref variable will be forcibly initialized int rem, err; ^~~ /kisskb/src/drivers/soc/tegra/flowctrl.c: In function 'tegra_flowctrl_init': /kisskb/src/drivers/soc/tegra/flowctrl.c:192:18: note: byref variable will be forcibly initialized struct resource res; ^~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:11, from /kisskb/src/fs/isofs/compress.c:16: /kisskb/src/fs/isofs/compress.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/isofs/compress.c: In function 'zisofs_fill_pages': /kisskb/src/fs/isofs/compress.c:214:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_get_syscall_info_entry': /kisskb/src/kernel/ptrace.c:941:16: note: byref variable will be forcibly initialized unsigned long args[ARRAY_SIZE(info->entry.args)]; ^~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_peek_siginfo': /kisskb/src/kernel/ptrace.c:747:20: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/ptrace.c:721:33: note: byref variable will be forcibly initialized struct ptrace_peeksiginfo_args arg; ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_getsiginfo': /kisskb/src/kernel/ptrace.c:687:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_setsiginfo': /kisskb/src/kernel/ptrace.c:703:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_readdata': /kisskb/src/kernel/ptrace.c:609:8: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_writedata': /kisskb/src/kernel/ptrace.c:635:8: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/kernel/ptrace.c: In function 'generic_ptrace_peekdata': /kisskb/src/kernel/ptrace.c:1325:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_request': /kisskb/src/kernel/ptrace.c:1231:16: note: byref variable will be forcibly initialized struct iovec kiov; ^~~~ /kisskb/src/kernel/ptrace.c:1097:12: note: byref variable will be forcibly initialized sigset_t new_set; ^~~~~~~ /kisskb/src/kernel/ptrace.c:1039:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/ptrace.c:1036:19: note: byref variable will be forcibly initialized kernel_siginfo_t siginfo, *si; ^~~~~~~ /kisskb/src/kernel/ptrace.c: In function 'compat_ptrace_request': /kisskb/src/kernel/ptrace.c:1394:16: note: byref variable will be forcibly initialized struct iovec kiov; ^~~~ /kisskb/src/kernel/ptrace.c:1351:19: note: byref variable will be forcibly initialized kernel_siginfo_t siginfo; ^~~~~~~ /kisskb/src/kernel/ptrace.c:1350:17: note: byref variable will be forcibly initialized compat_ulong_t word; ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_adv_monitor_added': /kisskb/src/net/bluetooth/mgmt.c:4173:35: note: byref variable will be forcibly initialized struct mgmt_ev_adv_monitor_added ev; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/mgmt.c:27: /kisskb/src/net/bluetooth/mgmt.c: In function 'get_current_settings': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:890:3: note: in expansion of macro 'if' if (bacmp(&hdev->static_addr, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/mgmt.c:890:33: note: in expansion of macro 'BDADDR_ANY' if (bacmp(&hdev->static_addr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:887:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_FORCE_STATIC_ADDR) || ^~ /kisskb/src/net/bluetooth/mgmt.c:889:28: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->bdaddr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'new_settings': /kisskb/src/net/bluetooth/mgmt.c:1261:9: note: byref variable will be forcibly initialized __le32 ev = cpu_to_le32(get_current_settings(hdev)); ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/mgmt.c:27: /kisskb/src/net/bluetooth/mgmt.c: In function 'get_missing_options': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:604:2: note: in expansion of macro 'if' if ((test_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks) || ^~ /kisskb/src/net/bluetooth/mgmt.c:606:33: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->public_addr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'new_options': /kisskb/src/net/bluetooth/mgmt.c:614:9: note: byref variable will be forcibly initialized __le32 options = get_missing_options(hdev); ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/mgmt.c:27: /kisskb/src/net/bluetooth/mgmt.c: In function 'is_configured': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:588:2: note: in expansion of macro 'if' if ((test_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks) || ^~ /kisskb/src/net/bluetooth/mgmt.c:590:33: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->public_addr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'eir_has_uuids': /kisskb/src/net/bluetooth/mgmt.c:9264:6: note: byref variable will be forcibly initialized u8 uuid[16]; ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'send_settings_rsp': /kisskb/src/net/bluetooth/mgmt.c:1127:9: note: byref variable will be forcibly initialized __le32 settings = cpu_to_le32(get_current_settings(hdev)); ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_advertising_complete': /kisskb/src/net/bluetooth/mgmt.c:8185:36: note: byref variable will be forcibly initialized struct mgmt_rp_remove_advertising rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'send_options_rsp': /kisskb/src/net/bluetooth/mgmt.c:622:9: note: byref variable will be forcibly initialized __le32 options = get_missing_options(hdev); ^~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'exp_ll_privacy_feature_changed': /kisskb/src/net/bluetooth/mgmt.c:3868:37: note: byref variable will be forcibly initialized struct mgmt_ev_exp_feature_changed ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_phy_configuration': /kisskb/src/net/bluetooth/mgmt.c:3398:39: note: byref variable will be forcibly initialized struct mgmt_rp_get_phy_configuration rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_config_info': /kisskb/src/net/bluetooth/mgmt.c:631:34: note: byref variable will be forcibly initialized struct mgmt_rp_read_config_info rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_oob_data_complete': /kisskb/src/net/bluetooth/mgmt.c:4581:37: note: byref variable will be forcibly initialized struct mgmt_rp_read_local_oob_data mgmt_rp; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/mgmt.c:27: /kisskb/src/net/bluetooth/mgmt.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/net/sock.h:38, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/mgmt.c:27: /kisskb/src/net/bluetooth/mgmt.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'ext_info_changed': /kisskb/src/net/bluetooth/mgmt.c:1111:7: note: byref variable will be forcibly initialized char buf[512]; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_controller_cap': /kisskb/src/net/bluetooth/mgmt.c:3726:5: note: byref variable will be forcibly initialized u8 tx_power_range[2]; ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:3725:5: note: byref variable will be forcibly initialized u8 flags = 0; ^~~~~ /kisskb/src/net/bluetooth/mgmt.c:3722:7: note: byref variable will be forcibly initialized char buf[20]; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'device_unpaired': /kisskb/src/net/bluetooth/mgmt.c:2431:33: note: byref variable will be forcibly initialized struct mgmt_ev_device_unpaired ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'device_flags_changed': /kisskb/src/net/bluetooth/mgmt.c:4102:38: note: byref variable will be forcibly initialized struct mgmt_ev_device_flags_changed ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'device_removed': /kisskb/src/net/bluetooth/mgmt.c:6806:32: note: byref variable will be forcibly initialized struct mgmt_ev_device_removed ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'device_added': /kisskb/src/net/bluetooth/mgmt.c:6696:30: note: byref variable will be forcibly initialized struct mgmt_ev_device_added ev; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/mgmt.c:27: /kisskb/src/net/bluetooth/mgmt.c: In function 'set_static_address': /kisskb/src/include/net/bluetooth/bluetooth.h:271:34: note: byref variable will be forcibly initialized #define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:5519:3: note: in expansion of macro 'if' if (!bacmp(&cp->bdaddr, BDADDR_NONE)) ^~ /kisskb/src/net/bluetooth/mgmt.c:5519:27: note: in expansion of macro 'BDADDR_NONE' if (!bacmp(&cp->bdaddr, BDADDR_NONE)) ^~~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:5518:2: note: in expansion of macro 'if' if (bacmp(&cp->bdaddr, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/mgmt.c:5518:25: note: in expansion of macro 'BDADDR_ANY' if (bacmp(&cp->bdaddr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_controller_info': /kisskb/src/net/bluetooth/mgmt.c:1018:27: note: byref variable will be forcibly initialized struct mgmt_rp_read_info rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'clear_eir': /kisskb/src/net/bluetooth/mgmt.c:9124:26: note: byref variable will be forcibly initialized struct hci_cp_write_eir cp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_device_id': /kisskb/src/net/bluetooth/mgmt.c:5272:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'rpa_expired': /kisskb/src/net/bluetooth/mgmt.c:978:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'service_cache_off': /kisskb/src/net/bluetooth/mgmt.c:957:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_secure_conn': /kisskb/src/net/bluetooth/mgmt.c:5897:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/net/bluetooth/mgmt.c:5896:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_uuid': /kisskb/src/net/bluetooth/mgmt.c:2107:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function '__add_adv_patterns_monitor': /kisskb/src/net/bluetooth/mgmt.c:4294:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/bluetooth/mgmt.c:4292:42: note: byref variable will be forcibly initialized struct mgmt_rp_add_adv_patterns_monitor rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'adv_expire': /kisskb/src/net/bluetooth/mgmt.c:3233:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'calculate_name_len': /kisskb/src/net/bluetooth/mgmt.c:7527:5: note: byref variable will be forcibly initialized u8 buf[HCI_MAX_SHORT_NAME_LENGTH + 3]; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_adv_size_info': /kisskb/src/net/bluetooth/mgmt.c:8300:35: note: byref variable will be forcibly initialized struct mgmt_rp_get_adv_size_info rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_ext_adv_params': /kisskb/src/net/bluetooth/mgmt.c:7913:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c:7910:36: note: byref variable will be forcibly initialized struct mgmt_rp_add_ext_adv_params rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'le_enable_complete': /kisskb/src/net/bluetooth/mgmt.c:1908:22: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c:1888:6: note: byref variable will be forcibly initialized u8 mgmt_err = mgmt_status(status); ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_adv_monitor': /kisskb/src/net/bluetooth/mgmt.c:4520:6: note: byref variable will be forcibly initialized int err, status; ^~~ /kisskb/src/net/bluetooth/mgmt.c:4517:36: note: byref variable will be forcibly initialized struct mgmt_rp_remove_adv_monitor rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_adv_mon_features': /kisskb/src/net/bluetooth/mgmt.c:4210:8: note: byref variable will be forcibly initialized __u16 handles[HCI_MAX_ADV_MONITOR_NUM_HANDLES]; ^~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:4205:6: note: byref variable will be forcibly initialized int handle, err; ^~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map_pages': /kisskb/src/drivers/iommu/iommu.c:2457:17: note: byref variable will be forcibly initialized size_t pgsize, count; ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_unmap_pages': /kisskb/src/drivers/iommu/iommu.c:2569:17: note: byref variable will be forcibly initialized size_t pgsize, count; ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_device_flags': /kisskb/src/net/bluetooth/mgmt.c:4052:34: note: byref variable will be forcibly initialized struct mgmt_rp_get_device_flags rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_exp_feature': /kisskb/src/net/bluetooth/mgmt.c:3899:33: note: byref variable will be forcibly initialized struct mgmt_rp_set_exp_feature rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_exp_features_info': /kisskb/src/net/bluetooth/mgmt.c:3809:7: note: byref variable will be forcibly initialized char buf[62]; /* Enough space for 3 features */ ^~~ /kisskb/src/drivers/iommu/iommu.c: In function 'pci_device_group': /kisskb/src/drivers/iommu/iommu.c:1445:28: note: byref variable will be forcibly initialized struct group_for_pci_data data; ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'probe_alloc_default_domain': /kisskb/src/drivers/iommu/iommu.c:1725:29: note: byref variable will be forcibly initialized struct __group_domain_type gtype; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'bus_iommu_probe': /kisskb/src/drivers/iommu/iommu.c:1791:12: note: byref variable will be forcibly initialized LIST_HEAD(group_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_advertising_complete': /kisskb/src/net/bluetooth/mgmt.c:5321:6: note: byref variable will be forcibly initialized u8 mgmt_err = mgmt_status(status); ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:5313:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_ssp_oob_req': /kisskb/src/net/bluetooth/mgmt.c:7251:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_oob_data': /kisskb/src/net/bluetooth/mgmt.c:4641:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_ext_controller_info': /kisskb/src/net/bluetooth/mgmt.c:1072:7: note: byref variable will be forcibly initialized char buf[512]; ^~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_unmap': /kisskb/src/drivers/iommu/iommu.c:2634:28: note: byref variable will be forcibly initialized struct iommu_iotlb_gather iotlb_gather; ^~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map': /kisskb/src/drivers/iommu/iommu.c:2510:10: note: byref variable will be forcibly initialized size_t mapped = 0; ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'start_discovery_internal': /kisskb/src/net/bluetooth/mgmt.c:4895:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_advertising': /kisskb/src/net/bluetooth/mgmt.c:5388:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_create_device_direct_mappings': /kisskb/src/drivers/iommu/iommu.c:767:19: note: byref variable will be forcibly initialized struct list_head mappings; ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_advertising': /kisskb/src/net/bluetooth/mgmt.c:8216:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c:8214:36: note: byref variable will be forcibly initialized struct mgmt_rp_remove_advertising rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'start_service_discovery': /kisskb/src/net/bluetooth/mgmt.c:4987:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ 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:428:12: note: byref variable will be forcibly initialized LIST_HEAD(stack); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/mgmt.c:27: /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_device': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6824:2: note: in expansion of macro 'if' if (bacmp(&cp->addr.bdaddr, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/mgmt.c:6824:30: note: in expansion of macro 'BDADDR_ANY' if (bacmp(&cp->addr.bdaddr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_get_group_resv_regions': /kisskb/src/drivers/iommu/iommu.c:499:20: note: byref variable will be forcibly initialized 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:517:19: note: byref variable will be forcibly initialized struct list_head group_resv_regions; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_set_def_domain_type': /kisskb/src/drivers/iommu/iommu.c:335:7: note: byref variable will be forcibly initialized bool pt; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_device': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6716:2: note: in expansion of macro 'if' if (!bdaddr_type_is_valid(cp->addr.type) || ^~ /kisskb/src/net/bluetooth/mgmt.c:6717:31: note: in expansion of macro 'BDADDR_ANY' !bacmp(&cp->addr.bdaddr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'clock_info_cmd_complete': /kisskb/src/net/bluetooth/mgmt.c:6490:32: note: byref variable will be forcibly initialized struct mgmt_rp_get_clock_info rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'conn_info_cmd_complete': /kisskb/src/net/bluetooth/mgmt.c:6288:31: note: byref variable will be forcibly initialized struct mgmt_rp_get_conn_info rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'pairing_complete': /kisskb/src/net/bluetooth/mgmt.c:2833:29: note: byref variable will be forcibly initialized struct mgmt_rp_pair_device rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_clock_info': /kisskb/src/net/bluetooth/mgmt.c:6562:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c:6560:27: note: byref variable will be forcibly initialized struct hci_cp_read_clock hci_cp; ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6559:32: note: byref variable will be forcibly initialized struct mgmt_rp_get_clock_info rp; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/mgmt.c:27: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6586:2: note: in expansion of macro 'if' if (bacmp(&cp->addr.bdaddr, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/mgmt.c:6586:30: note: in expansion of macro 'BDADDR_ANY' if (bacmp(&cp->addr.bdaddr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_conn_info': /kisskb/src/net/bluetooth/mgmt.c:6429:27: note: byref variable will be forcibly initialized struct hci_cp_read_rssi req_rssi_cp; ^~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6428:31: note: byref variable will be forcibly initialized struct hci_cp_read_tx_power req_txp_cp; ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6427:22: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c:6370:31: note: byref variable will be forcibly initialized struct mgmt_rp_get_conn_info rp; ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'load_irks': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/mgmt.c:6158:8: note: in expansion of macro 'BDADDR_ANY' BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_debug_keys': /kisskb/src/net/bluetooth/mgmt.c:6009:6: note: byref variable will be forcibly initialized u8 mode = (cp->val == 0x02) ? 0x01 : 0x00; ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'pin_code_reply': /kisskb/src/net/bluetooth/mgmt.c:2755:37: note: byref variable will be forcibly initialized struct mgmt_cp_pin_code_neg_reply ncp; ^~~ /kisskb/src/net/bluetooth/mgmt.c:2733:31: note: byref variable will be forcibly initialized struct hci_cp_pin_code_reply reply; ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_link_security': /kisskb/src/net/bluetooth/mgmt.c:1675:5: note: byref variable will be forcibly initialized u8 val, status; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_scan_params': /kisskb/src/net/bluetooth/mgmt.c:5588:22: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_fast_connectable': /kisskb/src/net/bluetooth/mgmt.c:5642:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_bredr': /kisskb/src/net/bluetooth/mgmt.c:5738:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/mgmt.c:27: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:5801:3: note: in expansion of macro 'if' if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && ^~ /kisskb/src/net/bluetooth/mgmt.c:5802:34: note: in expansion of macro 'BDADDR_ANY' (bacmp(&hdev->static_addr, BDADDR_ANY) || ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_remote_oob_data': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:4813:2: note: in expansion of macro 'if' if (!bacmp(&cp->addr.bdaddr, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/mgmt.c:4813:31: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(&cp->addr.bdaddr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'user_pairing_resp': /kisskb/src/net/bluetooth/mgmt.c:3149:36: note: byref variable will be forcibly initialized struct hci_cp_user_passkey_reply cp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'unpair_device': /kisskb/src/net/bluetooth/mgmt.c:2444:31: note: byref variable will be forcibly initialized struct mgmt_rp_unpair_device rp; ^~ /kisskb/src/net/8021q/vlan_gvrp.c: In function 'vlan_gvrp_request_join': /kisskb/src/net/8021q/vlan_gvrp.c:30:9: note: byref variable will be forcibly initialized __be16 vlan_id = htons(vlan->vlan_id); ^~~~~~~ /kisskb/src/net/8021q/vlan_gvrp.c: In function 'vlan_gvrp_request_leave': /kisskb/src/net/8021q/vlan_gvrp.c:41:9: note: byref variable will be forcibly initialized __be16 vlan_id = htons(vlan->vlan_id); ^~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'pair_device': /kisskb/src/net/bluetooth/mgmt.c:2911:29: note: byref variable will be forcibly initialized struct mgmt_rp_pair_device rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'disconnect': /kisskb/src/net/bluetooth/mgmt.c:2572:28: note: byref variable will be forcibly initialized struct mgmt_rp_disconnect rp; ^~ In file included from /kisskb/src/include/linux/fs.h:24, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'cap_intersect': /kisskb/src/include/linux/capability.h:129:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_uuid': /kisskb/src/net/bluetooth/mgmt.c:2189:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_local_name': /kisskb/src/net/bluetooth/mgmt.c:3296:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_dev_class': /kisskb/src/net/bluetooth/mgmt.c:2273:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_le': /kisskb/src/net/bluetooth/mgmt.c:1933:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c:1931:40: note: byref variable will be forcibly initialized struct hci_cp_write_le_host_supported hci_cp; ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'clean_up_hci_state': /kisskb/src/net/bluetooth/mgmt.c:1181:6: note: byref variable will be forcibly initialized u8 scan = 0x00; ^~~~ /kisskb/src/net/bluetooth/mgmt.c:1172:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/fs/nls/nls_utf8.c: In function 'char2uni': /kisskb/src/fs/nls/nls_utf8.c:32:12: note: byref variable will be forcibly initialized unicode_t u; ^ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_version': /kisskb/src/net/bluetooth/mgmt.c:326:30: note: byref variable will be forcibly initialized struct mgmt_rp_read_version rp; ^~ /kisskb/src/kernel/umh.c: In function 'proc_cap_handler': /kisskb/src/kernel/umh.c:492:16: note: byref variable will be forcibly initialized unsigned long cap_array[_KERNEL_CAPABILITY_U32S]; ^~~~~~~~~ /kisskb/src/kernel/umh.c:491:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_oob_ext_data': /kisskb/src/net/bluetooth/mgmt.c:7282:45: note: byref variable will be forcibly initialized u8 status, flags, role, addr[7], hash[16], rand[16]; ^~~~ /kisskb/src/net/bluetooth/mgmt.c:7282:35: note: byref variable will be forcibly initialized u8 status, flags, role, addr[7], hash[16], rand[16]; ^~~~ /kisskb/src/net/bluetooth/mgmt.c:7282:26: note: byref variable will be forcibly initialized u8 status, flags, role, addr[7], hash[16], rand[16]; ^~~~ /kisskb/src/net/bluetooth/mgmt.c:7282:20: note: byref variable will be forcibly initialized u8 status, flags, role, addr[7], hash[16], rand[16]; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function '__usermodehelper_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/umh.c:313:11: note: in expansion of macro 'wait_event_timeout' retval = wait_event_timeout(running_helpers_waitq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:7282:13: note: byref variable will be forcibly initialized u8 status, flags, role, addr[7], hash[16], rand[16]; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/mgmt.c:27: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:7364:3: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_FORCE_STATIC_ADDR) || ^~ /kisskb/src/net/bluetooth/mgmt.c:7367:33: note: in expansion of macro 'BDADDR_ANY' bacmp(&hdev->static_addr, BDADDR_ANY))) { ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:7364:3: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_FORCE_STATIC_ADDR) || ^~ /kisskb/src/net/bluetooth/mgmt.c:7365:28: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->bdaddr, BDADDR_ANY) || ^~~~~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_get_max_id': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:91:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:90:24: note: byref variable will be forcibly initialized struct mrq_pg_request request; ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:89:25: note: byref variable will be forcibly initialized struct mrq_pg_response response; ^~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'call_usermodehelper_exec': /kisskb/src/kernel/umh.c:406:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_set_state': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:35:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:34:24: note: byref variable will be forcibly initialized struct mrq_pg_request request; ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_get_state': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:62:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:61:24: note: byref variable will be forcibly initialized struct mrq_pg_request request; ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:60:25: note: byref variable will be forcibly initialized struct mrq_pg_response response; ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_advertising_added': /kisskb/src/net/bluetooth/mgmt.c:1145:35: note: byref variable will be forcibly initialized struct mgmt_ev_advertising_added ev; ^~ In file included from /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:9: /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_ext_adv_data': /kisskb/src/net/bluetooth/mgmt.c:8044:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c:8038:34: note: byref variable will be forcibly initialized struct mgmt_rp_add_ext_adv_data rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_advertising': /kisskb/src/net/bluetooth/mgmt.c:7715:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c:7706:33: note: byref variable will be forcibly initialized struct mgmt_rp_add_advertising rp; ^~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_get_name': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:120:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:119:24: note: byref variable will be forcibly initialized struct mrq_pg_request request; ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:118:25: note: byref variable will be forcibly initialized struct mrq_pg_response response; ^~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c: In function 's10_register_pll': /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c:195:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_advertising_removed': /kisskb/src/net/bluetooth/mgmt.c:1155:37: note: byref variable will be forcibly initialized struct mgmt_ev_advertising_removed ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_advertising_complete': /kisskb/src/net/bluetooth/mgmt.c:7653:33: note: byref variable will be forcibly initialized struct mgmt_rp_add_advertising rp; ^~ /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c: In function 'agilex_register_pll': /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c:235:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_init_powergates': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:330:31: note: byref variable will be forcibly initialized struct tegra_powergate_info *powergates; ^~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c: In function 'n5x_register_pll': /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c:274:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_ext_adv_params_complete': /kisskb/src/net/bluetooth/mgmt.c:7854:36: note: byref variable will be forcibly initialized struct mgmt_rp_add_ext_adv_params rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_phy_configuration_changed': /kisskb/src/net/bluetooth/mgmt.c:3418:43: note: byref variable will be forcibly initialized struct mgmt_ev_phy_configuration_changed ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_phy_configuration': /kisskb/src/net/bluetooth/mgmt.c:3465:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c:3463:35: note: byref variable will be forcibly initialized struct hci_cp_le_set_default_phy cp_phy; ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_adv_monitor_removed': /kisskb/src/net/bluetooth/mgmt.c:4182:37: note: byref variable will be forcibly initialized struct mgmt_ev_adv_monitor_removed ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_add_adv_patterns_monitor_complete': /kisskb/src/net/bluetooth/mgmt.c:4251:42: note: byref variable will be forcibly initialized struct mgmt_rp_add_adv_patterns_monitor rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_remove_adv_monitor_complete': /kisskb/src/net/bluetooth/mgmt.c:4484:36: note: byref variable will be forcibly initialized struct mgmt_rp_remove_adv_monitor rp; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_index_added': /kisskb/src/net/bluetooth/mgmt.c:8465:27: note: byref variable will be forcibly initialized struct mgmt_ev_ext_index ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_index_removed': /kisskb/src/net/bluetooth/mgmt.c:8498:5: note: byref variable will be forcibly initialized u8 status = MGMT_STATUS_INVALID_INDEX; ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c:8497:27: note: byref variable will be forcibly initialized struct mgmt_ev_ext_index ev; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/mgmt.c:27: /kisskb/src/net/bluetooth/mgmt.c: In function 'set_public_address': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:7097:2: note: in expansion of macro 'if' if (!bacmp(&cp->bdaddr, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/mgmt.c:7097:26: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(&cp->bdaddr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function '__mgmt_power_off': /kisskb/src/net/bluetooth/mgmt.c:8581:13: note: byref variable will be forcibly initialized u8 status, zero_cod[] = { 0, 0, 0 }; ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:8581:5: note: byref variable will be forcibly initialized u8 status, zero_cod[] = { 0, 0, 0 }; ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_link_key': /kisskb/src/net/bluetooth/mgmt.c:8634:30: note: byref variable will be forcibly initialized struct mgmt_ev_new_link_key ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_ltk': /kisskb/src/net/bluetooth/mgmt.c:8669:35: note: byref variable will be forcibly initialized struct mgmt_ev_new_long_term_key ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_irk': /kisskb/src/net/bluetooth/mgmt.c:8712:25: note: byref variable will be forcibly initialized struct mgmt_ev_new_irk ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_csrk': /kisskb/src/net/bluetooth/mgmt.c:8729:26: note: byref variable will be forcibly initialized struct mgmt_ev_new_csrk ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_conn_param': /kisskb/src/net/bluetooth/mgmt.c:8760:32: note: byref variable will be forcibly initialized struct mgmt_ev_new_conn_param ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_device_connected': /kisskb/src/net/bluetooth/mgmt.c:8780:7: note: byref variable will be forcibly initialized char buf[512]; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_device_disconnected': /kisskb/src/net/bluetooth/mgmt.c:8862:15: note: byref variable will be forcibly initialized struct sock *sk = NULL; ^~ /kisskb/src/net/bluetooth/mgmt.c:8861:37: note: byref variable will be forcibly initialized struct mgmt_ev_device_disconnected ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_connect_failed': /kisskb/src/net/bluetooth/mgmt.c:8926:32: note: byref variable will be forcibly initialized struct mgmt_ev_connect_failed ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_pin_code_request': /kisskb/src/net/bluetooth/mgmt.c:8945:34: note: byref variable will be forcibly initialized struct mgmt_ev_pin_code_request ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_user_confirm_request': /kisskb/src/net/bluetooth/mgmt.c:8984:38: note: byref variable will be forcibly initialized struct mgmt_ev_user_confirm_request ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_user_passkey_request': /kisskb/src/net/bluetooth/mgmt.c:9000:38: note: byref variable will be forcibly initialized struct mgmt_ev_user_passkey_request ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_user_passkey_notify': /kisskb/src/net/bluetooth/mgmt.c:9061:32: note: byref variable will be forcibly initialized struct mgmt_ev_passkey_notify ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_auth_failed': /kisskb/src/net/bluetooth/mgmt.c:9075:29: note: byref variable will be forcibly initialized struct mgmt_ev_auth_failed ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_auth_enable_complete': /kisskb/src/net/bluetooth/mgmt.c:9100:6: note: byref variable will be forcibly initialized u8 mgmt_err = mgmt_status(status); ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_ssp_enable_complete': /kisskb/src/net/bluetooth/mgmt.c:9143:6: note: byref variable will be forcibly initialized u8 mgmt_err = mgmt_status(status); ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:9139:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_set_class_of_dev_complete': /kisskb/src/net/bluetooth/mgmt.c:9202:20: note: byref variable will be forcibly initialized struct cmd_lookup match = { NULL, hdev, mgmt_status(status) }; ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_set_local_name_complete': /kisskb/src/net/bluetooth/mgmt.c:9220:32: note: byref variable will be forcibly initialized struct mgmt_cp_set_local_name ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_device_found': /kisskb/src/net/bluetooth/mgmt.c:9377:7: note: byref variable will be forcibly initialized char buf[512]; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_remote_name': /kisskb/src/net/bluetooth/mgmt.c:9462:7: note: byref variable will be forcibly initialized char buf[sizeof(*ev) + HCI_MAX_NAME_LENGTH + 2]; ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_discovering': /kisskb/src/net/bluetooth/mgmt.c:9483:29: note: byref variable will be forcibly initialized struct mgmt_ev_discovering ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_suspending': /kisskb/src/net/bluetooth/mgmt.c:9496:36: note: byref variable will be forcibly initialized struct mgmt_ev_controller_suspend ev; ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_resuming': /kisskb/src/net/bluetooth/mgmt.c:9505:35: note: byref variable will be forcibly initialized struct mgmt_ev_controller_resume ev; ^~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/pause.c:3: /kisskb/src/net/ethtool/pause.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/ethtool/pause.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/net/ethtool/pause.c: In function 'ethnl_set_pause': /kisskb/src/net/ethtool/pause.c:147:7: note: byref variable will be forcibly initialized bool mod = false; ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_readl': /kisskb/src/drivers/soc/tegra/pmc.c:450:23: note: byref variable will be forcibly initialized 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:1651:6: note: byref variable will be forcibly initialized u32 mask, value; ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1650:25: note: byref variable will be forcibly initialized unsigned long request, status; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1650:16: note: byref variable will be forcibly initialized unsigned long request, status; ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_writel': /kisskb/src/drivers/soc/tegra/pmc.c:473:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/kernel/sys.c:9: /kisskb/src/kernel/sys.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/eee.c:3: /kisskb/src/net/ethtool/eee.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/ethtool/eee.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/eee.c: In function 'ethnl_set_eee': /kisskb/src/net/ethtool/eee.c:141:7: note: byref variable will be forcibly initialized bool mod = false; ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra186_pmc_setup_irq_polarity': /kisskb/src/drivers/soc/tegra/pmc.c:3498:18: note: byref variable will be forcibly initialized struct resource regs; ^~~~ /kisskb/src/kernel/sys.c: In function 'do_sys_times': /kisskb/src/kernel/sys.c:978:15: note: byref variable will be forcibly initialized u64 tgutime, tgstime, cutime, cstime; ^~~~~~~ /kisskb/src/kernel/sys.c:978:6: note: byref variable will be forcibly initialized u64 tgutime, tgstime, cutime, cstime; ^~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_times': /kisskb/src/kernel/sys.c:992:14: note: byref variable will be forcibly initialized struct tms tmp; ^~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidiafb_load_cursor_image': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:115:6: note: byref variable will be forcibly initialized u32 b, tmp; ^ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_parse_dt': /kisskb/src/drivers/soc/tegra/pmc.c:1812:13: note: byref variable will be forcibly initialized u32 value, values[2]; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1812:6: note: byref variable will be forcibly initialized 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:1892:45: note: byref variable will be forcibly initialized u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1892:35: note: byref variable will be forcibly initialized u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1892:25: note: byref variable will be forcibly initialized u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1892:16: note: byref variable will be forcibly initialized u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1892:6: note: byref variable will be forcibly initialized u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; ^~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_times': /kisskb/src/kernel/sys.c:1012:21: note: byref variable will be forcibly initialized struct compat_tms tmp; ^~~ /kisskb/src/kernel/sys.c:1011:14: note: byref variable will be forcibly initialized struct tms tms; ^~~ In file included from /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:17: /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_core_pd_add': /kisskb/src/drivers/soc/tegra/pmc.c:1348:14: note: byref variable will be forcibly initialized const char *rname = "core"; ^~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/arm-smccc.h:8, from /kisskb/src/drivers/soc/tegra/pmc.c:14: /kisskb/src/drivers/soc/tegra/pmc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/soc/tegra/pmc.c:22: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/sys.c: In function 'override_release': /kisskb/src/kernel/sys.c:1252:8: note: byref variable will be forcibly initialized char buf[65] = { 0 }; ^~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidiafb_cursor': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:527:5: note: byref variable will be forcibly initialized u8 data[MAX_CURS * MAX_CURS / 8]; ^~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_newuname': /kisskb/src/kernel/sys.c:1274:21: note: byref variable will be forcibly initialized struct new_utsname tmp; ^~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidiafb_setcolreg': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:729:13: note: byref variable will be forcibly initialized u8 r, g, b; ^ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:729:10: note: byref variable will be forcibly initialized u8 r, g, b; ^ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:729:7: note: byref variable will be forcibly initialized u8 r, g, b; ^ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_powergate_init': /kisskb/src/drivers/soc/tegra/pmc.c:1389:37: note: byref variable will be forcibly initialized struct of_phandle_args child_args, parent_args; ^~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1389:25: note: byref variable will be forcibly initialized struct of_phandle_args child_args, parent_args; ^~~~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_sethostname': /kisskb/src/kernel/sys.c:1343:7: note: byref variable will be forcibly initialized char tmp[__NEW_UTS_LEN]; ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_irq_alloc': /kisskb/src/drivers/soc/tegra/pmc.c:2204:22: note: byref variable will be forcibly initialized struct irq_fwspec spec; ^~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_setdomainname': /kisskb/src/kernel/sys.c:1396:7: note: byref variable will be forcibly initialized char tmp[__NEW_UTS_LEN]; ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_gethostname': /kisskb/src/kernel/sys.c:1371:7: note: byref variable will be forcibly initialized char tmp[__NEW_UTS_LEN + 1]; ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_clk_out_register': /kisskb/src/drivers/soc/tegra/pmc.c:2558:23: note: byref variable will be forcibly initialized 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:2614:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/kernel/sys.c: In function 'prctl_set_mm_map': /kisskb/src/kernel/sys.c:1949:16: note: byref variable will be forcibly initialized unsigned long user_auxv[AT_VECTOR_SIZE]; ^~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigpending': /kisskb/src/kernel/signal.c:4295:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidia_set_fbinfo': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:1140:8: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:1106:22: note: byref variable will be forcibly initialized struct fb_videomode modedb; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_early_init': /kisskb/src/drivers/soc/tegra/pmc.c:3873:18: note: byref variable will be forcibly initialized struct resource regs; ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:3871:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidiafb_probe': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:1278:17: note: byref variable will be forcibly initialized unsigned short cmd; ^~~ /kisskb/src/kernel/sys.c: In function 'do_sysinfo': /kisskb/src/kernel/sys.c:2561:20: note: byref variable will be forcibly initialized struct timespec64 tp; ^~ /kisskb/src/kernel/sys.c: In function '__do_sys_sysinfo': /kisskb/src/kernel/sys.c:2622:17: note: byref variable will be forcibly initialized struct sysinfo val; ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3224:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_sysinfo': /kisskb/src/kernel/sys.c:2653:24: note: byref variable will be forcibly initialized struct compat_sysinfo s_32; ^~~~ /kisskb/src/kernel/sys.c:2652:17: note: byref variable will be forcibly initialized struct sysinfo s; ^ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_power_enable': /kisskb/src/drivers/soc/tegra/pmc.c:1585:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1584:25: note: byref variable will be forcibly initialized unsigned long request, status; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1584:16: note: byref variable will be forcibly initialized unsigned long request, status; ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3241:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_power_disable': /kisskb/src/drivers/soc/tegra/pmc.c:1621:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1620:25: note: byref variable will be forcibly initialized unsigned long request, status; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1620:16: note: byref variable will be forcibly initialized unsigned long request, status; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function 'perf_trace_signal_generate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrlimit': /kisskb/src/kernel/sys.c:1420:16: note: byref variable will be forcibly initialized struct rlimit value; ^~~~~ /kisskb/src/kernel/signal.c: In function 'perf_trace_signal_deliver': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_setrlimit': /kisskb/src/kernel/sys.c:1436:23: note: byref variable will be forcibly initialized struct compat_rlimit r32; ^~~ /kisskb/src/kernel/sys.c:1435:16: note: byref variable will be forcibly initialized struct rlimit r; ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_generate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_deliver': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_getrlimit': /kisskb/src/kernel/sys.c:1460:24: note: byref variable will be forcibly initialized struct compat_rlimit r32; ^~~ /kisskb/src/kernel/sys.c:1455:16: note: byref variable will be forcibly initialized struct rlimit r; ^ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function '__bpf_trace_signal_generate': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__bpf_trace_signal_deliver': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_prlimit64': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/kernel/sys.c:1646:21: note: byref variable will be forcibly initialized struct rlimit old, new; ^~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/kernel/sys.c:1646:16: note: byref variable will be forcibly initialized struct rlimit old, new; ^~~ /kisskb/src/kernel/sys.c:1645:25: note: byref variable will be forcibly initialized struct rlimit64 old64, new64; ^~~~~ /kisskb/src/kernel/sys.c:1645:18: note: byref variable will be forcibly initialized struct rlimit64 old64, new64; ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_setrlimit': /kisskb/src/kernel/sys.c:1690:16: note: byref variable will be forcibly initialized struct rlimit new_rlim; ^~~~~~~~ /kisskb/src/kernel/sys.c: In function 'getrusage': /kisskb/src/kernel/sys.c:1745:16: note: byref variable will be forcibly initialized unsigned long maxrss = 0; ^~~~~~ /kisskb/src/kernel/sys.c:1744:31: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^~~~~ /kisskb/src/kernel/sys.c:1744:24: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^~~~~ /kisskb/src/kernel/sys.c:1744:15: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^~~~~~~ /kisskb/src/kernel/sys.c:1744:6: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^~~~~~~ /kisskb/src/kernel/sys.c:1743:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrusage': /kisskb/src/kernel/sys.c:1817:16: note: byref variable will be forcibly initialized struct rusage r; ^ /kisskb/src/kernel/signal.c: In function 'post_copy_siginfo_from_user': /kisskb/src/kernel/signal.c:3347:8: note: byref variable will be forcibly initialized char buf[SI_EXPANSION_SIZE]; ^~~ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_getrusage': /kisskb/src/kernel/sys.c:1830:16: note: byref variable will be forcibly initialized struct rusage r; ^ /kisskb/src/kernel/sys.c: In function '__do_sys_prctl': /kisskb/src/kernel/sys.c:2268:16: note: byref variable will be forcibly initialized unsigned char comm[sizeof(me->comm)]; ^~~~ /kisskb/src/kernel/signal.c: In function '__flush_itimer_signals': /kisskb/src/kernel/signal.c:504:19: note: byref variable will be forcibly initialized sigset_t signal, retain; ^~~~~~ /kisskb/src/kernel/signal.c:504:11: note: byref variable will be forcibly initialized sigset_t signal, retain; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigaltstack': /kisskb/src/kernel/signal.c:4199:15: note: byref variable will be forcibly initialized stack_t new, old; ^~~ /kisskb/src/kernel/signal.c:4199:10: note: byref variable will be forcibly initialized stack_t new, old; ^~~ /kisskb/src/kernel/signal.c: In function 'do_compat_sigaltstack': /kisskb/src/kernel/signal.c:4250:18: note: byref variable will be forcibly initialized compat_stack_t old; ^~~ /kisskb/src/kernel/signal.c:4239:18: note: byref variable will be forcibly initialized compat_stack_t uss32; ^~~~~ /kisskb/src/kernel/signal.c:4235:15: note: byref variable will be forcibly initialized stack_t uss, uoss; ^~~~ /kisskb/src/kernel/signal.c:4235:10: note: byref variable will be forcibly initialized stack_t uss, uoss; ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_sigpending': /kisskb/src/kernel/signal.c:4311:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ /kisskb/src/kernel/signal.c: In function 'dequeue_signal': /kisskb/src/kernel/signal.c:644:7: note: byref variable will be forcibly initialized bool resched_timer = false; ^~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__set_task_blocked': /kisskb/src/kernel/signal.c:3021:12: note: byref variable will be forcibly initialized sigset_t newblocked; ^~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_sigtimedwait': /kisskb/src/kernel/signal.c:3580:11: note: byref variable will be forcibly initialized sigset_t mask = *which; ^~~~ /kisskb/src/kernel/signal.c:3578:22: note: byref variable will be forcibly initialized ktime_t *to = NULL, timeout = KTIME_MAX; ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'prepare_signal': /kisskb/src/kernel/signal.c:917:11: note: byref variable will be forcibly initialized sigset_t flush; ^~~~~ /kisskb/src/drivers/gpu/host1x/intr.c: In function 'process_wait_list': /kisskb/src/drivers/gpu/host1x/intr.c:167:19: note: byref variable will be forcibly initialized struct list_head completed[HOST1X_INTR_ACTION_COUNT]; ^~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'kill_pid_usb_asyncio': /kisskb/src/kernel/signal.c:1542:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/signal.c:1540:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sigqueue': /kisskb/src/kernel/signal.c:1933:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent': /kisskb/src/kernel/signal.c:1998:13: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:1998:6: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:1994:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigprocmask': /kisskb/src/kernel/signal.c:4336:11: note: byref variable will be forcibly initialized sigset_t new_blocked; ^~~~~~~~~~~ /kisskb/src/kernel/signal.c:4335:24: note: byref variable will be forcibly initialized old_sigset_t old_set, new_set; ^~~~~~~ /kisskb/src/kernel/signal.c:4335:15: note: byref variable will be forcibly initialized old_sigset_t old_set, new_set; ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_ssetmask': /kisskb/src/kernel/signal.c:4543:11: note: byref variable will be forcibly initialized sigset_t newset; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4605:11: note: byref variable will be forcibly initialized sigset_t newset; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4619:11: note: byref variable will be forcibly initialized sigset_t newset; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigsuspend': /kisskb/src/kernel/signal.c:4642:11: note: byref variable will be forcibly initialized sigset_t blocked; ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'sigprocmask': /kisskb/src/kernel/signal.c:3070:11: note: byref variable will be forcibly initialized sigset_t newset; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3153:20: note: byref variable will be forcibly initialized sigset_t old_set, new_set; ^~~~~~~ /kisskb/src/kernel/signal.c:3153:11: note: byref variable will be forcibly initialized sigset_t old_set, new_set; ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3191:12: note: byref variable will be forcibly initialized sigset_t new_set; ^~~~~~~ /kisskb/src/kernel/signal.c:3184:11: note: byref variable will be forcibly initialized sigset_t old_set = current->blocked; ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'set_user_sigmask': /kisskb/src/kernel/signal.c:3106:11: note: byref variable will be forcibly initialized sigset_t kmask; ^~~~~ /kisskb/src/kernel/signal.c: In function 'set_compat_user_sigmask': /kisskb/src/kernel/signal.c:3126:11: note: byref variable will be forcibly initialized sigset_t kmask; ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent_cldstop': /kisskb/src/kernel/signal.c:2110:13: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:2110:6: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:2106:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'ptrace_do_notify': /kisskb/src/kernel/signal.c:2345:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/drivers/video/fbdev/riva/nv_driver.c: In function 'riva_get_memlen': /kisskb/src/drivers/video/fbdev/riva/nv_driver.c:161:6: note: byref variable will be forcibly initialized u32 amt; ^~~ /kisskb/src/kernel/signal.c: In function 'signal_delivered': /kisskb/src/kernel/signal.c:2893:11: note: byref variable will be forcibly initialized sigset_t blocked; ^~~~~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_parse_version': /kisskb/src/fs/unicode/utf8-core.c:177:7: note: byref variable will be forcibly initialized char version_string[12]; ^~~~~~~~~~~~~~ /kisskb/src/fs/unicode/utf8-core.c:176:14: note: byref variable will be forcibly initialized substring_t args[3]; ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncmp': /kisskb/src/fs/unicode/utf8-core.c:27:26: note: byref variable will be forcibly initialized struct utf8cursor cur1, cur2; ^~~~ /kisskb/src/fs/unicode/utf8-core.c:27:20: note: byref variable will be forcibly initialized struct utf8cursor cur1, cur2; ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncasecmp': /kisskb/src/fs/unicode/utf8-core.c:54:26: note: byref variable will be forcibly initialized struct utf8cursor cur1, cur2; ^~~~ /kisskb/src/fs/unicode/utf8-core.c:54:20: note: byref variable will be forcibly initialized struct utf8cursor cur1, cur2; ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncasecmp_folded': /kisskb/src/fs/unicode/utf8-core.c:85:20: note: byref variable will be forcibly initialized struct utf8cursor cur1; ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_casefold': /kisskb/src/fs/unicode/utf8-core.c:109:20: note: byref variable will be forcibly initialized struct utf8cursor cur; ^~~ /kisskb/src/kernel/signal.c: In function 'exit_signals': /kisskb/src/kernel/signal.c:2953:11: note: byref variable will be forcibly initialized sigset_t unblocked; ^~~~~~~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_casefold_hash': /kisskb/src/fs/unicode/utf8-core.c:132:20: note: byref variable will be forcibly initialized struct utf8cursor cur; ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_normalize': /kisskb/src/fs/unicode/utf8-core.c:153:20: note: byref variable will be forcibly initialized struct utf8cursor cur; ^~~ /kisskb/src/kernel/signal.c: In function 'do_send_sig_info': /kisskb/src/kernel/signal.c:1303:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_load': /kisskb/src/fs/unicode/utf8-core.c:201:26: note: byref variable will be forcibly initialized unsigned int maj, min, rev; ^~~ /kisskb/src/fs/unicode/utf8-core.c:201:21: note: byref variable will be forcibly initialized unsigned int maj, min, rev; ^~~ /kisskb/src/fs/unicode/utf8-core.c:201:16: note: byref variable will be forcibly initialized unsigned int maj, min, rev; ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:4005:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_kill': /kisskb/src/kernel/signal.c:3779:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault': /kisskb/src/kernel/signal.c:1714:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_mceerr': /kisskb/src/kernel/signal.c:1745:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault_trapno': /kisskb/src/kernel/signal.c:1860:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'do_tkill': /kisskb/src/kernel/signal.c:3936:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4045:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1653:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_mceerr': /kisskb/src/kernel/signal.c:1731:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1760:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_pkuerr': /kisskb/src/kernel/signal.c:1775:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_perf': /kisskb/src/kernel/signal.c:1789:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_ptrace_errno_trap': /kisskb/src/kernel/signal.c:1828:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_trapno': /kisskb/src/kernel/signal.c:1843:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_to_task': /kisskb/src/kernel/signal.c:1688:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_seccomp': /kisskb/src/kernel/signal.c:1811:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function '__copy_siginfo_from_user32': /kisskb/src/kernel/signal.c:3548:24: note: byref variable will be forcibly initialized struct compat_siginfo from; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:4018:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4059:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3640:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c:3639:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/signal.c:3638:11: note: byref variable will be forcibly initialized sigset_t these; ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait_time32': /kisskb/src/kernel/signal.c:3673:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c:3672:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/signal.c:3671:11: note: byref variable will be forcibly initialized sigset_t these; ^~~~~ /kisskb/src/kernel/signal.c: In function '__copy_siginfo_to_user32': /kisskb/src/kernel/signal.c:3462:24: note: byref variable will be forcibly initialized struct compat_siginfo new; ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigtimedwait_time64': /kisskb/src/kernel/signal.c:3705:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c:3704:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/signal.c:3703:11: note: byref variable will be forcibly initialized sigset_t s; ^ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigtimedwait_time32': /kisskb/src/kernel/signal.c:3736:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c:3735:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/signal.c:3734:11: note: byref variable will be forcibly initialized sigset_t s; ^ /kisskb/src/kernel/signal.c: In function 'copy_siginfo_from_user32': /kisskb/src/kernel/signal.c:3560:24: note: byref variable will be forcibly initialized struct compat_siginfo from; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_pidfd_send_signal': /kisskb/src/kernel/signal.c:3858:19: note: byref variable will be forcibly initialized kernel_siginfo_t kinfo; ^~~~~ /kisskb/src/kernel/signal.c: In function 'kernel_sigaction': /kisskb/src/kernel/signal.c:4075:12: note: byref variable will be forcibly initialized sigset_t mask; ^~~~ /kisskb/src/kernel/signal.c: In function 'do_sigaction': /kisskb/src/kernel/signal.c:4097:11: note: byref variable will be forcibly initialized sigset_t mask; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4385:29: note: byref variable will be forcibly initialized struct k_sigaction new_sa, old_sa; ^~~~~~ /kisskb/src/kernel/signal.c:4385:21: note: byref variable will be forcibly initialized struct k_sigaction new_sa, old_sa; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4410:29: note: byref variable will be forcibly initialized struct k_sigaction new_ka, old_ka; ^~~~~~ /kisskb/src/kernel/signal.c:4410:21: note: byref variable will be forcibly initialized struct k_sigaction new_ka, old_ka; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_sigaction': /kisskb/src/kernel/signal.c:4492:29: note: byref variable will be forcibly initialized struct k_sigaction new_ka, old_ka; ^~~~~~ /kisskb/src/kernel/signal.c:4492:21: note: byref variable will be forcibly initialized struct k_sigaction new_ka, old_ka; ^~~~~~ /kisskb/src/kernel/signal.c: In function 'restore_altstack': /kisskb/src/kernel/signal.c:4213:10: note: byref variable will be forcibly initialized stack_t new; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/kernel/pid.c:30: /kisskb/src/kernel/pid.c: In function 'hlists_swap_heads_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:553:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(right->first, node1); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:552:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(left->first, node2); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'hlist_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:531:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, current); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'exchange_tids': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c:380:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(right->thread_pid, pid1); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c:379:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(left->thread_pid, pid2); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/kernel/workqueue.c:28: /kisskb/src/kernel/workqueue.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/kernel/workqueue.c:35: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:52:9: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'numa_pwq_tbl_install': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:3924:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(wq->numa_pwq_tbl[node], pwq); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/workqueue.c:35: /kisskb/src/kernel/workqueue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c: In function 'savagefb_decode_var': /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:974:21: note: byref variable will be forcibly initialized unsigned int m, n, r; ^ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:974:18: note: byref variable will be forcibly initialized unsigned int m, n, r; ^ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:974:15: note: byref variable will be forcibly initialized unsigned int m, n, r; ^ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:972:18: note: byref variable will be forcibly initialized struct xtimings timings; ^~~~~~~ In file included from /kisskb/src/kernel/workqueue.c:33: /kisskb/src/kernel/workqueue.c: In function 'put_unbound_pool': /kisskb/src/kernel/workqueue.c:3569:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(detach_completion); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/drivers/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:1787:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(vbl->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'atyfb_setup_generic': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:3434:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'aty_bl_init': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:2252:7: note: byref variable will be forcibly initialized char name[12]; ^~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:2249:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ In file included from /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:49: /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/workqueue.c: In function 'create_worker': /kisskb/src/kernel/workqueue.c:1938:7: note: byref variable will be forcibly initialized char id_buf[16]; ^~~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'aty_var_to_crtc': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:1092:32: note: byref variable will be forcibly initialized int Numerator = HDisplay, Denominator = par->lcd_width; ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:1092:10: note: byref variable will be forcibly initialized int Numerator = HDisplay, Denominator = par->lcd_width; ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:380: /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_queue_work': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_activate_work': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_execute_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_execute_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:380: /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_queue_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_activate_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:380: /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_queue_work': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_activate_work': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_execute_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_execute_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c: In function 'savagefb_probe': /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:2225:23: note: byref variable will be forcibly initialized struct fb_videomode cvt_mode; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c: In function 'savagefb_init': /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:2549:8: note: byref variable will be forcibly initialized char *option; ^~~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'atyfb_check_var': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:1538:16: note: byref variable will be forcibly initialized union aty_pll pll; ^~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:1537:14: note: byref variable will be forcibly initialized struct crtc crtc; ^~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'aty_init': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:2364:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/kernel/workqueue.c: In function '__flush_work': /kisskb/src/kernel/workqueue.c:3069:20: note: byref variable will be forcibly initialized struct wq_barrier barr; ^~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c: In function 's10_register_periph': /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:108:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:106:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c: In function 'n5x_register_periph': /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:144:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:142:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c: In function 's10_register_cnt_periph': /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:179:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:177:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/kernel/workqueue.c: In function 'process_one_work': /kisskb/src/kernel/workqueue.c:2206:21: note: byref variable will be forcibly initialized struct lockdep_map lockdep_map; ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work_timer': /kisskb/src/kernel/workqueue.c:3147:20: note: byref variable will be forcibly initialized struct cwt_wait cwait; ^~~~~ /kisskb/src/kernel/workqueue.c:3125:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/clk/socfpga/clk-agilex.c:5: /kisskb/src/drivers/clk/socfpga/clk-agilex.c: In function '__ab_c_size': /kisskb/src/kernel/workqueue.c: In function '__cancel_work': /kisskb/src/kernel/workqueue.c:3254:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/socfpga/clk-agilex.c:5: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/workqueue.c: In function 'rescuer_thread': /kisskb/src/kernel/workqueue.c:2524:30: note: byref variable will be forcibly initialized struct work_struct *work, *n; ^ /kisskb/src/kernel/workqueue.c: In function 'mod_delayed_work_on': /kisskb/src/kernel/workqueue.c:1732:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c: In function 's10_register_gate': /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:132:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:131:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/kernel/workqueue.c: In function 'flush_workqueue': /kisskb/src/kernel/workqueue.c:2807:20: note: byref variable will be forcibly initialized struct wq_flusher this_flusher = { ^~~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c: In function 'agilex_register_gate': /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:190:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:189:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/workqueue.c:30: /kisskb/src/kernel/workqueue.c: In function 'workqueue_apply_unbound_cpumask': /kisskb/src/kernel/workqueue.c:5324:12: note: byref variable will be forcibly initialized LIST_HEAD(ctxs); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_numa_store': /kisskb/src/kernel/workqueue.c:5600:6: note: byref variable will be forcibly initialized int v, ret = -ENOMEM; ^ /kisskb/src/kernel/workqueue.c: In function 'max_active_store': /kisskb/src/kernel/workqueue.c:5452:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/kernel/workqueue.c: In function 'set_worker_desc': /kisskb/src/kernel/workqueue.c:4646:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/workqueue.c: In function 'print_worker_info': /kisskb/src/kernel/workqueue.c:4675:27: note: byref variable will be forcibly initialized struct workqueue_struct *wq = NULL; ^~ /kisskb/src/kernel/workqueue.c:4674:25: note: byref variable will be forcibly initialized struct pool_workqueue *pwq = NULL; ^~~ /kisskb/src/kernel/workqueue.c:4671:15: note: byref variable will be forcibly initialized work_func_t *fn = NULL; ^~ /kisskb/src/kernel/workqueue.c: In function 'show_workqueue_state': /kisskb/src/kernel/workqueue.c:4810:6: note: byref variable will be forcibly initialized int pi; ^~ /kisskb/src/kernel/workqueue.c: In function 'workqueue_online_cpu': /kisskb/src/kernel/workqueue.c:5107:6: note: byref variable will be forcibly initialized int pi; ^~ /kisskb/src/drivers/video/fbdev/aty/mach64_accel.c: In function 'atyfb_imageblit': /kisskb/src/drivers/video/fbdev/aty/mach64_accel.c:390:7: note: byref variable will be forcibly initialized u32 hostdword; ^~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'workqueue_set_unbound_cpumask': /kisskb/src/kernel/workqueue.c:5371:16: note: byref variable will be forcibly initialized cpumask_var_t saved_cpumask; ^~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_unbound_cpumask_store': /kisskb/src/kernel/workqueue.c:5649:16: note: byref variable will be forcibly initialized cpumask_var_t cpumask; ^~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'alloc_workqueue': /kisskb/src/kernel/workqueue.c:4293:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/unicode/utf8-selftest.c: In function 'check_utf8_nfdi': /kisskb/src/fs/unicode/utf8-selftest.c:166:20: note: byref variable will be forcibly initialized struct utf8cursor u8c; ^~~ /kisskb/src/fs/unicode/utf8-selftest.c: In function 'check_utf8_nfdicf': /kisskb/src/fs/unicode/utf8-selftest.c:202:20: note: byref variable will be forcibly initialized struct utf8cursor u8c; ^~~ /kisskb/src/fs/unicode/utf8-selftest.c: In function 'check_utf8_comparisons': /kisskb/src/fs/unicode/utf8-selftest.c:259:21: note: byref variable will be forcibly initialized const struct qstr s2 = {.name = nfdicf_test_data[i].ncf, ^~ /kisskb/src/fs/unicode/utf8-selftest.c:257:21: note: byref variable will be forcibly initialized const struct qstr s1 = {.name = nfdicf_test_data[i].str, ^~ /kisskb/src/fs/unicode/utf8-selftest.c:249:21: note: byref variable will be forcibly initialized const struct qstr s2 = {.name = nfdi_test_data[i].dec, ^~ /kisskb/src/fs/unicode/utf8-selftest.c:247:21: note: byref variable will be forcibly initialized const struct qstr s1 = {.name = nfdi_test_data[i].str, ^~ /kisskb/src/net/wireless/wext-priv.c: In function 'ioctl_private_call': /kisskb/src/net/wireless/wext-priv.c:192:29: note: byref variable will be forcibly initialized const struct iw_priv_args *descr; ^~~~~ /kisskb/src/net/wireless/wext-priv.c: In function 'compat_private_call': /kisskb/src/net/wireless/wext-priv.c:228:19: note: byref variable will be forcibly initialized struct iw_point iwp; ^~~ /kisskb/src/net/wireless/wext-priv.c:217:29: note: byref variable will be forcibly initialized const struct iw_priv_args *descr; ^~~~~ /kisskb/src/net/wireless/wext-core.c: In function 'wireless_send_event': /kisskb/src/net/wireless/wext-core.c:469:25: note: byref variable will be forcibly initialized struct compat_iw_point compat_wrqu; ^~~~~~~~~~~ /kisskb/src/net/wireless/wext-core.c: In function 'ioctl_standard_iw_point': /kisskb/src/net/wireless/wext-core.c:739:9: note: byref variable will be forcibly initialized char essid[IW_ESSID_MAX_SIZE + 1]; ^~~~~ /kisskb/src/net/wireless/wext-core.c: In function 'compat_standard_call': /kisskb/src/net/wireless/wext-core.c:1069:18: note: byref variable will be forcibly initialized struct iw_point iwp; ^~~ /kisskb/src/net/wireless/wext-core.c: In function 'wext_handle_ioctl': /kisskb/src/net/wireless/wext-core.c:1041:15: note: byref variable will be forcibly initialized struct iwreq iwr; ^~~ /kisskb/src/net/wireless/wext-core.c:1040:25: note: byref variable will be forcibly initialized struct iw_request_info info = { .cmd = cmd, .flags = 0 }; ^~~~ /kisskb/src/net/wireless/wext-core.c: In function 'compat_wext_handle_ioctl': /kisskb/src/net/wireless/wext-core.c:1096:15: note: byref variable will be forcibly initialized struct iwreq iwr; ^~~ /kisskb/src/net/wireless/wext-core.c:1095:25: note: byref variable will be forcibly initialized struct iw_request_info info; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/caif/caif_dev.c:13: /kisskb/src/net/caif/caif_dev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/caif_dev.c: In function 'caif_device_notify': /kisskb/src/net/caif/caif_dev.c:370:18: note: byref variable will be forcibly initialized struct cflayer *layer, *link_support; ^~~~~ In file included from /kisskb/src/include/linux/random.h:121, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/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:312: /kisskb/src/drivers/char/random.c: In function 'arch_get_random_seed_long': /kisskb/src/arch/arm64/include/asm/archrandom.h:57:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/char/random.c: In function 'init_std_data': /kisskb/src/drivers/char/random.c:1753:16: note: byref variable will be forcibly initialized unsigned long rv; ^~ /kisskb/src/drivers/char/random.c:1752:10: note: byref variable will be forcibly initialized ktime_t now = ktime_get_real(); ^~~ In file included from /kisskb/src/include/linux/random.h:121, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/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:312: /kisskb/src/drivers/char/random.c: In function 'arch_get_random_seed_long_early': /kisskb/src/arch/arm64/include/asm/archrandom.h:121:24: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/char/random.c: In function 'crng_init_try_arch_early': /kisskb/src/drivers/char/random.c:796:16: note: byref variable will be forcibly initialized unsigned long rv; ^~ /kisskb/src/drivers/char/random.c: In function 'extract_buf': /kisskb/src/drivers/char/random.c:1376:8: note: byref variable will be forcibly initialized __u32 workspace[SHA1_WORKSPACE_WORDS]; ^~~~~~~~~ /kisskb/src/drivers/char/random.c:1375:4: note: byref variable will be forcibly initialized } hash; ^~~~ /kisskb/src/drivers/char/random.c: In function '_extract_entropy': /kisskb/src/drivers/char/random.c:1427:7: note: byref variable will be forcibly initialized __u8 tmp[EXTRACT_SIZE]; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/random.h:247, from /kisskb/src/drivers/char/random.c:348: /kisskb/src/drivers/char/random.c: In function 'perf_trace_add_device_randomness': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_random__mix_pool_bytes': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_credit_entropy_bits': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_debit_entropy': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_add_input_randomness': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_add_disk_randomness': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_random__get_random_bytes': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_random__extract_entropy': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_urandom_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_prandom_u32': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/random.h:247, from /kisskb/src/drivers/char/random.c:348: /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_device_randomness': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__mix_pool_bytes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_credit_entropy_bits': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_debit_entropy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_input_randomness': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_disk_randomness': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__get_random_bytes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__extract_entropy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_urandom_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_prandom_u32': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/random.h:247, from /kisskb/src/drivers/char/random.c:348: /kisskb/src/drivers/char/random.c: In function '__bpf_trace_add_device_randomness': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_debit_entropy': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_add_disk_randomness': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_random__get_random_bytes': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_random__mix_pool_bytes': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_urandom_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_credit_entropy_bits': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_random__extract_entropy': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_add_input_randomness': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_prandom_u32': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/tsinfo.c:5: /kisskb/src/net/ethtool/tsinfo.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/drivers/char/random.c: In function 'crng_reseed': /kisskb/src/drivers/char/random.c:958:17: note: byref variable will be forcibly initialized unsigned long rv; ^~ /kisskb/src/drivers/char/random.c:945:4: note: byref variable will be forcibly initialized } buf; ^~~ /kisskb/src/drivers/char/random.c: In function 'add_timer_randomness': /kisskb/src/drivers/char/random.c:1149:4: note: byref variable will be forcibly initialized } sample; ^~~~~~ /kisskb/src/drivers/char/random.c: In function '_get_random_bytes': /kisskb/src/drivers/char/random.c:1527:7: note: byref variable will be forcibly initialized __u8 tmp[CHACHA_BLOCK_SIZE] __aligned(4); ^~~ /kisskb/src/drivers/char/random.c: In function 'extract_crng_user': /kisskb/src/drivers/char/random.c:1059:7: note: byref variable will be forcibly initialized __u8 tmp[CHACHA_BLOCK_SIZE] __aligned(4); ^~~ /kisskb/src/drivers/char/random.c: In function 'try_to_generate_entropy': /kisskb/src/drivers/char/random.c:1583:4: note: byref variable will be forcibly initialized } stack; ^~~~~ /kisskb/src/drivers/char/random.c: In function 'write_pool': /kisskb/src/drivers/char/random.c:1865:11: note: byref variable will be forcibly initialized __u32 t, buf[16]; ^~~ /kisskb/src/drivers/char/random.c: In function 'add_device_randomness': /kisskb/src/drivers/char/random.c:1116:16: note: byref variable will be forcibly initialized unsigned long time = random_get_entropy() ^ jiffies; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:312: /kisskb/src/drivers/char/random.c: In function 'wait_for_random_bytes': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:1622:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(crng_init_wait, crng_ready(), HZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/cabletest.c:5: /kisskb/src/net/ethtool/cabletest.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/ethtool/cabletest.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/cabletest.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/drivers/char/random.c: In function 'get_random_bytes_arch': /kisskb/src/drivers/char/random.c:1725:17: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/net/ethtool/cabletest.c: In function 'ethnl_act_cable_test_tdr_cfg': /kisskb/src/net/ethtool/cabletest.c:232:17: note: byref variable will be forcibly initialized struct nlattr *tb[ARRAY_SIZE(cable_test_tdr_act_cfg_policy)]; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:312: /kisskb/src/drivers/char/random.c: In function 'add_hwgenerator_randomness': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:2286:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(random_write_wait, kthread_should_stop() || ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/cabletest.c: In function 'ethnl_act_cable_test_tdr': /kisskb/src/net/ethtool/cabletest.c:312:24: note: byref variable will be forcibly initialized struct phy_tdr_config cfg; ^~~ /kisskb/src/drivers/video/fbdev/cyber2000fb.c: In function 'cyber2000fb_check_var': /kisskb/src/drivers/video/fbdev/cyber2000fb.c:757:18: note: byref variable will be forcibly initialized struct par_info hw; ^~ /kisskb/src/drivers/video/fbdev/cyber2000fb.c: In function 'cyber2000fb_set_par': /kisskb/src/drivers/video/fbdev/cyber2000fb.c:861:18: note: byref variable will be forcibly initialized struct par_info hw; ^~ /kisskb/src/drivers/video/fbdev/cyber2000fb.c: In function 'cyberpro_pci_probe': /kisskb/src/drivers/video/fbdev/cyber2000fb.c:1718:7: note: byref variable will be forcibly initialized char name[16]; ^~~~ /kisskb/src/kernel/params.c: In function 'param_set_bool_enable_only': /kisskb/src/kernel/params.c:336:22: note: byref variable will be forcibly initialized struct kernel_param dummy_kp = *kp; ^~~~~~~~ /kisskb/src/kernel/params.c:334:7: note: byref variable will be forcibly initialized bool new_value; ^~~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_invbool': /kisskb/src/kernel/params.c:367:22: note: byref variable will be forcibly initialized struct kernel_param dummy; ^~~~~ /kisskb/src/kernel/params.c:366:7: note: byref variable will be forcibly initialized bool boolval; ^~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_bint': /kisskb/src/kernel/params.c:393:7: note: byref variable will be forcibly initialized bool v; ^ /kisskb/src/kernel/params.c:392:22: note: byref variable will be forcibly initialized struct kernel_param boolkp = *kp; ^~~~~~ /kisskb/src/kernel/params.c: In function 'param_array_get': /kisskb/src/kernel/params.c:476:22: note: byref variable will be forcibly initialized struct kernel_param p = *kp; ^ /kisskb/src/kernel/params.c: In function 'param_array': /kisskb/src/kernel/params.c:423:22: note: byref variable will be forcibly initialized struct kernel_param kp; ^~ /kisskb/src/kernel/params.c: In function 'param_array_set': /kisskb/src/kernel/params.c:465:15: note: byref variable will be forcibly initialized unsigned int temp_num; ^~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_sysfs_builtin': /kisskb/src/kernel/params.c:834:7: note: byref variable will be forcibly initialized char modname[MODULE_NAME_LEN]; ^~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_uint_minmax': /kisskb/src/kernel/params.c:249:15: note: byref variable will be forcibly initialized unsigned int num; ^~~ /kisskb/src/kernel/params.c: In function 'parse_args': /kisskb/src/kernel/params.c:171:16: note: byref variable will be forcibly initialized char *param, *val, *err = NULL; ^~~ /kisskb/src/kernel/params.c:171:8: note: byref variable will be forcibly initialized char *param, *val, *err = NULL; ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_accel.c: In function 'nvidiafb_mono_color_expand': /kisskb/src/drivers/video/fbdev/nvidia/nv_accel.c:357:49: note: byref variable will be forcibly initialized u32 dsize, width, *data = (u32 *) image->data, tmp; ^~~ /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 unsigned int MClk, NVClk; ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:661:18: note: byref variable will be forcibly initialized unsigned int MClk, NVClk; ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c: In function 'nv4UpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:387:21: note: byref variable will be forcibly initialized unsigned int MClk, NVClk, cfg1; ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:387:15: note: byref variable will be forcibly initialized unsigned int MClk, NVClk, cfg1; ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:386:16: note: byref variable will be forcibly initialized nv4_sim_state sim_data; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:385:16: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized unsigned int MClk, NVClk, cfg1; ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:626:15: note: byref variable will be forcibly initialized unsigned int MClk, NVClk, cfg1; ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:625:17: note: byref variable will be forcibly initialized nv10_sim_state sim_data; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:624:17: note: byref variable will be forcibly initialized nv10_fifo_info fifo_data; ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c: In function 'nForceUpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:723:7: note: byref variable will be forcibly initialized u32 dimm[3]; ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:689:16: note: byref variable will be forcibly initialized unsigned int uMClkPostDiv; ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:684:42: note: byref variable will be forcibly initialized unsigned int M, N, P, pll, MClk, NVClk, memctrl; ^~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:684:29: note: byref variable will be forcibly initialized unsigned int M, N, P, pll, MClk, NVClk, memctrl; ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:683:17: note: byref variable will be forcibly initialized nv10_sim_state sim_data; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:682:17: note: byref variable will be forcibly initialized 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:18: note: byref variable will be forcibly initialized int pixelDepth, VClk = 0; ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c: In function 'nv10GetConfig': /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c:248:7: note: byref variable will be forcibly initialized u32 amt; ^~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c:243:7: note: byref variable will be forcibly initialized u32 amt; ^~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c: In function 'NVCommonSetup': /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c:276:21: note: byref variable will be forcibly initialized u8 *edidA = NULL, *edidB = NULL; ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c:276:6: note: byref variable will be forcibly initialized u8 *edidA = NULL, *edidB = NULL; ^~~~~ /kisskb/src/drivers/soc/ti/k3-socinfo.c: In function 'k3_chipinfo_probe': /kisskb/src/drivers/soc/ti/k3-socinfo.c:70:6: note: byref variable will be forcibly initialized u32 jtag_id; ^~~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8agemax': /kisskb/src/fs/unicode/utf8-norm.c:411:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8agemin': /kisskb/src/fs/unicode/utf8-norm.c:440:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8nagemax': /kisskb/src/fs/unicode/utf8-norm.c:467:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8nagemin': /kisskb/src/fs/unicode/utf8-norm.c:495:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8len': /kisskb/src/fs/unicode/utf8-norm.c:524:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8nlen': /kisskb/src/fs/unicode/utf8-norm.c:552:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/video/fbdev/aty/radeonfb.h:13, from /kisskb/src/drivers/video/fbdev/aty/radeon_base.c:55: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/iommu.h:167, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_iommu_group_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_iommu_device_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_device_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_device_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_device_event, ^~~~~~~~~~~~~~~~~~~ /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 struct fb_var_screeninfo v; ^ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_map': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_unmap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iommu.h:167, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_group_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_device_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_device_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_device_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_map': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_base.c: In function 'radeon_map_ROM': /kisskb/src/drivers/video/fbdev/aty/radeon_base.c:419:9: note: byref variable will be forcibly initialized size_t rom_size; ^~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_unmap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/iommu.h:167, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_iommu_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iommu.h:167, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/iommu.h:167, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function '__bpf_trace_iommu_group_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(iommu_device_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function '__bpf_trace_unmap': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function '__bpf_trace_iommu_error': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_pm.c: In function 'radeonfb_whack_power_state': /kisskb/src/drivers/video/fbdev/aty/radeon_pm.c:2521:6: note: byref variable will be forcibly initialized u16 pwr_cmd; ^~~~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_accel.c: In function 'radeonfb_fillrect': /kisskb/src/drivers/video/fbdev/aty/radeon_accel.c:71:21: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized struct fb_copyarea modded; ^~~~~~ /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:14: note: byref variable will be forcibly initialized char s1[5], s2[5]; ^~ /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c:376:7: note: byref variable will be forcibly initialized char s1[5], s2[5]; ^~ /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c: In function 'radeon_probe_screens': /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c:490:8: note: byref variable will be forcibly initialized u8 *EDIDs[4] = { NULL, NULL, NULL, NULL }; ^~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/dma-mapping.h:6, from /kisskb/src/drivers/soc/ti/k3-ringacc.c:8: /kisskb/src/drivers/soc/ti/k3-ringacc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/soc/ti/k3-ringacc.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c: In function 'radeon_check_modes': /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c:930:23: note: byref variable will be forcibly initialized struct fb_videomode mode; ^~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c:846:10: note: byref variable will be forcibly initialized char modename[32]; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c:779:28: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/drivers/clk/tegra/clk-audio-sync.c: In function 'tegra_clk_register_sync_source': /kisskb/src/drivers/clk/tegra/clk-audio-sync.c:50:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/kernel/kthread.c: In function '__kthread_create_on_node': /kisskb/src/kernel/kthread.c:401:8: note: byref variable will be forcibly initialized char name[TASK_COMM_LEN]; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/kthread.c:11: /kisskb/src/kernel/kthread.c:362:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_probe_data': /kisskb/src/kernel/kthread.c:229:8: note: byref variable will be forcibly initialized void *data = NULL; ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_on_node': /kisskb/src/kernel/kthread.c:450:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker': /kisskb/src/kernel/kthread.c:825:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker_on_cpu': /kisskb/src/kernel/kthread.c:875:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/kthread.c: In function '__kthread_cancel_work_sync': /kisskb/src/kernel/kthread.c:1228:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_mod_delayed_work': /kisskb/src/kernel/kthread.c:1183:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/kprobes.h:21, from /kisskb/src/kernel/notifier.c:3: /kisskb/src/kernel/notifier.c: In function 'notifier_chain_unregister': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c:44:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*nl, n->next); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c: In function 'notifier_call_chain_robust': /kisskb/src/kernel/notifier.c:116:11: note: byref variable will be forcibly initialized int ret, nr = 0; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/kprobes.h:21, from /kisskb/src/kernel/notifier.c:3: /kisskb/src/kernel/notifier.c: In function 'notifier_chain_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c:35:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*nl, n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c: In function 'notify_die': /kisskb/src/kernel/notifier.c:519:18: note: byref variable will be forcibly initialized struct die_args args = { ^~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_latency_tolerance_us_store': /kisskb/src/drivers/base/power/sysfs.c:273:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'autosuspend_delay_ms_store': /kisskb/src/drivers/base/power/sysfs.c:195:7: note: byref variable will be forcibly initialized long delay; ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_resume_latency_us_store': /kisskb/src/drivers/base/power/sysfs.c:229:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_no_power_off_store': /kisskb/src/drivers/base/power/sysfs.c:306:6: note: byref variable will be forcibly initialized int ret; ^~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_backlight.c: In function 'radeonfb_bl_init': /kisskb/src/drivers/video/fbdev/aty/radeon_backlight.c:132:7: note: byref variable will be forcibly initialized char name[12]; ^~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_backlight.c:129:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ In file included 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/of.h:15, from /kisskb/src/include/linux/clk-provider.h:9, from /kisskb/src/drivers/soc/ti/pruss.c:11: /kisskb/src/drivers/soc/ti/pruss.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/soc/ti/pruss.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/ti/pruss.c: In function 'pruss_clk_mux_setup': /kisskb/src/drivers/soc/ti/pruss.c:50:6: note: byref variable will be forcibly initialized u32 reg_offset; ^~~~~~~~~~ /kisskb/src/fs/ntfs/attrib.c: In function 'ntfs_external_attr_find': /kisskb/src/fs/ntfs/attrib.c:848:24: note: byref variable will be forcibly initialized ntfs_inode *base_ni, *ni; ^~ /kisskb/src/drivers/soc/ti/pruss.c: In function 'pruss_cfg_of_init': /kisskb/src/drivers/soc/ti/pruss.c:168:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/soc/ti/pruss.c: In function 'pruss_probe': /kisskb/src/drivers/soc/ti/pruss.c:217:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/caif/cfcnfg.c:9: /kisskb/src/net/caif/cfcnfg.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/cfcnfg.c: In function 'caif_connect_client': /kisskb/src/net/caif/cfcnfg.c:307:27: note: byref variable will be forcibly initialized struct cfctrl_link_param param; ^~~~~ /kisskb/src/kernel/ksysfs.c: In function 'vmcoreinfo_show': /kisskb/src/kernel/ksysfs.c:133:14: note: byref variable will be forcibly initialized phys_addr_t vmcore_base = paddr_vmcoreinfo_note(); ^~~~~~~~~~~ /kisskb/src/kernel/ksysfs.c: In function 'kexec_crash_size_store': /kisskb/src/kernel/ksysfs.c:115:16: note: byref variable will be forcibly initialized unsigned long cnt; ^~~ In file included from /kisskb/src/net/ieee802154/nl-mac.c:24: /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_devaddr_from_raw': /kisskb/src/include/net/ieee802154_netdev.h:155:6: note: byref variable will be forcibly initialized u64 temp; ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_llsec_dump_table': /kisskb/src/net/ieee802154/nl-mac.c:777:25: note: byref variable will be forcibly initialized struct llsec_dump_data data; ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_nl_get_dev': /kisskb/src/net/ieee802154/nl-mac.c:150:8: note: byref variable will be forcibly initialized char name[IFNAMSIZ + 1]; ^~~~ In file included from /kisskb/src/net/ieee802154/nl-mac.c:18: /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_s32': /kisskb/src/include/net/netlink.h:1448:6: note: byref variable will be forcibly initialized s32 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_s8': /kisskb/src/include/net/netlink.h:1422:5: note: byref variable will be forcibly initialized s8 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_nl_fill_iface': /kisskb/src/net/ieee802154/nl-mac.c:109:32: note: byref variable will be forcibly initialized struct ieee802154_mac_params params; ^~~~~~ In file included from /kisskb/src/net/ieee802154/nl-mac.c:18: /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_remove_key': /kisskb/src/net/ieee802154/nl-mac.c:897:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_key_id id; ^~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_devkey': /kisskb/src/net/ieee802154/nl-mac.c:1111:37: note: byref variable will be forcibly initialized struct ieee802154_llsec_device_key key; ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_del_devkey': /kisskb/src/net/ieee802154/nl-mac.c:1137:37: note: byref variable will be forcibly initialized struct ieee802154_llsec_device_key key; ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_nl_fill_key': /kisskb/src/net/ieee802154/nl-mac.c:916:6: note: byref variable will be forcibly initialized u32 commands[256 / 32]; ^~~~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_dev': /kisskb/src/net/ieee802154/nl-mac.c:1012:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_device desc; ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_seclevel': /kisskb/src/net/ieee802154/nl-mac.c:1251:35: note: byref variable will be forcibly initialized struct ieee802154_llsec_seclevel sl; ^~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_del_seclevel': /kisskb/src/net/ieee802154/nl-mac.c:1271:35: note: byref variable will be forcibly initialized struct ieee802154_llsec_seclevel sl; ^~ /kisskb/src/drivers/clk/tegra/clk-divider.c: In function 'tegra_clk_register_divider': /kisskb/src/drivers/clk/tegra/clk-divider.c:141:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_llsec_parse_key': /kisskb/src/net/ieee802154/nl-mac.c:838:6: note: byref variable will be forcibly initialized u32 commands[256 / 32]; ^~~~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_key': /kisskb/src/net/ieee802154/nl-mac.c:876:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_key_id id; ^~ /kisskb/src/net/ieee802154/nl-mac.c:875:30: note: byref variable will be forcibly initialized struct ieee802154_llsec_key key; ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_associate_req': /kisskb/src/net/ieee802154/nl-mac.c:176:25: note: byref variable will be forcibly initialized struct ieee802154_addr addr; ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_associate_resp': /kisskb/src/net/ieee802154/nl-mac.c:223:25: note: byref variable will be forcibly initialized struct ieee802154_addr addr; ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_disassociate_req': /kisskb/src/net/ieee802154/nl-mac.c:256:25: note: byref variable will be forcibly initialized struct ieee802154_addr addr; ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_start_req': /kisskb/src/net/ieee802154/nl-mac.c:298:25: note: byref variable will be forcibly initialized struct ieee802154_addr addr; ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_set_macparams': /kisskb/src/net/ieee802154/nl-mac.c:468:31: note: byref variable will be forcibly initialized struct ieee802154_mac_params params; ^~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_llsec_getparams': /kisskb/src/net/ieee802154/nl-mac.c:650:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_params params; ^~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_llsec_setparams': /kisskb/src/net/ieee802154/nl-mac.c:703:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_params params; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/kernel/async.c:47: /kisskb/src/kernel/async.c: In function 'async_synchronize_cookie_domain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/async.c:277:2: note: in expansion of macro 'wait_event' wait_event(async_done, lowest_in_progress(domain) >= cookie); ^~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-sysfs.c: In function 'iommu_device_sysfs_add': /kisskb/src/drivers/iommu/iommu-sysfs.c:59:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/video/fbdev/pm2fb.c: In function 'set_memclock': /kisskb/src/drivers/video/fbdev/pm2fb.c:450:22: note: byref variable will be forcibly initialized unsigned char m, n, p; ^ /kisskb/src/drivers/video/fbdev/pm2fb.c:450:19: note: byref variable will be forcibly initialized unsigned char m, n, p; ^ /kisskb/src/drivers/video/fbdev/pm2fb.c:450:16: note: byref variable will be forcibly initialized unsigned char m, n, p; ^ /kisskb/src/drivers/video/fbdev/pm2fb.c: In function 'set_pixclock': /kisskb/src/drivers/video/fbdev/pm2fb.c:487:22: note: byref variable will be forcibly initialized unsigned char m, n, p; ^ /kisskb/src/drivers/video/fbdev/pm2fb.c:487:19: note: byref variable will be forcibly initialized unsigned char m, n, p; ^ /kisskb/src/drivers/video/fbdev/pm2fb.c:487:16: note: byref variable will be forcibly initialized unsigned char m, n, p; ^ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/psample/psample.c:13: /kisskb/src/net/psample/psample.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/psample/psample.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/psample/psample.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ In file included from /kisskb/src/include/linux/cred.h:11, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'cap_drop': /kisskb/src/include/linux/capability.h:137:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^~~~ /kisskb/src/drivers/video/fbdev/pm2fb.c: In function 'pm2fb_copyarea': /kisskb/src/drivers/video/fbdev/pm2fb.c:1108:21: note: byref variable will be forcibly initialized struct fb_copyarea modded; ^~~~~~ /kisskb/src/drivers/video/fbdev/pm2fb.c: In function 'pm2fb_fillrect': /kisskb/src/drivers/video/fbdev/pm2fb.c:1050:21: note: byref variable will be forcibly initialized struct fb_fillrect modded; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/cred.h:13, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'commit_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:503:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(task->cred, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:502:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(task->real_cred, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c: In function 'override_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:580:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(current->cred, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c: In function 'revert_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:608:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(current->cred, old); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/ucount.c: In function 'put_ucounts': /kisskb/src/kernel/ucount.c:202:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/regset.c: In function 'copy_regset_to_user': /kisskb/src/kernel/regset.c:68:8: note: byref variable will be forcibly initialized void *buf; ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:91, from /kisskb/src/include/net/dsfield.h:12, from /kisskb/src/include/net/ip_tunnels.h:13, from /kisskb/src/include/net/udp_tunnel.h:5, from /kisskb/src/net/ethtool/tunnels.c:4: /kisskb/src/net/ethtool/tunnels.c: In function 'nla_put_be16': /kisskb/src/include/net/netlink.h:1270:9: note: byref variable will be forcibly initialized __be16 tmp = value; ^~~ /kisskb/src/net/ethtool/tunnels.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/tunnels.c: In function 'ethnl_tunnel_info_fill_reply': /kisskb/src/net/ethtool/tunnels.c:123:7: note: byref variable will be forcibly initialized u32 zero = 0; ^~~~ /kisskb/src/net/ethtool/tunnels.c: In function 'ethnl_tunnel_info_doit': /kisskb/src/net/ethtool/tunnels.c:168:8: note: byref variable will be forcibly initialized void *reply_payload; ^~~~~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_fetch_pwm_params': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1844:6: note: byref variable will be forcibly initialized u32 pwm_period; ^~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_fetch_i2c_params': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1816:16: note: byref variable will be forcibly initialized int vsel_reg, vsel_mask; ^~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c:1816:6: note: byref variable will be forcibly initialized int vsel_reg, vsel_mask; ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'get_dvco_rate_below': /kisskb/src/drivers/clk/tegra/clk-dfll.c:506:16: note: byref variable will be forcibly initialized unsigned long rate, prev_rate; ^~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_request_rate': /kisskb/src/drivers/clk/tegra/clk-dfll.c:914:23: note: byref variable will be forcibly initialized struct dfll_rate_req req; ^~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_clk_determine_rate': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1133:23: note: byref variable will be forcibly initialized struct dfll_rate_req req; ^~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_build_i2c_lut': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1697:16: note: byref variable will be forcibly initialized unsigned long rate, v, v_opp; ^~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_build_lut': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1762:16: note: byref variable will be forcibly initialized unsigned long rate, v_max; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'run_deallocate_ex': /kisskb/src/fs/ntfs3/attrib.c:125:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/attrib.c:124:34: note: byref variable will be forcibly initialized CLST vcn_next, vcn0 = vcn, lcn, clen, dn = 0; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:124:29: note: byref variable will be forcibly initialized CLST vcn_next, vcn0 = vcn, lcn, clen, dn = 0; ^~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_allocate_clusters': /kisskb/src/fs/ntfs3/attrib.c:179:7: note: byref variable will be forcibly initialized CLST flen, vcn0 = vcn, pre = pre_alloc ? *pre_alloc : 0; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_make_nonresident': /kisskb/src/fs/ntfs3/attrib.c:247:12: note: byref variable will be forcibly initialized CLST len, alen; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_set_size': /kisskb/src/fs/ntfs3/attrib.c:425:18: note: byref variable will be forcibly initialized CLST next_svcn, pre_alloc = -1, done = 0; ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:424:18: note: byref variable will be forcibly initialized CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; ^~~ /kisskb/src/fs/ntfs3/attrib.c:424:13: note: byref variable will be forcibly initialized CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; ^~~ /kisskb/src/fs/ntfs3/attrib.c:424:7: note: byref variable will be forcibly initialized CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:423:25: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:423:20: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:422:31: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:422:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:421:31: note: byref variable will be forcibly initialized struct ATTRIB *attr = NULL, *attr_b; ^~~~~~ /kisskb/src/fs/ntfs3/attrib.c:421:17: note: byref variable will be forcibly initialized struct ATTRIB *attr = NULL, *attr_b; ^~~~ /kisskb/src/fs/ntfs3/attrlist.c: In function 'al_find_le': /kisskb/src/fs/ntfs3/attrlist.c:159:7: note: byref variable will be forcibly initialized CLST svcn = attr_svcn(attr); ^~~~ /kisskb/src/fs/ntfs3/attrlist.c: In function 'al_add_le': /kisskb/src/fs/ntfs3/attrlist.c:283:6: note: byref variable will be forcibly initialized u64 new_size; ^~~~~~~~ /kisskb/src/fs/ntfs3/attrlist.c:278:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/attrlist.c: In function 'al_update': /kisskb/src/fs/ntfs3/attrlist.c:429:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/drivers/clk/tegra/clk-periph.c: In function '_tegra_clk_register_periph': /kisskb/src/drivers/clk/tegra/clk-periph.c:168:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_data_get_block': /kisskb/src/fs/ntfs3/attrib.c:826:54: note: byref variable will be forcibly initialized CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; ^~~ /kisskb/src/fs/ntfs3/attrib.c:826:13: note: byref variable will be forcibly initialized CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:826:7: note: byref variable will be forcibly initialized CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:825:25: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:825:20: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:824:31: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:824:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:823:17: note: byref variable will be forcibly initialized struct ATTRIB *attr = NULL, *attr_b; ^~~~ /kisskb/src/drivers/gpu/host1x/debug.c: In function 'host1x_debug_output': /kisskb/src/drivers/gpu/host1x/debug.c:29:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/host1x/debug.c: In function 'host1x_debug_cont': /kisskb/src/drivers/gpu/host1x/debug.c:41:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/reboot.c: In function 'cpu_store': /kisskb/src/kernel/reboot.c:836:15: note: byref variable will be forcibly initialized unsigned int cpunum; ^~~~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_data_write_resident': /kisskb/src/fs/ntfs3/attrib.c:1112:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/kernel/reboot.c: In function '__do_sys_reboot': /kisskb/src/kernel/reboot.c:315:7: note: byref variable will be forcibly initialized char buffer[256]; ^~~~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_load_runs_range': /kisskb/src/fs/ntfs3/attrib.c:1188:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1188:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_is_frame_compressed': /kisskb/src/fs/ntfs3/attrib.c:1361:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1360:18: note: byref variable will be forcibly initialized CLST clen, lcn, vcn, alen, slen, vcn_next; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1360:13: note: byref variable will be forcibly initialized CLST clen, lcn, vcn, alen, slen, vcn_next; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1360:7: note: byref variable will be forcibly initialized CLST clen, lcn, vcn, alen, slen, vcn_next; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_allocate_frame': /kisskb/src/fs/ntfs3/attrib.c:1535:14: note: byref variable will be forcibly initialized CLST alen, hint = 0; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1535:8: note: byref variable will be forcibly initialized CLST alen, hint = 0; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1469:17: note: byref variable will be forcibly initialized CLST vcn, end, clst_data; ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1469:12: note: byref variable will be forcibly initialized CLST vcn, end, clst_data; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1469:7: note: byref variable will be forcibly initialized CLST vcn, end, clst_data; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1468:31: note: byref variable will be forcibly initialized CLST svcn, evcn1, next_svcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1468:7: note: byref variable will be forcibly initialized CLST svcn, evcn1, next_svcn, lcn, len; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1467:25: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1467:20: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:1466:31: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1466:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:1465:17: note: byref variable will be forcibly initialized struct ATTRIB *attr = NULL, *attr_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_collapse_range': /kisskb/src/fs/ntfs3/attrib.c:1788:20: note: byref variable will be forcibly initialized CLST vcn1, eat, next_svcn; ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1732:7: note: byref variable will be forcibly initialized u64 new_valid = min(ni->i_valid, vbo); ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1691:7: note: byref variable will be forcibly initialized CLST vcn, end; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1690:25: note: byref variable will be forcibly initialized CLST svcn, evcn1, len, dealloc, alen; ^~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1690:7: note: byref variable will be forcibly initialized CLST svcn, evcn1, len, dealloc, alen; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1689:25: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1689:20: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:1688:31: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1688:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:1687:17: note: byref variable will be forcibly initialized struct ATTRIB *attr = NULL, *attr_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_punch_hole': /kisskb/src/fs/ntfs3/attrib.c:1949:41: note: byref variable will be forcibly initialized CLST svcn, evcn1, vcn, len, end, alen, dealloc; ^~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1949:20: note: byref variable will be forcibly initialized CLST svcn, evcn1, vcn, len, end, alen, dealloc; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1949:7: note: byref variable will be forcibly initialized CLST svcn, evcn1, vcn, len, end, alen, dealloc; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1948:25: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1948:20: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:1947:31: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1947:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~ /kisskb/src/drivers/gpu/host1x/mipi.c: In function 'tegra_mipi_request': /kisskb/src/drivers/gpu/host1x/mipi.c:213:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/gpu/host1x/job.c: In function 'copy_gathers': /kisskb/src/drivers/gpu/host1x/job.c:561:25: note: byref variable will be forcibly initialized struct host1x_firewall fw; ^~ /kisskb/src/drivers/gpu/host1x/job.c: In function 'pin_job': /kisskb/src/drivers/gpu/host1x/job.c:229:14: note: byref variable will be forcibly initialized dma_addr_t phys_addr; ^~~~~~~~~ /kisskb/src/drivers/gpu/host1x/job.c:150:14: note: byref variable will be forcibly initialized dma_addr_t phys_addr, *phys; ^~~~~~~~~ In file included from /kisskb/src/include/linux/cgroup.h:17, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/shmem_fs.h:6, from /kisskb/src/kernel/usermode_driver.c:5: /kisskb/src/kernel/usermode_driver.c: In function 'file_open_root_mnt': /kisskb/src/include/linux/fs.h:2741:38: note: byref variable will be forcibly initialized return file_open_root(&(struct path){.mnt = mnt, .dentry = mnt->mnt_root}, ^ /kisskb/src/kernel/usermode_driver.c: In function 'blob_to_mnt': /kisskb/src/kernel/usermode_driver.c:18:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/kernel/usermode_driver.c: In function 'umd_setup': /kisskb/src/kernel/usermode_driver.c:100:15: note: byref variable will be forcibly initialized struct file *to_umh[2]; ^~~~~~ /kisskb/src/kernel/usermode_driver.c:99:15: note: byref variable will be forcibly initialized struct file *from_umh[2]; ^~~~~~~~ /kisskb/src/kernel/usermode_driver.c: In function 'fork_usermode_driver': /kisskb/src/kernel/usermode_driver.c:172:14: note: byref variable will be forcibly initialized const char *argv[] = { info->driver_name, NULL }; ^~~~ /kisskb/src/kernel/kcmp.c: In function 'kcmp_epoll_target': /kisskb/src/kernel/kcmp.c:104:25: note: byref variable will be forcibly initialized struct kcmp_epoll_slot slot; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/kmod.c:4: /kisskb/src/kernel/kmod.c: In function '__request_module': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:940:11: note: in expansion of macro '__wait_event_killable_timeout' __ret = __wait_event_killable_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:155:9: note: in expansion of macro 'wait_event_killable_timeout' ret = wait_event_killable_timeout(kmod_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:127:7: note: byref variable will be forcibly initialized char module_name[MODULE_NAME_LEN]; ^~~~~~~~~~~ /kisskb/src/kernel/kmod.c:126:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/module_signing.c: In function 'mod_verify_sig': /kisskb/src/kernel/module_signing.c:22:26: note: byref variable will be forcibly initialized struct module_signature ms; ^~ In file included 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/misc/eeprom/at24.c:9: /kisskb/src/drivers/misc/eeprom/at24.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/misc/eeprom/at24.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/eeprom/at24.c: In function 'at24_probe': /kisskb/src/drivers/misc/eeprom/at24.c:600:5: note: byref variable will be forcibly initialized u8 test_byte; ^~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:596:18: note: byref variable will be forcibly initialized unsigned int i, num_addresses; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:592:34: note: byref variable will be forcibly initialized u32 byte_len, page_size, flags, addrw; ^~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:592:16: note: byref variable will be forcibly initialized u32 byte_len, page_size, flags, addrw; ^~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:592:6: note: byref variable will be forcibly initialized u32 byte_len, page_size, flags, addrw; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/llist.h:51, from /kisskb/src/include/linux/smp_types.h:5, from /kisskb/src/include/linux/irq_work.h:5, from /kisskb/src/kernel/smp.c:10: /kisskb/src/kernel/smp.c: In function 'csd_lock_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:177:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:440:2: note: in expansion of macro 'smp_cond_load_acquire' smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function 'csd_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:464:2: note: in expansion of macro 'smp_store_release' smp_store_release(&csd->node.u_flags, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function 'nrcpus': /kisskb/src/kernel/smp.c:1051:6: note: byref variable will be forcibly initialized int nr_cpus; ^~~~~~~ /kisskb/src/kernel/freezer.c: In function 'fake_signal_wake_up': /kisskb/src/kernel/freezer.c:96:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/clk/tegra/clk-periph-fixed.c: In function 'tegra_clk_register_periph_fixed': /kisskb/src/drivers/clk/tegra/clk-periph-fixed.c:80:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/net/caif/cfmuxl.c:10: /kisskb/src/net/caif/cfmuxl.c: In function 'get_dn': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/cfmuxl.c:145:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(muxl->dn_cache[idx], dn); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ppdev.c: In function 'register_device': /kisskb/src/drivers/char/ppdev.c:288:19: note: byref variable will be forcibly initialized struct pardev_cb ppdev_cb; ^~~~~~~~ /kisskb/src/net/caif/cfmuxl.c: In function 'get_up': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/cfmuxl.c:131:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(muxl->up_cache[idx], up); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/cfmuxl.c: In function 'cfmuxl_transmit': /kisskb/src/net/caif/cfmuxl.c:215:5: note: byref variable will be forcibly initialized u8 linkid; ^~~~~~ /kisskb/src/net/caif/cfmuxl.c: In function 'cfmuxl_receive': /kisskb/src/net/caif/cfmuxl.c:178:5: note: byref variable will be forcibly initialized u8 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/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/net/caif/cfmuxl.c:10: /kisskb/src/net/caif/cfmuxl.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ppdev.c: In function 'pp_do_ioctl': /kisskb/src/drivers/char/ppdev.c:503:7: note: byref variable will be forcibly initialized int uflags; ^~~~~~ /kisskb/src/drivers/char/ppdev.c:493:7: note: byref variable will be forcibly initialized int uflags; ^~~~~~ /kisskb/src/drivers/char/ppdev.c:479:16: note: byref variable will be forcibly initialized unsigned int modes; ^~~~~ /kisskb/src/drivers/char/ppdev.c:467:7: note: byref variable will be forcibly initialized int phase; ^~~~~ /kisskb/src/drivers/char/ppdev.c:452:7: note: byref variable will be forcibly initialized int phase; ^~~~~ /kisskb/src/drivers/char/ppdev.c:439:7: note: byref variable will be forcibly initialized int mode; ^~~~ /kisskb/src/drivers/char/ppdev.c:422:7: note: byref variable will be forcibly initialized int mode; ^~~~ /kisskb/src/drivers/char/ppdev.c:365:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/char/ppdev.c:364:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/char/ppdev.c:363:6: note: byref variable will be forcibly initialized s64 time64[2]; ^~~~~~ /kisskb/src/drivers/char/ppdev.c:362:6: note: byref variable will be forcibly initialized s32 time32[2]; ^~~~~~ /kisskb/src/drivers/char/ppdev.c:361:6: note: byref variable will be forcibly initialized int mode; ^~~~ /kisskb/src/drivers/char/ppdev.c:360:16: note: byref variable will be forcibly initialized unsigned char mask; ^~~~ /kisskb/src/drivers/char/ppdev.c:359:16: note: byref variable will be forcibly initialized unsigned char reg; ^~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_suffix': /kisskb/src/kernel/crash_core.c:167:8: note: byref variable will be forcibly initialized char *cur = cmdline; ^~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_mem': /kisskb/src/kernel/crash_core.c:44:24: note: byref variable will be forcibly initialized char *cur = cmdline, *tmp; ^~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_simple': /kisskb/src/kernel/crash_core.c:129:8: note: byref variable will be forcibly initialized char *cur = cmdline; ^~~ /kisskb/src/kernel/crash_core.c: In function 'vmcoreinfo_append_str': /kisskb/src/kernel/crash_core.c:355:7: note: byref variable will be forcibly initialized char buf[0x50]; ^~~ /kisskb/src/kernel/crash_core.c:354:10: note: byref variable will be forcibly initialized va_list args; ^~~~ 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:14: note: byref variable will be forcibly initialized dma_addr_t addr = phys_addr + i * 4; ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:6: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized dma_addr_t dmastart, dmaend; ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:13: note: byref variable will be forcibly initialized dma_addr_t dmastart, dmaend; ^~~~~~~~ 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:16: note: byref variable will be forcibly initialized unsigned long reg; ^~~ /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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'rb_link_node_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree.h:74:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*rb_link, node); ^~~~~~~~~~~~~~~~~~ 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:14: note: byref variable will be forcibly initialized dma_addr_t addr = phys_addr + i * 4; ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:6: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized dma_addr_t dmastart, dmaend; ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:13: note: byref variable will be forcibly initialized dma_addr_t dmastart, dmaend; ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x02.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x02.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:16: note: byref variable will be forcibly initialized unsigned long reg; ^~~ /kisskb/src/kernel/kallsyms.c: In function '__sprint_symbol': /kisskb/src/kernel/kallsyms.c:426:24: note: byref variable will be forcibly initialized unsigned long offset, size; ^~~~ /kisskb/src/kernel/kallsyms.c:426:16: note: byref variable will be forcibly initialized unsigned long offset, size; ^~~~~~ /kisskb/src/kernel/kallsyms.c:424:23: note: byref variable will be forcibly initialized const unsigned char *buildid; ^~~~~~~ /kisskb/src/kernel/kallsyms.c:423:8: note: byref variable will be forcibly initialized char *modname; ^~~~~~~ /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_lookup_name': /kisskb/src/kernel/kallsyms.c:191:7: note: byref variable will be forcibly initialized char namebuf[KSYM_NAME_LEN]; ^~~~~~~ /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_lookup_size_offset': /kisskb/src/kernel/kallsyms.c:297:7: note: byref variable will be forcibly initialized char namebuf[KSYM_NAME_LEN]; ^~~~~~~ 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.c:64: /kisskb/src/kernel/module.c: In function 'perf_trace_module_load': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'perf_trace_module_free': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'perf_trace_module_request': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 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.c:64: /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_load': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_free': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/module.h:134, from /kisskb/src/kernel/module.c:64: /kisskb/src/kernel/module.c: In function '__bpf_trace_module_load': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function '__bpf_trace_module_free': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function '__bpf_trace_module_request': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/kernel/module.c:9: /kisskb/src/kernel/module.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/kernel/module.c:13: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/module.c: In function 'find_symbol': In file included from /kisskb/src/net/ieee802154/nl-phy.c:16: /kisskb/src/net/ieee802154/nl-phy.c: In function 'nla_put_u8': /kisskb/src/kernel/module.c:537:20: note: byref variable will be forcibly initialized struct symsearch arr[] = { ^~~ /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/kernel/module.c: In function 'verify_exported_symbols': /kisskb/src/kernel/module.c:2252:27: note: byref variable will be forcibly initialized struct find_symbol_arg fsa = { ^~~ In file included from /kisskb/src/net/ieee802154/nl-phy.c:14: /kisskb/src/net/ieee802154/nl-phy.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllre_recalc_rate': /kisskb/src/net/ieee802154/nl-phy.c: In function 'ieee802154_dump_phy': /kisskb/src/net/ieee802154/nl-phy.c:145:23: note: byref variable will be forcibly initialized struct dump_phy_data data = { ^~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1589:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg; ^~~ /kisskb/src/kernel/module.c: In function 'get_next_modinfo': /kisskb/src/net/ieee802154/nl-phy.c: In function 'ieee802154_add_iface': /kisskb/src/net/ieee802154/nl-phy.c:227:19: note: byref variable will be forcibly initialized struct sockaddr addr; ^~~~ /kisskb/src/kernel/module.c:2554:16: note: byref variable will be forcibly initialized unsigned long size = infosec->sh_size; ^~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function '__iommu_dma_unmap': /kisskb/src/drivers/iommu/dma-iommu.c:497:28: note: byref variable will be forcibly initialized struct iommu_iotlb_gather iotlb_gather; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'add_unformed_module': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:3821:10: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(module_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllre_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1555:39: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg, old_cfg; ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1555:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg, old_cfg; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/kernel/module.c:9: /kisskb/src/kernel/module.c: In function 'resolve_symbol_wait': /kisskb/src/drivers/clk/tegra/clk-pll.c: In function '_program_pll': /kisskb/src/drivers/clk/tegra/clk-pll.c:755:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table old_cfg; ^~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:1459:2: note: in expansion of macro 'if' if (wait_event_interruptible_timeout(module_wq, ^~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:1459:6: note: in expansion of macro 'wait_event_interruptible_timeout' if (wait_event_interruptible_timeout(module_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:1457:7: note: byref variable will be forcibly initialized char owner[MODULE_NAME_LEN]; ^~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_mmap': /kisskb/src/drivers/iommu/dma-iommu.c:1252:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:805:39: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg, old_cfg; ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:805:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg, old_cfg; ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllxc_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1332:39: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg, old_cfg; ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1332:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg, old_cfg; ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_ramp_round_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1360:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg; ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllc_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1489:39: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg, old_cfg; ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1489:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg, old_cfg; ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_round_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:847:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg; ^~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc_remap': /kisskb/src/drivers/iommu/dma-iommu.c:739:18: note: byref variable will be forcibly initialized struct sg_table sgt; ^~~ /kisskb/src/kernel/module.c: In function 'module_sect_read': /kisskb/src/kernel/module.c:1501:7: note: byref variable will be forcibly initialized char bounce[MODULE_SECT_READ_SIZE + 1]; ^~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_recalc_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:880:35: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table sel; ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:867:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg; ^~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc': /kisskb/src/drivers/iommu/dma-iommu.c:1217:8: note: byref variable will be forcibly initialized void *cpu_addr; ^~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c:1216:15: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'mod_kobject_put': /kisskb/src/kernel/module.c:1807:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(c); ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_plle_enable': /kisskb/src/drivers/clk/tegra/clk-pll.c:958:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table sel; ^~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/acpi_iort.h:10, from /kisskb/src/drivers/iommu/dma-iommu.c:11: /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iova_reserve_iommu_regions': /kisskb/src/drivers/iommu/dma-iommu.c:272:12: note: byref variable will be forcibly initialized LIST_HEAD(resv_regions); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_plle_tegra114_enable': /kisskb/src/drivers/clk/tegra/clk-pll.c:1612:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table sel; ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_plle_tegra210_enable': /kisskb/src/drivers/clk/tegra/clk-pll.c:2451:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table sel; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'do_init_module': /kisskb/src/drivers/clk/tegra/clk-pll.c: In function '_tegra_clk_register_pll': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:3743:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mod->kallsyms, &mod->core_kallsyms); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1895:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/clk/tegra/clk-pll-out.c: In function 'tegra_clk_register_pll_out': /kisskb/src/drivers/clk/tegra/clk-pll-out.c:94:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ In file included from /kisskb/src/kernel/stop_machine.c:24: /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_work': /kisskb/src/kernel/stop_machine.c:96:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wakeq); ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_two_works': /kisskb/src/kernel/stop_machine.c:266:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wakeq); ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/kexec_file.c: In function 'kexec_walk_memblock': /kisskb/src/kernel/kexec_file.c:553:22: note: byref variable will be forcibly initialized phys_addr_t mstart, mend; ^~~~ /kisskb/src/kernel/kexec_file.c:553:14: note: byref variable will be forcibly initialized phys_addr_t mstart, mend; ^~~~~~ /kisskb/src/kernel/kexec_file.c:552:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'tegra_clk_register_pllc': /kisskb/src/drivers/clk/tegra/clk-pll.c:2206:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg; ^~~ /kisskb/src/kernel/stop_machine.c: In function '__stop_cpus': /kisskb/src/kernel/stop_machine.c:426:23: note: byref variable will be forcibly initialized struct cpu_stop_done done; ^~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'tegra_clk_register_pllss': /kisskb/src/drivers/clk/tegra/clk-pll.c:2336:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg; ^~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_one_cpu': /kisskb/src/kernel/stop_machine.c:141:23: note: byref variable will be forcibly initialized struct cpu_stop_done done; ^~~~ /kisskb/src/kernel/module.c: In function '__do_sys_finit_module': /kisskb/src/kernel/module.c:4167:8: note: byref variable will be forcibly initialized void *hdr = NULL; ^~~ /kisskb/src/kernel/kexec_file.c: In function '__do_sys_kexec_file_load': /kisskb/src/kernel/kexec_file.c:359:31: note: byref variable will be forcibly initialized struct kimage **dest_image, *image; ^~~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_two_cpus': /kisskb/src/kernel/stop_machine.c:337:30: note: byref variable will be forcibly initialized struct cpu_stop_work work1, work2; ^~~~~ /kisskb/src/kernel/stop_machine.c:337:23: note: byref variable will be forcibly initialized struct cpu_stop_work work1, work2; ^~~~~ /kisskb/src/kernel/stop_machine.c:336:23: note: byref variable will be forcibly initialized struct cpu_stop_done done; ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_machine_from_inactive_cpu': /kisskb/src/kernel/stop_machine.c:663:23: note: byref variable will be forcibly initialized struct cpu_stop_done done; ^~~~ /kisskb/src/kernel/module.c: In function 'print_modules': /kisskb/src/kernel/module.c:4742:7: note: byref variable will be forcibly initialized char buf[MODULE_FLAGS_BUF_SIZE]; ^~~ /kisskb/src/drivers/video/fbdev/tdfxfb.c: In function 'tdfxfb_set_par': /kisskb/src/drivers/video/fbdev/tdfxfb.c:552:6: note: byref variable will be forcibly initialized int fout, freq; ^~~~ /kisskb/src/drivers/video/fbdev/tdfxfb.c:551:21: note: byref variable will be forcibly initialized struct banshee_reg reg; ^~~ In file included from /kisskb/src/net/caif/cfctrl.c:14: /kisskb/src/net/caif/cfctrl.c: In function 'cfpkt_extr_head_u32': /kisskb/src/include/net/caif/cfpkt.h:55:9: note: byref variable will be forcibly initialized __le32 tmp; ^~~ /kisskb/src/net/caif/cfctrl.c: In function 'cfpkt_extr_head_u16': /kisskb/src/include/net/caif/cfpkt.h:46:9: note: byref variable will be forcibly initialized __le16 tmp; ^~~ /kisskb/src/net/caif/cfctrl.c: In function 'cfpkt_extr_head_u8': /kisskb/src/include/net/caif/cfpkt.h:37:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/net/caif/cfctrl.c: In function 'handle_loop': /kisskb/src/net/caif/cfctrl.c:590:23: note: byref variable will be forcibly initialized u8 linkid, linktype, tmp; ^~~ /kisskb/src/net/caif/cfctrl.c:590:13: note: byref variable will be forcibly initialized u8 linkid, linktype, tmp; ^~~~~~~~ /kisskb/src/net/caif/cfctrl.c:590:5: note: byref variable will be forcibly initialized u8 linkid, linktype, tmp; ^~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'kimage_alloc_normal_control_pages': /kisskb/src/kernel/kexec_core.c:367:19: note: byref variable will be forcibly initialized struct list_head extra_pages; ^~~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'kimage_crash_copy_vmcoreinfo': /kisskb/src/kernel/kexec_core.c:503:15: note: byref variable will be forcibly initialized struct page *vmcoreinfo_page; ^~~~~~~~~~~~~~~ /kisskb/src/net/caif/cfctrl.c: In function 'cfctrl_recv': /kisskb/src/net/caif/cfctrl.c:382:29: note: byref variable will be forcibly initialized struct cfctrl_link_param linkparam; ^~~~~~~~~ /kisskb/src/net/caif/cfctrl.c:359:29: note: byref variable will be forcibly initialized struct cfctrl_request_info rsp, *req; ^~~ /kisskb/src/net/caif/cfctrl.c:356:5: note: byref variable will be forcibly initialized u8 param[255]; ^~~~~ /kisskb/src/kernel/kexec_core.c: In function '__crash_kexec': /kisskb/src/kernel/kexec_core.c:957:19: note: byref variable will be forcibly initialized struct pt_regs fixed_regs; ^~~~~~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/fec.c:3: /kisskb/src/net/ethtool/fec.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/ethtool/fec.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/caif/cfctrl.c: In function 'cfctrl_create': /kisskb/src/net/caif/cfctrl.c:37:18: note: byref variable will be forcibly initialized struct dev_info dev_info; ^~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'crash_save_cpu': /kisskb/src/kernel/kexec_core.c:1063:22: note: byref variable will be forcibly initialized struct elf_prstatus prstatus; ^~~~~~~~ /kisskb/src/net/caif/cfctrl.c: In function 'cfctrl_linkup_request': /kisskb/src/net/caif/cfctrl.c:209:7: note: byref variable will be forcibly initialized char utility_name[16]; ^~~~~~~~~~~~ /kisskb/src/net/caif/cfctrl.c:206:5: note: byref variable will be forcibly initialized u8 tmp8; ^~~~ /kisskb/src/net/caif/cfctrl.c:205:6: note: byref variable will be forcibly initialized u16 tmp16; ^~~~~ /kisskb/src/net/caif/cfctrl.c:204:6: note: byref variable will be forcibly initialized u32 tmp32; ^~~~~ /kisskb/src/net/ethtool/fec.c: In function 'fec_prepare_data': /kisskb/src/net/ethtool/fec.c:113:28: note: byref variable will be forcibly initialized struct ethtool_fec_stats stats; ^~~~~ /kisskb/src/net/ethtool/fec.c: In function 'ethnl_set_fec': /kisskb/src/net/ethtool/fec.c:249:5: note: byref variable will be forcibly initialized u8 fec_auto; ^~~~~~~~ /kisskb/src/net/ethtool/fec.c:248:7: note: byref variable will be forcibly initialized bool mod = false; ^~~ /kisskb/src/kernel/compat.c: In function '__do_compat_sys_sigprocmask': /kisskb/src/kernel/compat.c:45:11: note: byref variable will be forcibly initialized sigset_t new_blocked; ^~~~~~~~~~~ /kisskb/src/kernel/compat.c: In function 'put_compat_rusage': /kisskb/src/kernel/compat.c:85:23: note: byref variable will be forcibly initialized struct compat_rusage r32; ^~~ /kisskb/src/kernel/compat.c: In function '__do_compat_sys_sched_setaffinity': /kisskb/src/kernel/compat.c:128:16: note: byref variable will be forcibly initialized cpumask_var_t new_mask; ^~~~~~~~ /kisskb/src/kernel/compat.c: In function '__do_compat_sys_sched_getaffinity': /kisskb/src/kernel/compat.c:148:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ 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:14: note: byref variable will be forcibly initialized dma_addr_t addr = phys_addr + i * 4; ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:6: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized dma_addr_t dmastart, dmaend; ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:13: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized unsigned long reg; ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/hci_sock.c:32: /kisskb/src/net/bluetooth/hci_sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_cmsg': /kisskb/src/net/bluetooth/hci_sock.c:1430:31: note: byref variable will be forcibly initialized struct __kernel_old_timeval tv; ^~ /kisskb/src/net/bluetooth/hci_sock.c:1428:24: note: byref variable will be forcibly initialized struct old_timeval32 ctv; ^~~ /kisskb/src/net/bluetooth/hci_sock.c:1421:7: note: byref variable will be forcibly initialized int incoming = bt_cb(skb)->incoming; ^~~~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_recvmsg': /kisskb/src/net/bluetooth/hci_sock.c:1458:14: note: byref variable will be forcibly initialized int copied, err; ^~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_setsockopt': /kisskb/src/net/bluetooth/hci_sock.c:1865:15: note: byref variable will be forcibly initialized int err = 0, opt = 0; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/kprobes.h:21, from /kisskb/src/kernel/kprobes.c:21: /kisskb/src/kernel/kprobes.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_getsockopt': /kisskb/src/net/bluetooth/hci_sock.c:1949:21: note: byref variable will be forcibly initialized struct hci_ufilter uf; ^~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_reject_list_add': /kisskb/src/net/bluetooth/hci_sock.c:902:11: note: byref variable will be forcibly initialized bdaddr_t bdaddr; ^~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_reject_list_del': /kisskb/src/net/bluetooth/hci_sock.c:919:11: note: byref variable will be forcibly initialized bdaddr_t bdaddr; ^~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'send_monitor_note': /kisskb/src/net/bluetooth/hci_sock.c:630:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'create_monitor_ctrl_open': /kisskb/src/net/bluetooth/hci_sock.c:506:5: note: byref variable will be forcibly initialized u8 ver[3]; ^~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_logging_frame': /kisskb/src/net/bluetooth/hci_sock.c:1640:6: note: byref variable will be forcibly initialized int err; ^~~ 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/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/ntfs/compress.c:11: /kisskb/src/fs/ntfs/compress.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_sendmsg': /kisskb/src/net/bluetooth/hci_sock.c:1725:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/kernel/kprobes.c: In function 'hlist_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:531:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kprobes.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_bind': /kisskb/src/net/bluetooth/hci_sock.c:1091:22: note: byref variable will be forcibly initialized struct sockaddr_hci haddr; ^~~~~ In file included from /kisskb/src/include/linux/kprobes.h:31, from /kisskb/src/kernel/kprobes.c:21: /kisskb/src/kernel/kprobes.c: In function '__freelist_add': /kisskb/src/include/linux/freelist.h:46:24: note: byref variable will be forcibly initialized struct freelist_node *head = READ_ONCE(list->head); ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/kprobes.h:21, from /kisskb/src/kernel/kprobes.c:21: /kisskb/src/kernel/kprobes.c: In function 'freelist_try_get': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/freelist.h:89:11: note: in expansion of macro 'smp_load_acquire' head = smp_load_acquire(&list->head); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/freelist.h:81:45: note: in expansion of macro 'smp_load_acquire' struct freelist_node *prev, *next, *head = smp_load_acquire(&list->head); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kprobes.h:31, from /kisskb/src/kernel/kprobes.c:21: /kisskb/src/include/linux/freelist.h:81:38: note: byref variable will be forcibly initialized struct freelist_node *prev, *next, *head = smp_load_acquire(&list->head); ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/kprobes.h:21, from /kisskb/src/kernel/kprobes.c:21: /kisskb/src/kernel/kprobes.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/compress.c: In function 'ntfs_read_compressed_block': /kisskb/src/fs/ntfs/compress.c:504:16: note: byref variable will be forcibly initialized unsigned char xpage_done = 0; ^~~~~~~~~~ /kisskb/src/fs/ntfs/compress.c:499:42: note: byref variable will be forcibly initialized unsigned int xpage, max_page, cur_page, cur_ofs, i; ^~~~~~~ /kisskb/src/fs/ntfs/compress.c:499:32: note: byref variable will be forcibly initialized unsigned int xpage, max_page, cur_page, cur_ofs, i; ^~~~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_dev_event': /kisskb/src/net/bluetooth/hci_sock.c:762:27: note: byref variable will be forcibly initialized struct hci_ev_si_device ev; ^~ /kisskb/src/kernel/kprobes.c: In function 'debugfs_kprobe_init': /kisskb/src/kernel/kprobes.c:2812:15: note: byref variable will be forcibly initialized unsigned int value = 1; ^~~~~ /kisskb/src/kernel/kprobes.c: In function 'write_enabled_file_bool': /kisskb/src/kernel/kprobes.c:2773:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/kernel/kprobes.c: In function 'read_enabled_file_bool': /kisskb/src/kernel/kprobes.c:2759:7: note: byref variable will be forcibly initialized char buf[3]; ^~~ /kisskb/src/kernel/kprobes.c: In function 'show_kprobe_addr': /kisskb/src/kernel/kprobes.c:2590:17: note: byref variable will be forcibly initialized char *modname, namebuf[KSYM_NAME_LEN]; ^~~~~~~ /kisskb/src/kernel/kprobes.c:2590:8: note: byref variable will be forcibly initialized char *modname, namebuf[KSYM_NAME_LEN]; ^~~~~~~ /kisskb/src/kernel/kprobes.c:2589:16: note: byref variable will be forcibly initialized unsigned long offset = 0; ^~~~~~ /kisskb/src/kernel/kprobes.c: In function 'within_kprobe_blacklist': /kisskb/src/kernel/kprobes.c:1445:7: note: byref variable will be forcibly initialized char symname[KSYM_NAME_LEN], *p; ^~~~~~~ /kisskb/src/kernel/kprobes.c: In function 'register_kprobe': /kisskb/src/kernel/kprobes.c:1605:17: note: byref variable will be forcibly initialized struct module *probed_mod; ^~~~~~~~~~ /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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/kernel/kprobes.c: In function 'kprobe_add_ksym_blacklist': /kisskb/src/kernel/kprobes.c:2226:28: note: byref variable will be forcibly initialized unsigned long offset = 0, size = 0; ^~~~ /kisskb/src/kernel/kprobes.c:2226:16: note: byref variable will be forcibly initialized unsigned long offset = 0, size = 0; ^~~~~~ /kisskb/src/drivers/video/fbdev/vt8623fb.c: In function 'vt8623_set_pixclock': /kisskb/src/drivers/video/fbdev/vt8623fb.c:253:12: note: byref variable will be forcibly initialized u16 m, n, r; ^ /kisskb/src/drivers/video/fbdev/vt8623fb.c:253:9: note: byref variable will be forcibly initialized u16 m, n, r; ^ /kisskb/src/drivers/video/fbdev/vt8623fb.c:253:6: note: byref variable will be forcibly initialized u16 m, n, r; ^ 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:6: note: byref variable will be forcibly initialized u16 flags; ^~~~~ /kisskb/src/drivers/video/fbdev/vt8623fb.c: In function 'vt8623_pci_probe': /kisskb/src/drivers/video/fbdev/vt8623fb.c:658:18: note: byref variable will be forcibly initialized struct resource vga_res; ^~~~~~~ /kisskb/src/drivers/video/fbdev/vt8623fb.c:657:24: note: byref variable will be forcibly initialized struct pci_bus_region bus_reg; ^~~~~~~ In file included from /kisskb/src/kernel/relay.c:17: /kisskb/src/kernel/relay.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/relay.c: In function 'subbuf_splice_actor': /kisskb/src/kernel/relay.c:1128:26: note: byref variable will be forcibly initialized struct splice_pipe_desc spd = { ^~~ /kisskb/src/kernel/relay.c:1127:22: note: byref variable will be forcibly initialized struct partial_page partial[PIPE_DEF_BUFFERS]; ^~~~~~~ /kisskb/src/kernel/relay.c:1126:15: note: byref variable will be forcibly initialized struct page *pages[PIPE_DEF_BUFFERS]; ^~~~~ /kisskb/src/kernel/relay.c: In function 'relay_file_splice_read': /kisskb/src/kernel/relay.c:1210:6: note: byref variable will be forcibly initialized int nonpad_ret = 0; ^~~~~~~~~~ /kisskb/src/kernel/relay.c: In function 'relay_late_setup_files': /kisskb/src/kernel/relay.c:579:37: note: byref variable will be forcibly initialized struct rchan_percpu_buf_dispatcher disp; ^~~~ /kisskb/src/drivers/clk/tegra/clk-super.c: In function 'tegra_clk_register_super_mux': /kisskb/src/drivers/clk/tegra/clk-super.c:207:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/clk/tegra/clk-super.c: In function 'tegra_clk_register_super_clk': /kisskb/src/drivers/clk/tegra/clk-super.c:243:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/kernel/tracepoint.c:11: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_add_func': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:373:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:360:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:327:32: note: byref variable will be forcibly initialized struct tracepoint_func *old, *tp_funcs; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_remove_func': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:446:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:429:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:421:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:399:32: note: byref variable will be forcibly initialized struct tracepoint_func *old, *tp_funcs; ^~~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio_may_exist': /kisskb/src/kernel/tracepoint.c:475:25: note: byref variable will be forcibly initialized struct tracepoint_func tp_func; ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio': /kisskb/src/kernel/tracepoint.c:504:25: note: byref variable will be forcibly initialized struct tracepoint_func tp_func; ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_unregister': /kisskb/src/kernel/tracepoint.c:545:25: note: byref variable will be forcibly initialized struct tracepoint_func tp_func; ^~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/ntfs3/bitmap.c:13: /kisskb/src/fs/ntfs3/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_map': /kisskb/src/fs/ntfs3/bitmap.c:690:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/bitmap.c:690:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_extend': /kisskb/src/fs/ntfs3/bitmap.c:1354:17: note: byref variable will be forcibly initialized u64 vbo, lbo, bytes; ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c:1354:12: note: byref variable will be forcibly initialized u64 vbo, lbo, bytes; ^~~ /kisskb/src/fs/ntfs3/dir.c: In function '_utf8s_to_utf16s': /kisskb/src/fs/ntfs3/dir.c:125:12: note: byref variable will be forcibly initialized unicode_t u; ^ /kisskb/src/fs/ntfs3/dir.c: In function 'ntfs_dir_count': /kisskb/src/fs/ntfs3/dir.c:503:20: note: byref variable will be forcibly initialized struct indx_node *node = NULL; ^~~~ /kisskb/src/fs/ntfs3/dir.c:501:28: note: byref variable will be forcibly initialized size_t drs = 0, fles = 0, bit = 0; ^~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_rescan': /kisskb/src/fs/ntfs3/bitmap.c:517:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/bitmap.c:517:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/dir.c: In function 'ntfs_utf16_to_nls': /kisskb/src/fs/ntfs3/dir.c:47:8: note: byref variable will be forcibly initialized char dump[5]; ^~~~ /kisskb/src/fs/ntfs3/dir.c: In function 'ntfs_readdir': /kisskb/src/fs/ntfs3/dir.c:385:20: note: byref variable will be forcibly initialized struct indx_node *node = NULL; ^~~~ /kisskb/src/fs/ntfs3/dir.c:375:9: note: byref variable will be forcibly initialized size_t bit; ^~~ /kisskb/src/fs/ntfs3/dir.c: In function 'dir_search_u': /kisskb/src/fs/ntfs3/dir.c:247:6: note: byref variable will be forcibly initialized int diff; ^~~~ /kisskb/src/fs/ntfs3/dir.c:246:18: note: byref variable will be forcibly initialized struct NTFS_DE *e; ^ /kisskb/src/fs/ntfs3/dir.c: In function 'dir_is_empty': /kisskb/src/fs/ntfs3/dir.c:584:7: note: byref variable will be forcibly initialized bool is_empty = false; ^~~~~~~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_find': /kisskb/src/fs/ntfs3/bitmap.c:967:13: note: byref variable will be forcibly initialized size_t iw, prev_tail, nwnd, wbit, ebit, zbit, zend; ^~~~~~~~~ /kisskb/src/fs/ntfs3/bitmap.c:966:32: note: byref variable will be forcibly initialized size_t fnd, max_alloc, b_len, b_pos; ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c:966:25: note: byref variable will be forcibly initialized size_t fnd, max_alloc, b_len, b_pos; ^~~~~ In file included from /kisskb/src/kernel/padata.c:22: /kisskb/src/kernel/padata.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/padata.c:14: /kisskb/src/kernel/padata.c: In function 'padata_serial_worker': /kisskb/src/kernel/padata.c:347:12: note: byref variable will be forcibly initialized LIST_HEAD(local_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/padata.c:14: /kisskb/src/kernel/padata.c: In function 'padata_replace_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/padata.c:636:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ps->pd, pd_new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/padata.c:14: /kisskb/src/kernel/padata.c: In function 'padata_do_multithreaded': /kisskb/src/kernel/padata.c:474:12: note: byref variable will be forcibly initialized LIST_HEAD(works); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/padata.c:473:29: note: byref variable will be forcibly initialized struct padata_mt_job_state ps; ^~ /kisskb/src/kernel/padata.c:472:21: note: byref variable will be forcibly initialized struct padata_work my_work, *pw; ^~~~~~~ /kisskb/src/kernel/padata.c: In function 'store_cpumask': /kisskb/src/kernel/padata.c:877:16: note: byref variable will be forcibly initialized cpumask_var_t new_cpumask; ^~~~~~~~~~~ In file included from /kisskb/src/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:14: note: byref variable will be forcibly initialized dma_addr_t addr = phys_addr + i * 4; ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:6: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized dma_addr_t dmastart, dmaend; ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:13: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized unsigned long reg; ^~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:240, from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'host1x_debug_show_channel_fifo': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:72:6: note: byref variable will be forcibly initialized u32 payload = INVALID_PAYLOAD; ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:14: note: byref variable will be forcibly initialized dma_addr_t addr = phys_addr + i * 4; ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:6: note: byref variable will be forcibly initialized u32 payload = INVALID_PAYLOAD; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/memory.h:19, from /kisskb/src/kernel/jump_label.c:9: /kisskb/src/kernel/jump_label.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/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:27: note: byref variable will be forcibly initialized dma_addr_t dmastart = 0, dmaend = 0; ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:13: note: byref variable will be forcibly initialized dma_addr_t dmastart = 0, dmaend = 0; ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:16: note: byref variable will be forcibly initialized unsigned long reg; ^~~ /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c: In function 'eeprom_93cx6_multiread': /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c:218:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c: In function 'eeprom_93cx6_readb': /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c:241:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /kisskb/src/drivers/video/fbdev/arkfb.c: In function 'dac_write_reg': /kisskb/src/drivers/video/fbdev/arkfb.c:335:5: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u16 flags; ^~~~~ /kisskb/src/drivers/video/fbdev/arkfb.c: In function 'ark_pci_probe': /kisskb/src/drivers/video/fbdev/arkfb.c:943:18: note: byref variable will be forcibly initialized struct resource vga_res; ^~~~~~~ /kisskb/src/drivers/video/fbdev/arkfb.c:942:24: note: byref variable will be forcibly initialized struct pci_bus_region bus_reg; ^~~~~~~ /kisskb/src/drivers/iommu/ioasid.c: In function 'default_alloc': /kisskb/src/drivers/iommu/ioasid.c:80:11: note: byref variable will be forcibly initialized ioasid_t id; ^~ In file included from /kisskb/src/include/linux/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:1311:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/runtime.c:1311:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/arkfb.c: In function 'ics5342_set_freq': /kisskb/src/drivers/video/fbdev/arkfb.c:420:6: note: byref variable will be forcibly initialized u8 code[6] = {4, 3, 5, m-2, 5, (n-2) | (r << 5)}; ^~~~ /kisskb/src/drivers/video/fbdev/arkfb.c:410:12: note: byref variable will be forcibly initialized u16 m, n, r; ^ /kisskb/src/drivers/video/fbdev/arkfb.c:410:9: note: byref variable will be forcibly initialized u16 m, n, r; ^ /kisskb/src/drivers/video/fbdev/arkfb.c:410:6: note: byref variable will be forcibly initialized u16 m, n, r; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/iommu/ioasid.c:8: /kisskb/src/drivers/iommu/ioasid.c: In function 'ioasid_register_allocator': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c:162:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(active_allocator, ia_data); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c: In function 'ioasid_unregister_allocator': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c:235:5: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(active_allocator, ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c:233:5: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(active_allocator, &default_allocator); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c: In function 'ioasid_set_data': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c:277:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ioasid_data->private, data); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c: In function 'ioasid_alloc': /kisskb/src/drivers/iommu/ioasid.c:310:11: note: byref variable will be forcibly initialized ioasid_t id; ^~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_resume': /kisskb/src/drivers/base/power/runtime.c:770:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/runtime.c:770:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_suspend': /kisskb/src/drivers/base/power/runtime.c:592:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/runtime.c:592:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/net/caif/cffrml.c: In function 'cffrml_transmit': /kisskb/src/net/caif/cffrml.c:141:9: note: byref variable will be forcibly initialized __le16 data; ^~~~ /kisskb/src/net/caif/cffrml.c: In function 'cffrml_receive': /kisskb/src/net/caif/cffrml.c:84:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ 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:14: note: byref variable will be forcibly initialized dma_addr_t addr = phys_addr + i * 4; ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:6: note: byref variable will be forcibly initialized 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:27: note: byref variable will be forcibly initialized dma_addr_t dmastart = 0, dmaend = 0; ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:13: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized unsigned long reg; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/context_tracking.h:59, from /kisskb/src/kernel/context_tracking.c:26: /kisskb/src/kernel/context_tracking.c: In function 'perf_trace_context_tracking_user': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(context_tracking_user, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(context_tracking_user, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/context_tracking.h:59, from /kisskb/src/kernel/context_tracking.c:26: /kisskb/src/kernel/context_tracking.c: In function 'trace_event_raw_event_context_tracking_user': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(context_tracking_user, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/context_tracking.h:59, from /kisskb/src/kernel/context_tracking.c:26: /kisskb/src/kernel/context_tracking.c: In function '__bpf_trace_context_tracking_user': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(context_tracking_user, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(context_tracking_user, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/debug.c: In function '__ntfs_warning': /kisskb/src/fs/ntfs/debug.c:33:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ntfs/debug.c: In function '__ntfs_error': /kisskb/src/fs/ntfs/debug.c:76:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/torture.c: In function 'torture_hrtimeout_ns': /kisskb/src/kernel/torture.c:88:10: note: byref variable will be forcibly initialized ktime_t hto = baset_ns; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/torture.c:14: /kisskb/src/kernel/torture.c: In function 'stutter_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/torture.c:728:2: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c: In function 'clcdfb_of_get_dpi_panel_mode': /kisskb/src/drivers/video/fbdev/amba-clcd.c:548:19: note: byref variable will be forcibly initialized struct videomode video; ^~~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c:547:24: note: byref variable will be forcibly initialized struct display_timing timing; ^~~~~~ /kisskb/src/kernel/torture.c: In function 'torture_kthread_stopping': /kisskb/src/kernel/torture.c:912:7: note: byref variable will be forcibly initialized char buf[128]; ^~~ In file included from /kisskb/src/kernel/torture.c:39: /kisskb/src/kernel/torture.c: In function 'torture_onoff': /kisskb/src/kernel/torture.c:339:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c: In function 'clcdfb_of_init_display': /kisskb/src/drivers/video/fbdev/amba-clcd.c:687:6: note: byref variable will be forcibly initialized u32 tft_r0b0g0[3]; ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c:686:6: note: byref variable will be forcibly initialized u32 max_bandwidth; ^~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c: In function 'clcdfb_of_dma_setup': /kisskb/src/drivers/video/fbdev/amba-clcd.c:797:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c: In function 'clcdfb_of_vram_setup': /kisskb/src/drivers/video/fbdev/amba-clcd.c:750:6: note: byref variable will be forcibly initialized u64 size; ^~~~ /kisskb/src/kernel/torture.c: In function 'torture_stutter': /kisskb/src/kernel/torture.c:758:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c: In function 'clcdfb_set_par': /kisskb/src/drivers/video/fbdev/amba-clcd.c:282:19: note: byref variable will be forcibly initialized struct clcd_regs regs; ^~~~ /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:16: note: byref variable will be forcibly initialized unsigned long pllp_rate; ^~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra-super-cclk.c: In function 'tegra_clk_register_super_cclk': /kisskb/src/drivers/clk/tegra/clk-tegra-super-cclk.c:130:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ In file included 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/stackleak.h:5, from /kisskb/src/kernel/stackleak.c:13: /kisskb/src/kernel/stackleak.c: In function 'stackleak_erase': /kisskb/src/arch/arm64/include/asm/processor.h:340:20: note: byref variable will be forcibly initialized struct stack_info _info; \ ^~~~~ /kisskb/src/kernel/stackleak.c:103:26: note: in expansion of macro 'current_top_of_stack' current->lowest_stack = current_top_of_stack() - THREAD_SIZE/64; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/processor.h:340:20: note: byref variable will be forcibly initialized struct stack_info _info; \ ^~~~~ /kisskb/src/kernel/stackleak.c:95:14: note: in expansion of macro 'current_top_of_stack' boundary = current_top_of_stack(); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/stackleak.c: In function 'stack_erasing_sysctl': /kisskb/src/kernel/stackleak.c:26:6: note: byref variable will be forcibly initialized int state = !static_branch_unlikely(&stack_erasing_bypass); ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/video/fbdev/goldfishfb.c:7: /kisskb/src/drivers/video/fbdev/goldfishfb.c: In function 'goldfish_fb_pan_display': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/goldfishfb.c:141:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(fb->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/goldfishfb.c: In function 'goldfish_fb_probe': /kisskb/src/drivers/video/fbdev/goldfishfb.c:183:13: note: byref variable will be forcibly initialized dma_addr_t fbpaddr; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/watch_queue.c:11: /kisskb/src/kernel/watch_queue.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/kernel/watch_queue.c:14: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/kernel/watch_queue.c:14: /kisskb/src/kernel/watch_queue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/watch_queue.c:11: /kisskb/src/kernel/watch_queue.c: In function 'watch_queue_set_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:353:12: note: in expansion of macro 'rcu_replace_pointer' wfilter = rcu_replace_pointer(wqueue->filter, wfilter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:290:35: note: byref variable will be forcibly initialized struct watch_notification_filter filter; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/watch_queue.c:11: /kisskb/src/kernel/watch_queue.c: In function 'init_watch': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:427:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(watch->queue, wqueue); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c: In function 'add_watch_to_object': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:454:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(watch->watch_list, wlist); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c: In function 'remove_watch_from_object': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:507:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(watch->watch_list, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:487:36: note: byref variable will be forcibly initialized struct watch_notification_removal n; ^ /kisskb/src/net/caif/cfveil.c: In function 'cfvei_transmit': /kisskb/src/net/caif/cfveil.c:79:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/net/caif/cfveil.c:77:5: note: byref variable will be forcibly initialized u8 tmp = 0; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/watch_queue.c:11: /kisskb/src/kernel/watch_queue.c: In function 'watch_queue_clear': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:592:5: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(watch->watch_list, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/cfveil.c: In function 'cfvei_receive': /kisskb/src/net/caif/cfveil.c:41:5: note: byref variable will be forcibly initialized u8 cmd; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/ieee802154/core.c:6: /kisskb/src/net/ieee802154/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/core.c: In function 'wpan_phy_for_each': /kisskb/src/net/ieee802154/core.c:57:28: note: byref variable will be forcibly initialized struct wpan_phy_iter_data wpid = { ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/ieee802154/core.c:6: /kisskb/src/net/ieee802154/core.c: In function 'wpan_phy_unregister': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/net/ieee802154/core.c:165:2: note: in expansion of macro 'wait_event' wait_event(rdev->dev_wait, ({ ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/ntfs3/fsntfs.c:8: /kisskb/src/fs/ntfs3/fsntfs.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/ntfs3/fsntfs.c:8: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_extend_init': /kisskb/src/fs/ntfs3/fsntfs.c:189:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_refresh_zone': /kisskb/src/fs/ntfs3/fsntfs.c:787:9: note: byref variable will be forcibly initialized size_t lcn_s, zlen; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:786:39: note: byref variable will be forcibly initialized CLST zone_limit, zone_max, lcn, vcn, len; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:786:29: note: byref variable will be forcibly initialized CLST zone_limit, zone_max, lcn, vcn, len; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_look_for_free_space': /kisskb/src/fs/ntfs3/fsntfs.c:363:9: note: byref variable will be forcibly initialized size_t alcn, zlen, zeroes, zlcn, zlen2, ztrim, new_zlen; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_set_state': /kisskb/src/fs/ntfs3/fsntfs.c:903:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_pci_iommu_init': /kisskb/src/drivers/iommu/of_iommu.c:98:6: note: byref variable will be forcibly initialized u32 input_id = alias; ^~~~~~~~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_iommu_configure_dev': /kisskb/src/drivers/iommu/of_iommu.c:74:25: note: byref variable will be forcibly initialized struct of_phandle_args iommu_spec; ^~~~~~~~~~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_iommu_configure': /kisskb/src/drivers/iommu/of_iommu.c:135:34: note: byref variable will be forcibly initialized struct of_pci_iommu_alias_info info = { ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_sb_write_run': /kisskb/src/fs/ntfs3/fsntfs.c:1090:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1088:18: note: byref variable will be forcibly initialized CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1088:12: note: byref variable will be forcibly initialized CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1088:7: note: byref variable will be forcibly initialized CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bread_run': /kisskb/src/fs/ntfs3/fsntfs.c:1135:7: note: byref variable will be forcibly initialized CLST lcn; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_read_run_nb': /kisskb/src/fs/ntfs3/fsntfs.c:1158:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1156:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1156:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1155:17: note: byref variable will be forcibly initialized CLST vcn_next, vcn = vbo >> cluster_bits; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_get_bh': /kisskb/src/fs/ntfs3/fsntfs.c:1287:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1285:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1285:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1282:17: note: byref variable will be forcibly initialized CLST vcn_next, vcn = vbo >> cluster_bits; ^~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_enable_pllu': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:2895:23: note: byref variable will be forcibly initialized struct tegra_clk_pll pllu; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_clear_mft_tail': /kisskb/src/fs/ntfs3/fsntfs.c:759:23: note: byref variable will be forcibly initialized struct ntfs_buffers nb; ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_extend_mft': /kisskb/src/fs/ntfs3/fsntfs.c:478:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:477:21: note: byref variable will be forcibly initialized 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:536:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:534:31: note: byref variable will be forcibly initialized size_t zbit, zlen, from, to, fr; ^~ /kisskb/src/fs/ntfs3/fsntfs.c:534:9: note: byref variable will be forcibly initialized size_t zbit, zlen, from, to, fr; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bio_pages': /kisskb/src/fs/ntfs3/fsntfs.c:1477:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1476:9: note: byref variable will be forcibly initialized size_t run_idx; ^~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1473:18: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1473:12: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1473:7: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_pllx_set_defaults': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1177:14: note: byref variable will be forcibly initialized u32 step_a, step_b; ^~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bio_fill_1': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1177:6: note: byref variable will be forcibly initialized u32 step_a, step_b; ^~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1580:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1577:9: note: byref variable will be forcibly initialized size_t run_idx; ^~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1575:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1575:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_pll_fixed_mdiv_cfg': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1486:6: note: byref variable will be forcibly initialized u32 pdiv; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_loadlog_and_replay': /kisskb/src/fs/ntfs3/fsntfs.c:256:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:255:7: note: byref variable will be forcibly initialized bool initialized = false; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_vbo_to_lbo': /kisskb/src/fs/ntfs3/fsntfs.c:1649:12: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1649:7: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_security_init': /kisskb/src/fs/ntfs3/fsntfs.c:1848:18: note: byref variable will be forcibly initialized struct NTFS_DE *ne; ^~ /kisskb/src/fs/ntfs3/fsntfs.c:1847:9: note: byref variable will be forcibly initialized size_t off; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1845:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/ntfs3/fsntfs.c:1843:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_ee_match_id': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1066:7: note: byref variable will be forcibly initialized char devname[I2C_NAME_SIZE]; ^~~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1065:14: note: byref variable will be forcibly initialized 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:1093:6: note: byref variable will be forcibly initialized u32 eeprom_addr; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_get_security_by_id': /kisskb/src/fs/ntfs3/fsntfs.c:1964:22: note: byref variable will be forcibly initialized struct SECURITY_HDR d_security; ^~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1962:22: note: byref variable will be forcibly initialized struct NTFS_DE_SII *sii_e; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1958:6: note: byref variable will be forcibly initialized int diff; ^~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_smb_write_i2c_block': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:479:12: note: byref variable will be forcibly initialized u8 ccode, buf[I2C_SMBUS_BLOCK_MAX + 1]; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_insert_security': /kisskb/src/fs/ntfs3/fsntfs.c:2071:16: note: byref variable will be forcibly initialized u64 mirr_off, new_sds_size; ^~~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2067:22: note: byref variable will be forcibly initialized struct SECURITY_KEY hash_key; ^~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2063:21: note: byref variable will be forcibly initialized struct NTFS_DE_SII sii_e; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2062:21: note: byref variable will be forcibly initialized struct NTFS_DE_SDH sdh_e; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2061:22: note: byref variable will be forcibly initialized struct NTFS_DE_SDH *e; ^ /kisskb/src/fs/ntfs3/fsntfs.c:2057:11: note: byref variable will be forcibly initialized int err, diff; ^~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_smb_read_i2c_block': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:509:12: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized struct idt_smb_seq smbseq; ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:787:21: note: byref variable will be forcibly initialized struct idt_csr_seq csrseq; ^~~~~~ /kisskb/src/drivers/iommu/ipmmu-vmsa.c: In function 'ipmmu_find_root': /kisskb/src/drivers/iommu/ipmmu-vmsa.c:168:28: note: byref variable will be forcibly initialized struct ipmmu_vmsa_device *root = NULL; ^~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_check_dev': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1255:6: note: byref variable will be forcibly initialized u32 viddid; ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_csr_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:723:21: note: byref variable will be forcibly initialized struct idt_smb_seq smbseq; ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:722:21: note: byref variable will be forcibly initialized struct idt_csr_seq csrseq; ^~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_reparse_init': /kisskb/src/fs/ntfs3/fsntfs.c:2263:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_objid_init': /kisskb/src/fs/ntfs3/fsntfs.c:2301:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_eeprom_read_byte': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:549:21: note: byref variable will be forcibly initialized struct idt_smb_seq smbseq; ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:548:24: note: byref variable will be forcibly initialized struct idt_eeprom_seq eeseq; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_insert_reparse': /kisskb/src/fs/ntfs3/fsntfs.c:2355:19: note: byref variable will be forcibly initialized struct NTFS_DE_R re; ^~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_eeprom_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:621:21: note: byref variable will be forcibly initialized struct idt_smb_seq smbseq; ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:620:24: note: byref variable will be forcibly initialized struct idt_eeprom_seq eeseq; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_remove_reparse': /kisskb/src/fs/ntfs3/fsntfs.c:2387:20: note: byref variable will be forcibly initialized struct NTFS_DE_R *re; ^~ /kisskb/src/fs/ntfs3/fsntfs.c:2386:21: note: byref variable will be forcibly initialized struct REPARSE_KEY rkey; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2382:11: note: byref variable will be forcibly initialized int err, diff; ^~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_create_dbgfs_files': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1341:7: note: byref variable will be forcibly initialized char fname[CSRNAME_LEN]; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'run_deallocate': /kisskb/src/fs/ntfs3/fsntfs.c:2498:12: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:2498:7: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_dbgfs_csr_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:909:15: note: byref variable will be forcibly initialized u32 csraddr, csrval; ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:909:6: note: byref variable will be forcibly initialized u32 csraddr, csrval; ^~~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_dbgfs_csr_read': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1002:7: note: byref variable will be forcibly initialized char buf[CSRBUF_SIZE]; ^~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1001:15: note: byref variable will be forcibly initialized u32 csraddr, csrval; ^~~~~~ /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:24: note: byref variable will be forcibly initialized struct rail_alignment align; ^~~~~ /kisskb/src/net/caif/cfdbgl.c: In function 'cfdbgl_transmit': /kisskb/src/net/caif/cfdbgl.c:42:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/video/fbdev/cirrusfb.c: In function 'cirrusfb_pci_register': /kisskb/src/drivers/video/fbdev/cirrusfb.c:2085:16: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized struct fb_copyarea modded; ^~~~~~ /kisskb/src/drivers/video/fbdev/cirrusfb.c: In function 'cirrusfb_fillrect': /kisskb/src/drivers/video/fbdev/cirrusfb.c:1733:21: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized int nom, den, div; ^~~ /kisskb/src/drivers/video/fbdev/cirrusfb.c:669:11: note: byref variable will be forcibly initialized int nom, den, div; ^~~ /kisskb/src/drivers/video/fbdev/cirrusfb.c:669:6: note: byref variable will be forcibly initialized int nom, den, div; ^~~ /kisskb/src/drivers/video/fbdev/metronomefb.c: In function 'metronomefb_probe': /kisskb/src/drivers/video/fbdev/metronomefb.c:582:25: note: byref variable will be forcibly initialized const struct firmware *fw_entry; ^~~~~~~~ /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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/video/fbdev/gxt4500.c: In function 'gxt4500_check_var': /kisskb/src/drivers/video/fbdev/gxt4500.c:363:21: note: byref variable will be forcibly initialized struct gxt4500_par par; ^~~ /kisskb/src/drivers/video/fbdev/gxt4500.c: In function 'gxt4500_probe': /kisskb/src/drivers/video/fbdev/gxt4500.c:621:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_powerdown': /kisskb/src/drivers/mfd/gateworks-gsc.c:79:16: note: byref variable will be forcibly initialized unsigned char regs[4]; ^~~~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_store': /kisskb/src/drivers/mfd/gateworks-gsc.c:127:7: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_transfer': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:63:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:62:25: note: byref variable will be forcibly initialized struct mrq_clk_request request; ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_get_max_id': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:311:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:310:41: note: byref variable will be forcibly initialized struct cmd_clk_get_max_clk_id_response response; ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_recalc_rate': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:149:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:148:34: note: byref variable will be forcibly initialized struct cmd_clk_get_rate_request request; ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:147:35: note: byref variable will be forcibly initialized struct cmd_clk_get_rate_response response; ^~~~~~~~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_probe': /kisskb/src/drivers/mfd/gateworks-gsc.c:204:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/mfd/gateworks-gsc.c:202:31: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_is_prepared': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:127:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:126:37: note: byref variable will be forcibly initialized struct cmd_clk_is_enabled_response response; ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_prepare': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:98:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_set_rate': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:256:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:255:34: note: byref variable will be forcibly initialized struct cmd_clk_set_rate_request request; ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:254:35: note: byref variable will be forcibly initialized struct cmd_clk_set_rate_response response; ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_round_rate': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:173:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:172:36: note: byref variable will be forcibly initialized struct cmd_clk_round_rate_request request; ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:171:37: note: byref variable will be forcibly initialized struct cmd_clk_round_rate_response response; ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_set_parent': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:199:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:198:36: note: byref variable will be forcibly initialized struct cmd_clk_set_parent_request request; ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:197:37: note: byref variable will be forcibly initialized struct cmd_clk_set_parent_response response; ^~~~~~~~ In file included from /kisskb/src/drivers/clk/tegra/clk-bpmp.c:9: /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/ntfs3/frecord.c:8: /kisskb/src/fs/ntfs3/frecord.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_get_info': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:333:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:332:39: note: byref variable will be forcibly initialized struct cmd_clk_get_all_info_response response; ^~~~~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_truncate': /kisskb/src/fs/ntfs3/file.c:475:6: note: byref variable will be forcibly initialized u64 new_valid; ^~~~~~~~~ In file included 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/of.h:15, from /kisskb/src/include/linux/clk-provider.h:9, from /kisskb/src/drivers/clk/tegra/clk-bpmp.c:6: /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/clk/tegra/clk-bpmp.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_extend_initialized_size': /kisskb/src/fs/ntfs3/file.c:120:18: note: byref variable will be forcibly initialized CLST vcn, lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/file.c:120:13: note: byref variable will be forcibly initialized CLST vcn, lcn, clen; ^~~ /kisskb/src/fs/ntfs3/file.c:118:9: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/ntfs3/file.c:117:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_register': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:471:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_ins_new_attr': /kisskb/src/fs/ntfs3/frecord.c:465:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_unprepare': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:110:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_get_parent': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:226:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:225:37: note: byref variable will be forcibly initialized struct cmd_clk_get_parent_response response; ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_init_clocks': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:601:30: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_info *clocks; ^~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_expand_mft_list': /kisskb/src/fs/ntfs3/frecord.c:1169:34: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_min, *mi_new; ^~~~~~ /kisskb/src/fs/ntfs3/frecord.c:1168:37: note: byref variable will be forcibly initialized CLST mft_min, mft_new, svcn, evcn, plen; ^~~~ /kisskb/src/fs/ntfs3/frecord.c:1168:16: note: byref variable will be forcibly initialized CLST mft_min, mft_new, svcn, evcn, plen; ^~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_load_mi_ex': /kisskb/src/fs/ntfs3/frecord.c:144:20: note: byref variable will be forcibly initialized struct mft_inode *r; ^ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_find_attr': /kisskb/src/fs/ntfs3/frecord.c:194:20: note: byref variable will be forcibly initialized struct mft_inode *m; ^ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_ioctl_fitrim': /kisskb/src/fs/ntfs3/file.c:24:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_update_parent': /kisskb/src/fs/ntfs3/frecord.c:3026:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/frecord.c:3025:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_enum_attr_ex': /kisskb/src/fs/ntfs3/frecord.c:252:20: note: byref variable will be forcibly initialized struct mft_inode *mi2; ^~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/fs/ntfs3/file.c:10: /kisskb/src/fs/ntfs3/file.c: In function 'kmalloc_array': /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_repack': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/frecord.c:531:19: note: byref variable will be forcibly initialized struct runs_tree run; ^~~ /kisskb/src/fs/ntfs3/frecord.c:526:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL, *le_p; ^~ /kisskb/src/fs/ntfs3/frecord.c:524:20: note: byref variable will be forcibly initialized 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:654:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_compress_write': /kisskb/src/fs/ntfs3/file.c:914:13: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/file.c:914:8: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/file.c:888:7: note: byref variable will be forcibly initialized bool frame_uptodate; ^~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_load_attr': /kisskb/src/fs/ntfs3/frecord.c:289:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_attr': /kisskb/src/fs/ntfs3/frecord.c:395:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_create_attr_list': /kisskb/src/fs/ntfs3/frecord.c:754:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c:753:7: note: byref variable will be forcibly initialized CLST rno = 0; ^~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_fallocate': /kisskb/src/fs/ntfs3/file.c:671:9: note: byref variable will be forcibly initialized bool new; ^~~ /kisskb/src/fs/ntfs3/file.c:670:14: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/file.c:670:9: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/file.c:568:7: note: byref variable will be forcibly initialized u32 frame_size; ^~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_ins_attr_ext': /kisskb/src/fs/ntfs3/frecord.c:892:7: note: byref variable will be forcibly initialized CLST rno; ^~~ /kisskb/src/fs/ntfs3/frecord.c:891:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_file_mmap': /kisskb/src/fs/ntfs3/file.c:387:9: note: byref variable will be forcibly initialized bool new; ^~~ /kisskb/src/fs/ntfs3/file.c:384:14: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ /kisskb/src/fs/ntfs3/file.c:384:9: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_attr': /kisskb/src/fs/ntfs3/frecord.c:1028:24: note: byref variable will be forcibly initialized struct ATTRIB *attr, *eattr; ^~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_expand_list': /kisskb/src/fs/ntfs3/frecord.c:1296:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/frecord.c:1293:24: note: byref variable will be forcibly initialized struct ATTRIB *attr, *ins_attr; ^~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_nonresident': /kisskb/src/fs/ntfs3/frecord.c:1363:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/frecord.c:1362:7: note: byref variable will be forcibly initialized CLST plen; ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_resident': /kisskb/src/fs/ntfs3/frecord.c:1438:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_delete_all': /kisskb/src/fs/ntfs3/frecord.c:1493:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/frecord.c:1485:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_new_attr_flags': /kisskb/src/fs/ntfs3/frecord.c:1634:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_parse_reparse': /kisskb/src/fs/ntfs3/frecord.c:1726:20: note: byref variable will be forcibly initialized struct runs_tree run; ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_fiemap': /kisskb/src/fs/ntfs3/frecord.c:1923:9: note: byref variable will be forcibly initialized CLST clst_data; ^~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:1830:9: note: byref variable will be forcibly initialized size_t idx = -1; ^~~ /kisskb/src/fs/ntfs3/frecord.c:1826:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/frecord.c:1826:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/frecord.c:1825:7: note: byref variable will be forcibly initialized CLST vcn = vbo >> cluster_bits; ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_read_frame': /kisskb/src/fs/ntfs3/frecord.c:2369:14: note: byref variable will be forcibly initialized CLST frame, clst_data; ^~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:2361:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_write_frame': /kisskb/src/fs/ntfs3/frecord.c:2651:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c:2650:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/frecord.c:2648:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_name': /kisskb/src/fs/ntfs3/frecord.c:2812:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c:2811:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_name_undo': /kisskb/src/fs/ntfs3/frecord.c:2875:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_add_name': /kisskb/src/fs/ntfs3/frecord.c:2926:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c:2925:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/ntfs3/frecord.c:2924:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_rename': /kisskb/src/fs/ntfs3/frecord.c:2958:6: note: byref variable will be forcibly initialized int undo = 0; ^~~~ /kisskb/src/fs/ntfs3/frecord.c:2957:18: note: byref variable will be forcibly initialized struct NTFS_DE *de2 = NULL; ^~~ /kisskb/src/drivers/video/fbdev/sm501fb.c: In function 'sm501fb_probe': /kisskb/src/drivers/video/fbdev/sm501fb.c:1958:7: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_write_inode': /kisskb/src/fs/ntfs3/frecord.c:3136:23: note: byref variable will be forcibly initialized struct NTFS_DUP_INFO dup; ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_getsockopt_old': /kisskb/src/net/bluetooth/l2cap_sock.c:430:24: note: byref variable will be forcibly initialized struct l2cap_conninfo cinfo; ^~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c:429:23: note: byref variable will be forcibly initialized struct l2cap_options opts; ^~~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_getsockopt': /kisskb/src/net/bluetooth/l2cap_sock.c:549:18: note: byref variable will be forcibly initialized struct bt_power pwr; ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c:548:21: note: byref variable will be forcibly initialized struct bt_security sec; ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/l2cap_sock.c:34: /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_drv.c: In function 'komeda_platform_probe': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_drv.c:117:26: note: byref variable will be forcibly initialized struct component_match *match = NULL; ^~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_setsockopt_old': /kisskb/src/net/bluetooth/l2cap_sock.c:720:6: note: byref variable will be forcibly initialized u32 opt; ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c:718:23: note: byref variable will be forcibly initialized struct l2cap_options opts; ^~~~ /kisskb/src/net/caif/cfserl.c: In function 'cfserl_transmit': /kisskb/src/net/caif/cfserl.c:183:5: note: byref variable will be forcibly initialized u8 tmp8 = CFSERL_STX; ^~~~ /kisskb/src/net/caif/cfserl.c: In function 'cfserl_receive': /kisskb/src/net/caif/cfserl.c:62:5: note: byref variable will be forcibly initialized u8 stx = CFSERL_STX; ^~~ /kisskb/src/net/caif/cfserl.c:61:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /kisskb/src/net/caif/cfserl.c:60:5: note: byref variable will be forcibly initialized u8 tmp8; ^~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'log_read_rst': /kisskb/src/fs/ntfs3/fslog.c:1205:8: note: byref variable will be forcibly initialized bool usa_error; ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1187:22: note: byref variable will be forcibly initialized struct RESTART_HDR *r_page = kmalloc(DefaultLogPageSize, GFP_NOFS); ^~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_setsockopt': /kisskb/src/net/bluetooth/l2cap_sock.c:878:6: note: byref variable will be forcibly initialized u32 opt; ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c:875:18: note: byref variable will be forcibly initialized struct bt_power pwr; ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c:874:21: note: byref variable will be forcibly initialized struct bt_security sec; ^~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'last_log_lsn': /kisskb/src/fs/ntfs3/fslog.c:1632:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *second_tail = NULL; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1631:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *first_tail = NULL; ^~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1630:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *tst_page = NULL; ^~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1629:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *page = NULL; ^~~~ /kisskb/src/fs/ntfs3/fslog.c:1609:7: note: byref variable will be forcibly initialized bool usa_error = false; ^~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_connect': /kisskb/src/net/bluetooth/l2cap_sock.c:180:21: note: byref variable will be forcibly initialized struct sockaddr_l2 la; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/l2cap_sock.c:30: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c:212:2: note: in expansion of macro 'if' if (chan->src_type == BDADDR_BREDR && bacmp(&chan->src, BDADDR_ANY) && ^~ /kisskb/src/net/bluetooth/l2cap_sock.c:212:58: note: in expansion of macro 'BDADDR_ANY' if (chan->src_type == BDADDR_BREDR && bacmp(&chan->src, BDADDR_ANY) && ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_bind': /kisskb/src/net/bluetooth/l2cap_sock.c:85:21: note: byref variable will be forcibly initialized struct sockaddr_l2 la; ^~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_alloc_skb_cb': /kisskb/src/net/bluetooth/l2cap_sock.c:1582:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/drivers/gpu/drm/arm/hdlcd_drv.c: In function 'hdlcd_probe': /kisskb/src/drivers/gpu/drm/arm/hdlcd_drv.c:383:26: note: byref variable will be forcibly initialized struct component_match *match = NULL; ^~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'read_log_rec_buf': /kisskb/src/fs/ntfs3/fslog.c:2273:8: note: byref variable will be forcibly initialized bool usa_error; ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:2262:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *ph = NULL; ^~ /kisskb/src/fs/ntfs3/fslog.c: In function 'read_rst_area': /kisskb/src/fs/ntfs3/fslog.c:2331:25: note: byref variable will be forcibly initialized struct LFS_RECORD_HDR *rh = NULL; ^~ /kisskb/src/fs/ntfs3/fslog.c: In function 'find_log_rec': /kisskb/src/fs/ntfs3/fslog.c:2396:25: note: byref variable will be forcibly initialized struct LFS_RECORD_HDR *rh = lcb->lrh; ^~ /kisskb/src/fs/ntfs3/fslog.c: In function 'next_log_lsn': /kisskb/src/fs/ntfs3/fslog.c:1483:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *page = NULL; ^~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'find_client_next_lsn': /kisskb/src/fs/ntfs3/fslog.c:2521:7: note: byref variable will be forcibly initialized u64 current_lsn; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:2511:25: note: byref variable will be forcibly initialized struct LFS_RECORD_HDR *hdr; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/ntfs3/fslog.c:8: /kisskb/src/fs/ntfs3/fslog.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/ntfs3/fslog.c:8: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'do_action': /kisskb/src/fs/ntfs3/fslog.c:3060:6: note: byref variable will be forcibly initialized u64 t64; ^~~ /kisskb/src/fs/ntfs3/fslog.c:3046:32: note: byref variable will be forcibly initialized struct mft_inode *mi = NULL, *mi2_child = NULL; ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3046:20: note: byref variable will be forcibly initialized struct mft_inode *mi = NULL, *mi2_child = NULL; ^~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_blank': /kisskb/src/drivers/video/fbdev/smscufx.c:239:15: note: byref variable will be forcibly initialized u32 dc_ctrl, dc_sts; ^~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c:239:6: note: byref variable will be forcibly initialized u32 dc_ctrl, dc_sts; ^~~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_disable': /kisskb/src/drivers/video/fbdev/smscufx.c:313:15: note: byref variable will be forcibly initialized u32 dc_ctrl, dc_sts; ^~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c:313:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_enable': /kisskb/src/drivers/video/fbdev/smscufx.c:350:15: note: byref variable will be forcibly initialized u32 dc_ctrl, dc_sts; ^~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c:350:6: note: byref variable will be forcibly initialized u32 dc_ctrl, dc_sts; ^~~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_unblank': /kisskb/src/drivers/video/fbdev/smscufx.c:276:15: note: byref variable will be forcibly initialized u32 dc_ctrl, dc_sts; ^~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c:276:6: note: byref variable will be forcibly initialized u32 dc_ctrl, dc_sts; ^~~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_lite_reset': /kisskb/src/drivers/video/fbdev/smscufx.c:225:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_config_ddr2': /kisskb/src/drivers/video/fbdev/smscufx.c:408:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'log_replay': /kisskb/src/fs/ntfs3/fslog.c:4326:30: note: byref variable will be forcibly initialized struct OPEN_ATTR_ENRTY_32 oe0; ^~~ /kisskb/src/fs/ntfs3/fslog.c:3859:8: note: byref variable will be forcibly initialized bool usa_error; ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3858:27: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *sp = NULL; ^~ /kisskb/src/fs/ntfs3/fslog.c:3768:6: note: byref variable will be forcibly initialized u32 l_size = ni->vfs_inode.i_size; ^~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3763:14: note: byref variable will be forcibly initialized struct lcb *lcb = NULL; ^~~ /kisskb/src/fs/ntfs3/fslog.c:3762:23: note: byref variable will be forcibly initialized struct NTFS_RESTART *rst = NULL; ^~~ /kisskb/src/fs/ntfs3/fslog.c:3760:29: note: byref variable will be forcibly initialized CLST rno, lcn, lcn0, len0, clen; ^~~~ /kisskb/src/fs/ntfs3/fslog.c:3760:23: note: byref variable will be forcibly initialized CLST rno, lcn, lcn0, len0, clen; ^~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_i2c_init': /kisskb/src/drivers/video/fbdev/smscufx.c:1326:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/fs/ntfs3/fslog.c:3760:17: note: byref variable will be forcibly initialized CLST rno, lcn, lcn0, len0, clen; ^~~~ /kisskb/src/fs/ntfs3/fslog.c:3760:12: note: byref variable will be forcibly initialized CLST rno, lcn, lcn0, len0, clen; ^~~ /kisskb/src/fs/ntfs3/fslog.c:3754:24: note: byref variable will be forcibly initialized struct RESTART_TABLE *oatbl = NULL; ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3752:24: note: byref variable will be forcibly initialized struct RESTART_TABLE *trtbl = NULL; ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3751:24: note: byref variable will be forcibly initialized struct RESTART_TABLE *dptbl = NULL; ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3748:15: note: byref variable will be forcibly initialized u64 rec_lsn, ra_lsn, checkpt_lsn = 0, rlsn = 0; ^~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3748:6: note: byref variable will be forcibly initialized u64 rec_lsn, ra_lsn, checkpt_lsn = 0, rlsn = 0; ^~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3747:32: note: byref variable will be forcibly initialized struct restart_info rst_info, rst_info2; ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3747:22: note: byref variable will be forcibly initialized struct restart_info rst_info, rst_info2; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_i2c_wait_busy': /kisskb/src/drivers/video/fbdev/smscufx.c:1391:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/net/caif/cfdgml.c: In function 'cfdgml_transmit': /kisskb/src/net/caif/cfdgml.c:87:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/net/caif/cfdgml.c:84:6: note: byref variable will be forcibly initialized u32 zero = 0; ^~~~ /kisskb/src/net/caif/cfdgml.c:83:5: note: byref variable will be forcibly initialized u8 packet_type; ^~~~~~~~~~~ /kisskb/src/net/caif/cfdgml.c: In function 'cfdgml_receive': /kisskb/src/net/caif/cfdgml.c:43:5: note: byref variable will be forcibly initialized u8 dgmhdr[3]; ^~~~~~ /kisskb/src/net/caif/cfdgml.c:42:5: note: byref variable will be forcibly initialized u8 cmd = -1; ^~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_setup_modes': /kisskb/src/drivers/video/fbdev/smscufx.c:1557:23: note: byref variable will be forcibly initialized 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:1220:22: note: byref variable will be forcibly initialized struct fb_videomode mode; ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/stats.c:3: /kisskb/src/net/ethtool/stats.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/stats.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bitfield.h:10, from /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:9: /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:12: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_usb_probe': /kisskb/src/drivers/video/fbdev/smscufx.c:1614:14: note: byref variable will be forcibly initialized u32 id_rev, fpga_rev; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c:1614:6: note: byref variable will be forcibly initialized u32 id_rev, fpga_rev; ^~~~~~ /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c: In function 'xvcu_register_pll': /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:406:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/net/ethtool/stats.c: In function 'stats_parse_request': /kisskb/src/net/ethtool/stats.c:87:7: note: byref variable will be forcibly initialized bool mod = false; ^~~ /kisskb/src/drivers/video/fbdev/sm712fb.c: In function 'sm712fb_init': /kisskb/src/drivers/video/fbdev/sm712fb.c:1776:8: note: byref variable will be forcibly initialized char *option = 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/filter.h:11, from /kisskb/src/net/bluetooth/l2cap_core.c:35: /kisskb/src/net/bluetooth/l2cap_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_connect_reject': /kisskb/src/net/bluetooth/l2cap_core.c:771:24: note: byref variable will be forcibly initialized struct l2cap_conn_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_le_connect_reject': /kisskb/src/net/bluetooth/l2cap_core.c:727:27: note: byref variable will be forcibly initialized struct l2cap_le_conn_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:4888:29: note: byref variable will be forcibly initialized struct l2cap_move_chan_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_create_chan_req': /kisskb/src/net/bluetooth/l2cap_core.c:1265:31: note: byref variable will be forcibly initialized struct l2cap_create_chan_req req; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_connect': /kisskb/src/net/bluetooth/l2cap_core.c:1429:31: note: byref variable will be forcibly initialized struct l2cap_ecred_conn_data data; ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_connect': /kisskb/src/net/bluetooth/l2cap_core.c:1362:27: note: byref variable will be forcibly initialized struct l2cap_le_conn_req req; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'cmd_reject_invalid_cid': /kisskb/src/net/bluetooth/l2cap_core.c:4350:27: note: byref variable will be forcibly initialized struct l2cap_cmd_rej_cid rej; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_cfm_icid': /kisskb/src/net/bluetooth/l2cap_core.c:4918:29: note: byref variable will be forcibly initialized struct l2cap_move_chan_cfm cfm; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_cfm_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:4932:33: note: byref variable will be forcibly initialized struct l2cap_move_chan_cfm_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_reconf_req': /kisskb/src/net/bluetooth/l2cap_core.c:6181:32: note: byref variable will be forcibly initialized struct l2cap_ecred_reconf_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_le_send_credits': /kisskb/src/net/bluetooth/l2cap_core.c:7386:26: note: byref variable will be forcibly initialized struct l2cap_le_credits pkt; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_request_info': /kisskb/src/net/bluetooth/l2cap_core.c:1493:24: note: byref variable will be forcibly initialized struct l2cap_info_req req; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_reconfigure': /kisskb/src/net/bluetooth/l2cap_core.c:8005:4: note: byref variable will be forcibly initialized } pdu; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_add_opt_efs': /kisskb/src/net/bluetooth/l2cap_core.c:3220:24: note: byref variable will be forcibly initialized struct l2cap_conf_efs efs; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_build_conf_req': /kisskb/src/net/bluetooth/l2cap_core.c:3439:8: note: byref variable will be forcibly initialized void *ptr = req->data; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_conf_rfc_get': /kisskb/src/net/bluetooth/l2cap_core.c:4007:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4006:12: note: byref variable will be forcibly initialized int type, olen; ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c:4006:6: note: byref variable will be forcibly initialized int type, olen; ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_parse_conf_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:3795:24: note: byref variable will be forcibly initialized struct l2cap_conf_efs efs; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3793:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3792:12: note: byref variable will be forcibly initialized int type, olen; ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c:3792:6: note: byref variable will be forcibly initialized int type, olen; ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c:3790:8: note: byref variable will be forcibly initialized void *ptr = req->data; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_ecred_connect_reject': /kisskb/src/net/bluetooth/l2cap_core.c:750:30: note: byref variable will be forcibly initialized struct l2cap_ecred_conn_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_parse_conf_req': /kisskb/src/net/bluetooth/l2cap_core.c:3571:24: note: byref variable will be forcibly initialized struct l2cap_conf_efs efs; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3569:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3568:18: note: byref variable will be forcibly initialized int type, hint, olen; ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c:3568:6: note: byref variable will be forcibly initialized int type, hint, olen; ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c:3566:8: note: byref variable will be forcibly initialized void *req = chan->conf_req; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3564:8: note: byref variable will be forcibly initialized void *ptr = rsp->data; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_information_req': /kisskb/src/net/bluetooth/l2cap_core.c:4717:25: note: byref variable will be forcibly initialized struct l2cap_info_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4707:6: note: byref variable will be forcibly initialized u8 buf[12]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4691:6: note: byref variable will be forcibly initialized u8 buf[8]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_conn_ready': /kisskb/src/net/bluetooth/l2cap_core.c:1702:38: note: byref variable will be forcibly initialized struct l2cap_conn_param_update_req req; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_conn_param_update_req': /kisskb/src/net/bluetooth/l2cap_core.c:5536:37: note: byref variable will be forcibly initialized struct l2cap_conn_param_update_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_cfm': /kisskb/src/net/bluetooth/l2cap_core.c:4901:29: note: byref variable will be forcibly initialized struct l2cap_move_chan_cfm cfm; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_req': /kisskb/src/net/bluetooth/l2cap_core.c:4869:29: note: byref variable will be forcibly initialized struct l2cap_move_chan_req req; ^~~ In file included from /kisskb/src/net/bluetooth/l2cap_core.c:37: /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_global_chan_by_psm': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/l2cap_core.c:1978:30: note: in expansion of macro 'BDADDR_ANY' dst_any = !bacmp(&c->dst, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/l2cap_core.c:1977:30: note: in expansion of macro 'BDADDR_ANY' src_any = !bacmp(&c->src, BDADDR_ANY); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/l2cap_core.c:31: /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_global_fixed_chan': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c:8083:3: note: in expansion of macro 'if' if (bacmp(&c->src, &hcon->src) && bacmp(&c->src, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/l2cap_core.c:8083:52: note: in expansion of macro 'BDADDR_ANY' if (bacmp(&c->src, &hcon->src) && bacmp(&c->src, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_disconn_req': /kisskb/src/net/bluetooth/l2cap_core.c:1576:27: note: byref variable will be forcibly initialized struct l2cap_disconn_req req; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ertm_resend': /kisskb/src/net/bluetooth/l2cap_core.c:2145:20: note: byref variable will be forcibly initialized struct l2cap_ctrl control; ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_rr_or_rnr': /kisskb/src/net/bluetooth/l2cap_core.c:1189:20: note: byref variable will be forcibly initialized struct l2cap_ctrl control; ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_srej': /kisskb/src/net/bluetooth/l2cap_core.c:2769:20: note: byref variable will be forcibly initialized struct l2cap_ctrl control; ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_i_or_rr_or_rnr': /kisskb/src/net/bluetooth/l2cap_core.c:6473:20: note: byref variable will be forcibly initialized struct l2cap_ctrl control; ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_srej_list': /kisskb/src/net/bluetooth/l2cap_core.c:2808:20: note: byref variable will be forcibly initialized struct l2cap_ctrl control; ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_srej_tail': /kisskb/src/net/bluetooth/l2cap_core.c:2792:20: note: byref variable will be forcibly initialized struct l2cap_ctrl control; ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_ack': /kisskb/src/net/bluetooth/l2cap_core.c:2269:20: note: byref variable will be forcibly initialized struct l2cap_ctrl control; ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_tx_state_xmit': /kisskb/src/net/bluetooth/l2cap_core.c:2908:22: note: byref variable will be forcibly initialized struct l2cap_ctrl local_control; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_tx_state_wait_f': /kisskb/src/net/bluetooth/l2cap_core.c:2979:22: note: byref variable will be forcibly initialized struct l2cap_ctrl local_control; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_rx_state_srej_sent': /kisskb/src/net/bluetooth/l2cap_core.c:7093:22: note: byref variable will be forcibly initialized struct l2cap_ctrl rr_control; ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_move_channel_req': /kisskb/src/net/bluetooth/l2cap_core.c:5219:29: note: byref variable will be forcibly initialized struct l2cap_move_chan_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_data_rcv': /kisskb/src/net/bluetooth/l2cap_core.c:7347:12: note: byref variable will be forcibly initialized const u8 rx_func_to_event[4] = { ^~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_connect_req': /kisskb/src/net/bluetooth/l2cap_core.c:5752:27: note: byref variable will be forcibly initialized struct l2cap_le_conn_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_conn_req': /kisskb/src/net/bluetooth/l2cap_core.c:5927:13: note: byref variable will be forcibly initialized } __packed pdu; ^~~ /kisskb/src/net/ieee802154/header_ops.c: In function 'ieee802154_hdr_push': /kisskb/src/net/ieee802154/header_ops.c:80:5: note: byref variable will be forcibly initialized u8 buf[IEEE802154_MAX_HEADER_LEN]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_connect_create_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:4254:5: note: byref variable will be forcibly initialized u8 req[128]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_disconnect_req': /kisskb/src/net/bluetooth/l2cap_core.c:4588:27: note: byref variable will be forcibly initialized struct l2cap_disconn_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_sig_channel': /kisskb/src/net/bluetooth/l2cap_core.c:6391:28: note: byref variable will be forcibly initialized struct l2cap_cmd_rej_unk rej; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_connect': /kisskb/src/net/bluetooth/l2cap_core.c:4218:6: note: byref variable will be forcibly initialized u8 buf[128]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4204:25: note: byref variable will be forcibly initialized struct l2cap_info_req info; ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c:4090:24: note: byref variable will be forcibly initialized struct l2cap_conn_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_create_channel_req': /kisskb/src/net/bluetooth/l2cap_core.c:4795:31: note: byref variable will be forcibly initialized struct l2cap_create_chan_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_conn_req': /kisskb/src/net/bluetooth/l2cap_core.c:1251:24: note: byref variable will be forcibly initialized struct l2cap_conn_req req; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_do_create': /kisskb/src/net/bluetooth/l2cap_core.c:5100:8: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:5099:25: note: byref variable will be forcibly initialized struct l2cap_conn_rsp rsp; ^~~ /kisskb/src/net/caif/cfrfml.c: In function 'cfrfml_transmit': /kisskb/src/net/caif/cfrfml.c:217:5: note: byref variable will be forcibly initialized u8 head[6]; ^~~~ /kisskb/src/net/caif/cfrfml.c:216:5: note: byref variable will be forcibly initialized u8 seg; ^~~ /kisskb/src/net/caif/cfrfml.c:215:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_conn_start': /kisskb/src/net/bluetooth/l2cap_core.c:1640:9: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:1639:26: note: byref variable will be forcibly initialized struct l2cap_conn_rsp rsp; ^~~ /kisskb/src/net/caif/cfrfml.c: In function 'cfrfml_receive': /kisskb/src/net/caif/cfrfml.c:102:5: note: byref variable will be forcibly initialized u8 seghead[6]; ^~~~~~~ /kisskb/src/net/caif/cfrfml.c:101:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/caif/cfrfml.c:99:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_information_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:4763:26: note: byref variable will be forcibly initialized struct l2cap_info_req req; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_security_cfm': /kisskb/src/net/bluetooth/l2cap_core.c:8273:10: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:8244:26: note: byref variable will be forcibly initialized struct l2cap_conn_rsp rsp; ^~~ /kisskb/src/net/bluetooth/ecdh_helper.c: In function 'compute_ecdh_secret': /kisskb/src/net/bluetooth/ecdh_helper.c:66:26: note: byref variable will be forcibly initialized struct scatterlist src, dst; ^~~ /kisskb/src/net/bluetooth/ecdh_helper.c:66:21: note: byref variable will be forcibly initialized struct scatterlist src, dst; ^~~ /kisskb/src/net/bluetooth/ecdh_helper.c:65:25: note: byref variable will be forcibly initialized struct ecdh_completion result; ^~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_send': /kisskb/src/net/bluetooth/l2cap_core.c:2643:22: note: byref variable will be forcibly initialized struct sk_buff_head seg_queue; ^~~~~~~~~ /kisskb/src/net/bluetooth/ecdh_helper.c: In function 'generate_ecdh_public_key': /kisskb/src/net/bluetooth/ecdh_helper.c:171:21: note: byref variable will be forcibly initialized struct scatterlist dst; ^~~ /kisskb/src/net/bluetooth/ecdh_helper.c:170:25: note: byref variable will be forcibly initialized struct ecdh_completion result; ^~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_logical_finish_create': /kisskb/src/net/bluetooth/l2cap_core.c:4982:24: note: byref variable will be forcibly initialized struct l2cap_conf_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_config_req': /kisskb/src/net/bluetooth/l2cap_core.c:4444:6: note: byref variable will be forcibly initialized u8 buf[64]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4365:5: note: byref variable will be forcibly initialized u8 rsp[64]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_config_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:4527:9: note: byref variable will be forcibly initialized char req[64]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4503:9: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4474:19: note: byref variable will be forcibly initialized u16 scid, flags, result; ^~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function '__l2cap_le_connect_rsp_defer': /kisskb/src/net/bluetooth/l2cap_core.c:3921:27: note: byref variable will be forcibly initialized struct l2cap_le_conn_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function '__l2cap_ecred_conn_rsp_defer': /kisskb/src/net/bluetooth/l2cap_core.c:3941:13: note: byref variable will be forcibly initialized } __packed pdu; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function '__l2cap_connect_rsp_defer': /kisskb/src/net/bluetooth/l2cap_core.c:3979:5: note: byref variable will be forcibly initialized u8 buf[128]; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3977:24: note: byref variable will be forcibly initialized struct l2cap_conn_rsp rsp; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_sig_channel': /kisskb/src/net/bluetooth/l2cap_core.c:6434:29: note: byref variable will be forcibly initialized struct l2cap_cmd_rej_unk rej; ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_connect': /kisskb/src/net/bluetooth/l2cap_core.c:7934:26: note: byref variable will be forcibly initialized struct l2cap_chan_data data; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/bluetooth/l2cap_core.c:31: /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_connect_ind': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c:8051:10: note: in expansion of macro 'if' } else if (!bacmp(&c->src, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/l2cap_core.c:8051:30: note: in expansion of macro 'BDADDR_ANY' } else if (!bacmp(&c->src, BDADDR_ANY)) { ^~~~~~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/drivers/video/fbdev/uvesafb.c:15: /kisskb/src/drivers/video/fbdev/uvesafb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/caif/cfvidl.c: In function 'cfvidl_transmit': /kisskb/src/net/caif/cfvidl.c:52:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/net/caif/cfvidl.c:51:6: note: byref variable will be forcibly initialized u32 videoheader = 0; ^~~~~~~~~~~ /kisskb/src/net/caif/cfvidl.c: In function 'cfvidl_receive': /kisskb/src/net/caif/cfvidl.c:38:6: note: byref variable will be forcibly initialized u32 videoheader; ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/uvesafb.c: In function 'uvesafb_helper_start': /kisskb/src/drivers/video/fbdev/uvesafb.c:120:8: note: byref variable will be forcibly initialized char *argv[] = { ^~~~ /kisskb/src/drivers/video/fbdev/uvesafb.c:114:8: note: byref variable will be forcibly initialized char *envp[] = { ^~~~ /kisskb/src/drivers/video/fbdev/uvesafb.c: In function 'uvesafb_setcolreg': /kisskb/src/drivers/video/fbdev/uvesafb.c:993:27: note: byref variable will be forcibly initialized struct uvesafb_pal_entry entry; ^~~~~ /kisskb/src/drivers/video/fbdev/uvesafb.c: In function 'uvesafb_vbe_getmonspecs': /kisskb/src/drivers/video/fbdev/uvesafb.c:726:23: note: byref variable will be forcibly initialized struct fb_videomode vmode; ^~~~~ /kisskb/src/drivers/video/fbdev/uvesafb.c:724:28: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/net/caif/cfutill.c: In function 'cfutill_transmit': /kisskb/src/net/caif/cfutill.c:82:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/net/caif/cfutill.c:80:5: note: byref variable will be forcibly initialized u8 zero = 0; ^~~~ /kisskb/src/net/caif/cfutill.c: In function 'cfutill_receive': /kisskb/src/net/caif/cfutill.c:42:5: note: byref variable will be forcibly initialized u8 cmd = -1; ^~~ In file included from /kisskb/src/drivers/clk/clk-bulk.c:13: /kisskb/src/drivers/clk/clk-bulk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/tc3589x.c: In function 'tc3589x_probe': /kisskb/src/drivers/mfd/tc3589x.c:361:23: note: byref variable will be forcibly initialized enum tc3589x_version version; ^~~~~~~ In file included from /kisskb/src/drivers/video/fbdev/ssd1307fb.c:16: /kisskb/src/drivers/video/fbdev/ssd1307fb.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/video/fbdev/ssd1307fb.c: In function 'ssd1307fb_init': /kisskb/src/drivers/video/fbdev/ssd1307fb.c:381:19: note: byref variable will be forcibly initialized struct pwm_state pwmstate; ^~~~~~~~ In file included from /kisskb/src/drivers/video/fbdev/ssd1307fb.c:16: /kisskb/src/drivers/video/fbdev/ssd1307fb.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/video/fbdev/ssd1307fb.c: In function 'ssd1307fb_probe': /kisskb/src/drivers/video/fbdev/ssd1307fb.c:641:7: note: byref variable will be forcibly initialized char bl_name[12]; ^~~~~~~ /kisskb/src/drivers/base/power/main.c: In function 'dpm_complete': /kisskb/src/drivers/base/power/main.c:1096:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /kisskb/src/drivers/mfd/lochnagar-i2c.c: In function 'lochnagar_i2c_probe': /kisskb/src/drivers/mfd/lochnagar-i2c.c:276:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/base/power/main.c: In function 'device_resume': /kisskb/src/drivers/base/power/main.c:899:32: note: byref variable will be forcibly initialized DECLARE_DPM_WATCHDOG_ON_STACK(wd); ^~ /kisskb/src/drivers/base/power/main.c:504:22: note: in definition of macro 'DECLARE_DPM_WATCHDOG_ON_STACK' struct dpm_watchdog wd ^~ /kisskb/src/drivers/mfd/lochnagar-i2c.c: In function 'lochnagar_update_config': /kisskb/src/drivers/mfd/lochnagar-i2c.c:236:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/base/power/main.c: In function '__device_suspend': /kisskb/src/drivers/base/power/main.c:1593:32: note: byref variable will be forcibly initialized DECLARE_DPM_WATCHDOG_ON_STACK(wd); ^~ /kisskb/src/drivers/base/power/main.c:504:22: note: in definition of macro 'DECLARE_DPM_WATCHDOG_ON_STACK' struct dpm_watchdog wd ^~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c: In function 'config_id_show': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c:74:25: note: byref variable will be forcibly initialized union komeda_config_id config_id; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c: In function 'komeda_parse_dt': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c:142:6: note: byref variable will be forcibly initialized u32 pipe_id = U32_MAX; ^~~~~~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_info': /kisskb/src/net/bluetooth/lib.c:141:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_warn': /kisskb/src/net/bluetooth/lib.c:157:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_err': /kisskb/src/net/bluetooth/lib.c:173:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_warn_ratelimited': /kisskb/src/net/bluetooth/lib.c:222:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/bluetooth/lib.c:221:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_err_ratelimited': /kisskb/src/net/bluetooth/lib.c:238:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/bluetooth/lib.c:237:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/gpu/drm/arm/hdlcd_crtc.c: In function 'hdlcd_plane_init': /kisskb/src/drivers/gpu/drm/arm/hdlcd_crtc.c:303:6: note: byref variable will be forcibly initialized u32 formats[ARRAY_SIZE(supported_formats)], i; ^~~~~~~ /kisskb/src/drivers/clk/clkdev.c: In function '__clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:273:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_create': /kisskb/src/drivers/clk/clkdev.c:206:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_hw_create': /kisskb/src/drivers/clk/clkdev.c:229:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:316:21: note: byref variable will be forcibly initialized struct clk_lookup *cl; ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_hw_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:343:21: note: byref variable will be forcibly initialized struct clk_lookup *cl; ^~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_e': /kisskb/src/net/bluetooth/smp.c:377:19: note: byref variable will be forcibly initialized uint8_t tmp[16], data[16]; ^~~~ /kisskb/src/net/bluetooth/smp.c:377:10: note: byref variable will be forcibly initialized uint8_t tmp[16], data[16]; ^~~ /kisskb/src/net/bluetooth/smp.c:376:24: note: byref variable will be forcibly initialized struct crypto_aes_ctx ctx; ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_ah': /kisskb/src/net/bluetooth/smp.c:472:5: note: byref variable will be forcibly initialized u8 _res[16]; ^~~~ /kisskb/src/net/bluetooth/smp.c: In function 'aes_cmac': /kisskb/src/net/bluetooth/smp.c:171:32: note: byref variable will be forcibly initialized uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; ^~~~~~~ /kisskb/src/net/bluetooth/smp.c:171:19: note: byref variable will be forcibly initialized uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; ^~~~~~~ /kisskb/src/net/bluetooth/smp.c:171:10: note: byref variable will be forcibly initialized uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_f4': /kisskb/src/net/bluetooth/smp.c:211:5: note: byref variable will be forcibly initialized u8 m[65]; ^ /kisskb/src/net/bluetooth/smp.c: In function 'smp_f5': /kisskb/src/net/bluetooth/smp.c:245:12: note: byref variable will be forcibly initialized u8 m[53], t[16]; ^ /kisskb/src/net/bluetooth/smp.c:245:5: note: byref variable will be forcibly initialized u8 m[53], t[16]; ^ /kisskb/src/net/bluetooth/smp.c:244:11: note: byref variable will be forcibly initialized const u8 length[2] = { 0x00, 0x01 }; ^~~~~~ /kisskb/src/net/bluetooth/smp.c:242:11: note: byref variable will be forcibly initialized const u8 salt[16] = { 0xbe, 0x83, 0x60, 0x5a, 0xdb, 0x0b, 0x37, 0x60, ^~~~ /kisskb/src/net/bluetooth/smp.c:241:11: note: byref variable will be forcibly initialized const u8 btle[4] = { 0x65, 0x6c, 0x74, 0x62 }; ^~~~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_mackey_and_ltk': /kisskb/src/net/bluetooth/smp.c:1420:21: note: byref variable will be forcibly initialized u8 *na, *nb, a[7], b[7]; ^ /kisskb/src/net/bluetooth/smp.c:1420:15: note: byref variable will be forcibly initialized u8 *na, *nb, a[7], b[7]; ^ /kisskb/src/net/bluetooth/smp.c: In function 'smp_f6': /kisskb/src/net/bluetooth/smp.c:289:5: note: byref variable will be forcibly initialized u8 m[65]; ^ /kisskb/src/net/bluetooth/smp.c: In function 'smp_g2': /kisskb/src/net/bluetooth/smp.c:315:12: note: byref variable will be forcibly initialized u8 m[80], tmp[16]; ^~~ /kisskb/src/net/bluetooth/smp.c:315:5: note: byref variable will be forcibly initialized u8 m[80], tmp[16]; ^ /kisskb/src/net/bluetooth/smp.c: In function 'smp_send_cmd': /kisskb/src/net/bluetooth/smp.c:593:16: note: byref variable will be forcibly initialized struct msghdr msg; ^~~ /kisskb/src/net/bluetooth/smp.c:592:14: note: byref variable will be forcibly initialized struct kvec iv[2]; ^~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_passkey_send_confirm': /kisskb/src/net/bluetooth/smp.c:1478:33: note: byref variable will be forcibly initialized struct smp_cmd_pairing_confirm cfm; ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_dhkey_check': /kisskb/src/net/bluetooth/smp.c:1443:16: note: byref variable will be forcibly initialized u8 io_cap[3], r[16]; ^ /kisskb/src/net/bluetooth/smp.c:1443:5: note: byref variable will be forcibly initialized u8 io_cap[3], r[16]; ^~~~~~ /kisskb/src/net/bluetooth/smp.c:1442:11: note: byref variable will be forcibly initialized u8 a[7], b[7], *local_addr, *remote_addr; ^ /kisskb/src/net/bluetooth/smp.c:1442:5: note: byref variable will be forcibly initialized u8 a[7], b[7], *local_addr, *remote_addr; ^ /kisskb/src/net/bluetooth/smp.c:1441:29: note: byref variable will be forcibly initialized struct smp_cmd_dhkey_check check; ^~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_passkey_round': /kisskb/src/net/bluetooth/smp.c:1500:5: note: byref variable will be forcibly initialized u8 cfm[16], r; ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_c1': /kisskb/src/net/bluetooth/smp.c:409:13: note: byref variable will be forcibly initialized u8 p1[16], p2[16]; ^~ /kisskb/src/net/bluetooth/smp.c:409:5: note: byref variable will be forcibly initialized u8 p1[16], p2[16]; ^~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_confirm': /kisskb/src/net/bluetooth/smp.c:950:33: note: byref variable will be forcibly initialized struct smp_cmd_pairing_confirm cp; ^~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_generate_link_key': /kisskb/src/net/bluetooth/smp.c:1166:12: note: byref variable will be forcibly initialized const u8 tmp1[4] = { 0x31, 0x70, 0x6d, 0x74 }; ^~~~ /kisskb/src/net/bluetooth/smp.c:1157:12: note: byref variable will be forcibly initialized const u8 salt[16] = { 0x31, 0x70, 0x6d, 0x74 }; ^~~~ /kisskb/src/net/bluetooth/smp.c:1149:11: note: byref variable will be forcibly initialized const u8 lebr[4] = { 0x72, 0x62, 0x65, 0x6c }; ^~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_random': /kisskb/src/net/bluetooth/smp.c:1010:6: note: byref variable will be forcibly initialized u8 stk[16], auth; ^~~ /kisskb/src/net/bluetooth/smp.c:997:6: note: byref variable will be forcibly initialized u8 stk[16]; ^~~ /kisskb/src/net/bluetooth/smp.c:978:5: note: byref variable will be forcibly initialized u8 confirm[16]; ^~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_dhkey_check': /kisskb/src/net/bluetooth/smp.c:2874:23: note: byref variable will be forcibly initialized u8 io_cap[3], r[16], e[16]; ^ /kisskb/src/net/bluetooth/smp.c:2874:16: note: byref variable will be forcibly initialized u8 io_cap[3], r[16], e[16]; ^ /kisskb/src/net/bluetooth/smp.c:2874:5: note: byref variable will be forcibly initialized u8 io_cap[3], r[16], e[16]; ^~~~~~ /kisskb/src/net/bluetooth/smp.c:2873:11: note: byref variable will be forcibly initialized u8 a[7], b[7], *local_addr, *remote_addr; ^ /kisskb/src/net/bluetooth/smp.c:2873:5: note: byref variable will be forcibly initialized u8 a[7], b[7], *local_addr, *remote_addr; ^ /kisskb/src/net/bluetooth/smp.c: In function 'bredr_pairing': /kisskb/src/net/bluetooth/smp.c:3073:25: note: byref variable will be forcibly initialized struct smp_cmd_pairing req; ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_add_cid': /kisskb/src/net/bluetooth/smp.c:3331:6: note: byref variable will be forcibly initialized u8 bdaddr_type; ^~~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_generate_ltk': /kisskb/src/net/bluetooth/smp.c:1221:12: note: byref variable will be forcibly initialized const u8 tmp2[4] = { 0x32, 0x70, 0x6d, 0x74 }; ^~~~ /kisskb/src/net/bluetooth/smp.c:1215:12: note: byref variable will be forcibly initialized const u8 salt[16] = { 0x32, 0x70, 0x6d, 0x74 }; ^~~~ /kisskb/src/net/bluetooth/smp.c:1199:11: note: byref variable will be forcibly initialized const u8 brle[4] = { 0x65, 0x6c, 0x72, 0x62 }; ^~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_notify_keys': /kisskb/src/net/bluetooth/smp.c:1043:7: note: byref variable will be forcibly initialized bool persistent; ^~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_distribute_keys': /kisskb/src/net/bluetooth/smp.c:1333:28: note: byref variable will be forcibly initialized struct smp_cmd_sign_info sign; ^~~~ /kisskb/src/net/bluetooth/smp.c:1311:29: note: byref variable will be forcibly initialized struct smp_cmd_ident_info idinfo; ^~~~~~ /kisskb/src/net/bluetooth/smp.c:1310:34: note: byref variable will be forcibly initialized struct smp_cmd_ident_addr_info addrinfo; ^~~~~~~~ /kisskb/src/net/bluetooth/smp.c:1279:10: note: byref variable will be forcibly initialized __le64 rand; ^~~~ /kisskb/src/net/bluetooth/smp.c:1278:10: note: byref variable will be forcibly initialized __le16 ediv; ^~~~ /kisskb/src/net/bluetooth/smp.c:1275:34: note: byref variable will be forcibly initialized struct smp_cmd_initiator_ident ident; ^~~~~ /kisskb/src/net/bluetooth/smp.c:1274:31: note: byref variable will be forcibly initialized struct smp_cmd_encrypt_info enc; ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_pairing_random': /kisskb/src/net/bluetooth/smp.c:2171:6: note: byref variable will be forcibly initialized u8 cfm[16]; ^~~ /kisskb/src/net/bluetooth/smp.c:2132:6: note: byref variable will be forcibly initialized u32 passkey; ^~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'tk_request': /kisskb/src/net/bluetooth/smp.c:855:6: note: byref variable will be forcibly initialized u32 passkey = 0; ^~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_pairing_req': /kisskb/src/net/bluetooth/smp.c:1733:25: note: byref variable will be forcibly initialized struct smp_cmd_pairing rsp, *req = (void *) skb->data; ^~~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_read_mft': /kisskb/src/fs/ntfs3/inode.c:45:29: note: byref variable will be forcibly initialized struct REPARSE_DATA_BUFFER rp; // 0x18 bytes ^~ /kisskb/src/fs/ntfs3/inode.c:35:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_ident_addr_info': /kisskb/src/net/bluetooth/smp.c:2589:11: note: byref variable will be forcibly initialized bdaddr_t rpa; ^~~ In file included from /kisskb/src/net/bluetooth/smp.c:31: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/smp.c:2639:15: note: in expansion of macro 'BDADDR_ANY' bacpy(&rpa, BDADDR_ANY); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/net/bluetooth/smp.c:23: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c:2614:2: note: in expansion of macro 'if' if (!bacmp(&info->bdaddr, BDADDR_ANY) || ^~ /kisskb/src/net/bluetooth/smp.c:2614:28: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(&info->bdaddr, BDADDR_ANY) || ^~~~~~~~~~ /kisskb/src/fs/ntfs3/lznt.c: In function 'decompress_chunk': /kisskb/src/fs/ntfs3/lznt.c:235:9: note: byref variable will be forcibly initialized size_t offset, length; ^~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_public_key': /kisskb/src/net/bluetooth/smp.c:2735:33: note: byref variable will be forcibly initialized struct smp_cmd_pairing_confirm cfm; ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_irk_matches': /kisskb/src/net/bluetooth/smp.c:500:5: note: byref variable will be forcibly initialized u8 hash[3]; ^~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_security_req': /kisskb/src/net/bluetooth/smp.c:2288:25: note: byref variable will be forcibly initialized struct smp_cmd_pairing cp; ^~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_conn_security': /kisskb/src/net/bluetooth/smp.c:2427:31: note: byref variable will be forcibly initialized struct smp_cmd_security_req cp; ^~ /kisskb/src/net/bluetooth/smp.c:2418:26: note: byref variable will be forcibly initialized struct smp_cmd_pairing cp; ^~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_get_block_vbo': /kisskb/src/fs/ntfs3/inode.c:539:7: note: byref variable will be forcibly initialized bool new; ^~~ /kisskb/src/fs/ntfs3/inode.c:538:17: note: byref variable will be forcibly initialized CLST vcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/inode.c:538:12: note: byref variable will be forcibly initialized CLST vcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'scan_nres_bitmap': /kisskb/src/fs/ntfs3/index.c:380:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/index.c:379:18: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~ /kisskb/src/fs/ntfs3/index.c:379:12: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~~ /kisskb/src/fs/ntfs3/index.c:379:7: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_free': /kisskb/src/fs/ntfs3/index.c:477:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/inode.c: In function 'reset_log_file': /kisskb/src/fs/ntfs3/inode.c:982:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_create_allocate': /kisskb/src/fs/ntfs3/index.c:1413:19: note: byref variable will be forcibly initialized struct runs_tree run; ^~~ /kisskb/src/fs/ntfs3/index.c:1412:7: note: byref variable will be forcibly initialized CLST alen; ^~~~ /kisskb/src/fs/ntfs3/index.c:1407:17: note: byref variable will be forcibly initialized struct ATTRIB *alloc; ^~~~~ /kisskb/src/fs/ntfs3/index.c:1406:17: note: byref variable will be forcibly initialized struct ATTRIB *bitmap; ^~~~~~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_create_inode': /kisskb/src/fs/ntfs3/inode.c:1491:9: note: byref variable will be forcibly initialized CLST alen; ^~~~ /kisskb/src/fs/ntfs3/inode.c:1197:11: note: byref variable will be forcibly initialized u16 t16, nsize = 0, aid = 0; ^~~~~ /kisskb/src/fs/ntfs3/inode.c:1195:7: note: byref variable will be forcibly initialized CLST vcn; ^~~ /kisskb/src/fs/ntfs3/inode.c:1194:9: note: byref variable will be forcibly initialized __le32 security_id = SECURITY_ID_INVALID; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/inode.c:1184:7: note: byref variable will be forcibly initialized CLST ino = 0; ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_add_allocate': /kisskb/src/fs/ntfs3/index.c:1466:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/index.c:1465:17: note: byref variable will be forcibly initialized struct ATTRIB *bmp, *alloc; ^~~ /kisskb/src/fs/ntfs3/index.c:1464:16: note: byref variable will be forcibly initialized u64 bmp_size, bmp_size_v; ^~~~~~~~~~ /kisskb/src/fs/ntfs3/index.c:1463:6: note: byref variable will be forcibly initialized u64 data_size; ^~~~~~~~~ /kisskb/src/fs/ntfs3/index.c:1462:9: note: byref variable will be forcibly initialized size_t bit; ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_shrink': /kisskb/src/fs/ntfs3/index.c:2027:10: note: byref variable will be forcibly initialized size_t used = MINUS_ONE_T; ^~~~ /kisskb/src/fs/ntfs3/index.c:2005:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/index.c:2002:11: note: byref variable will be forcibly initialized u64 bpb, new_data; ^~~~~~~~ /kisskb/src/fs/ntfs3/index.c:2002:6: note: byref variable will be forcibly initialized u64 bpb, new_data; ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'hdr_insert_de': /kisskb/src/fs/ntfs3/index.c:818:6: note: byref variable will be forcibly initialized int diff; ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'bmp_buf_get': /kisskb/src/fs/ntfs3/index.c:211:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/index.c:210:7: note: byref variable will be forcibly initialized CLST vcn = off >> sbi->cluster_bits; ^~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/drivers/dax/super.c:5: /kisskb/src/drivers/dax/super.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_mark_used': /kisskb/src/fs/ntfs3/index.c:320:17: note: byref variable will be forcibly initialized struct bmp_buf bbuf; ^~~~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_unlink_inode': /kisskb/src/fs/ntfs3/inode.c:1693:6: note: byref variable will be forcibly initialized int undo_remove; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/inode.c:1692:23: note: byref variable will be forcibly initialized struct NTFS_DE *de, *de2 = NULL; ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_mark_free': /kisskb/src/fs/ntfs3/index.c:340:17: note: byref variable will be forcibly initialized struct bmp_buf bbuf; ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_used_bit': /kisskb/src/fs/ntfs3/index.c:524:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_get_root': /kisskb/src/fs/ntfs3/index.c:990:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/drivers/dax/super.c: In function 'generic_fsdax_supported': /kisskb/src/drivers/dax/super.c:130:13: note: byref variable will be forcibly initialized pfn_t pfn, end_pfn; ^~~~~~~ /kisskb/src/drivers/dax/super.c:130:8: note: byref variable will be forcibly initialized pfn_t pfn, end_pfn; ^~~ /kisskb/src/drivers/dax/super.c:129:16: note: byref variable will be forcibly initialized void *kaddr, *end_kaddr; ^~~~~~~~~ /kisskb/src/drivers/dax/super.c:129:8: note: byref variable will be forcibly initialized void *kaddr, *end_kaddr; ^~~~~ /kisskb/src/drivers/dax/super.c:128:17: note: byref variable will be forcibly initialized pgoff_t pgoff, pgoff_end; ^~~~~~~~~ /kisskb/src/drivers/dax/super.c:128:10: note: byref variable will be forcibly initialized pgoff_t pgoff, pgoff_end; ^~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_free_children': /kisskb/src/fs/ntfs3/index.c:2063:20: note: byref variable will be forcibly initialized struct indx_node *n; ^ /kisskb/src/drivers/dax/super.c: In function 'write_cache_store': /kisskb/src/drivers/dax/super.c:252:7: note: byref variable will be forcibly initialized bool write_cache; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_get_entry_to_replace': /kisskb/src/fs/ntfs3/index.c:2119:20: note: byref variable will be forcibly initialized struct indx_node *n; ^ /kisskb/src/net/caif/cfpkt_skbuff.c: In function 'cfpkt_add_body': /kisskb/src/net/caif/cfpkt_skbuff.c:175:18: note: byref variable will be forcibly initialized struct sk_buff *lastskb; ^~~~~~~ /kisskb/src/net/caif/cfpkt_skbuff.c: In function 'cfpkt_add_head': /kisskb/src/net/caif/cfpkt_skbuff.c:218:18: note: byref variable will be forcibly initialized struct sk_buff *lastskb; ^~~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find': /kisskb/src/fs/ntfs3/index.c:1110:20: note: byref variable will be forcibly initialized struct indx_node *node; ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_sort': /kisskb/src/fs/ntfs3/index.c:1177:20: note: byref variable will be forcibly initialized struct indx_node *n = NULL; ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_raw': /kisskb/src/fs/ntfs3/index.c:1290:9: note: byref variable will be forcibly initialized size_t bit; ^~~ /kisskb/src/fs/ntfs3/index.c:1287:20: note: byref variable will be forcibly initialized struct indx_node *n = NULL; ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_entry': /kisskb/src/fs/ntfs3/index.c:1887:18: note: byref variable will be forcibly initialized struct NTFS_DE *e; ^ /kisskb/src/fs/ntfs3/index.c:1886:6: note: byref variable will be forcibly initialized int diff; ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_into_root': /kisskb/src/fs/ntfs3/index.c:1547:19: note: byref variable will be forcibly initialized __le64 *sub_vbn, t_vbn; ^~~~~ /kisskb/src/fs/ntfs3/index.c:1546:7: note: byref variable will be forcibly initialized CLST new_vbn; ^~~~~~~ /kisskb/src/fs/ntfs3/index.c:1543:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/index.c:1542:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_into_buffer': /kisskb/src/fs/ntfs3/index.c:1761:9: note: byref variable will be forcibly initialized __le64 t_vbn, *sub_vbn; ^~~~~ /kisskb/src/fs/ntfs3/index.c:1760:7: note: byref variable will be forcibly initialized CLST new_vbn; ^~~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_delete_entry': /kisskb/src/fs/ntfs3/index.c:2216:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/index.c:2215:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/index.c:2211:22: note: byref variable will be forcibly initialized struct NTFS_DE *e, *re, *next, *prev, *me; ^~ /kisskb/src/fs/ntfs3/index.c:2211:18: note: byref variable will be forcibly initialized struct NTFS_DE *e, *re, *next, *prev, *me; ^ /kisskb/src/fs/ntfs3/index.c:2206:11: note: byref variable will be forcibly initialized int err, diff; ^~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_is_jack_det_active': /kisskb/src/drivers/mfd/arizona-core.c:513:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_underclocked': /kisskb/src/drivers/mfd/arizona-core.c:120:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_poll_reg': /kisskb/src/drivers/mfd/arizona-core.c:252:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5102_apply_hardware_patch': /kisskb/src/drivers/mfd/arizona-core.c:399:30: note: byref variable will be forcibly initialized struct arizona_sysclk_state state; ^~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_update_dup': /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5110_apply_sleep_patch': /kisskb/src/drivers/mfd/arizona-core.c:440:30: note: byref variable will be forcibly initialized struct arizona_sysclk_state state; ^~~~~ /kisskb/src/fs/ntfs3/index.c:2595:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/index.c:2591:18: note: byref variable will be forcibly initialized struct NTFS_DE *e = NULL; ^ /kisskb/src/fs/ntfs3/index.c:2590:11: note: byref variable will be forcibly initialized int err, diff; ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/phc_vclocks.c:5: /kisskb/src/net/ethtool/phc_vclocks.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_overclocked': /kisskb/src/drivers/mfd/arizona-core.c:160:15: note: byref variable will be forcibly initialized unsigned int val[3]; ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_dev_init': /kisskb/src/drivers/mfd/arizona-core.c:958:20: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/mfd/arizona-core.c:958:15: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ In file included from /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_format_caps.c:8: /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_format_caps.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/caif/cfsrvl.c: In function 'cfservl_modemcmd': /kisskb/src/net/caif/cfsrvl.c:131:7: note: byref variable will be forcibly initialized u8 flow_off = SRVL_FLOW_OFF; ^~~~~~~~ /kisskb/src/net/caif/cfsrvl.c:110:7: note: byref variable will be forcibly initialized u8 flow_on = SRVL_FLOW_ON; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/misc/cb710/core.c:7: /kisskb/src/drivers/misc/cb710/core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/misc/cb710/core.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_pci_update_config_reg': /kisskb/src/drivers/misc/cb710/core.c:20:6: note: byref variable will be forcibly initialized u32 rval; ^~~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_pci_configure': /kisskb/src/drivers/misc/cb710/core.c:33:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_probe': /kisskb/src/drivers/misc/cb710/core.c:191:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/nfc/fdp/fdp.c: In function 'fdp_nci_set_clock': /kisskb/src/drivers/nfc/fdp/fdp.c:124:7: note: byref variable will be forcibly initialized char data[9]; ^~~~ /kisskb/src/drivers/nfc/fdp/fdp.c: In function 'fdp_nci_create_conn': /kisskb/src/drivers/nfc/fdp/fdp.c:85:43: note: byref variable will be forcibly initialized struct core_conn_create_dest_spec_params param; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/nfc/fdp/fdp.c:8: /kisskb/src/drivers/nfc/fdp/fdp.c: In function 'fdp_nci_patch_otp': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/fdp/fdp.c:377:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(info->setup_wq, info->setup_reset_ntf); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/fdp/fdp.c:364:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(info->setup_wq, info->setup_patch_ntf); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/fdp/fdp.c:346:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(info->setup_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/fdp/fdp.c: In function 'fdp_nci_patch_ram': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/fdp/fdp.c:443:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(info->setup_wq, info->setup_reset_ntf); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/fdp/fdp.c:430:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(info->setup_wq, info->setup_patch_ntf); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/fdp/fdp.c:412:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(info->setup_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/namei.c: In function 'ntfs_rename': /kisskb/src/fs/ntfs3/namei.c:267:16: note: byref variable will be forcibly initialized bool is_same, is_bad; ^~~~~~ /kisskb/src/fs/ntfs3/namei.c: In function 'ntfs3_get_parent': /kisskb/src/fs/ntfs3/namei.c:367:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/drivers/clk/clk-fixed-factor.c: In function '_of_fixed_factor_clk_setup': /kisskb/src/drivers/clk/clk-fixed-factor.c:201:11: note: byref variable will be forcibly initialized u32 div, mult; ^~~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:201:6: note: byref variable will be forcibly initialized u32 div, mult; ^~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:199:14: note: byref variable will be forcibly initialized const char *clk_name = node->name; ^~~~~~~~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_attr_iget': /kisskb/src/fs/ntfs/inode.c:219:12: note: byref variable will be forcibly initialized ntfs_attr na; ^~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/mfd/arizona-irq.c:11: /kisskb/src/drivers/mfd/arizona-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/fs/ntfs3/record.c: In function 'mi_pack_runs': /kisskb/src/fs/ntfs3/record.c:572:7: note: byref variable will be forcibly initialized CLST plen; ^~~~ /kisskb/src/drivers/mfd/arizona-irq.c: In function 'arizona_irq_thread': /kisskb/src/drivers/mfd/arizona-irq.c:100:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_iget': /kisskb/src/fs/ntfs/inode.c:161:12: note: byref variable will be forcibly initialized ntfs_attr na; ^~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_index_iget': /kisskb/src/fs/ntfs/inode.c:277:12: note: byref variable will be forcibly initialized ntfs_attr na; ^~ /kisskb/src/net/caif/caif_socket.c: In function 'caif_stream_sendmsg': /kisskb/src/net/caif/caif_socket.c:599:6: note: byref variable will be forcibly initialized int err, 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/sched/signal.h:7, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:234:8: note: in expansion of macro 'wait_event_interruptible_timeout' err = wait_event_interruptible_timeout(hdev->req_wait_q, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:197:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/caif/caif_socket.c: In function 'caif_seqpkt_sendmsg': /kisskb/src/net/caif/caif_socket.c:524:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/tcp.h:17, from /kisskb/src/net/caif/caif_socket.c:18: /kisskb/src/net/caif/caif_socket.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'interleave_scan_work': /kisskb/src/net/bluetooth/hci_request.c:2042:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'le_scan_restart_work': /kisskb/src/net/bluetooth/hci_request.c:3099:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'le_scan_disable_work': /kisskb/src/net/bluetooth/hci_request.c:3003:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'discoverable_update_work': /kisskb/src/net/bluetooth/hci_request.c:2835:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'connectable_update_work': /kisskb/src/net/bluetooth/hci_request.c:2722:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/net/caif/caif_socket.c: In function 'caif_seqpkt_recvmsg': /kisskb/src/net/caif/caif_socket.c:277:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'bg_scan_update': /kisskb/src/net/bluetooth/hci_request.c:2947:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'discov_update': /kisskb/src/net/bluetooth/hci_request.c:3343:5: note: byref variable will be forcibly initialized u8 status = 0; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_cmd_sync_ev': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:147:8: note: in expansion of macro 'wait_event_interruptible_timeout' err = wait_event_interruptible_timeout(hdev->req_wait_q, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:131:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/caif/caif_socket.c: In function 'setsockopt': /kisskb/src/net/caif/caif_socket.c:678:6: note: byref variable will be forcibly initialized int linksel; ^~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'del_from_accept_list': /kisskb/src/net/bluetooth/hci_request.c:766:42: note: byref variable will be forcibly initialized struct hci_cp_le_del_from_resolv_list cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:751:40: note: byref variable will be forcibly initialized struct hci_cp_le_del_from_accept_list cp; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'add_to_accept_list': /kisskb/src/net/bluetooth/hci_request.c:821:40: note: byref variable will be forcibly initialized struct hci_cp_le_add_to_resolv_list cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:782:38: note: byref variable will be forcibly initialized struct hci_cp_le_add_to_accept_list cp; ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/net/caif/caif_socket.c:9: /kisskb/src/net/caif/caif_socket.c: In function 'caif_connect': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/caif_socket.c:871:10: note: in expansion of macro 'wait_event_interruptible_timeout' timeo = wait_event_interruptible_timeout(*sk_sleep(sk), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/caif_socket.c:752:25: note: byref variable will be forcibly initialized int ifindex, headroom, tailroom; ^~~~~~~~ /kisskb/src/net/caif/caif_socket.c:752:15: note: byref variable will be forcibly initialized int ifindex, headroom, tailroom; ^~~~~~~~ /kisskb/src/net/caif/caif_socket.c:752:6: note: byref variable will be forcibly initialized int ifindex, headroom, tailroom; ^~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'update_accept_list': /kisskb/src/net/bluetooth/hci_request.c:845:5: note: byref variable will be forcibly initialized u8 num_entries = 0; ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_start_scan': /kisskb/src/net/bluetooth/hci_request.c:1006:36: note: byref variable will be forcibly initialized struct hci_cp_le_set_scan_enable enable_cp; ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1005:35: note: byref variable will be forcibly initialized struct hci_cp_le_set_scan_param param_cp; ^~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:959:6: note: byref variable will be forcibly initialized u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2]; ^~~~ /kisskb/src/net/bluetooth/hci_request.c:957:40: note: byref variable will be forcibly initialized struct hci_cp_le_set_ext_scan_enable ext_enable_cp; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:947:6: note: byref variable will be forcibly initialized u8 enable = 0x01; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_clear_event_filter': /kisskb/src/net/bluetooth/hci_request.c:1158:33: note: byref variable will be forcibly initialized struct hci_cp_set_event_filter f; ^ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_set_event_filter': /kisskb/src/net/bluetooth/hci_request.c:1175:5: note: byref variable will be forcibly initialized u8 scan = SCAN_DISABLED; ^~~~ /kisskb/src/net/bluetooth/hci_request.c:1173:33: note: byref variable will be forcibly initialized struct hci_cp_set_event_filter f; ^ /kisskb/src/net/bluetooth/hci_request.c: In function 'bredr_inquiry': /kisskb/src/net/bluetooth/hci_request.c:2974:24: note: byref variable will be forcibly initialized struct hci_cp_inquiry cp; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'write_iac': /kisskb/src/net/bluetooth/hci_request.c:2771:38: note: byref variable will be forcibly initialized struct hci_cp_write_current_iac_lap cp; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_write_fast_connectable': /kisskb/src/net/bluetooth/hci_request.c:357:5: note: byref variable will be forcibly initialized u8 type; ^~~~ /kisskb/src/net/bluetooth/hci_request.c:356:41: note: byref variable will be forcibly initialized struct hci_cp_write_page_scan_activity acp; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_name': /kisskb/src/net/bluetooth/hci_request.c:517:33: note: byref variable will be forcibly initialized struct hci_cp_write_local_name cp; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_eir': /kisskb/src/net/bluetooth/hci_request.c:685:26: note: byref variable will be forcibly initialized struct hci_cp_write_eir cp; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_add_le_scan_disable': /kisskb/src/net/bluetooth/hci_request.c:742:8: note: byref variable will be forcibly initialized __u8 enable = 0x00; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c:731:36: note: byref variable will be forcibly initialized struct hci_cp_le_set_scan_enable cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:724:40: note: byref variable will be forcibly initialized struct hci_cp_le_set_ext_scan_enable cp; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'le_scan_restart': /kisskb/src/net/bluetooth/hci_request.c:3083:36: note: byref variable will be forcibly initialized struct hci_cp_le_set_scan_enable cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:3074:40: note: byref variable will be forcibly initialized struct hci_cp_le_set_ext_scan_enable ext_enable_cp; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'append_local_name': /kisskb/src/net/bluetooth/hci_request.c:1656:6: note: byref variable will be forcibly initialized u8 name[HCI_MAX_SHORT_NAME_LENGTH + 1]; ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_scan_rsp_data': /kisskb/src/net/bluetooth/hci_request.c:1747:38: note: byref variable will be forcibly initialized struct hci_cp_le_set_scan_rsp_data cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:1722:5: note: byref variable will be forcibly initialized } pdu; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_adv_data': /kisskb/src/net/bluetooth/hci_request.c:1893:33: note: byref variable will be forcibly initialized struct hci_cp_le_set_adv_data cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:1871:5: note: byref variable will be forcibly initialized } pdu; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_update_adv_data': /kisskb/src/net/bluetooth/hci_request.c:1915:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_disable_address_resolution': /kisskb/src/net/bluetooth/hci_request.c:1932:7: note: byref variable will be forcibly initialized __u8 enable = 0x00; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1931:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_get_random_address': /kisskb/src/net/bluetooth/hci_request.c:2108:12: note: byref variable will be forcibly initialized bdaddr_t nrpa; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2088:4: note: in expansion of macro 'if' if (rpa_valid(hdev)) ^~ /kisskb/src/include/net/bluetooth/hci_core.h:1428:50: note: in expansion of macro 'BDADDR_ANY' #define rpa_valid(dev) (bacmp(&dev->rpa, BDADDR_ANY) && \ ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2088:8: note: in expansion of macro 'rpa_valid' if (rpa_valid(hdev)) ^~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2085:4: note: in expansion of macro 'if' if (adv_rpa_valid(adv_instance)) ^~ /kisskb/src/include/net/bluetooth/hci_core.h:1430:58: note: in expansion of macro 'BDADDR_ANY' #define adv_rpa_valid(adv) (bacmp(&adv->random_addr, BDADDR_ANY) && \ ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2085:8: note: in expansion of macro 'adv_rpa_valid' if (adv_rpa_valid(adv_instance)) ^~~~~~~~~~~~~ In file included from /kisskb/src/net/bluetooth/hci_request.c:26: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_request.c:2069:19: note: in expansion of macro 'BDADDR_ANY' bacpy(rand_addr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_setup_ext_adv_instance': /kisskb/src/net/bluetooth/hci_request.c:2259:42: note: byref variable will be forcibly initialized struct hci_cp_le_set_adv_set_rand_addr cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:2173:5: note: byref variable will be forcibly initialized u8 own_addr_type; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2172:11: note: byref variable will be forcibly initialized bdaddr_t random_addr; ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2168:38: note: byref variable will be forcibly initialized struct hci_cp_le_set_ext_adv_params cp; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2257:2: note: in expansion of macro 'if' if (own_addr_type == ADDR_LE_DEV_RANDOM && ^~ /kisskb/src/net/bluetooth/hci_request.c:2258:26: note: in expansion of macro 'BDADDR_ANY' bacmp(&random_addr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_enable_ext_advertising': /kisskb/src/net/bluetooth/hci_request.c:2295:5: note: byref variable will be forcibly initialized u8 data[sizeof(*cp) + sizeof(*adv_set) * 1]; ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_disable_ext_adv_instance': /kisskb/src/net/bluetooth/hci_request.c:2340:5: note: byref variable will be forcibly initialized u8 data[sizeof(*cp) + sizeof(*adv_set) * 1]; ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_disable_advertising': /kisskb/src/net/bluetooth/hci_request.c:1454:6: note: byref variable will be forcibly initialized u8 enable = 0x00; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/clk.h:270, from /kisskb/src/drivers/clk/clk.c:95: /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_update_random_address': /kisskb/src/net/bluetooth/hci_request.c:2571:12: note: byref variable will be forcibly initialized bdaddr_t nrpa; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2602:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_FORCE_STATIC_ADDR) || ^~ /kisskb/src/net/bluetooth/hci_request.c:2605:33: note: in expansion of macro 'BDADDR_ANY' bacmp(&hdev->static_addr, BDADDR_ANY))) { ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2602:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_FORCE_STATIC_ADDR) || ^~ /kisskb/src/net/bluetooth/hci_request.c:2603:28: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->bdaddr, BDADDR_ANY) || ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2552:3: note: in expansion of macro 'if' if (rpa_valid(hdev)) ^~ /kisskb/src/include/net/bluetooth/hci_core.h:1428:50: note: in expansion of macro 'BDADDR_ANY' #define rpa_valid(dev) (bacmp(&dev->rpa, BDADDR_ANY) && \ ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2552:7: note: in expansion of macro 'rpa_valid' if (rpa_valid(hdev)) ^~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_rate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_rate_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_parent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_add_le_passive_scan': /kisskb/src/net/bluetooth/hci_request.c:1053:5: note: byref variable will be forcibly initialized u8 own_addr_type; ^~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_phase': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_duty_cycle': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/clk.h:270, from /kisskb/src/drivers/clk/clk.c:95: /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_enable_advertising': /kisskb/src/net/bluetooth/hci_request.c:1560:20: note: byref variable will be forcibly initialized u8 own_addr_type, enable = 0x01; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1560:5: note: byref variable will be forcibly initialized u8 own_addr_type, enable = 0x01; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1559:33: note: byref variable will be forcibly initialized struct hci_cp_le_set_adv_param cp; ^~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_parent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_phase': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_duty_cycle': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_resume_adv_instances': /kisskb/src/net/bluetooth/hci_request.c:1259:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function '__bpf_trace_clk_rate': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function '__bpf_trace_clk_parent': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function '__bpf_trace_clk_phase': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'adv_timeout_expire': /kisskb/src/net/bluetooth/hci_request.c:1981:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_reenable_advertising': /kisskb/src/net/bluetooth/hci_request.c:1952:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'active_scan': /kisskb/src/net/bluetooth/hci_request.c:3148:5: note: byref variable will be forcibly initialized u8 own_addr_type; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_scan': /kisskb/src/net/bluetooth/hci_request.c:2642:5: note: byref variable will be forcibly initialized u8 scan; ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_prepare_suspend': /kisskb/src/net/bluetooth/hci_request.c:1308:5: note: byref variable will be forcibly initialized u8 page_scan; ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1307:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_class': /kisskb/src/net/bluetooth/hci_request.c:2742:5: note: byref variable will be forcibly initialized u8 cod[3]; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'powered_update_hci': /kisskb/src/net/bluetooth/hci_request.c:3413:41: note: byref variable will be forcibly initialized struct hci_cp_write_le_host_supported cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:3404:7: note: byref variable will be forcibly initialized u8 support = 0x01; ^~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:3399:6: note: byref variable will be forcibly initialized u8 mode = 0x01; ^~~~ /kisskb/src/net/bluetooth/hci_request.c:3393:5: note: byref variable will be forcibly initialized u8 link_sec; ^~~~~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/include/linux/io-64-nonatomic-lo-hi.h:5, from /kisskb/src/drivers/cxl/core/bus.c:3: /kisskb/src/drivers/cxl/core/bus.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/io-64-nonatomic-lo-hi.h:5, from /kisskb/src/drivers/cxl/core/bus.c:3: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_abort_conn': /kisskb/src/drivers/cxl/core/bus.c: In function 'unregister_port': /kisskb/src/net/bluetooth/hci_request.c:2888:39: note: byref variable will be forcibly initialized struct hci_cp_reject_sync_conn_req rej; ^~~ /kisskb/src/drivers/cxl/core/bus.c:260:8: note: byref variable will be forcibly initialized char link_name[CXL_TARGET_STRLEN]; ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2880:34: note: byref variable will be forcibly initialized struct hci_cp_reject_conn_req rej; ^~~ /kisskb/src/net/bluetooth/hci_request.c:2855:29: note: byref variable will be forcibly initialized struct hci_cp_disconnect dc; ^~ /kisskb/src/net/bluetooth/hci_request.c:2848:35: note: byref variable will be forcibly initialized struct hci_cp_disconn_phy_link cp; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_abort_conn': /kisskb/src/net/bluetooth/hci_request.c:2918:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_stop_discovery': /kisskb/src/net/bluetooth/hci_request.c:3286:39: note: byref variable will be forcibly initialized struct hci_cp_remote_name_req_cancel cp; ^~ In file included from /kisskb/src/net/bluetooth/hci_request.c:26: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_request.c:3316:46: note: in expansion of macro 'BDADDR_ANY' e = hci_inquiry_cache_lookup_resolve(hdev, BDADDR_ANY, ^~~~~~~~~~ /kisskb/src/drivers/cxl/core/bus.c: In function 'cxl_add_dport': /kisskb/src/drivers/cxl/core/bus.c:423:7: note: byref variable will be forcibly initialized char link_name[CXL_TARGET_STRLEN]; ^~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_req_round_rate_nolock': /kisskb/src/drivers/clk/clk.c:2150:26: note: byref variable will be forcibly initialized struct clk_rate_request req; ^~~ /kisskb/src/drivers/clk/clk.c: In function '__clk_notify': /kisskb/src/drivers/clk/clk.c:1506:27: note: byref variable will be forcibly initialized struct clk_notifier_data cnd; ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_dump_one': /kisskb/src/drivers/clk/clk.c:2998:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:2998:16: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_max_rate_show': /kisskb/src/net/bluetooth/mgmt_config.c: In function 'read_def_system_config': /kisskb/src/drivers/clk/clk.c:3245:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt_config.c:81:13: note: byref variable will be forcibly initialized } __packed rp = { ^~ /kisskb/src/drivers/clk/clk.c:3245:16: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_min_rate_show': /kisskb/src/drivers/clk/clk.c:3231:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3231:16: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ In file included from /kisskb/src/drivers/clk/clk.c:17: /kisskb/src/drivers/clk/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_get': /kisskb/src/drivers/clk/clk.c:400:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_calc_new_rates': /kisskb/src/drivers/clk/clk.c:1957:27: note: byref variable will be forcibly initialized struct clk_rate_request req; ^~~ /kisskb/src/drivers/clk/clk.c:1940:16: note: byref variable will be forcibly initialized unsigned long max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:1939:16: note: byref variable will be forcibly initialized unsigned long min_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_mux_determine_rate_flags': /kisskb/src/drivers/clk/clk.c:552:26: note: byref variable will be forcibly initialized struct clk_rate_request parent_req = *req; ^~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_hw_round_rate': /kisskb/src/drivers/clk/clk.c:1436:26: note: byref variable will be forcibly initialized struct clk_rate_request req; ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_round_rate': /kisskb/src/drivers/clk/clk.c:1460:26: note: byref variable will be forcibly initialized struct clk_rate_request req; ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_set_duty_cycle': /kisskb/src/drivers/clk/clk.c:2832:18: note: byref variable will be forcibly initialized struct clk_duty duty; ^~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_is_mapped_full': /kisskb/src/fs/ntfs3/run.c:171:9: note: byref variable will be forcibly initialized size_t i; ^ /kisskb/src/fs/ntfs3/run.c: In function 'run_lookup_entry': /kisskb/src/fs/ntfs3/run.c:197:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_truncate_head': /kisskb/src/fs/ntfs3/run.c:232:9: note: byref variable will be forcibly initialized size_t index; ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_truncate': /kisskb/src/fs/ntfs3/run.c:267:9: note: byref variable will be forcibly initialized size_t index; ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_add_entry': /kisskb/src/fs/ntfs3/run.c:321:15: note: byref variable will be forcibly initialized size_t used, index; ^~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_hw': /kisskb/src/drivers/clk/clk.c:4860:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_parent_name': /kisskb/src/drivers/clk/clk.c:4929:6: note: byref variable will be forcibly initialized u32 pv; ^~ /kisskb/src/drivers/clk/clk.c:4927:14: note: byref variable will be forcibly initialized const char *clk_name; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:4925:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_collapse_range': /kisskb/src/fs/ntfs3/run.c:493:9: note: byref variable will be forcibly initialized size_t index, eat; ^~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_detect_critical': /kisskb/src/drivers/clk/clk.c:5068:11: note: byref variable will be forcibly initialized uint32_t idx; ^~~ In file included from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/clk/clk.c:9: /kisskb/src/drivers/clk/clk.c: In function 'of_clk_init': /kisskb/src/drivers/clk/clk.c:5095:12: note: byref variable will be forcibly initialized LIST_HEAD(clk_provider_list); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/clk/clk.c:5090:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_pack': /kisskb/src/fs/ntfs3/run.c:784:9: note: byref variable will be forcibly initialized size_t i; ^ /kisskb/src/fs/ntfs3/run.c:780:22: note: byref variable will be forcibly initialized CLST next_vcn, vcn, lcn; ^~~ /kisskb/src/fs/ntfs3/run.c:780:17: note: byref variable will be forcibly initialized CLST next_vcn, vcn, lcn; ^~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_unpack_ex': /kisskb/src/fs/ntfs3/run.c:1008:9: note: byref variable will be forcibly initialized size_t index; ^~~~~ /kisskb/src/fs/ntfs3/run.c:1007:22: note: byref variable will be forcibly initialized CLST next_vcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/run.c:1007:17: note: byref variable will be forcibly initialized CLST next_vcn, lcn, len; ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_component_verify_inputs': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:275:16: note: byref variable will be forcibly initialized unsigned long supported_inputs = c->supported_inputs; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_assemble': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:308:16: note: byref variable will be forcibly initialized unsigned long avail_comps = pipe->avail_comps; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:251:16: note: byref variable will be forcibly initialized unsigned long avail_comps = pipe->avail_comps; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_get_first_component': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:141:16: note: byref variable will be forcibly initialized unsigned long comp_mask_local = (unsigned long)comp_mask; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_component_add': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:212:11: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_destroy': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:49:16: note: byref variable will be forcibly initialized unsigned long avail_comps = pipe->avail_comps; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_dump_register': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:362:16: note: byref variable will be forcibly initialized unsigned long avail_comps; ^~~~~~~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'align_store': /kisskb/src/drivers/dax/bus.c:1128:16: note: byref variable will be forcibly initialized unsigned long val, align_save; ^~~ /kisskb/src/drivers/dax/bus.c: In function 'range_parse': /kisskb/src/drivers/dax/bus.c:1039:16: note: byref variable will be forcibly initialized char *start, *end, *str; ^~~ /kisskb/src/drivers/dax/bus.c:1038:21: note: byref variable will be forcibly initialized unsigned long long addr = 0; ^~~~ /kisskb/src/drivers/dax/bus.c: In function 'do_id_store': /kisskb/src/drivers/dax/bus.c:71:7: note: byref variable will be forcibly initialized char devname[DAX_NAME_LEN]; ^~~~~~~ /kisskb/src/drivers/dax/bus.c:70:26: note: byref variable will be forcibly initialized unsigned int region_id, id; ^~ /kisskb/src/drivers/dax/bus.c:70:15: note: byref variable will be forcibly initialized unsigned int region_id, id; ^~~~~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'mapping_store': /kisskb/src/drivers/dax/bus.c:1072:15: note: byref variable will be forcibly initialized struct range r; ^ /kisskb/src/drivers/dax/bus.c: In function 'dev_dax_resize': /kisskb/src/drivers/dax/bus.c:935:61: note: byref variable will be forcibly initialized resource_size_t avail = dax_region_avail_size(dax_region), to_alloc; ^~~~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'size_store': /kisskb/src/drivers/dax/bus.c:1009:21: note: byref variable will be forcibly initialized unsigned long long val; ^~~ /kisskb/src/drivers/misc/cb710/sgbuf2.c: In function 'sg_dwiter_read_buffer': /kisskb/src/drivers/misc/cb710/sgbuf2.c:28:11: note: byref variable will be forcibly initialized 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:12: note: byref variable will be forcibly initialized uint32_t *ptr = NULL; ^~~ /kisskb/src/drivers/misc/cb710/sgbuf2.c: In function 'cb710_sg_dwiter_write_next_block': /kisskb/src/drivers/misc/cb710/sgbuf2.c:133:12: note: byref variable will be forcibly initialized uint32_t *ptr = NULL; ^~~ /kisskb/src/drivers/dax/bus.c: In function 'create_store': /kisskb/src/drivers/dax/bus.c:330:23: note: byref variable will be forcibly initialized struct dev_dax_data data = { ^~~~ /kisskb/src/drivers/dax/bus.c:314:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/mfd/wm831x-core.c: In function 'wm831x_reg_read': /kisskb/src/drivers/mfd/wm831x-core.c:521:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/net/caif/caif_usb.c: In function 'cfusbl_transmit': /kisskb/src/net/caif/caif_usb.c:52:5: note: byref variable will be forcibly initialized u8 zeros[CFUSB_ALIGNMENT]; ^~~~~ /kisskb/src/net/caif/caif_usb.c:51:5: note: byref variable will be forcibly initialized u8 hpad; ^~~~ /kisskb/src/net/caif/caif_usb.c: In function 'cfusbl_receive': /kisskb/src/net/caif/caif_usb.c:40:5: note: byref variable will be forcibly initialized u8 hpad; ^~~~ /kisskb/src/net/caif/caif_usb.c: In function 'cfusbl_device_notify': /kisskb/src/net/caif/caif_usb.c:132:18: note: byref variable will be forcibly initialized struct cflayer *layer, *link_support; ^~~~~ /kisskb/src/net/caif/caif_usb.c:131:25: note: byref variable will be forcibly initialized struct caif_dev_common common; ^~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_improc_validate': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:778:22: note: byref variable will be forcibly initialized u32 output_depths, output_formats; ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:778:7: note: byref variable will be forcibly initialized u32 output_depths, output_formats; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_pipeline_unbound_components': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1235:16: note: byref variable will be forcibly initialized unsigned long disabling_comps; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_compiz_set_input': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:675:16: note: byref variable will be forcibly initialized u16 compiz_w, compiz_h; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:675:6: note: byref variable will be forcibly initialized u16 compiz_w, compiz_h; ^~~~~~~~ /kisskb/src/fs/ntfs/namei.c: In function 'ntfs_lookup': /kisskb/src/fs/ntfs/namei.c:168:14: note: byref variable will be forcibly initialized struct qstr nls_name; ^~~~~~~~ /kisskb/src/fs/ntfs/namei.c:95:13: note: byref variable will be forcibly initialized ntfs_name *name = NULL; ^~~~ /kisskb/src/fs/ntfs/namei.c:94:12: note: byref variable will be forcibly initialized ntfschar *uname; ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_layer_split_data_flow': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1093:39: note: byref variable will be forcibly initialized struct komeda_data_flow_cfg l_dflow, r_dflow; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1093:30: note: byref variable will be forcibly initialized struct komeda_data_flow_cfg l_dflow, r_dflow; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_wb_split_data_flow': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1161:39: note: byref variable will be forcibly initialized struct komeda_data_flow_cfg l_dflow, r_dflow; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1161:30: note: byref variable will be forcibly initialized struct komeda_data_flow_cfg l_dflow, r_dflow; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_display_data_flow': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1193:30: note: byref variable will be forcibly initialized struct komeda_data_flow_cfg s_dflow; /* slave data flow */ ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1192:30: note: byref variable will be forcibly initialized struct komeda_data_flow_cfg m_dflow; /* master data flow */ ^~~~~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c: In function '_of_fixed_clk_setup': /kisskb/src/drivers/clk/clk-fixed-rate.c:145:6: note: byref variable will be forcibly initialized u32 accuracy = 0; ^~~~~~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c:144:6: note: byref variable will be forcibly initialized u32 rate; ^~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c:143:14: note: byref variable will be forcibly initialized const char *clk_name = node->name; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_pipeline_disable': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1291:16: note: byref variable will be forcibly initialized unsigned long disabling_comps; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_pipeline_update': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1336:16: note: byref variable will be forcibly initialized unsigned long changed_comps; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/net/caif/chnl_net.c:19: /kisskb/src/net/caif/chnl_net.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/caif/chnl_net.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/caif/chnl_net.c: In function 'chnl_recv_cb': /kisskb/src/net/caif/chnl_net.c:76:5: note: byref variable will be forcibly initialized u8 buf; ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/net/caif/chnl_net.c:10: /kisskb/src/net/caif/chnl_net.c: In function 'chnl_net_open': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/chnl_net.c:313:11: note: in expansion of macro 'wait_event_interruptible_timeout' result = wait_event_interruptible_timeout(priv->netmgmt_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/chnl_net.c:259:27: note: byref variable will be forcibly initialized int llifindex, headroom, tailroom, mtu; ^~~~~~~~ /kisskb/src/net/caif/chnl_net.c:259:17: note: byref variable will be forcibly initialized int llifindex, headroom, tailroom, mtu; ^~~~~~~~ /kisskb/src/net/caif/chnl_net.c:259:6: note: byref variable will be forcibly initialized int llifindex, headroom, tailroom, mtu; ^~~~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_disable_se': /kisskb/src/drivers/nfc/pn544/pn544.c:867:5: note: byref variable will be forcibly initialized u8 disable = PN544_SE_MODE_OFF; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_enable_se': /kisskb/src/drivers/nfc/pn544/pn544.c:825:18: note: byref variable will be forcibly initialized struct sk_buff *res_skb; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:812:5: note: byref variable will be forcibly initialized u8 enable = PN544_SE_MODE_ON; ^~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_discover_se': /kisskb/src/drivers/nfc/pn544/pn544.c:785:18: note: byref variable will be forcibly initialized struct sk_buff *res_skb; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:784:5: note: byref variable will be forcibly initialized u8 ese_mode = 0x01; /* Default mode */ ^~~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_complete_target_discovered': /kisskb/src/drivers/nfc/pn544/pn544.c:505:18: note: byref variable will be forcibly initialized struct sk_buff *uid_skb; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_ready': /kisskb/src/drivers/nfc/pn544/pn544.c:242:5: note: byref variable will be forcibly initialized u8 param[4]; ^~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:241:18: note: byref variable will be forcibly initialized struct sk_buff *res_skb; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:167:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_event_received': /kisskb/src/drivers/nfc/pn544/pn544.c:718:18: note: byref variable will be forcibly initialized struct sk_buff *rgb_skb = NULL; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_dep_link_up': /kisskb/src/drivers/nfc/pn544/pn544.c:447:18: note: byref variable will be forcibly initialized struct sk_buff *rgb_skb = NULL; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_start_poll': /kisskb/src/drivers/nfc/pn544/pn544.c:341:5: note: byref variable will be forcibly initialized u8 t_merge = 0x01; /* Enable merge by default */ ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:340:5: note: byref variable will be forcibly initialized u8 t_mode = 0x0f; ^~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:339:5: note: byref variable will be forcibly initialized u8 i_mode = 0x3f; /* Enable all supported modes */ ^~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:338:5: note: byref variable will be forcibly initialized u8 activated; ^~~~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:337:5: note: byref variable will be forcibly initialized u8 duration[2]; ^~~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:335:5: note: byref variable will be forcibly initialized u8 phases = 0; ^~~~~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'wakeup_source_deactivate': /kisskb/src/drivers/base/power/wakeup.c:699:20: note: byref variable will be forcibly initialized unsigned int cnt, inpr, cec; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:699:15: note: byref variable will be forcibly initialized unsigned int cnt, inpr, cec; ^~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_probe': /kisskb/src/drivers/nfc/pn544/pn544.c:910:27: note: byref variable will be forcibly initialized struct nfc_hci_init_data init_data; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function 'wakeup_sources_walk_next': /kisskb/src/include/linux/rculist.h:373:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/drivers/base/power/wakeup.c:304:9: note: in expansion of macro 'list_next_or_null_rcu' return list_next_or_null_rcu(ws_head, &ws->entry, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_wakeup_pending': /kisskb/src/drivers/base/power/wakeup.c:917:21: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:917:16: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_get_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:977:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/wakeup.c:977:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/drivers/base/power/wakeup.c:974:20: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:974:15: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_save_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:1008:20: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:1008:15: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~ /kisskb/src/drivers/mfd/wm8400-core.c: In function 'wm8400_init': /kisskb/src/drivers/mfd/wm8400-core.c:54:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_parse_options': /kisskb/src/fs/ntfs3/super.c:260:7: note: byref variable will be forcibly initialized char nls_name[30]; ^~~~~~~~ /kisskb/src/fs/ntfs3/super.c:259:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/ntfs3/super.c:258:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_remount': /kisskb/src/fs/ntfs3/super.c:390:28: note: byref variable will be forcibly initialized struct ntfs_mount_options old_opts; ^~~~~~~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_init_from_boot': /kisskb/src/fs/ntfs3/super.c:843:7: note: byref variable will be forcibly initialized u32 mb0, gb0; ^~~ /kisskb/src/fs/ntfs3/super.c:731:6: note: byref variable will be forcibly initialized u32 mb, gb, boot_sector_size, sct_per_clst, record_size; ^~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_export_get_inode': /kisskb/src/fs/ntfs3/super.c:653:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_fill_super': /kisskb/src/fs/ntfs3/super.c:934:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/super.c:926:17: note: byref variable will be forcibly initialized CLST vcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/super.c:926:12: note: byref variable will be forcibly initialized CLST vcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/super.c:926:7: note: byref variable will be forcibly initialized CLST vcn, lcn, len; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/ntfs3/xattr.c:8: /kisskb/src/fs/ntfs3/xattr.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/ntfs3/xattr.c:8: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_read_ea': /kisskb/src/fs/ntfs3/xattr.c:117:20: note: byref variable will be forcibly initialized struct runs_tree run; ^~~ /kisskb/src/fs/ntfs3/xattr.c:81:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_list_ea': /kisskb/src/fs/ntfs3/xattr.c:163:18: note: byref variable will be forcibly initialized struct EA_FULL *ea_all = NULL; ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:162:24: note: byref variable will be forcibly initialized const struct EA_INFO *info; ^~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_get_ea': /kisskb/src/fs/ntfs3/xattr.c:207:6: note: byref variable will be forcibly initialized u32 off, len; ^~~ /kisskb/src/fs/ntfs3/xattr.c:205:18: note: byref variable will be forcibly initialized struct EA_FULL *ea_all = NULL; ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:204:24: note: byref variable will be forcibly initialized const struct EA_INFO *info; ^~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_set_ea': /kisskb/src/fs/ntfs3/xattr.c:279:6: note: byref variable will be forcibly initialized u64 new_sz; ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:278:19: note: byref variable will be forcibly initialized struct runs_tree ea_run; ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:277:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/xattr.c:276:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/ntfs3/xattr.c:273:6: note: byref variable will be forcibly initialized u32 off, size; ^~~ /kisskb/src/fs/ntfs3/xattr.c:271:18: note: byref variable will be forcibly initialized struct EA_FULL *ea_all = NULL; ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:269:24: note: byref variable will be forcibly initialized const struct EA_INFO *info; ^~~~ /kisskb/src/fs/ntfs3/xattr.c:268:17: note: byref variable will be forcibly initialized struct EA_INFO ea_info; ^~~~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_setxattr': /kisskb/src/fs/ntfs3/xattr.c:973:8: note: byref variable will be forcibly initialized bool inserted; ^~~~~~~~ /kisskb/src/fs/ntfs3/xattr.c:972:10: note: byref variable will be forcibly initialized __le32 security_id; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_getxattr': /kisskb/src/fs/ntfs3/xattr.c:847:10: note: byref variable will be forcibly initialized size_t sd_size = 0; ^~~~~~~ /kisskb/src/fs/ntfs3/xattr.c:846:40: note: byref variable will be forcibly initialized struct SECURITY_DESCRIPTOR_RELATIVE *sd = NULL; ^~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_save_wsl_perm': /kisskb/src/fs/ntfs3/xattr.c:1043:9: note: byref variable will be forcibly initialized __le32 value; ^~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_get_wsl_perm': /kisskb/src/fs/ntfs3/xattr.c:1085:9: note: byref variable will be forcibly initialized __le32 value[3]; ^~~~~ /kisskb/src/fs/ntfs3/xattr.c:1084:9: note: byref variable will be forcibly initialized size_t sz; ^~ /kisskb/src/net/ieee802154/nl802154.c: In function 'llsec_parse_seclevel': /kisskb/src/net/ieee802154/nl802154.c:2085:17: note: byref variable will be forcibly initialized struct nlattr *attrs[NL802154_SECLEVEL_ATTR_MAX + 1]; ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_del_llsec_seclevel': /kisskb/src/net/ieee802154/nl802154.c:2140:35: note: byref variable will be forcibly initialized struct ieee802154_llsec_seclevel sl; ^~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_add_llsec_seclevel': /kisskb/src/net/ieee802154/nl802154.c:2122:35: note: byref variable will be forcibly initialized struct ieee802154_llsec_seclevel sl; ^~ /kisskb/src/net/ieee802154/nl802154.c: In function 'ieee802154_llsec_parse_dev_addr': /kisskb/src/net/ieee802154/nl802154.c:1296:17: note: byref variable will be forcibly initialized struct nlattr *attrs[NL802154_DEV_ADDR_ATTR_MAX + 1]; ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'ieee802154_llsec_parse_key_id': /kisskb/src/net/ieee802154/nl802154.c:1336:17: note: byref variable will be forcibly initialized struct nlattr *attrs[NL802154_KEY_ID_ATTR_MAX + 1]; ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_set_llsec_params': /kisskb/src/net/ieee802154/nl802154.c:1389:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_params params; ^~~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_del_llsec_devkey': /kisskb/src/net/ieee802154/nl802154.c:1955:37: note: byref variable will be forcibly initialized struct ieee802154_llsec_device_key key; ^~~ /kisskb/src/net/ieee802154/nl802154.c:1954:17: note: byref variable will be forcibly initialized struct nlattr *attrs[NL802154_DEVKEY_ATTR_MAX + 1]; ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_add_llsec_devkey': /kisskb/src/net/ieee802154/nl802154.c:1921:37: note: byref variable will be forcibly initialized struct ieee802154_llsec_device_key key; ^~~ /kisskb/src/net/ieee802154/nl802154.c:1920:17: note: byref variable will be forcibly initialized struct nlattr *attrs[NL802154_DEVKEY_ATTR_MAX + 1]; ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_del_llsec_dev': /kisskb/src/net/ieee802154/nl802154.c:1787:17: note: byref variable will be forcibly initialized struct nlattr *attrs[NL802154_DEV_ATTR_MAX + 1]; ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'ieee802154_llsec_parse_device': /kisskb/src/net/ieee802154/nl802154.c:1734:17: note: byref variable will be forcibly initialized struct nlattr *attrs[NL802154_DEV_ATTR_MAX + 1]; ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_add_llsec_dev': /kisskb/src/net/ieee802154/nl802154.c:1770:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_device dev_desc; ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_del_llsec_key': /kisskb/src/net/ieee802154/nl802154.c:1611:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_key_id id; ^~ /kisskb/src/net/ieee802154/nl802154.c:1610:17: note: byref variable will be forcibly initialized struct nlattr *attrs[NL802154_KEY_ATTR_MAX + 1]; ^~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ieee802154/nl802154.c:13: /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_get_u64': /kisskb/src/include/net/netlink.h:1617:6: note: byref variable will be forcibly initialized u64 tmp; ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_add_llsec_key': /kisskb/src/net/ieee802154/nl802154.c:1556:17: note: byref variable will be forcibly initialized struct nlattr *attrs[NL802154_KEY_ATTR_MAX + 1]; ^~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ieee802154/nl802154.c:13: /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_le16': /kisskb/src/include/net/netlink.h:1296:9: note: byref variable will be forcibly initialized __le16 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_le32': /kisskb/src/include/net/netlink.h:1348:9: note: byref variable will be forcibly initialized __le32 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_s8': /kisskb/src/include/net/netlink.h:1422:5: note: byref variable will be forcibly initialized s8 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_be32': /kisskb/src/include/net/netlink.h:1322:9: note: byref variable will be forcibly initialized __be32 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_s32': /kisskb/src/include/net/netlink.h:1448:6: note: byref variable will be forcibly initialized s32 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_dump_llsec_seclevel': /kisskb/src/net/ieee802154/nl802154.c:2028:19: note: byref variable will be forcibly initialized struct wpan_dev *wpan_dev; ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c:2027:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_table *table; ^~~~~ /kisskb/src/net/ieee802154/nl802154.c:2025:38: note: byref variable will be forcibly initialized struct cfg802154_registered_device *rdev = NULL; ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ieee802154/nl802154.c:13: /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_le64': /kisskb/src/include/net/netlink.h:1409:9: note: byref variable will be forcibly initialized __le64 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_send_key': /kisskb/src/net/ieee802154/nl802154.c:1439:6: note: byref variable will be forcibly initialized u32 commands[NL802154_CMD_FRAME_NR_IDS / 32]; ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_dump_llsec_key': /kisskb/src/net/ieee802154/nl802154.c:1495:19: note: byref variable will be forcibly initialized struct wpan_dev *wpan_dev; ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c:1494:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_table *table; ^~~~~ /kisskb/src/net/ieee802154/nl802154.c:1492:38: note: byref variable will be forcibly initialized struct cfg802154_registered_device *rdev = NULL; ^~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_get_llsec_params': /kisskb/src/net/ieee802154/nl802154.c:742:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_params params; ^~~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_dump_llsec_devkey': /kisskb/src/net/ieee802154/nl802154.c:1855:19: note: byref variable will be forcibly initialized struct wpan_dev *wpan_dev; ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c:1854:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_table *table; ^~~~~ /kisskb/src/net/ieee802154/nl802154.c:1851:38: note: byref variable will be forcibly initialized struct cfg802154_registered_device *rdev = NULL; ^~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_dump_llsec_dev': /kisskb/src/net/ieee802154/nl802154.c:1674:19: note: byref variable will be forcibly initialized struct wpan_dev *wpan_dev; ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c:1673:33: note: byref variable will be forcibly initialized struct ieee802154_llsec_table *table; ^~~~~ /kisskb/src/net/ieee802154/nl802154.c:1671:38: note: byref variable will be forcibly initialized struct cfg802154_registered_device *rdev = NULL; ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ieee802154/nl802154.c:13: /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_set_cca_mode': /kisskb/src/net/ieee802154/nl802154.c:977:22: note: byref variable will be forcibly initialized struct wpan_phy_cca cca; ^~~ /kisskb/src/drivers/clk/clk-composite.c: In function 'clk_composite_determine_rate': /kisskb/src/drivers/clk/clk-composite.c:54:16: note: byref variable will be forcibly initialized unsigned long parent_rate; ^~~~~~~~~~~ /kisskb/src/drivers/cxl/core/memdev.c: In function 'cxl_memdev_init': /kisskb/src/drivers/cxl/core/memdev.c:231:8: note: byref variable will be forcibly initialized dev_t devt; ^~~~ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_parents': /kisskb/src/drivers/clk/clk-conf.c:16:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_rates': /kisskb/src/drivers/clk/clk-conf.c:83:6: note: byref variable will be forcibly initialized u32 rate; ^~~~ /kisskb/src/drivers/clk/clk-conf.c:78:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_dump_peer_log': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:244:25: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized unsigned long dummy; ^~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:837:25: note: byref variable will be forcibly initialized 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:13: note: byref variable will be forcibly initialized dma_addr_t boot_dma_addr; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:548:25: note: byref variable will be forcibly initialized 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:18: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized 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:22: note: byref variable will be forcibly initialized 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:18: note: byref variable will be forcibly initialized struct vk_reset reset; ^~~~~ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_fd_set_rate': /kisskb/src/drivers/clk/clk-fractional-divider.c:156:19: note: byref variable will be forcibly initialized unsigned long m, n; ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:156:16: note: byref variable will be forcibly initialized unsigned long m, n; ^ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_fd_round_rate': /kisskb/src/drivers/clk/clk-fractional-divider.c:134:19: note: byref variable will be forcibly initialized unsigned long m, n; ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:134:16: note: byref variable will be forcibly initialized unsigned long m, n; ^ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_hw_register_fractional_divider': /kisskb/src/drivers/clk/clk-fractional-divider.c:199:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_8': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:118:5: note: byref variable will be forcibly initialized s8 lo; ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_12': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:9: note: byref variable will be forcibly initialized u8 lo, hi; ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:5: note: byref variable will be forcibly initialized u8 lo, hi; ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis331dlh_read_data': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:9: note: byref variable will be forcibly initialized u8 lo, hi; ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:5: note: byref variable will be forcibly initialized u8 lo, hi; ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_xyz': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:184:7: note: byref variable will be forcibly initialized u8 data[5]; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:179:8: note: byref variable will be forcibly initialized u16 data[3]; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:174:6: note: byref variable will be forcibly initialized int position[3]; ^~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis302dl_data_ready': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:536:6: note: byref variable will be forcibly initialized int dummy; ^~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_odr_index': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:213:5: note: byref variable will be forcibly initialized u8 ctrl; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_set_odr': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:244:5: note: byref variable will be forcibly initialized u8 ctrl; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:270:5: note: byref variable will be forcibly initialized u8 ctrl_reg_data; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:266:13: note: byref variable will be forcibly initialized u8 ctlreg, reg; ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c: In function 'komeda_fb_is_layer_supported': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c:272:6: note: byref variable will be forcibly initialized u32 fourcc = fb->format->format; ^~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_poll': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:12: note: byref variable will be forcibly initialized int x, y, z; ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:9: note: byref variable will be forcibly initialized int x, y, z; ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:6: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 click_src; ^~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_rate_set': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:840:16: note: byref variable will be forcibly initialized unsigned long rate; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_position_show': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:12: note: byref variable will be forcibly initialized int x, y, z; ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:9: note: byref variable will be forcibly initialized int x, y, z; ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:6: note: byref variable will be forcibly initialized int x, y, z; ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest_show': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:786:6: note: byref variable will be forcibly initialized s16 values[3]; ^~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_misc_read': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:607:16: note: byref variable will be forcibly initialized unsigned char byte_data; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c: In function 'komeda_kms_irq_handler': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c:43:23: note: byref variable will be forcibly initialized struct komeda_events evts; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_poweron': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:406:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_enable': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c: In function 'komeda_crtc_normalize_zpos': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:685:6: note: byref variable will be forcibly initialized int btns[] = {BTN_X, BTN_Y, BTN_Z}; ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c:145:19: note: byref variable will be forcibly initialized struct list_head zorder_list; ^~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_init_dt': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:960:6: note: byref variable will be forcibly initialized s32 sval; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:959:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/fs/ntfs/unistr.c: In function 'ntfs_nlstoucs': /kisskb/src/fs/ntfs/unistr.c:250:10: note: byref variable will be forcibly initialized wchar_t wc; ^~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/wm831x-irq.c:12: /kisskb/src/drivers/mfd/wm831x-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/wm831x-otp.c: In function 'unique_id_show': /kisskb/src/drivers/mfd/wm831x-otp.c:46:7: note: byref variable will be forcibly initialized char id[WM831X_UNIQUE_ID_LEN]; ^~ /kisskb/src/drivers/mfd/wm831x-otp.c: In function 'wm831x_otp_init': /kisskb/src/drivers/mfd/wm831x-otp.c:59:7: note: byref variable will be forcibly initialized char uuid[WM831X_UNIQUE_ID_LEN]; ^~~~ /kisskb/src/fs/ntfs/super.c: In function 'parse_options': /kisskb/src/fs/ntfs/super.c:219:9: note: byref variable will be forcibly initialized bool val = false; ^~~ /kisskb/src/fs/ntfs/super.c:152:8: note: byref variable will be forcibly initialized bool val; \ ^~~ /kisskb/src/fs/ntfs/super.c:188:8: note: in expansion of macro 'NTFS_GETOPT_BOOL' else NTFS_GETOPT_BOOL("disable_sparse", disable_sparse) ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/super.c:152:8: note: byref variable will be forcibly initialized bool val; \ ^~~ /kisskb/src/fs/ntfs/super.c:187:8: note: in expansion of macro 'NTFS_GETOPT_BOOL' else NTFS_GETOPT_BOOL("case_sensitive", case_sensitive) ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/super.c:152:8: note: byref variable will be forcibly initialized bool val; \ ^~~ /kisskb/src/fs/ntfs/super.c:186:8: note: in expansion of macro 'NTFS_GETOPT_BOOL' else NTFS_GETOPT_BOOL("show_sys_files", show_sys_files) ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/super.c:89:12: note: byref variable will be forcibly initialized char *p, *v, *ov; ^ /kisskb/src/drivers/clk/clk-sparx5.c: In function 's5_pll_recalc_rate': /kisskb/src/drivers/clk/clk-sparx5.c:196:21: note: byref variable will be forcibly initialized struct s5_pll_conf conf; ^~~~ /kisskb/src/drivers/clk/clk-sparx5.c: In function 's5_calc_params': /kisskb/src/drivers/clk/clk-sparx5.c:113:28: note: byref variable will be forcibly initialized struct s5_pll_conf alt1, alt2; ^~~~ /kisskb/src/drivers/clk/clk-sparx5.c:113:22: note: byref variable will be forcibly initialized struct s5_pll_conf alt1, alt2; ^~~~ /kisskb/src/drivers/clk/clk-sparx5.c: In function 's5_pll_set_rate': /kisskb/src/drivers/clk/clk-sparx5.c:170:21: note: byref variable will be forcibly initialized struct s5_pll_conf conf; ^~~~ /kisskb/src/drivers/clk/clk-sparx5.c: In function 's5_pll_round_rate': /kisskb/src/drivers/clk/clk-sparx5.c:219:21: note: byref variable will be forcibly initialized struct s5_pll_conf conf; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/vmw_vsock/af_vsock_tap.c:8: /kisskb/src/net/vmw_vsock/af_vsock_tap.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/vmw_vsock/af_vsock.c:89: /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'sock_graft': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/net/sock.h:1914:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_wq, &parent->wq); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_poll': /kisskb/src/net/vmw_vsock/af_vsock.c:1086:10: note: byref variable will be forcibly initialized bool space_avail_now = false; ^~~~~~~~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c:1062:9: note: byref variable will be forcibly initialized bool data_ready_now = false; ^~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dmabuffs_dname': /kisskb/src/drivers/dma-buf/dma-buf.c:46:7: note: byref variable will be forcibly initialized char name[DMA_BUF_NAME_LEN]; ^~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_connectible_getsockopt': /kisskb/src/net/vmw_vsock/af_vsock.c:1696:31: note: byref variable will be forcibly initialized struct __kernel_old_timeval tv; ^~ /kisskb/src/net/vmw_vsock/af_vsock.c:1655:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/nfc/pn544/i2c.c: In function 'pn544_hci_i2c_fw_check_cmd': /kisskb/src/drivers/nfc/pn544/i2c.c:602:34: note: byref variable will be forcibly initialized struct pn544_i2c_fw_frame_check frame; ^~~~~ /kisskb/src/drivers/nfc/pn544/i2c.c: In function 'pn544_hci_i2c_platform_init': /kisskb/src/drivers/nfc/pn544/i2c.c:191:7: note: byref variable will be forcibly initialized char rset_cmd[] = { 0x05, 0xF9, 0x04, 0x00, 0xC3, 0xE5 }; ^~~~~~~~ /kisskb/src/drivers/nfc/pn544/i2c.c: In function 'pn544_hci_i2c_fw_read_status': /kisskb/src/drivers/nfc/pn544/i2c.c:418:37: note: byref variable will be forcibly initialized struct pn544_i2c_fw_frame_response response; ^~~~~~~~ /kisskb/src/drivers/nfc/pn544/i2c.c: In function 'pn544_hci_i2c_read': /kisskb/src/drivers/nfc/pn544/i2c.c:360:5: note: byref variable will be forcibly initialized u8 tmp[PN544_HCI_I2C_LLC_MAX_SIZE - 1]; ^~~ /kisskb/src/drivers/nfc/pn544/i2c.c:359:5: note: byref variable will be forcibly initialized u8 len; ^~~ /kisskb/src/drivers/nfc/pn544/i2c.c: In function 'pn544_hci_i2c_irq_thread_fn': /kisskb/src/drivers/nfc/pn544/i2c.c:484:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/vmw_vsock/af_vsock.c:100: /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn544/i2c.c: In function 'pn544_hci_i2c_fw_write_cmd': /kisskb/src/drivers/nfc/pn544/i2c.c:561:5: note: byref variable will be forcibly initialized u8 frame[PN544_FW_I2C_MAX_PAYLOAD]; ^~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_connectible_setsockopt': /kisskb/src/net/vmw_vsock/af_vsock.c:1618:31: note: byref variable will be forcibly initialized struct __kernel_old_timeval tv; ^~ /kisskb/src/net/vmw_vsock/af_vsock.c:1574:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/nfc/pn544/i2c.c: In function 'pn544_hci_i2c_fw_secure_write_frame_cmd': /kisskb/src/drivers/nfc/pn544/i2c.c:658:5: note: byref variable will be forcibly initialized u8 buf[PN544_FW_I2C_MAX_PAYLOAD]; ^~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function '__vsock_bind_connectible': /kisskb/src/net/vmw_vsock/af_vsock.c:620:21: note: byref variable will be forcibly initialized struct sockaddr_vm new_addr; ^~~~~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_ioctl': /kisskb/src/drivers/dma-buf/dma-buf.c:372:22: note: byref variable will be forcibly initialized struct dma_buf_sync sync; ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_vmap': /kisskb/src/drivers/dma-buf/dma-buf.c:1305:21: note: byref variable will be forcibly initialized struct dma_buf_map ptr; ^~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_auto_bind': /kisskb/src/net/vmw_vsock/af_vsock.c:184:21: note: byref variable will be forcibly initialized struct sockaddr_vm local_addr; ^~~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_connect': /kisskb/src/net/vmw_vsock/af_vsock.c:1299:22: note: byref variable will be forcibly initialized struct sockaddr_vm *remote_addr; ^~~~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_dgram_sendmsg': /kisskb/src/net/vmw_vsock/af_vsock.c:1124:22: note: byref variable will be forcibly initialized struct sockaddr_vm *remote_addr; ^~~~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_dgram_connect': /kisskb/src/net/vmw_vsock/af_vsock.c:1198:22: note: byref variable will be forcibly initialized struct sockaddr_vm *remote_addr; ^~~~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_bind': /kisskb/src/net/vmw_vsock/af_vsock.c:893:22: note: byref variable will be forcibly initialized struct sockaddr_vm *vm_addr; ^~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function '__vsock_stream_recvmsg': /kisskb/src/net/vmw_vsock/af_vsock.c:1936:42: note: byref variable will be forcibly initialized struct vsock_transport_recv_notify_data recv_data; ^~~~~~~~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_clkin': /kisskb/src/drivers/clk/clk-cdce706.c:479:18: note: byref variable will be forcibly initialized unsigned clock, source; ^~~~~~ /kisskb/src/drivers/clk/clk-cdce706.c:479:11: note: byref variable will be forcibly initialized unsigned clock, source; ^~~~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_plls': /kisskb/src/drivers/clk/clk-cdce706.c:526:18: note: byref variable will be forcibly initialized unsigned m, n, v; ^ /kisskb/src/drivers/clk/clk-cdce706.c:526:15: note: byref variable will be forcibly initialized unsigned m, n, v; ^ /kisskb/src/drivers/clk/clk-cdce706.c:526:12: note: byref variable will be forcibly initialized unsigned m, n, v; ^ /kisskb/src/drivers/clk/clk-cdce706.c:519:11: note: byref variable will be forcibly initialized unsigned mux; ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_dividers': /kisskb/src/drivers/clk/clk-cdce706.c:564:12: note: byref variable will be forcibly initialized unsigned val; ^~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_connectible_sendmsg': /kisskb/src/net/vmw_vsock/af_vsock.c:1726:42: note: byref variable will be forcibly initialized struct vsock_transport_send_notify_data send_data; ^~~~~~~~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_clkouts': /kisskb/src/drivers/clk/clk-cdce706.c:600:12: note: byref variable will be forcibly initialized unsigned val; ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_pll_round_rate': /kisskb/src/drivers/clk/clk-cdce706.c:189:21: note: byref variable will be forcibly initialized unsigned long mul, div; ^~~ /kisskb/src/drivers/clk/clk-cdce706.c:189:16: note: byref variable will be forcibly initialized unsigned long mul, div; ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_divider_round_rate': /kisskb/src/drivers/clk/clk-cdce706.c:315:21: note: byref variable will be forcibly initialized unsigned long n, m; ^ /kisskb/src/drivers/clk/clk-cdce706.c:315:18: note: byref variable will be forcibly initialized unsigned long n, m; ^ /kisskb/src/drivers/clk/clk-cdce706.c:295:21: note: byref variable will be forcibly initialized unsigned long mul, div; ^~~ /kisskb/src/drivers/clk/clk-cdce706.c:295:16: note: byref variable will be forcibly initialized unsigned long mul, div; ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c: In function 'komeda_crtc_flush_and_wait_for_flip_done': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c:296:20: note: byref variable will be forcibly initialized struct completion temp; ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c: In function 'komeda_kms_setup_crtcs': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c:568:7: note: byref variable will be forcibly initialized char str[16]; ^~~ /kisskb/src/drivers/clk/clk-palmas.c: In function 'palmas_clks_is_prepared': /kisskb/src/drivers/clk/clk-palmas.c:95:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/clk-palmas.c: In function 'palmas_clks_get_clk_data': /kisskb/src/drivers/clk/clk-palmas.c:171:15: note: byref variable will be forcibly initialized unsigned int prop; ^~~~ /kisskb/src/drivers/clk/clk-lochnagar.c: In function 'lochnagar_clk_get_parent': /kisskb/src/drivers/clk/clk-lochnagar.c:194:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/base/power/domain_governor.c: In function 'default_suspend_ok': /kisskb/src/drivers/base/power/domain_governor.c:54:6: note: byref variable will be forcibly initialized s64 constraint_ns; ^~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-rk808.c: In function 'rk808_clkout2_is_prepared': /kisskb/src/drivers/clk/clk-rk808.c:56:11: note: byref variable will be forcibly initialized uint32_t val; ^~~ /kisskb/src/drivers/clk/clk-rk808.c: In function 'rk817_clkout2_is_prepared': /kisskb/src/drivers/clk/clk-rk808.c:119:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/clk-s2mps11.c: In function 's2mps11_clk_is_prepared': /kisskb/src/drivers/clk/clk-s2mps11.c:57:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/clk/clk-s2mps11.c:7: /kisskb/src/drivers/clk/clk-s2mps11.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/clk-s2mps11.c:10: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/clk/clk-s2mps11.c:7: /kisskb/src/drivers/clk/clk-s2mps11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/clk/clk-s2mps11.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_round_rate': /kisskb/src/drivers/clk/clk-si514.c:233:26: note: byref variable will be forcibly initialized struct clk_si514_muldiv settings; ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_is_prepared': /kisskb/src/drivers/clk/clk-si514.c:85:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_set_muldiv': /kisskb/src/drivers/clk/clk-si514.c:119:5: note: byref variable will be forcibly initialized u8 reg[7]; ^~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_set_rate': /kisskb/src/drivers/clk/clk-si514.c:256:15: note: byref variable will be forcibly initialized unsigned int old_oe_state; ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c:255:26: note: byref variable will be forcibly initialized struct clk_si514_muldiv settings; ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_get_muldiv': /kisskb/src/drivers/clk/clk-si514.c:100:5: note: byref variable will be forcibly initialized u8 reg[7]; ^~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_recalc_rate': /kisskb/src/drivers/clk/clk-si514.c:218:26: note: byref variable will be forcibly initialized struct clk_si514_muldiv settings; ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_probe': /kisskb/src/drivers/clk/clk-si514.c:334:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/cxl/pci.c: In function 'cxl_validate_cmd_from_user': /kisskb/src/drivers/cxl/pci.c:635:32: note: byref variable will be forcibly initialized const struct cxl_mem_command temp = { ^~~~ /kisskb/src/drivers/cxl/pci.c: In function 'cxl_send_cmd': /kisskb/src/drivers/cxl/pci.c:740:25: note: byref variable will be forcibly initialized struct cxl_mem_command c; ^ /kisskb/src/drivers/cxl/pci.c:739:26: note: byref variable will be forcibly initialized struct cxl_send_command send; ^~~~ /kisskb/src/drivers/cxl/pci.c: In function 'cxl_xfer_log': /kisskb/src/drivers/cxl/pci.c:1184:14: note: byref variable will be forcibly initialized } __packed log = { ^~~ /kisskb/src/drivers/cxl/pci.c: In function 'cxl_mem_identify': /kisskb/src/drivers/cxl/pci.c:1401:13: note: byref variable will be forcibly initialized } __packed id; ^~ /kisskb/src/drivers/cxl/pci.c: In function 'cxl_mem_get_partition_info': /kisskb/src/drivers/cxl/pci.c:1292:13: note: byref variable will be forcibly initialized } __packed pi; ^~ In file included from /kisskb/src/include/linux/file.h:9, from /kisskb/src/include/linux/kernel_read_file.h:5, from /kisskb/src/include/linux/security.h:26, from /kisskb/src/drivers/cxl/pci.c:4: /kisskb/src/drivers/cxl/pci.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/cxl/pci.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/cxl/pci.c: In function 'cxl_mem_dvsec': /kisskb/src/drivers/cxl/pci.c:1004:15: note: byref variable will be forcibly initialized u16 vendor, id; ^~ /kisskb/src/drivers/cxl/pci.c:1004:7: note: byref variable will be forcibly initialized u16 vendor, id; ^~~~~~ /kisskb/src/drivers/cxl/pci.c: In function 'cxl_mem_setup_regs': /kisskb/src/drivers/cxl/pci.c:1127:6: note: byref variable will be forcibly initialized u8 bar; ^~~ /kisskb/src/drivers/cxl/pci.c:1126:7: note: byref variable will be forcibly initialized u64 offset; ^~~~~~ /kisskb/src/drivers/cxl/pci.c:1125:6: note: byref variable will be forcibly initialized u8 reg_type; ^~~~~~~~ /kisskb/src/drivers/cxl/pci.c:1124:15: note: byref variable will be forcibly initialized u32 reg_lo, reg_hi; ^~~~~~ /kisskb/src/drivers/cxl/pci.c:1124:7: note: byref variable will be forcibly initialized u32 reg_lo, reg_hi; ^~~~~~ /kisskb/src/drivers/cxl/pci.c:1104:32: note: byref variable will be forcibly initialized struct cxl_register_map *map, maps[CXL_REGLOC_RBI_TYPES]; ^~~~ /kisskb/src/drivers/cxl/pci.c:1101:6: note: byref variable will be forcibly initialized u32 regloc_size, regblocks; ^~~~~~~~~~~ /kisskb/src/drivers/cxl/pci.c: In function 'cxl_mem_enumerate_cmds': /kisskb/src/drivers/cxl/pci.c:1337:10: note: byref variable will be forcibly initialized uuid_t uuid = gsl->entry[i].uuid; ^~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_pll_round_rate': /kisskb/src/drivers/clk/clk-cdce925.c:149:9: note: byref variable will be forcibly initialized u16 n, m; ^ /kisskb/src/drivers/clk/clk-cdce925.c:149:6: note: byref variable will be forcibly initialized u16 n, m; ^ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_regmap_i2c_read': /kisskb/src/drivers/clk/clk-cdce925.c:557:5: note: byref variable will be forcibly initialized u8 reg_data[2]; ^~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c:555:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[2]; ^~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_regmap_i2c_write': /kisskb/src/drivers/clk/clk-cdce925.c:529:5: note: byref variable will be forcibly initialized u8 reg_data[2]; ^~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_probe': /kisskb/src/drivers/clk/clk-cdce925.c:649:7: note: byref variable will be forcibly initialized char child_name[6]; ^~~~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c:645:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/clk/clk-cdce925.c:644:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/clk/clk-cdce925.c:642:14: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_pll_prepare': /kisskb/src/drivers/clk/clk-cdce925.c:226:5: note: byref variable will be forcibly initialized u8 pll[4]; /* Bits are spread out over 4 byte registers */ ^~~ /kisskb/src/fs/qnx4/inode.c: In function 'qnx4_block_map': /kisskb/src/fs/qnx4/inode.c:86:6: note: byref variable will be forcibly initialized u32 offset = iblock; ^~~~~~ In file included 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/of.h:15, from /kisskb/src/include/linux/clk-provider.h:9, from /kisskb/src/drivers/clk/clk-scpi.c:8: /kisskb/src/drivers/clk/clk-scpi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/clk/clk-scpi.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clk-scpi.c: In function 'scpi_clk_ops_init': /kisskb/src/drivers/clk/clk-scpi.c:143:25: note: byref variable will be forcibly initialized unsigned long min = 0, max = 0; ^~~ /kisskb/src/drivers/clk/clk-scpi.c:143:16: note: byref variable will be forcibly initialized unsigned long min = 0, max = 0; ^~~ /kisskb/src/drivers/clk/clk-scpi.c:142:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/clk/clk-scpi.c: In function 'scpi_clk_add': /kisskb/src/drivers/clk/clk-scpi.c:216:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/clk-scpi.c:215:15: note: byref variable will be forcibly initialized const char *name; ^~~~ In file included from /kisskb/src/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:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/mfd/wm8994-core.c:10: /kisskb/src/drivers/mfd/wm8994-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ 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/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/mfd/wm8994-irq.c:12: /kisskb/src/drivers/mfd/wm8994-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c: In function 'komeda_plane_atomic_check': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c:81:30: note: byref variable will be forcibly initialized struct komeda_data_flow_cfg dflow; ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c: In function 'komeda_plane_add': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c:256:16: note: byref variable will be forcibly initialized u32 *formats, n_formats = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c: In function 'komeda_wb_connector_add': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c:145:16: note: byref variable will be forcibly initialized u32 *formats, n_formats = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c: In function 'komeda_wb_encoder_atomic_check': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c:43:30: note: byref variable will be forcibly initialized struct komeda_data_flow_cfg dflow; ^~~~~ /kisskb/src/net/qrtr/qrtr.c: In function '__qrtr_node_release': /kisskb/src/net/qrtr/qrtr.c:169:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_getname': /kisskb/src/net/qrtr/qrtr.c:1114:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr qaddr; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/qrtr/qrtr.c:6: /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_tx_wait': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:816:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/qrtr/qrtr.c:288:8: note: in expansion of macro 'wait_event_interruptible_locked_irq' ret = wait_event_interruptible_locked_irq(flow->resume_tx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/tps6105x.c: In function 'tps6105x_startup': /kisskb/src/drivers/mfd/tps6105x.c:35:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ In file included from /kisskb/src/drivers/base/power/domain.c:18: /kisskb/src/drivers/base/power/domain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_send_resume_tx': /kisskb/src/net/qrtr/qrtr.c:998:24: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt *pkt; ^~~ /kisskb/src/net/qrtr/qrtr.c:997:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr local = { AF_QIPCRTR, cb->dst_node, cb->dst_port }; ^~~~~ /kisskb/src/net/qrtr/qrtr.c:996:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr remote = { AF_QIPCRTR, cb->src_node, cb->src_port }; ^~~~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_recvmsg': /kisskb/src/net/qrtr/qrtr.c:1029:14: note: byref variable will be forcibly initialized int copied, rc; ^~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_port_remove': /kisskb/src/net/qrtr/qrtr.c:686:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr to; ^~ /kisskb/src/net/qrtr/qrtr.c:683:24: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt *pkt; ^~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_reset_ports': /kisskb/src/net/qrtr/qrtr.c:754:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/qrtr/qrtr.c: In function '__qrtr_bind': /kisskb/src/net/qrtr/qrtr.c:775:6: note: byref variable will be forcibly initialized int port; ^~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_autobind': /kisskb/src/net/qrtr/qrtr.c:805:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr addr; ^~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_sendmsg': /kisskb/src/net/qrtr/qrtr.c:903:6: note: byref variable will be forcibly initialized int rc; ^~ /kisskb/src/net/qrtr/qrtr.c:896:9: note: byref variable will be forcibly initialized __le32 qrtr_type = cpu_to_le32(QRTR_TYPE_DATA); ^~~~~~~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_ioctl': /kisskb/src/net/qrtr/qrtr.c:1144:15: note: byref variable will be forcibly initialized struct ifreq ifr; ^~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_endpoint_unregister': /kisskb/src/net/qrtr/qrtr.c:617:24: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt *pkt; ^~~ /kisskb/src/net/qrtr/qrtr.c:616:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/net/qrtr/qrtr.c:615:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr dst = {AF_QIPCRTR, qrtr_local_nid, QRTR_PORT_CTRL}; ^~~ /kisskb/src/net/qrtr/qrtr.c:614:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr src = {AF_QIPCRTR, node->nid, QRTR_PORT_CTRL}; ^~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_parse_state': /kisskb/src/drivers/base/power/domain.c:2842:21: note: byref variable will be forcibly initialized u32 entry_latency, exit_latency; ^~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2842:6: note: byref variable will be forcibly initialized u32 entry_latency, exit_latency; ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/tps65010.c: In function 'dbg_show': /kisskb/src/drivers/mfd/tps65010.c:187:8: note: byref variable will be forcibly initialized char buf[100]; ^~~ /kisskb/src/drivers/base/power/domain.c:2841:6: note: byref variable will be forcibly initialized u32 residency; ^~~~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_iterate_idle_states': /kisskb/src/drivers/base/power/domain.c:2875:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_summary_one': /kisskb/src/drivers/base/power/domain.c:3036:7: note: byref variable will be forcibly initialized char state[16]; ^~~~~ /kisskb/src/drivers/base/power/domain.c: In function '__genpd_dev_pm_attach': /kisskb/src/drivers/base/power/domain.c:2650:25: note: byref variable will be forcibly initialized struct of_phandle_args pd_args; ^~~~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/base/power/clock_ops.c:14: /kisskb/src/drivers/base/power/clock_ops.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized 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:19: note: byref variable will be forcibly initialized struct list_head del_q; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c:6: /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_destroy': /kisskb/src/drivers/base/power/clock_ops.c:498:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_suspend': /kisskb/src/drivers/base/power/clock_ops.c:547:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_resume': /kisskb/src/drivers/base/power/clock_ops.c:585:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /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:1058:21: note: byref variable will be forcibly initialized struct vk_msg_blk tmp_msg = entry->to_h_msg[0]; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/drivers/misc/bcm-vk/bcm_vk_sg.c:7: /kisskb/src/drivers/misc/bcm-vk/bcm_vk_sg.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/tps65217.c:22: /kisskb/src/drivers/mfd/tps65217.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_irq_thread': /kisskb/src/drivers/mfd/tps65217.c:115:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_update_bits': /kisskb/src/drivers/mfd/tps65217.c:263:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_probe': /kisskb/src/drivers/mfd/tps65217.c:322:15: note: byref variable will be forcibly initialized unsigned int version; ^~~~~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_update_bits': /kisskb/src/drivers/mfd/tps65218.c:92:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_strict': /kisskb/src/drivers/mfd/tps65218.c:216:6: note: byref variable will be forcibly initialized u32 strict; ^~~~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uvlo': /kisskb/src/drivers/mfd/tps65218.c:259:6: note: byref variable will be forcibly initialized u32 uvlo; ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uv_hyst': /kisskb/src/drivers/mfd/tps65218.c:238:6: note: byref variable will be forcibly initialized u32 hyst; ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_probe': /kisskb/src/drivers/mfd/tps65218.c:296:15: note: byref variable will be forcibly initialized unsigned int chipid; ^~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_i2c.c: In function 'lis3_i2c_init': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_i2c.c:69:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c: In function 'komeda_sprintf': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:23:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/nfc/pn533/usb.c: In function 'pn533_acr122_poweron_rdr': /kisskb/src/drivers/nfc/pn533/usb.c:374:38: note: byref variable will be forcibly initialized struct pn533_acr122_poweron_rdr_arg arg; ^~~ /kisskb/src/drivers/nfc/pn533/usb.c:371:6: note: byref variable will be forcibly initialized int transferred; ^~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/usb.c:368:5: note: byref variable will be forcibly initialized u8 cmd[10] = {PN533_ACR122_PC_TO_RDR_ICCPOWERON, ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c: In function 'komeda_print_events': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:138:22: note: byref variable will be forcibly initialized struct drm_printer p = drm_info_printer(dev->dev); ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:137:21: note: byref variable will be forcibly initialized struct komeda_str str; ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:136:8: note: byref variable will be forcibly initialized char msg[256]; ^~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_reg_read': /kisskb/src/drivers/mfd/twl6040.c:102:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/tps65910.c: In function 'tps65910_parse_dt': /kisskb/src/drivers/mfd/tps65910.c:376:15: note: byref variable will be forcibly initialized unsigned int prop; ^~~~ /kisskb/src/drivers/mfd/tps65910.c: In function 'tps65910_i2c_probe': /kisskb/src/drivers/mfd/tps65910.c:460:16: note: byref variable will be forcibly initialized unsigned long chip_id = id->driver_data; ^~~~~~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_get_vibralr_status': /kisskb/src/drivers/mfd/twl6040.c:532:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_add_subdevice_pdata': /kisskb/src/drivers/mfd/mc13xxx-core.c:366:7: note: byref variable will be forcibly initialized char buf[30]; ^~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_send_cmd_sync': /kisskb/src/drivers/nfc/pn533/pn533.c:620:33: note: byref variable will be forcibly initialized struct pn533_sync_cmd_response arg; ^~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_irq_status': /kisskb/src/drivers/mfd/mc13xxx-core.c:144:7: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c:134:7: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_adc_do_conversion': /kisskb/src/drivers/mfd/mc13xxx-core.c:256:18: note: byref variable will be forcibly initialized u32 adc0, adc1, old_adc0; ^~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_setup': /kisskb/src/drivers/nfc/pn533/pn533.c:2643:5: note: byref variable will be forcibly initialized u8 pasori_cfg[3] = {0x08, 0x01, 0x08}; ^~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:2642:29: note: byref variable will be forcibly initialized struct pn533_config_timing timing; ^~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:2641:34: note: byref variable will be forcibly initialized struct pn533_config_max_retries max_retries; ^~~~~~~~~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_common_init': /kisskb/src/drivers/mfd/mc13xxx-core.c:424:6: note: byref variable will be forcibly initialized u32 revision; ^~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_rf_field': /kisskb/src/drivers/nfc/pn533/pn533.c:2557:5: note: byref variable will be forcibly initialized u8 rf_field = !!rf; ^~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_target_found': /kisskb/src/drivers/nfc/pn533/pn533.c:895:20: note: byref variable will be forcibly initialized struct nfc_target nfc_tgt; ^~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_autopoll_complete': /kisskb/src/drivers/nfc/pn533/pn533.c:1401:20: note: byref variable will be forcibly initialized struct nfc_target nfc_tgt; ^~~~~~~ /kisskb/src/drivers/nfc/pn533/i2c.c: In function 'pn533_i2c_irq_thread_fn': /kisskb/src/drivers/nfc/pn533/i2c.c:132:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_poll_dep': /kisskb/src/drivers/nfc/pn533/pn533.c:1347:5: note: byref variable will be forcibly initialized u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; ^~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:1346:12: note: byref variable will be forcibly initialized u8 *next, nfcid3[NFC_NFCID3_MAXSIZE]; ^~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_alloc_poll_tg_frame': /kisskb/src/drivers/nfc/pn533/pn533.c:1028:5: note: byref variable will be forcibly initialized u8 mifare_params[6] = {0x1, 0x1, /* SENS_RES */ ^~~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:1023:5: note: byref variable will be forcibly initialized u8 felica_params[18] = {0x1, 0xfe, /* DEP */ ^~~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_dep_link_up': /kisskb/src/drivers/nfc/pn533/pn533.c:1965:5: note: byref variable will be forcibly initialized u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; ^~~~~~~~~~~~ /kisskb/src/fs/qnx4/namei.c: In function 'qnx4_find_entry': /kisskb/src/fs/qnx4/namei.c:60:23: note: byref variable will be forcibly initialized unsigned long block, offset, blkofs; ^~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:1964:18: note: byref variable will be forcibly initialized u8 *next, *arg, nfcid3[NFC_NFCID3_MAXSIZE]; ^~~~~~ /kisskb/src/fs/qnx4/namei.c: In function 'qnx4_lookup': /kisskb/src/fs/qnx4/namei.c:98:27: note: byref variable will be forcibly initialized struct qnx4_inode_entry *de; ^~ /kisskb/src/fs/qnx4/namei.c:97:6: note: byref variable will be forcibly initialized int ino; ^~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_start_poll': /kisskb/src/drivers/nfc/pn533/pn533.c:1634:5: note: byref variable will be forcibly initialized u8 rand_mod; ^~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_poll_dep_complete': /kisskb/src/drivers/nfc/pn533/pn533.c:1293:20: note: byref variable will be forcibly initialized struct nfc_target nfc_target; ^~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_in_dep_link_up_complete': /kisskb/src/drivers/nfc/pn533/pn533.c:1927:21: note: byref variable will be forcibly initialized struct nfc_target nfc_target; ^~~~~~~~~~ /kisskb/src/net/vmw_vsock/diag.c: In function 'vsock_diag_handler_dump': /kisskb/src/net/vmw_vsock/diag.c:150:31: note: byref variable will be forcibly initialized struct netlink_dump_control c = { ^ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_finalize_setup': /kisskb/src/drivers/nfc/pn533/pn533.c:2713:26: note: byref variable will be forcibly initialized struct pn533_fw_version fw_ver; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_wpan_phy_only_evt': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/net/ieee802154/./trace.h:44:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wpan_phy_only_evt, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:20: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'perf_trace_dma_fence': /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/net/ieee802154/./trace.h:44:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wpan_phy_only_evt, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_set_channel': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_channel, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_channel, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_set_tx_power': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_tx_power, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_tx_power, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:20: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'trace_event_raw_event_dma_fence': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_set_cca_mode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:134:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_mode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:134:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_mode, ^~~~~~~~~~~ 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:20: /kisskb/src/drivers/dma-buf/dma-fence.c: In function '__bpf_trace_dma_fence': /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_set_cca_ed_level': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:149:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_ed_level, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:149:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_ed_level, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_return_int': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_return_int, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_wpan_phy_only_evt': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/net/ieee802154/./trace.h:44:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wpan_phy_only_evt, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_channel': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_channel, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_tx_power': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_tx_power, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_cca_mode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:134:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_mode, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_cca_ed_level': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:149:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_ed_level, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_return_int': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_return_int, ^~~~~~~~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_add_virtual_intf': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_add_virtual_intf': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_del_virtual_intf': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_del_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_del_virtual_intf, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_del_virtual_intf': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_del_virtual_intf, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_le16_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/net/ieee802154/./trace.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(802154_le16_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/net/ieee802154/./trace.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(802154_le16_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_le16_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/net/ieee802154/./trace.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(802154_le16_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_set_backoff_exponent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_backoff_exponent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_backoff_exponent, ^~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_signal_timestamp_locked': /kisskb/src/drivers/dma-buf/dma-fence.c:361:19: note: byref variable will be forcibly initialized struct list_head cb_list; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_backoff_exponent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_backoff_exponent, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_set_csma_backoffs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_csma_backoffs, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_csma_backoffs, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_csma_backoffs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_csma_backoffs, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_set_max_frame_retries': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_max_frame_retries, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_max_frame_retries, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_max_frame_retries': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_max_frame_retries, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_set_lbt_mode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_lbt_mode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_lbt_mode, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_lbt_mode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_lbt_mode, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'perf_trace_802154_rdev_set_ackreq_default': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_ackreq_default, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_ackreq_default, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_ackreq_default': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_ackreq_default, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_wpan_phy_only_evt': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:44:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wpan_phy_only_evt, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:44:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wpan_phy_only_evt, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_default_wait': /kisskb/src/drivers/dma-buf/dma-fence.c:757:25: note: byref variable will be forcibly initialized struct default_wait_cb cb; ^~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_add_virtual_intf': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_add_virtual_intf, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_set_backoff_exponent': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_backoff_exponent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_backoff_exponent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_backoff_exponent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_backoff_exponent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_backoff_exponent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_backoff_exponent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_backoff_exponent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_backoff_exponent, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_del_virtual_intf': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_del_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_del_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_del_virtual_intf, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_del_virtual_intf, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_set_tx_power': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_tx_power, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_tx_power, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_tx_power, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_tx_power, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_set_cca_mode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:134:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_mode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:134:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_mode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:134:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_mode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:134:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_mode, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_set_cca_ed_level': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:149:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_ed_level, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:149:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_ed_level, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:149:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_ed_level, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:149:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_cca_ed_level, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_return_int': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_return_int, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_set_channel': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_channel, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_channel, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_channel, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_channel, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_channel, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_channel, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_le16_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(802154_le16_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(802154_le16_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(802154_le16_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(802154_le16_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(802154_le16_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(802154_le16_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_set_csma_backoffs': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_csma_backoffs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_csma_backoffs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_csma_backoffs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_csma_backoffs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_csma_backoffs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_csma_backoffs, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_set_max_frame_retries': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_max_frame_retries, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_max_frame_retries, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_max_frame_retries, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_max_frame_retries, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_max_frame_retries, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_max_frame_retries, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_set_lbt_mode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_lbt_mode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_lbt_mode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_lbt_mode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_lbt_mode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_lbt_mode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_lbt_mode, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function '__bpf_trace_802154_rdev_set_ackreq_default': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_ackreq_default, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_ackreq_default, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_ackreq_default, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_ackreq_default, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_ackreq_default, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(802154_rdev_set_ackreq_default, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence-chain.c:240:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(chain->prev, prev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_init.c: In function 'sas_register_ha': /kisskb/src/drivers/scsi/libsas/sas_init.c:98:7: note: byref variable will be forcibly initialized char name[64]; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_init.c:401:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ha->eh_wait_q, phys_suspended(ha) == 0, tmo); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/da9055-core.c: In function 'da9055_device_init': /kisskb/src/drivers/mfd/da9055-core.c:358:10: note: byref variable will be forcibly initialized uint8_t clear_events[3] = {0xFF, 0xFF, 0xFF}; ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/ti-lmu.c: In function 'ti_lmu_probe': /kisskb/src/drivers/mfd/ti-lmu.c:140:23: note: byref variable will be forcibly initialized struct regmap_config regmap_cfg; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c: In function 'd71_enum_resources': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c:353:22: note: byref variable will be forcibly initialized struct block_header blk; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/mfd/mfd-core.c:12: /kisskb/src/drivers/mfd/mfd-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices_late': /kisskb/src/drivers/mfd/mfd-core.c:375:6: note: byref variable will be forcibly initialized int level = MFD_DEP_LEVEL_HIGH; ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices': /kisskb/src/drivers/mfd/mfd-core.c:383:6: note: byref variable will be forcibly initialized int level = MFD_DEP_LEVEL_NORMAL; ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'get_valid_inputs': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:60:24: note: byref variable will be forcibly initialized u32 valid_inputs = 0, comp_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'dump_block_header': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:90:22: note: byref variable will be forcibly initialized struct block_header hdr; ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_layer_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:288:6: note: byref variable will be forcibly initialized u32 v[15], i; ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_wb_layer_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:486:6: note: byref variable will be forcibly initialized u32 v[12], i; ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_compiz_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:626:6: note: byref variable will be forcibly initialized u32 v[8], i; ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_scaler_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:795:6: note: byref variable will be forcibly initialized u32 v[10]; ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_splitter_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:924:6: note: byref variable will be forcibly initialized u32 v[3]; ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_merger_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:990:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_improc_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1093:6: note: byref variable will be forcibly initialized u32 v[12], i; ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_timing_ctrlr_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1211:6: note: byref variable will be forcibly initialized u32 v[8], i; ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_lpu_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1385:6: note: byref variable will be forcibly initialized u32 v[6]; ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_dou_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1410:6: note: byref variable will be forcibly initialized u32 v[5]; ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_layer_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:412:15: note: byref variable will be forcibly initialized u32 pipe_id, layer_id, layer_info; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:412:6: note: byref variable will be forcibly initialized u32 pipe_id, layer_id, layer_info; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_wb_layer_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:530:15: note: byref variable will be forcibly initialized u32 pipe_id, layer_id; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:530:6: note: byref variable will be forcibly initialized u32 pipe_id, layer_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_compiz_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:671:15: note: byref variable will be forcibly initialized u32 pipe_id, comp_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:671:6: note: byref variable will be forcibly initialized u32 pipe_id, comp_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_scaler_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:840:15: note: byref variable will be forcibly initialized u32 pipe_id, comp_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:840:6: note: byref variable will be forcibly initialized u32 pipe_id, comp_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_splitter_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:948:15: note: byref variable will be forcibly initialized u32 pipe_id, comp_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:948:6: note: byref variable will be forcibly initialized u32 pipe_id, comp_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_merger_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1018:15: note: byref variable will be forcibly initialized u32 pipe_id, comp_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1018:6: note: byref variable will be forcibly initialized u32 pipe_id, comp_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_improc_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1129:15: note: byref variable will be forcibly initialized u32 pipe_id, comp_id, value; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1129:6: note: byref variable will be forcibly initialized u32 pipe_id, comp_id, value; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_timing_ctrlr_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1256:15: note: byref variable will be forcibly initialized u32 pipe_id, comp_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1256:6: note: byref variable will be forcibly initialized u32 pipe_id, comp_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_gcu_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1358:6: note: byref variable will be forcibly initialized u32 v[5]; ^ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/mutex.h:14, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_lockdep': /kisskb/src/drivers/dma-buf/dma-resv.c:664:23: note: byref variable will be forcibly initialized struct address_space mapping; ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:663:18: note: byref variable will be forcibly initialized struct dma_resv obj; ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c:662:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/ww_mutex.h:20, from /kisskb/src/include/linux/dma-resv.h:42, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_reserve_shared': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:191:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(obj->fence, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_copy_fences': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:373:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*dst, fence); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/inode.c: In function 'parse_options': /kisskb/src/fs/autofs/inode.c:138:6: note: byref variable will be forcibly initialized int pipefd = -1; ^~~~~~ /kisskb/src/fs/autofs/inode.c:137:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/autofs/inode.c:136:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/autofs/inode.c: In function 'autofs_fill_super': /kisskb/src/fs/autofs/inode.c:228:7: note: byref variable will be forcibly initialized bool pgrp_set = false; ^~~~~~~~ /kisskb/src/fs/autofs/inode.c:227:6: note: byref variable will be forcibly initialized int pgrp = 0; ^~~~ In file included from /kisskb/src/drivers/mfd/max8998-irq.c:11: /kisskb/src/drivers/mfd/max8998-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/max8998-irq.c: In function 'max8998_irq_thread': /kisskb/src/drivers/mfd/max8998-irq.c:154:5: note: byref variable will be forcibly initialized u8 irq_reg[MAX8998_NUM_IRQ_REGS]; ^~~~~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c: In function 'alcor_pci_aspm_ctrl': /kisskb/src/drivers/misc/cardreader/alcor_pci.c:188:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 val32; ^~~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c:102:5: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 val32; ^~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_poll_in_busy': /kisskb/src/drivers/misc/c2port/core.c:259:5: note: byref variable will be forcibly initialized u8 addr; ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_poll_out_ready': /kisskb/src/drivers/misc/c2port/core.c:280:5: note: byref variable will be forcibly initialized u8 addr; ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_write_flash_data': /kisskb/src/drivers/misc/c2port/core.c:741:5: note: byref variable will be forcibly initialized u8 status, nwrite = 128; ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_read_flash_data': /kisskb/src/drivers/misc/c2port/core.c:630:5: note: byref variable will be forcibly initialized u8 status, nread = 128; ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_write_flash_erase': /kisskb/src/drivers/misc/c2port/core.c:547:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_store_flash_access': /kisskb/src/drivers/misc/c2port/core.c:523:6: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'access_store': /kisskb/src/drivers/misc/c2port/core.c:355:6: note: byref variable will be forcibly initialized int status, ret; ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_show_rev_id': /kisskb/src/drivers/misc/c2port/core.c:439:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_show_dev_id': /kisskb/src/drivers/misc/c2port/core.c:402:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_write_device': /kisskb/src/drivers/mfd/max8925-i2c.c:37:16: note: byref variable will be forcibly initialized unsigned char buf[9]; ^~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_reg_read': /kisskb/src/drivers/mfd/max8925-i2c.c:52:16: note: byref variable will be forcibly initialized unsigned char data = 0; ^~~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_set_bits': /kisskb/src/drivers/mfd/max8925-i2c.c:112:16: note: byref variable will be forcibly initialized unsigned char value; ^~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_enable_acpi_space': /kisskb/src/drivers/mfd/lpc_ich.c:833:5: note: byref variable will be forcibly initialized u8 reg_save; ^~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_enable_pmc_space': /kisskb/src/drivers/mfd/lpc_ich.c:870:5: note: byref variable will be forcibly initialized u8 reg_save; ^~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_enable_gpio_space': /kisskb/src/drivers/mfd/lpc_ich.c:860:5: note: byref variable will be forcibly initialized u8 reg_save; ^~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_init_gpio': /kisskb/src/drivers/mfd/lpc_ich.c:935:6: note: byref variable will be forcibly initialized u32 base_addr_cfg; ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_init_wdt': /kisskb/src/drivers/mfd/lpc_ich.c:1012:6: note: byref variable will be forcibly initialized u32 base_addr_cfg; ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_init_spi': /kisskb/src/drivers/mfd/lpc_ich.c:1092:22: note: byref variable will be forcibly initialized u32 spi_base, rcba, bcr; ^~~ /kisskb/src/drivers/mfd/lpc_ich.c:1092:16: note: byref variable will be forcibly initialized u32 spi_base, rcba, bcr; ^~~~ /kisskb/src/drivers/mfd/lpc_ich.c:1092:6: note: byref variable will be forcibly initialized u32 spi_base, rcba, bcr; ^~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_pp_status': /kisskb/src/drivers/nvme/host/core.c:4147:6: note: byref variable will be forcibly initialized u32 csts; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/nvme/host/trace.h:175, from /kisskb/src/drivers/nvme/host/core.c:29: /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_async_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_setup_cmd': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_complete_rq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_sq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/nvme/host/trace.h:175, from /kisskb/src/drivers/nvme/host/core.c:29: /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_setup_cmd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_complete_rq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_async_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_sq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ 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:29: /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_setup_cmd': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_async_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_complete_rq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_sq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_setup_rw': /kisskb/src/drivers/nvme/host/core.c:913:6: note: byref variable will be forcibly initialized u32 dsmgmt = 0; ^~~~~~ /kisskb/src/drivers/nvme/host/core.c:912:6: note: byref variable will be forcibly initialized u16 control = 0; ^~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_mps_to_sectors': /kisskb/src/drivers/nvme/host/core.c:2759:52: note: byref variable will be forcibly initialized u32 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12, val; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_wait_ready': /kisskb/src/drivers/nvme/host/core.c:2073:6: note: byref variable will be forcibly initialized u32 csts, bit = enabled ? NVME_CSTS_RDY : 0; ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_free_cels': /kisskb/src/drivers/nvme/host/core.c:4302:16: note: byref variable will be forcibly initialized unsigned long i; ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_fast_io_fail_tmo_store': /kisskb/src/drivers/nvme/host/core.c:3411:6: note: byref variable will be forcibly initialized int fast_io_fail_tmo, err; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_loss_tmo_store': /kisskb/src/drivers/nvme/host/core.c:3353:6: note: byref variable will be forcibly initialized int ctrl_loss_tmo, err; ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_reconnect_delay_store': /kisskb/src/drivers/nvme/host/core.c:3383:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_aen_uevent': /kisskb/src/drivers/nvme/host/core.c:4121:8: note: byref variable will be forcibly initialized char *envp[2] = { NULL, NULL }; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_wait_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:557:2: note: in expansion of macro 'wait_event' wait_event(ctrl->state_wq, ^~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_directives': /kisskb/src/drivers/nvme/host/core.c:764:34: note: byref variable will be forcibly initialized struct streams_directive_params s; ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_setup_streams_ns': /kisskb/src/drivers/nvme/host/core.c:1661:34: note: byref variable will be forcibly initialized struct streams_directive_params s; ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_update_disk_info': /kisskb/src/drivers/nvme/host/core.c:1750:26: note: byref variable will be forcibly initialized u32 atomic_bs, phys_bs, io_opt = 0; ^~~~~~ /kisskb/src/drivers/nvme/host/core.c:1750:17: note: byref variable will be forcibly initialized u32 atomic_bs, phys_bs, io_opt = 0; ^~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_identify_ns_descs': /kisskb/src/drivers/nvme/host/core.c:1360:7: note: byref variable will be forcibly initialized bool csi_seen = false; ^~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_apst': /kisskb/src/drivers/nvme/host/core.c:2317:42: note: byref variable will be forcibly initialized u64 total_latency_us, exit_latency_us, transition_ms; ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:2286:11: note: byref variable will be forcibly initialized unsigned last_lt_index = UINT_MAX; ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_timestamp': /kisskb/src/drivers/nvme/host/core.c:2188:9: note: byref variable will be forcibly initialized __le64 ts; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_enable_aen': /kisskb/src/drivers/nvme/host/core.c:1519:6: note: byref variable will be forcibly initialized u32 result, supported_aens = ctrl->oaes & NVME_AEN_SUPPORTED; ^~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_set_queue_count': /kisskb/src/drivers/nvme/host/core.c:1488:6: note: byref variable will be forcibly initialized u32 result; ^~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_shutdown_ctrl': /kisskb/src/drivers/nvme/host/core.c:2158:6: note: byref variable will be forcibly initialized u32 csts; ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_init_identify': /kisskb/src/drivers/nvme/host/core.c:2821:23: note: byref variable will be forcibly initialized struct nvme_id_ctrl *id; ^~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/drivers/mfd/intel_pmt.c:11: /kisskb/src/drivers/mfd/intel_pmt.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/include/linux/mfd/core.h:13, from /kisskb/src/drivers/mfd/intel_pmt.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/intel_pmt.c: In function 'pmt_pci_probe': /kisskb/src/drivers/mfd/intel_pmt.c:193:8: note: byref variable will be forcibly initialized u16 vid; ^~~ /kisskb/src/drivers/mfd/intel_pmt.c:192:8: note: byref variable will be forcibly initialized u32 table; ^~~~~ /kisskb/src/drivers/mfd/intel_pmt.c:191:30: note: byref variable will be forcibly initialized struct intel_dvsec_header header; ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_invalid_namespaces': /kisskb/src/drivers/nvme/host/core.c:3921:12: note: byref variable will be forcibly initialized LIST_HEAD(rm_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_validate_ns': /kisskb/src/drivers/nvme/host/core.c:3844:21: note: byref variable will be forcibly initialized struct nvme_id_ns *id; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_alloc_ns': /kisskb/src/drivers/nvme/host/core.c:3716:21: note: byref variable will be forcibly initialized struct nvme_id_ns *id; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_sequential': /kisskb/src/drivers/nvme/host/core.c:3983:23: note: byref variable will be forcibly initialized struct nvme_id_ctrl *id; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_list': /kisskb/src/drivers/nvme/host/core.c:3950:23: note: byref variable will be forcibly initialized struct nvme_command cmd = { ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_namespaces': /kisskb/src/drivers/nvme/host/core.c:4054:12: note: byref variable will be forcibly initialized LIST_HEAD(ns_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/net/ieee802154/socket.c:28: /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_devaddr_from_raw': /kisskb/src/include/net/ieee802154_netdev.h:155:6: note: byref variable will be forcibly initialized u64 temp; ^~~~ /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_devaddr_to_raw': /kisskb/src/include/net/ieee802154_netdev.h:163:6: note: byref variable will be forcibly initialized u64 temp = swab64((__force u64)addr); ^~~~ /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_get_dev': /kisskb/src/net/ieee802154/socket.c:37:5: note: byref variable will be forcibly initialized u8 hwaddr[IEEE802154_ADDR_LEN]; ^~~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_bind': /kisskb/src/net/ieee802154/socket.c:487:25: note: byref variable will be forcibly initialized struct ieee802154_addr haddr; ^~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'raw_bind': /kisskb/src/net/ieee802154/socket.c:198:25: note: byref variable will be forcibly initialized struct ieee802154_addr addr; ^~~~ /kisskb/src/net/ieee802154/socket.c: In function 'raw_recvmsg': /kisskb/src/net/ieee802154/socket.c:314:6: note: byref variable will be forcibly initialized int err = -EOPNOTSUPP; ^~~ /kisskb/src/net/ieee802154/socket.c: In function 'raw_sendmsg': /kisskb/src/net/ieee802154/socket.c:246:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_sendmsg': /kisskb/src/net/ieee802154/socket.c:608:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/ieee802154/socket.c:606:25: note: byref variable will be forcibly initialized struct ieee802154_addr dst_addr; ^~~~~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_recvmsg': /kisskb/src/net/ieee802154/socket.c:701:6: note: byref variable will be forcibly initialized int err = -EOPNOTSUPP; ^~~ In file included from /kisskb/src/drivers/dma-buf/sync_file.c:14: /kisskb/src/drivers/dma-buf/sync_file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_getsockopt': /kisskb/src/net/ieee802154/socket.c:831:6: note: byref variable will be forcibly initialized int val, len; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/qrtr.h:115, from /kisskb/src/net/qrtr/ns.c:16: /kisskb/src/net/qrtr/ns.c: In function 'perf_trace_qrtr_ns_service_announce_new': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_new, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_new, ^~~~~~~~~~~ /kisskb/src/net/qrtr/ns.c: In function 'perf_trace_qrtr_ns_service_announce_del': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_del, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_del, ^~~~~~~~~~~ /kisskb/src/net/qrtr/ns.c: In function 'perf_trace_qrtr_ns_server_add': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_server_add, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_server_add, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/ieee802154/socket.c:12: /kisskb/src/net/ieee802154/socket.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qrtr.h:115, from /kisskb/src/net/qrtr/ns.c:16: /kisskb/src/net/qrtr/ns.c: In function 'trace_event_raw_event_qrtr_ns_service_announce_new': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_new, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/dma-buf/sync_file.c:8: /kisskb/src/drivers/dma-buf/sync_file.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/dma-buf/sync_file.c:14: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/qrtr/ns.c: In function 'trace_event_raw_event_qrtr_ns_service_announce_del': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_del, ^~~~~~~~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_setsockopt': /kisskb/src/net/ieee802154/socket.c:878:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/net/qrtr/ns.c: In function 'trace_event_raw_event_qrtr_ns_server_add': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_server_add, ^~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_merge': /kisskb/src/drivers/dma-buf/sync_file.c:215:49: note: byref variable will be forcibly initialized int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; ^~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:215:35: note: byref variable will be forcibly initialized int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; ^~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:215:6: note: byref variable will be forcibly initialized int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; ^ In file included from /kisskb/src/net/ieee802154/socket.c:28: /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_hdr_length': /kisskb/src/include/net/ieee802154_netdev.h:129:24: note: byref variable will be forcibly initialized struct ieee802154_hdr hdr; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/qrtr.h:115, from /kisskb/src/net/qrtr/ns.c:16: /kisskb/src/net/qrtr/ns.c: In function 'perf_trace_qrtr_ns_message': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_message, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_message, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_message, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qrtr.h:115, from /kisskb/src/net/qrtr/ns.c:16: /kisskb/src/net/qrtr/ns.c: In function 'trace_event_raw_event_qrtr_ns_message': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_message, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_message, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/qrtr.h:115, from /kisskb/src/net/qrtr/ns.c:16: /kisskb/src/net/qrtr/ns.c: In function '__bpf_trace_qrtr_ns_service_announce_new': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_new, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_new, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_new, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_new, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_new, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_new, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_new, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_new, ^~~~~~~~~~~ /kisskb/src/net/qrtr/ns.c: In function '__bpf_trace_qrtr_ns_service_announce_del': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_del, ^~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_merge': /kisskb/src/drivers/dma-buf/sync_file.c:329:25: note: byref variable will be forcibly initialized struct sync_merge_data data; ^~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_del, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_del, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_del, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_del, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_del, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_del, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_service_announce_del, ^~~~~~~~~~~ /kisskb/src/net/qrtr/ns.c: In function '__bpf_trace_qrtr_ns_server_add': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_server_add, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_server_add, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_server_add, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_server_add, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_server_add, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_server_add, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_server_add, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_server_add, ^~~~~~~~~~~ /kisskb/src/net/qrtr/ns.c: In function '__bpf_trace_qrtr_ns_message': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_message, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_message, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_message, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_message, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_message, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qrtr.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qrtr_ns_message, ^~~~~~~~~~~ /kisskb/src/net/qrtr/ns.c: In function 'service_announce_new': /kisskb/src/net/qrtr/ns.c:109:14: note: byref variable will be forcibly initialized struct kvec iv; ^~ /kisskb/src/net/qrtr/ns.c:107:23: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt pkt; ^~~ /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_dev_ioctl': /kisskb/src/net/ieee802154/socket.c:127:15: note: byref variable will be forcibly initialized struct ifreq ifr; ^~~ /kisskb/src/net/qrtr/ns.c: In function 'service_announce_del': /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_fence_info': /kisskb/src/net/qrtr/ns.c:135:14: note: byref variable will be forcibly initialized struct kvec iv; ^~ /kisskb/src/net/qrtr/ns.c:133:23: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt pkt; ^~~ /kisskb/src/drivers/dma-buf/sync_file.c:405:6: note: byref variable will be forcibly initialized int num_fences, ret, i; ^~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:401:24: note: byref variable will be forcibly initialized struct sync_file_info info; ^~~~ /kisskb/src/net/qrtr/ns.c: In function 'lookup_notify': /kisskb/src/net/qrtr/ns.c:166:14: note: byref variable will be forcibly initialized struct kvec iv; ^~ /kisskb/src/net/qrtr/ns.c:164:23: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt pkt; ^~~ /kisskb/src/net/qrtr/ns.c: In function 'say_hello': /kisskb/src/net/qrtr/ns.c:309:14: note: byref variable will be forcibly initialized struct kvec iv; ^~ /kisskb/src/net/qrtr/ns.c:307:23: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt pkt; ^~~ /kisskb/src/net/qrtr/ns.c: In function 'announce_servers': /kisskb/src/net/qrtr/ns.c:192:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/net/qrtr/ns.c: In function 'ctrl_cmd_bye': /kisskb/src/net/qrtr/ns.c:350:14: note: byref variable will be forcibly initialized struct kvec iv; ^~ /kisskb/src/net/qrtr/ns.c:346:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr sq; ^~ /kisskb/src/net/qrtr/ns.c:344:23: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt pkt; ^~~ /kisskb/src/net/qrtr/ns.c:343:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/net/qrtr/ns.c: In function 'ctrl_cmd_del_client': /kisskb/src/net/qrtr/ns.c:432:14: note: byref variable will be forcibly initialized struct kvec iv; ^~ /kisskb/src/net/qrtr/ns.c:427:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr sq; ^~ /kisskb/src/net/qrtr/ns.c:424:23: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt pkt; ^~~ /kisskb/src/net/qrtr/ns.c:422:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/net/qrtr/ns.c: In function 'ctrl_cmd_new_lookup': /kisskb/src/net/qrtr/ns.c:574:25: note: byref variable will be forcibly initialized struct radix_tree_iter srv_iter; ^~~~~~~~ /kisskb/src/net/qrtr/ns.c:573:28: note: byref variable will be forcibly initialized struct qrtr_server_filter filter; ^~~~~~ /kisskb/src/net/qrtr/ns.c:572:25: note: byref variable will be forcibly initialized struct radix_tree_iter node_iter; ^~~~~~~~~ /kisskb/src/net/qrtr/ns.c: In function 'qrtr_ns_worker': /kisskb/src/net/qrtr/ns.c:670:14: note: byref variable will be forcibly initialized struct kvec iv; ^~ /kisskb/src/net/qrtr/ns.c:665:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr sq; ^~ /kisskb/src/net/qrtr/ns.c: In function 'qrtr_ns_init': /kisskb/src/net/qrtr/ns.c:760:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr sq; ^~ /kisskb/src/fs/autofs/root.c: In function 'do_expire_wait': /kisskb/src/fs/autofs/root.c:273:21: note: byref variable will be forcibly initialized const struct path this = { .mnt = path->mnt, .dentry = expiring }; ^~~~ /kisskb/src/drivers/dma-buf/sync_debug.c: In function 'sync_print_fence': /kisskb/src/drivers/dma-buf/sync_debug.c:87:8: note: byref variable will be forcibly initialized char value[64]; ^~~~~ /kisskb/src/drivers/dma-buf/sync_debug.c: In function 'sync_print_sync_file': /kisskb/src/drivers/dma-buf/sync_debug.c:124:7: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/drivers/dma-buf/dma-heap.c: In function 'dma_heap_ioctl': /kisskb/src/drivers/dma-buf/dma-heap.c:128:7: note: byref variable will be forcibly initialized char stack_kdata[128]; ^~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-heap.c: In function 'dma_heap_add': /kisskb/src/drivers/dma-buf/dma-heap.c:221:15: note: byref variable will be forcibly initialized unsigned int minor; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/dma-buf/sync_trace.h:33, from /kisskb/src/drivers/dma-buf/sw_sync.c:17: /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'perf_trace_sync_timeline': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sync_timeline, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sync_timeline, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sync_timeline, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/dma-buf/sync_trace.h:33, from /kisskb/src/drivers/dma-buf/sw_sync.c:17: /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'trace_event_raw_event_sync_timeline': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sync_timeline, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sync_timeline, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/dma-buf/sync_trace.h:33, from /kisskb/src/drivers/dma-buf/sw_sync.c:17: /kisskb/src/drivers/dma-buf/sw_sync.c: In function '__bpf_trace_sync_timeline': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sync_timeline, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sync_timeline, ^~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'sw_sync_debugfs_open': /kisskb/src/drivers/dma-buf/sw_sync.c:296:7: note: byref variable will be forcibly initialized char task_comm[TASK_COMM_LEN]; ^~~~~~~~~ /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'sw_sync_ioctl_inc': /kisskb/src/drivers/dma-buf/sw_sync.c:375:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'sw_sync_ioctl_create_fence': /kisskb/src/drivers/mfd/syscon.c: In function 'of_syscon_register': /kisskb/src/drivers/mfd/syscon.c:52:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/mfd/syscon.c:49:6: note: byref variable will be forcibly initialized u32 reg_io_width; ^~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sw_sync.c:334:35: note: byref variable will be forcibly initialized struct sw_sync_create_fence_data data; ^~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'syscon_regmap_lookup_by_phandle_args': /kisskb/src/drivers/mfd/syscon.c:235:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/sched/mm.h:5, from /kisskb/src/net/xdp/xsk.c:16: /kisskb/src/net/xdp/xsk.c: In function '__xskq_cons_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xsk_queue.h:232:2: note: in expansion of macro 'smp_store_release' smp_store_release(&q->ring->consumer, q->cached_cons); /* D, matchees A */ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xsk.c: In function '__xskq_cons_peek': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xsk_queue.h:238:19: note: in expansion of macro 'smp_load_acquire' q->cached_prod = smp_load_acquire(&q->ring->producer); /* C, matches B */ ^~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xsk.c: In function '__xskq_prod_submit': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xsk_queue.h:400:2: note: in expansion of macro 'smp_store_release' smp_store_release(&q->ring->producer, idx); /* B, matches C */ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/udf/balloc.c: In function 'read_block_bitmap': /kisskb/src/fs/udf/balloc.c:40:24: note: byref variable will be forcibly initialized struct kernel_lb_addr loc; ^~~ /kisskb/src/net/xdp/xsk.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/udf/balloc.c: In function 'udf_table_free_blocks': /kisskb/src/fs/udf/balloc.c:368:32: note: byref variable will be forcibly initialized struct extent_position oepos, epos; ^~~~ /kisskb/src/fs/udf/balloc.c:368:25: note: byref variable will be forcibly initialized struct extent_position oepos, epos; ^~~~~ /kisskb/src/fs/udf/balloc.c:367:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/balloc.c:366:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/balloc.c: In function 'udf_table_prealloc_blocks': /kisskb/src/fs/udf/balloc.c:506:25: note: byref variable will be forcibly initialized struct extent_position epos; ^~~~ /kisskb/src/fs/udf/balloc.c:505:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/balloc.c:504:11: note: byref variable will be forcibly initialized uint32_t elen, adsize; ^~~~ /kisskb/src/fs/udf/balloc.c: In function 'udf_table_new_block': /kisskb/src/fs/udf/balloc.c:568:31: note: byref variable will be forcibly initialized struct extent_position epos, goal_epos; ^~~~~~~~~ /kisskb/src/fs/udf/balloc.c:568:25: note: byref variable will be forcibly initialized struct extent_position epos, goal_epos; ^~~~ /kisskb/src/fs/udf/balloc.c:567:30: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc, goal_eloc; ^~~~~~~~~ /kisskb/src/fs/udf/balloc.c:567:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc, goal_eloc; ^~~~ /kisskb/src/fs/udf/balloc.c:566:11: note: byref variable will be forcibly initialized uint32_t elen, goal_elen = 0; ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/xdp/xsk.c:22: /kisskb/src/net/xdp/xsk.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/mfd/rc5t583.c:19: /kisskb/src/drivers/mfd/rc5t583.c: In function 'rc5t583_read': /kisskb/src/include/linux/mfd/rc5t583.h:335:15: note: byref variable will be forcibly initialized unsigned int ival; ^~~~ /kisskb/src/drivers/mfd/rc5t583.c: In function '__rc5t583_set_ext_pwrreq1_control': /kisskb/src/drivers/mfd/rc5t583.c:75:10: note: byref variable will be forcibly initialized uint8_t sleepseq_val = 0; ^~~~~~~~~~~~ /kisskb/src/net/xdp/xsk.c: In function 'xsk_build_skb_zerocopy': /kisskb/src/net/xdp/xsk.c:456:6: note: byref variable will be forcibly initialized int err, i; ^~~ /kisskb/src/net/xdp/xsk.c: In function 'xsk_build_skb': /kisskb/src/net/xdp/xsk.c:509:7: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/xdp/xsk.c: In function 'xsk_generic_xmit': /kisskb/src/net/xdp/xsk.c:544:18: note: byref variable will be forcibly initialized struct xdp_desc desc; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:10: /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/mfd/rc5t583-irq.c:14: /kisskb/src/drivers/mfd/rc5t583-irq.c: In function 'rc5t583_read': /kisskb/src/include/linux/mfd/rc5t583.h:335:15: note: byref variable will be forcibly initialized unsigned int ival; ^~~~ /kisskb/src/drivers/mfd/rc5t583-irq.c: In function 'rc5t583_irq': /kisskb/src/drivers/mfd/rc5t583-irq.c:245:10: note: byref variable will be forcibly initialized uint8_t master_int = 0; ^~~~~~~~~~ /kisskb/src/drivers/mfd/rc5t583-irq.c:244:10: note: byref variable will be forcibly initialized uint8_t int_sts[RC5T583_MAX_INTERRUPT_MASK_REGS]; ^~~~~~~ /kisskb/src/net/xdp/xsk.c: In function 'xsk_getsockopt': /kisskb/src/net/xdp/xsk.c:1234:22: note: byref variable will be forcibly initialized struct xdp_options opts = {}; ^~~~ /kisskb/src/net/xdp/xsk.c:1183:30: note: byref variable will be forcibly initialized struct xdp_mmap_offsets_v1 off_v1; ^~~~~~ /kisskb/src/net/xdp/xsk.c:1182:27: note: byref variable will be forcibly initialized struct xdp_mmap_offsets off; ^~~ /kisskb/src/net/xdp/xsk.c:1146:25: note: byref variable will be forcibly initialized struct xdp_statistics stats = {}; ^~~~~ /kisskb/src/drivers/mfd/palmas.c: In function 'palmas_dt_to_pdata': /kisskb/src/drivers/mfd/palmas.c:394:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/drivers/mfd/palmas.c: In function 'palmas_i2c_probe': /kisskb/src/drivers/mfd/palmas.c:513:15: note: byref variable will be forcibly initialized unsigned int reg, addr; ^~~ /kisskb/src/net/xdp/xsk.c: In function 'xsk_setsockopt': /kisskb/src/net/xdp/xsk.c:1084:7: note: byref variable will be forcibly initialized int entries; ^~~~~~~ /kisskb/src/net/xdp/xsk.c:1051:23: note: byref variable will be forcibly initialized struct xdp_umem_reg mr = {}; ^~ /kisskb/src/net/xdp/xsk.c:1028:7: note: byref variable will be forcibly initialized int entries; ^~~~~~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c: In function '__rtsx_pci_write_phy_register': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:223:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/net/xdp/xsk.c: In function 'xsk_lookup_xsk_from_fd': /kisskb/src/net/xdp/xsk.c:838:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c: In function '__rtsx_pci_read_phy_register': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:260:16: note: byref variable will be forcibly initialized u8 tmp, val1, val2; ^~~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:260:10: note: byref variable will be forcibly initialized u8 tmp, val1, val2; ^~~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:260:5: note: byref variable will be forcibly initialized u8 tmp, val1, val2; ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c: In function 'rtsx_pci_send_cmd': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:349:20: note: byref variable will be forcibly initialized struct completion trans_done; ^~~~~~~~~~ /kisskb/src/net/xdp/xsk.c: In function 'xsk_delete_from_maps': /kisskb/src/net/xdp/xsk.c:788:26: note: byref variable will be forcibly initialized struct xdp_sock __rcu **map_entry = NULL; ^~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c: In function 'rtsx_pci_dma_transfer': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:475:20: note: byref variable will be forcibly initialized struct completion trans_done; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/net/xdp/xsk.c:16: /kisskb/src/net/xdp/xsk.c: In function 'xsk_tx_peek_release_desc_batch': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/net/xdp/xsk.c:386:7: note: in expansion of macro 'list_first_or_null_rcu' xs = list_first_or_null_rcu(&pool->xsk_tx_list, struct xdp_sock, tx_list); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c: In function 'rtsx_pci_complete_unfinished_transfer': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:882:20: note: byref variable will be forcibly initialized struct completion finish; ^~~~~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c: In function 'rtsx_pci_init_chip': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:1421:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:1420:6: note: byref variable will be forcibly initialized u16 cfg_val; ^~~~~~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c: In function 'rtsx_pci_enable_oobs_polling': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:1234:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c: In function 'rtsx_pci_disable_oobs_polling': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:1250:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/fs/nilfs2/file.c: In function 'nilfs_page_mkwrite': /kisskb/src/fs/nilfs2/file.c:50:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_insert_inode_locked': /kisskb/src/fs/nilfs2/inode.c:316:25: note: byref variable will be forcibly initialized struct nilfs_iget_args args = { ^~~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_truncate_bmap': /kisskb/src/fs/nilfs2/inode.c:687:8: note: byref variable will be forcibly initialized __u64 b; ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_new_inode': /kisskb/src/fs/nilfs2/inode.c:331:8: note: byref variable will be forcibly initialized ino_t ino; ^~~ /kisskb/src/fs/nilfs2/inode.c: In function '__nilfs_read_inode': /kisskb/src/fs/nilfs2/inode.c:471:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_ilookup': /kisskb/src/fs/nilfs2/inode.c:556:25: note: byref variable will be forcibly initialized struct nilfs_iget_args args = { ^~~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_iget_locked': /kisskb/src/fs/nilfs2/inode.c:566:25: note: byref variable will be forcibly initialized struct nilfs_iget_args args = { ^~~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_iget_for_gc': /kisskb/src/fs/nilfs2/inode.c:597:25: note: byref variable will be forcibly initialized struct nilfs_iget_args args = { ^~~~ /kisskb/src/fs/nilfs2/dir.c: In function 'nilfs_inode_by_name': /kisskb/src/fs/nilfs2/dir.c:405:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/nilfs2/inode.c: In function '__nilfs_mark_inode_dirty': /kisskb/src/fs/nilfs2/inode.c:942:22: note: byref variable will be forcibly initialized struct buffer_head *ibh; ^~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_get_block': /kisskb/src/fs/nilfs2/inode.c:91:33: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/inode.c:76:8: note: byref variable will be forcibly initialized __u64 blknum = 0; ^~~~~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_truncate': /kisskb/src/fs/nilfs2/inode.c:718:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_setattr': /kisskb/src/fs/nilfs2/inode.c:811:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_evict_inode': /kisskb/src/fs/nilfs2/inode.c:773:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_dirty_inode': /kisskb/src/fs/nilfs2/inode.c:971:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_fiemap': /kisskb/src/fs/nilfs2/inode.c:1017:9: note: byref variable will be forcibly initialized __u64 blkphy; ^~~~~~ /kisskb/src/fs/nilfs2/inode.c:997:11: note: byref variable will be forcibly initialized sector_t delalloc_blkoff; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/drivers/gpu/drm/ttm/ttm_tt.c:34: /kisskb/src/drivers/gpu/drm/ttm/ttm_tt.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/include/linux/cgroup-defs.h:22, from /kisskb/src/include/linux/cgroup.h:28, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/shmem_fs.h:6, from /kisskb/src/drivers/gpu/drm/ttm/ttm_tt.c:35: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'lm3533_read': /kisskb/src/drivers/mfd/lm3533-core.c:85:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'show_output': /kisskb/src/drivers/mfd/lm3533-core.c:263:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'store_output': /kisskb/src/drivers/mfd/lm3533-core.c:299:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mfd/as3711.c: In function 'as3711_i2c_probe': /kisskb/src/drivers/mfd/as3711.c:124:20: note: byref variable will be forcibly initialized unsigned int id1, id2; ^~~ /kisskb/src/drivers/mfd/as3711.c:124:15: note: byref variable will be forcibly initialized unsigned int id1, id2; ^~~ /kisskb/src/drivers/mfd/as3722.c: In function 'as3722_check_device_id': /kisskb/src/drivers/mfd/as3722.c:200:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/drivers/dma-buf/udmabuf.c:5: /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create': /kisskb/src/drivers/dma-buf/udmabuf.c:293:29: note: byref variable will be forcibly initialized struct udmabuf_create_item list; ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:292:29: note: byref variable will be forcibly initialized struct udmabuf_create_list head; ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:291:24: note: byref variable will be forcibly initialized struct udmabuf_create create; ^~~~~~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create_list': /kisskb/src/drivers/dma-buf/udmabuf.c:310:29: note: byref variable will be forcibly initialized struct udmabuf_create_list head; ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'mock_wait': /kisskb/src/drivers/dma-buf/st-dma-fence.c:49:17: note: byref variable will be forcibly initialized struct wait_cb cb = { .task = current }; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/delay.h:22, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:498:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(t->fences[t->id], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:461:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(t->fences[t->id], f1); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:453:20: note: byref variable will be forcibly initialized struct simple_cb cb; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'race_signal_callback': /kisskb/src/drivers/dma-buf/st-dma-fence.c:518:22: note: byref variable will be forcibly initialized struct race_thread t[2]; ^ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'test_wait_timeout': /kisskb/src/drivers/dma-buf/st-dma-fence.c:373:20: note: byref variable will be forcibly initialized struct wait_timer wt; ^~ /kisskb/src/drivers/dma-buf/selftest.c: In function 'apply_subtest_filter': /kisskb/src/drivers/dma-buf/selftest.c:49:17: note: byref variable will be forcibly initialized char *filter, *sep, *tok; ^~~ /kisskb/src/drivers/mfd/rt5033.c: In function 'rt5033_i2c_probe': /kisskb/src/drivers/mfd/rt5033.c:63:15: note: byref variable will be forcibly initialized unsigned int dev_id; ^~~~~~ /kisskb/src/drivers/nfc/nfcmrvl/main.c: In function 'nfcmrvl_nci_setup': /kisskb/src/drivers/nfc/nfcmrvl/main.c:72:7: note: byref variable will be forcibly initialized __u8 val = 1; ^~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/firmware_loader/main.c:14: /kisskb/src/drivers/base/firmware_loader/main.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/drivers/base/firmware_loader/main.c:25: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware_prepare': /kisskb/src/drivers/base/firmware_loader/main.c:729:18: note: byref variable will be forcibly initialized 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:510:10: note: byref variable will be forcibly initialized size_t file_size = 0; ^~~~~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c:496:8: note: byref variable will be forcibly initialized void *buffer = NULL; ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:796:19: note: byref variable will be forcibly initialized 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:1075:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/mfd/altera-sysmgr.c: In function 's10_protected_reg_write': /kisskb/src/drivers/mfd/altera-sysmgr.c:45:23: note: byref variable will be forcibly initialized struct arm_smccc_res result; ^~~~~~ /kisskb/src/drivers/mfd/altera-sysmgr.c: In function 's10_protected_reg_read': /kisskb/src/drivers/mfd/altera-sysmgr.c:67:23: note: byref variable will be forcibly initialized struct arm_smccc_res result; ^~~~~~ /kisskb/src/drivers/mfd/altera-sysmgr.c: In function 'sysmgr_probe': /kisskb/src/drivers/mfd/altera-sysmgr.c:128:23: note: byref variable will be forcibly initialized struct regmap_config sysmgr_config = altr_sysmgr_regmap_cfg; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera-comp.c: In function 'altera_shrink': /kisskb/src/drivers/misc/altera-stapl/altera-comp.c:72:6: note: byref variable will be forcibly initialized u32 in_index = 0L; ^~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera-comp.c:71:6: note: byref variable will be forcibly initialized u32 bits_avail = CHAR_BITS; ^~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c: In function 'validate_request': /kisskb/src/fs/autofs/waitq.c:269:15: note: byref variable will be forcibly initialized struct path this; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:7: /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:12: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/autofs/waitq.c: In function 'autofs_notify_daemon': /kisskb/src/fs/autofs/waitq.c:86:4: note: byref variable will be forcibly initialized } pkt; ^~~ In file included from /kisskb/src/include/linux/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 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:439:2: note: in expansion of macro 'wait_event_killable' wait_event_killable(wq->queue, wq->name.name == NULL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:307:14: note: byref variable will be forcibly initialized struct qstr qstr; ^~~~ /kisskb/src/fs/autofs/waitq.c:306:28: note: byref variable will be forcibly initialized struct autofs_wait_queue *wq; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'signal_backward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:527:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'signal_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:495:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_random': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:646:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_backward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:600:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:570:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ 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:727, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:12: /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_race': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:11: note: in expansion of macro '__wait_var_event_timeout' __ret = __wait_var_event_timeout(var, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:468:2: note: in expansion of macro 'wait_var_event_timeout' wait_var_event_timeout(&data.children, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:440:19: note: byref variable will be forcibly initialized struct find_race data; ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_gap': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:340:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:339:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_out_of_order': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:296:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:295:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_signaled': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:258:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:257:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_seqno': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:180:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:179:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function '__find_race': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:396:21: note: byref variable will be forcibly initialized struct dma_fence *fence = dma_fence_get(data->fc.tail); ^~~~~ /kisskb/src/drivers/mfd/atc260x-core.c: In function 'atc260x_device_probe': /kisskb/src/drivers/mfd/atc260x-core.c:261:15: note: byref variable will be forcibly initialized unsigned int chip_rev; ^~~~~~~~ /kisskb/src/drivers/mfd/sky81452.c: In function 'sky81452_probe': /kisskb/src/drivers/mfd/sky81452.c:29:18: note: byref variable will be forcibly initialized struct mfd_cell cells[2]; ^~~~~ /kisskb/src/drivers/mfd/rohm-bd70528.c: In function 'bd70528_i2c_probe': /kisskb/src/drivers/mfd/rohm-bd70528.c:223:31: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ /kisskb/src/drivers/mfd/rohm-bd71828.c: In function 'set_clk_mode': /kisskb/src/drivers/mfd/rohm-bd71828.c:448:15: note: byref variable will be forcibly initialized unsigned int open_drain; ^~~~~~~~~~ /kisskb/src/drivers/mfd/rohm-bd71828.c: In function 'bd71828_i2c_probe': /kisskb/src/drivers/mfd/rohm-bd71828.c:471:31: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ /kisskb/src/fs/udf/dir.c: In function 'udf_readdir': /kisskb/src/fs/udf/dir.c:124:25: note: byref variable will be forcibly initialized struct kernel_lb_addr tloc; ^~~~ /kisskb/src/fs/udf/dir.c:58:25: note: byref variable will be forcibly initialized struct extent_position epos = { NULL, 0, {0, 0} }; ^~~~ /kisskb/src/fs/udf/dir.c:56:11: note: byref variable will be forcibly initialized sector_t offset; ^~~~~~ /kisskb/src/fs/udf/dir.c:55:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/dir.c:54:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/dir.c:53:28: note: byref variable will be forcibly initialized struct buffer_head *tmp, *bha[16]; ^~~ /kisskb/src/fs/udf/dir.c:46:9: note: byref variable will be forcibly initialized loff_t nf_pos; ^~~~~~ /kisskb/src/fs/udf/dir.c:44:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^~~ /kisskb/src/drivers/mfd/atc260x-i2c.c: In function 'atc260x_i2c_probe': /kisskb/src/drivers/mfd/atc260x-i2c.c:19:23: note: byref variable will be forcibly initialized struct regmap_config regmap_cfg; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/udf/udfdecl.h:10, from /kisskb/src/fs/udf/file.c:28: /kisskb/src/fs/udf/file.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/super.c: In function 'parse_options': /kisskb/src/fs/nilfs2/super.c:721:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_parse_snapshot_option': /kisskb/src/fs/nilfs2/super.c:1197:21: note: byref variable will be forcibly initialized unsigned long long val; ^~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_identify': /kisskb/src/fs/nilfs2/super.c:1233:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/nilfs2/super.c:1232:12: note: byref variable will be forcibly initialized char *p, *options = data; ^~~~~~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_statfs': /kisskb/src/fs/nilfs2/super.c:602:18: note: byref variable will be forcibly initialized u64 nmaxinodes, nfreeinodes; ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/super.c:602:6: note: byref variable will be forcibly initialized u64 nmaxinodes, nfreeinodes; ^~~~~~~~~~ /kisskb/src/fs/nilfs2/super.c:601:11: note: byref variable will be forcibly initialized sector_t nfreeblocks; ^~~~~~~~~~~ /kisskb/src/fs/udf/file.c: In function 'udf_ioctl': /kisskb/src/fs/udf/file.c:184:18: note: byref variable will be forcibly initialized long old_block, new_block; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/llc/llc_core.c:15: /kisskb/src/net/llc/llc_core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/super.c: In function '__nilfs_msg': /kisskb/src/fs/nilfs2/super.c:68:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_set_log_cursor': /kisskb/src/fs/nilfs2/super.c:232:11: note: byref variable will be forcibly initialized sector_t nfreeblocks; ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/super.c: In function '__nilfs_error': /kisskb/src/fs/nilfs2/super.c:124:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_attach_checkpoint': /kisskb/src/fs/nilfs2/super.c:515:22: note: byref variable will be forcibly initialized struct buffer_head *bh_cp; ^~~~~ /kisskb/src/fs/nilfs2/super.c:514:27: note: byref variable will be forcibly initialized struct nilfs_checkpoint *raw_cp; ^~~~~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_fill_super': /kisskb/src/fs/nilfs2/super.c:1036:21: note: byref variable will be forcibly initialized struct nilfs_root *fsroot; ^~~~~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_attach_snapshot': /kisskb/src/fs/nilfs2/super.c:947:21: note: byref variable will be forcibly initialized struct nilfs_root *root; ^~~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_mount': /kisskb/src/fs/nilfs2/super.c:1272:17: note: byref variable will be forcibly initialized struct dentry *root_dentry; ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/super.c:1269:26: note: byref variable will be forcibly initialized struct nilfs_super_data sd; ^~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_mount_busy': /kisskb/src/fs/autofs/expire.c:33:14: note: byref variable will be forcibly initialized struct path path = {.mnt = mnt, .dentry = dentry}; ^~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_calc_pll': /kisskb/src/drivers/mfd/sm501.c:454:7: note: byref variable will be forcibly initialized long best_diff = 999999999; ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_select_clock': /kisskb/src/drivers/mfd/sm501.c:491:7: note: byref variable will be forcibly initialized long best_diff = 999999999; ^~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/mfd/sm501.c:11: /kisskb/src/drivers/mfd/sm501.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/mfd/sm501.c:16: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_expire_run': /kisskb/src/fs/autofs/expire.c:541:30: note: byref variable will be forcibly initialized struct autofs_packet_expire pkt; ^~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_do_expire_multi': /kisskb/src/fs/autofs/expire.c:588:21: note: byref variable will be forcibly initialized const struct path path = { .mnt = mnt, .dentry = dentry }; ^~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_set_clock': /kisskb/src/drivers/mfd/sm501.c:520:21: note: byref variable will be forcibly initialized struct sm501_clock to; ^~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_init_dev': /kisskb/src/drivers/mfd/sm501.c:1301:18: note: byref variable will be forcibly initialized resource_size_t mem_avail; ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_find_clock': /kisskb/src/drivers/mfd/sm501.c:645:21: note: byref variable will be forcibly initialized struct sm501_clock to; ^~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_mem_space_debug': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:56:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_debug_printer(TTM_PFX); ^ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_rename': /kisskb/src/fs/nilfs2/namei.c:377:16: note: byref variable will be forcibly initialized struct page *new_page; ^~~~~~~~ /kisskb/src/fs/nilfs2/namei.c:354:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/namei.c:352:15: note: byref variable will be forcibly initialized struct page *old_page; ^~~~~~~~ /kisskb/src/fs/nilfs2/namei.c:350:15: note: byref variable will be forcibly initialized struct page *dir_page = NULL; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_delayed_delete': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:364:19: note: byref variable will be forcibly initialized struct list_head removed; ^~~~~~~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_mknod': /kisskb/src/fs/nilfs2/namei.c:107:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_create': /kisskb/src/fs/nilfs2/namei.c:79:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_do_unlink': /kisskb/src/fs/nilfs2/namei.c:263:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_rmdir': /kisskb/src/fs/nilfs2/namei.c:317:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_evict': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:522:19: note: byref variable will be forcibly initialized struct ttm_place hop; ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:521:23: note: byref variable will be forcibly initialized struct ttm_placement placement; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:520:23: note: byref variable will be forcibly initialized struct ttm_resource *evict_mem; ^~~~~~~~~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_unlink': /kisskb/src/fs/nilfs2/namei.c:295:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_mkdir': /kisskb/src/fs/nilfs2/namei.c:209:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_mem_evict_first': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:680:9: note: byref variable will be forcibly initialized bool busy; ^~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:673:7: note: byref variable will be forcibly initialized bool locked = false; ^~~~~~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_symlink': /kisskb/src/fs/nilfs2/namei.c:131:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_link': /kisskb/src/fs/nilfs2/namei.c:181:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'copy_dev_ioctl': /kisskb/src/fs/autofs/dev-ioctl.c:84:26: note: byref variable will be forcibly initialized struct autofs_dev_ioctl tmp, *res; ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_bounce_temp_buffer': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:497:23: note: byref variable will be forcibly initialized struct ttm_resource *hop_mem; ^~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:496:23: note: byref variable will be forcibly initialized struct ttm_placement hop_placement; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_move_buffer': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:885:19: note: byref variable will be forcibly initialized struct ttm_place hop; ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:884:23: note: byref variable will be forcibly initialized struct ttm_resource *mem; ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'find_autofs_mount': /kisskb/src/fs/autofs/dev-ioctl.c:188:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_validate': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:967:11: note: byref variable will be forcibly initialized uint32_t new_flags; ^~~~~~~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_ismountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:538:9: note: byref variable will be forcibly initialized dev_t dev = sbi->sb->s_dev; ^~~ /kisskb/src/fs/autofs/dev-ioctl.c:510:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c:508:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/mfd/exynos-lpass.c: In function 'exynos_lpass_core_sw_reset': /kisskb/src/drivers/mfd/exynos-lpass.c:60:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_requester': /kisskb/src/fs/autofs/dev-ioctl.c:426:8: note: byref variable will be forcibly initialized dev_t devid; ^~~~~ /kisskb/src/fs/autofs/dev-ioctl.c:425:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_swapout': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1178:20: note: byref variable will be forcibly initialized struct ttm_place hop; ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1177:24: note: byref variable will be forcibly initialized struct ttm_resource *evict_mem; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1176:28: note: byref variable will be forcibly initialized struct ttm_operation_ctx ctx = { false, false }; ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1139:7: note: byref variable will be forcibly initialized bool locked; ^~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1138:19: note: byref variable will be forcibly initialized struct ttm_place place; ^~~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_open_mountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:234:15: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/drivers/misc/altera-stapl/altera.c:16: /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_export_bool_array': /kisskb/src/drivers/misc/altera-stapl/altera.c:140:7: note: byref variable will be forcibly initialized char string[HEX_LINE_CHARS + 1]; ^~~~~~ /kisskb/src/drivers/mfd/bd9571mwv.c: In function 'bd957x_identify': /kisskb/src/drivers/mfd/bd9571mwv.c:175:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/mfd/bd9571mwv.c: In function 'bd9571mwv_probe': /kisskb/src/drivers/mfd/bd9571mwv.c:215:31: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_execute': /kisskb/src/drivers/misc/altera-stapl/altera.c:235:5: note: byref variable will be forcibly initialized u8 charbuf[4]; ^~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:214:6: note: byref variable will be forcibly initialized int status = 0; ^~~~~~ /kisskb/src/drivers/misc/cardreader/rts5209.c: In function 'rts5209_fetch_vendor_settings': /kisskb/src/drivers/misc/cardreader/rts5209.c:27:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/nfc/nfcmrvl/fw_dnld.c: In function 'process_state_init': /kisskb/src/drivers/nfc/nfcmrvl/fw_dnld.c:151:33: note: byref variable will be forcibly initialized struct nci_core_set_config_cmd cmd; ^~~ /kisskb/src/drivers/nfc/nfcmrvl/fw_dnld.c: In function 'create_lc': /kisskb/src/drivers/nfc/nfcmrvl/fw_dnld.c:172:10: note: byref variable will be forcibly initialized uint8_t param[2] = { NCI_CORE_LC_PROP_FW_DL, 0x0 }; ^~~~~ /kisskb/src/drivers/nfc/nfcmrvl/fw_dnld.c: In function 'process_state_set_ref_clock': /kisskb/src/drivers/nfc/nfcmrvl/fw_dnld.c:181:33: note: byref variable will be forcibly initialized struct nci_core_set_config_cmd cmd; ^~~ /kisskb/src/drivers/nfc/nfcmrvl/fw_dnld.c: In function 'process_state_fw_dnld': /kisskb/src/drivers/nfc/nfcmrvl/fw_dnld.c:308:12: note: byref variable will be forcibly initialized uint8_t conn_id = NCI_CORE_LC_CONNID_PROP_FW_DL; ^~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_init': /kisskb/src/drivers/nfc/nfcmrvl/fw_dnld.c: In function 'nfcmrvl_fw_dnld_init': /kisskb/src/drivers/nfc/nfcmrvl/fw_dnld.c:447:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2413:6: note: byref variable will be forcibly initialized s32 error_address = 0L; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2412:6: note: byref variable will be forcibly initialized s32 offset = 0L; ^~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2410:6: note: byref variable will be forcibly initialized int procedure_count = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2409:6: note: byref variable will be forcibly initialized int action_count = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2408:6: note: byref variable will be forcibly initialized int format_version = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2407:6: note: byref variable will be forcibly initialized int exit_code = 0; ^~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2405:8: note: byref variable will be forcibly initialized char *description = NULL; ^~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2404:8: note: byref variable will be forcibly initialized char *action_name = NULL; ^~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2400:26: note: byref variable will be forcibly initialized struct altera_procinfo *proc_list = NULL; ^~~~~~~~~ /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_copy_dirty_pages': /kisskb/src/fs/nilfs2/page.c:245:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/fs/nilfs2/page.c:243:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_copy_back_pages': /kisskb/src/fs/nilfs2/page.c:299:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/fs/nilfs2/page.c:297:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_clear_dirty_pages': /kisskb/src/fs/nilfs2/page.c:362:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/fs/nilfs2/page.c:360:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_find_uncommitted_extent': /kisskb/src/fs/nilfs2/page.c:498:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_submit_block': /kisskb/src/fs/nilfs2/mdt.c:118:8: note: byref variable will be forcibly initialized __u64 blknum = 0; ^~~~~~ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_read_block': /kisskb/src/fs/nilfs2/mdt.c:170:33: note: byref variable will be forcibly initialized struct buffer_head *first_bh, *bh; ^~ /kisskb/src/fs/nilfs2/mdt.c:170:22: note: byref variable will be forcibly initialized struct buffer_head *first_bh, *bh; ^~~~~~~~ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_create_block': /kisskb/src/fs/nilfs2/mdt.c:73:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_find_block': /kisskb/src/fs/nilfs2/mdt.c:288:8: note: byref variable will be forcibly initialized __u64 next; ^~~~ /kisskb/src/drivers/mfd/lp873x.c: In function 'lp873x_probe': /kisskb/src/drivers/mfd/lp873x.c:40:15: note: byref variable will be forcibly initialized unsigned int otpid; ^~~~~ /kisskb/src/drivers/mfd/lp87565.c: In function 'lp87565_probe': /kisskb/src/drivers/mfd/lp87565.c:52:15: note: byref variable will be forcibly initialized unsigned int otpid; ^~~~~ /kisskb/src/drivers/mfd/lp3943.c: In function 'lp3943_read_byte': /kisskb/src/drivers/mfd/lp3943.c:76:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_get_device_type': /kisskb/src/drivers/mfd/da9062-core.c:327:17: note: byref variable will be forcibly initialized int device_id, variant_id, variant_mrc, variant_vrc; ^~~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c:327:6: note: byref variable will be forcibly initialized int device_id, variant_id, variant_mrc, variant_vrc; ^~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_clear_fault_log': /kisskb/src/drivers/mfd/da9062-core.c:294:6: note: byref variable will be forcibly initialized int fault_log; ^~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_i2c_probe': /kisskb/src/drivers/mfd/da9062-core.c:631:6: note: byref variable will be forcibly initialized u32 trigger_type = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/target/loopback/tcm_loop.c: In function 'tcm_loop_tpg_attrib_fabric_prot_type_store': /kisskb/src/drivers/target/loopback/tcm_loop.c:686:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/target/loopback/tcm_loop.c: In function 'tcm_loop_tpg_nexus_store': /kisskb/src/drivers/target/loopback/tcm_loop.c:811:16: note: byref variable will be forcibly initialized unsigned char i_port[TL_WWN_ADDR_LEN], *ptr, *port_ptr; ^~~~~~ /kisskb/src/drivers/target/loopback/tcm_loop.c: In function 'tcm_loop_make_naa_tpg': /kisskb/src/drivers/target/loopback/tcm_loop.c:960:16: note: byref variable will be forcibly initialized unsigned long tpgt; ^~~~ /kisskb/src/fs/udf/ialloc.c: In function 'udf_new_inode': /kisskb/src/fs/udf/ialloc.c:58:6: note: byref variable will be forcibly initialized int err; ^~~ In file included from /kisskb/src/drivers/mfd/max14577.c:17: /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_print_dev_type': /kisskb/src/drivers/mfd/max14577.c:266:5: note: byref variable will be forcibly initialized u8 reg_data, vendor_id, device_id; ^~~~~~~~ /kisskb/src/drivers/mfd/max14577.c: In function 'max77836_init': /kisskb/src/drivers/mfd/max14577.c:298:5: note: byref variable will be forcibly initialized u8 intsrc_mask; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/net/xdp/xdp_umem.c:6: /kisskb/src/net/xdp/xdp_umem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/net/xdp/xdp_umem.c:12: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/lpc_sch.c: In function 'lpc_sch_get_io': /kisskb/src/drivers/mfd/lpc_sch.c:81:15: note: byref variable will be forcibly initialized 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:18: note: byref variable will be forcibly initialized struct mfd_cell lpc_sch_cells[3]; ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_read_device': /kisskb/src/drivers/mfd/da9150-core.c:26:17: note: byref variable will be forcibly initialized struct i2c_msg xfer; ^~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_write_device': /kisskb/src/drivers/mfd/da9150-core.c:66:17: note: byref variable will be forcibly initialized struct i2c_msg xfer; ^~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_reg_read': /kisskb/src/drivers/mfd/da9150-core.c:201:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/mfd/vx855.c: In function 'vx855_probe': /kisskb/src/drivers/mfd/vx855.c:64:6: note: byref variable will be forcibly initialized u16 gpio_io_offset; ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/misc/cardreader/rts5229.c:14: /kisskb/src/drivers/misc/cardreader/rts5229.c: In function 'map_sd_drive': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.h:77:5: note: byref variable will be forcibly initialized u8 sd_drive[4] = { ^~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5229.c: In function 'rts5229_fetch_vendor_settings': /kisskb/src/drivers/misc/cardreader/rts5229.c:27:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/misc/cardreader/rts5229.c: In function 'rts5229_get_ic_version': /kisskb/src/drivers/misc/cardreader/rts5229.c:18:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_fm_write_data': /kisskb/src/drivers/mfd/wl1273-core.c:56:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_fm_write_cmd': /kisskb/src/drivers/mfd/wl1273-core.c:41:5: note: byref variable will be forcibly initialized u8 buf[] = { (param >> 8) & 0xff, param & 0xff }; ^~~ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_fm_read_reg': /kisskb/src/drivers/mfd/wl1273-core.c:24:5: note: byref variable will be forcibly initialized u8 b[2]; ^ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_core_probe': /kisskb/src/drivers/mfd/wl1273-core.c:163:22: note: byref variable will be forcibly initialized struct wl1273_core *core; ^~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_read_inode': /kisskb/src/fs/udf/inode.c:1308:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_parse_options': /kisskb/src/fs/debugfs/inode.c:108:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/debugfs/inode.c:107:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_submit_io': /kisskb/src/drivers/nvme/host/ioctl.c:116:22: note: byref variable will be forcibly initialized struct nvme_command c; ^ /kisskb/src/drivers/nvme/host/ioctl.c:115:22: note: byref variable will be forcibly initialized struct nvme_user_io io; ^~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd': /kisskb/src/drivers/nvme/host/ioctl.c:196:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/nvme/host/ioctl.c:194:22: note: byref variable will be forcibly initialized struct nvme_command c; ^ /kisskb/src/drivers/nvme/host/ioctl.c:193:27: note: byref variable will be forcibly initialized struct nvme_passthru_cmd cmd; ^~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_rename': /kisskb/src/fs/debugfs/inode.c:761:23: note: byref variable will be forcibly initialized struct name_snapshot old_name; ^~~~~~~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd64': /kisskb/src/drivers/nvme/host/ioctl.c:241:22: note: byref variable will be forcibly initialized struct nvme_command c; ^ /kisskb/src/drivers/nvme/host/ioctl.c:240:29: note: byref variable will be forcibly initialized struct nvme_passthru_cmd64 cmd; ^~~ /kisskb/src/fs/udf/inode.c: In function 'udf_setup_indirect_aext': /kisskb/src/fs/udf/inode.c:1978:12: note: byref variable will be forcibly initialized uint32_t cp_len; ^~~~~~ /kisskb/src/fs/udf/inode.c:1977:25: note: byref variable will be forcibly initialized struct kernel_lb_addr cp_loc; ^~~~~~ /kisskb/src/fs/udf/inode.c:1933:24: note: byref variable will be forcibly initialized struct kernel_lb_addr neloc; ^~~~~ /kisskb/src/fs/udf/inode.c:1932:25: note: byref variable will be forcibly initialized struct extent_position nepos; ^~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_add_aext': /kisskb/src/fs/udf/inode.c:2067:7: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/fs/udf/inode.c: In function 'udf_expand_dir_adinicb': /kisskb/src/fs/udf/inode.c:340:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *sfi, *dfi; ^~~ /kisskb/src/fs/udf/inode.c:338:9: note: byref variable will be forcibly initialized loff_t f_pos = udf_ext0_offset(inode); ^~~~~ /kisskb/src/fs/udf/inode.c:337:33: note: byref variable will be forcibly initialized struct udf_fileident_bh sfibh, dfibh; ^~~~~ /kisskb/src/fs/udf/inode.c:337:26: note: byref variable will be forcibly initialized struct udf_fileident_bh sfibh, dfibh; ^~~~~ /kisskb/src/fs/udf/inode.c:335:25: note: byref variable will be forcibly initialized struct extent_position epos; ^~~~ /kisskb/src/fs/udf/inode.c:333:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_do_extend_file': /kisskb/src/fs/udf/inode.c:543:12: note: byref variable will be forcibly initialized uint32_t tmplen; ^~~~~~ /kisskb/src/fs/udf/inode.c:542:25: note: byref variable will be forcibly initialized struct kernel_lb_addr tmploc; ^~~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_insert_aext': /kisskb/src/fs/udf/inode.c:2231:11: note: byref variable will be forcibly initialized uint32_t oelen; ^~~~~ /kisskb/src/fs/udf/inode.c:2230:24: note: byref variable will be forcibly initialized struct kernel_lb_addr oeloc; ^~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_delete_aext': /kisskb/src/fs/udf/inode.c:2256:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/inode.c:2255:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/inode.c:2250:25: note: byref variable will be forcibly initialized struct extent_position oepos; ^~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_update_extents': /kisskb/src/fs/udf/inode.c:1183:11: note: byref variable will be forcibly initialized uint32_t tmplen; ^~~~~~ /kisskb/src/fs/udf/inode.c:1182:24: note: byref variable will be forcibly initialized struct kernel_lb_addr tmploc; ^~~~~~ /kisskb/src/fs/udf/inode.c: In function 'inode_getblk': /kisskb/src/fs/udf/inode.c:699:6: note: byref variable will be forcibly initialized int c = 1; ^ /kisskb/src/fs/udf/inode.c:698:30: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc, tmpeloc; ^~~~~~~ /kisskb/src/fs/udf/inode.c:698:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc, tmpeloc; ^~~~ /kisskb/src/fs/udf/inode.c:697:21: note: byref variable will be forcibly initialized uint32_t elen = 0, tmpelen; ^~~~~~~ /kisskb/src/fs/udf/inode.c:697:11: note: byref variable will be forcibly initialized uint32_t elen = 0, tmpelen; ^~~~ /kisskb/src/fs/udf/inode.c:696:31: note: byref variable will be forcibly initialized int count = 0, startnum = 0, endnum = 0; ^~~~~~ /kisskb/src/fs/udf/inode.c:695:46: note: byref variable will be forcibly initialized struct extent_position prev_epos, cur_epos, next_epos; ^~~~~~~~~ /kisskb/src/fs/udf/inode.c:695:36: note: byref variable will be forcibly initialized struct extent_position prev_epos, cur_epos, next_epos; ^~~~~~~~ /kisskb/src/fs/udf/inode.c:695:25: note: byref variable will be forcibly initialized struct extent_position prev_epos, cur_epos, next_epos; ^~~~~~~~~ /kisskb/src/fs/udf/inode.c:694:24: note: byref variable will be forcibly initialized struct kernel_long_ad laarr[EXTENT_MERGE_SIZE]; ^~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_parse_and_nag_about_error': /kisskb/src/drivers/mfd/si476x-cmd.c:175:5: note: byref variable will be forcibly initialized u8 buffer[2]; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/mfd/si476x-cmd.c:12: /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_send_command': /kisskb/src/fs/udf/inode.c: In function 'inode_bmap': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:313:3: note: in expansion of macro 'if' if (!wait_event_timeout(core->command, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:313:8: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(core->command, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:298:2: note: in expansion of macro 'if' if (!wait_event_timeout(core->command, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:298:7: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(core->command, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:267:6: note: byref variable will be forcibly initialized u8 data[CMD_MAX_ARGS_COUNT + 1]; ^~~~ /kisskb/src/fs/udf/inode.c:2337:9: note: byref variable will be forcibly initialized loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; ^~~~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_extend_file': /kisskb/src/fs/udf/inode.c:639:24: note: byref variable will be forcibly initialized struct kernel_long_ad extent; ^~~~~~ /kisskb/src/fs/udf/inode.c:635:58: note: byref variable will be forcibly initialized sector_t first_block = newsize >> sb->s_blocksize_bits, offset; ^~~~~~ /kisskb/src/fs/udf/inode.c:632:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/inode.c:631:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/inode.c:630:25: note: byref variable will be forcibly initialized struct extent_position epos; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rsq_status_a30': /kisskb/src/drivers/mfd/si476x-cmd.c:1280:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_RSQ_STATUS_A30_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1279:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_RSQ_STATUS_A30_NRESP]; ^~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_block_map': /kisskb/src/fs/udf/inode.c:2368:11: note: byref variable will be forcibly initialized sector_t offset; ^~~~~~ /kisskb/src/fs/udf/inode.c:2367:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/inode.c:2366:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_intb_pin_cfg_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:715:11: note: byref variable will be forcibly initialized const u8 args[CMD_INTB_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:714:11: note: byref variable will be forcibly initialized u8 resp[CMD_INTB_PIN_CFG_A20_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_agc_status_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1374:5: note: byref variable will be forcibly initialized u8 resp[CMD_AGC_STATUS_NRESP_A20]; ^~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_get_block': /kisskb/src/fs/udf/inode.c:421:11: note: byref variable will be forcibly initialized int err, new; ^~~ /kisskb/src/fs/udf/inode.c:421:6: note: byref variable will be forcibly initialized int err, new; ^~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rsq_status_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1225:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_RSQ_STATUS_A30_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1224:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_RSQ_STATUS_A10_NRESP]; ^~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_getblk': /kisskb/src/fs/udf/inode.c:460:21: note: byref variable will be forcibly initialized struct buffer_head dummy; ^~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_down_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1124:11: note: byref variable will be forcibly initialized const u8 args[CMD_POWER_DOWN_A20_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1123:5: note: byref variable will be forcibly initialized u8 resp[CMD_POWER_DOWN_A20_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_up_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1093:11: note: byref variable will be forcibly initialized const u8 args[CMD_POWER_UP_A20_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1090:11: note: byref variable will be forcibly initialized u8 resp[CMD_POWER_UP_A20_NRESP]; ^~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_bread': /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_intb_pin_cfg_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:699:11: note: byref variable will be forcibly initialized const u8 args[CMD_INTB_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/fs/udf/inode.c:1208:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^~ /kisskb/src/drivers/mfd/si476x-cmd.c:698:11: note: byref variable will be forcibly initialized u8 resp[CMD_INTB_PIN_CFG_A10_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_agc_status_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1402:5: note: byref variable will be forcibly initialized u8 resp[CMD_AGC_STATUS_NRESP_A10]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rsq_status_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1172:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_RSQ_STATUS_A10_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1171:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_RSQ_STATUS_A10_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_down_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1112:5: note: byref variable will be forcibly initialized u8 resp[CMD_POWER_DOWN_A10_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_up_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1070:11: note: byref variable will be forcibly initialized const u8 args[CMD_POWER_UP_A10_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1067:11: note: byref variable will be forcibly initialized u8 resp[CMD_POWER_UP_A10_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_func_info': /kisskb/src/drivers/mfd/si476x-cmd.c:408:6: note: byref variable will be forcibly initialized u8 resp[CMD_FUNC_INFO_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_set_property': /kisskb/src/drivers/mfd/si476x-cmd.c:439:11: note: byref variable will be forcibly initialized const u8 args[CMD_SET_PROPERTY_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:438:11: note: byref variable will be forcibly initialized u8 resp[CMD_SET_PROPERTY_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_get_property': /kisskb/src/drivers/mfd/si476x-cmd.c:466:11: note: byref variable will be forcibly initialized const u8 args[CMD_GET_PROPERTY_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:465:11: note: byref variable will be forcibly initialized u8 resp[CMD_GET_PROPERTY_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_dig_audio_pin_cfg': /kisskb/src/drivers/mfd/si476x-cmd.c:527:11: note: byref variable will be forcibly initialized const u8 args[CMD_DIG_AUDIO_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:526:11: note: byref variable will be forcibly initialized u8 resp[CMD_DIG_AUDIO_PIN_CFG_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_zif_pin_cfg': /kisskb/src/drivers/mfd/si476x-cmd.c:576:11: note: byref variable will be forcibly initialized const u8 args[CMD_ZIF_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:575:11: note: byref variable will be forcibly initialized u8 resp[CMD_ZIF_PIN_CFG_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_ic_link_gpo_ctl_pin_cfg': /kisskb/src/drivers/mfd/si476x-cmd.c:633:11: note: byref variable will be forcibly initialized const u8 args[CMD_IC_LINK_GPO_CTL_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:632:11: note: byref variable will be forcibly initialized u8 resp[CMD_IC_LINK_GPO_CTL_PIN_CFG_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_ana_audio_pin_cfg': /kisskb/src/drivers/mfd/si476x-cmd.c:664:11: note: byref variable will be forcibly initialized const u8 args[CMD_ANA_AUDIO_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:663:11: note: byref variable will be forcibly initialized u8 resp[CMD_ANA_AUDIO_PIN_CFG_NRESP]; ^~~~ /kisskb/src/net/llc/llc_if.c: In function 'llc_establish_connection': /kisskb/src/net/llc/llc_if.c:86:25: note: byref variable will be forcibly initialized struct llc_addr laddr, daddr; ^~~~~ /kisskb/src/net/llc/llc_if.c:86:18: note: byref variable will be forcibly initialized struct llc_addr laddr, daddr; ^~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_rsq_status': /kisskb/src/drivers/mfd/si476x-cmd.c:745:11: note: byref variable will be forcibly initialized const u8 args[CMD_AM_RSQ_STATUS_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:744:11: note: byref variable will be forcibly initialized u8 resp[CMD_AM_RSQ_STATUS_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_acf_status': /kisskb/src/drivers/mfd/si476x-cmd.c:793:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_ACF_STATUS_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:792:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_ACF_STATUS_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_acf_status': /kisskb/src/drivers/mfd/si476x-cmd.c:829:11: note: byref variable will be forcibly initialized const u8 args[CMD_AM_ACF_STATUS_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:828:11: note: byref variable will be forcibly initialized u8 resp[CMD_AM_ACF_STATUS_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rds_status': /kisskb/src/drivers/mfd/si476x-cmd.c:908:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_RDS_STATUS_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:907:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_RDS_STATUS_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rds_blockcount': /kisskb/src/drivers/mfd/si476x-cmd.c:972:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_RDS_BLOCKCOUNT_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:971:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_RDS_BLOCKCOUNT_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_phase_diversity': /kisskb/src/drivers/mfd/si476x-cmd.c:998:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_PHASE_DIVERSITY_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:997:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_PHASE_DIVERSITY_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_phase_div_status': /kisskb/src/drivers/mfd/si476x-cmd.c:1022:5: note: byref variable will be forcibly initialized u8 resp[CMD_FM_PHASE_DIV_STATUS_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_cmd_clear_stc': /kisskb/src/drivers/mfd/si476x-cmd.c:350:32: note: byref variable will be forcibly initialized struct si476x_rsq_status_args args = { ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mfd/si476x-cmd.c:12: /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_cmd_tune_seek_freq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:384:3: note: in expansion of macro 'wait_event_killable' wait_event_killable(core->tuning, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_seek_start': /kisskb/src/drivers/mfd/si476x-cmd.c:876:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_SEEK_START_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:875:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_SEEK_START_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_seek_start': /kisskb/src/drivers/mfd/si476x-cmd.c:1052:11: note: byref variable will be forcibly initialized const u8 args[CMD_AM_SEEK_START_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1051:11: note: byref variable will be forcibly initialized u8 resp[CMD_AM_SEEK_START_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_tune_freq_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1155:11: note: byref variable will be forcibly initialized const u8 args[CMD_AM_TUNE_FREQ_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1154:11: note: byref variable will be forcibly initialized u8 resp[CMD_AM_TUNE_FREQ_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_tune_freq_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1358:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_TUNE_FREQ_A20_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1357:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_TUNE_FREQ_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_tune_freq_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1139:11: note: byref variable will be forcibly initialized const u8 args[CMD_AM_TUNE_FREQ_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1138:11: note: byref variable will be forcibly initialized u8 resp[CMD_AM_TUNE_FREQ_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_tune_freq_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1340:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_TUNE_FREQ_A10_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1339:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_TUNE_FREQ_NRESP]; ^~~~ In file included from /kisskb/src/drivers/misc/cardreader/rtl8411.c:16: /kisskb/src/drivers/misc/cardreader/rtl8411.c: In function 'map_sd_drive': /kisskb/src/drivers/misc/cardreader/rtsx_pcr.h:77:5: note: byref variable will be forcibly initialized u8 sd_drive[4] = { ^~~~~~~~ /kisskb/src/drivers/misc/cardreader/rtl8411.c: In function 'rtl8411b_fetch_vendor_settings': /kisskb/src/drivers/misc/cardreader/rtl8411.c:64:6: note: byref variable will be forcibly initialized u32 reg = 0; ^~~ /kisskb/src/drivers/misc/cardreader/rtl8411.c: In function 'rtl8411_fetch_vendor_settings': /kisskb/src/drivers/misc/cardreader/rtl8411.c:42:5: note: byref variable will be forcibly initialized u8 reg3 = 0; ^~~~ /kisskb/src/drivers/misc/cardreader/rtl8411.c:41:6: note: byref variable will be forcibly initialized u32 reg1 = 0; ^~~~ /kisskb/src/drivers/misc/cardreader/rtl8411.c: In function 'rtl8411_get_ic_version': /kisskb/src/drivers/misc/cardreader/rtl8411.c:20:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/misc/cardreader/rtl8411.c: In function 'rtl8411b_is_qfn48': /kisskb/src/drivers/misc/cardreader/rtl8411.c:28:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_do_insert': /kisskb/src/fs/nilfs2/bmap.c:101:8: note: byref variable will be forcibly initialized __u64 ptrs[NILFS_BMAP_SMALL_HIGH + 1]; ^~~~ /kisskb/src/fs/nilfs2/bmap.c:100:8: note: byref variable will be forcibly initialized __u64 keys[NILFS_BMAP_SMALL_HIGH + 1]; ^~~~ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_do_delete': /kisskb/src/fs/nilfs2/bmap.c:156:8: note: byref variable will be forcibly initialized __u64 ptrs[NILFS_BMAP_LARGE_LOW + 1]; ^~~~ /kisskb/src/fs/nilfs2/bmap.c:155:8: note: byref variable will be forcibly initialized __u64 keys[NILFS_BMAP_LARGE_LOW + 1]; ^~~~ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_do_truncate': /kisskb/src/fs/nilfs2/bmap.c:253:8: note: byref variable will be forcibly initialized __u64 lastkey; ^~~~~~~ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_lookup_at_level': /kisskb/src/fs/nilfs2/bmap.c:65:11: note: byref variable will be forcibly initialized sector_t blocknr; ^~~~~~~ /kisskb/src/drivers/nfc/nfcmrvl/usb.c: In function 'nfcmrvl_probe': /kisskb/src/drivers/nfc/nfcmrvl/usb.c:293:31: note: byref variable will be forcibly initialized struct nfcmrvl_platform_data config; ^~~~~~ /kisskb/src/drivers/mfd/qcom-spmi-pmic.c: In function 'pmic_spmi_show_revid': /kisskb/src/drivers/mfd/qcom-spmi-pmic.c:69:41: note: byref variable will be forcibly initialized unsigned int rev2, minor, major, type, subtype; ^~~~~~~ /kisskb/src/drivers/mfd/qcom-spmi-pmic.c:69:35: note: byref variable will be forcibly initialized unsigned int rev2, minor, major, type, subtype; ^~~~ /kisskb/src/drivers/mfd/qcom-spmi-pmic.c:69:28: note: byref variable will be forcibly initialized unsigned int rev2, minor, major, type, subtype; ^~~~~ /kisskb/src/drivers/mfd/qcom-spmi-pmic.c:69:21: note: byref variable will be forcibly initialized unsigned int rev2, minor, major, type, subtype; ^~~~~ /kisskb/src/drivers/mfd/qcom-spmi-pmic.c:69:15: note: byref variable will be forcibly initialized unsigned int rev2, minor, major, type, subtype; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/misc/genwqe/card_base.c:20: /kisskb/src/drivers/misc/genwqe/card_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_drain_rds_fifo': /kisskb/src/drivers/mfd/si476x-i2c.c:366:34: note: byref variable will be forcibly initialized struct si476x_rds_status_report report; ^~~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_stop': /kisskb/src/drivers/mfd/si476x-i2c.c:231:33: note: byref variable will be forcibly initialized struct si476x_power_down_args args = { ^~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_move_to_ghost': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:482:28: note: byref variable will be forcibly initialized struct ttm_buffer_object *ghost_obj; ^~~~~~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_get_revision_info': /kisskb/src/drivers/mfd/si476x-i2c.c:621:26: note: byref variable will be forcibly initialized struct si476x_func_info info; ^~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_move_memcpy': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:97:30: note: byref variable will be forcibly initialized struct dma_buf_map src_map, dst_map; ^~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:97:21: note: byref variable will be forcibly initialized struct dma_buf_map src_map, dst_map; ^~~~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_get_status': /kisskb/src/drivers/mfd/si476x-i2c.c:468:5: note: byref variable will be forcibly initialized u8 response; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_vmap': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:419:28: note: byref variable will be forcibly initialized struct ttm_operation_ctx ctx = { ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_move_memcpy': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:149:15: note: byref variable will be forcibly initialized } _dst_iter, _src_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:149:4: note: byref variable will be forcibly initialized } _dst_iter, _src_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_pipeline_gutting': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:587:23: note: byref variable will be forcibly initialized struct ttm_resource *sys_res; ^~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:586:28: note: byref variable will be forcibly initialized struct ttm_buffer_object *ghost; ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/misc/genwqe/card_base.c:20: /kisskb/src/drivers/misc/genwqe/card_base.c: In function 'genwqe_health_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_base.c:921:8: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(cd->health_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_base.c:917:6: note: byref variable will be forcibly initialized u64 gfir, gfir_masked, slu_unitcfg, app_unitcfg; ^~~~ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_assign_v': /kisskb/src/fs/nilfs2/direct.c:294:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req req; ^~~ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_propagate': /kisskb/src/fs/nilfs2/direct.c:259:34: note: byref variable will be forcibly initialized struct nilfs_palloc_req oldreq, newreq; ^~~~~~ /kisskb/src/fs/nilfs2/direct.c:259:26: note: byref variable will be forcibly initialized struct nilfs_palloc_req oldreq, newreq; ^~~~~~ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_delete': /kisskb/src/fs/nilfs2/direct.c:144:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req req; ^~~ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_insert': /kisskb/src/fs/nilfs2/direct.c:108:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req req; ^~~ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_lookup_contig': /kisskb/src/fs/nilfs2/direct.c:56:11: note: byref variable will be forcibly initialized sector_t blocknr; ^~~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_find_near': /kisskb/src/fs/nilfs2/btree.c:1000:13: note: byref variable will be forcibly initialized int level, ncmax; ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_convert_and_insert': /kisskb/src/fs/nilfs2/btree.c:1731:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_assign_v': /kisskb/src/fs/nilfs2/btree.c:2224:6: note: byref variable will be forcibly initialized int ncmax, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:2223:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req req; ^~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_assign_p': /kisskb/src/fs/nilfs2/btree.c:2181:6: note: byref variable will be forcibly initialized int ncmax, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_lookup_dirty_buffers': /kisskb/src/fs/nilfs2/btree.c:2141:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:2139:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/nilfs2/btree.c:2138:19: note: byref variable will be forcibly initialized struct list_head lists[NILFS_BTREE_LEVEL_MAX]; ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_update_v': /kisskb/src/fs/nilfs2/btree.c:1899:6: note: byref variable will be forcibly initialized int ncmax, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_commit_update_v': /kisskb/src/fs/nilfs2/btree.c:1934:6: note: byref variable will be forcibly initialized int ncmax; ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_propagate_v': /kisskb/src/fs/nilfs2/btree.c:2023:6: note: byref variable will be forcibly initialized int ncmax; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:2019:6: note: byref variable will be forcibly initialized int maxlevel = 0, ret; ^~~~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_commit_convert_and_insert': /kisskb/src/fs/nilfs2/btree.c:1788:8: note: byref variable will be forcibly initialized __u64 tmpptr; ^~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function '__nilfs_btree_get_block': /kisskb/src/fs/nilfs2/btree.c:475:11: note: byref variable will be forcibly initialized sector_t submit_ptr = 0; ^~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c:474:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *ra_bh; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:474:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *ra_bh; ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_gather_data': /kisskb/src/fs/nilfs2/btree.c:1678:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_check_delete': /kisskb/src/fs/nilfs2/btree.c:1638:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_delete': /kisskb/src/fs/nilfs2/btree.c:1427:36: note: byref variable will be forcibly initialized int pindex, dindex, level, ncmin, ncmax, ncblk, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1424:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_insert': /kisskb/src/fs/nilfs2/btree.c:1053:21: note: byref variable will be forcibly initialized int pindex, level, ncmax, ncblk, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1050:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_do_lookup': /kisskb/src/fs/nilfs2/btree.c:543:13: note: byref variable will be forcibly initialized int level, index, found, ncmax, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:541:36: note: byref variable will be forcibly initialized struct nilfs_btree_readahead_info p, *ra; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_mark': /kisskb/src/fs/nilfs2/btree.c:2313:8: note: byref variable will be forcibly initialized __u64 ptr; ^~~ /kisskb/src/fs/nilfs2/btree.c:2311:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_delete': /kisskb/src/fs/nilfs2/btree.c:1574:6: note: byref variable will be forcibly initialized int level, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1572:26: note: byref variable will be forcibly initialized struct nilfs_bmap_stats stats; ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_insert': /kisskb/src/fs/nilfs2/btree.c:1222:6: note: byref variable will be forcibly initialized int level, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1221:26: note: byref variable will be forcibly initialized struct nilfs_bmap_stats stats; ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_lookup_contig': /kisskb/src/fs/udf/lowlevel.c: In function 'udf_get_last_session': /kisskb/src/fs/nilfs2/btree.c:702:36: note: byref variable will be forcibly initialized struct nilfs_btree_readahead_info p; ^ /kisskb/src/fs/udf/lowlevel.c:31:28: note: byref variable will be forcibly initialized struct cdrom_multisession ms_info; ^~~~~~~ /kisskb/src/fs/nilfs2/btree.c:701:33: note: byref variable will be forcibly initialized int ret, cnt, index, maxlevel, ncmax; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:699:11: note: byref variable will be forcibly initialized sector_t blocknr; ^~~~~~~ /kisskb/src/fs/nilfs2/btree.c:698:8: note: byref variable will be forcibly initialized __u64 ptr, ptr2; ^~~ /kisskb/src/fs/udf/lowlevel.c: In function 'udf_get_last_block': /kisskb/src/fs/udf/lowlevel.c:52:16: note: byref variable will be forcibly initialized unsigned long lblock = 0; ^~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_convert_and_insert': /kisskb/src/fs/nilfs2/btree.c:1856:26: note: byref variable will be forcibly initialized struct nilfs_bmap_stats stats; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1855:33: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req dreq, nreq, *di, *ni; ^~~~ /kisskb/src/fs/nilfs2/btree.c:1855:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req dreq, nreq, *di, *ni; ^~~~ /kisskb/src/fs/nilfs2/btree.c:1854:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^~ /kisskb/src/fs/udf/namei.c: In function 'udf_find_entry': /kisskb/src/fs/udf/namei.c:175:11: note: byref variable will be forcibly initialized sector_t offset; ^~~~~~ /kisskb/src/fs/udf/namei.c:174:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/namei.c:173:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/namei.c:165:9: note: byref variable will be forcibly initialized loff_t f_pos; ^~~~~ /kisskb/src/fs/udf/namei.c: In function 'empty_dir': /kisskb/src/fs/udf/namei.c:730:11: note: byref variable will be forcibly initialized sector_t offset; ^~~~~~ /kisskb/src/fs/udf/namei.c:729:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/namei.c:728:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/namei.c:725:9: note: byref variable will be forcibly initialized loff_t f_pos; ^~~~~ /kisskb/src/fs/udf/namei.c:724:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/fs/udf/namei.c:723:28: note: byref variable will be forcibly initialized struct fileIdentDesc *fi, cfi; ^~~ /kisskb/src/fs/udf/namei.c: In function 'udf_get_parent': /kisskb/src/fs/udf/namei.c:1222:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/fs/udf/namei.c:1221:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^~~ /kisskb/src/fs/udf/namei.c:1219:24: note: byref variable will be forcibly initialized struct kernel_lb_addr tloc; ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_nfs_get_inode': /kisskb/src/fs/udf/namei.c:1244:24: note: byref variable will be forcibly initialized struct kernel_lb_addr loc; ^~~ /kisskb/src/fs/udf/namei.c: In function 'udf_lookup': /kisskb/src/fs/udf/namei.c:311:25: note: byref variable will be forcibly initialized struct kernel_lb_addr loc; ^~~ /kisskb/src/fs/udf/namei.c:300:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/fs/udf/namei.c:299:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^~~ /kisskb/src/fs/udf/namei.c: In function 'udf_add_entry': /kisskb/src/fs/udf/namei.c:341:11: note: byref variable will be forcibly initialized sector_t offset; ^~~~~~ /kisskb/src/fs/udf/namei.c:340:11: note: byref variable will be forcibly initialized uint32_t elen = 0; ^~~~ /kisskb/src/fs/udf/namei.c:339:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/namei.c:338:13: note: byref variable will be forcibly initialized udf_pblk_t block; ^~~~~ /kisskb/src/fs/udf/namei.c:335:9: note: byref variable will be forcibly initialized loff_t f_pos; ^~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_16_native': /kisskb/src/drivers/base/regmap/regmap.c:286:6: note: byref variable will be forcibly initialized u16 v = val << shift; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_32_native': /kisskb/src/drivers/base/regmap/regmap.c:315:6: note: byref variable will be forcibly initialized u32 v = val << shift; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_64_native': /kisskb/src/drivers/base/regmap/regmap.c:334:6: note: byref variable will be forcibly initialized u64 v = (u64) val << shift; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:363:6: note: byref variable will be forcibly initialized u16 v = get_unaligned_be16(buf); ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_native': /kisskb/src/drivers/base/regmap/regmap.c:377:6: note: byref variable will be forcibly initialized u16 v; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:405:6: note: byref variable will be forcibly initialized u32 v = get_unaligned_be32(buf); ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_native': /kisskb/src/drivers/base/regmap/regmap.c:419:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:438:6: note: byref variable will be forcibly initialized u64 v = get_unaligned_be64(buf); ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_native': /kisskb/src/drivers/base/regmap/regmap.c:452:6: note: byref variable will be forcibly initialized u64 v; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_rmdir': /kisskb/src/fs/udf/namei.c:796:24: note: byref variable will be forcibly initialized struct kernel_lb_addr tloc; ^~~~ /kisskb/src/fs/udf/namei.c:795:28: note: byref variable will be forcibly initialized struct fileIdentDesc *fi, cfi; ^~~ /kisskb/src/fs/udf/namei.c:794:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_unlink': /kisskb/src/fs/udf/namei.c:842:24: note: byref variable will be forcibly initialized struct kernel_lb_addr tloc; ^~~~ /kisskb/src/fs/udf/namei.c:841:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^~~ /kisskb/src/fs/udf/namei.c:839:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_rename': /kisskb/src/fs/udf/namei.c:1117:7: note: byref variable will be forcibly initialized int offset = udf_ext0_offset(old_inode); ^~~~~~ /kisskb/src/fs/udf/namei.c:1084:24: note: byref variable will be forcibly initialized struct kernel_lb_addr tloc; ^~~~ /kisskb/src/fs/udf/namei.c:1083:6: note: byref variable will be forcibly initialized int retval = -ENOENT; ^~~~~~ /kisskb/src/fs/udf/namei.c:1081:29: note: byref variable will be forcibly initialized struct fileIdentDesc ocfi, ncfi; ^~~~ /kisskb/src/fs/udf/namei.c:1081:23: note: byref variable will be forcibly initialized struct fileIdentDesc ocfi, ncfi; ^~~~ /kisskb/src/fs/udf/namei.c:1079:33: note: byref variable will be forcibly initialized struct udf_fileident_bh ofibh, nfibh; ^~~~~ /kisskb/src/fs/udf/namei.c:1079:26: note: byref variable will be forcibly initialized struct udf_fileident_bh ofibh, nfibh; ^~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_add_nondir': /kisskb/src/fs/udf/namei.c:583:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/fs/udf/namei.c:582:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *fi; ^~~ /kisskb/src/fs/udf/namei.c:581:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/base/regmap/trace.h:257, from /kisskb/src/drivers/base/regmap/regmap.c:23: /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_reg': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_symlink': /kisskb/src/fs/udf/namei.c:913:25: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/namei.c:890:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_block': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regcache_sync': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_bool': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_async': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regcache_drop_region': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/regmap/trace.h:257, from /kisskb/src/drivers/base/regmap/regmap.c:23: /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_reg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_mkdir': /kisskb/src/fs/udf/namei.c:667:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/fs/udf/namei.c:666:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *fi; ^~~ /kisskb/src/fs/udf/namei.c:665:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_sync': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_link': /kisskb/src/fs/udf/namei.c:1040:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/fs/udf/namei.c:1039:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *fi; ^~~ /kisskb/src/fs/udf/namei.c:1038:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_bool': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_async': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_drop_region': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ In file included from /kisskb/src/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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regcache_sync': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regcache_drop_region': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5227.c: In function 'rts5227_fetch_vendor_settings': /kisskb/src/drivers/misc/cardreader/rts5227.c:60:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regmap_bool': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regmap_async': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5227.c: In function 'rts5227_fill_driving': /kisskb/src/drivers/misc/cardreader/rts5227.c:33:5: note: byref variable will be forcibly initialized u8 driving_1v8[4][3] = { ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5227.c:27:5: note: byref variable will be forcibly initialized u8 driving_3v3[4][3] = { ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5227.c: In function 'rts5227_init_from_cfg': /kisskb/src/drivers/misc/cardreader/rts5227.c:123:7: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/misc/cardreader/rts5227.c:86:6: note: byref variable will be forcibly initialized u32 lval; ^~~~ /kisskb/src/drivers/misc/cardreader/rts5227.c: In function 'rts5227_extra_init_hw': /kisskb/src/drivers/misc/cardreader/rts5227.c:145:6: note: byref variable will be forcibly initialized u16 cap; ^~~ /kisskb/src/drivers/misc/cardreader/rts5227.c: In function 'rts5227_get_ic_version': /kisskb/src/drivers/misc/cardreader/rts5227.c:19:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mfd/sec-core.c: In function 'sec_pmic_dump_rev': /kisskb/src/drivers/mfd/sec-core.c:253:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/drivers/base/regmap/regmap.c:10: /kisskb/src/drivers/base/regmap/regmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, 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 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_cached': /kisskb/src/drivers/base/regmap/regmap.c:107:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_power_off': /kisskb/src/drivers/mfd/retu-mfd.c:171:6: note: byref variable will be forcibly initialized int reg; ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_regmap_write': /kisskb/src/drivers/mfd/retu-mfd.c:209:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/mfd/retu-mfd.c:208:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_read': /kisskb/src/drivers/mfd/retu-mfd.c:146:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_update_bits': /kisskb/src/drivers/base/regmap/regmap.c:3062:20: note: byref variable will be forcibly initialized unsigned int tmp, orig; ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_select_page': /kisskb/src/drivers/base/regmap/regmap.c:1601:7: note: byref variable will be forcibly initialized bool page_chg; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/drivers/mfd/iqs62x.c:17: /kisskb/src/drivers/mfd/iqs62x.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/mfd/iqs62x.c:19: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_dev_init': /kisskb/src/drivers/mfd/iqs62x.c:111:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_irq': /kisskb/src/drivers/mfd/iqs62x.c:463:5: note: byref variable will be forcibly initialized u8 event_map[IQS62X_EVENT_SIZE]; ^~~~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c:458:27: note: byref variable will be forcibly initialized struct iqs62x_event_data event_data; ^~~~~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_firmware_parse': /kisskb/src/drivers/mfd/iqs62x.c:226:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_probe': /kisskb/src/drivers/mfd/iqs62x.c:902:14: note: byref variable will be forcibly initialized const char *fw_name = NULL; ^~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c:899:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/iqs62x.c:898:21: note: byref variable will be forcibly initialized struct iqs62x_info info; ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2789:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_field_read': /kisskb/src/drivers/base/regmap/regmap.c:2934:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_fields_read': /kisskb/src/drivers/base/regmap/regmap.c:2961:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_bulk_read': /kisskb/src/drivers/base/regmap/regmap.c:3021:17: note: byref variable will be forcibly initialized unsigned int ival; ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_test_bits': /kisskb/src/drivers/base/regmap/regmap.c:3144:15: note: byref variable will be forcibly initialized unsigned int val, ret; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_async_complete': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c:3206:2: note: in expansion of macro 'wait_event' wait_event(map->async_waitq, regmap_async_is_done(map)); ^~~~~~~~~~ /kisskb/src/drivers/mfd/mt6397-core.c: In function 'mt6397_probe': /kisskb/src/drivers/mfd/mt6397-core.c:196:15: note: byref variable will be forcibly initialized unsigned int id = 0; ^~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_init_nodeacl': /kisskb/src/drivers/target/sbp/sbp_target.c:1950:6: note: byref variable will be forcibly initialized u64 guid = 0; ^~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_tpg_attrib_max_logins_per_lun_store': /kisskb/src/drivers/target/sbp/sbp_target.c:2273:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/scsi/scsi_tcq.h:5, from /kisskb/src/drivers/target/sbp/sbp_target.c:22: /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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:2238:16: note: byref variable will be forcibly initialized 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:2203:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_tpg_enable_store': /kisskb/src/drivers/target/sbp/sbp_target.c:2142:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_tpg_directory_id_store': /kisskb/src/drivers/target/sbp/sbp_target.c:2107:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_make_tport': /kisskb/src/drivers/target/sbp/sbp_target.c:2054:6: note: byref variable will be forcibly initialized u64 guid = 0; ^~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_mgt_get_req': /kisskb/src/drivers/target/sbp/sbp_target.c:915:11: note: byref variable will be forcibly initialized int tag, cpu; ^~~ 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:12: note: byref variable will be forcibly initialized LIST_HEAD(login_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'read_peer_guid': /kisskb/src/drivers/target/sbp/sbp_target.c:56:15: note: byref variable will be forcibly initialized __be32 high, low; ^~~ /kisskb/src/drivers/target/sbp/sbp_target.c:56:9: note: byref variable will be forcibly initialized __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:6: note: byref variable will be forcibly initialized u64 guid; ^~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_handle_command': /kisskb/src/drivers/target/sbp/sbp_target.c:1198:26: note: byref variable will be forcibly initialized enum dma_data_direction data_dir; ^~~~~~~~ /kisskb/src/drivers/target/sbp/sbp_target.c:1197:6: note: byref variable will be forcibly initialized u32 data_length; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/mfd/mt6358-irq.c:14: /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'mt6358_irq_sp_handler': /kisskb/src/drivers/mfd/mt6358-irq.c:124:15: note: byref variable will be forcibly initialized unsigned int irq_status, sta_reg, status; ^~~~~~~~~~ /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'mt6358_irq_handler': /kisskb/src/drivers/mfd/mt6358-irq.c:165:23: note: byref variable will be forcibly initialized unsigned int bit, i, top_irq_status = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_make_tpg': /kisskb/src/drivers/target/sbp/sbp_target.c:1989:16: note: byref variable will be forcibly initialized unsigned long tpgt; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/mfd/mt6358-irq.c:5: /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/mfd/mt6358-irq.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_session_create': /kisskb/src/drivers/target/sbp/sbp_target.c:186:7: note: byref variable will be forcibly initialized 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:26: note: byref variable will be forcibly initialized int login_response_len, ret; ^~~ /kisskb/src/drivers/target/sbp/sbp_target.c:267:6: note: byref variable will be forcibly initialized u64 guid; ^~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_rw_data': /kisskb/src/drivers/target/sbp/sbp_target.c:1248:25: note: byref variable will be forcibly initialized struct sg_mapping_iter iter; ^~~~ /kisskb/src/drivers/misc/cardreader/rts5249.c: In function 'rtsx_base_fetch_vendor_settings': /kisskb/src/drivers/misc/cardreader/rts5249.c:59:6: note: byref variable will be forcibly initialized u32 reg; ^~~ In file included from /kisskb/src/drivers/misc/cardreader/rts5249.c:12: /kisskb/src/drivers/misc/cardreader/rts5249.c: In function 'rtsx_pci_update_phy': /kisskb/src/include/linux/rtsx_pci.h:1345:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/misc/cardreader/rts5249.c: In function 'rts5249_fill_driving': /kisskb/src/drivers/misc/cardreader/rts5249.c:32:5: note: byref variable will be forcibly initialized u8 driving_1v8[4][3] = { ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5249.c:26:5: note: byref variable will be forcibly initialized u8 driving_3v3[4][3] = { ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5249.c: In function 'rts5249_init_from_cfg': /kisskb/src/drivers/misc/cardreader/rts5249.c:120:7: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/misc/cardreader/rts5249.c:91:6: note: byref variable will be forcibly initialized u32 lval; ^~~~ /kisskb/src/drivers/misc/cardreader/rts5249.c: In function 'rts5249_get_ic_version': /kisskb/src/drivers/misc/cardreader/rts5249.c:18:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/misc/cardreader/rts5249.c: In function 'rts52xa_save_content_from_efuse': /kisskb/src/drivers/misc/cardreader/rts5249.c:151:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/misc/cardreader/rts5249.c:150:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/misc/cardreader/rts5249.c: In function 'rts52xa_save_content_to_autoload_space': /kisskb/src/drivers/misc/cardreader/rts5249.c:222:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_mark_dirty': /kisskb/src/fs/nilfs2/dat.c:264:26: note: byref variable will be forcibly initialized struct nilfs_palloc_req req; ^~~ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_move': /kisskb/src/fs/nilfs2/dat.c:315:22: note: byref variable will be forcibly initialized struct buffer_head *entry_bh; ^~~~~~~~ In file included from /kisskb/src/include/linux/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/log2.h:12, from /kisskb/src/net/xdp/xsk_queue.c:6: /kisskb/src/net/xdp/xsk_queue.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/net/xdp/xsk_queue.c:7: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_translate': /kisskb/src/fs/nilfs2/dat.c:385:22: note: byref variable will be forcibly initialized struct buffer_head *entry_bh, *bh; ^~~~~~~~ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_get_vinfo': /kisskb/src/fs/nilfs2/dat.c:422:22: note: byref variable will be forcibly initialized struct buffer_head *entry_bh; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/drivers/mfd/dln2.c:12: /kisskb/src/drivers/mfd/dln2.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mfd/dln2.c:13: /kisskb/src/drivers/mfd/dln2.c: In function 'alloc_rx_slot': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:390:8: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(dln2->mod_rx_slots[handle].wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:384:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_send_wait': /kisskb/src/drivers/mfd/dln2.c:338:6: note: byref variable will be forcibly initialized int actual; ^~~~~~ /kisskb/src/drivers/mfd/dln2.c:336:6: note: byref variable will be forcibly initialized int len = obuf_len; ^~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_check_hw': /kisskb/src/drivers/mfd/dln2.c:539:6: note: byref variable will be forcibly initialized int len = sizeof(hw_type); ^~~ /kisskb/src/drivers/mfd/dln2.c:538:9: note: byref variable will be forcibly initialized __le32 hw_type; ^~~~~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_print_serialno': /kisskb/src/drivers/mfd/dln2.c:561:6: note: byref variable will be forcibly initialized int len = sizeof(serial_no); ^~~ /kisskb/src/drivers/mfd/dln2.c:560:9: note: byref variable will be forcibly initialized __le32 serial_no; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mfd/dln2.c:13: /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_stop': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:735:2: note: in expansion of macro 'wait_event' wait_event(dln2->disconnect_wq, !dln2->active_transfers); ^~~~~~~~~~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/mt6397-irq.c: In function 'mt6397_irq_handle_reg': /kisskb/src/drivers/mfd/mt6397-irq.c:85:15: note: byref variable will be forcibly initialized unsigned int status = 0; ^~~~~~ /kisskb/src/net/llc/llc_c_ev.c: In function 'llc_conn_ev_qlfy_p_flag_eq_f': /kisskb/src/net/llc/llc_c_ev.c:647:5: note: byref variable will be forcibly initialized u8 f_bit; ^~~~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_read_file_bool': /kisskb/src/fs/debugfs/file.c:770:7: note: byref variable will be forcibly initialized char buf[2]; ^~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_write_file_bool': /kisskb/src/fs/debugfs/file.c:793:7: note: byref variable will be forcibly initialized bool bv; ^~ /kisskb/src/fs/udf/partition.c: In function 'udf_try_read_meta': /kisskb/src/fs/udf/partition.c:287:11: note: byref variable will be forcibly initialized sector_t ext_offset; ^~~~~~~~~~ /kisskb/src/fs/udf/partition.c:286:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/partition.c:285:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_validate_log': /kisskb/src/fs/nilfs2/recovery.c:204:6: note: byref variable will be forcibly initialized u32 crc; ^~~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_scan_dsync_log': /kisskb/src/fs/nilfs2/recovery.c:309:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/fs/nilfs2/recovery.c:308:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_recover_dsync_blocks': /kisskb/src/fs/nilfs2/recovery.c:500:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/buffer_head.h:12, from /kisskb/src/fs/nilfs2/recovery.c:10: /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_do_roll_forward': /kisskb/src/fs/nilfs2/recovery.c:582:12: note: byref variable will be forcibly initialized LIST_HEAD(dsync_blocks); /* list of data blocks to be recovered */ ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/nilfs2/recovery.c:576:16: note: byref variable will be forcibly initialized unsigned long nsalvaged_blocks = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:575:22: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; /* Starting/ending DBN of full segment */ ^~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:575:11: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; /* Starting/ending DBN of full segment */ ^~~~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:573:32: note: byref variable will be forcibly initialized struct nilfs_segment_summary *sum = NULL; ^~~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_prepare_segment_for_recovery': /kisskb/src/fs/nilfs2/recovery.c:422:8: note: byref variable will be forcibly initialized __u64 segnum[4]; ^~~~~~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_read_super_root_block': /kisskb/src/fs/nilfs2/recovery.c:135:6: note: byref variable will be forcibly initialized u32 crc; ^~~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_salvage_orphan_logs': /kisskb/src/fs/nilfs2/recovery.c:733:21: note: byref variable will be forcibly initialized struct nilfs_root *root; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/buffer_head.h:12, from /kisskb/src/fs/nilfs2/recovery.c:10: /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_search_super_root': /kisskb/src/fs/nilfs2/recovery.c:810:12: note: byref variable will be forcibly initialized LIST_HEAD(segments); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/nilfs2/recovery.c:804:14: note: byref variable will be forcibly initialized sector_t b, end; ^~~ /kisskb/src/fs/nilfs2/recovery.c:804:11: note: byref variable will be forcibly initialized sector_t b, end; ^ /kisskb/src/fs/nilfs2/recovery.c:803:22: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; /* range of full segment (block number) */ ^~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:803:11: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; /* range of full segment (block number) */ ^~~~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:801:32: note: byref variable will be forcibly initialized struct nilfs_segment_summary *sum = NULL; ^~~ /kisskb/src/drivers/mfd/stpmic1.c: In function 'stpmic1_probe': /kisskb/src/drivers/mfd/stpmic1.c:126:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/mfd/rohm-bd718x7.c: In function 'bd718xx_init_press_duration': /kisskb/src/drivers/mfd/rohm-bd718x7.c:97:22: note: byref variable will be forcibly initialized u32 short_press_ms, long_press_ms; ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/rohm-bd718x7.c:97:6: note: byref variable will be forcibly initialized u32 short_press_ms, long_press_ms; ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/rohm-bd718x7.c: In function 'bd718xx_i2c_probe': /kisskb/src/drivers/mfd/rohm-bd718x7.c:134:31: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c: In function 'hl_mmu_pa_page_with_offset': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:504:17: note: byref variable will be forcibly initialized unsigned long dram_page_size = prop->dram_page_size; ^~~~~~~~~~~~~~ /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:540:25: note: byref variable will be forcibly initialized struct hl_mmu_hop_info hops; ^~~~ /kisskb/src/drivers/mfd/rohm-bd9576.c: In function 'bd957x_i2c_probe': /kisskb/src/drivers/mfd/rohm-bd9576.c:139:32: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ /kisskb/src/drivers/nfc/nfcmrvl/i2c.c: In function 'nfcmrvl_i2c_read': /kisskb/src/drivers/nfc/nfcmrvl/i2c.c:29:22: note: byref variable will be forcibly initialized struct nci_ctrl_hdr nci_hdr; ^~~~~~~ /kisskb/src/drivers/nfc/nfcmrvl/i2c.c: In function 'nfcmrvl_i2c_int_irq_thread_fn': /kisskb/src/drivers/nfc/nfcmrvl/i2c.c:67:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/drivers/nfc/nfcmrvl/i2c.c: In function 'nfcmrvl_i2c_probe': /kisskb/src/drivers/nfc/nfcmrvl/i2c.c:184:31: note: byref variable will be forcibly initialized struct nfcmrvl_platform_data config; ^~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c: In function 'ttm_bo_vm_access_kmap': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c:479:26: note: byref variable will be forcibly initialized struct ttm_bo_kmap_obj map; ^~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_send_dm_rsp_f_set_p': /kisskb/src/net/llc/llc_c_ac.c:231:6: note: byref variable will be forcibly initialized u8 f_bit; ^~~~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_send_frmr_rsp_f_set_x': /kisskb/src/net/llc/llc_c_ac.c:275:5: note: byref variable will be forcibly initialized u8 f_bit; ^~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c: In function 'ttm_bo_vm_fault_reserved': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c:316:28: note: byref variable will be forcibly initialized struct ttm_operation_ctx ctx = { ^~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_resend_frmr_rsp_f_set_p': /kisskb/src/net/llc/llc_c_ac.c:336:5: note: byref variable will be forcibly initialized u8 f_bit; ^~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c: In function 'ttm_bo_vm_fault': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c:424:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_send_ua_rsp_f_set_p': /kisskb/src/net/llc/llc_c_ac.c:806:5: note: byref variable will be forcibly initialized u8 f_bit; ^~~~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_send_ack_if_needed': /kisskb/src/net/llc/llc_c_ac.c:865:5: note: byref variable will be forcibly initialized u8 pf_bit; ^~~~~~ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'nilfs_load_super_root': /kisskb/src/fs/nilfs2/the_nilfs.c:99:22: note: byref variable will be forcibly initialized struct buffer_head *bh_sr; ^~~~~ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'load_nilfs': /kisskb/src/fs/nilfs2/the_nilfs.c:206:29: note: byref variable will be forcibly initialized struct nilfs_recovery_info ri; ^~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_upd_nr_received': /kisskb/src/net/llc/llc_c_ac.c:1196:6: note: byref variable will be forcibly initialized u8 f_bit; ^~~~~ /kisskb/src/net/llc/llc_c_ac.c:1174:6: note: byref variable will be forcibly initialized u16 unacked = 0; ^~~~~~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_upd_p_flag': /kisskb/src/net/llc/llc_c_ac.c:1212:6: note: byref variable will be forcibly initialized u8 f_bit; ^~~~~ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'nilfs_load_super_block': /kisskb/src/fs/nilfs2/the_nilfs.c:493:6: note: byref variable will be forcibly initialized int valid[2], swp = 0; ^~~~~ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'init_nilfs': /kisskb/src/fs/nilfs2/the_nilfs.c:565:28: note: byref variable will be forcibly initialized struct nilfs_super_block *sbp; ^~~ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'nilfs_discard_segments': /kisskb/src/fs/nilfs2/the_nilfs.c:655:22: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; ^~~~~~~ /kisskb/src/fs/nilfs2/the_nilfs.c:655:11: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; ^~~~~~~~~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/stmfx.c: In function 'stmfx_chip_init': /kisskb/src/drivers/mfd/stmfx.c:327:5: note: byref variable will be forcibly initialized u8 version[2]; ^~~~~~~ /kisskb/src/drivers/mfd/stmfx.c:326:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/misc/cardreader/rts5260.c: In function 'rts5260_fill_driving': /kisskb/src/drivers/misc/cardreader/rts5260.c:35:5: note: byref variable will be forcibly initialized u8 driving_1v8[4][3] = { ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5260.c:29:5: note: byref variable will be forcibly initialized u8 driving_3v3[4][3] = { ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5260.c: In function 'rts5260_get_ic_version': /kisskb/src/drivers/misc/cardreader/rts5260.c:21:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mfd/stmfx.c: In function 'stmfx_irq_handler': /kisskb/src/drivers/mfd/stmfx.c:208:6: note: byref variable will be forcibly initialized u32 pending, ack; ^~~~~~~ /kisskb/src/drivers/mfd/stmfx.c:207:16: note: byref variable will be forcibly initialized unsigned long bits; ^~~~ /kisskb/src/drivers/misc/cardreader/rts5260.c: In function 'rtsx_base_fetch_vendor_settings': /kisskb/src/drivers/misc/cardreader/rts5260.c:64:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/misc/cardreader/rts5260.c: In function 'rts5260_init_from_cfg': /kisskb/src/drivers/misc/cardreader/rts5260.c:509:7: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/misc/cardreader/rts5260.c:486:6: note: byref variable will be forcibly initialized u32 lval; ^~~~ /kisskb/src/drivers/mfd/stmfx.c: In function 'stmfx_function_enable': /kisskb/src/drivers/mfd/stmfx.c:118:6: note: byref variable will be forcibly initialized u32 sys_ctrl; ^~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5261.c: In function 'rts5261_fill_driving': /kisskb/src/drivers/misc/cardreader/rts5261.c:34:5: note: byref variable will be forcibly initialized u8 driving_1v8[4][3] = { ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5261.c:28:5: note: byref variable will be forcibly initialized u8 driving_3v3[4][3] = { ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5261.c: In function 'rts5261_get_ic_version': /kisskb/src/drivers/misc/cardreader/rts5261.c:20:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/misc/cardreader/rts5261.c: In function 'rtsx5261_fetch_vendor_settings': /kisskb/src/drivers/misc/cardreader/rts5261.c:63:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/misc/cardreader/rts5261.c: In function 'rts5261_switch_output_voltage': /kisskb/src/drivers/misc/cardreader/rts5261.c:220:6: note: byref variable will be forcibly initialized u16 val = 0; ^~~ /kisskb/src/drivers/misc/cardreader/rts5261.c: In function 'rts5261_init_from_cfg': /kisskb/src/drivers/misc/cardreader/rts5261.c:460:7: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/misc/cardreader/rts5261.c:429:6: note: byref variable will be forcibly initialized u32 lval; ^~~~ /kisskb/src/drivers/misc/cardreader/rts5261.c: In function 'rts5261_init_from_hw': /kisskb/src/drivers/misc/cardreader/rts5261.c:381:25: note: byref variable will be forcibly initialized u8 valid, efuse_valid, tmp; ^~~ /kisskb/src/drivers/misc/cardreader/rts5261.c:380:6: note: byref variable will be forcibly initialized u32 lval, i; ^~~~ /kisskb/src/drivers/misc/cardreader/rts5261.c: In function 'rts5261_init_params': /kisskb/src/drivers/misc/cardreader/rts5261.c:772:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/misc/genwqe/card_dev.c: In function 'genwqe_vma_close': /kisskb/src/drivers/misc/genwqe/card_dev.c:398:13: note: byref variable will be forcibly initialized dma_addr_t d_addr = 0; ^~~~~~ /kisskb/src/drivers/misc/genwqe/card_dev.c: In function 'do_flash_update': /kisskb/src/drivers/misc/genwqe/card_dev.c:507:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5228.c: In function 'rts5228_fill_driving': /kisskb/src/drivers/misc/cardreader/rts5228.c:35:5: note: byref variable will be forcibly initialized u8 driving_1v8[4][3] = { ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5228.c:29:5: note: byref variable will be forcibly initialized u8 driving_3v3[4][3] = { ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5228.c: In function 'rts5228_init_ocp': /kisskb/src/drivers/misc/cardreader/rts5228.c:321:12: note: byref variable will be forcibly initialized u8 mask, val; ^~~ /kisskb/src/drivers/misc/cardreader/rts5228.c: In function 'rts5228_get_ic_version': /kisskb/src/drivers/misc/cardreader/rts5228.c:21:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/misc/cardreader/rts5228.c: In function 'rtsx5228_fetch_vendor_settings': /kisskb/src/drivers/misc/cardreader/rts5228.c:64:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/misc/cardreader/rts5228.c: In function 'rts5228_switch_output_voltage': /kisskb/src/drivers/misc/cardreader/rts5228.c:224:6: note: byref variable will be forcibly initialized u16 val = 0; ^~~ /kisskb/src/drivers/misc/genwqe/card_dev.c: In function 'do_flash_read': /kisskb/src/drivers/misc/genwqe/card_dev.c:643:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/misc/cardreader/rts5228.c: In function 'rts5228_init_from_cfg': /kisskb/src/drivers/misc/cardreader/rts5228.c:419:7: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/misc/cardreader/rts5228.c:383:6: note: byref variable will be forcibly initialized u32 lval; ^~~~ /kisskb/src/drivers/misc/genwqe/card_dev.c: In function 'ddcb_cmd_fixups': /kisskb/src/drivers/misc/genwqe/card_dev.c:874:14: note: byref variable will be forcibly initialized dma_addr_t d_addr; ^~~~~~ /kisskb/src/drivers/mfd/qcom-pm8008.c: In function 'pm8008_probe_irq_peripherals': /kisskb/src/drivers/mfd/qcom-pm8008.c:186:31: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_dev.c: In function 'genwqe_ioctl': /kisskb/src/drivers/misc/genwqe/card_dev.c:1202:21: note: byref variable will be forcibly initialized struct genwqe_mem m; ^ /kisskb/src/drivers/misc/genwqe/card_dev.c:1193:21: note: byref variable will be forcibly initialized struct genwqe_mem m; ^ /kisskb/src/drivers/misc/genwqe/card_dev.c:1172:27: note: byref variable will be forcibly initialized struct genwqe_bitstream load; ^~~~ /kisskb/src/drivers/misc/genwqe/card_dev.c:1151:27: note: byref variable will be forcibly initialized struct genwqe_bitstream load; ^~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/scsi/libsas/sas_expander.c:12: /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'smp_execute_task': /kisskb/src/drivers/scsi/libsas/sas_expander.c:144:21: note: byref variable will be forcibly initialized struct scatterlist resp_sg; ^~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:143:21: note: byref variable will be forcibly initialized struct scatterlist req_sg; ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_create_task': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:136:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_recover_lu': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:327:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_configure_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1502:6: note: byref variable will be forcibly initialized int present; ^~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1501:6: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_find_bcast_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1752:7: note: byref variable will be forcibly initialized int phy_change_count = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_find_bcast_dev': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1829:6: note: byref variable will be forcibly initialized int phy_id = -1; ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1828:6: note: byref variable will be forcibly initialized int ex_change_count = -1; ^~~~~~~~~~~~~~~ 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:564:12: note: byref variable will be forcibly initialized LIST_HEAD(done); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_set_ex_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:199:5: note: byref variable will be forcibly initialized u8 sas_addr[SAS_ADDR_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_eh_device_reset_handler': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:495:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:9: /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_scsi_recover_host': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:726:12: note: byref variable will be forcibly initialized LIST_HEAD(eh_work_q); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_request_addr': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:938:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_check_level_subtractive_boundary': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1149:7: note: byref variable will be forcibly initialized u8 s2[SAS_ADDR_SIZE]; ^~ /kisskb/src/fs/udf/truncate.c: In function 'udf_truncate_tail_extent': /kisskb/src/fs/udf/truncate.c:71:11: note: byref variable will be forcibly initialized uint32_t elen, nelen; ^~~~ /kisskb/src/fs/udf/truncate.c:70:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/truncate.c: In function 'udf_discard_prealloc': /kisskb/src/fs/udf/truncate.c:125:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/truncate.c:124:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/truncate.c:123:25: note: byref variable will be forcibly initialized struct extent_position epos = { NULL, 0, {0, 0} }; ^~~~ /kisskb/src/fs/udf/truncate.c: In function 'udf_truncate_extents': /kisskb/src/fs/udf/truncate.c:209:64: note: byref variable will be forcibly initialized sector_t first_block = inode->i_size >> sb->s_blocksize_bits, offset; ^~~~~~ /kisskb/src/fs/udf/truncate.c:206:11: note: byref variable will be forcibly initialized uint32_t elen, nelen = 0, indirect_ext_len = 0, lenalloc; ^~~~ /kisskb/src/fs/udf/truncate.c:205:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc, neloc = {}; ^~~~ /kisskb/src/fs/udf/truncate.c:204:25: note: byref variable will be forcibly initialized struct extent_position epos; ^~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_rediscover_dev': /kisskb/src/drivers/scsi/libsas/sas_expander.c:2002:7: note: byref variable will be forcibly initialized char msg[80] = ""; ^~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:2001:5: note: byref variable will be forcibly initialized u8 sas_addr[SAS_ADDR_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:2000:23: note: byref variable will be forcibly initialized enum sas_device_type type = SAS_PHY_UNUSED; ^~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_ex_revalidate_domain': /kisskb/src/drivers/scsi/libsas/sas_expander.c:2122:14: note: byref variable will be forcibly initialized int i = 0, phy_id; ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:2117:24: note: byref variable will be forcibly initialized struct domain_device *dev = NULL; ^~~ /kisskb/src/fs/udf/super.c: In function 'udf_finalize_lvid': /kisskb/src/fs/udf/super.c:2018:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/nilfs2/segbuf.c: In function 'nilfs_segbuf_write': /kisskb/src/fs/nilfs2/segbuf.c:451:26: note: byref variable will be forcibly initialized struct nilfs_write_info wi; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/fs/udf/udfdecl.h:10, from /kisskb/src/fs/udf/super.c:41: /kisskb/src/fs/udf/super.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/udf/udfdecl.h:12, from /kisskb/src/fs/udf/super.c:41: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/udf/udfdecl.h:12, from /kisskb/src/fs/udf/super.c:41: /kisskb/src/fs/udf/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_parse_options': /kisskb/src/fs/udf/super.c:467:15: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/udf/super.c:456:15: note: byref variable will be forcibly initialized unsigned int uv; ^~ /kisskb/src/fs/udf/super.c:455:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_vat_block': /kisskb/src/fs/udf/super.c:1150:24: note: byref variable will be forcibly initialized struct kernel_lb_addr ino; ^~~ /kisskb/src/fs/udf/super.c: In function 'udf_count_free_table': /kisskb/src/fs/udf/super.c:2479:25: note: byref variable will be forcibly initialized struct extent_position epos; ^~~~ /kisskb/src/fs/udf/super.c:2477:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/super.c:2476:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_pvoldesc': /kisskb/src/fs/udf/super.c:857:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_remount_fs': /kisskb/src/fs/udf/super.c:605:21: note: byref variable will be forcibly initialized struct udf_options uopt; ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_fill_partdesc_info': /kisskb/src/fs/udf/super.c:1110:25: note: byref variable will be forcibly initialized struct kernel_lb_addr loc = { ^~~ /kisskb/src/fs/udf/super.c: In function '_udf_err': /kisskb/src/fs/udf/super.c:2323:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_count_free_bitmap': /kisskb/src/fs/udf/super.c:2429:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/fs/udf/super.c:2426:24: note: byref variable will be forcibly initialized struct kernel_lb_addr loc; ^~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_sparable_map': /kisskb/src/fs/udf/super.c:1329:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/fs/udf/super.c: In function '_udf_warn': /kisskb/src/fs/udf/super.c:2339:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_fileset': /kisskb/src/fs/udf/super.c:822:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_logicalvolint': /kisskb/src/fs/udf/super.c:1540:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_logicalvol': /kisskb/src/fs/udf/super.c:1386:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_metadata_inode_efe': /kisskb/src/fs/udf/super.c:914:24: note: byref variable will be forcibly initialized struct kernel_lb_addr addr; ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_metadata_files': /kisskb/src/fs/udf/super.c:941:24: note: byref variable will be forcibly initialized struct kernel_lb_addr addr; ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_partdesc': /kisskb/src/fs/udf/super.c:1234:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_process_sequence': /kisskb/src/fs/udf/super.c:1682:28: note: byref variable will be forcibly initialized struct desc_seq_scan_data data; ^~~~ /kisskb/src/fs/udf/super.c:1679:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_check_anchor_block': /kisskb/src/fs/udf/super.c:1837:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_anchor': /kisskb/src/fs/udf/super.c:1939:11: note: byref variable will be forcibly initialized sector_t lastblock = sbi->s_last_block; ^~~~~~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_fill_super': /kisskb/src/fs/udf/super.c:2271:20: note: byref variable will be forcibly initialized struct timestamp ts; ^~ /kisskb/src/fs/udf/super.c:2130:33: note: byref variable will be forcibly initialized struct kernel_lb_addr rootdir, fileset; ^~~~~~~ /kisskb/src/fs/udf/super.c:2130:24: note: byref variable will be forcibly initialized struct kernel_lb_addr rootdir, fileset; ^~~~~~~ /kisskb/src/fs/udf/super.c:2129:21: note: byref variable will be forcibly initialized struct udf_options uopt; ^~~~ /kisskb/src/fs/udf/directory.c: In function 'udf_fileident_read': /kisskb/src/fs/udf/directory.c:31:28: note: byref variable will be forcibly initialized struct buffer_head *tmp, *bha[16]; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/misc/genwqe/card_ddcb.c:24: /kisskb/src/drivers/misc/genwqe/card_ddcb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/misc/genwqe/card_base.h:33, from /kisskb/src/drivers/misc/genwqe/card_ddcb.c:32: /kisskb/src/drivers/misc/genwqe/card_ddcb.c: In function 'genwqe_hexdump': /kisskb/src/drivers/misc/genwqe/genwqe_driver.h:60:7: note: byref variable will be forcibly initialized char prefix[32]; ^~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_clear_snapshot': /kisskb/src/fs/nilfs2/cpfile.c:738:54: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; ^~~~~ /kisskb/src/fs/nilfs2/cpfile.c:738:44: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; ^~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c:738:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; ^~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c:738:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; ^~~~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_set_snapshot': /kisskb/src/fs/nilfs2/cpfile.c:619:54: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; ^~~~~ /kisskb/src/fs/nilfs2/cpfile.c:619:44: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; ^~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c:619:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; ^~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c:619:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/misc/genwqe/card_ddcb.c:22: /kisskb/src/drivers/misc/genwqe/card_ddcb.c: In function 'genwqe_card_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_ddcb.c:1203:4: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_do_get_ssinfo': /kisskb/src/fs/nilfs2/cpfile.c:479:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_find_checkpoint_block': /kisskb/src/fs/nilfs2/cpfile.c:166:28: note: byref variable will be forcibly initialized unsigned long start, end, blkoff; ^~~~~~ /kisskb/src/drivers/misc/genwqe/card_ddcb.c: In function '__genwqe_wait_ddcb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_ddcb.c:495:7: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(queue->ddcb_waitqs[ddcb_no], ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_do_get_cpinfo': /kisskb/src/fs/nilfs2/cpfile.c:431:41: note: byref variable will be forcibly initialized __u64 cur_cno = nilfs_mdt_cno(cpfile), cno = *cnop; ^~~ /kisskb/src/fs/nilfs2/cpfile.c:429:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_get_checkpoint': /kisskb/src/fs/nilfs2/cpfile.c:220:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *cp_bh; ^~~~~ /kisskb/src/fs/nilfs2/cpfile.c:220:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *cp_bh; ^~~~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_delete_checkpoints': /kisskb/src/fs/nilfs2/cpfile.c:315:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *cp_bh; ^~~~~ /kisskb/src/fs/nilfs2/cpfile.c:315:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *cp_bh; ^~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_ddcb.c: In function '__genwqe_enqueue_ddcb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_ddcb.c:799:8: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible(queue->busy_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_delete_checkpoint': /kisskb/src/fs/nilfs2/cpfile.c:583:8: note: byref variable will be forcibly initialized __u64 tcno = cno; ^~~~ /kisskb/src/fs/nilfs2/cpfile.c:582:22: note: byref variable will be forcibly initialized struct nilfs_cpinfo ci; ^~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_is_snapshot': /kisskb/src/fs/nilfs2/cpfile.c:858:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_get_stat': /kisskb/src/fs/nilfs2/cpfile.c:947:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/tracefs/inode.c: In function 'tracefs_parse_options': /kisskb/src/fs/tracefs/inode.c:167:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/tracefs/inode.c:166:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/net/xdp/xskmap.c:6: /kisskb/src/net/xdp/xskmap.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/net/xdp/xskmap.c:6: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/net/xdp/xskmap.c:6: /kisskb/src/net/xdp/xskmap.c: In function 'xsk_map_update_elem': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xskmap.c:198:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*map_entry, xs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xskmap.c:160:6: note: byref variable will be forcibly initialized int err; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/net/xdp/xskmap.c:6: /kisskb/src/net/xdp/xskmap.c: In function 'xsk_map_try_sock_delete': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xskmap.c:243:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*map_entry, NULL); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/drm/ttm/ttm_device.h:29, from /kisskb/src/drivers/gpu/drm/ttm/ttm_range_manager.c:32: /kisskb/src/drivers/gpu/drm/ttm/ttm_range_manager.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/drm/ttm/ttm_resource.h:30, from /kisskb/src/include/drm/ttm/ttm_device.h:30, from /kisskb/src/drivers/gpu/drm/ttm/ttm_range_manager.c:32: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/nilfs2.h:225, from /kisskb/src/fs/nilfs2/segment.c:78: /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_collection_stage_transition': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_collection_stage_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_collection_stage_transition, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_transaction_transition': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_segment_usage_check': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_segment_usage_allocated': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_allocated, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_allocated, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_segment_usage_freed': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_freed, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_freed, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_mdt_insert_new_block': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_mdt_submit_block': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/backing-dev.h:12, from /kisskb/src/drivers/nvme/host/multipath.c:6: /kisskb/src/drivers/nvme/host/multipath.c: In function '__nvme_find_path': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:201:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(head->current_path[node], found); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/nilfs2.h:225, from /kisskb/src/fs/nilfs2/segment.c:78: /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_collection_stage_transition': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_collection_stage_transition, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_transaction_transition': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/dcache.h:8, from /kisskb/src/include/linux/fs.h:8, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/drivers/nvme/host/multipath.c:6: /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_next_ns': /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_segment_usage_check': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:212:9: note: in expansion of macro 'list_first_or_null_rcu' return list_first_or_null_rcu(&head->list, struct nvme_ns, siblings); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:373:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:208:7: note: in expansion of macro 'list_next_or_null_rcu' ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_segment_usage_allocated': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_allocated, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:254:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(head->current_path[node], found); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_segment_usage_freed': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_freed, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_mdt_insert_new_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_mdt_submit_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_collection_stage_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_collection_stage_transition, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_transaction_transition': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_segment_usage_check': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_mdt_insert_new_block': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_segment_usage_allocated': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_allocated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_allocated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_allocated, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_allocated, ^~~~~~~~~~~ /kisskb/src/drivers/nfc/st-nci/ndlc.c: In function 'ndlc_close': /kisskb/src/drivers/nfc/st-nci/ndlc.c:57:26: note: byref variable will be forcibly initialized struct nci_mode_set_cmd cmd; ^~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_segment_usage_freed': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_freed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_freed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_freed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_freed, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_mdt_submit_block': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_read_ana_log': /kisskb/src/drivers/nvme/host/multipath.c:601:6: note: byref variable will be forcibly initialized u32 nr_change_groups = 0; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:129:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(head->current_path[node], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_collect_dirty_files': /kisskb/src/fs/nilfs2/segment.c:1936:24: note: byref variable will be forcibly initialized struct buffer_head *ibh; ^~~ /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_mpath_add_disk': /kisskb/src/drivers/nvme/host/multipath.c:732:30: note: byref variable will be forcibly initialized struct nvme_ana_group_desc desc = { ^~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_begin_construction': /kisskb/src/fs/nilfs2/segment.c:1277:8: note: byref variable will be forcibly initialized __u64 nextnum; ^~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_create_checkpoint': /kisskb/src/fs/nilfs2/segment.c:859:27: note: byref variable will be forcibly initialized struct nilfs_checkpoint *raw_cp; ^~~~~~ /kisskb/src/fs/nilfs2/segment.c:858:22: note: byref variable will be forcibly initialized struct buffer_head *bh_cp; ^~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_lookup_dirty_data_buffers': /kisskb/src/fs/nilfs2/segment.c:684:10: note: byref variable will be forcibly initialized pgoff_t index = 0, last = ULONG_MAX; ^~~~~ /kisskb/src/fs/nilfs2/segment.c:683:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_scan_file_dsync': /kisskb/src/fs/nilfs2/segment.c:1090:12: note: byref variable will be forcibly initialized LIST_HEAD(data_buffers); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_lookup_dirty_node_buffers': /kisskb/src/fs/nilfs2/segment.c:740:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/fs/nilfs2/segment.c:737:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_scan_file': /kisskb/src/fs/nilfs2/segment.c:1039:12: note: byref variable will be forcibly initialized LIST_HEAD(node_buffers); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/nilfs2/segment.c:1038:12: note: byref variable will be forcibly initialized LIST_HEAD(data_buffers); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_collect_blocks': /kisskb/src/fs/nilfs2/segment.c:1113:9: note: byref variable will be forcibly initialized size_t ndone; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_extend_segments': /kisskb/src/fs/nilfs2/segment.c:1339:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/nilfs2/segment.c:1338:8: note: byref variable will be forcibly initialized __u64 nextnextnum; ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_update_payload_blocknr': /kisskb/src/fs/nilfs2/segment.c:1554:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *bh_org; ^~ /kisskb/src/fs/nilfs2/segment.c:1553:20: note: byref variable will be forcibly initialized union nilfs_binfo binfo; ^~~~~ /kisskb/src/fs/nilfs2/segment.c:1551:30: note: byref variable will be forcibly initialized struct nilfs_segsum_pointer ssp; ^~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_fill_in_checkpoint': /kisskb/src/fs/nilfs2/segment.c:885:27: note: byref variable will be forcibly initialized struct nilfs_checkpoint *raw_cp; ^~~~~~ /kisskb/src/fs/nilfs2/segment.c:884:22: note: byref variable will be forcibly initialized struct buffer_head *bh_cp; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_abort_construction': /kisskb/src/fs/nilfs2/segment.c:1784:12: note: byref variable will be forcibly initialized LIST_HEAD(logs); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_dispose_list': /kisskb/src/fs/nilfs2/segment.c:767:27: note: byref variable will be forcibly initialized struct nilfs_inode_info *ivec[SC_N_INODEVEC], **pii; ^~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_sync': /kisskb/src/fs/nilfs2/segment.c:2161:36: note: byref variable will be forcibly initialized struct nilfs_segctor_wait_request wait_req; ^~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_thread_construct': /kisskb/src/fs/nilfs2/segment.c:2477:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_start_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c:2623:2: note: in expansion of macro 'wait_event' wait_event(sci->sc_wait_task, sci->sc_task != NULL); ^~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_kill_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c:2636:3: note: in expansion of macro 'wait_event' wait_event(sci->sc_wait_task, sci->sc_task == NULL); ^~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_thread': /kisskb/src/fs/nilfs2/segment.c:2574:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/nilfs2/segment.c:2574:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_write_out': /kisskb/src/fs/nilfs2/segment.c:2691:33: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_construct_dsync_segment': /kisskb/src/fs/nilfs2/segment.c:2273:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_clean_segments': /kisskb/src/fs/nilfs2/segment.c:2423:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_detach_log_writer': /kisskb/src/fs/nilfs2/segment.c:2803:12: note: byref variable will be forcibly initialized LIST_HEAD(garbage_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c: In function '_hl_mmu_v1_map': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c:674:3: note: byref variable will be forcibly initialized hop4_new = false, is_huge; ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c:673:43: note: byref variable will be forcibly initialized bool hop1_new = false, hop2_new = false, hop3_new = false, ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c:673:25: note: byref variable will be forcibly initialized bool hop1_new = false, hop2_new = false, hop3_new = false, ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c:673:7: note: byref variable will be forcibly initialized bool hop1_new = false, hop2_new = false, hop3_new = false, ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/skbuff.h:13, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, 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/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/nilfs2/ifile.c: In function 'nilfs_ifile_create_inode': /kisskb/src/fs/nilfs2/ifile.c:55:26: note: byref variable will be forcibly initialized struct nilfs_palloc_req req; ^~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'io_queue_count_set': /kisskb/src/drivers/nvme/host/pci.c:77:15: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_truncate_range': /kisskb/src/fs/nilfs2/sufile.c:642:22: note: byref variable will be forcibly initialized struct buffer_head *su_bh; ^~~~~ /kisskb/src/fs/nilfs2/sufile.c:641:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh; ^~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/nvme/host/pci.c:7: /kisskb/src/drivers/nvme/host/pci.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_updatev': /kisskb/src/fs/nilfs2/sufile.c:162:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^~ /kisskb/src/fs/nilfs2/sufile.c:162:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_update': /kisskb/src/fs/nilfs2/sufile.c:229:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^~ /kisskb/src/fs/nilfs2/sufile.c:229:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_alloc': /kisskb/src/fs/nilfs2/sufile.c:303:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *su_bh; ^~~~~ /kisskb/src/fs/nilfs2/sufile.c:303:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *su_bh; ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_mark_dirty': /kisskb/src/fs/nilfs2/sufile.c:497:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_set_segment_usage': /kisskb/src/fs/nilfs2/sufile.c:519:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/llc/llc_conn.c:16: /kisskb/src/net/llc/llc_conn.c: In function 'hlist_nulls_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_nulls.h:106:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_nulls_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_get_stat': /kisskb/src/fs/nilfs2/sufile.c:564:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh; ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_resize': /kisskb/src/fs/nilfs2/sufile.c:744:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh; ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_get_suinfo': /kisskb/src/fs/nilfs2/sufile.c:812:22: note: byref variable will be forcibly initialized struct buffer_head *su_bh; ^~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_set_suinfo': /kisskb/src/fs/nilfs2/sufile.c:891:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^~ /kisskb/src/fs/nilfs2/sufile.c:891:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_entry_blkoff': /kisskb/src/fs/nilfs2/alloc.c:168:23: note: byref variable will be forcibly initialized unsigned long group, group_offset; ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_trim_fs': /kisskb/src/fs/nilfs2/sufile.c:1021:22: note: byref variable will be forcibly initialized sector_t seg_start, seg_end, start_block, end_block; ^~~~~~~ /kisskb/src/fs/nilfs2/sufile.c:1021:11: note: byref variable will be forcibly initialized sector_t seg_start, seg_end, start_block, end_block; ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c:1017:22: note: byref variable will be forcibly initialized struct buffer_head *su_bh; ^~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_count_desc_blocks': /kisskb/src/fs/nilfs2/alloc.c:437:8: note: byref variable will be forcibly initialized __u64 blknum; ^~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_read': /kisskb/src/fs/nilfs2/sufile.c:1162:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh; ^~~~~~~~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_block_get_entry': /kisskb/src/fs/nilfs2/alloc.c:364:30: note: byref variable will be forcibly initialized unsigned long entry_offset, group_offset; ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_count_max_entries': /kisskb/src/fs/nilfs2/alloc.c:470:16: note: byref variable will be forcibly initialized unsigned long desc_blocks = 0; ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_prepare_alloc_entry': /kisskb/src/fs/nilfs2/alloc.c:506:30: note: byref variable will be forcibly initialized unsigned long group_offset, maxgroup_offset; ^~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:506:16: note: byref variable will be forcibly initialized unsigned long group_offset, maxgroup_offset; ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:501:32: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:501:22: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_commit_free_entry': /kisskb/src/fs/nilfs2/alloc.c:602:23: note: byref variable will be forcibly initialized unsigned long group, group_offset; ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_abort_alloc_entry': /kisskb/src/fs/nilfs2/alloc.c:645:23: note: byref variable will be forcibly initialized unsigned long group, group_offset; ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_prepare_free_entry': /kisskb/src/fs/nilfs2/alloc.c:684:23: note: byref variable will be forcibly initialized unsigned long group, group_offset; ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:683:32: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:683:22: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^~~~~~~ /kisskb/src/drivers/nvme/host/pci.c: In function '__nvme_alloc_host_mem': /kisskb/src/drivers/nvme/host/pci.c:1955:14: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/nvme/host/pci.c:1933:13: note: byref variable will be forcibly initialized dma_addr_t descs_dma; ^~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_freev': /kisskb/src/fs/nilfs2/alloc.c:730:23: note: byref variable will be forcibly initialized unsigned long group, group_offset; ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:726:32: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:726:22: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^~~~~~~ /kisskb/src/net/llc/llc_conn.c: In function 'llc_conn_resend_i_pdu_as_cmd': /kisskb/src/net/llc/llc_conn.c:214:6: note: byref variable will be forcibly initialized u16 nbr_unack_pdus; ^~~~~~~~~~~~~~ /kisskb/src/net/llc/llc_conn.c: In function 'llc_conn_resend_i_pdu_as_rsp': /kisskb/src/net/llc/llc_conn.c:256:6: note: byref variable will be forcibly initialized u16 nbr_unack_pdus; ^~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pgr_support_store': /kisskb/src/drivers/target/target_core_configfs.c:1148:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'alua_support_store': /kisskb/src/drivers/target/target_core_configfs.c:1113:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'unmap_zeroes_data_store': /kisskb/src/drivers/target/target_core_configfs.c:966:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'force_pr_aptpl_store': /kisskb/src/drivers/target/target_core_configfs.c:922:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_rest_reord_store': /kisskb/src/drivers/target/target_core_configfs.c:944:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'is_nonrot_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:591:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(is_nonrot); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'enforce_pr_isids_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:590:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(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:893:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/net/llc/llc_conn.c: In function 'llc_conn_handler': /kisskb/src/net/llc/llc_conn.c:771:25: note: byref variable will be forcibly initialized struct llc_addr saddr, daddr; ^~~~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'hmb_store': /kisskb/src/net/llc/llc_conn.c:771:18: note: byref variable will be forcibly initialized struct llc_addr saddr, daddr; ^~~~~ /kisskb/src/drivers/nvme/host/pci.c:2099:7: note: byref variable will be forcibly initialized bool new; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pi_prot_format_store': /kisskb/src/drivers/target/target_core_configfs.c:856:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_pr_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:589:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_pr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_3pc_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:588:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_3pc); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_caw_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:587:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_caw); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tpws_store': /kisskb/src/drivers/target/target_core_configfs.c:760:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tpu_store': /kisskb/src/drivers/target/target_core_configfs.c:734:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tas_store': /kisskb/src/drivers/target/target_core_configfs.c:710:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_write_cache_store': /kisskb/src/drivers/target/target_core_configfs.c:658:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_fua_write_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:586:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_fua_write); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'max_write_same_len_store': /kisskb/src/drivers/target/target_core_configfs.c:555:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:569:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(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:555:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:568:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(unmap_granularity_alignment); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/nvme/host/pci.c:21: /kisskb/src/drivers/nvme/host/pci.c: In function 'pci_bus_address': /kisskb/src/include/linux/pci.h:1427:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'unmap_granularity_store': /kisskb/src/drivers/target/target_core_configfs.c:555:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:567:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(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:555:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:566:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_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:555:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:565:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_lba_count); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'queue_depth_store': /kisskb/src/drivers/target/target_core_configfs.c:1003:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'optimal_sectors_store': /kisskb/src/drivers/target/target_core_configfs.c:1039:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'block_size_store': /kisskb/src/drivers/target/target_core_configfs.c:1069:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pi_prot_type_store': /kisskb/src/drivers/target/target_core_configfs.c:788:6: note: byref variable will be forcibly initialized u32 flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_ua_intlck_ctrl_store': /kisskb/src/drivers/target/target_core_configfs.c:680:6: note: byref variable will be forcibly initialized 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:1496:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_model_alias_store': /kisskb/src/drivers/target/target_core_configfs.c:629:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'nvme_warn_reset': /kisskb/src/drivers/nvme/host/pci.c:1231:6: note: byref variable will be forcibly initialized u16 pci_status; ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_dev_lba_map_store': /kisskb/src/drivers/target/target_core_configfs.c:2462:35: note: byref variable will be forcibly initialized unsigned long segment_size = -1, segment_mult = -1; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2462:16: note: byref variable will be forcibly initialized unsigned long segment_size = -1, segment_mult = -1; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2461:32: note: byref variable will be forcibly initialized unsigned long start_lba = -1, end_lba = -1; ^~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2461:16: note: byref variable will be forcibly initialized unsigned long start_lba = -1, end_lba = -1; ^~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2460:24: note: byref variable will be forcibly initialized int ret = 0, num = 0, pg_id, alua_state; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2458:7: note: byref variable will be forcibly initialized char state; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2457:8: note: byref variable will be forcibly initialized char *map_entries, *orig, *ptr; ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2456:19: note: byref variable will be forcibly initialized struct list_head lba_list; ^~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_members_show': /kisskb/src/drivers/target/target_core_configfs.c:3060:16: note: byref variable will be forcibly initialized 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:2662:16: note: byref variable will be forcibly initialized unsigned char buf[LU_GROUP_NAME_BUF] = { }; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_dev_alua_lu_gp_store': /kisskb/src/drivers/target/target_core_configfs.c:2334:16: note: byref variable will be forcibly initialized unsigned char buf[LU_GROUP_NAME_BUF] = { }; ^~~ In file included from /kisskb/src/drivers/nvme/host/pci.c:10: /kisskb/src/drivers/nvme/host/pci.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blkdev.h:1171:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'nvme_pci_setup_sgls': /kisskb/src/drivers/nvme/host/pci.c:746:13: note: byref variable will be forcibly initialized dma_addr_t sgl_dma; ^~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_unit_serial_store': /kisskb/src/drivers/target/target_core_configfs.c:1545:16: note: byref variable will be forcibly initialized unsigned char buf[INQUIRY_VPD_SERIAL_LEN] = { }; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_revision_store': /kisskb/src/drivers/target/target_core_configfs.c:1438:16: note: byref variable will be forcibly initialized unsigned char buf[INQUIRY_REVISION_LEN + 2]; ^~~ 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/cpumask.h:14, from /kisskb/src/include/linux/smp.h:13, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/mutex.h:17, 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/nvme/host/pci.c:7: /kisskb/src/drivers/nvme/host/pci.c: In function 'nvme_pci_setup_prps': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/asm-generic/bug.h:130:25: note: in definition of macro 'WARN' int __ret_warn_on = !!(condition); \ ^~~~~~~~~ /kisskb/src/drivers/nvme/host/pci.c:712:7: note: in expansion of macro 'DO_ONCE' WARN(DO_ONCE(nvme_print_sgl, iod->sg, iod->nents), ^~~~~~~ /kisskb/src/drivers/nvme/host/pci.c:638:13: note: byref variable will be forcibly initialized dma_addr_t prp_dma; ^~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_product_id_store': /kisskb/src/drivers/target/target_core_configfs.c:1382:16: note: byref variable will be forcibly initialized 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:1326:16: note: byref variable will be forcibly initialized 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:2177:6: note: byref variable will be forcibly initialized int bl = 0; ^~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_pr_res_aptpl_metadata_store': /kisskb/src/drivers/nvme/host/pci.c: In function 'nvme_map_data': /kisskb/src/drivers/nvme/host/pci.c:846:18: note: byref variable will be forcibly initialized struct bio_vec bv = req_bvec(req); ^~ /kisskb/src/drivers/target/target_core_configfs.c:1965:47: note: byref variable will be forcibly initialized int ret = -1, res_holder = 0, all_tg_pt = 0, arg, token; ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1962:21: note: byref variable will be forcibly initialized unsigned long long tmp_ll; ^~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:1961:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:1960:21: note: byref variable will be forcibly initialized char *orig, *ptr, *opts; ^~~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'nvme_setup_io_queues': /kisskb/src/drivers/nvme/host/pci.c:2250:15: note: byref variable will be forcibly initialized unsigned int nr_io_queues; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_pr_res_pr_registered_i_pts_show': /kisskb/src/drivers/target/target_core_configfs.c:1837:7: note: byref variable will be forcibly initialized char i_buf[PR_REG_ISID_ID_LEN]; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:1836:16: note: byref variable will be forcibly initialized unsigned char buf[384]; ^~~ /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:1635:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1671:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' DEF_DEV_WWN_ASSOC_SHOW(vpd_assoc_scsi_target_device, 0x20); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_assoc_target_port_show': /kisskb/src/drivers/target/target_core_configfs.c:1635:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1669:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' 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:1635:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1667:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' 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:1606:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE] = { }; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_tg_pt_gp_id_store': /kisskb/src/drivers/target/target_core_configfs.c:3027:16: note: byref variable will be forcibly initialized 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:2942:16: note: byref variable will be forcibly initialized 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:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2928:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 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:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2929:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 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:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2927:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(standby, ALUA_S_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_unavailable_store': /kisskb/src/drivers/target/target_core_configfs.c:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2926:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(unavailable, ALUA_U_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_lba_dependent_store': /kisskb/src/drivers/target/target_core_configfs.c:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2925:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 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:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2924:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(offline, ALUA_O_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_transitioning_store': /kisskb/src/drivers/target/target_core_configfs.c:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2923:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(transitioning, ALUA_T_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_access_status_store': /kisskb/src/drivers/target/target_core_configfs.c:2845:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ In file included from /kisskb/src/include/linux/firmware.h:6, from /kisskb/src/drivers/net/phy/mscc/mscc_main.c:10: /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/linkmode.h:5, from /kisskb/src/include/linux/mii.h:13, from /kisskb/src/include/uapi/linux/mdio.h:15, from /kisskb/src/include/linux/mdio.h:9, from /kisskb/src/drivers/net/phy/mscc/mscc_main.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_hba_mode_store': /kisskb/src/drivers/target/target_core_configfs.c:3386:16: note: byref variable will be forcibly initialized unsigned long mode_flag; ^~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_dt_led_mode_get': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:419:6: note: byref variable will be forcibly initialized u32 led_mode; ^~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_dt_led_modes_get': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:453:7: note: byref variable will be forcibly initialized char led_dt_prop[28]; ^~~~~~~~~~~ /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:2794:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc8584_probe': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:2253:6: note: byref variable will be forcibly initialized u32 default_mode[4] = {VSC8531_LINK_1000_ACTIVITY, ^~~~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc8514_probe': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:2195:6: note: byref variable will be forcibly initialized u32 default_mode[4] = {VSC8531_LINK_1000_ACTIVITY, ^~~~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc8574_probe': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:2224:6: note: byref variable will be forcibly initialized u32 default_mode[4] = {VSC8531_LINK_1000_ACTIVITY, ^~~~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_edge_rate_magic_get': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:388:11: note: byref variable will be forcibly initialized u32 vdd, sd; ^~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c:388:6: note: byref variable will be forcibly initialized u32 vdd, sd; ^~~ /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:2628:16: note: byref variable will be forcibly initialized unsigned long lu_gp_id; ^~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_core_call_addhbatotarget': /kisskb/src/drivers/target/target_core_configfs.c:3448:16: note: byref variable will be forcibly initialized unsigned long plugin_dep_id = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_probe': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:2299:6: note: byref variable will be forcibly initialized u32 default_mode[2] = {VSC8531_LINK_1000_ACTIVITY, ^~~~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_wol_get': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:358:6: note: byref variable will be forcibly initialized u16 pwd[3] = {0, 0, 0}; ^~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_wol_set': /kisskb/src/fs/udf/udftime.c: In function 'udf_time_to_disk_stamp': /kisskb/src/fs/udf/udftime.c:77:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c:279:6: note: byref variable will be forcibly initialized u16 pwd[3] = {0, 0, 0}; ^~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc8584_config_pre_init': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:1362:6: note: byref variable will be forcibly initialized u16 crc, reg; ^~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c:1359:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc8574_config_pre_init': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:1108:6: note: byref variable will be forcibly initialized u16 crc, reg; ^~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c:1106:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:98:12: note: byref variable will be forcibly initialized unicode_t c; ^ /kisskb/src/fs/udf/unicode.c: In function 'udf_name_from_CS0': /kisskb/src/fs/udf/unicode.c:169:10: note: byref variable will be forcibly initialized uint8_t crc[CRC_LEN]; ^~~ /kisskb/src/fs/udf/unicode.c:168:10: note: byref variable will be forcibly initialized uint8_t ext[EXT_SIZE * NLS_MAX_CHARSET_SIZE + 1]; ^~~ /kisskb/src/fs/udf/unicode.c:163:6: note: byref variable will be forcibly initialized int ext_o_len = 0; /* Extension output length */ ^~~~~~~~~ /kisskb/src/fs/udf/unicode.c:162:6: note: byref variable will be forcibly initialized int str_o_len = 0; /* Length of resulting output */ ^~~~~~~~~ /kisskb/src/fs/udf/unicode.c:160:6: note: byref variable will be forcibly initialized int needsCRC = 0; ^~~~~~~~ /kisskb/src/fs/udf/unicode.c:158:6: note: byref variable will be forcibly initialized int idx, len; ^~~ /kisskb/src/fs/udf/unicode.c: In function 'udf_name_to_CS0': /kisskb/src/fs/udf/unicode.c:305:12: note: byref variable will be forcibly initialized wchar_t wchar; ^~~~~ /kisskb/src/fs/udf/unicode.c:282:12: note: byref variable will be forcibly initialized unicode_t uni_char; ^~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_sysfs.c: In function 'reload_bitstream_store': /kisskb/src/drivers/misc/genwqe/card_sysfs.c:214:6: note: byref variable will be forcibly initialized int reload; ^~~~~~ /kisskb/src/drivers/misc/genwqe/card_sysfs.c: In function 'appid_show': /kisskb/src/drivers/misc/genwqe/card_sysfs.c:52:7: note: byref variable will be forcibly initialized char app_name[5]; ^~~~~~~~ /kisskb/src/drivers/misc/genwqe/card_sysfs.c: In function 'next_bitstream_store': /kisskb/src/drivers/misc/genwqe/card_sysfs.c:188:6: note: byref variable will be forcibly initialized int partition; ^~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_lookup': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:68:25: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:68:15: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_drop': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:512:25: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:512:15: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_sync': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:471:25: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:471:15: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~~ In file included from /kisskb/src/drivers/base/regmap/regcache-rbtree.c:13: /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/base/regmap/regcache.c:12: /kisskb/src/drivers/base/regmap/regcache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_insert': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:101:29: note: byref variable will be forcibly initialized unsigned int base_reg_tmp, top_reg_tmp; ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:101:15: note: byref variable will be forcibly initialized unsigned int base_reg_tmp, top_reg_tmp; ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_write': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:388:26: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:388:16: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'rbtree_show': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:138:21: note: byref variable will be forcibly initialized unsigned int base, top; ^~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:138:15: note: byref variable will be forcibly initialized unsigned int base, top; ^~~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_hw_init': /kisskb/src/drivers/base/regmap/regcache.c:31:20: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_lookup_reg': /kisskb/src/drivers/base/regmap/regcache.c:645:21: note: byref variable will be forcibly initialized struct reg_default key; ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_default_sync': /kisskb/src/drivers/base/regmap/regcache.c:300:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_sync_block_raw': /kisskb/src/drivers/base/regmap/regcache.c:740:14: note: byref variable will be forcibly initialized const void *data = NULL; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/random.h:10, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/net.h:24, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/random.h:10, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'core_enable_device_list_for_node': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:378:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun_acl, lun_acl); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:377:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun, lun); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:359:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun_acl, lun_acl); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:358:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun, lun); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c: In function 'core_disable_device_list_for_node': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:438:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(orig->se_lun_acl, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:437:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(orig->se_lun, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c: In function 'target_alloc_device': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:812:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(xcopy_lun->lun_se_dev, dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c: In function 'core_dev_setup_virtual_lun0': /kisskb/src/drivers/target/target_core_device.c:1043:7: note: byref variable will be forcibly initialized char buf[] = "rd_pages=8,rd_nullio=1,rd_dummy=1"; ^~~ /kisskb/src/drivers/misc/phantom.c: In function 'phantom_ioctl': /kisskb/src/drivers/misc/phantom.c:90:17: note: byref variable will be forcibly initialized struct phm_reg r; ^ /kisskb/src/drivers/misc/phantom.c:89:18: note: byref variable will be forcibly initialized struct phm_regs rs; ^~ /kisskb/src/drivers/misc/phantom.c: In function 'phantom_init': /kisskb/src/drivers/misc/phantom.c:504:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c: In function 'ttm_pool_alloc': /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c:364:14: note: byref variable will be forcibly initialized dma_addr_t *dma_addr = tt->dma_address; ^~~~~~~~ /kisskb/src/fs/gfs2/acl.c: In function '__gfs2_get_acl': /kisskb/src/fs/gfs2/acl.c:45:8: note: byref variable will be forcibly initialized char *data; ^~~~ /kisskb/src/fs/gfs2/acl.c: In function 'gfs2_get_acl': /kisskb/src/fs/gfs2/acl.c:63:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/acl.c: In function 'gfs2_set_acl': /kisskb/src/fs/gfs2/acl.c:119:10: note: byref variable will be forcibly initialized umode_t mode; ^~~~ /kisskb/src/fs/gfs2/acl.c:116:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/drivers/nfc/st-nci/core.c: In function 'st_nci_init': /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c: In function 'ttm_global_init': /kisskb/src/drivers/nfc/st-nci/core.c:21:26: note: byref variable will be forcibly initialized struct nci_mode_set_cmd cmd; ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c:70:17: note: byref variable will be forcibly initialized struct sysinfo si; ^~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_parse_options': /kisskb/src/drivers/nvme/host/fabrics.c:562:9: note: byref variable will be forcibly initialized uuid_t hostid; ^~~~~~ /kisskb/src/drivers/nvme/host/fabrics.c:559:6: note: byref variable will be forcibly initialized int token, ret = 0; ^~~~~ /kisskb/src/drivers/nvme/host/fabrics.c:558:18: note: byref variable will be forcibly initialized char *options, *o, *p; ^ /kisskb/src/drivers/nvme/host/fabrics.c:557:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_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/include/linux/pci.h:38, from /kisskb/src/drivers/misc/genwqe/card_base.h:25, from /kisskb/src/drivers/misc/genwqe/card_debugfs.c:25: /kisskb/src/drivers/misc/genwqe/card_debugfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read32': /kisskb/src/drivers/nvme/host/fabrics.c:148:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ /kisskb/src/drivers/misc/genwqe/card_debugfs.c: In function 'genwqe_init_debugfs': /kisskb/src/drivers/nvme/host/fabrics.c:147:22: note: byref variable will be forcibly initialized struct nvme_command cmd; ^~~ /kisskb/src/drivers/misc/genwqe/card_debugfs.c:323:7: note: byref variable will be forcibly initialized char name[64]; ^~~~ /kisskb/src/drivers/misc/genwqe/card_debugfs.c:322:7: note: byref variable will be forcibly initialized char card_name[64]; ^~~~~~~~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read64': /kisskb/src/drivers/nvme/host/fabrics.c:194:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_admin_queue': /kisskb/src/drivers/nvme/host/fabrics.c:366:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_io_queue': /kisskb/src/drivers/nvme/host/fabrics.c:433:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_mark_blocks_dirty': /kisskb/src/fs/nilfs2/ioctl.c:750:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_change_cpmode': /kisskb/src/fs/nilfs2/ioctl.c:192:22: note: byref variable will be forcibly initialized struct nilfs_cpmode cpmode; ^~~~~~ /kisskb/src/fs/nilfs2/ioctl.c:191:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_delete_checkpoint': /kisskb/src/fs/nilfs2/ioctl.c:247:8: note: byref variable will be forcibly initialized __u64 cno; ^~~ /kisskb/src/fs/nilfs2/ioctl.c:246:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_cpstat': /kisskb/src/fs/nilfs2/ioctl.c:325:22: note: byref variable will be forcibly initialized struct nilfs_cpstat cpstat; ^~~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_set_suinfo': /kisskb/src/fs/nilfs2/ioctl.c:1204:20: note: byref variable will be forcibly initialized struct nilfs_argv argv; ^~~~ /kisskb/src/fs/nilfs2/ioctl.c:1203:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_sustat': /kisskb/src/fs/nilfs2/ioctl.c:392:22: note: byref variable will be forcibly initialized struct nilfs_sustat sustat; ^~~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_wrap_copy': /kisskb/src/fs/nilfs2/ioctl.c:58:8: note: byref variable will be forcibly initialized __u64 pos, ppos; ^~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_info': /kisskb/src/fs/nilfs2/ioctl.c:1157:20: note: byref variable will be forcibly initialized struct nilfs_argv argv; ^~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_bdescs': /kisskb/src/fs/nilfs2/ioctl.c:501:20: note: byref variable will be forcibly initialized struct nilfs_argv argv; ^~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_move_inode_block': /kisskb/src/fs/nilfs2/ioctl.c:544:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/nilfs2/ioctl.c:10: /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_move_blocks': /kisskb/src/fs/nilfs2/ioctl.c:604:12: note: byref variable will be forcibly initialized LIST_HEAD(buffers); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_clean_segments': /kisskb/src/fs/nilfs2/ioctl.c:855:8: note: byref variable will be forcibly initialized void *kbufs[5]; ^~~~~ /kisskb/src/fs/nilfs2/ioctl.c:846:20: note: byref variable will be forcibly initialized struct nilfs_argv argv[5]; ^~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_sync': /kisskb/src/fs/nilfs2/ioctl.c:985:8: note: byref variable will be forcibly initialized __u64 cno; ^~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_resize': /kisskb/src/fs/nilfs2/ioctl.c:1019:8: note: byref variable will be forcibly initialized __u64 newsize; ^~~~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_set_alloc_range': /kisskb/src/fs/nilfs2/ioctl.c:1097:8: note: byref variable will be forcibly initialized __u64 range[2]; ^~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_trim_fs': /kisskb/src/fs/nilfs2/ioctl.c:1056:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_fileattr_set': /kisskb/src/fs/nilfs2/ioctl.c:135:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_dev_free_blocks_show': /kisskb/src/fs/nilfs2/sysfs.c:864:11: note: byref variable will be forcibly initialized sector_t free_blocks = 0; ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_checkpoints_snapshots_number_show': /kisskb/src/fs/nilfs2/sysfs.c:267:22: note: byref variable will be forcibly initialized struct nilfs_cpstat cpstat; ^~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_checkpoints_checkpoints_number_show': /kisskb/src/fs/nilfs2/sysfs.c:244:22: note: byref variable will be forcibly initialized struct nilfs_cpstat cpstat; ^~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_segments_dirty_segments_show': /kisskb/src/fs/nilfs2/sysfs.c:386:22: note: byref variable will be forcibly initialized struct nilfs_sustat sustat; ^~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_superblock_sb_update_frequency_store': /kisskb/src/fs/nilfs2/sysfs.c:762:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_superblock_sb_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:706:11: note: byref variable will be forcibly initialized time64_t sbwtime; ^~~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_segctor_last_nongc_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:586:11: note: byref variable will be forcibly initialized time64_t nongc_ctime; ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_segctor_last_seg_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:558:11: note: byref variable will be forcibly initialized time64_t ctime; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/nvme/host/fc.c:11: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/blk-cgroup.h:17, from /kisskb/src/drivers/nvme/host/fc.c:12: /kisskb/src/drivers/nvme/host/fc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/hugetlb.h:9, from /kisskb/src/drivers/misc/genwqe/card_utils.c:22: /kisskb/src/drivers/misc/genwqe/card_utils.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_signal_discovery_scan': /kisskb/src/drivers/nvme/host/fc.c:505:8: note: byref variable will be forcibly initialized char *envp[4] = { "FC_EVENT=nvmediscovery", hostaddr, tgtaddr, NULL }; ^~~~ /kisskb/src/drivers/nvme/host/fc.c:504:7: note: byref variable will be forcibly initialized char tgtaddr[FCNVME_TRADDR_LENGTH]; /* NVMEFC_TRADDR=...*/ ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:503:7: note: byref variable will be forcibly initialized char hostaddr[FCNVME_TRADDR_LENGTH]; /* NVMEFC_HOST_TRADDR=...*/ ^~~~~~~~ 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:3756:12: note: byref variable will be forcibly initialized LIST_HEAD(local_disc_list); ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/nvme/host/fc.c: In function '__nvme_fc_parse_u64': /kisskb/src/drivers/nvme/host/fc.c:3631:6: note: byref variable will be forcibly initialized u64 token64; ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_parse_traddr': /kisskb/src/drivers/nvme/host/fc.c:3649:14: note: byref variable will be forcibly initialized substring_t wwn = { name, &name[sizeof(name)-1] }; ^~~ /kisskb/src/drivers/nvme/host/fc.c:3648:7: note: byref variable will be forcibly initialized char name[2 + NVME_FC_TRADDR_HEXNAMELEN + 1]; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_delete_association': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3216:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(ctrl->ioabort_wait, ctrl->iocnt == 0, ctrl->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/blk-cgroup.h:23, from /kisskb/src/drivers/nvme/host/fc.c:12: /kisskb/src/drivers/nvme/host/fc.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blkdev.h:1171:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/net/xsk_buff_pool.h:9, from /kisskb/src/net/xdp/xsk_buff_pool.c:3: /kisskb/src/net/xdp/xsk_buff_pool.c: In function '__xskq_cons_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xsk_queue.h:232:2: note: in expansion of macro 'smp_store_release' smp_store_release(&q->ring->consumer, q->cached_cons); /* D, matchees A */ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xsk_buff_pool.c: In function '__xskq_cons_peek': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xsk_queue.h:238:19: note: in expansion of macro 'smp_load_acquire' q->cached_prod = smp_load_acquire(&q->ring->producer); /* C, matches B */ ^~~~~~~~~~~~~~~~ /kisskb/src/net/xdp/xsk_buff_pool.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/dma-mapping.h:6, from /kisskb/src/include/net/xsk_buff_pool.h:9, from /kisskb/src/net/xdp/xsk_buff_pool.c:3: /kisskb/src/net/xdp/xsk_buff_pool.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/net/xsk_buff_pool.h:9, from /kisskb/src/net/xdp/xsk_buff_pool.c:3: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_fcpio_done': /kisskb/src/drivers/nvme/host/fc.c:1912:20: note: byref variable will be forcibly initialized union nvme_result result; ^~~~~~ /kisskb/src/drivers/misc/genwqe/card_utils.c: In function 'genwqe_read_ffdc_regs': /kisskb/src/drivers/misc/genwqe/card_utils.c:773:21: note: byref variable will be forcibly initialized unsigned int i, j, idx = 0; ^~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/dma-mapping.h:6, from /kisskb/src/include/net/xsk_buff_pool.h:9, from /kisskb/src/net/xdp/xsk_buff_pool.c:3: /kisskb/src/net/xdp/xsk_buff_pool.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-mapping.h:10, from /kisskb/src/include/net/xsk_buff_pool.h:9, from /kisskb/src/net/xdp/xsk_buff_pool.c:3: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/xdp/xsk_buff_pool.c: In function 'xp_disable_drv_zc': /kisskb/src/net/xdp/xsk_buff_pool.c:105:20: note: byref variable will be forcibly initialized struct netdev_bpf bpf; ^~~ /kisskb/src/drivers/misc/genwqe/card_utils.c: In function 'genwqe_ffdc_buff_read': /kisskb/src/drivers/misc/genwqe/card_utils.c:891:15: note: byref variable will be forcibly initialized unsigned int idx = 0; ^~~ /kisskb/src/net/xdp/xsk_buff_pool.c: In function '__xp_alloc': /kisskb/src/net/xdp/xsk_buff_pool.c:445:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/net/xdp/xsk_buff_pool.c: In function 'xp_assign_dev': /kisskb/src/net/xdp/xsk_buff_pool.c:126:20: note: byref variable will be forcibly initialized struct netdev_bpf bpf; ^~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_create_io_queues': /kisskb/src/drivers/nvme/host/fc.c:2856:15: note: byref variable will be forcibly initialized 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:2930:15: note: byref variable will be forcibly initialized unsigned int nr_io_queues; ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_create_ctrl': /kisskb/src/drivers/nvme/host/fc.c:3695:25: note: byref variable will be forcibly initialized struct nvmet_fc_traddr raddr = { 0L, 0L }; ^~~~~ /kisskb/src/drivers/nvme/host/fc.c:3694:25: note: byref variable will be forcibly initialized struct nvmet_fc_traddr laddr = { 0L, 0L }; ^~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'fc_parse_cgrpid': /kisskb/src/drivers/nvme/host/fc.c:3815:7: note: byref variable will be forcibly initialized char cgrp_id[16+1]; ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'fc_update_appid': /kisskb/src/drivers/nvme/host/fc.c:3845:7: note: byref variable will be forcibly initialized char app_id[FC_APPID_LEN]; ^~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3842:6: note: byref variable will be forcibly initialized u64 cgrp_id; ^~~~~~~ /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:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c: In function 'hl_pci_reset_link_through_bridge': /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c:235:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c: In function 'hl_pci_elbi_read': /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c:93:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/drivers/base/regmap/regcache-flat.c:11: /kisskb/src/drivers/base/regmap/regcache-flat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/fs/gfs2/dir.c:55: /kisskb/src/fs/gfs2/dir.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read_stuffed': /kisskb/src/fs/gfs2/dir.c:246:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read_data': /kisskb/src/fs/gfs2/dir.c:288:23: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/dir.c:272:6: note: byref variable will be forcibly initialized u32 extlen = 0; ^~~~~~ /kisskb/src/fs/gfs2/dir.c:271:14: note: byref variable will be forcibly initialized u64 lblock, dblock; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c: In function 'hl_device_open': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c:115:24: note: byref variable will be forcibly initialized enum hl_device_status status; ^~~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'get_first_leaf': /kisskb/src/fs/gfs2/dir.c:795:6: note: byref variable will be forcibly initialized u64 leaf_no; ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c: In function 'hl_pci_probe': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c:452:20: note: byref variable will be forcibly initialized 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:600:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read_leaf': /kisskb/src/fs/gfs2/dir.c:1377:23: note: byref variable will be forcibly initialized struct dirent_gather g; ^ /kisskb/src/fs/gfs2/dir.c:1372:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_read_debugfs': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:224:15: note: byref variable will be forcibly initialized unsigned int val, start_reg; ^~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c:220:9: note: byref variable will be forcibly initialized loff_t p = *ppos; ^ /kisskb/src/fs/gfs2/dir.c: In function 'dir_e_read': /kisskb/src/fs/gfs2/dir.c:1538:11: note: byref variable will be forcibly initialized unsigned depth = 0; ^~~~~ /kisskb/src/fs/gfs2/dir.c:1536:6: note: byref variable will be forcibly initialized int copied = 0; ^~~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dirent_search': /kisskb/src/fs/gfs2/dir.c:810:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_get_existing_buffer': /kisskb/src/fs/gfs2/dir.c:105:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_write_stuffed': /kisskb/src/fs/gfs2/dir.c:122:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c: In function 'new_leaf': /kisskb/src/fs/gfs2/dir.c:864:6: note: byref variable will be forcibly initialized u64 bn; ^~ /kisskb/src/fs/gfs2/dir.c:863:15: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_cache_bypass_write_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:512:7: note: byref variable will be forcibly initialized bool new_val; ^~~~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'dir_make_exhash': /kisskb/src/fs/gfs2/dir.c:910:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c:910:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~ /kisskb/src/fs/gfs2/dir.c:909:14: note: byref variable will be forcibly initialized struct qstr args; ^~~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_cache_only_write_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:465:7: note: byref variable will be forcibly initialized bool new_val, require_sync = false; ^~~~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'dir_new_leaf': /kisskb/src/fs/gfs2/dir.c:1726:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *obh; ^~~ /kisskb/src/fs/gfs2/dir.c:1726:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *obh; ^~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_reg_ranges_read_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:366:9: note: byref variable will be forcibly initialized loff_t p = 0; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_write_data': /kisskb/src/fs/gfs2/dir.c:185:23: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/dir.c:162:7: note: byref variable will be forcibly initialized bool new = false; ^~~ /kisskb/src/fs/gfs2/dir.c:158:6: note: byref variable will be forcibly initialized u32 extlen = 0; ^~~~~~ /kisskb/src/fs/gfs2/dir.c:157:14: note: byref variable will be forcibly initialized u64 lblock, dblock; ^~~~~~ /kisskb/src/fs/gfs2/dir.c:156:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c: In function 'leaf_dealloc': /kisskb/src/fs/gfs2/dir.c:1979:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c:1979:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~ /kisskb/src/fs/gfs2/dir.c:1978:24: note: byref variable will be forcibly initialized struct gfs2_rgrp_list rlist; ^~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'dir_double_exhash': /kisskb/src/fs/gfs2/dir.c:1149:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c: In function 'dir_split_leaf': /kisskb/src/fs/gfs2/dir.c:1087:16: note: byref variable will be forcibly initialized struct qstr str; ^~~ /kisskb/src/fs/gfs2/dir.c:1005:10: note: byref variable will be forcibly initialized u64 bn, leaf_no; ^~~~~~~ /kisskb/src/fs/gfs2/dir.c:1003:50: note: byref variable will be forcibly initialized struct gfs2_dirent *dent = NULL, *prev = NULL, *next = NULL, *new; ^~~~ /kisskb/src/fs/gfs2/dir.c:1001:34: note: byref variable will be forcibly initialized struct buffer_head *nbh, *obh, *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c:1001:28: note: byref variable will be forcibly initialized struct buffer_head *nbh, *obh, *dibh; ^~~ /kisskb/src/fs/gfs2/dir.c:1001:22: note: byref variable will be forcibly initialized struct buffer_head *nbh, *obh, *dibh; ^~~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read': /kisskb/src/fs/gfs2/dir.c:1576:6: note: byref variable will be forcibly initialized int copied = 0; ^~~~~~ /kisskb/src/fs/gfs2/dir.c:1575:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c:1573:23: note: byref variable will be forcibly initialized struct dirent_gather g; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_search': /kisskb/src/fs/gfs2/dir.c:1646:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_check': /kisskb/src/fs/gfs2/dir.c:1677:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_add': /kisskb/src/fs/gfs2/dir.c:1800:22: note: byref variable will be forcibly initialized struct buffer_head *bh = da->bh; ^~ 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/highmem.h:10, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_del': /kisskb/src/fs/gfs2/dir.c:1879:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/bmap.c: In function '__gfs2_unstuff_inode': /kisskb/src/fs/gfs2/bmap.c:111:16: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/bmap.c:99:6: note: byref variable will be forcibly initialized u64 block = 0; ^~~~~ /kisskb/src/fs/gfs2/bmap.c:97:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~~~ /kisskb/src/fs/gfs2/bmap.c:97:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_mvino': /kisskb/src/fs/gfs2/dir.c:1939:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_exhash_dealloc': /kisskb/src/fs/gfs2/dir.c:2102:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_diradd_alloc_required': /kisskb/src/fs/gfs2/dir.c:2163:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/drivers/misc/habanalabs/common/device.c: In function 'device_early_init': /kisskb/src/drivers/misc/habanalabs/common/device.c:345:7: note: byref variable will be forcibly initialized char workq_name[32]; ^~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_hole_size': /kisskb/src/fs/gfs2/bmap.c:588:18: note: byref variable will be forcibly initialized struct metapath clone; ^~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'stuffed_zero_range': /kisskb/src/fs/gfs2/bmap.c:2396:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/drivers/misc/habanalabs/common/context.c: In function 'hl_encaps_sig_mgr_fini': /kisskb/src/drivers/misc/habanalabs/common/context.c:57:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/misc/habanalabs/common/device.c: In function 'hl_device_utilization': /kisskb/src/drivers/misc/habanalabs/common/device.c:606:17: note: byref variable will be forcibly initialized u64 max_power, curr_power, dc_power, dividend; ^~~~~~~~~~ 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/highmem.h:10, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/llc/llc_pdu.c: In function 'llc_pdu_set_pf_bit': /kisskb/src/net/llc/llc_pdu.c:37:5: note: byref variable will be forcibly initialized u8 pdu_type; ^~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'sweep_bh_for_rgrps': /kisskb/src/net/llc/llc_pdu.c: In function 'llc_pdu_decode_pf_bit': /kisskb/src/net/llc/llc_pdu.c:65:5: note: byref variable will be forcibly initialized u8 pdu_type; ^~~~~~~~ /kisskb/src/fs/gfs2/bmap.c:1628:24: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'punch_hole': /kisskb/src/fs/gfs2/bmap.c:1778:18: note: byref variable will be forcibly initialized __be64 *start, *end; ^~~ /kisskb/src/fs/gfs2/bmap.c:1778:10: note: byref variable will be forcibly initialized __be64 *start, *end; ^~~~~ /kisskb/src/fs/gfs2/bmap.c:1774:6: note: byref variable will be forcibly initialized u32 btotal = 0; ^~~~~~ /kisskb/src/fs/gfs2/bmap.c:1771:8: note: byref variable will be forcibly initialized __u16 __end_list[GFS2_MAX_META_HEIGHT], *end_list = NULL; ^~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c:1770:8: note: byref variable will be forcibly initialized __u16 start_list[GFS2_MAX_META_HEIGHT]; ^~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c:1767:21: note: byref variable will be forcibly initialized struct gfs2_holder rd_gh; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/context.c: In function 'hl_ctx_mgr_fini': /kisskb/src/fs/gfs2/bmap.c:1766:22: note: byref variable will be forcibly initialized struct buffer_head *dibh, *bh; ^~~~ /kisskb/src/drivers/misc/habanalabs/common/context.c:390:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/fs/gfs2/bmap.c: In function '__gfs2_iomap_get': /kisskb/src/fs/gfs2/bmap.c:855:22: note: byref variable will be forcibly initialized struct buffer_head *dibh = NULL, *bh; ^~~~ /kisskb/src/fs/gfs2/bmap.c:853:6: note: byref variable will be forcibly initialized int eob; ^~~ /kisskb/src/fs/gfs2/bmap.c: In function '__gfs2_iomap_alloc': /kisskb/src/fs/gfs2/bmap.c:670:11: note: byref variable will be forcibly initialized unsigned n, i, blks, alloced = 0, iblks = 0, branch_start = 0; ^ /kisskb/src/fs/gfs2/bmap.c:669:6: note: byref variable will be forcibly initialized u64 bn; ^~ /kisskb/src/fs/gfs2/bmap.c: In function 'trunc_start': /kisskb/src/fs/gfs2/bmap.c:1405:22: note: byref variable will be forcibly initialized struct buffer_head *dibh = NULL; ^~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'trunc_end': /kisskb/src/fs/gfs2/bmap.c:2027:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_iomap_begin_write': /kisskb/src/fs/gfs2/bmap.c:1051:27: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap = {}; ^~ /kisskb/src/fs/gfs2/bmap.c:1050:29: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c:1050:16: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^~~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'do_grow': /kisskb/src/fs/gfs2/bmap.c:2121:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_map_journal_extents': /kisskb/src/fs/gfs2/bmap.c:2301:21: note: byref variable will be forcibly initialized struct buffer_head bh; ^~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_write_alloc_required': /kisskb/src/fs/gfs2/bmap.c:2357:21: note: byref variable will be forcibly initialized struct buffer_head bh; ^~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_tur': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:492:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sense_hdr; ^~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'submit_rtpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:129:5: note: byref variable will be forcibly initialized u8 cdb[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'submit_stpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:158:16: note: byref variable will be forcibly initialized unsigned char stpg_data[8]; ^~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:157:5: note: byref variable will be forcibly initialized u8 cdb[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_stpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:767:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sense_hdr; ^~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_rtpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:516:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sense_hdr; ^~~~~~~~~ /kisskb/src/net/llc/llc_s_ac.c: In function 'llc_sap_action_send_xid_r': /kisskb/src/net/llc/llc_s_ac.c:103:41: note: byref variable will be forcibly initialized u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; ^~~~ /kisskb/src/net/llc/llc_s_ac.c:103:23: note: byref variable will be forcibly initialized u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; ^~~~~~ /kisskb/src/net/llc/llc_s_ac.c:103:5: note: byref variable will be forcibly initialized u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; ^~~~~~ /kisskb/src/net/llc/llc_s_ac.c: In function 'llc_sap_action_send_test_r': /kisskb/src/net/llc/llc_s_ac.c:151:41: note: byref variable will be forcibly initialized u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; ^~~~ /kisskb/src/net/llc/llc_s_ac.c:151:23: note: byref variable will be forcibly initialized u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; ^~~~~~ /kisskb/src/net/llc/llc_s_ac.c:151:5: note: byref variable will be forcibly initialized u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:8: /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_rtpg_work': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:864:12: note: byref variable will be forcibly initialized LIST_HEAD(qdata_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:8: /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_check_vpd': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:367:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(h->pg, pg); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:323:6: note: byref variable will be forcibly initialized int rel_port = -1, group_id; ^~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_set_params': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1051:29: note: byref variable will be forcibly initialized unsigned int optimize = 0, argc; ^~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1051:15: note: byref variable will be forcibly initialized unsigned int optimize = 0, argc; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:8: /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_bus_detach': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1232:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(h->pg, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_bus_attach': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1204:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(h->pg, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/st-nci/se.c: In function 'st_nci_se_wt_timeout': /kisskb/src/drivers/nfc/st-nci/se.c:671:5: note: byref variable will be forcibly initialized u8 param = 0x01; ^~~~~ /kisskb/src/drivers/nfc/st-nci/se.c: In function 'st_nci_control_se': /kisskb/src/drivers/nfc/st-nci/se.c:410:18: note: byref variable will be forcibly initialized struct sk_buff *sk_host_list; ^~~~~~~~~~~~ /kisskb/src/drivers/nfc/st-nci/se.c: In function 'st_nci_se_get_atr': /kisskb/src/drivers/nfc/st-nci/se.c:136:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/drivers/nfc/st-nci/se.c: In function 'st_nci_hci_load_session': /kisskb/src/drivers/nfc/st-nci/se.c:159:5: note: byref variable will be forcibly initialized u8 pipe_info[] = { ST_NCI_DM_GETINFO_PIPE_INFO, ^~~~~~~~~ /kisskb/src/drivers/nfc/st-nci/se.c:157:5: note: byref variable will be forcibly initialized u8 pipe_list[] = { ST_NCI_DM_GETINFO_PIPE_LIST, ^~~~~~~~~ /kisskb/src/drivers/nfc/st-nci/se.c:155:34: note: byref variable will be forcibly initialized struct sk_buff *skb_pipe_list, *skb_pipe_info; ^~~~~~~~~~~~~ /kisskb/src/drivers/nfc/st-nci/se.c:155:18: note: byref variable will be forcibly initialized struct sk_buff *skb_pipe_list, *skb_pipe_info; ^~~~~~~~~~~~~ /kisskb/src/drivers/nfc/st-nci/se.c: In function 'st_nci_discover_se': /kisskb/src/drivers/nfc/st-nci/se.c:596:5: note: byref variable will be forcibly initialized u8 white_list[2]; ^~~~~~~~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_check_size': /kisskb/src/fs/gfs2/xattr.c:56:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_foreach': /kisskb/src/fs/gfs2/xattr.c:127:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *eabh; ^~~~ /kisskb/src/fs/gfs2/xattr.c:127:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *eabh; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_ea_find': /kisskb/src/fs/gfs2/xattr.c:202:17: note: byref variable will be forcibly initialized struct ea_find ef; ^~ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_read': /kisskb/src/drivers/base/regmap/regmap-i2c.c:178:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[2]; ^~~~ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_gather_write': /kisskb/src/drivers/base/regmap/regmap-i2c.c:144:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[2]; ^~~~ In file included from /kisskb/src/fs/gfs2/xattr.c:7: /kisskb/src/fs/gfs2/xattr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/xattr.c: In function '__gfs2_xattr_get': /kisskb/src/fs/gfs2/xattr.c:581:26: note: byref variable will be forcibly initialized struct gfs2_ea_location el; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_get': /kisskb/src/fs/gfs2/xattr.c:608:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_unstuffed': /kisskb/src/fs/gfs2/xattr.c:236:21: note: byref variable will be forcibly initialized struct gfs2_holder rg_gh; ^~~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_remove_unstuffed': /kisskb/src/fs/gfs2/xattr.c:328:6: note: byref variable will be forcibly initialized int error; ^~~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_remove': /kisskb/src/fs/gfs2/xattr.c:1132:26: note: byref variable will be forcibly initialized struct gfs2_ea_location el; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_alloc_blk': /kisskb/src/fs/gfs2/xattr.c:639:6: note: byref variable will be forcibly initialized u64 block; ^~~~~ /kisskb/src/fs/gfs2/xattr.c:638:15: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_write': /kisskb/src/fs/gfs2/xattr.c:702:17: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/xattr.c:700:8: note: byref variable will be forcibly initialized u64 block; ^~~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_init_i': /kisskb/src/fs/gfs2/xattr.c:781:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_set_block': /kisskb/src/fs/gfs2/xattr.c:1004:16: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/xattr.c:1003:7: note: byref variable will be forcibly initialized u64 blk; ^~~ /kisskb/src/fs/gfs2/xattr.c:971:30: note: byref variable will be forcibly initialized struct buffer_head *indbh, *newbh; ^~~~~ /kisskb/src/fs/gfs2/xattr.c:971:22: note: byref variable will be forcibly initialized struct buffer_head *indbh, *newbh; ^~~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_init': /kisskb/src/fs/gfs2/xattr.c:804:25: note: byref variable will be forcibly initialized struct gfs2_ea_request er; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_set_i': /kisskb/src/fs/gfs2/xattr.c:1045:16: note: byref variable will be forcibly initialized struct ea_set es; ^~ /kisskb/src/fs/gfs2/xattr.c:1044:25: note: byref variable will be forcibly initialized struct gfs2_ea_request er; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_set_simple': /kisskb/src/fs/gfs2/xattr.c:925:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_indirect': /kisskb/src/fs/gfs2/xattr.c:1267:30: note: byref variable will be forcibly initialized struct buffer_head *indbh, *dibh; ^~~~ /kisskb/src/fs/gfs2/xattr.c:1267:22: note: byref variable will be forcibly initialized struct buffer_head *indbh, *dibh; ^~~~~ /kisskb/src/fs/gfs2/xattr.c:1265:24: note: byref variable will be forcibly initialized struct gfs2_rgrp_list rlist; ^~~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_block': /kisskb/src/fs/gfs2/xattr.c:1387:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/xattr.c:1386:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_listxattr': /kisskb/src/fs/gfs2/xattr.c:430:18: note: byref variable will be forcibly initialized struct ea_list ei = { .ei_er = &er, .ei_size = 0 }; ^~ /kisskb/src/fs/gfs2/xattr.c:416:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/xattr.c:415:25: note: byref variable will be forcibly initialized struct gfs2_ea_request er; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_acl_get': /kisskb/src/fs/gfs2/xattr.c:538:26: note: byref variable will be forcibly initialized struct gfs2_ea_location el; ^~ /kisskb/src/fs/gfs2/xattr.c: In function '__gfs2_xattr_set': /kisskb/src/fs/gfs2/xattr.c:1173:26: note: byref variable will be forcibly initialized struct gfs2_ea_location el; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_set': /kisskb/src/fs/gfs2/xattr.c:1234:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/net/llc/llc_sap.c: In function 'llc_sap_mcast': /kisskb/src/net/llc/llc_sap.c:395:15: note: byref variable will be forcibly initialized struct sock *stack[256 / sizeof(struct sock *)]; ^~~~~ /kisskb/src/net/llc/llc_sap.c: In function 'llc_sap_handler': /kisskb/src/net/llc/llc_sap.c:423:18: note: byref variable will be forcibly initialized struct llc_addr laddr; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:131, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:58: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'perf_trace_drm_sched_job': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'perf_trace_drm_run_job': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'perf_trace_drm_sched_process_job': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_process_job, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_process_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'perf_trace_drm_sched_job_wait_dep': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:131, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:58: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_run_job': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_process_job': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_process_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job_wait_dep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ /kisskb/src/drivers/misc/isl29020.c: In function 'als_sensing_range_store': /kisskb/src/drivers/misc/isl29020.c:79:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:131, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:58: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function '__bpf_trace_drm_sched_job': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function '__bpf_trace_drm_run_job': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function '__bpf_trace_drm_sched_job_wait_dep': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function '__bpf_trace_drm_sched_process_job': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_process_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_process_job, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_match_name': /kisskb/src/fs/f2fs/dir.c:271:15: note: byref variable will be forcibly initialized struct qstr cf = FSTR_TO_QSTR(&fname->cf_name); ^~ /kisskb/src/fs/f2fs/dir.c:267:22: note: byref variable will be forcibly initialized struct fscrypt_name f; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_setup_filename': /kisskb/src/fs/f2fs/dir.c:142:22: note: byref variable will be forcibly initialized struct fscrypt_name crypt_name; ^~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_prepare_lookup': /kisskb/src/fs/f2fs/dir.c:161:22: note: byref variable will be forcibly initialized struct fscrypt_name crypt_name; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:47: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_main': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:788:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(sched->wake_up_worker, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'find_in_block': /kisskb/src/fs/f2fs/dir.c:203:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/dir.c: In function 'find_in_level': /kisskb/src/fs/f2fs/dir.c:343:6: note: byref variable will be forcibly initialized int max_slots; ^~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_find_entry': /kisskb/src/fs/f2fs/dir.c:437:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^~~~~ /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:939:6: note: byref variable will be forcibly initialized int compl_val; ^~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_has_enough_room': /kisskb/src/fs/f2fs/dir.c:673:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_do_make_empty_dir': /kisskb/src/fs/f2fs/dir.c:531:21: note: byref variable will be forcibly initialized struct fscrypt_str dotdot = FSTR_INIT("..", 2); ^~~~~~ /kisskb/src/fs/f2fs/dir.c:530:21: note: byref variable will be forcibly initialized struct fscrypt_str dot = FSTR_INIT(".", 1); ^~~ /kisskb/src/fs/f2fs/dir.c: In function 'make_empty_dir': /kisskb/src/fs/f2fs/dir.c:545:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_add_regular_entry': /kisskb/src/fs/f2fs/dir.c:716:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_make_lun': /kisskb/src/drivers/target/target_core_fabric_configfs.c:747:21: note: byref variable will be forcibly initialized unsigned long long unpacked_lun; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_make_mappedlun': /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_do_add_link': /kisskb/src/drivers/target/target_core_fabric_configfs.c:275:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c:274:21: note: byref variable will be forcibly initialized unsigned long long mapped_lun; ^~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c:825:15: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/fs/f2fs/dir.c:824:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^~~~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_mappedlun_write_protect_store': /kisskb/src/drivers/target/target_core_fabric_configfs.c:183:16: note: byref variable will be forcibly initialized unsigned long wp; ^~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_fill_dentries': /kisskb/src/fs/f2fs/dir.c:1001:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c: In function 'st_nci_hci_dm_vdc_value_comparison': /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c:288:24: note: byref variable will be forcibly initialized struct sk_buff *msg, *skb; ^~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_readdir': /kisskb/src/fs/f2fs/dir.c:1087:21: note: byref variable will be forcibly initialized struct fscrypt_str fstr = FSTR_INIT(NULL, 0); ^~~~ /kisskb/src/fs/f2fs/dir.c:1086:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c: In function 'st_nci_hci_dm_vdc_measurement_value': /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c:252:24: note: byref variable will be forcibly initialized struct sk_buff *msg, *skb; ^~~ /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c: In function 'st_nci_hci_dm_get_data': /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c:127:24: note: byref variable will be forcibly initialized struct sk_buff *msg, *skb; ^~~ /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c: In function 'st_nci_hci_dm_get_info': /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c:95:24: note: byref variable will be forcibly initialized struct sk_buff *msg, *skb; ^~~ /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c: In function 'st_nci_loopback': /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c:324:24: note: byref variable will be forcibly initialized struct sk_buff *msg, *skb; ^~~ /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c: In function 'st_nci_hci_get_param': /kisskb/src/drivers/nfc/st-nci/vendor_cmds.c:208:24: note: byref variable will be forcibly initialized struct sk_buff *msg, *skb; ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_tmr.c:13: /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_drain_tmr_list': /kisskb/src/drivers/target/target_core_tmr.c:196:12: note: byref variable will be forcibly initialized LIST_HEAD(drain_tmr_list); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_drain_state_list': /kisskb/src/drivers/target/target_core_tmr.c:278:12: note: byref variable will be forcibly initialized LIST_HEAD(drain_task_list); ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_abort_task': /kisskb/src/drivers/target/target_core_tmr.c:119:12: note: byref variable will be forcibly initialized LIST_HEAD(aborted_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_write_tpg_metadata': /kisskb/src/drivers/target/target_core_alua.c:858:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/drivers/target/target_core_alua.c:13: /kisskb/src/drivers/target/target_core_alua.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/drivers/target/target_core_pr.c:14: /kisskb/src/drivers/target/target_core_pr.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_do_port_transition': /kisskb/src/drivers/target/target_core_alua.c:1063:6: note: byref variable will be forcibly initialized int primary, valid_states, rc = 0; ^~~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_update_aptpl_buf': /kisskb/src/drivers/target/target_core_pr.c:1873:26: note: byref variable will be forcibly initialized unsigned char tmp[512], isid_buf[32]; ^~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c:1873:16: note: byref variable will be forcibly initialized unsigned char tmp[512], isid_buf[32]; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'target_emulate_set_target_port_groups': /kisskb/src/drivers/target/target_core_alua.c:278:25: note: byref variable will be forcibly initialized int alua_access_state, primary = 0, valid_states; ^~~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function '__core_scsi3_write_aptpl_to_file': /kisskb/src/drivers/target/target_core_pr.c:1973:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_set_lba_map': /kisskb/src/drivers/target/target_core_alua.c:1336:19: note: byref variable will be forcibly initialized struct list_head old_lba_map_list; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_pri_read_full_status': /kisskb/src/drivers/target/target_core_pr.c:3889:6: note: byref variable will be forcibly initialized int format_code = 0, pr_res_type = 0, pr_res_scope = 0; ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_tg_pt_gp_info': /kisskb/src/drivers/target/target_core_alua.c:1892:16: note: byref variable will be forcibly initialized unsigned char buf[TG_PT_GROUP_NAME_BUF]; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_access_type': /kisskb/src/drivers/target/target_core_alua.c:1985:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/misc/sram.c: In function 'atmel_securam_wait': /kisskb/src/drivers/misc/sram.c:343:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/file.c:8: /kisskb/src/fs/f2fs/file.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:124:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&inode->i_verity_info); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_nonop_delay_msecs': /kisskb/src/drivers/target/target_core_alua.c:2023:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_trans_delay_msecs': /kisskb/src/drivers/target/target_core_alua.c:2054:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_implicit_trans_secs': /kisskb/src/drivers/target/target_core_alua.c:2085:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/misc/sram.c:8: /kisskb/src/drivers/misc/sram.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/misc/sram.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_preferred_bit': /kisskb/src/drivers/target/target_core_alua.c:2116:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_offline_bit': /kisskb/src/drivers/target/target_core_alua.c:2149:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ In file included from /kisskb/src/drivers/misc/sram.c:17: /kisskb/src/drivers/misc/sram.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_secondary_status': /kisskb/src/drivers/target/target_core_alua.c:2186:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_secondary_write_metadata': /kisskb/src/drivers/target/target_core_alua.c:2218:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/misc/sram.c: In function 'sram_reserve_regions': /kisskb/src/drivers/misc/sram.c:198:19: note: byref variable will be forcibly initialized struct resource child_res; ^~~~~~~~~ /kisskb/src/drivers/misc/sram.c:180:14: note: byref variable will be forcibly initialized const char *label; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_pr.c:14: /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_pro_preempt': /kisskb/src/drivers/misc/sram.c:178:19: note: byref variable will be forcibly initialized struct list_head reserve_list; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c:2826:12: note: byref variable will be forcibly initialized LIST_HEAD(preempt_and_abort_list); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_decode_spec_i_port': /kisskb/src/drivers/target/target_core_pr.c:1493:12: note: byref variable will be forcibly initialized u32 tpdl, tid_len = 0; ^~~~~~~ /kisskb/src/drivers/target/target_core_pr.c:1491:26: note: byref variable will be forcibly initialized char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; ^~~~~ /kisskb/src/drivers/target/target_core_pr.c:1491:8: note: byref variable will be forcibly initialized char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_pr.c:14: /kisskb/src/drivers/target/target_core_pr.c:1487:12: note: byref variable will be forcibly initialized LIST_HEAD(tid_dest_list); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/gfs2/trace_gfs2.h:644, from /kisskb/src/fs/gfs2/glock.c:49: /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_glock_state_change': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_state_change, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_state_change, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_glock_put': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_put, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_put, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_demote_rq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_demote_rq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_demote_rq, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_promote': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_promote, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_promote, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_glock_queue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:228:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_queue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:228:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_queue, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_glock_lock_time': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:258:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_lock_time, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:258:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_lock_time, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_pin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_pin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_pin, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_log_flush': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:353:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:353:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/fs/f2fs/file.c:8: /kisskb/src/fs/f2fs/file.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/f2fs_fs.h:11, from /kisskb/src/fs/f2fs/file.c:9: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_log_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_blocks, ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_emulate_pro_register_and_move': /kisskb/src/drivers/target/target_core_pr.c:3151:15: note: byref variable will be forcibly initialized u32 tid_len, tmp_tid_len; ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_ail_flush': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c:3150:8: note: byref variable will be forcibly initialized char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN] = { }; ^~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_bmap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_iomap_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_iomap_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:508:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:508:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_block_alloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_get_compress_option': /kisskb/src/fs/f2fs/file.c:3867:26: note: byref variable will be forcibly initialized struct f2fs_comp_option option; ^~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_rs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_rs, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_rs, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/gfs2/trace_gfs2.h:644, from /kisskb/src/fs/gfs2/glock.c:49: /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_state_change': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_state_change, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_put': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_put, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_demote_rq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_demote_rq, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_promote': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_promote, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_queue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:228:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_queue, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_lock_time': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:258:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_lock_time, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_pin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_pin, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_log_flush': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:353:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_log_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_blocks, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_ail_flush': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_bmap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_iomap_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_iomap_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:508:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'try_to_fix_pino': /kisskb/src/fs/f2fs/file.c:237:8: note: byref variable will be forcibly initialized nid_t pino; ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_block_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_rs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_rs, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_do_sync_file': /kisskb/src/fs/f2fs/file.c:261:15: note: byref variable will be forcibly initialized unsigned int seq_id = 0; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/fs/gfs2/trace_gfs2.h:644, from /kisskb/src/fs/gfs2/glock.c:49: /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_glock_state_change': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_state_change, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_state_change, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_state_change, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_state_change, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_demote_rq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_demote_rq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_demote_rq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_demote_rq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_demote_rq, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_promote': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_promote, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_promote, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_promote, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_promote, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_glock_queue': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:228:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_queue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:228:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_queue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:228:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_queue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:228:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_queue, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_glock_lock_time': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:258:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_lock_time, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:258:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_lock_time, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:258:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_lock_time, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:258:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_lock_time, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_pin': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_pin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_pin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_pin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_pin, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_log_blocks': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_blocks, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_rs': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_rs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_rs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_rs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_rs, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_glock_put': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_put, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_put, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_log_flush': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:353:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:353:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:353:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:353:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:353:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:353:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_ail_flush': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_iomap_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:508:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:508:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:508:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:508:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:508:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:508:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_bmap': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_block_alloc': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:548:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__bpf_trace_gfs2_iomap_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/gfs2/glock.c:10: /kisskb/src/fs/gfs2/glock.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/gfs2/glock.c:35: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_release_compress_blocks': /kisskb/src/fs/f2fs/file.c:3465:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/gfs2/glock.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /kisskb/src/fs/gfs2/glock.c: In function 'find_insert_glock': /kisskb/src/fs/gfs2/glock.c:975:26: note: byref variable will be forcibly initialized struct wait_glock_queue wait; ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'glock_hash_walk': /kisskb/src/fs/gfs2/glock.c:1889:25: note: byref variable will be forcibly initialized struct rhashtable_iter iter; ^~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_fitrim': /kisskb/src/fs/f2fs/file.c:2275:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_get': /kisskb/src/fs/gfs2/glock.c:1024:21: note: byref variable will be forcibly initialized struct lm_lockname name = { .ln_number = number, ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_print_dbg': /kisskb/src/fs/gfs2/glock.c:1316:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/gfs2/glock.c: In function 'dump_holder': /kisskb/src/fs/gfs2/glock.c:2095:7: note: byref variable will be forcibly initialized char flags_buf[32]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_gl_hash_clear': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c:2019:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(sdp->sd_glock_wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_dump_glock': /kisskb/src/fs/gfs2/glock.c:2176:7: note: byref variable will be forcibly initialized char fs_id_buf[sizeof(sdp->sd_fsname) + 7]; ^~~~~~~~~ /kisskb/src/fs/gfs2/glock.c:2174:7: note: byref variable will be forcibly initialized char gflags_buf[32]; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/asid.c:8: /kisskb/src/drivers/misc/habanalabs/common/asid.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_gc_range': /kisskb/src/fs/f2fs/file.c:2505:23: note: byref variable will be forcibly initialized struct f2fs_gc_range range; ^~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_compat_ioc_gc_range': /kisskb/src/fs/f2fs/file.c:4392:23: note: byref variable will be forcibly initialized struct f2fs_gc_range range; ^~~~~ /kisskb/src/fs/pstore/inode.c: In function 'parse_options': /kisskb/src/fs/pstore/inode.c:243:7: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/pstore/inode.c:242:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_scan_glock_lru': /kisskb/src/fs/gfs2/glock.c:1831:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/gfs2/glock.c:1830:12: note: byref variable will be forcibly initialized LIST_HEAD(skipped); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_flush_device': /kisskb/src/fs/f2fs/file.c:2898:27: note: byref variable will be forcibly initialized struct f2fs_flush_device range; ^~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_defragment_range': /kisskb/src/fs/f2fs/file.c:2549:28: note: byref variable will be forcibly initialized pgoff_t pg_start, pg_end, next_pgofs; ^~~~~~~~~~ /kisskb/src/fs/pstore/inode.c: In function 'pstore_mkfile': /kisskb/src/fs/pstore/inode.c:350:9: note: byref variable will be forcibly initialized char name[PSTORE_NAMELEN]; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_async_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c:1234:2: note: in expansion of macro 'if' if (!wait_event_timeout(sdp->sd_async_glock_wait, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c:1234:7: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(sdp->sd_async_glock_wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_defragment': /kisskb/src/fs/f2fs/file.c:2692:25: note: byref variable will be forcibly initialized struct f2fs_defragment range; ^~~~~ /kisskb/src/fs/f2fs/file.c: In function '__read_out_blkaddrs': /kisskb/src/fs/f2fs/file.c:1135:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/file.c: In function '__roll_back_blkaddrs': /kisskb/src/fs/f2fs/file.c:1190:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_resize_fs': /kisskb/src/fs/f2fs/file.c:3232:8: note: byref variable will be forcibly initialized __u64 block_count; ^~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'reserve_compress_blocks': /kisskb/src/fs/f2fs/file.c:3539:12: note: byref variable will be forcibly initialized blkcnt_t reserved; ^~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_reserve_compress_blocks': /kisskb/src/fs/f2fs/file.c:3618:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_poke': /kisskb/src/fs/gfs2/glock.c:822:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_nq_num': /kisskb/src/fs/gfs2/glock.c:1553:21: note: byref variable will be forcibly initialized struct gfs2_glock *gl; ^~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_nq_m': /kisskb/src/fs/gfs2/glock.c:1634:22: note: byref variable will be forcibly initialized struct gfs2_holder *tmp[4]; ^~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_sec_trim_file': /kisskb/src/fs/f2fs/file.c:3779:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/file.c:3710:28: note: byref variable will be forcibly initialized struct f2fs_sectrim_range range; ^~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_set_compress_option': /kisskb/src/fs/f2fs/file.c:3895:26: note: byref variable will be forcibly initialized struct f2fs_comp_option option; ^~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_zero_range': /kisskb/src/fs/f2fs/file.c:1498:25: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_vm_page_mkwrite': /kisskb/src/fs/f2fs/file.c:58:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_seek_block': /kisskb/src/fs/f2fs/file.c:417:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_do_truncate_blocks': /kisskb/src/fs/f2fs/file.c:671:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_truncate_hole': /kisskb/src/fs/f2fs/file.c:1044:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/file.c: In function '__clone_blkaddrs': /kisskb/src/fs/f2fs/file.c:1226:21: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/file.c:1225:25: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_thread': /kisskb/src/drivers/base/regmap/regmap-irq.c:467:24: note: byref variable will be forcibly initialized const unsigned long mreg = data->main_status_buf[i]; ^~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_move_range': /kisskb/src/fs/f2fs/file.c:2883:25: note: byref variable will be forcibly initialized struct f2fs_move_range range; ^~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_compat_ioc_move_range': /kisskb/src/fs/f2fs/file.c:4417:25: note: byref variable will be forcibly initialized struct f2fs_move_range range; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/base/regmap/regmap-irq.c:11: /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_sync_unlock': /kisskb/src/drivers/base/regmap/regmap-irq.c:101:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'hw_events_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:106:6: note: byref variable will be forcibly initialized u32 size, max_size = args->return_size; ^~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_precache_extents': /kisskb/src/fs/f2fs/file.c:3195:10: note: byref variable will be forcibly initialized pgoff_t m_next_extent; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c:3194:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'clk_throttle_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:317:30: note: byref variable will be forcibly initialized struct hl_info_clk_throttle clk_throttle = {0}; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'hl_debug_ioctl': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:592:24: note: byref variable will be forcibly initialized enum hl_device_status status; ^~~~~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'devm_regmap_add_irq_chip_fwnode': /kisskb/src/drivers/base/regmap/regmap-irq.c:1033:38: note: byref variable will be forcibly initialized struct regmap_irq_chip_data **ptr, *d; ^ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'total_energy_consumption_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:410:24: note: byref variable will be forcibly initialized 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:450:23: note: byref variable will be forcibly initialized struct hl_power_info power_info = {0}; ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function '_hl_info_ioctl': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:486:24: note: byref variable will be forcibly initialized enum hl_device_status status; ^~~~~~ /kisskb/src/drivers/misc/ad525x_dpot.c: In function 'sysfs_set_reg': /kisskb/src/drivers/misc/ad525x_dpot.c:451:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c: In function 'hl_cb_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:418:6: note: byref variable will be forcibly initialized u32 usage_cnt = 0; ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:417:6: note: byref variable will be forcibly initialized u64 handle = 0; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:416:24: note: byref variable will be forcibly initialized enum hl_device_status status; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c: In function 'hl_cb_mgr_fini': /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:611:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c: In function 'hl_cb_kernel_create': /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:628:6: note: byref variable will be forcibly initialized u64 cb_handle; ^~~~~~~~~ /kisskb/src/drivers/nfc/st-nci/i2c.c: In function 'st_nci_i2c_read': /kisskb/src/drivers/nfc/st-nci/i2c.c:111:5: note: byref variable will be forcibly initialized u8 buf[ST_NCI_I2C_MAX_SIZE]; ^~~ /kisskb/src/drivers/nfc/st-nci/i2c.c: In function 'st_nci_irq_thread_fn': /kisskb/src/drivers/nfc/st-nci/i2c.c:161:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'int_queue_schedule_job': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:336:15: note: byref variable will be forcibly initialized struct hl_bd bd; ^~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'init_signal_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:407:20: note: byref variable will be forcibly initialized struct hl_hw_sob *hw_sob; ^~~~~~ 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/highmem.h:10, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'init_wait_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:457:32: note: byref variable will be forcibly initialized struct hl_gen_wait_properties wait_prop; ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'hl_hw_queue_schedule_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:618:24: note: byref variable will be forcibly initialized enum hl_device_status status; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/scatterlist.h:7, from /kisskb/src/include/scsi/scsi.h:10, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:22: /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_emulate_readcapacity_16': /kisskb/src/drivers/target/target_core_sbc.c:82:16: note: byref variable will be forcibly initialized unsigned char buf[32]; ^~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_emulate_readcapacity': /kisskb/src/drivers/target/target_core_sbc.c:38:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ In file included from /kisskb/src/drivers/net/phy/mdio-boardinfo.c:7: /kisskb/src/drivers/net/phy/mdio-boardinfo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c: In function 'send_mode_select': /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:537:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:536:16: note: byref variable will be forcibly initialized unsigned char cdb[MAX_COMMAND_SIZE]; ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/scsi/scsi.h:10, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:22: /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:535:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'compare_and_write_callback': /kisskb/src/drivers/target/target_core_sbc.c:509:15: note: byref variable will be forcibly initialized unsigned int miscmp_off = 0; ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_sbc.c:505:25: note: byref variable will be forcibly initialized struct sg_mapping_iter m; ^ /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c: In function 'rdac_bus_attach': /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:729:7: note: byref variable will be forcibly initialized char array_id[UNIQUE_ID_LEN]; ^~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:728:7: note: byref variable will be forcibly initialized char array_name[ARRAY_LABEL_LEN]; ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_parse_cdb': /kisskb/src/drivers/target/target_core_sbc.c:825:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/fs/pstore/platform.c: In function 'decompress_record': /kisskb/src/fs/pstore/platform.c:674:6: note: byref variable will be forcibly initialized int unzipped_len; ^~~~~~~~~~~~ /kisskb/src/fs/pstore/platform.c: In function 'pstore_dump': /kisskb/src/fs/pstore/platform.c:418:24: note: byref variable will be forcibly initialized struct pstore_record record; ^~~~~~ /kisskb/src/fs/pstore/platform.c: In function 'pstore_console_write': /kisskb/src/fs/pstore/platform.c:494:23: note: byref variable will be forcibly initialized struct pstore_record record; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/random.h:10, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_tpg.c:13: /kisskb/src/drivers/target/target_core_tpg.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_add_lun': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c:593:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(lun->lun_se_dev, dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_remove_lun': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c:642:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(lun->lun_se_dev, NULL); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_tpg.c:13: /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_deregister': /kisskb/src/drivers/target/target_core_tpg.c:507:12: note: byref variable will be forcibly initialized LIST_HEAD(node_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_ua.c:13: /kisskb/src/drivers/target/target_core_ua.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/ad525x_dpot-i2c.c: In function 'ad_dpot_i2c_probe': /kisskb/src/drivers/misc/ad525x_dpot-i2c.c:56:26: note: byref variable will be forcibly initialized struct ad_dpot_bus_data bdata = { ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/llc/af_llc.c:24: /kisskb/src/net/llc/af_llc.c: In function 'sock_graft': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/net/sock.h:1914:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_wq, &parent->wq); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_getname': /kisskb/src/net/llc/af_llc.c:1000:22: note: byref variable will be forcibly initialized struct sockaddr_llc sllc; ^~~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_cmsg_rcv': /kisskb/src/net/llc/af_llc.c:655:22: note: byref variable will be forcibly initialized struct llc_pktinfo info; ^~~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_recvmsg': /kisskb/src/net/llc/af_llc.c:751:7: note: byref variable will be forcibly initialized long timeo; ^~~~~ /kisskb/src/net/llc/af_llc.c:747:6: note: byref variable will be forcibly initialized u32 peek_seq = 0; ^~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/linux/rtnetlink.h:7, from /kisskb/src/net/llc/af_llc.c:26: /kisskb/src/net/llc/af_llc.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_setsockopt': /kisskb/src/net/llc/af_llc.c:1066:15: note: byref variable will be forcibly initialized unsigned int opt; ^~~ /kisskb/src/fs/gfs2/glops.c: In function 'gfs2_dinode_in': /kisskb/src/fs/gfs2/glops.c:398:20: note: byref variable will be forcibly initialized struct timespec64 atime; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'status_show': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:286:7: note: byref variable will be forcibly initialized char str[HL_STR_MAX]; ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'soft_reset_store': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:199:7: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hard_reset_store': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:227:7: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_get_frequency': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:16:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:15:6: note: byref variable will be forcibly initialized u32 used_pll_idx; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:14:22: note: byref variable will be forcibly initialized struct cpucp_packet pkt; ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_set_frequency': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:49:6: note: byref variable will be forcibly initialized u32 used_pll_idx; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:48:22: note: byref variable will be forcibly initialized struct cpucp_packet pkt; ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_get_max_power': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:75:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:74:22: note: byref variable will be forcibly initialized struct cpucp_packet pkt; ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_set_max_power': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:96:22: note: byref variable will be forcibly initialized struct cpucp_packet pkt; ^~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_sendmsg': /kisskb/src/net/llc/af_llc.c:918:6: note: byref variable will be forcibly initialized int rc = -EINVAL, copied = 0, hdrlen; ^~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'max_power_store': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:330:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/fs/gfs2/glops.c: In function 'gfs2_ail_empty_gl': /kisskb/src/fs/gfs2/glops.c:91:20: note: byref variable will be forcibly initialized struct gfs2_trans tr; ^~ /kisskb/src/fs/gfs2/glops.c: In function 'freeze_go_xmote_bh': /kisskb/src/fs/gfs2/glops.c:608:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host head; ^~~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_getsockopt': /kisskb/src/net/llc/af_llc.c:1148:6: note: byref variable will be forcibly initialized int val = 0, len = 0, rc = -EINVAL; ^~~ /kisskb/src/fs/gfs2/glops.c: In function 'gfs2_inode_refresh': /kisskb/src/fs/gfs2/glops.c:470:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_bind': /kisskb/src/net/llc/af_llc.c:382:26: note: byref variable will be forcibly initialized struct llc_addr laddr, daddr; ^~~~~ /kisskb/src/net/llc/af_llc.c:382:19: note: byref variable will be forcibly initialized struct llc_addr laddr, daddr; ^~~~~ /kisskb/src/drivers/base/regmap/regmap-sccb.c: In function 'regmap_sccb_read': /kisskb/src/drivers/base/regmap/regmap-sccb.c:45:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/target/target_core_stat.c: In function 'target_stat_iport_port_ident_show': /kisskb/src/drivers/target/target_core_stat.c:1310:16: note: byref variable will be forcibly initialized unsigned char buf[64]; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/nvme/target/trace.h:165, from /kisskb/src/drivers/nvme/target/core.c:14: /kisskb/src/drivers/nvme/target/core.c: In function 'perf_trace_nvmet_async_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'perf_trace_nvmet_req_init': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'perf_trace_nvmet_req_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/log.c:7: /kisskb/src/fs/gfs2/log.c: In function '__gfs2_log_reserve': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:323:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:334:2: note: in expansion of macro '__io_wait_event' __io_wait_event(wq_head, condition); \ ^~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/log.c:534:3: note: in expansion of macro 'io_wait_event' io_wait_event(sdp->sd_log_waitq, ^~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/nvme/target/trace.h:165, from /kisskb/src/drivers/nvme/target/core.c:14: /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_req_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_req_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/log.c:7: /kisskb/src/fs/gfs2/log.c: In function 'gfs2_ordered_write': /kisskb/src/fs/gfs2/log.c:720:12: note: byref variable will be forcibly initialized LIST_HEAD(written); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_async_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/nvme/target/trace.h:165, from /kisskb/src/drivers/nvme/target/core.c:14: /kisskb/src/drivers/nvme/target/core.c: In function '__bpf_trace_nvmet_req_init': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function '__bpf_trace_nvmet_async_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function '__bpf_trace_nvmet_req_complete': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/linux/pci-p2pdma.h:14, from /kisskb/src/drivers/nvme/target/core.c:10: /kisskb/src/drivers/nvme/target/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_ail1_flush': /kisskb/src/fs/gfs2/log.c:196:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/linux/pci-p2pdma.h:14, from /kisskb/src/drivers/nvme/target/core.c:10: /kisskb/src/drivers/nvme/target/core.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_max_nsid': /kisskb/src/drivers/nvme/target/core.c:120:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_write_log_header': /kisskb/src/fs/gfs2/log.c:861:16: note: byref variable will be forcibly initialized unsigned int extlen; ^~~~~~ /kisskb/src/fs/gfs2/log.c:834:6: note: byref variable will be forcibly initialized u64 dblock; ^~~~~~ /kisskb/src/fs/gfs2/log.c:832:20: note: byref variable will be forcibly initialized struct timespec64 tv; ^~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_setup_p2p_ns_map': /kisskb/src/drivers/nvme/target/core.c:1296:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_release_p2p_ns_map': /kisskb/src/drivers/nvme/target/core.c:1312:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:24: /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c: In function 'drm_sched_entity_flush': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:177:3: note: in expansion of macro 'wait_event_killable' wait_event_killable(sched->job_scheduled, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:172:10: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout( ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_report_luns': /kisskb/src/drivers/target/target_core_spc.c:1244:9: note: byref variable will be forcibly initialized __be32 len; ^~~ /kisskb/src/drivers/target/target_core_spc.c:1241:18: note: byref variable will be forcibly initialized struct scsi_lun slun; ^~~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_request_sense': /kisskb/src/drivers/target/target_core_spc.c:1208:16: note: byref variable will be forcibly initialized unsigned char buf[SE_SENSE_BUF]; ^~~ /kisskb/src/drivers/target/target_core_spc.c:1207:17: note: byref variable will be forcibly initialized u8 ua_asc = 0, ua_ascq = 0; ^~~~~~~ /kisskb/src/drivers/target/target_core_spc.c:1207:5: note: byref variable will be forcibly initialized u8 ua_asc = 0, ua_ascq = 0; ^~~~~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_modesense': /kisskb/src/drivers/target/target_core_spc.c:1021:16: note: byref variable will be forcibly initialized unsigned char buf[SE_MODE_PAGE_BUF], *rbuf; ^~~ 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/highmem.h:10, from /kisskb/src/drivers/target/target_core_rd.c:16: /kisskb/src/drivers/target/target_core_rd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_modeselect': /kisskb/src/drivers/target/target_core_spc.c:1150:16: note: byref variable will be forcibly initialized unsigned char tbuf[SE_MODE_PAGE_BUF]; ^~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_subsys_alloc': /kisskb/src/drivers/nvme/target/core.c:1516:7: note: byref variable will be forcibly initialized char serial[NVMET_SN_MAX_SIZE / 2]; ^~~~~~ /kisskb/src/drivers/target/target_core_rd.c: In function 'rd_execute_rw': /kisskb/src/drivers/target/target_core_rd.c:424:25: note: byref variable will be forcibly initialized struct sg_mapping_iter m; ^ /kisskb/src/drivers/target/target_core_rd.c: In function 'rd_set_configfs_dev_params': /kisskb/src/drivers/target/target_core_rd.c:549:6: note: byref variable will be forcibly initialized int arg, token; ^~~ /kisskb/src/drivers/target/target_core_rd.c:548:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/target/target_core_rd.c:547:21: note: byref variable will be forcibly initialized char *orig, *ptr, *opts; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/target.h:220, from /kisskb/src/drivers/target/target_core_transport.c:41: /kisskb/src/drivers/target/target_core_transport.c: In function 'perf_trace_target_sequencer_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'perf_trace_target_cmd_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/target.h:220, from /kisskb/src/drivers/target/target_core_transport.c:41: /kisskb/src/drivers/target/target_core_transport.c: In function 'trace_event_raw_event_target_sequencer_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'trace_event_raw_event_target_cmd_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function '__bpf_trace_target_cmd_complete': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/net.h:24, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_end_log_write': /kisskb/src/fs/gfs2/lops.c:207:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/random.h:10, 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 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:24, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_end_log_read': /kisskb/src/fs/gfs2/lops.c:400:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_jhead_pg_srch': /kisskb/src/fs/gfs2/lops.c:430:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host lh; ^~ /kisskb/src/fs/gfs2/lops.c: In function 'revoke_lo_scan_elements': /kisskb/src/fs/gfs2/lops.c:939:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_cmd_interrupted': /kisskb/src/drivers/target/target_core_transport.c:838:6: note: byref variable will be forcibly initialized int post_ret; ^~~~~~~~ /kisskb/src/fs/gfs2/lops.c: In function 'databuf_lo_scan_elements': /kisskb/src/fs/gfs2/lops.c:1022:22: note: byref variable will be forcibly initialized struct buffer_head *bh_log, *bh_ip; ^~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'translate_sense_reason': /kisskb/src/drivers/target/target_core_transport.c:3390:15: note: byref variable will be forcibly initialized u8 key, asc, ascq; ^~~~ /kisskb/src/drivers/target/target_core_transport.c:3390:10: note: byref variable will be forcibly initialized u8 key, asc, ascq; ^~~ /kisskb/src/drivers/target/target_core_transport.c:3390:5: note: byref variable will be forcibly initialized u8 key, asc, ascq; ^~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'kmalloc_array': /kisskb/src/fs/gfs2/lops.c: In function 'buf_lo_scan_elements': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/lops.c:798:22: note: byref variable will be forcibly initialized struct buffer_head *bh_log, *bh_ip; ^~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_ts_to_str': /kisskb/src/drivers/target/target_core_transport.c:3020:8: note: byref variable will be forcibly initialized char *str = 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/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/bat_iv_ogm.h:10, from /kisskb/src/net/batman-adv/bat_iv_ogm.c:7: /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function '__transport_register_session': /kisskb/src/drivers/target/target_core_transport.c:369:16: note: byref variable will be forcibly initialized unsigned char buf[PR_REG_ISID_LEN]; ^~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/batman-adv/bat_iv_ogm.c:42: /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_find_jhead': /kisskb/src/fs/gfs2/lops.c:527:7: note: byref variable will be forcibly initialized bool done = false; ^~~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_neigh_is_sob': /kisskb/src/net/batman-adv/bat_iv_ogm.c:2221:6: note: byref variable will be forcibly initialized int diff; ^~~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_neigh_cmp': /kisskb/src/net/batman-adv/bat_iv_ogm.c:2193:6: note: byref variable will be forcibly initialized int diff; ^~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_proto_id': /kisskb/src/drivers/target/target_core_transport.c:1023:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; ^~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_assoc': /kisskb/src/drivers/target/target_core_transport.c:1092:16: note: byref variable will be forcibly initialized 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:1140:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; ^~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_ident': /kisskb/src/drivers/target/target_core_transport.c:1201:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; ^~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_locate_se_dev_e4_iter': /kisskb/src/drivers/target/target_core_xcopy.c:46:16: note: byref variable will be forcibly initialized unsigned char tmp_dev_wwn[XCOPY_NAA_IEEE_REGEX_LEN]; ^~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_orig_dump_subentry': /kisskb/src/net/batman-adv/bat_iv_ogm.c:1821:5: note: byref variable will be forcibly initialized u8 tq_avg; ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/drivers/target/target_core_xcopy.c:15: /kisskb/src/drivers/target/target_core_xcopy.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_orig_dump_entry': /kisskb/src/net/batman-adv/bat_iv_ogm.c:1886:5: note: byref variable will be forcibly initialized u8 tq_avg_best; ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_orig_dump': /kisskb/src/net/batman-adv/bat_iv_ogm.c:1982:6: note: byref variable will be forcibly initialized int sub = cb->args[2]; ^~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c:1981:6: note: byref variable will be forcibly initialized int idx = cb->args[1]; ^~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_parse_xcopy_cmd': /kisskb/src/drivers/target/target_core_xcopy.c:794:17: note: byref variable will be forcibly initialized sense_reason_t ret = TCM_INVALID_PARAMETER_LIST; ^~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_neigh_dump': /kisskb/src/net/batman-adv/bat_iv_ogm.c:2140:6: note: byref variable will be forcibly initialized int idx = cb->args[1]; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_put_cmd_and_wait': /kisskb/src/drivers/target/target_core_transport.c:2841:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(compl); ^~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_read_source': /kisskb/src/drivers/target/target_core_xcopy.c:592:16: note: byref variable will be forcibly initialized unsigned char cdb[16]; ^~~ /kisskb/src/drivers/target/target_core_xcopy.c:588:22: note: byref variable will be forcibly initialized struct xcopy_pt_cmd xpt_cmd; ^~~~~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_write_destination': /kisskb/src/drivers/target/target_core_xcopy.c:637:16: note: byref variable will be forcibly initialized unsigned char cdb[16]; ^~~ /kisskb/src/drivers/target/target_core_xcopy.c:633:22: note: byref variable will be forcibly initialized struct xcopy_pt_cmd xpt_cmd; ^~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_wait_free_cmd': /kisskb/src/drivers/target/target_core_transport.c:2828:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_generic_free_cmd': /kisskb/src/drivers/target/target_core_transport.c:2876:24: note: byref variable will be forcibly initialized bool aborted = false, tas = false; ^~~ /kisskb/src/drivers/target/target_core_transport.c:2876:7: note: byref variable will be forcibly initialized bool aborted = false, tas = false; ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c:2874:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(compl); ^~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/include/linux/net.h:19, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_wait_for_sess_cmds': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c:3110:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(se_sess->cmd_count_wq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_wait_for_tasks': /kisskb/src/drivers/target/target_core_transport.c:3187:29: note: byref variable will be forcibly initialized bool ret, aborted = false, tas = false; ^~~ /kisskb/src/drivers/target/target_core_transport.c:3187:12: note: byref variable will be forcibly initialized bool ret, aborted = false, tas = false; ^~~~~~~ /kisskb/src/drivers/target/target_core_transport.c:3186:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_generic_request_failure': /kisskb/src/drivers/target/target_core_transport.c:1983:15: note: byref variable will be forcibly initialized int ret = 0, post_ret; ^~~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_qf_do_work': /kisskb/src/drivers/target/target_core_transport.c:957:12: note: byref variable will be forcibly initialized LIST_HEAD(qf_cmd_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_iface_enable': /kisskb/src/net/batman-adv/bat_iv_ogm.c:196:6: note: byref variable will be forcibly initialized u32 random_seqno; ^~~~~~~~~~~~ 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:1882:4: note: byref variable will be forcibly initialized } desc; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/f2fs/inode.c: In function 'f2fs_inode_chksum': /kisskb/src/fs/f2fs/inode.c:150:8: note: byref variable will be forcibly initialized __u32 dummy_cs = 0; ^~~~~~~~ /kisskb/src/fs/f2fs/inode.c:148:9: note: byref variable will be forcibly initialized __le32 gen = ri->i_generation; ^~~ /kisskb/src/fs/f2fs/inode.c:147:9: note: byref variable will be forcibly initialized __le32 ino = node->footer.ino; ^~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_complete_ok_work': /kisskb/src/drivers/target/target_core_transport.c:2476:7: note: byref variable will be forcibly initialized int post_ret = 0; ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_temperature': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:315:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:314:22: note: byref variable will be forcibly initialized 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:343:22: note: byref variable will be forcibly initialized 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:369:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:368:22: note: byref variable will be forcibly initialized 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:398:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:397:22: note: byref variable will be forcibly initialized 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:427:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:426:22: note: byref variable will be forcibly initialized 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:456:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:455:22: note: byref variable will be forcibly initialized 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:484:22: note: byref variable will be forcibly initialized 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:507:22: note: byref variable will be forcibly initialized 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:532:22: note: byref variable will be forcibly initialized struct cpucp_packet pkt; ^~~ /kisskb/src/fs/f2fs/inode.c: In function 'f2fs_handle_failed_inode': /kisskb/src/fs/f2fs/inode.c:847:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/net/llc/llc_station.c: In function 'llc_station_ac_send_xid_r': /kisskb/src/net/llc/llc_station.c:50:23: note: byref variable will be forcibly initialized u8 mac_da[ETH_ALEN], dsap; ^~~~ /kisskb/src/net/llc/llc_station.c:50:5: note: byref variable will be forcibly initialized u8 mac_da[ETH_ALEN], dsap; ^~~~~~ /kisskb/src/net/llc/llc_station.c: In function 'llc_station_ac_send_test_r': /kisskb/src/net/llc/llc_station.c:74:23: note: byref variable will be forcibly initialized u8 mac_da[ETH_ALEN], dsap; ^~~~ /kisskb/src/net/llc/llc_station.c:74:5: note: byref variable will be forcibly initialized u8 mac_da[ETH_ALEN], dsap; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'map_block': /kisskb/src/drivers/misc/habanalabs/common/memory.c:1398:6: note: byref variable will be forcibly initialized u32 block_id = 0; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/skbuff.h:13, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, 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/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'mem_ioctl_no_mmu': /kisskb/src/drivers/misc/habanalabs/common/memory.c:1495:18: note: byref variable will be forcibly initialized u32 handle = 0, block_size; ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1495:6: note: byref variable will be forcibly initialized u32 handle = 0, block_size; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1494:20: note: byref variable will be forcibly initialized u64 block_handle, device_addr = 0; ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1494:6: note: byref variable will be forcibly initialized u64 block_handle, device_addr = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'init_phys_pg_pack_from_userptr': /kisskb/src/drivers/misc/habanalabs/common/memory.c:827:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'hl_unreserve_va_block': /kisskb/src/drivers/misc/habanalabs/common/memory.c:779:24: note: byref variable will be forcibly initialized 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:1056:21: note: byref variable will be forcibly initialized struct hl_userptr *userptr = NULL; ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1055:29: note: byref variable will be forcibly initialized 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:1257:29: note: byref variable will be forcibly initialized 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:1562:18: note: byref variable will be forcibly initialized u32 handle = 0, block_size; ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1562:6: note: byref variable will be forcibly initialized u32 handle = 0, block_size; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1561:20: note: byref variable will be forcibly initialized u64 block_handle, device_addr = 0; ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1561:6: note: byref variable will be forcibly initialized u64 block_handle, device_addr = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1557:24: note: byref variable will be forcibly initialized 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:2101:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/drivers/misc/tifm_core.c: In function 'tifm_media_type_name': /kisskb/src/drivers/misc/tifm_core.c:23:14: note: byref variable will be forcibly initialized const char *card_type_name[3][3] = { ^~~~~~~~~~~~~~ /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:691:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_read_device_fw_version': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1807:7: note: byref variable will be forcibly initialized char btl_ver[32]; ^~~~~~~ /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:1165:7: note: byref variable will be forcibly initialized char btl_ver[32]; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_load_fw_to_device': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:187:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_send_cpu_message': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:217:6: note: byref variable will be forcibly initialized u32 tmp, expected_ack_val; ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:216:13: note: byref variable will be forcibly initialized dma_addr_t pkt_dma_addr; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_unmask_irq': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:294:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:293:22: note: byref variable will be forcibly initialized struct cpucp_packet pkt; ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_unmask_irq_arr': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:317:6: note: byref variable will be forcibly initialized 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:356:6: note: byref variable will be forcibly initialized 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:400:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:399:22: note: byref variable will be forcibly initialized 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:614:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:611:13: note: byref variable will be forcibly initialized 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:762:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:761:13: note: byref variable will be forcibly initialized dma_addr_t eeprom_info_dma_addr; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_sanity_checks': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_pci_counters_get': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1112:24: note: byref variable will be forcibly initialized enum hl_device_status status; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:805:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_total_energy_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:857:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_pll_info_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:928:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:927:17: note: byref variable will be forcibly initialized enum pll_index used_pll_idx; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:926:22: note: byref variable will be forcibly initialized struct cpucp_packet pkt; ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_power_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:957:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:956:22: note: byref variable will be forcibly initialized struct cpucp_packet pkt; ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_report_reset_cause': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2178:23: note: byref variable will be forcibly initialized struct lkd_msg_comms msg; ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_load_image': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1985:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c: In function 'send_trespass_cmd': /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:241:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:239:16: note: byref variable will be forcibly initialized unsigned char cdb[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c: In function 'clariion_set_params': /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:426:31: note: byref variable will be forcibly initialized unsigned int hr = 0, st = 0, argc; ^~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:426:23: note: byref variable will be forcibly initialized unsigned int hr = 0, st = 0, argc; ^~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:426:15: note: byref variable will be forcibly initialized unsigned int hr = 0, st = 0, argc; ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function '_hl_interrupt_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2719:6: note: byref variable will be forcibly initialized u32 completion_value; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_interrupt_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2818:25: note: byref variable will be forcibly initialized enum hl_cs_wait_status status; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2661:6: note: byref variable will be forcibly initialized s64 timestamp; ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2659:25: note: byref variable will be forcibly initialized 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:2319:25: note: byref variable will be forcibly initialized enum hl_cs_wait_status status; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_parser': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:224:22: note: byref variable will be forcibly initialized struct hl_cs_parser parser; ^~~~~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_show_configfs_dev_params': /kisskb/src/drivers/target/target_core_pscsi.c:798:16: note: byref variable will be forcibly initialized unsigned char host_id[16]; ^~~~~~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_set_configfs_dev_params': /kisskb/src/drivers/target/target_core_pscsi.c:723:15: note: byref variable will be forcibly initialized int ret = 0, arg, token; ^~~ /kisskb/src/drivers/target/target_core_pscsi.c:722:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/target/target_core_pscsi.c:721:21: note: byref variable will be forcibly initialized char *orig, *ptr, *opts; ^~~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_get_inquiry_vpd_serial': /kisskb/src/drivers/target/target_core_pscsi.c:186:16: note: byref variable will be forcibly initialized unsigned char cdb[MAX_COMMAND_SIZE], *buf; ^~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_tape_read_blocksize': /kisskb/src/drivers/target/target_core_pscsi.c:137:16: note: byref variable will be forcibly initialized unsigned char cdb[MAX_COMMAND_SIZE], *buf; ^~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_get_inquiry_vpd_device_ident': /kisskb/src/drivers/target/target_core_pscsi.c:220:16: note: byref variable will be forcibly initialized unsigned char cdb[MAX_COMMAND_SIZE], *buf, *page_83; ^~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_ioctl_signal_wait': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2010:8: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1944:6: note: byref variable will be forcibly initialized u64 signal_seq; ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1943:16: note: byref variable will be forcibly initialized struct hl_cs *cs; ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1933:22: note: byref variable will be forcibly initialized 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:1295:8: note: byref variable will be forcibly initialized bool is_kernel_allocated_cb; ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1294:22: note: byref variable will be forcibly initialized enum hl_queue_type queue_type; ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1255:16: note: byref variable will be forcibly initialized struct hl_cs *cs; ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1251:22: note: byref variable will be forcibly initialized struct hl_cs_chunk *cs_chunk_array; ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c: In function 'hl_snprintf_resize': /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:108:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_ctx_switch': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1490:27: note: byref variable will be forcibly initialized enum hl_cs_wait_status status; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_ioctl_reserve_signals': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1755:20: note: byref variable will be forcibly initialized struct hl_hw_sob *hw_sob; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2178:36: note: byref variable will be forcibly initialized signals_count = 0, sob_addr = 0, handle_id = 0; ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2178:22: note: byref variable will be forcibly initialized signals_count = 0, sob_addr = 0, handle_id = 0; ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2178:3: note: byref variable will be forcibly initialized signals_count = 0, sob_addr = 0, handle_id = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2175:6: note: byref variable will be forcibly initialized u64 cs_seq = ULONG_MAX; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c: In function 'hl_state_dump': /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:685:21: note: byref variable will be forcibly initialized size_t offset = 0, size = 0; ^~~~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:685:9: note: byref variable will be forcibly initialized size_t offset = 0, size = 0; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:684:8: note: byref variable will be forcibly initialized char *buf = NULL; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/netfs.h:261, from /kisskb/src/fs/netfs/read_helper.c:20: /kisskb/src/fs/netfs/read_helper.c: In function 'perf_trace_netfs_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'perf_trace_netfs_rreq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_rreq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_rreq, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'perf_trace_netfs_sreq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_sreq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_sreq, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'perf_trace_netfs_failure': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/netfs.h:261, from /kisskb/src/fs/netfs/read_helper.c:20: /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_rreq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_rreq, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_sreq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_sreq, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_failure': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/netfs.h:261, from /kisskb/src/fs/netfs/read_helper.c:20: /kisskb/src/fs/netfs/read_helper.c: In function '__bpf_trace_netfs_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function '__bpf_trace_netfs_failure': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function '__bpf_trace_netfs_rreq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_rreq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_rreq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_rreq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_rreq, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function '__bpf_trace_netfs_sreq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_sreq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_sreq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_sreq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_sreq, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_read_from_cache': /kisskb/src/fs/netfs/read_helper.c:176:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/netfs/read_helper.c:8: /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_unlock': /kisskb/src/fs/netfs/read_helper.c:383:11: note: byref variable will be forcibly initialized XA_STATE(xas, &rreq->mapping->i_pages, start_page); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_unmark_after_write': /kisskb/src/fs/netfs/read_helper.c:248:12: note: byref variable will be forcibly initialized XA_STATE(xas, &rreq->mapping->i_pages, subreq->start / PAGE_SIZE); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_do_write_to_cache': /kisskb/src/fs/netfs/read_helper.c:297:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_clear_unread': /kisskb/src/fs/netfs/read_helper.c:151:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_readahead': /kisskb/src/fs/netfs/read_helper.c:880:15: note: byref variable will be forcibly initialized unsigned int debug_index = 0; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/netfs/read_helper.c:8: /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_readpage': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c:999:3: note: in expansion of macro 'wait_var_event' wait_var_event(&rreq->nr_rd_ops, atomic_read(&rreq->nr_rd_ops) == 1); ^~~~~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c:958:15: note: byref variable will be forcibly initialized unsigned int debug_index = 0; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/netfs/read_helper.c:8: /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_write_begin': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c:1171:3: note: in expansion of macro 'wait_var_event' wait_var_event(&rreq->nr_rd_ops, atomic_read(&rreq->nr_rd_ops) == 1); ^~~~~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c:1092:15: note: byref variable will be forcibly initialized unsigned int debug_index = 0; ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_do_prot_fill': /kisskb/src/drivers/target/target_core_file.c:492:9: note: byref variable will be forcibly initialized 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:833:7: note: byref variable will be forcibly initialized char buf[FD_MAX_DEV_PROT_NAME]; ^~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/drivers/target/target_core_file.c:13: /kisskb/src/drivers/target/target_core_file.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/target/target_core_file.c:16: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_execute_write_same': /kisskb/src/drivers/target/target_core_file.c:435:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/drivers/target/target_core_file.c:433:9: note: byref variable will be forcibly initialized loff_t pos = cmd->t_task_lba * se_dev->dev_attrib.block_size; ^~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_execute_rw_aio': /kisskb/src/drivers/target/target_core_file.c:270:18: note: byref variable will be forcibly initialized 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:318:9: note: byref variable will be forcibly initialized loff_t pos = (cmd->t_task_lba * block_size); ^~~ /kisskb/src/drivers/target/target_core_file.c:315:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_set_configfs_dev_params': /kisskb/src/drivers/target/target_core_file.c:712:15: note: byref variable will be forcibly initialized int ret = 0, arg, token; ^~~ /kisskb/src/drivers/target/target_core_file.c:711:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/target/target_core_file.c:710:29: note: byref variable will be forcibly initialized char *orig, *ptr, *arg_p, *opts; ^~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_qfull_time_out_store': /kisskb/src/drivers/target/target_core_user.c:2657:6: note: byref variable will be forcibly initialized s32 val; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_set_global_max_data_area': /kisskb/src/drivers/target/target_core_user.c:231:11: note: byref variable will be forcibly initialized int ret, max_area_mb; ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_set_block_netlink': /kisskb/src/drivers/target/target_core_user.c:279:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_tmr_notification_store': /kisskb/src/drivers/target/target_core_user.c:2913:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_set_reset_netlink': /kisskb/src/drivers/target/target_core_user.c:325:5: note: byref variable will be forcibly initialized u8 val; ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/target/target_core_user.c:10: /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_get_empty_block': /kisskb/src/drivers/target/target_core_user.c:508:11: note: byref variable will be forcibly initialized XA_STATE(xas, &udev->data_pages, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_get_empty_blocks': /kisskb/src/drivers/target/target_core_user.c:557:20: note: byref variable will be forcibly initialized int blk_data_len, iov_cnt = 0; ^~~~~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_copy_data': /kisskb/src/drivers/target/target_core_user.c:709:25: note: byref variable will be forcibly initialized struct sg_mapping_iter sg_iter; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/drivers/target/target_core_user.c:9: /kisskb/src/drivers/target/target_core_user.c: In function 'ring_insert_padding': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:695:39: note: in expansion of macro 'smp_store_release' #define UPDATE_HEAD(head, used, size) smp_store_release(&head, ((head % size) + used) % size) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:971:3: note: in expansion of macro 'UPDATE_HEAD' UPDATE_HEAD(mb->cmd_head, pad_size, udev->cmdr_size); ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'queue_cmd_ring': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:695:39: note: in expansion of macro 'smp_store_release' #define UPDATE_HEAD(head, used, size) smp_store_release(&head, ((head % size) + used) % size) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:1123:2: note: in expansion of macro 'UPDATE_HEAD' UPDATE_HEAD(mb->cmd_head, command_size, udev->cmdr_size); ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:1019:11: note: byref variable will be forcibly initialized uint32_t cmd_id, cmd_head; ^~~~~~ /kisskb/src/drivers/target/target_core_user.c:1018:15: note: byref variable will be forcibly initialized int iov_cnt, iov_bidi_cnt; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:1017:16: note: byref variable will be forcibly initialized struct iovec *iov; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/drivers/target/target_core_user.c:9: /kisskb/src/drivers/target/target_core_user.c: In function 'queue_tmr_ring': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:695:39: note: in expansion of macro 'smp_store_release' #define UPDATE_HEAD(head, used, size) smp_store_release(&head, ((head % size) + used) % size) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:1189:2: note: in expansion of macro 'UPDATE_HEAD' UPDATE_HEAD(mb->cmd_head, cmd_size, udev->cmdr_size); ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/drivers/target/target_core_user.c:9: /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_run_tmr_queue': /kisskb/src/drivers/target/target_core_user.c:1413:12: note: byref variable will be forcibly initialized LIST_HEAD(tmrs); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'run_qfull_queue': /kisskb/src/drivers/target/target_core_user.c:1732:17: note: byref variable will be forcibly initialized sense_reason_t scsi_ret; ^~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/drivers/target/target_core_user.c:9: /kisskb/src/drivers/target/target_core_user.c:1731:12: note: byref variable will be forcibly initialized LIST_HEAD(cmds); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/target/target_core_user.c:10: /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_free_kept_buf_store': /kisskb/src/drivers/target/target_core_user.c:3027:12: note: byref variable will be forcibly initialized XA_STATE(xas, &udev->commands, cmd_id); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/drivers/target/target_core_user.c:3012:6: note: byref variable will be forcibly initialized u16 cmd_id; ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/drivers/target/target_core_user.c:9: /kisskb/src/drivers/target/target_core_user.c: In function 'check_timedout_devices': /kisskb/src/drivers/target/target_core_user.c:3179:12: note: byref variable will be forcibly initialized LIST_HEAD(devs); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_reset_ring': /kisskb/src/drivers/target/target_core_user.c:2341:16: note: byref variable will be forcibly initialized unsigned long i; ^ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_reset_ring_store': /kisskb/src/drivers/target/target_core_user.c:2982:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_release': /kisskb/src/drivers/target/target_core_user.c:1938:16: note: byref variable will be forcibly initialized unsigned long i; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/drivers/target/target_core_user.c:9: /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_handle_completions': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:695:39: note: in expansion of macro 'smp_store_release' #define UPDATE_HEAD(head, used, size) smp_store_release(&head, ((head % size) + used) % size) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:1496:3: note: in expansion of macro 'UPDATE_HEAD' UPDATE_HEAD(udev->cmdr_last_cleaned, ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:695:39: note: in expansion of macro 'smp_store_release' #define UPDATE_HEAD(head, used, size) smp_store_release(&head, ((head % size) + used) % size) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:1474:4: note: in expansion of macro 'UPDATE_HEAD' UPDATE_HEAD(udev->cmdr_last_cleaned, ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_block_dev_store': /kisskb/src/drivers/target/target_core_user.c:2950:5: note: byref variable will be forcibly initialized u8 val; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/uio_driver.h:18, from /kisskb/src/drivers/target/target_core_user.c:15: /kisskb/src/drivers/target/target_core_user.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_queue_cmd': /kisskb/src/drivers/target/target_core_user.c:1206:17: note: byref variable will be forcibly initialized sense_reason_t scsi_ret = TCM_CHECK_CONDITION_ABORT_CMD; ^~~~~~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_set_dev_attrib': /kisskb/src/drivers/target/target_core_user.c:2421:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_set_max_blocks_param': /kisskb/src/drivers/target/target_core_user.c:2441:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_set_data_pages_per_blk': /kisskb/src/drivers/target/target_core_user.c:2482:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_set_configfs_dev_params': /kisskb/src/drivers/target/target_core_user.c:2518:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/target/target_core_user.c:2517:21: note: byref variable will be forcibly initialized char *orig, *ptr, *opts; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/target/target_core_user.c:10: /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_blocks_release': /kisskb/src/drivers/target/target_core_user.c:1663:11: note: byref variable will be forcibly initialized XA_STATE(xas, &udev->data_pages, first * udev->data_pages_per_blk); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_dev_kref_release': /kisskb/src/drivers/target/target_core_user.c:1696:16: note: byref variable will be forcibly initialized unsigned long i; ^ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/drivers/target/target_core_user.c:23: /kisskb/src/drivers/target/target_core_user.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_send_dev_remove_event': /kisskb/src/drivers/target/target_core_user.c:2136:8: note: byref variable will be forcibly initialized void *msg_header = NULL; ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:2135:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_send_dev_add_event': /kisskb/src/drivers/target/target_core_user.c:2122:8: note: byref variable will be forcibly initialized void *msg_header = NULL; ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:2121:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_send_emulate_write_cache': /kisskb/src/drivers/target/target_core_user.c:2854:8: note: byref variable will be forcibly initialized void *msg_header = NULL; ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:2853:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_emulate_write_cache_store': /kisskb/src/drivers/target/target_core_user.c:2876:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_send_dev_config_event': /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_init_golden_registers': /kisskb/src/drivers/target/target_core_user.c:2710:8: note: byref variable will be forcibly initialized void *msg_header = NULL; ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:1460:6: note: byref variable will be forcibly initialized u32 polynom[10], tpc_intr_mask, offset; ^~~~~~~ /kisskb/src/drivers/target/target_core_user.c:2709:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_nl_reply_supported_store': /kisskb/src/drivers/target/target_core_user.c:2830:5: note: byref variable will be forcibly initialized s8 val; ^~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/drivers/target/target_core_user.c:23: /kisskb/src/drivers/target/target_core_user.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_send_dev_size_event': /kisskb/src/drivers/target/target_core_user.c:2771:8: note: byref variable will be forcibly initialized void *msg_header = NULL; ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_user.c:2770:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_dev_size_store': /kisskb/src/drivers/target/target_core_user.c:2794:6: note: byref variable will be forcibly initialized u64 val; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/target_core_user.c: In function 'tcmu_cmd_time_out_store': /kisskb/src/drivers/target/target_core_user.c:2623:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/tifm.h:12, from /kisskb/src/drivers/misc/tifm_7xx1.c:8: /kisskb/src/drivers/misc/tifm_7xx1.c: In function 'tifm_7xx1_resume': /kisskb/src/drivers/misc/tifm_7xx1.c:237:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(finish_resume); ^~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_fetch_psoc_frequency': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:731:6: note: byref variable will be forcibly initialized 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:4744:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4743:22: note: byref variable will be forcibly initialized 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:4685:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_send_job_on_qman0': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:2997:6: note: byref variable will be forcibly initialized u32 tmp, timeout; ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:2995:13: note: byref variable will be forcibly initialized dma_addr_t fence_dma_addr; ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_set_ddr_bar_base': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:505:31: note: byref variable will be forcibly initialized struct hl_inbound_pci_region pci_region; ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_init_iatu': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:539:32: note: byref variable will be forcibly initialized struct hl_outbound_pci_region outbound_region; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:538:31: note: byref variable will be forcibly initialized struct hl_inbound_pci_region inbound_region; ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_patch_dma_packet': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3716:21: note: byref variable will be forcibly initialized struct hl_userptr *userptr; ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_patch_cb': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3851:7: note: byref variable will be forcibly initialized u32 new_pkt_size = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_pin_memory_before_cs': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3295:21: note: byref variable will be forcibly initialized 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:3941:6: note: byref variable will be forcibly initialized u64 patched_cb_handle; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_parse_cb_no_mmu': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4020:6: note: byref variable will be forcibly initialized u64 patched_cb_handle; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_print_irq_info': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4668:7: note: byref variable will be forcibly initialized 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:489:7: note: byref variable will be forcibly initialized 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:592:6: note: byref variable will be forcibly initialized u32 fw_boot_status, val; ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/base/component.c:15: /kisskb/src/drivers/base/component.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_test_queue': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3083:13: note: byref variable will be forcibly initialized dma_addr_t fence_dma_addr; ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3082:17: note: byref variable will be forcibly initialized u32 fence_val, tmp; ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3081:13: note: byref variable will be forcibly initialized dma_addr_t pkt_dma_addr; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mgag200/mgag200_drv.c: In function 'mgag200_has_sgram': /kisskb/src/drivers/gpu/drm/mgag200/mgag200_drv.c:52:6: note: byref variable will be forcibly initialized u32 option; ^~~~~~ /kisskb/src/drivers/gpu/drm/mgag200/mgag200_drv.c: In function 'mgag200_g200_init_refclk': /kisskb/src/drivers/gpu/drm/mgag200/mgag200_drv.c:227:9: note: byref variable will be forcibly initialized size_t size; ^~~~ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_read_endio': /kisskb/src/fs/gfs2/meta_io.c:195:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_read': /kisskb/src/fs/gfs2/meta_io.c:258:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *bhs[2]; ^~~ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_buffer': /kisskb/src/fs/gfs2/meta_io.c:485:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_ra': /kisskb/src/fs/gfs2/meta_io.c:514:33: note: byref variable will be forcibly initialized struct buffer_head *first_bh, *bh; ^~ /kisskb/src/fs/gfs2/meta_io.c:514:22: note: byref variable will be forcibly initialized struct buffer_head *first_bh, *bh; ^~~~~~~~ /kisskb/src/fs/gfs2/dentry.c: In function 'gfs2_drevalidate': /kisskb/src/fs/gfs2/dentry.c:39:21: note: byref variable will be forcibly initialized struct gfs2_holder d_gh; ^~~~ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_get_name': /kisskb/src/fs/gfs2/export.c:95:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_fh_to_parent': /kisskb/src/fs/gfs2/export.c:171:24: note: byref variable will be forcibly initialized struct gfs2_inum_host parent; ^~~~~~ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_fh_to_dentry': /kisskb/src/fs/gfs2/export.c:149:24: note: byref variable will be forcibly initialized struct gfs2_inum_host this; ^~~~ /kisskb/src/drivers/nfc/nxp-nci/i2c.c: In function 'nxp_nci_i2c_nci_read': /kisskb/src/drivers/nfc/nxp-nci/i2c.c:144:22: note: byref variable will be forcibly initialized struct nci_ctrl_hdr header; /* May actually be a data header */ ^~~~~~ /kisskb/src/drivers/nfc/nxp-nci/i2c.c: In function 'nxp_nci_i2c_fw_read': /kisskb/src/drivers/nfc/nxp-nci/i2c.c:100:6: note: byref variable will be forcibly initialized u16 header; ^~~~~~ /kisskb/src/drivers/nfc/nxp-nci/i2c.c: In function 'nxp_nci_i2c_irq_thread_fn': /kisskb/src/drivers/nfc/nxp-nci/i2c.c:188:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/fs/gfs2/aops.c: In function 'stuffed_readpage': /kisskb/src/fs/gfs2/aops.c:434:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/aops.c: In function 'gfs2_bmap': /kisskb/src/fs/gfs2/aops.c:634:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/drivers/misc/apds9802als.c: In function 'als_sensing_range_store': /kisskb/src/drivers/misc/apds9802als.c:114:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/fs/gfs2/aops.c: In function 'gfs2_write_cache_jdata': /kisskb/src/fs/gfs2/aops.c:338:10: note: byref variable will be forcibly initialized pgoff_t done_index; ^~~~~~~~~~ /kisskb/src/fs/gfs2/aops.c:336:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/fs/gfs2/aops.c:333:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/gfs2/aops.c: In function 'adjust_fs_space': /kisskb/src/fs/gfs2/aops.c:579:22: note: byref variable will be forcibly initialized struct buffer_head *m_bh; ^~~~ /kisskb/src/net/nfc/nci/data.c: In function 'nci_queue_tx_data_frags': /kisskb/src/net/nfc/nci/data.c:100:22: note: byref variable will be forcibly initialized struct sk_buff_head frags_q; ^~~~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_allocate_page_backing': /kisskb/src/fs/gfs2/file.c:399:16: note: byref variable will be forcibly initialized struct iomap iomap = { }; ^~~~~ /kisskb/src/fs/gfs2/file.c: In function 'fallocate_chunk': /kisskb/src/fs/gfs2/file.c:990:16: note: byref variable will be forcibly initialized struct iomap iomap = { }; ^~~~~ /kisskb/src/fs/gfs2/file.c:974:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/file.c: In function '__gfs2_fallocate': /kisskb/src/fs/gfs2/file.c:1051:16: note: byref variable will be forcibly initialized loff_t bytes, max_bytes, max_blks; ^~~~~~~~~ /kisskb/src/fs/gfs2/file.c:1050:32: note: byref variable will be forcibly initialized unsigned int data_blocks = 0, ind_blocks = 0, rblocks; ^~~~~~~~~~ /kisskb/src/fs/gfs2/file.c:1050:15: note: byref variable will be forcibly initialized unsigned int data_blocks = 0, ind_blocks = 0, rblocks; ^~~~~~~~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_fallocate': /kisskb/src/fs/gfs2/file.c:1165:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_open_device': /kisskb/src/net/nfc/nci/core.c:503:31: note: byref variable will be forcibly initialized struct nci_core_init_v2_cmd nci_init_v2_cmd = { ^~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_page_mkwrite': /kisskb/src/fs/gfs2/file.c:431:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/file.c:429:28: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks, rblocks; ^~~~~~~~~~ /kisskb/src/fs/gfs2/file.c:429:15: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks, rblocks; ^~~~~~~~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_fault': /kisskb/src/fs/gfs2/file.c:560:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_mmap': /kisskb/src/fs/gfs2/file.c:601:22: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_activate_target': /kisskb/src/net/nfc/nci/core.c:865:38: note: byref variable will be forcibly initialized struct nci_rf_discover_select_param param; ^~~~~ In file included from /kisskb/src/drivers/nvme/target/configfs.c:9: /kisskb/src/drivers/nvme/target/configfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_write_iter': /kisskb/src/fs/gfs2/file.c:896:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_set_local_general_bytes': /kisskb/src/net/nfc/nci/core.c:746:30: note: byref variable will be forcibly initialized struct nci_set_config_param param; ^~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_prop_cmd': /kisskb/src/net/nfc/nci/core.c:354:23: note: byref variable will be forcibly initialized struct nci_cmd_param param; ^~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_core_cmd': /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_read_iter': /kisskb/src/net/nfc/nci/core.c:368:23: note: byref variable will be forcibly initialized struct nci_cmd_param param; ^~~~~ /kisskb/src/fs/gfs2/file.c:842:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_set_config': /kisskb/src/net/nfc/nci/core.c:627:30: note: byref variable will be forcibly initialized struct nci_set_config_param param; ^~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_addr_portid_store': /kisskb/src/drivers/nvme/target/configfs.c:106:6: note: byref variable will be forcibly initialized u16 portid = 0; ^~~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_set_listen_parameters': /kisskb/src/net/nfc/nci/core.c:773:7: note: byref variable will be forcibly initialized __u8 val; ^~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_llseek': /kisskb/src/fs/gfs2/file.c:60:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_readdir': /kisskb/src/fs/gfs2/file.c:108:21: note: byref variable will be forcibly initialized struct gfs2_holder d_gh; ^~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_start_poll': /kisskb/src/net/nfc/nci/core.c:796:31: note: byref variable will be forcibly initialized struct nci_rf_discover_param param; ^~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_fileattr_get': /kisskb/src/fs/gfs2/file.c:161:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/file.c: In function 'do_gfs2_set_flags': /kisskb/src/fs/gfs2/file.c:225:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/file.c:224:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_nfcee_mode_set': /kisskb/src/net/nfc/nci/core.c:670:32: note: byref variable will be forcibly initialized struct nci_nfcee_mode_set_cmd cmd; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_core_conn_create': /kisskb/src/net/nfc/nci/core.c:694:31: note: byref variable will be forcibly initialized struct core_conn_create_data data; ^~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_nfcc_loopback': /kisskb/src/net/nfc/nci/core.c:425:27: note: byref variable will be forcibly initialized struct nci_loopback_data loopback_data; ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ana_groups_make_group': /kisskb/src/drivers/nvme/target/configfs.c:1509:6: note: byref variable will be forcibly initialized u32 grpid; ^~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_referral_enable_store': /kisskb/src/drivers/nvme/target/configfs.c:1341:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_subsys_attr_pi_enable_store': /kisskb/src/drivers/nvme/target/configfs.c:1246:7: note: byref variable will be forcibly initialized bool pi_enable; ^~~~~~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_register_device': /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_param_pi_enable_store': /kisskb/src/drivers/nvme/target/configfs.c:264:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/net/nfc/nci/core.c:1206:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_open': /kisskb/src/fs/gfs2/file.c:679:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_reset_req': /kisskb/src/net/nfc/nci/core.c:160:28: note: byref variable will be forcibly initialized struct nci_core_reset_cmd cmd; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_set_config_req': /kisskb/src/net/nfc/nci/core.c:221:33: note: byref variable will be forcibly initialized struct nci_core_set_config_cmd cmd; ^~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_subsys_attr_cntlid_max_store': /kisskb/src/drivers/nvme/target/configfs.c:1158:6: note: byref variable will be forcibly initialized u16 cntlid_max; ^~~~~~~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_nfcee_discover_req': /kisskb/src/net/nfc/nci/core.c:643:32: note: byref variable will be forcibly initialized struct nci_nfcee_discover_cmd cmd; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_core_conn_close_req': /kisskb/src/net/nfc/nci/core.c:728:7: note: byref variable will be forcibly initialized __u8 conn_id = (unsigned long)opt; ^~~~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_rf_deactivate_req': /kisskb/src/net/nfc/nci/core.c:331:31: note: byref variable will be forcibly initialized struct nci_rf_deactivate_cmd cmd; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_rf_discover_select_req': /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_subsys_attr_cntlid_min_store': /kisskb/src/net/nfc/nci/core.c:306:36: note: byref variable will be forcibly initialized struct nci_rf_discover_select_cmd cmd; ^~~ /kisskb/src/drivers/nvme/target/configfs.c:1128:6: note: byref variable will be forcibly initialized u16 cntlid_min; ^~~~~~~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_rf_discover_req': /kisskb/src/net/nfc/nci/core.c:241:25: note: byref variable will be forcibly initialized struct nci_rf_disc_cmd cmd; ^~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_subsys_attr_version_store_locked': /kisskb/src/drivers/nvme/target/configfs.c:1014:20: note: byref variable will be forcibly initialized int major, minor, tertiary = 0; ^~~~~~~~ /kisskb/src/drivers/nvme/target/configfs.c:1014:13: note: byref variable will be forcibly initialized int major, minor, tertiary = 0; ^~~~~ /kisskb/src/drivers/nvme/target/configfs.c:1014:6: note: byref variable will be forcibly initialized int major, minor, tertiary = 0; ^~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_init_complete_req': /kisskb/src/net/nfc/nci/core.c:178:29: note: byref variable will be forcibly initialized struct nci_rf_disc_map_cmd cmd; ^~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ns_buffered_io_store': /kisskb/src/drivers/nvme/target/configfs.c:552:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_subsys_attr_allow_any_host_store': /kisskb/src/drivers/nvme/target/configfs.c:969:7: note: byref variable will be forcibly initialized bool allow_any_host; ^~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ports_make': /kisskb/src/drivers/nvme/target/configfs.c:1588:6: note: byref variable will be forcibly initialized u16 portid; ^~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ns_make': /kisskb/src/drivers/nvme/target/configfs.c:633:6: note: byref variable will be forcibly initialized u32 nsid; ^~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ns_revalidate_size_store': /kisskb/src/drivers/nvme/target/configfs.c:575:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ns_enable_store': /kisskb/src/drivers/nvme/target/configfs.c:527:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ns_ana_grpid_store': /kisskb/src/drivers/nvme/target/configfs.c:494:16: note: byref variable will be forcibly initialized u32 oldgrpid, newgrpid; ^~~~~~~~ In file included from /kisskb/src/include/linux/limits.h:6, from /kisskb/src/include/linux/kernel.h:7, from /kisskb/src/drivers/net/phy/phy.c:11: /kisskb/src/drivers/net/phy/phy.c: In function 'phy_ethtool_ksettings_set': /kisskb/src/drivers/net/phy/phy.c:249:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(advertising); ^~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:249:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(advertising); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c: In function 'phy_speed_down': /kisskb/src/drivers/net/phy/phy.c:818:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:818:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c: In function 'phy_speed_up': /kisskb/src/drivers/net/phy/phy.c:851:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:851:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c: In function 'tpc_clk_store': /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c:138:7: note: byref variable will be forcibly initialized 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:89:7: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/net/phy/phy.c: In function 'phy_state_machine': /kisskb/src/drivers/net/phy/phy.c:1086:7: note: byref variable will be forcibly initialized bool finished = false; ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c: In function 'ic_clk_store': /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c:187:7: note: byref variable will be forcibly initialized 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:348:7: note: byref variable will be forcibly initialized long value; ^~~~~ In file included from /kisskb/src/include/linux/limits.h:6, from /kisskb/src/include/linux/kernel.h:7, from /kisskb/src/drivers/net/phy/phy.c:11: /kisskb/src/drivers/net/phy/phy.c: In function 'phy_init_eee': /kisskb/src/drivers/net/phy/phy.c:1224:36: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(adv); ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:1224:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(adv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c:1223:36: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(lp); ^~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:1223:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(lp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c:1222:36: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:1222:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_fiemap': /kisskb/src/fs/gfs2/inode.c:2074:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_getattr': /kisskb/src/fs/gfs2/inode.c:2039:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/inode.c: In function 'setattr_chown': /kisskb/src/fs/gfs2/inode.c:1905:26: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap; ^~ /kisskb/src/drivers/misc/dw-xdata-pcie.c: In function 'dw_xdata_pcie_remove': /kisskb/src/drivers/misc/dw-xdata-pcie.c:388:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_setattr': /kisskb/src/fs/gfs2/inode.c:1977:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/drivers/misc/dw-xdata-pcie.c: In function 'read_store': /kisskb/src/drivers/misc/dw-xdata-pcie.c:260:7: note: byref variable will be forcibly initialized bool enabled; ^~~~~~~ /kisskb/src/drivers/misc/dw-xdata-pcie.c: In function 'write_store': /kisskb/src/drivers/misc/dw-xdata-pcie.c:223:7: note: byref variable will be forcibly initialized bool enabled; ^~~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_get_link': /kisskb/src/fs/gfs2/inode.c:1794:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/inode.c:1793:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/drivers/misc/dw-xdata-pcie.c: In function 'dw_xdata_perf': /kisskb/src/drivers/misc/dw-xdata-pcie.c:165:6: note: byref variable will be forcibly initialized u64 data[2], time[2], diff; ^~~~ /kisskb/src/drivers/misc/dw-xdata-pcie.c: In function 'read_show': /kisskb/src/drivers/misc/dw-xdata-pcie.c:248:6: note: byref variable will be forcibly initialized u64 rate; ^~~~ /kisskb/src/drivers/misc/dw-xdata-pcie.c: In function 'write_show': /kisskb/src/drivers/misc/dw-xdata-pcie.c:211:6: note: byref variable will be forcibly initialized u64 rate; ^~~~ /kisskb/src/drivers/misc/dw-xdata-pcie.c: In function 'dw_xdata_pcie_probe': /kisskb/src/drivers/misc/dw-xdata-pcie.c:293:7: note: byref variable will be forcibly initialized char name[24]; ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_permission': /kisskb/src/fs/gfs2/inode.c:1852:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_create_inode': /kisskb/src/fs/gfs2/inode.c:615:11: note: byref variable will be forcibly initialized unsigned blocks = 1; ^~~~~~ /kisskb/src/fs/gfs2/inode.c:612:21: note: byref variable will be forcibly initialized struct gfs2_glock *io_gl; ^~~~~ /kisskb/src/fs/gfs2/inode.c:608:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[2]; ^~~ /kisskb/src/fs/gfs2/inode.c:607:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/gfs2/inode.c:607:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_others_may_mount': /kisskb/src/fs/gfs2/ops_fstype.c:547:8: note: byref variable will be forcibly initialized char *envp[] = { message, NULL }; ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_unlink': /kisskb/src/fs/gfs2/inode.c:1134:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[3]; ^~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_link': /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_lm_mount': /kisskb/src/fs/gfs2/inode.c:992:27: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; ^~ /kisskb/src/fs/gfs2/ops_fstype.c:1030:14: note: byref variable will be forcibly initialized int token, option; ^~~~~~ /kisskb/src/fs/gfs2/inode.c:930:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c:1029:15: note: byref variable will be forcibly initialized substring_t tmp[MAX_OPT_ARGS]; ^~~ /kisskb/src/fs/gfs2/inode.c:929:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[2]; ^~~ /kisskb/src/fs/gfs2/ops_fstype.c:1008:12: note: byref variable will be forcibly initialized char *o, *options; ^~~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_inode_lookup': /kisskb/src/fs/gfs2/inode.c:136:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/inode.c:135:21: note: byref variable will be forcibly initialized struct gfs2_glock *io_gl = NULL; ^~~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_per_node': /kisskb/src/fs/gfs2/ops_fstype.c:934:7: note: byref variable will be forcibly initialized char buf[30]; ^~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_lookupi': /kisskb/src/fs/gfs2/inode.c:305:21: note: byref variable will be forcibly initialized struct gfs2_holder d_gh; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_jindex_hold': /kisskb/src/fs/gfs2/ops_fstype.c:569:7: note: byref variable will be forcibly initialized char buf[20]; ^~~ /kisskb/src/fs/gfs2/ops_fstype.c:568:14: note: byref variable will be forcibly initialized struct qstr name; ^~~~ /kisskb/src/fs/gfs2/inode.c: In function '__gfs2_lookup': /kisskb/src/fs/gfs2/inode.c:869:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_statfs': /kisskb/src/fs/gfs2/ops_fstype.c:646:7: note: byref variable will be forcibly initialized char buf[30]; ^~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_exchange': /kisskb/src/fs/gfs2/inode.c:1633:29: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh; ^~~~ /kisskb/src/fs/gfs2/inode.c:1633:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh; ^~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_journal': /kisskb/src/fs/gfs2/ops_fstype.c:733:21: note: byref variable will be forcibly initialized struct gfs2_holder ji_gh; ^~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_rename': /kisskb/src/fs/gfs2/inode.c:1550:27: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; ^~ /kisskb/src/fs/gfs2/inode.c:1386:35: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh, rd_gh; ^~~~~ /kisskb/src/fs/gfs2/inode.c:1386:29: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh, rd_gh; ^~~~ /kisskb/src/fs/gfs2/inode.c:1386:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh, rd_gh; ^~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_sb': /kisskb/src/fs/gfs2/ops_fstype.c:478:21: note: byref variable will be forcibly initialized struct gfs2_holder sb_gh; ^~~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_parse_param': /kisskb/src/fs/gfs2/ops_fstype.c:1437:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_meta_get_tree': /kisskb/src/fs/gfs2/ops_fstype.c:1675:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_online_uevent': /kisskb/src/fs/gfs2/ops_fstype.c:1096:8: note: byref variable will be forcibly initialized char *envp[] = { ro, spectator, NULL }; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c:1095:7: note: byref variable will be forcibly initialized char spectator[20]; ^~~~~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c:1094:7: note: byref variable will be forcibly initialized char ro[20]; ^~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_reconfigure': /kisskb/src/fs/gfs2/ops_fstype.c:1585:22: note: byref variable will be forcibly initialized struct gfs2_holder freeze_gh; ^~~~~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_lookup_simple': /kisskb/src/fs/gfs2/inode.c:270:14: note: byref variable will be forcibly initialized struct qstr qstr; ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_seek_data': /kisskb/src/fs/gfs2/inode.c:2096:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_seek_hole': /kisskb/src/fs/gfs2/inode.c:2115:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_fill_super': /kisskb/src/fs/gfs2/ops_fstype.c:1143:21: note: byref variable will be forcibly initialized struct gfs2_holder freeze_gh; ^~~~~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c:1142:21: note: byref variable will be forcibly initialized struct gfs2_holder mount_gh; ^~~~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/batman-adv/bat_v.c:28: /kisskb/src/net/batman-adv/bat_v.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/batman-adv/bat_v.c: In function 'batadv_v_gw_is_eligible': /kisskb/src/net/batman-adv/bat_v.c:625:21: note: byref variable will be forcibly initialized u32 gw_throughput, orig_throughput, threshold; ^~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_v.c:625:6: note: byref variable will be forcibly initialized u32 gw_throughput, orig_throughput, threshold; ^~~~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_v.c: In function 'batadv_v_gw_get_best_gw_node': /kisskb/src/net/batman-adv/bat_v.c:585:18: note: byref variable will be forcibly initialized u32 max_bw = 0, bw; ^~ /kisskb/src/net/batman-adv/bat_v.c: In function 'batadv_v_store_sel_class': /kisskb/src/net/batman-adv/bat_v.c:518:17: note: byref variable will be forcibly initialized u32 old_class, class; ^~~~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_power_state': /kisskb/src/drivers/misc/isl29003.c:302:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_mode': /kisskb/src/drivers/misc/isl29003.c:266:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_resolution': /kisskb/src/drivers/misc/isl29003.c:233:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/net/batman-adv/bat_v.c: In function 'batadv_v_orig_dump': /kisskb/src/net/batman-adv/bat_v.c:431:6: note: byref variable will be forcibly initialized int sub = cb->args[2]; ^~~ /kisskb/src/net/batman-adv/bat_v.c:430:6: note: byref variable will be forcibly initialized int idx = cb->args[1]; ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_range': /kisskb/src/drivers/misc/isl29003.c:197:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/net/batman-adv/bat_v.c: In function 'batadv_v_neigh_dump': /kisskb/src/net/batman-adv/bat_v.c:219:6: note: byref variable will be forcibly initialized int idx = cb->args[1]; ^~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_new_inode': /kisskb/src/fs/f2fs/namei.c:28:8: note: byref variable will be forcibly initialized nid_t ino; ^~~ /kisskb/src/fs/f2fs/hash.c: In function 'TEA_hash_name': /kisskb/src/fs/f2fs/hash.c:72:15: note: byref variable will be forcibly initialized __u32 in[8], buf[4]; ^~~ /kisskb/src/fs/f2fs/hash.c:72:8: note: byref variable will be forcibly initialized __u32 in[8], buf[4]; ^~ /kisskb/src/fs/f2fs/hash.c: In function 'f2fs_hash_filename': /kisskb/src/fs/f2fs/hash.c:127:16: note: byref variable will be forcibly initialized struct qstr tmp = QSTR_INIT(name, len); ^~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_cross_rename': /kisskb/src/fs/f2fs/namei.c:1122:26: note: byref variable will be forcibly initialized struct page *old_page, *new_page; ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:1122:15: note: byref variable will be forcibly initialized struct page *old_page, *new_page; ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:1121:30: note: byref variable will be forcibly initialized struct page *old_dir_page, *new_dir_page; ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/namei.c:1121:15: note: byref variable will be forcibly initialized struct page *old_dir_page, *new_dir_page; ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_rename': /kisskb/src/fs/f2fs/namei.c:932:26: note: byref variable will be forcibly initialized struct page *old_page, *new_page = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:932:15: note: byref variable will be forcibly initialized struct page *old_page, *new_page = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:931:15: note: byref variable will be forcibly initialized struct page *old_dir_page = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/namei.c:930:16: note: byref variable will be forcibly initialized struct inode *whiteout = NULL; ^~~~~~~~ /kisskb/src/fs/gfs2/recovery.c: In function 'update_statfs_inode': /kisskb/src/fs/gfs2/recovery.c:316:33: note: byref variable will be forcibly initialized struct gfs2_statfs_change_host sc; ^~ /kisskb/src/fs/gfs2/recovery.c:315:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/recovery.c: In function 'clean_journal': /kisskb/src/fs/gfs2/recovery.c:268:6: note: byref variable will be forcibly initialized u32 lblock = head->lh_blkno; ^~~~~~ /kisskb/src/fs/gfs2/recovery.c: In function 'gfs2_recovery_done': /kisskb/src/fs/gfs2/recovery.c:286:8: note: byref variable will be forcibly initialized char *envp[] = { env_jid, env_status, NULL }; ^~~~ /kisskb/src/fs/gfs2/recovery.c:285:7: note: byref variable will be forcibly initialized char env_status[20]; ^~~~~~~~~~ /kisskb/src/fs/gfs2/recovery.c:284:7: note: byref variable will be forcibly initialized char env_jid[20]; ^~~~~~~ /kisskb/src/fs/gfs2/recovery.c: In function 'gfs2_replay_read_block': /kisskb/src/fs/gfs2/recovery.c:38:6: note: byref variable will be forcibly initialized u32 extlen; ^~~~~~ /kisskb/src/fs/gfs2/recovery.c:37:6: note: byref variable will be forcibly initialized u64 dblock; ^~~~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_unlink': /kisskb/src/fs/f2fs/namei.c:591:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/quota.c:38: /kisskb/src/fs/gfs2/quota.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_symlink': /kisskb/src/fs/f2fs/namei.c:665:21: note: byref variable will be forcibly initialized struct fscrypt_str disk_link; ^~~~~~~~~ /kisskb/src/fs/gfs2/recovery.c: In function 'get_log_header': /kisskb/src/fs/gfs2/recovery.c:171:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/recovery.c: In function 'foreach_descriptor': /kisskb/src/fs/gfs2/recovery.c:223:32: note: byref variable will be forcibly initialized struct gfs2_log_header_host lh; ^~ /kisskb/src/fs/gfs2/recovery.c:202:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/recovery.c: In function 'gfs2_recover_func': /kisskb/src/fs/gfs2/recovery.c:409:34: note: byref variable will be forcibly initialized struct gfs2_holder j_gh, ji_gh, thaw_gh; ^~~~~~~ /kisskb/src/fs/gfs2/recovery.c:409:27: note: byref variable will be forcibly initialized struct gfs2_holder j_gh, ji_gh, thaw_gh; ^~~~~ /kisskb/src/fs/gfs2/recovery.c:409:21: note: byref variable will be forcibly initialized struct gfs2_holder j_gh, ji_gh, thaw_gh; ^~~~ /kisskb/src/fs/gfs2/recovery.c:408:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host head; ^~~~ /kisskb/src/fs/f2fs/namei.c: In function '__recover_dot_dentries': /kisskb/src/fs/f2fs/namei.c:454:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_lookup': /kisskb/src/fs/f2fs/namei.c:508:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^~~~~ /kisskb/src/fs/f2fs/namei.c:503:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c: In function 'mgag200_simple_display_pipe_update': /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c:956:18: note: byref variable will be forcibly initialized struct drm_rect damage; ^~~~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_update_extension_list': /kisskb/src/fs/f2fs/namei.c:273:8: note: byref variable will be forcibly initialized char buf[F2FS_MAX_EXTENSION][F2FS_EXTENSION_LEN]; ^~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_get_parent': /kisskb/src/fs/f2fs/namei.c:437:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c: In function 'mgag200_simple_display_pipe_enable': /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c:872:18: note: byref variable will be forcibly initialized struct drm_rect fullscreen = { ^~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/quota.c:38: /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_qd_shrink_scan': /kisskb/src/fs/gfs2/quota.c:166:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/quota.c:38: /kisskb/src/fs/gfs2/quota.c: In function 'hlist_bl_set_first_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_bl.h:17:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(h->first, ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/quota.c: In function 'bh_get': /kisskb/src/fs/gfs2/quota.c:370:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/quota.c: In function 'update_qd': /kisskb/src/fs/gfs2/quota.c:979:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/fs/gfs2/quota.c:977:20: note: byref variable will be forcibly initialized struct gfs2_quota q; ^ /kisskb/src/fs/gfs2/quota.c: In function 'do_glock': /kisskb/src/fs/gfs2/quota.c:1004:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_get_dqblk': /kisskb/src/fs/gfs2/quota.c:1629:21: note: byref variable will be forcibly initialized struct gfs2_holder q_gh; ^~~~ /kisskb/src/fs/gfs2/quota.c:1628:26: note: byref variable will be forcibly initialized struct gfs2_quota_data *qd; ^~ In file included from /kisskb/src/fs/gfs2/quota.c:39: /kisskb/src/fs/gfs2/quota.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_write_buf_to_page': /kisskb/src/fs/gfs2/quota.c:701:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_adjust_quota': /kisskb/src/fs/gfs2/quota.c:823:20: note: byref variable will be forcibly initialized struct gfs2_quota q; ^ /kisskb/src/drivers/misc/pci_endpoint_test.c: In function 'pci_endpoint_test_remove': /kisskb/src/drivers/misc/pci_endpoint_test.c:908:6: note: byref variable will be forcibly initialized 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:38: note: byref variable will be forcibly initialized struct pci_endpoint_test_xfer_param param; ^~~~~ /kisskb/src/fs/gfs2/quota.c: In function 'do_sync': /kisskb/src/fs/gfs2/quota.c:878:27: note: byref variable will be forcibly initialized struct gfs2_holder *ghs, i_gh; ^~~~ /kisskb/src/fs/gfs2/quota.c:877:28: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^~~~~~~~~~ /kisskb/src/fs/gfs2/quota.c:877:15: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^~~~~~~~~~~ /kisskb/src/drivers/misc/pci_endpoint_test.c: In function 'pci_endpoint_test_read': /kisskb/src/drivers/misc/pci_endpoint_test.c:575:38: note: byref variable will be forcibly initialized 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:38: note: byref variable will be forcibly initialized struct pci_endpoint_test_xfer_param param; ^~~~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_set_dqblk': /kisskb/src/fs/gfs2/quota.c:1727:27: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap = { .aflags = 0, }; ^~ /kisskb/src/fs/gfs2/quota.c:1669:28: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^~~~~~~~~~ /kisskb/src/fs/gfs2/quota.c:1669:15: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^~~~~~~~~~~ /kisskb/src/fs/gfs2/quota.c:1668:27: note: byref variable will be forcibly initialized struct gfs2_holder q_gh, i_gh; ^~~~ /kisskb/src/fs/gfs2/quota.c:1668:21: note: byref variable will be forcibly initialized struct gfs2_holder q_gh, i_gh; ^~~~ /kisskb/src/fs/gfs2/quota.c:1667:26: note: byref variable will be forcibly initialized struct gfs2_quota_data *qd; ^~ /kisskb/src/drivers/misc/pci_endpoint_test.c: In function 'pci_endpoint_test_probe': /kisskb/src/drivers/misc/pci_endpoint_test.c:760:7: note: byref variable will be forcibly initialized char name[24]; ^~~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_quota_unlock': /kisskb/src/fs/gfs2/quota.c:1121:26: note: byref variable will be forcibly initialized struct gfs2_quota_data *qda[4]; ^~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_quota_refresh': /kisskb/src/fs/gfs2/quota.c:1330:21: note: byref variable will be forcibly initialized struct gfs2_holder q_gh; ^~~~ /kisskb/src/fs/gfs2/quota.c:1329:26: note: byref variable will be forcibly initialized struct gfs2_quota_data *qd; ^~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_quota_init': /kisskb/src/fs/gfs2/quota.c:1355:6: note: byref variable will be forcibly initialized u32 extlen = 0; ^~~~~~ /kisskb/src/fs/gfs2/quota.c:1354:6: note: byref variable will be forcibly initialized u64 dblock; ^~~~~~ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_quotad': /kisskb/src/fs/gfs2/quota.c:1546:16: note: byref variable will be forcibly initialized unsigned long quotad_timeo = 0; ^~~~~~~~~~~~ /kisskb/src/fs/gfs2/quota.c:1545:16: note: byref variable will be forcibly initialized unsigned long statfs_timeo = 0; ^~~~~~~~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:11, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs': /kisskb/src/fs/gfs2/super.c:883:33: note: byref variable will be forcibly initialized struct gfs2_statfs_change_host sc; ^~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c: In function 'gfs2_upgrade_iopen_glock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:1191:12: note: in expansion of macro 'wait_event_interruptible_timeout' timeout = wait_event_interruptible_timeout(sdp->sd_async_glock_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_dinode_dealloc': /kisskb/src/fs/gfs2/super.c:1091:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_evict_inode': /kisskb/src/fs/gfs2/super.c:1368:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_jindex_free': /kisskb/src/fs/gfs2/super.c:61:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_lock_fs_check_clean': /kisskb/src/fs/gfs2/super.c:330:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host lh; ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c:329:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_make_fs_rw': /kisskb/src/fs/gfs2/super.c:133:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host head; ^~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs_init': /kisskb/src/fs/gfs2/super.c:183:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/super.c:182:22: note: byref variable will be forcibly initialized struct buffer_head *m_bh; ^~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs_sync': /kisskb/src/fs/gfs2/super.c:273:22: note: byref variable will be forcibly initialized struct buffer_head *m_bh; ^~~~ /kisskb/src/fs/gfs2/super.c:272:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_hwmgr.c: In function 'clk_max_freq_mhz_store': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_hwmgr.c:73:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_dirty_inode': /kisskb/src/fs/gfs2/super.c:472:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/super.c:471:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c: In function 'gfs2_make_fs_ro': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:548:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(sdp->sd_log_waitq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:543:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(sdp->sd_log_waitq, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/gfs2/rgrp.c:9: /kisskb/src/fs/gfs2/rgrp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_freeze_func': /kisskb/src/fs/gfs2/super.c:652:21: note: byref variable will be forcibly initialized struct gfs2_holder freeze_gh; ^~~~~~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'read_rindex_entry': /kisskb/src/fs/gfs2/rgrp.c:898:21: note: byref variable will be forcibly initialized struct gfs2_rindex buf; ^~~ /kisskb/src/fs/gfs2/rgrp.c:897:9: note: byref variable will be forcibly initialized loff_t pos = sdp->sd_rgrps * sizeof(struct gfs2_rindex); ^~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_orlov_skip': /kisskb/src/fs/gfs2/rgrp.c:2001:6: note: byref variable will be forcibly initialized u32 skip; ^~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_free_extlen': /kisskb/src/fs/gfs2/rgrp.c:376:18: note: byref variable will be forcibly initialized struct gfs2_rbm rbm = *rrbm; ^~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'rg_mblk_search': /kisskb/src/fs/gfs2/rgrp.c:1579:6: note: byref variable will be forcibly initialized u32 extlen; ^~~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'try_rgrp_unlink': /kisskb/src/fs/gfs2/rgrp.c:1861:18: note: byref variable will be forcibly initialized struct gfs2_rbm rbm = { .rgd = rgd, .bii = 0, .offset = 0 }; ^~~ /kisskb/src/fs/gfs2/rgrp.c:1857:21: note: byref variable will be forcibly initialized struct gfs2_glock *gl; ^~ /kisskb/src/fs/gfs2/rgrp.c: In function 'rgblk_free': /kisskb/src/fs/gfs2/rgrp.c:2272:18: note: byref variable will be forcibly initialized struct gfs2_rbm rbm; ^~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_rgrp_verify': /kisskb/src/fs/gfs2/rgrp.c:470:6: note: byref variable will be forcibly initialized u32 count[4], tmp; ^~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_ri_total': /kisskb/src/fs/gfs2/rgrp.c:849:10: note: byref variable will be forcibly initialized loff_t pos = rgrps * sizeof(struct gfs2_rindex); ^~~ /kisskb/src/fs/gfs2/rgrp.c:845:7: note: byref variable will be forcibly initialized char buf[sizeof(struct gfs2_rindex)]; ^~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_rindex_update': /kisskb/src/fs/gfs2/rgrp.c:1036:21: note: byref variable will be forcibly initialized struct gfs2_holder ri_gh; ^~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_rgrp_error': /kisskb/src/fs/gfs2/rgrp.c:2334:7: note: byref variable will be forcibly initialized char fs_id_buf[sizeof(sdp->sd_fsname) + 7]; ^~~~~~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_check_blk_type': /kisskb/src/fs/gfs2/rgrp.c:2622:18: note: byref variable will be forcibly initialized struct gfs2_rbm rbm; ^~~ /kisskb/src/fs/gfs2/rgrp.c:2621:21: note: byref variable will be forcibly initialized struct gfs2_holder rgd_gh; ^~~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_fitrim': /kisskb/src/fs/gfs2/rgrp.c:1406:6: note: byref variable will be forcibly initialized u64 amt; ^~~ /kisskb/src/fs/gfs2/rgrp.c:1404:22: note: byref variable will be forcibly initialized struct fstrim_range r; ^ /kisskb/src/fs/gfs2/rgrp.c:1403:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_inplace_reserve': /kisskb/src/fs/gfs2/rgrp.c:2063:6: note: byref variable will be forcibly initialized u64 last_unlinked = NO_BLOCK; ^~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_get_razwi_initiator_dma_name': /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_alloc_blocks': /kisskb/src/fs/gfs2/rgrp.c:2433:6: note: byref variable will be forcibly initialized u32 minext = 1; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6936:29: note: byref variable will be forcibly initialized u32 dma_id[2], dma_offset, err_cause[2], mask, i; ^~~~~~~~~ /kisskb/src/fs/gfs2/rgrp.c:2430:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6936:6: note: byref variable will be forcibly initialized u32 dma_id[2], dma_offset, err_cause[2], mask, i; ^~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_sys_dev_entry': /kisskb/src/drivers/base/core.c:3180:7: note: byref variable will be forcibly initialized char devt_str[15]; ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_sys_dev_entry': /kisskb/src/drivers/base/core.c:3193:7: note: byref variable will be forcibly initialized char devt_str[15]; ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_store_ulong': /kisskb/src/drivers/base/core.c:2093:16: note: byref variable will be forcibly initialized unsigned long new; ^~~ /kisskb/src/fs/gfs2/sys.c: In function 'quota_scale_store': /kisskb/src/fs/gfs2/sys.c:628:18: note: byref variable will be forcibly initialized unsigned int x, y; ^ /kisskb/src/fs/gfs2/sys.c:628:15: note: byref variable will be forcibly initialized unsigned int x, y; ^ /kisskb/src/drivers/base/core.c: In function 'device_store_int': /kisskb/src/drivers/base/core.c:2119:7: note: byref variable will be forcibly initialized long new; ^~~ /kisskb/src/fs/gfs2/sys.c: In function 'lkfirst_store': /kisskb/src/fs/gfs2/sys.c:457:11: note: byref variable will be forcibly initialized unsigned first; ^~~~~ /kisskb/src/fs/gfs2/sys.c: In function 'jid_store': /kisskb/src/fs/gfs2/sys.c:559:13: note: byref variable will be forcibly initialized int jid; ^~~ /kisskb/src/fs/gfs2/sys.c: In function 'wdack_store': /kisskb/src/fs/gfs2/sys.c:435:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/fs/gfs2/sys.c: In function 'block_store': /kisskb/src/fs/gfs2/sys.c:408:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/fs/gfs2/sys.c: In function 'tune_set': /kisskb/src/fs/gfs2/sys.c:647:15: note: byref variable will be forcibly initialized unsigned int x; ^ /kisskb/src/fs/gfs2/sys.c: In function 'status_show': /kisskb/src/fs/gfs2/sys.c:68:16: note: byref variable will be forcibly initialized unsigned long f = sdp->sd_flags; ^ /kisskb/src/fs/gfs2/sys.c: In function 'demote_rq_store': /kisskb/src/fs/gfs2/sys.c:299:7: note: byref variable will be forcibly initialized char mode[16]; ^~~~ /kisskb/src/fs/gfs2/sys.c:298:21: note: byref variable will be forcibly initialized unsigned long long glnum; ^~~~~ /kisskb/src/fs/gfs2/sys.c:297:15: note: byref variable will be forcibly initialized unsigned int gltype; ^~~~~~ /kisskb/src/fs/gfs2/sys.c:294:21: note: byref variable will be forcibly initialized struct gfs2_glock *gl; ^~ /kisskb/src/drivers/base/core.c: In function 'dev_set_name': /kisskb/src/drivers/base/core.c:3143:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/fs/gfs2/sys.c: In function 'quota_refresh_group_store': /kisskb/src/fs/gfs2/sys.c:275:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/fs/gfs2/sys.c: In function 'quota_refresh_user_store': /kisskb/src/fs/gfs2/sys.c:253:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/fs/gfs2/sys.c: In function 'quota_sync_store': /kisskb/src/fs/gfs2/sys.c:232:13: note: byref variable will be forcibly initialized int error, val; ^~~ /kisskb/src/fs/gfs2/sys.c: In function 'statfs_sync_store': /kisskb/src/fs/gfs2/sys.c:213:13: note: byref variable will be forcibly initialized int error, val; ^~~ /kisskb/src/fs/gfs2/sys.c: In function 'withdraw_store': /kisskb/src/fs/gfs2/sys.c:192:13: note: byref variable will be forcibly initialized int error, val; ^~~ /kisskb/src/fs/gfs2/sys.c: In function 'freeze_store': /kisskb/src/fs/gfs2/sys.c:156:13: note: byref variable will be forcibly initialized int error, n; ^ 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:1109:12: note: byref variable will be forcibly initialized LIST_HEAD(sync_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_links_driver_bound': /kisskb/src/drivers/base/core.c:1216:12: note: byref variable will be forcibly initialized LIST_HEAD(sync_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/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/highmem.h:10, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/sys.c: In function 'recover_store': /kisskb/src/fs/gfs2/sys.c:523:11: note: byref variable will be forcibly initialized unsigned jid; ^~~ /kisskb/src/fs/gfs2/sys.c: In function 'gfs2_sys_fs_add': /kisskb/src/fs/gfs2/sys.c:720:8: note: byref variable will be forcibly initialized char *envp[] = { ro, spectator, NULL }; ^~~~ /kisskb/src/fs/gfs2/sys.c:719:7: note: byref variable will be forcibly initialized char spectator[20]; ^~~~~~~~~ /kisskb/src/fs/gfs2/sys.c:718:7: note: byref variable will be forcibly initialized char ro[20]; ^~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_print_single_monitor': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:9265:3: note: byref variable will be forcibly initialized scratch_buf2[BIN_REG_STRING_SIZE]; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:9264:7: note: byref variable will be forcibly initialized char scratch_buf1[BIN_REG_STRING_SIZE], ^~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_uevent': /kisskb/src/drivers/base/core.c:2266:10: note: byref variable will be forcibly initialized kgid_t gid = GLOBAL_ROOT_GID; ^~~ /kisskb/src/drivers/base/core.c:2265:10: note: byref variable will be forcibly initialized kuid_t uid = GLOBAL_ROOT_UID; ^~~ /kisskb/src/drivers/base/core.c:2264:11: note: byref variable will be forcibly initialized umode_t mode = 0; ^~~~ /kisskb/src/drivers/base/core.c:2262:15: note: byref variable will be forcibly initialized const char *tmp; ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_ecc_event': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7476:12: note: byref variable will be forcibly initialized u8 index, memory_wrapper_idx = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7475:23: note: byref variable will be forcibly initialized u64 ecc_address = 0, ecc_syndrom = 0; ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7475:6: note: byref variable will be forcibly initialized u64 ecc_address = 0, ecc_syndrom = 0; ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7474:33: note: byref variable will be forcibly initialized struct ecc_info_extract_params params; ^~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child': /kisskb/src/drivers/base/core.c:3670:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_add_arm_monitor_pkt': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:8806:5: note: byref variable will be forcibly initialized u8 mask; ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_gen_wait_cb': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:9037:6: note: byref variable will be forcibly initialized u64 fence_addr = 0; ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_collective_master_init_job': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1172:32: note: byref variable will be forcibly initialized struct hl_gen_wait_properties wait_prop; ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_collective_slave_init_job': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1221:32: note: byref variable will be forcibly initialized struct hl_gen_wait_properties wait_prop; ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_qman_err_generic': /kisskb/src/drivers/base/core.c: In function 'device_for_each_child_reverse': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7387:7: note: byref variable will be forcibly initialized char reg_desc[32]; ^~~~~~~~ /kisskb/src/drivers/base/core.c:3700:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child': /kisskb/src/drivers/base/core.c:3735:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child_by_name': /kisskb/src/drivers/base/core.c:3763:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_qman_err': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7577:7: note: byref variable will be forcibly initialized char desc[32]; ^~~~ /kisskb/src/drivers/base/core.c: In function 'online_store': /kisskb/src/drivers/base/core.c:2400:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/base/core.c: In function 'device_create': /kisskb/src/drivers/base/core.c:4055:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_with_groups': /kisskb/src/drivers/base/core.c:4099:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_print_irq_info': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7663:7: note: byref variable will be forcibly initialized char desc[64] = ""; ^~~~ /kisskb/src/drivers/base/core.c: In function 'dev_err_probe': /kisskb/src/drivers/base/core.c:4662:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/base/core.c:4661:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_send_job_on_qman0': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6851:6: note: byref variable will be forcibly initialized u32 tmp, timeout, dma_offset; ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6849:13: note: byref variable will be forcibly initialized dma_addr_t fence_dma_addr; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/snic/snic_main.c: In function 'snic_dev_wait': /kisskb/src/drivers/scsi/snic/snic_main.c:193:11: note: byref variable will be forcibly initialized int ret, done; ^~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_stats': /kisskb/src/drivers/misc/xilinx_sdfec.c:917:22: note: byref variable will be forcibly initialized struct xsdfec_stats user_stats; ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_security.c: In function 'gaudi_init_range_registers_lbw': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_security.c:12849:6: note: byref variable will be forcibly initialized u32 lbw_rng_end[GAUDI_NUMBER_OF_LBW_RANGES]; ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_security.c:12848:6: note: byref variable will be forcibly initialized u32 lbw_rng_start[GAUDI_NUMBER_OF_LBW_RANGES]; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_set_irq': /kisskb/src/drivers/misc/xilinx_sdfec.c:383:20: note: byref variable will be forcibly initialized struct xsdfec_irq irq; ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_test_queue': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4944:13: note: byref variable will be forcibly initialized dma_addr_t fence_dma_addr; ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4943:17: note: byref variable will be forcibly initialized u32 fence_val, tmp, timeout_usec; ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4942:13: note: byref variable will be forcibly initialized dma_addr_t pkt_dma_addr; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_set_turbo': /kisskb/src/drivers/misc/xilinx_sdfec.c:410:22: note: byref variable will be forcibly initialized struct xsdfec_turbo turbo; ^~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_set_hbm_bar_base': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:686:31: note: byref variable will be forcibly initialized 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:715:32: note: byref variable will be forcibly initialized struct hl_outbound_pci_region outbound_region; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:714:31: note: byref variable will be forcibly initialized struct hl_inbound_pci_region inbound_region; ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_pci_bars_map': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:670:7: note: byref variable will be forcibly initialized bool is_wc[3] = {false, false, true}; ^~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_coresight.c: In function 'gaudi_config_etr': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_coresight.c:605:8: note: byref variable will be forcibly initialized bool is_host = false; ^~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_status': /kisskb/src/drivers/misc/xilinx_sdfec.c:295:23: note: byref variable will be forcibly initialized struct xsdfec_status status; ^~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_turbo': /kisskb/src/drivers/misc/xilinx_sdfec.c:438:22: note: byref variable will be forcibly initialized struct xsdfec_turbo turbo_params; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_table_write': /kisskb/src/drivers/misc/xilinx_sdfec.c:608:15: note: byref variable will be forcibly initialized struct page *pages[MAX_NUM_PAGES]; ^~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_debugfs_read_dma': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6411:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_patch_dma_packet': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5405:21: note: byref variable will be forcibly initialized struct hl_userptr *userptr; ^~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_parse_of': /kisskb/src/drivers/misc/xilinx_sdfec.c:1048:6: note: byref variable will be forcibly initialized u32 dout_word_include; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1047:6: note: byref variable will be forcibly initialized u32 dout_width; ^~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1046:6: note: byref variable will be forcibly initialized u32 din_word_include; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1045:6: note: byref variable will be forcibly initialized u32 din_width; ^~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1044:14: note: byref variable will be forcibly initialized const char *fec_code; ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_patch_cb': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5529:7: note: byref variable will be forcibly initialized u32 new_pkt_size = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_pin_memory_before_cs': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5163:21: note: byref variable will be forcibly initialized struct hl_userptr *userptr; ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_parse_cb_mmu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5611:6: note: byref variable will be forcibly initialized u64 patched_cb_handle; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_parse_cb_no_mmu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5693:6: note: byref variable will be forcibly initialized u64 patched_cb_handle; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_mask': /kisskb/src/drivers/misc/hi6421v600-irq.c:141:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_unmask': /kisskb/src/drivers/misc/hi6421v600-irq.c:158:6: note: byref variable will be forcibly initialized u32 data, offset; ^~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_init': /kisskb/src/drivers/misc/hi6421v600-irq.c:201:15: note: byref variable will be forcibly initialized unsigned int pending; ^~~~~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_handler': /kisskb/src/drivers/misc/hi6421v600-irq.c:104:15: note: byref variable will be forcibly initialized unsigned int in; ^~ /kisskb/src/drivers/misc/hi6421v600-irq.c:103:16: note: byref variable will be forcibly initialized unsigned long pending; ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_fetch_psoc_frequency': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:873:6: note: byref variable will be forcibly initialized 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:1011:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1008:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_early_init': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:765:6: note: byref variable will be forcibly initialized u32 fw_boot_status; ^~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c: In function 'fscache_init_cache': /kisskb/src/fs/fscache/cache.c:183:10: note: byref variable will be forcibly initialized va_list va; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/fs/fscache/cache.c:9: /kisskb/src/fs/fscache/cache.c: In function 'fscache_withdraw_cache': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c:403:2: note: in expansion of macro 'wait_event' wait_event(fscache_cache_cleared_wq, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c:400:2: note: in expansion of macro 'wait_event' wait_event(fscache_cache_cleared_wq, ^~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/fscache/cache.c:9: /kisskb/src/fs/fscache/cache.c:362:12: note: byref variable will be forcibly initialized LIST_HEAD(dying_objects); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/nvme/target/admin-cmd.c: In function 'nvmet_execute_identify_nslist': /kisskb/src/drivers/nvme/target/admin-cmd.c:572:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/nvme/target/admin-cmd.c: In function 'nvmet_format_ana_group': /kisskb/src/drivers/nvme/target/admin-cmd.c:253:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/nvme/target/admin-cmd.c: In function 'nvmet_execute_identify_desclist': /kisskb/src/drivers/nvme/target/admin-cmd.c:623:8: note: byref variable will be forcibly initialized off_t off = 0; ^~~ /kisskb/src/drivers/nvme/target/admin-cmd.c: In function 'nvmet_get_smart_log_all': /kisskb/src/drivers/nvme/target/admin-cmd.c:110:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'mmu_asid_va_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:456:7: note: byref variable will be forcibly initialized 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:401:39: note: byref variable will be forcibly initialized 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:383:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_clk_gate_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1043:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'userptr_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:202:7: note: byref variable will be forcibly initialized 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:331:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_write64': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:733:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:731:6: note: byref variable will be forcibly initialized u64 addr = entry->addr; ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'vm_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:241:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_write32': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:660:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:658:6: note: byref variable will be forcibly initialized u64 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:1141:6: note: byref variable will be forcibly initialized u32 size; ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_dma_size_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:769:6: note: byref variable will be forcibly initialized 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:1085:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_stop_on_err_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1067:7: note: byref variable will be forcibly initialized char tmp_buf[200]; ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_clk_gate_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1025:7: note: byref variable will be forcibly initialized 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:824:7: note: byref variable will be forcibly initialized 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:698:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:696:7: note: byref variable will be forcibly initialized char tmp_buf[32]; ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:694:6: note: byref variable will be forcibly initialized u64 addr = entry->addr; ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_read32': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:625:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:623:7: note: byref variable will be forcibly initialized char tmp_buf[32]; ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:621:6: note: byref variable will be forcibly initialized u64 addr = entry->addr; ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_led_set': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:79:22: note: byref variable will be forcibly initialized struct cpucp_packet pkt; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetPortFacts': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_led2_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:966:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:3255:16: note: byref variable will be forcibly initialized PortFacts_t get_pfacts; ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_led1_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:947:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_led0_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:928:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetIocFacts': /kisskb/src/drivers/message/fusion/mptbase.c:3081:15: note: byref variable will be forcibly initialized IOCFacts_t get_facts; ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_i2c_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:53:22: note: byref variable will be forcibly initialized 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:904:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_i2c_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:25:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:24:22: note: byref variable will be forcibly initialized 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:877:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:876:7: note: byref variable will be forcibly initialized char tmp_buf[32]; ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_set_power_state': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:848:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ 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/highmem.h:10, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/trans.c: In function '__gfs2_trans_begin': /kisskb/src/fs/gfs2/trans.c:44:15: note: byref variable will be forcibly initialized unsigned int extra_revokes; ^~~~~~~~~~~~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c: In function 's3fwrn5_fw_prep_msg': /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:56:27: note: byref variable will be forcibly initialized struct s3fwrn5_fw_header hdr; ^~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c: In function 's3fwrn5_fw_get_bootinfo': /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:80:24: note: byref variable will be forcibly initialized struct sk_buff *msg, *rsp = NULL; ^~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:80:18: note: byref variable will be forcibly initialized struct sk_buff *msg, *rsp = NULL; ^~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c: In function 's3fwrn5_fw_enter_update_mode': /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:114:24: note: byref variable will be forcibly initialized struct sk_buff *msg, *rsp = NULL; ^~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:114:18: note: byref variable will be forcibly initialized struct sk_buff *msg, *rsp = NULL; ^~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:113:41: note: byref variable will be forcibly initialized struct s3fwrn5_fw_cmd_enter_updatemode args; ^~~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c: In function 's3fwrn5_fw_update_sector': /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:186:24: note: byref variable will be forcibly initialized struct sk_buff *msg, *rsp = NULL; ^~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:186:18: note: byref variable will be forcibly initialized struct sk_buff *msg, *rsp = NULL; ^~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:185:38: note: byref variable will be forcibly initialized struct s3fwrn5_fw_cmd_update_sector args; ^~~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c: In function 's3fwrn5_fw_complete_update_mode': /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:243:24: note: byref variable will be forcibly initialized struct sk_buff *msg, *rsp = NULL; ^~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:243:18: note: byref variable will be forcibly initialized struct sk_buff *msg, *rsp = NULL; ^~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c: In function 's3fwrn5_fw_request_firmware': /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:288:6: note: byref variable will be forcibly initialized u32 custom_sig_off; ^~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:287:6: note: byref variable will be forcibly initialized u32 image_off; ^~~~~~~~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:286:6: note: byref variable will be forcibly initialized u32 sig_off; ^~~~~~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c: In function 's3fwrn5_fw_setup': /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:360:41: note: byref variable will be forcibly initialized struct s3fwrn5_fw_cmd_get_bootinfo_rsp bootinfo; ^~~~~~~~ /kisskb/src/drivers/nfc/s3fwrn5/firmware.c: In function 's3fwrn5_fw_download': /kisskb/src/drivers/nfc/s3fwrn5/firmware.c:413:5: note: byref variable will be forcibly initialized u8 hash_data[SHA1_DIGEST_SIZE]; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendPortEnable': /kisskb/src/drivers/message/fusion/mptbase.c:3463:21: note: byref variable will be forcibly initialized MPIDefaultReply_t reply_buf; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:3462:17: note: byref variable will be forcibly initialized PortEnable_t port_enable; ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendEventNotification': /kisskb/src/drivers/message/fusion/mptbase.c:6277:20: note: byref variable will be forcibly initialized MPIDefaultReply_t reply_buf; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6276:22: note: byref variable will be forcibly initialized EventNotification_t evn; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_iocstatus_info_config': /kisskb/src/drivers/message/fusion/mptbase.c:8133:7: note: byref variable will be forcibly initialized char extend_desc[EVENT_DESCR_STR_SZ]; ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'PrimeIocFifos': /kisskb/src/drivers/message/fusion/mptbase.c:4438:13: note: byref variable will be forcibly initialized dma_addr_t alloc_dma; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'pci_disable_io_access': /kisskb/src/drivers/message/fusion/mptbase.c:228:6: note: byref variable will be forcibly initialized u16 command_reg; ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'pci_enable_io_access': /kisskb/src/drivers/message/fusion/mptbase.c:238:6: note: byref variable will be forcibly initialized u16 command_reg; ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mptbase_reply': /kisskb/src/drivers/message/fusion/mptbase.c:631:6: note: byref variable will be forcibly initialized int evHandlers; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendIocInit': /kisskb/src/drivers/message/fusion/mptbase.c:3339:21: note: byref variable will be forcibly initialized MPIDefaultReply_t init_reply; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:3338:14: note: byref variable will be forcibly initialized IOCInit_t ioc_init; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_do_upload': /kisskb/src/drivers/message/fusion/mptbase.c:3578:8: note: byref variable will be forcibly initialized u8 reply[sizeof(FWUploadReply_t)]; ^~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_detach': /kisskb/src/drivers/message/fusion/mptbase.c:2087:7: note: byref variable will be forcibly initialized char pname[64]; ^~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_print_ioc_summary': /kisskb/src/drivers/message/fusion/mptbase.c:6798:7: note: byref variable will be forcibly initialized char expVer[32]; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_is_discovery_complete': /kisskb/src/drivers/message/fusion/mptbase.c:287:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:285:14: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:284:29: note: byref variable will be forcibly initialized ConfigExtendedPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetLanConfigPages': /kisskb/src/drivers/message/fusion/mptbase.c:4954:15: note: byref variable will be forcibly initialized dma_addr_t page1_dma; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:4952:15: note: byref variable will be forcibly initialized dma_addr_t page0_dma; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:4950:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:4949:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_GetScsiPortSettings': /kisskb/src/drivers/message/fusion/mptbase.c:5366:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5365:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5364:15: note: byref variable will be forcibly initialized dma_addr_t buf_dma; ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_readScsiDevicePageHeaders': /kisskb/src/drivers/message/fusion/mptbase.c:5576:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5575:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_1': /kisskb/src/drivers/message/fusion/mptbase.c:6142:15: note: byref variable will be forcibly initialized dma_addr_t ioc1_dma; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6141:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6140:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_4': /kisskb/src/drivers/message/fusion/mptbase.c:6089:15: note: byref variable will be forcibly initialized dma_addr_t ioc4_dma; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6088:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6087:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetIoUnitPage2': /kisskb/src/drivers/message/fusion/mptbase.c:5298:15: note: byref variable will be forcibly initialized dma_addr_t page_dma; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5296:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5295:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_get_manufacturing_pg_0': /kisskb/src/drivers/message/fusion/mptbase.c:6228:14: note: byref variable will be forcibly initialized dma_addr_t buf_dma; ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6227:21: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:6226:15: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_pg0': /kisskb/src/drivers/message/fusion/mptbase.c:5736:15: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5735:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5734:16: note: byref variable will be forcibly initialized 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:5803:15: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5802:23: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5801:17: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_pg1': /kisskb/src/drivers/message/fusion/mptbase.c:5872:15: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5871:23: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5870:17: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_3': /kisskb/src/drivers/message/fusion/mptbase.c:6031:15: note: byref variable will be forcibly initialized dma_addr_t ioc3_dma; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6030:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6029:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/net/nfc/nci/ntf.c: In function 'nci_rf_discover_ntf_packet': /kisskb/src/net/nfc/nci/ntf.c:329:29: note: byref variable will be forcibly initialized struct nci_rf_discover_ntf ntf; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_inactive_raid_volumes': /kisskb/src/drivers/message/fusion/mptbase.c:5650:24: note: byref variable will be forcibly initialized RaidPhysDiskPage0_t phys_disk; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5647:15: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5646:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5645:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/net/nfc/nci/ntf.c: In function 'nci_rf_intf_activated_ntf_packet': /kisskb/src/net/nfc/nci/ntf.c:532:35: note: byref variable will be forcibly initialized struct nci_rf_intf_activated_ntf ntf; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_findImVolumes': /kisskb/src/drivers/message/fusion/mptbase.c:5961:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5960:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5959:15: note: byref variable will be forcibly initialized dma_addr_t ioc2_dma; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_attach': /kisskb/src/drivers/message/fusion/mptbase.c:1776:7: note: byref variable will be forcibly initialized u8 pcixcmd; ^~~~~~~ /kisskb/src/fs/gfs2/util.c: In function 'check_journal_clean': /kisskb/src/fs/gfs2/util.c:56:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host head; ^~~~ /kisskb/src/fs/gfs2/util.c:55:21: note: byref variable will be forcibly initialized struct gfs2_holder j_gh; ^~~~ /kisskb/src/fs/gfs2/util.c: In function 'signal_our_withdraw': /kisskb/src/fs/gfs2/util.c:155:22: note: byref variable will be forcibly initialized struct gfs2_holder freeze_gh; ^~~~~~~~~ /kisskb/src/fs/gfs2/util.c: In function 'gfs2_lm': /kisskb/src/fs/gfs2/util.c:309:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/gfs2/util.c: In function 'gfs2_consist_rgrpd_i': /kisskb/src/fs/gfs2/util.c:468:7: note: byref variable will be forcibly initialized char fs_id_buf[sizeof(sdp->sd_fsname) + 7]; ^~~~~~~~~ /kisskb/src/net/batman-adv/bat_v_elp.c: In function 'batadv_v_elp_get_throughput': /kisskb/src/net/batman-adv/bat_v_elp.c:72:22: note: byref variable will be forcibly initialized struct station_info sinfo; ^~~~~ /kisskb/src/net/batman-adv/bat_v_elp.c:70:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings link_settings; ^~~~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_v_elp.c: In function 'batadv_v_elp_iface_enable': /kisskb/src/net/batman-adv/bat_v_elp.c:347:6: note: byref variable will be forcibly initialized u32 random_seqno; ^~~~~~~~~~~~ /kisskb/src/net/batman-adv/fragmentation.c: In function 'batadv_frag_skb_buffer': /kisskb/src/net/batman-adv/fragmentation.c:315:20: note: byref variable will be forcibly initialized struct hlist_head head = HLIST_HEAD_INIT; ^~~~ /kisskb/src/net/batman-adv/fragmentation.c: In function 'batadv_frag_send_packet': /kisskb/src/net/batman-adv/fragmentation.c:446:28: note: byref variable will be forcibly initialized struct batadv_frag_packet frag_header; ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/bat_v_ogm.h:10, from /kisskb/src/net/batman-adv/bat_v_ogm.c:7: /kisskb/src/net/batman-adv/bat_v_ogm.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c: In function 'vmw_gmr2_bind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c:44:23: note: byref variable will be forcibly initialized SVGAFifoCmdRemapGMR2 remap_cmd; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c:43:24: note: byref variable will be forcibly initialized SVGAFifoCmdDefineGMR2 define_cmd; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c: In function 'vmw_gmr2_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c:109:24: note: byref variable will be forcibly initialized SVGAFifoCmdDefineGMR2 define_cmd; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c: In function 'vmw_gmr_bind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c:132:19: note: byref variable will be forcibly initialized struct vmw_piter data_iter; ^~~~~~~~~ /kisskb/src/net/batman-adv/bat_v_ogm.c: In function 'batadv_v_ogm_metric_update': /kisskb/src/net/batman-adv/bat_v_ogm.c:615:7: note: byref variable will be forcibly initialized bool protection_started = false; ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_v_ogm.c: In function 'batadv_v_ogm_send_softif': /kisskb/src/net/batman-adv/bat_v_ogm.c:267:6: note: byref variable will be forcibly initialized int ogm_buff_len; ^~~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_v_ogm.c:266:17: note: byref variable will be forcibly initialized unsigned char *ogm_buff; ^~~~~~~~ /kisskb/src/net/batman-adv/bat_v_ogm.c: In function 'batadv_v_ogm_init': /kisskb/src/net/batman-adv/bat_v_ogm.c:1045:6: note: byref variable will be forcibly initialized u32 random_seqno; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_execbuf_res_noctx_val_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:362:8: note: byref variable will be forcibly initialized void *ptr; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_res_switch_backup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1722:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vbo; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_bind_query': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1301:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vmw_bo; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_check_define_gmrfb': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1691:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vmw_bo; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_streamoutput': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3083:29: note: byref variable will be forcibly initialized struct vmw_ctx_bindinfo_so binding; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_view_bindings_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:804:32: note: byref variable will be forcibly initialized struct vmw_ctx_bindinfo_view binding; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_execbuf_res_noref_val_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:313:7: note: byref variable will be forcibly initialized bool first_usage; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:312:34: note: byref variable will be forcibly initialized struct vmw_ctx_validation_info *ctx_info; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_so_targets': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2488:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2487:36: note: byref variable will be forcibly initialized struct vmw_ctx_bindinfo_so_target binding; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_index_buffer': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2325:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2324:29: note: byref variable will be forcibly initialized struct vmw_ctx_bindinfo_ib binding; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_vertex_buffers': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2270:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2269:29: note: byref variable will be forcibly initialized struct vmw_ctx_bindinfo_vb binding; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_single_constant_buffer': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2133:29: note: byref variable will be forcibly initialized struct vmw_ctx_bindinfo_cb binding; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2131:23: note: byref variable will be forcibly initialized struct vmw_resource *res = NULL; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_switch_backup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1762:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_tex_state': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1668:32: note: byref variable will be forcibly initialized struct vmw_ctx_bindinfo_tex binding; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1639:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1638:23: note: byref variable will be forcibly initialized struct vmw_resource *ctx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_set_render_target_check': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:907:32: note: byref variable will be forcibly initialized struct vmw_ctx_bindinfo_view binding; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:883:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:882:23: note: byref variable will be forcibly initialized struct vmw_resource *ctx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_wait_gb_query': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1460:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vmw_bo; ^~~~~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_send_cmd': /kisskb/src/net/nfc/nci/hci.c:226:18: note: byref variable will be forcibly initialized struct nci_data data; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_bind_shader': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2715:23: note: byref variable will be forcibly initialized struct vmw_resource *ctx; ^~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_create_pipe': /kisskb/src/net/nfc/nci/hci.c:524:36: note: byref variable will be forcibly initialized struct nci_hci_create_pipe_params params; ^~~~~~ /kisskb/src/net/nfc/nci/hci.c:523:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_shader': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2218:33: note: byref variable will be forcibly initialized struct vmw_ctx_bindinfo_shader binding; ^~~~~~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_open_pipe': /kisskb/src/net/nfc/nci/hci.c:500:18: note: byref variable will be forcibly initialized struct nci_data data; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_set_shader': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2000:29: note: byref variable will be forcibly initialized struct vmw_resource *ctx, *res = NULL; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2000:23: note: byref variable will be forcibly initialized struct vmw_resource *ctx, *res = NULL; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1999:33: note: byref variable will be forcibly initialized struct vmw_ctx_bindinfo_shader binding; ^~~~~~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_set_param': /kisskb/src/net/nfc/nci/hci.c:561:18: note: byref variable will be forcibly initialized struct nci_data data; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_shader_destroy': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1963:23: note: byref variable will be forcibly initialized struct vmw_resource *ctx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_view_remove': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2626:23: note: byref variable will be forcibly initialized struct vmw_resource *view; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_view_define': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2432:23: note: byref variable will be forcibly initialized struct vmw_resource *srf; ^~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_get_param': /kisskb/src/net/nfc/nci/hci.c:608:18: note: byref variable will be forcibly initialized struct nci_data data; ^~~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_connect_gate': /kisskb/src/net/nfc/nci/hci.c:649:6: note: byref variable will be forcibly initialized int r; ^ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_end_gb_query': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1384:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vmw_bo; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_wait_query': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1494:23: note: byref variable will be forcibly initialized VMW_DECLARE_CMD_VAR(gb_cmd, SVGA3dCmdWaitForGBQuery); ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:56:4: note: in definition of macro 'VMW_DECLARE_CMD_VAR' } __var ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1488:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vmw_bo; ^~~~~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_dev_session_init': /kisskb/src/net/nfc/nci/hci.c:716:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_end_query': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1420:23: note: byref variable will be forcibly initialized VMW_DECLARE_CMD_VAR(gb_cmd, SVGA3dCmdEndGBQuery); ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:56:4: note: in definition of macro 'VMW_DECLARE_CMD_VAR' } __var ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1414:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vmw_bo; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_begin_query': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1355:23: note: byref variable will be forcibly initialized VMW_DECLARE_CMD_VAR(gb_cmd, SVGA3dCmdBeginGBQuery); ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:56:4: note: in definition of macro 'VMW_DECLARE_CMD_VAR' } __var ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_shader_define': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1924:23: note: byref variable will be forcibly initialized struct vmw_resource *ctx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dma': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1525:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vmw_bo = NULL; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_execbuf_fence_commands': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3777:11: note: byref variable will be forcibly initialized uint32_t sequence; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_execbuf_copy_fence_user': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3833:27: note: byref variable will be forcibly initialized struct drm_vmw_fence_rep fence_rep; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function '__vmw_execbuf_release_pinned_bo': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:4325:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *lfence = NULL; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_execbuf_process': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:4051:11: note: byref variable will be forcibly initialized uint32_t handle = 0; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:4050:28: note: byref variable will be forcibly initialized struct vmw_cmdbuf_header *header; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:4049:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence = NULL; ^~~~~ /kisskb/src/fs/fscache/fsdef.c: In function 'fscache_fsdef_netfs_check_aux': /kisskb/src/fs/fscache/fsdef.c:81:11: note: byref variable will be forcibly initialized uint32_t version; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/fscache/cookie.c:12: /kisskb/src/fs/fscache/cookie.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_cursor_update_bo': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:95:25: note: byref variable will be forcibly initialized struct ttm_bo_kmap_obj map; ^~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h:34, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:37: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_surface_unreference': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1579:23: note: byref variable will be forcibly initialized struct vmw_resource *res = &tmp_srf->res; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/fs/fscache/cookie.c:13: /kisskb/src/fs/fscache/cookie.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_framebuffer_bo_dirty': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1014:23: note: byref variable will be forcibly initialized struct drm_clip_rect norect; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_cursor_snoop': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:153:25: note: byref variable will be forcibly initialized struct ttm_bo_kmap_obj map; ^~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_cookies_seq_show': /kisskb/src/fs/fscache/cookie.c:986:7: note: byref variable will be forcibly initialized char _type[3], *type; ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c: In function 'vmw_surface_unreference': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1579:23: note: byref variable will be forcibly initialized struct vmw_resource *res = &tmp_srf->res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c: In function 'vmw_present_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c:176:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c:171:22: note: byref variable will be forcibly initialized struct vmw_surface *surface; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c: In function 'vmw_dummy_query_bo_create': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:394:25: note: byref variable will be forcibly initialized struct ttm_bo_kmap_obj map; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:393:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vbo; ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/fscache/cookie.c:12: /kisskb/src/fs/fscache/cookie.c: In function '__fscache_disable_cookie': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:770:3: note: in expansion of macro 'wait_var_event' wait_var_event(&cookie->n_active, ^~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_cookie_put': /kisskb/src/fs/fscache/cookie.c:864:6: note: byref variable will be forcibly initialized int ref; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_new_framebuffer': /kisskb/src/fs/fscache/cookie.c: In function 'fscache_cookie_get': /kisskb/src/fs/fscache/cookie.c:893:6: note: byref variable will be forcibly initialized int ref; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1313:26: note: byref variable will be forcibly initialized struct vmw_framebuffer *vfb = NULL; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_fb_create': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1375:26: note: byref variable will be forcibly initialized struct ttm_base_object *user_obj; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1374:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *bo = NULL; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1373:22: note: byref variable will be forcibly initialized struct vmw_surface *surface = NULL; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c: In function 'vmw_generic_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:1238:15: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c: In function 'vmw_print_bitmap': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:345:7: note: byref variable will be forcibly initialized char buf[512]; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_du_update_layout': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1951:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1950:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_update_layout_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2294:19: note: byref variable will be forcibly initialized struct drm_rect def_rect = {0, 0, 800, 600}; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_helper_dirty': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2393:27: note: byref variable will be forcibly initialized struct vmw_display_unit *units[VMWGFX_NUM_DISPLAY_UNITS]; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_helper_validation_finish': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2508:11: note: byref variable will be forcibly initialized uint32_t handle = 0; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2507:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence = NULL; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_du_helper_plane_update': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2746:18: note: byref variable will be forcibly initialized struct drm_rect bb; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2745:18: note: byref variable will be forcibly initialized struct drm_rect clip; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2744:39: note: byref variable will be forcibly initialized struct drm_atomic_helper_damage_iter iter; ^~~~ /kisskb/src/drivers/net/mdio/fwnode_mdio.c: In function 'fwnode_find_mii_timestamper': /kisskb/src/drivers/net/mdio/fwnode_mdio.c:20:25: note: byref variable will be forcibly initialized struct of_phandle_args arg; ^~~ /kisskb/src/drivers/net/mdio/fwnode_mdio.c: In function 'fwnode_mdiobus_register_phy': /kisskb/src/drivers/net/mdio/fwnode_mdio.c:91:6: note: byref variable will be forcibly initialized u32 phy_id; ^~~~~~ /kisskb/src/drivers/nvme/target/fabrics-cmd.c: In function 'nvmet_execute_admin_connect': /kisskb/src/drivers/nvme/target/fabrics-cmd.c:174:21: note: byref variable will be forcibly initialized struct nvmet_ctrl *ctrl = NULL; ^~~~ 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:264, from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/net/phy/phy-core.c:5: /kisskb/src/drivers/net/phy/phy-core.c: In function 'phy_resolve_min_speed': /kisskb/src/drivers/net/phy/phy-core.c:420:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy-core.c:420:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/discovery.c: In function 'nvmet_execute_disc_get_log_page': /kisskb/src/drivers/nvme/target/discovery.c:209:8: note: byref variable will be forcibly initialized char traddr[NVMF_TRADDR_SIZE]; ^~~~~~ /kisskb/src/drivers/net/phy/phy-core.c: In function 'of_set_phy_supported': /kisskb/src/drivers/net/phy/phy-core.c:293:6: note: byref variable will be forcibly initialized u32 max_speed; ^~~~~~~~~ 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:264, from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/net/phy/phy-core.c:5: /kisskb/src/drivers/net/phy/phy-core.c: In function 'phy_resolve_aneg_linkmode': /kisskb/src/drivers/net/phy/phy-core.c:364:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy-core.c:364:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy-core.c: In function 'phy_check_downshift': /kisskb/src/drivers/net/phy/phy-core.c:391:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy-core.c:391:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/s3fwrn5/nci.c: In function 's3fwrn5_nci_rf_configure': /kisskb/src/drivers/nfc/s3fwrn5/nci.c:53:33: note: byref variable will be forcibly initialized struct nci_prop_stop_rfreg_cmd stop_rfreg; ^~~~~~~~~~ /kisskb/src/drivers/nfc/s3fwrn5/nci.c:52:32: note: byref variable will be forcibly initialized struct nci_prop_set_rfreg_cmd set_rfreg; ^~~~~~~~~ /kisskb/src/drivers/nfc/s3fwrn5/nci.c:51:29: note: byref variable will be forcibly initialized struct nci_prop_fw_cfg_cmd fw_cfg; ^~~~~~ /kisskb/src/drivers/nfc/s3fwrn5/nci.c:50:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/inline.c:9: /kisskb/src/fs/f2fs/inline.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:124:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&inode->i_verity_info); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/f2fs.h:2060, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:171:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:171:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__inode_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_sync_file_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_sync_fs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:270:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_fs, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:270:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_fs, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_unlink_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_unlink_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_unlink_enter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_truncate_data_blocks_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__truncate_op': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:402:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:402:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_add_inline_entries': /kisskb/src/fs/f2fs/inline.c:462:24: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^~~~~ /kisskb/src/fs/f2fs/inline.c:454:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__truncate_node': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_truncate_partial_nodes': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_file_write_iter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_map_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_background_gc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:614:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:614:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_gc_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_gc_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_get_victim': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_move_inline_dirents': /kisskb/src/fs/f2fs/inline.c:384:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr src, dst; ^~~ /kisskb/src/fs/f2fs/inline.c:382:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:801:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:801:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:827:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:827:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_readdir': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:857:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:857:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_fallocate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_direct_IO_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:926:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:926:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_direct_IO_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_convert_inline_page': /kisskb/src/fs/f2fs/inline.c:124:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_reserve_new_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:989:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:989:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__bio': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1076:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1076:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_convert_inline_inode': /kisskb/src/fs/f2fs/inline.c:187:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_write_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1147:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1147:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_write_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_write_inline_data': /kisskb/src/fs/f2fs/inline.c:231:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_filemap_fault': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_writepages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_readpages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1383:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1383:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readpages, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_write_checkpoint': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1409:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_checkpoint, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_find_in_inline_dir': /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1409:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_checkpoint, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c:328:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_discard': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_discard, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_discard, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_make_empty_inline_dir': /kisskb/src/fs/f2fs/inline.c:358:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_try_convert_inline_dir': /kisskb/src/fs/f2fs/inline.c:567:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_issue_reset_zone': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_reset_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1478:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1499:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1499:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_add_inline_entry': /kisskb/src/fs/f2fs/inline.c:610:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_extent_tree_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1527:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_extent_tree_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1527:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_extent_tree_start, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_extent_tree_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1550:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1550:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_delete_inline_entry': /kisskb/src/fs/f2fs/inline.c:670:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_update_extent_tree_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1586:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1586:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_empty_inline_dir': /kisskb/src/fs/f2fs/inline.c:702:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_shrink_extent_tree': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1617:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shrink_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1617:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shrink_extent_tree, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_read_inline_dir': /kisskb/src/fs/f2fs/inline.c:726:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_destroy_extent_tree': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_destroy_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_destroy_extent_tree, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_inline_data_fiemap': /kisskb/src/fs/f2fs/inline.c:763:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_sync_dirty_inodes': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1665:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1665:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_shutdown': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1703:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1703:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shutdown, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_zip_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_zip_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1758:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1758:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_iostat': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1822:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1822:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_iostat_latency': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat_latency, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_bmap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1994:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1994:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_bmap, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_fiemap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/f2fs.h:2060, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:171:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__inode_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_sync_file_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_sync_fs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:270:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_fs, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_unlink_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_unlink_enter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_truncate_data_blocks_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__truncate_op': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:402:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__truncate_node': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_truncate_partial_nodes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_file_write_iter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_map_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_background_gc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:614:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_gc_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_get_victim': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_lookup_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:801:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:827:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:857:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_direct_IO_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:926:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_direct_IO_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_reserve_new_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:989:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__bio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1076:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_write_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1147:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_filemap_fault': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_writepages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_readpages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1383:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1409:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_reset_zone, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_issue_flush': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1499:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_lookup_extent_tree_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1527:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_extent_tree_start, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_lookup_extent_tree_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1550:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_update_extent_tree_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1586:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1617:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_destroy_extent_tree, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_sync_dirty_inodes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1665:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1703:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_zip_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1758:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_iostat': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1822:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_iostat_latency': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat_latency, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_bmap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1994:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/f2fs/super.c:8: /kisskb/src/fs/f2fs/super.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/f2fs/super.c:12: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/f2fs.h:2060, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__submit_page_bio': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1017:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__submit_page_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1017:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__submit_page_bio, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/f2fs.h:2060, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__submit_page_bio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1017:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__submit_page_bio, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/f2fs.h:2060, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1207:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1207:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:2060, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1207:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__page, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/f2fs.h:2060, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__inode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:171:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:171:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_sync_file_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_truncate_data_blocks_range': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_truncate_partial_nodes': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_file_write_iter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_background_gc': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:614:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:614:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:614:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:614:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:614:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:614:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:614:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:614:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:827:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:827:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:827:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:827:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:827:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:827:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:827:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:827:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_readdir': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:857:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:857:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:857:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:857:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:857:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:857:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:857:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:857:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:926:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:926:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:926:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:926:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:926:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:926:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:926:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:926:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:989:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:989:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:989:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:989:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:989:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:989:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:989:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:989:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_write_begin': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1147:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1147:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1147:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1147:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1147:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1147:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1147:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1147:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_write_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1499:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1499:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1499:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1499:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1499:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1499:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1499:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1499:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1586:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1586:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1586:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1586:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1586:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1586:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1586:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1586:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1758:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1758:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1758:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1758:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1758:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1758:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1758:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1758:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:270:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_fs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:270:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_fs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:270:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_fs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:270:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_fs, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__inode_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_unlink_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_unlink_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_unlink_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_unlink_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_unlink_enter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__truncate_op': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:402:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:402:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:402:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:402:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__submit_page_bio': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1017:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__submit_page_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1017:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__submit_page_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1017:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__submit_page_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1017:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1207:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1207:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1207:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1207:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_reset_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_reset_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1478:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_reset_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1478:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1527:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_extent_tree_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1527:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_extent_tree_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1527:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_extent_tree_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1527:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_destroy_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_destroy_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_destroy_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_destroy_extent_tree, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_iostat': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1822:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1822:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1822:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1822:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_iostat_latency': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_iostat_latency, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__truncate_node': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_map_blocks': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_lookup_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:801:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:801:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:801:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:801:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:801:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:801:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__bio': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1076:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1076:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1076:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1076:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1076:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1076:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_filemap_fault': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_writepages': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_readpages': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1383:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1383:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1383:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1383:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1383:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1383:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readpages, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_write_checkpoint': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1409:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_checkpoint, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1409:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_checkpoint, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1409:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_checkpoint, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1409:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_checkpoint, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1409:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_checkpoint, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1409:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_checkpoint, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_discard': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_discard, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_discard, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_discard, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_discard, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_discard, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1550:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1550:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1550:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1550:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1550:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1550:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_shrink_extent_tree': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1617:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shrink_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1617:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shrink_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1617:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shrink_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1617:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shrink_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1617:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shrink_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1617:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1665:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1665:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1665:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1665:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1665:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1665:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1703:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1703:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1703:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1703:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1703:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1703:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shutdown, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_bmap': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1994:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1994:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1994:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1994:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1994:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1994:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_bmap, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_gc_begin': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST10' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:642:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:53:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:53:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST11' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:694:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:749:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_fallocate': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:886:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:955:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_fiemap': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2020:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ In file included from /kisskb/src/fs/f2fs/super.c:31: /kisskb/src/fs/f2fs/super.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1882:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/f2fs/super.c: In function 'kill_f2fs_super': /kisskb/src/fs/f2fs/super.c:4435:22: note: byref variable will be forcibly initialized struct cp_control cpc = { ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/fs/f2fs/checkpoint.c:8: /kisskb/src/fs/f2fs/checkpoint.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:11, from /kisskb/src/fs/f2fs/checkpoint.c:9: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_quota_write': /kisskb/src/fs/f2fs/super.c:2452:8: note: byref variable will be forcibly initialized void *fsdata = NULL; ^~~~~~ /kisskb/src/fs/f2fs/super.c:2451:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'recover_orphan_inode': /kisskb/src/fs/f2fs/checkpoint.c:643:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ In file included from /kisskb/src/fs/f2fs/checkpoint.c:18: /kisskb/src/fs/f2fs/checkpoint.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1882:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'get_phy_c45_ids': /kisskb/src/drivers/net/phy/phy_device.c:718:6: note: byref variable will be forcibly initialized u32 devs_in_pkg = 0; ^~~~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function '__prepare_cp_block': /kisskb/src/fs/f2fs/checkpoint.c:1149:8: note: byref variable will be forcibly initialized nid_t last_nid = nm_i->next_scan_nid; ^~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_printk': /kisskb/src/fs/f2fs/super.c:244:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'validate_checkpoint': /kisskb/src/fs/f2fs/checkpoint.c:868:26: note: byref variable will be forcibly initialized struct f2fs_checkpoint *cp_block = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c:867:34: note: byref variable will be forcibly initialized struct page *cp_page_1 = NULL, *cp_page_2 = NULL; ^~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c:867:15: note: byref variable will be forcibly initialized struct page *cp_page_1 = NULL, *cp_page_2 = NULL; ^~~~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_get_int_delay_property': /kisskb/src/drivers/net/phy/phy_device.c:2810:6: note: byref variable will be forcibly initialized s32 int_delay; ^~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_ra_meta_pages': /kisskb/src/fs/f2fs/checkpoint.c:227:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_sync_meta_pages': /kisskb/src/fs/f2fs/checkpoint.c:381:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'fwnode_get_phy_id': /kisskb/src/fs/f2fs/checkpoint.c:375:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/checkpoint.c:374:10: note: byref variable will be forcibly initialized pgoff_t index = 0, prev = ULONG_MAX; ^~~~~ /kisskb/src/drivers/net/phy/phy_device.c:841:14: note: byref variable will be forcibly initialized const char *cp; ^~ /kisskb/src/drivers/net/phy/phy_device.c:840:22: note: byref variable will be forcibly initialized unsigned int upper, lower; ^~~~~ /kisskb/src/drivers/net/phy/phy_device.c:840:15: note: byref variable will be forcibly initialized unsigned int upper, lower; ^~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'get_phy_device': /kisskb/src/drivers/net/phy/phy_device.c:878:6: note: byref variable will be forcibly initialized u32 phy_id = 0; ^~~~~~ /kisskb/src/drivers/net/phy/phy_device.c:877:28: note: byref variable will be forcibly initialized struct phy_c45_device_ids c45_ids; ^~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_attached_info_irq': /kisskb/src/drivers/net/phy/phy_device.c:1205:7: note: byref variable will be forcibly initialized char irq_num[8]; ^~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_attached_print': /kisskb/src/drivers/net/phy/phy_device.c:1233:11: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_set_lz4hc_level': /kisskb/src/fs/f2fs/super.c:543:15: note: byref variable will be forcibly initialized unsigned int level; ^~~~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_set_zstd_level': /kisskb/src/fs/f2fs/super.c:578:15: note: byref variable will be forcibly initialized unsigned int level; ^~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_get_valid_checkpoint': /kisskb/src/fs/f2fs/checkpoint.c:909:38: note: byref variable will be forcibly initialized unsigned long long cp1_version = 0, cp2_version = 0; ^~~~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c:909:21: note: byref variable will be forcibly initialized unsigned long long cp1_version = 0, cp2_version = 0; ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'parse_options': /kisskb/src/fs/f2fs/super.c:616:6: note: byref variable will be forcibly initialized int arg = 0; ^~~ /kisskb/src/fs/f2fs/super.c:609:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_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/f2fs/checkpoint.c:8: /kisskb/src/fs/f2fs/checkpoint.c: In function 'issue_checkpoint_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c:1799:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(*q, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_issue_checkpoint': /kisskb/src/fs/f2fs/checkpoint.c:1830:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^~~ /kisskb/src/fs/f2fs/checkpoint.c:1829:18: note: byref variable will be forcibly initialized struct ckpt_req req; ^~~ 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:264, 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/net/phy/phy_device.c:12: /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_advertise_supported': /kisskb/src/drivers/net/phy/phy_device.c:2674:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(new); ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy_device.c:2674:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(new); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_set_asym_pause': /kisskb/src/drivers/net/phy/phy_device.c:2745:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(oldadv); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy_device.c:2745:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(oldadv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_setup_casefold': /kisskb/src/fs/f2fs/super.c:3844:9: note: byref variable will be forcibly initialized __u16 encoding_flags; ^~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c:3842:35: note: byref variable will be forcibly initialized const struct f2fs_sb_encodings *encoding_info; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_disable_checkpoint': /kisskb/src/fs/f2fs/super.c:2034:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_put_super': /kisskb/src/fs/f2fs/super.c:1521:21: note: byref variable will be forcibly initialized struct cp_control cpc = { ^~~ /kisskb/src/fs/f2fs/super.c:1510:21: note: byref variable will be forcibly initialized struct cp_control cpc = { ^~~ /kisskb/src/drivers/nfc/s3fwrn5/i2c.c: In function 's3fwrn5_i2c_read': /kisskb/src/drivers/nfc/s3fwrn5/i2c.c:85:7: note: byref variable will be forcibly initialized char hdr[4]; ^~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_fill_super': /kisskb/src/fs/f2fs/super.c:3901:19: note: byref variable will be forcibly initialized int recovery, i, valid_super_block; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c:3901:6: note: byref variable will be forcibly initialized int recovery, i, valid_super_block; ^~~~~~~~ /kisskb/src/fs/f2fs/super.c:3896:27: note: byref variable will be forcibly initialized struct f2fs_super_block *raw_super; ^~~~~~~~~ /kisskb/src/net/batman-adv/gateway_common.c: In function 'batadv_gw_tvlv_ogm_handler_v1': /kisskb/src/net/batman-adv/gateway_common.c:222:34: note: byref variable will be forcibly initialized struct batadv_tvlv_gateway_data gateway, *gateway_ptr; ^~~~~~~ /kisskb/src/net/batman-adv/gateway_common.c: In function 'batadv_parse_throughput': /kisskb/src/net/batman-adv/gateway_common.c:40:6: note: byref variable will be forcibly initialized u64 lthroughput; ^~~~~~~~~~~ /kisskb/src/net/batman-adv/gateway_common.c: In function 'batadv_gw_tvlv_container_update': /kisskb/src/net/batman-adv/gateway_common.c:136:34: note: byref variable will be forcibly initialized struct batadv_tvlv_gateway_data gw; ^~ /kisskb/src/net/batman-adv/gateway_common.c: In function 'batadv_gw_bandwidth_set': /kisskb/src/net/batman-adv/gateway_common.c:174:6: note: byref variable will be forcibly initialized u32 up_new = 0; ^~~~~~ /kisskb/src/net/batman-adv/gateway_common.c:173:6: note: byref variable will be forcibly initialized u32 down_new = 0; ^~~~~~~~ /kisskb/src/fs/squashfs/block.c: In function 'squashfs_read_data': /kisskb/src/fs/squashfs/block.c:163:24: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all = {}; ^~~~~~~~ /kisskb/src/fs/squashfs/block.c:148:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/fs/squashfs/block.c:145:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c: In function 'vmw_ttm_map_dma': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c:326:19: note: byref variable will be forcibly initialized struct vmw_piter iter; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c: In function 'vmw_bo_create_and_populate': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c:739:28: note: byref variable will be forcibly initialized struct ttm_buffer_object *bo; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_check_buffer': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:545:19: note: byref variable will be forcibly initialized struct list_head val_list; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_backoff_reservation': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:633:19: note: byref variable will be forcibly initialized struct list_head val_list; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:130:31: note: byref variable will be forcibly initialized struct ttm_validate_buffer val_buf; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_do_evict': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:656:29: note: byref variable will be forcibly initialized struct ttm_validate_buffer val_buf; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_evict_type': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:923:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ticket; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:920:23: note: byref variable will be forcibly initialized struct vmw_resource *evict_res; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_user_resource_lookup_handle': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:261:26: note: byref variable will be forcibly initialized struct ttm_base_object *base; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_user_lookup_handle': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:328:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_validate': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:707:29: note: byref variable will be forcibly initialized struct ttm_validate_buffer val_buf; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:704:23: note: byref variable will be forcibly initialized struct vmw_resource *evict_res; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_query_move_notify': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:879:25: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c: In function 'vmw_fifo_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c:244:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c:240:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_dev': /kisskb/src/drivers/base/bus.c:291:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/bus.c: In function 'bus_find_device': /kisskb/src/drivers/base/bus.c:326:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/bus.c: In function 'subsys_find_device_by_id': /kisskb/src/drivers/base/bus.c:355:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_drv': /kisskb/src/drivers/base/bus.c:417:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ In file included from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/base/bus.c:11: /kisskb/src/drivers/base/bus.c: In function 'bus_sort_breadthfirst': /kisskb/src/drivers/base/bus.c:935:12: note: byref variable will be forcibly initialized LIST_HEAD(sorted_devices); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_register': /kisskb/src/drivers/base/bus.c:1022:25: note: byref variable will be forcibly initialized struct subsys_dev_iter iter; ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_unregister': /kisskb/src/drivers/base/bus.c:1049:25: note: byref variable will be forcibly initialized struct subsys_dev_iter iter; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/gateway_client.h:10, from /kisskb/src/net/batman-adv/gateway_client.c:7: /kisskb/src/net/batman-adv/gateway_client.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fscache.h:523, from /kisskb/src/fs/fscache/internal.h:28, from /kisskb/src/fs/fscache/main.c:16: /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_cookie': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_acquire': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_acquire, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_relinquish': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_relinquish, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_relinquish, ^~~~~~~~~~~ /kisskb/src/net/batman-adv/gateway_client.c: In function 'batadv_gw_select': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/gateway_client.c:137:17: note: in expansion of macro 'rcu_replace_pointer' curr_gw_node = rcu_replace_pointer(bat_priv->gw.curr_gw, new_gw_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_enable': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_enable, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_disable': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:292:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_disable, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:292:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_disable, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_osm': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_check_page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_wake_cookie': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wake_cookie, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wake_cookie, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_op': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_page_op': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_wrote_page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_gang_lookup': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fscache.h:523, from /kisskb/src/fs/fscache/internal.h:28, from /kisskb/src/fs/fscache/main.c:16: /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_cookie': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_acquire': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_acquire, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_relinquish': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_relinquish, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_enable': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_enable, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_disable': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:292:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_disable, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_osm': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_check_page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_wake_cookie': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wake_cookie, ^~~~~~~~~~~ /kisskb/src/net/batman-adv/gateway_client.c: In function 'batadv_gw_node_delete': /kisskb/src/net/batman-adv/gateway_client.c:467:34: note: byref variable will be forcibly initialized struct batadv_tvlv_gateway_data gateway; ^~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_op': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_page_op': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_wrote_page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_gang_lookup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fscache.h:523, from /kisskb/src/fs/fscache/internal.h:28, from /kisskb/src/fs/fscache/main.c:16: /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_netfs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:186:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_netfs, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:186:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_netfs, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fscache.h:523, from /kisskb/src/fs/fscache/internal.h:28, from /kisskb/src/fs/fscache/main.c:16: /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_netfs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:186:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_netfs, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/fscache.h:523, from /kisskb/src/fs/fscache/internal.h:28, from /kisskb/src/fs/fscache/main.c:16: /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_cookie': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_page': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_op': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_netfs': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:186:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_netfs, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:186:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_netfs, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_acquire': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_acquire, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_enable': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_enable, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_disable': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:292:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_disable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:292:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_disable, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_wake_cookie': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wake_cookie, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wake_cookie, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_relinquish': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_relinquish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_relinquish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_relinquish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_relinquish, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_osm': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_gang_lookup': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_check_page': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_page_op': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_wrote_page': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/hard-interface.h:10, from /kisskb/src/net/batman-adv/hard-interface.c:7: /kisskb/src/net/batman-adv/hard-interface.c: In function 'batadv_primary_if_select': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/hard-interface.c:472:20: note: in expansion of macro 'rcu_replace_pointer' curr_hard_iface = rcu_replace_pointer(bat_priv->primary_if, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/hard-interface.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/nfc/hci/core.c: In function 'hci_dev_version': /kisskb/src/net/nfc/hci/core.c:523:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/net/nfc/hci/core.c: In function 'hci_dev_session_init': /kisskb/src/net/nfc/hci/core.c:466:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/net/nfc/hci/core.c: In function 'nfc_hci_target_discovered': /kisskb/src/net/nfc/hci/core.c:289:18: note: byref variable will be forcibly initialized struct sk_buff *uid_skb = NULL; ^~~~~~~ /kisskb/src/net/nfc/hci/core.c:288:18: note: byref variable will be forcibly initialized struct sk_buff *sak_skb = NULL; ^~~~~~~ /kisskb/src/net/nfc/hci/core.c:287:18: note: byref variable will be forcibly initialized struct sk_buff *atqa_skb = NULL; ^~~~~~~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c: In function 'nvmet_bdev_execute_write_zeroes': /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:414:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c: In function 'nvmet_bdev_execute_discard': /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:366:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:365:24: note: byref variable will be forcibly initialized struct nvme_dsm_range range; ^~~~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c: In function 'nvmet_bdev_execute_rw': /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:240:25: note: byref variable will be forcibly initialized struct sg_mapping_iter prot_miter; ^~~~~~~~~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:237:18: note: byref variable will be forcibly initialized 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/highmem.h:10, 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/include/linux/etherdevice.h:20, from /kisskb/src/net/batman-adv/main.h:209, from /kisskb/src/net/batman-adv/hash.h:10, from /kisskb/src/net/batman-adv/hash.c:7: /kisskb/src/net/batman-adv/hash.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvme/target/io-cmd-file.c: In function 'nvmet_file_execute_discard': /kisskb/src/drivers/nvme/target/io-cmd-file.c:299:24: note: byref variable will be forcibly initialized struct nvme_dsm_range range; ^~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/nvme/target/nvmet.h:20, from /kisskb/src/drivers/nvme/target/io-cmd-file.c:11: /kisskb/src/drivers/nvme/target/io-cmd-file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvme/target/io-cmd-file.c: In function 'nvmet_file_submit_bvec': /kisskb/src/drivers/nvme/target/io-cmd-file.c:106:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/drivers/nvme/target/io-cmd-file.c: In function 'nvmet_file_ns_revalidate': /kisskb/src/drivers/nvme/target/io-cmd-file.c:18:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ In file included from /kisskb/src/drivers/net/mdio/of_mdio.c:19: /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_mdio_parse_addr': /kisskb/src/include/linux/of_mdio.h:40:6: note: byref variable will be forcibly initialized u32 addr; ^~~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_mdiobus_child_is_phy': /kisskb/src/drivers/net/mdio/of_mdio.c:115:6: note: byref variable will be forcibly initialized u32 phy_id; ^~~~~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_phy_is_fixed_link': /kisskb/src/drivers/net/mdio/of_mdio.c:356:14: note: byref variable will be forcibly initialized const char *managed; ^~~~~~~ /kisskb/src/drivers/net/mdio/of_mdio.c:355:6: note: byref variable will be forcibly initialized int len, err; ^~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_phy_register_fixed_link': /kisskb/src/drivers/net/mdio/of_mdio.c:383:14: note: byref variable will be forcibly initialized const char *managed; ^~~~~~~ /kisskb/src/drivers/net/mdio/of_mdio.c:382:6: note: byref variable will be forcibly initialized u32 fixed_link_prop[5]; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_phy_get_and_connect': /kisskb/src/drivers/net/mdio/of_mdio.c:315:18: note: byref variable will be forcibly initialized phy_interface_t iface; ^~~~~ 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:264, 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/include/linux/linkmode.h:4, from /kisskb/src/drivers/net/phy/linkmode.c:2: /kisskb/src/drivers/net/phy/linkmode.c: In function 'linkmode_resolve_pause': /kisskb/src/drivers/net/phy/linkmode.c:28:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(m); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/linkmode.c:28:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(m); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/nvme/target/fc.c:6: /kisskb/src/drivers/nvme/target/fc.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/nvme/target/fc.c:7: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/nvme/target/fc.c:7: /kisskb/src/drivers/nvme/target/fc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/nvme/target/fc.c:6: /kisskb/src/drivers/nvme/target/fc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/fc.c: In function '__nvme_fc_parse_u64': /kisskb/src/drivers/nvme/target/fc.c:2791:6: note: byref variable will be forcibly initialized u64 token64; ^~~~~~~ /kisskb/src/drivers/nvme/target/fc.c: In function 'nvme_fc_parse_traddr': /kisskb/src/drivers/nvme/target/fc.c:2809:14: note: byref variable will be forcibly initialized substring_t wwn = { name, &name[sizeof(name)-1] }; ^~~ /kisskb/src/drivers/nvme/target/fc.c:2808:7: note: byref variable will be forcibly initialized char name[2 + NVME_FC_TRADDR_HEXNAMELEN + 1]; ^~~~ /kisskb/src/drivers/nvme/target/fc.c: In function 'nvmet_fc_add_port': /kisskb/src/drivers/nvme/target/fc.c:2853:25: note: byref variable will be forcibly initialized struct nvmet_fc_traddr traddr = { 0L, 0L }; ^~~~~~ /kisskb/src/drivers/nvme/target/fc.c: In function 'nvmet_fc_alloc_tgt_pgs': /kisskb/src/drivers/nvme/target/fc.c:2080:15: note: byref variable will be forcibly initialized unsigned int nent; ^~~~ /kisskb/src/drivers/nvme/target/fc.c: In function 'nvmet_fc_alloc_target_assoc': /kisskb/src/drivers/nvme/target/fc.c:1110:6: note: byref variable will be forcibly initialized u64 ran; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/nvme/target/fc.c:6: /kisskb/src/drivers/nvme/target/fc.c: In function 'nvmet_fc_tgt_queue_free': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/fc.c:854:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(queue->assoc->queues[queue->qid], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-card.c: In function 'fw_err': /kisskb/src/drivers/firewire/core-card.c:31:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/drivers/firewire/core-card.c:40:1: note: in expansion of macro 'define_fw_printk_level' define_fw_printk_level(fw_err, KERN_ERR); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/fc.c: In function 'nvmet_fc_alloc_target_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/fc.c:833:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(assoc->queues[qid], queue); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-card.c: In function 'fw_notice': /kisskb/src/drivers/firewire/core-card.c:31:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/drivers/firewire/core-card.c:41:1: note: in expansion of macro 'define_fw_printk_level' define_fw_printk_level(fw_notice, KERN_NOTICE); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-card.c: In function 'allocate_broadcast_channel': /kisskb/src/drivers/firewire/core-card.c:260:15: note: byref variable will be forcibly initialized int channel, bandwidth = 0; ^~~~~~~~~ /kisskb/src/drivers/firewire/core-card.c:260:6: note: byref variable will be forcibly initialized int channel, bandwidth = 0; ^~~~~~~ /kisskb/src/drivers/firewire/core-card.c: In function 'bm_work': /kisskb/src/drivers/firewire/core-card.c:299:9: note: byref variable will be forcibly initialized __be32 transaction_data[2]; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/squashfs/cache.c:36: /kisskb/src/fs/squashfs/cache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized 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/squashfs/cache.c:34: /kisskb/src/fs/squashfs/cache.c: In function 'squashfs_cache_get': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/squashfs/cache.c:152:4: note: in expansion of macro 'wait_event' wait_event(entry->wait_queue, !entry->pending); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/squashfs/cache.c:77:5: note: in expansion of macro 'wait_event' wait_event(cache->wait_queue, cache->unused); ^~~~~~~~~~ /kisskb/src/net/batman-adv/log.c: In function 'batadv_debug_log': /kisskb/src/net/batman-adv/log.c:24:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c: In function 'vmw_overlay_send_put': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:103:15: note: byref variable will be forcibly initialized SVGAGuestPtr ptr; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c: In function 'vmw_overlay_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:437:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:436:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *buf; ^~~ /kisskb/src/drivers/base/dd.c: In function 'deferred_probe_timeout_setup': /kisskb/src/drivers/base/dd.c:264:6: note: byref variable will be forcibly initialized int timeout; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c: In function 'vmw_gmrid_man_get_node': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c:99:10: note: byref variable will be forcibly initialized char buf[256]; ^~~ /kisskb/src/drivers/base/dd.c: In function '__device_attach': /kisskb/src/drivers/base/dd.c:960:29: note: byref variable will be forcibly initialized struct device_attach_data data = { ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/base/dd.c:19: /kisskb/src/drivers/base/dd.c: In function 'wait_for_device_probe': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:725:2: note: in expansion of macro 'wait_event' wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:719:2: note: in expansion of macro 'wait_event' wait_event(probe_timeout_waitqueue, !driver_deferred_probe_timeout); ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_work_func': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:258:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function '__vmw_fences_update': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:460:19: note: byref variable will be forcibly initialized struct list_head action_list; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_user_fence_base_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:578:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence = &ufence->fence; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_obj_lookup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:765:26: note: byref variable will be forcibly initialized struct ttm_base_object *base = ttm_base_object_lookup(tfile, handle); ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_event_fence_action_seq_passed': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:904:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_obj_add_action': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:956:20: note: byref variable will be forcibly initialized struct list_head action_list; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_wait': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:172:24: note: byref variable will be forcibly initialized struct vmwgfx_wait_cb cb; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_user_fence_create': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:592:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *tmp; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_fifo_down': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:705:19: note: byref variable will be forcibly initialized struct list_head action_list; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_obj_wait_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:790:26: note: byref variable will be forcibly initialized struct ttm_base_object *base; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_obj_signaled_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:844:26: note: byref variable will be forcibly initialized struct ttm_base_object *base; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_event_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:1112:27: note: byref variable will be forcibly initialized struct ttm_base_object *base = ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:1103:11: note: byref variable will be forcibly initialized uint32_t handle; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:1097:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence = NULL; ^~~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_AddSGE': /kisskb/src/drivers/message/fusion/mptscsih.c:190:7: note: byref variable will be forcibly initialized int newIndex; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_user_bo_synccpu_grab': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:739:7: note: byref variable will be forcibly initialized bool existed; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_bo_pin_reserved': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:317:23: note: byref variable will be forcibly initialized struct ttm_placement placement; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:316:19: note: byref variable will be forcibly initialized struct ttm_place pl; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_bo_pin_in_placement': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:97:11: note: byref variable will be forcibly initialized uint32_t new_flags; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_bo_pin_in_vram_or_gmr': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:139:11: note: byref variable will be forcibly initialized uint32_t new_flags; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_bo_pin_in_start_of_vram': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:211:11: note: byref variable will be forcibly initialized uint32_t new_flags; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:209:19: note: byref variable will be forcibly initialized struct ttm_place place; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:208:23: note: byref variable will be forcibly initialized struct ttm_placement placement; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_synchronize_cache': /kisskb/src/drivers/message/fusion/mptscsih.c:3012:17: note: byref variable will be forcibly initialized INTERNAL_CMD iocmd; ^~~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_search_running_cmds': /kisskb/src/drivers/message/fusion/mptscsih.c:1082:19: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_debug_level_store': /kisskb/src/drivers/message/fusion/mptscsih.c:3208:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_bo_alloc_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:884:11: note: byref variable will be forcibly initialized uint32_t handle; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:883:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vbo; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_user_bo_lookup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:948:26: note: byref variable will be forcibly initialized struct ttm_base_object *base; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_user_bo_synccpu_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:815:26: note: byref variable will be forcibly initialized struct ttm_base_object *buffer_base; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:812:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vbo; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_dumb_create': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:1089:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *vbo; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_dumb_map_offset': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:1123:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *out_buf; ^~~~~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_info': /kisskb/src/drivers/message/fusion/mptscsih.c:1271:6: note: byref variable will be forcibly initialized int size = 0; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/gc.c:8: /kisskb/src/fs/f2fs/gc.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:124:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&inode->i_verity_info); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'portio_porttype_show': /kisskb/src/drivers/uio/uio.c:151:14: note: byref variable will be forcibly initialized const char *porttypes[] = {"none", "x86", "gpio", "other"}; ^~~~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_write': /kisskb/src/drivers/uio/uio.c:624:6: note: byref variable will be forcibly initialized s32 irq_on; ^~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_major_init': /kisskb/src/drivers/uio/uio.c:832:8: note: byref variable will be forcibly initialized dev_t uio_dev = 0; ^~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_read': /kisskb/src/drivers/uio/uio.c:570:6: note: byref variable will be forcibly initialized s32 event_count; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_sou_surface_post_clip': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:645:18: note: byref variable will be forcibly initialized struct drm_rect src_bb; ^~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'gc_node_segment': /kisskb/src/fs/f2fs/gc.c:915:20: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/fscache/page.c: In function 'fscache_write_op': /kisskb/src/fs/fscache/page.c:790:8: note: byref variable will be forcibly initialized void *results[1]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_sou_plane_update_bo': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:548:36: note: byref variable will be forcibly initialized struct vmw_du_update_plane_buffer bo_update; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_sou_plane_update_surface': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:709:37: note: byref variable will be forcibly initialized struct vmw_du_update_plane_surface srf_update; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/fs/fscache/page.c:9: /kisskb/src/fs/fscache/page.c: In function 'release_page_wait_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/page.c:54:9: note: in expansion of macro 'wait_event_timeout' return wait_event_timeout(*wq, !__fscache_check_page_write(cookie, page), ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'ra_data_block': /kisskb/src/fs/f2fs/gc.c:1052:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/fscache/page.c: In function '__fscache_wait_on_page_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fscache/page.c:41:2: note: in expansion of macro 'wait_event' wait_event(*wq, !__fscache_check_page_write(cookie, page)); ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_sou_primary_plane_atomic_update': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:739:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence = NULL; ^~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'move_data_block': /kisskb/src/fs/f2fs/gc.c:1157:10: note: byref variable will be forcibly initialized block_t newaddr; ^~~~~~~ /kisskb/src/fs/f2fs/gc.c:1155:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/gc.c:1154:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^~~ /kisskb/src/fs/f2fs/gc.c:1153:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_kms_sou_do_surface_dirty': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:1136:35: note: byref variable will be forcibly initialized struct vmw_kms_sou_surface_dirty sdirty; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_kms_sou_do_bo_dirty': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:1251:23: note: byref variable will be forcibly initialized struct vmw_kms_dirty dirty; ^~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'move_data_page': /kisskb/src/fs/f2fs/gc.c:1345:23: note: byref variable will be forcibly initialized struct f2fs_io_info fio = { ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_kms_sou_readback': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:1357:23: note: byref variable will be forcibly initialized struct vmw_kms_dirty dirty; ^~~~~ /kisskb/src/fs/squashfs/dir.c: In function 'get_dir_index_using_offset': /kisskb/src/fs/squashfs/dir.c:45:28: note: byref variable will be forcibly initialized struct squashfs_dir_index dir_index; ^~~~~~~~~ /kisskb/src/fs/squashfs/dir.c: In function 'squashfs_readdir': /kisskb/src/fs/squashfs/dir.c:104:29: note: byref variable will be forcibly initialized struct squashfs_dir_header dirh; ^~~~ /kisskb/src/fs/squashfs/dir.c:102:6: note: byref variable will be forcibly initialized int offset = squashfs_i(inode)->offset, length, err; ^~~~~~ /kisskb/src/fs/squashfs/dir.c:101:6: note: byref variable will be forcibly initialized u64 block = squashfs_i(inode)->start + msblk->directory_table; ^~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'lookup_central_victim': /kisskb/src/fs/f2fs/gc.c:444:7: note: byref variable will be forcibly initialized bool left_most; ^~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:443:18: note: byref variable will be forcibly initialized struct rb_node *parent = NULL; ^~~~~~ /kisskb/src/fs/fscache/page.c: In function 'fscache_invalidate_writes': /kisskb/src/fs/fscache/page.c:891:8: note: byref variable will be forcibly initialized void *results[16]; ^~~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'insert_victim_entry': /kisskb/src/fs/f2fs/gc.c:397:7: note: byref variable will be forcibly initialized bool left_most = true; ^~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:396:18: note: byref variable will be forcibly initialized struct rb_node *parent = NULL; ^~~~~~ /kisskb/src/fs/fscache/page.c: In function '__fscache_uncache_all_inode_pages': /kisskb/src/fs/fscache/page.c:1214:10: note: byref variable will be forcibly initialized pgoff_t next; ^~~~ /kisskb/src/fs/fscache/page.c:1213:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/gc.c: In function 'get_victim_by_default': /kisskb/src/fs/f2fs/gc.c:645:27: note: byref variable will be forcibly initialized struct victim_sel_policy p; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/network-coding.h:10, from /kisskb/src/net/batman-adv/network-coding.c:7: /kisskb/src/net/batman-adv/network-coding.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/network-coding.c: In function 'batadv_nc_find_decoding_packet': /kisskb/src/net/batman-adv/network-coding.c:1737:34: note: byref variable will be forcibly initialized struct batadv_nc_path *nc_path, nc_path_key; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/snic/snic_ctl.c:19: /kisskb/src/drivers/scsi/snic/snic_ctl.c: In function 'snic_get_conf': /kisskb/src/drivers/scsi/snic/snic_ctl.c:233:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/fs/f2fs/gc.c: In function 'gc_data_segment': /kisskb/src/fs/f2fs/gc.c:1416:29: note: byref variable will be forcibly initialized unsigned int ofs_in_node, nofs; ^~~~ /kisskb/src/fs/f2fs/gc.c:1415:20: note: byref variable will be forcibly initialized struct node_info dni; /* dnode info for the data */ ^~~ /kisskb/src/net/batman-adv/network-coding.c: In function 'batadv_nc_path_search': /kisskb/src/net/batman-adv/network-coding.c:1265:34: note: byref variable will be forcibly initialized struct batadv_nc_path *nc_path, nc_path_key; ^~~~~~~~~~~ /kisskb/src/net/batman-adv/network-coding.c: In function 'batadv_nc_skb_decode_packet': /kisskb/src/net/batman-adv/network-coding.c:1644:29: note: byref variable will be forcibly initialized struct batadv_coded_packet coded_packet_tmp; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'do_garbage_collect': /kisskb/src/fs/f2fs/gc.c:1567:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_user_context_base_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:711:23: note: byref variable will be forcibly initialized struct vmw_resource *res = &ctx->res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_context_cotables_unref': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:122:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/fs/f2fs/gc.c: In function 'free_segment_range': /kisskb/src/fs/f2fs/gc.c:1877:24: note: byref variable will be forcibly initialized struct gc_inode_list gc_list = { ^~~~~~~ /kisskb/src/fs/f2fs/gc.c:1851:20: note: byref variable will be forcibly initialized struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; ^~~ /kisskb/src/fs/f2fs/gc.c: In function 'f2fs_gc': /kisskb/src/fs/f2fs/gc.c:1685:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_context_define': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:732:23: note: byref variable will be forcibly initialized struct vmw_resource *tmp; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:731:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/net/batman-adv/network-coding.c: In function 'batadv_nc_get_path': 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/net/batman-adv/network-coding.c:959:34: note: byref variable will be forcibly initialized struct batadv_nc_path *nc_path, nc_path_key; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_gb_context_unbind': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:44:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(*wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:36:15: note: byref variable will be forcibly initialized unsigned int wait_ms; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:372:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/network-coding.h:10, from /kisskb/src/net/batman-adv/network-coding.c:7: /kisskb/src/net/batman-adv/network-coding.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_dx_context_scrub_cotables': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:559:24: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/routing.h:10, from /kisskb/src/net/batman-adv/routing.c:7: /kisskb/src/net/batman-adv/routing.c: In function '_batadv_update_route': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/routing.c:78:16: note: in expansion of macro 'rcu_replace_pointer' curr_router = rcu_replace_pointer(orig_ifinfo->router, neigh_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_dx_context_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:581:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence; ^~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'f2fs_resize_fs': /kisskb/src/fs/f2fs/gc.c:1976:20: note: byref variable will be forcibly initialized struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mdio.h:43, from /kisskb/src/drivers/net/phy/mdio_bus.c:39: /kisskb/src/drivers/net/phy/mdio_bus.c: In function 'perf_trace_mdio_access': /kisskb/src/net/batman-adv/main.c: In function 'batadv_skb_set_priority': /kisskb/src/net/batman-adv/main.c:340:28: note: byref variable will be forcibly initialized struct vlan_ethhdr *vhdr, vhdr_tmp; ^~~~~~~~ /kisskb/src/net/batman-adv/main.c:339:16: note: byref variable will be forcibly initialized struct ethhdr ethhdr_tmp, *ethhdr; ^~~~~~~~~~ /kisskb/src/net/batman-adv/main.c:338:17: note: byref variable will be forcibly initialized struct ipv6hdr ip6_hdr_tmp, *ip6_hdr; ^~~~~~~~~~~ /kisskb/src/net/batman-adv/main.c:337:15: note: byref variable will be forcibly initialized struct iphdr ip_hdr_tmp, *ip_hdr; ^~~~~~~~~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mdio.h:43, from /kisskb/src/drivers/net/phy/mdio_bus.c:39: /kisskb/src/drivers/net/phy/mdio_bus.c: In function 'trace_event_raw_event_mdio_access': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/mdio.h:43, from /kisskb/src/drivers/net/phy/mdio_bus.c:39: /kisskb/src/drivers/net/phy/mdio_bus.c: In function '__bpf_trace_mdio_access': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/main.c: In function 'batadv_skb_crc32': /kisskb/src/net/batman-adv/main.c:576:12: note: byref variable will be forcibly initialized const u8 *data; ^~~~ /kisskb/src/net/batman-adv/main.c:575:23: note: byref variable will be forcibly initialized struct skb_seq_state st; ^~ /kisskb/src/net/batman-adv/main.c: In function 'batadv_throw_uevent': /kisskb/src/net/batman-adv/main.c:659:8: note: byref variable will be forcibly initialized char *uevent_env[4] = { NULL, NULL, NULL, NULL }; ^~~~~~~~~~ In file included from /kisskb/src/drivers/net/phy/mdio_bus.c:28: /kisskb/src/drivers/net/phy/mdio_bus.c: In function 'of_mdio_parse_addr': /kisskb/src/include/linux/of_mdio.h:40:6: note: byref variable will be forcibly initialized u32 addr; ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/batman-adv/netlink.h:14, from /kisskb/src/net/batman-adv/netlink.c:7: /kisskb/src/net/batman-adv/netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/batman-adv/netlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/batman-adv/netlink.c: In function 'batadv_netlink_tp_meter_start': /kisskb/src/net/batman-adv/netlink.c:714:6: note: byref variable will be forcibly initialized u32 cookie; ^~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/batman-adv/netlink.h:14, from /kisskb/src/net/batman-adv/netlink.c:7: /kisskb/src/net/batman-adv/netlink.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/drivers/firewire/core-cdev.c:9: /kisskb/src/drivers/firewire/core-cdev.c: In function 'fw_device_op_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c:1752:2: note: in expansion of macro 'wait_event' 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c:298:8: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(client->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'dispatch_ioctl': /kisskb/src/drivers/firewire/core-cdev.c:1613:18: note: byref variable will be forcibly initialized union ioctl_arg buffer; ^~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_get_cycle_timer2': /kisskb/src/drivers/firewire/core-cdev.c:1193:20: note: byref variable will be forcibly initialized 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:1221:34: note: byref variable will be forcibly initialized 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:1458:30: note: byref variable will be forcibly initialized 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:1238:27: note: byref variable will be forcibly initialized int generation, channel, bandwidth, todo; ^~~~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c:1238:18: note: byref variable will be forcibly initialized int generation, channel, bandwidth, todo; ^~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_queue_iso': /kisskb/src/drivers/firewire/core-cdev.c:1058:4: note: byref variable will be forcibly initialized } u; ^ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_send_response': /kisskb/src/drivers/firewire/core-cdev.c:811:26: note: byref variable will be forcibly initialized struct client_resource *resource; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/originator.h:10, from /kisskb/src/net/batman-adv/originator.c:7: /kisskb/src/net/batman-adv/originator.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_allocate': /kisskb/src/drivers/firewire/core-cdev.c:765:27: note: byref variable will be forcibly initialized struct fw_address_region region; ^~~~~~ /kisskb/src/fs/squashfs/export.c: In function 'squashfs_inode_lookup': /kisskb/src/fs/squashfs/export.c:45:9: note: byref variable will be forcibly initialized __le64 ino; ^~~ /kisskb/src/fs/squashfs/export.c:44:6: note: byref variable will be forcibly initialized u64 start; ^~~~~ /kisskb/src/fs/squashfs/export.c:43:6: note: byref variable will be forcibly initialized int offset = SQUASHFS_LOOKUP_BLOCK_OFFSET(ino_num - 1); ^~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_get_info': /kisskb/src/drivers/firewire/core-cdev.c:434:33: note: byref variable will be forcibly initialized struct fw_cdev_event_bus_reset bus_reset; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c: In function 'vmw_mob_build_pt': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:469:7: note: byref variable will be forcibly initialized u32 *addr, *save_addr; ^~~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:34: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_calculate_pitch': /kisskb/src/drivers/gpu/drm/vmwgfx/vmw_surface_cache.h:93:13: note: byref variable will be forcibly initialized SVGA3dSize blocks; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c: In function 'vmw_mob_pt_setup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:509:19: note: byref variable will be forcibly initialized struct vmw_piter pt_iter; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_get_image_buffer_size': /kisskb/src/drivers/gpu/drm/vmwgfx/vmw_surface_cache.h:118:13: note: byref variable will be forcibly initialized SVGA3dSize image_blocks; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c: In function 'vmw_setup_otable_base': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:131:19: note: byref variable will be forcibly initialized struct vmw_piter iter; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_get_serialized_size': /kisskb/src/drivers/gpu/drm/vmwgfx/vmw_surface_cache.h:154:23: note: byref variable will be forcibly initialized struct drm_vmw_size size = ^~~~ In file included from /kisskb/src/include/linux/export.h:43, 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/swap.h:5, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:30: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:30: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c: In function 'vmw_mob_bind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:613:19: note: byref variable will be forcibly initialized struct vmw_piter data_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_tex_dirty_range_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1814:35: note: byref variable will be forcibly initialized struct vmw_surface_loc loc_min, loc_max; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1814:26: note: byref variable will be forcibly initialized struct vmw_surface_loc loc_min, loc_max; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1786:31: note: byref variable will be forcibly initialized struct vmw_surface_loc loc1, loc2; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1786:25: note: byref variable will be forcibly initialized struct vmw_surface_loc loc1, loc2; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_user_surface_base_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:696:23: note: byref variable will be forcibly initialized struct vmw_resource *res = &user_srf->srf.res; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:30: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_legacy_srf_dma': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:489:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:488:15: note: byref variable will be forcibly initialized SVGAGuestPtr ptr; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_gb_surface_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1251:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_handle_reference': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:936:26: note: byref variable will be forcibly initialized struct ttm_base_object *base; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:935:11: note: byref variable will be forcibly initialized uint32_t handle; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_gb_surface_reference_internal': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1644:11: note: byref variable will be forcibly initialized uint32_t backup_handle; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1643:26: note: byref variable will be forcibly initialized struct ttm_base_object *base; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_define_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:884:12: note: byref variable will be forcibly initialized uint32_t backup_handle; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:737:23: note: byref variable will be forcibly initialized struct vmw_resource *tmp; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:736:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_reference_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1023:26: note: byref variable will be forcibly initialized struct ttm_base_object *base; ^~~~ /kisskb/src/net/batman-adv/send.c: In function 'batadv_purge_outstanding_packets': /kisskb/src/net/batman-adv/send.c:1111:20: note: byref variable will be forcibly initialized struct hlist_head head = HLIST_HEAD_INIT; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_gb_surface_reference_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1387:40: note: byref variable will be forcibly initialized struct drm_vmw_gb_surface_ref_ext_rep rep_ext; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_gb_surface_define_internal': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1463:11: note: byref variable will be forcibly initialized uint32_t backup_handle = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1460:23: note: byref variable will be forcibly initialized struct vmw_resource *tmp; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1459:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1458:22: note: byref variable will be forcibly initialized struct vmw_surface *srf; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_gb_surface_define_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1359:43: note: byref variable will be forcibly initialized struct drm_vmw_gb_surface_create_ext_req req_ext; ^~~~~~~ /kisskb/src/drivers/auxdisplay/charlcd.c: In function 'parse_xy': /kisskb/src/drivers/auxdisplay/charlcd.c:159:8: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_user_shader_base_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:697:23: note: byref variable will be forcibly initialized struct vmw_resource *res = vmw_user_shader_base_to_res(base); ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_dx_shader_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:513:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_gb_shader_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:283:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_user_shader_alloc': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:724:29: note: byref variable will be forcibly initialized struct vmw_resource *res, *tmp; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:724:23: note: byref variable will be forcibly initialized struct vmw_resource *res, *tmp; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_shader_define': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:847:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *buffer = NULL; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_dx_shader_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:595:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_shader_remove': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:928:23: note: byref variable will be forcibly initialized struct vmw_resource *dummy; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_compat_shader_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:964:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:961:25: note: byref variable will be forcibly initialized struct ttm_bo_kmap_obj map; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:960:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *buf; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c: In function 'vmw_cmdbuf_res_lookup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:84:24: note: byref variable will be forcibly initialized struct drm_hash_item *hash; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c: In function 'vmw_cmdbuf_res_remove': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:247:24: note: byref variable will be forcibly initialized struct drm_hash_item *hash; ^~~~ In file included from /kisskb/src/drivers/net/mdio/mdio-bcm-unimac.c:14: /kisskb/src/drivers/net/mdio/mdio-bcm-unimac.c: In function 'of_mdio_parse_addr': /kisskb/src/include/linux/of_mdio.h:40:6: note: byref variable will be forcibly initialized u32 addr; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/net/nfc/hci/command.c:10: /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_execute_cmd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/net/nfc/hci/command.c:79:2: note: in expansion of macro 'wait_event' wait_event(ew_wq, hcp_ew.exec_complete == true); ^~~~~~~~~~ /kisskb/src/net/nfc/hci/command.c:60:25: note: byref variable will be forcibly initialized struct hcp_exec_waiter hcp_ew; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/net/nfc/hci/command.c:10: /kisskb/src/net/nfc/hci/command.c:59:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(ew_wq); ^~~~~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_clear_all_pipes': /kisskb/src/net/nfc/hci/command.c:253:5: note: byref variable will be forcibly initialized u8 param[2]; ^~~~~ /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_create_pipe': /kisskb/src/net/nfc/hci/command.c:218:32: note: byref variable will be forcibly initialized struct hci_create_pipe_params params; ^~~~~~ /kisskb/src/net/nfc/hci/command.c:217:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_open_pipe': /kisskb/src/net/nfc/hci/command.c:188:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_connect_gate': /kisskb/src/net/nfc/hci/command.c:315:6: note: byref variable will be forcibly initialized int r; ^ /kisskb/src/fs/squashfs/fragment.c: In function 'squashfs_frag_lookup': /kisskb/src/fs/squashfs/fragment.c:41:6: note: byref variable will be forcibly initialized u64 start_block; ^~~~~~~~~~~ /kisskb/src/fs/squashfs/fragment.c:40:33: note: byref variable will be forcibly initialized struct squashfs_fragment_entry fragment_entry; ^~~~~~~~~~~~~~ /kisskb/src/fs/squashfs/fragment.c:39:13: note: byref variable will be forcibly initialized int block, offset, size; ^~~~~~ In file included from /kisskb/src/fs/squashfs/file.c:33: /kisskb/src/fs/squashfs/file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/data.c:8: /kisskb/src/fs/f2fs/data.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:124:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&inode->i_verity_info); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/squashfs/file.c: In function 'fill_meta_index': /kisskb/src/fs/squashfs/file.c:236:6: note: byref variable will be forcibly initialized int cur_offset = squashfs_i(inode)->offset; ^~~~~~~~~~ /kisskb/src/fs/squashfs/file.c:235:6: note: byref variable will be forcibly initialized u64 cur_index_block = squashfs_i(inode)->block_list_start; ^~~~~~~~~~~~~~~ /kisskb/src/fs/squashfs/file.c: In function 'read_blocklist': /kisskb/src/fs/squashfs/file.c:331:9: note: byref variable will be forcibly initialized __le32 size; ^~~~ /kisskb/src/fs/squashfs/file.c:330:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/fs/squashfs/file.c:328:6: note: byref variable will be forcibly initialized u64 start; ^~~~~ /kisskb/src/fs/squashfs/file.c: In function 'squashfs_readpage': /kisskb/src/fs/squashfs/file.c:468:7: note: byref variable will be forcibly initialized u64 block = 0; ^~~~~ /kisskb/src/fs/f2fs/data.c: In function '__has_merged_page': /kisskb/src/fs/f2fs/data.c:554:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_write_end_io': /kisskb/src/fs/f2fs/data.c:301:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_handle_step_decompress': /kisskb/src/fs/f2fs/data.c:231:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_finish_read_bio': /kisskb/src/fs/f2fs/data.c:126:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_verify_bio': /kisskb/src/fs/f2fs/data.c:182:24: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_bmap_compress': /kisskb/src/fs/f2fs/data.c:3796:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_xattr_fiemap': /kisskb/src/fs/f2fs/data.c:1785:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/drivers/uio/uio_pdrv_genirq.c: In function 'uio_pdrv_genirq_probe': /kisskb/src/drivers/uio/uio_pdrv_genirq.c:120:15: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_merge_page_bio': /kisskb/src/fs/f2fs/data.c:862:14: note: byref variable will be forcibly initialized struct bio *bio = *fio->bio; ^~~ /kisskb/src/drivers/net/phy/sfp-bus.c: In function 'sfp_bus_find_fwnode': /kisskb/src/drivers/net/phy/sfp-bus.c:643:31: note: byref variable will be forcibly initialized struct fwnode_reference_args ref; ^~~ /kisskb/src/fs/f2fs/data.c: In function '__allocate_data_block': /kisskb/src/fs/f2fs/data.c:1351:11: note: byref variable will be forcibly initialized blkcnt_t count = 1; ^~~~~ /kisskb/src/fs/f2fs/data.c:1349:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/data.c:1348:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_get_read_data_page': /kisskb/src/fs/f2fs/data.c:1165:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_get_new_data_page': /kisskb/src/fs/f2fs/data.c:1300:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/data.c: In function 'prepare_write_begin': /kisskb/src/fs/f2fs/data.c:3281:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_write_begin': /kisskb/src/fs/f2fs/data.c:3371:10: note: byref variable will be forcibly initialized block_t blkaddr = NULL_ADDR; ^~~~~~~ /kisskb/src/fs/f2fs/data.c:3370:7: note: byref variable will be forcibly initialized bool need_balance = false, drop_atomic = false; ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_map_blocks': /kisskb/src/fs/f2fs/data.c:1458:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_preallocate_blocks': /kisskb/src/fs/f2fs/data.c:1390:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/fs/f2fs/data.c: In function '__get_data_block': /kisskb/src/fs/f2fs/data.c:1743:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_bmap': /kisskb/src/fs/f2fs/data.c:3841:26: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_overwrite_io': /kisskb/src/fs/f2fs/data.c:1705:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_fiemap': /kisskb/src/fs/f2fs/data.c:1877:10: note: byref variable will be forcibly initialized pgoff_t next_pgofs; ^~~~~~~~~~ /kisskb/src/fs/f2fs/data.c:1875:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_read_multi_pages': /kisskb/src/fs/f2fs/data.c:2154:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_mpage_readpages': /kisskb/src/fs/f2fs/data.c:2325:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/fs/f2fs/data.c:2324:11: note: byref variable will be forcibly initialized sector_t last_block_in_bio = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/data.c:2323:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_do_write_data_page': /kisskb/src/fs/f2fs/data.c:2610:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/data.c:2608:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_write_cache_pages': /kisskb/src/fs/f2fs/data.c:3012:19: note: byref variable will be forcibly initialized struct page *pagep; ^~~~~ /kisskb/src/fs/f2fs/data.c:3011:12: note: byref variable will be forcibly initialized void *fsdata = NULL; ^~~~~~ /kisskb/src/fs/f2fs/data.c:2950:6: note: byref variable will be forcibly initialized int submitted = 0; ^~~~~~~~~ /kisskb/src/fs/f2fs/data.c:2944:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/fs/f2fs/data.c:2926:11: note: byref variable will be forcibly initialized sector_t last_block; ^~~~~~~~~~ /kisskb/src/fs/f2fs/data.c:2925:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/fs/f2fs/data.c:2923:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ In file included from /kisskb/src/drivers/scsi/snic/vnic_wq.h:23, from /kisskb/src/drivers/scsi/snic/snic_res.h:23, from /kisskb/src/drivers/scsi/snic/snic.h:32, from /kisskb/src/drivers/scsi/snic/snic_io.c:29: /kisskb/src/drivers/scsi/snic/snic_io.c: In function 'svnic_cq_service': /kisskb/src/drivers/scsi/snic/vnic_cq.h:69:11: note: byref variable will be forcibly initialized u8 type, color; ^~~~~ /kisskb/src/drivers/scsi/snic/vnic_cq.h:69:5: note: byref variable will be forcibly initialized u8 type, color; ^~~~ /kisskb/src/drivers/scsi/snic/vnic_cq.h:68:16: note: byref variable will be forcibly initialized u16 q_number, completed_index; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/snic/vnic_cq.h:68:6: note: byref variable will be forcibly initialized u16 q_number, completed_index; ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function '__f2fs_write_data_pages': /kisskb/src/fs/f2fs/data.c:3183:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_man_process': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:437:6: note: byref variable will be forcibly initialized int notempty; ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dmapool.h:14, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_alloc_space': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:840:3: note: in expansion of macro 'wait_event' wait_event(man->alloc_queue, vmw_cmdbuf_try_alloc(man, &info)); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:830:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:802:31: note: byref variable will be forcibly initialized struct vmw_cmdbuf_alloc_info info; ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dmapool.h:14, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_idle': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:734:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:730:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_send_device_command': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:1136:28: note: byref variable will be forcibly initialized struct vmw_cmdbuf_header *header; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_preempt': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:1174:13: note: byref variable will be forcibly initialized } __packed cmd; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_startstop': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:1200:13: note: byref variable will be forcibly initialized } __packed cmd; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_work_func': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:535:15: note: byref variable will be forcibly initialized const char *cmd_name; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:534:7: note: byref variable will be forcibly initialized u32 error_cmd_size, new_start_offset; ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:520:19: note: byref variable will be forcibly initialized struct list_head restart_head[SVGA_CB_CONTEXT_MAX]; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:518:11: note: byref variable will be forcibly initialized uint32_t dummy = 0; ^~~~~ /kisskb/src/fs/minix/bitmap.c: In function 'minix_clear_inode': /kisskb/src/fs/minix/bitmap.c:160:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^~ /kisskb/src/drivers/net/phy/at803x.c: In function 'at803x_set_wol': /kisskb/src/drivers/net/phy/at803x.c:332:18: note: byref variable will be forcibly initialized unsigned int i, offsets[] = { ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c: In function 'vmw_cotable_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:313:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence; ^~~~~ /kisskb/src/drivers/net/phy/at803x.c: In function 'at803x_link_change_notify': /kisskb/src/drivers/net/phy/at803x.c:909:25: note: byref variable will be forcibly initialized struct at803x_context context; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c: In function 'vmw_cotable_readback': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:350:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c: In function 'vmw_cotable_resize': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:394:34: note: byref variable will be forcibly initialized struct ttm_bo_kmap_obj old_map, new_map; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:394:25: note: byref variable will be forcibly initialized struct ttm_bo_kmap_obj old_map, new_map; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:389:34: note: byref variable will be forcibly initialized struct vmw_buffer_object *buf, *old_buf = res->backup; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:389:28: note: byref variable will be forcibly initialized struct vmw_buffer_object *buf, *old_buf = res->backup; ^~~ /kisskb/src/drivers/net/phy/at803x.c: In function 'at803x_cable_test_get_status': /kisskb/src/drivers/net/phy/at803x.c:1234:16: note: byref variable will be forcibly initialized unsigned long pair_mask; ^~~~~~~~~ /kisskb/src/drivers/net/phy/at803x.c: In function 'at803x_parse_dt': /kisskb/src/drivers/net/phy/at803x.c:539:22: note: byref variable will be forcibly initialized u32 freq, strength, tw; ^~ /kisskb/src/drivers/net/phy/at803x.c:539:12: note: byref variable will be forcibly initialized u32 freq, strength, tw; ^~~~~~~~ /kisskb/src/drivers/net/phy/at803x.c:539:6: note: byref variable will be forcibly initialized u32 freq, strength, tw; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_bo_populate_update_cpu': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1286:22: note: byref variable will be forcibly initialized struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(0); ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_bo_cpu_commit': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:620:24: note: byref variable will be forcibly initialized struct drm_clip_rect region; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:585:22: note: byref variable will be forcibly initialized struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(stdu->cpp); ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_bind_st': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:219:23: note: byref variable will be forcibly initialized SVGA3dSurfaceImageId image; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_plane_update_bo': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1361:36: note: byref variable will be forcibly initialized struct vmw_du_update_plane_buffer bo_update; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_plane_update_surface': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1536:29: note: byref variable will be forcibly initialized struct vmw_du_update_plane srf_update; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_surface_update_proxy': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1435:18: note: byref variable will be forcibly initialized struct drm_rect clip; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1434:39: note: byref variable will be forcibly initialized struct drm_atomic_helper_damage_iter iter; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_primary_plane_atomic_update': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1591:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence = NULL; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_so.c: In function 'vmw_view_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:328:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h:34, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:35: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_surface_unreference': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1579:23: note: byref variable will be forcibly initialized struct vmw_resource *res = &tmp_srf->res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_primary_plane_prepare_fb': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1075:31: note: byref variable will be forcibly initialized struct vmw_surface_metadata metadata = {0}; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_kms_stdu_dma': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:690:24: note: byref variable will be forcibly initialized struct vmw_stdu_dirty ddirty; ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_kms_stdu_surface_dirty': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:866:24: note: byref variable will be forcibly initialized struct vmw_stdu_dirty sdirty; ^~~~~~ /kisskb/src/fs/squashfs/id.c: In function 'squashfs_get_id': /kisskb/src/fs/squashfs/id.c:39:9: note: byref variable will be forcibly initialized __le32 disk_id; ^~~~~~~ /kisskb/src/fs/squashfs/id.c:38:6: note: byref variable will be forcibly initialized u64 start_block; ^~~~~~~~~~~ /kisskb/src/fs/squashfs/id.c:37:6: note: byref variable will be forcibly initialized int offset = SQUASHFS_ID_BLOCK_OFFSET(index); ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/soft-interface.h:10, from /kisskb/src/net/batman-adv/soft-interface.c:7: /kisskb/src/net/batman-adv/soft-interface.c: In function 'hlist_add_head_rcu': In file included from /kisskb/src/include/linux/phy.h:14, from /kisskb/src/include/linux/brcmphy.h:5, from /kisskb/src/drivers/net/phy/bcm-phy-lib.h:9, from /kisskb/src/drivers/net/phy/bcm-cygnus.c:7: /kisskb/src/drivers/net/phy/bcm-cygnus.c: In function 'devm_kmalloc_array': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/phy.h:16, from /kisskb/src/include/linux/brcmphy.h:5, from /kisskb/src/drivers/net/phy/bcm-phy-lib.h:9, from /kisskb/src/drivers/net/phy/bcm-cygnus.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/phy/bcm-cygnus.c: In function 'bcm_omega_config_init': /kisskb/src/drivers/net/phy/bcm-cygnus.c:130:5: note: byref variable will be forcibly initialized u8 count, rev; ^~~~~ /kisskb/src/net/batman-adv/soft-interface.c: In function 'batadv_interface_set_mac_addr': /kisskb/src/net/batman-adv/soft-interface.c:131:5: note: byref variable will be forcibly initialized u8 old_addr[ETH_ALEN]; ^~~~~~~~ /kisskb/src/net/batman-adv/soft-interface.c: In function 'batadv_softif_init_late': /kisskb/src/net/batman-adv/soft-interface.c:731:6: note: byref variable will be forcibly initialized u32 random_seqno; ^~~~~~~~~~~~ /kisskb/src/net/batman-adv/soft-interface.c: In function 'batadv_interface_tx': /kisskb/src/net/batman-adv/soft-interface.c:192:15: note: byref variable will be forcibly initialized unsigned int header_len = 0; ^~~~~~~~~~ /kisskb/src/net/batman-adv/soft-interface.c:190:23: note: byref variable will be forcibly initialized u8 *dst_hint = NULL, chaddr[ETH_ALEN]; ^~~~~~ /kisskb/src/drivers/auxdisplay/hd44780_common.c: In function 'hd44780_common_redefine_char': /kisskb/src/drivers/auxdisplay/hd44780_common.c:302:16: note: byref variable will be forcibly initialized unsigned char cgbytes[8]; ^~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_spi_device_pg1': /kisskb/src/drivers/message/fusion/mptspi.c:859:29: note: byref variable will be forcibly initialized struct _CONFIG_PAGE_HEADER hdr; ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:858:25: note: byref variable will be forcibly initialized struct _x_config_parms cfg; ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:856:13: note: byref variable will be forcibly initialized 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:36: note: byref variable will be forcibly initialized 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:36: note: byref variable will be forcibly initialized 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' 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:36: note: byref variable will be forcibly initialized 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' 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:36: note: byref variable will be forcibly initialized 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' 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:36: note: byref variable will be forcibly initialized 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' 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:36: note: byref variable will be forcibly initialized 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' 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:36: note: byref variable will be forcibly initialized 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:29: note: byref variable will be forcibly initialized struct _CONFIG_PAGE_HEADER hdr; ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:522:25: note: byref variable will be forcibly initialized struct _x_config_parms cfg; ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:520:13: note: byref variable will be forcibly initialized 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:36: note: byref variable will be forcibly initialized 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:36: note: byref variable will be forcibly initialized 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:36: note: byref variable will be forcibly initialized 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:36: note: byref variable will be forcibly initialized 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:36: note: byref variable will be forcibly initialized 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:36: note: byref variable will be forcibly initialized struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; ^~~ In file included from /kisskb/src/drivers/message/fusion/mptspi.c:49: /kisskb/src/drivers/message/fusion/mptspi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_slave_destroy': /kisskb/src/drivers/message/fusion/mptspi.c:810:37: note: byref variable will be forcibly initialized struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/tp_meter.h:10, from /kisskb/src/net/batman-adv/tp_meter.c:7: /kisskb/src/net/batman-adv/tp_meter.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/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/include/linux/etherdevice.h:20, from /kisskb/src/net/batman-adv/main.h:209, from /kisskb/src/net/batman-adv/tp_meter.h:10, from /kisskb/src/net/batman-adv/tp_meter.c:7: /kisskb/src/net/batman-adv/tp_meter.c: In function 'batadv_tp_wait_available': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/tp_meter.c:792:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(tp_vars->more_bytes, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/driver.c: In function 'driver_for_each_device': /kisskb/src/drivers/base/driver.c:45:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/driver.c: In function 'driver_find_device': /kisskb/src/drivers/base/driver.c:80:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'hypervisor_ppn_reset_all': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:648:44: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:648:36: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:648:31: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:648:26: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:648:21: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:648:16: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'hypervisor_ppn_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:665:44: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:665:36: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:665:31: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:665:26: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:665:21: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:665:16: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'hypervisor_ppn_remove': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:682:44: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:682:36: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:682:31: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:682:26: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:682:21: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:682:16: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_open_channel': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:100:44: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:100:36: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:100:31: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:100:26: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:100:21: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:100:16: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si = 0, di = 0; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_close_channel': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:129:40: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:129:36: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:129:31: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:129:26: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:129:21: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:129:16: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_port_hb_in': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:216:39: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:216:34: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:216:29: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:216:24: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:216:20: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:216:16: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_recv_msg': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:325:40: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:325:36: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:325:31: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:325:26: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:325:21: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:325:16: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ /kisskb/src/net/batman-adv/tp_meter.c: In function 'batadv_tp_start': /kisskb/src/net/batman-adv/tp_meter.c:940:5: note: byref variable will be forcibly initialized u8 icmp_uid; ^~~~~~~~ /kisskb/src/net/batman-adv/tp_meter.c:939:5: note: byref variable will be forcibly initialized u8 session_id[2]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_port_hb_out': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:185:17: note: byref variable will be forcibly initialized unsigned long word = 0; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:159:39: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:159:34: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:159:29: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:159:24: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:159:20: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:159:16: note: byref variable will be forcibly initialized unsigned long si, di, eax, ebx, ecx, edx; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_send_msg': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:272:40: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:272:36: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:272:31: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:272:26: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:272:21: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:272:16: note: byref variable will be forcibly initialized unsigned long eax, ebx, ecx, edx, si, di; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/tvlv.c:7: /kisskb/src/net/batman-adv/tvlv.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_host_get_guestinfo': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:433:9: note: byref variable will be forcibly initialized size_t reply_len = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:432:14: note: byref variable will be forcibly initialized char *msg, *reply = NULL; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:431:21: note: byref variable will be forcibly initialized struct rpc_channel channel; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_host_printf': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:497:21: note: byref variable will be forcibly initialized struct rpc_channel channel; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:496:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_msg_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:594:10: note: byref variable will be forcibly initialized size_t reply_len = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:593:9: note: byref variable will be forcibly initialized char *reply = NULL; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:563:21: note: byref variable will be forcibly initialized struct rpc_channel channel; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_mksstat_add_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:1028:15: note: byref variable will be forcibly initialized struct page *pages_strs[ARRAY_SIZE(pdesc->strsPPNs)]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:1027:15: note: byref variable will be forcibly initialized struct page *pages_info[ARRAY_SIZE(pdesc->infoPPNs)]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:1026:15: note: byref variable will be forcibly initialized struct page *pages_stat[ARRAY_SIZE(pdesc->statPPNs)]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c: In function 'vmw_simple_resource_base_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c:122:23: note: byref variable will be forcibly initialized struct vmw_resource *res = &usimple->simple.res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c: In function 'vmw_simple_resource_init': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c:67:23: note: byref variable will be forcibly initialized struct vmw_resource *res = &simple->res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c: In function 'vmw_simple_resource_create_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c:150:23: note: byref variable will be forcibly initialized struct vmw_resource *tmp; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c:149:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c: In function 'vmw_simple_resource_lookup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c:232:26: note: byref variable will be forcibly initialized struct ttm_base_object *base; ^~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'set_broadcast_channel': /kisskb/src/drivers/firewire/core-device.c:929:9: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_blit.c: In function 'vmw_bo_cpu_blit': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_blit.c:459:31: note: byref variable will be forcibly initialized struct vmw_bo_blit_line_data d; ^ /kisskb/src/drivers/firewire/core-device.c: In function 'reread_config_rom': /kisskb/src/drivers/firewire/core-device.c:1107:6: note: byref variable will be forcibly initialized u32 q; ^ /kisskb/src/drivers/firewire/core-device.c: In function 'read_config_rom': /kisskb/src/drivers/firewire/core-device.c:558:7: note: byref variable will be forcibly initialized u32 dummy; ^~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'search_leaf': /kisskb/src/drivers/firewire/core-device.c:53:25: note: byref variable will be forcibly initialized int last_key = 0, key, value; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:53:20: note: byref variable will be forcibly initialized int last_key = 0, key, value; ^~~ /kisskb/src/drivers/firewire/core-device.c:52:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'get_ids': /kisskb/src/drivers/firewire/core-device.c:123:11: note: byref variable will be forcibly initialized int key, value; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:123:6: note: byref variable will be forcibly initialized int key, value; ^~~ /kisskb/src/drivers/firewire/core-device.c:122:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'unit_match': /kisskb/src/drivers/firewire/core-device.c:163:6: note: byref variable will be forcibly initialized int id[] = {0, 0, 0, 0}; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'get_modalias': /kisskb/src/drivers/firewire/core-device.c:200:6: note: byref variable will be forcibly initialized int id[] = {0, 0, 0, 0}; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'fw_unit_uevent': /kisskb/src/drivers/firewire/core-device.c:212:7: note: byref variable will be forcibly initialized char modalias[64]; ^~~~~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'create_units': /kisskb/src/drivers/firewire/core-device.c:693:11: note: byref variable will be forcibly initialized int key, value, i; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:693:6: note: byref variable will be forcibly initialized int key, value, i; ^~~ /kisskb/src/drivers/firewire/core-device.c:691:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'fw_device_refresh': /kisskb/src/drivers/firewire/core-device.c:1135:7: note: byref variable will be forcibly initialized bool changed; ^~~~~~~ /kisskb/src/fs/squashfs/inode.c: In function 'squashfs_new_inode': /kisskb/src/fs/squashfs/inode.c:48:8: note: byref variable will be forcibly initialized gid_t i_gid; ^~~~~ /kisskb/src/fs/squashfs/inode.c:47:8: note: byref variable will be forcibly initialized uid_t i_uid; ^~~~~ /kisskb/src/fs/squashfs/inode.c: In function 'squashfs_read_inode': /kisskb/src/fs/squashfs/inode.c:289:11: note: byref variable will be forcibly initialized __le32 xattr; ^~~~~ /kisskb/src/fs/squashfs/inode.c:175:7: note: byref variable will be forcibly initialized u64 frag_blk; ^~~~~~~~ /kisskb/src/fs/squashfs/inode.c:132:7: note: byref variable will be forcibly initialized u64 frag_blk; ^~~~~~~~ /kisskb/src/fs/squashfs/inode.c:106:23: note: byref variable will be forcibly initialized union squashfs_inode squashfs_ino; ^~~~~~~~~~~~ /kisskb/src/fs/squashfs/inode.c:105:17: note: byref variable will be forcibly initialized int err, type, offset = SQUASHFS_INODE_OFFSET(ino); ^~~~~~ /kisskb/src/fs/squashfs/inode.c:104:6: note: byref variable will be forcibly initialized u64 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table; ^~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'show_immediate': /kisskb/src/drivers/firewire/core-device.c:255:11: note: byref variable will be forcibly initialized int key, value, ret = -ENOENT; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:255:6: note: byref variable will be forcibly initialized int key, value, ret = -ENOENT; ^~~ /kisskb/src/drivers/firewire/core-device.c:253:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'units_sprintf': /kisskb/src/drivers/firewire/core-device.c:424:11: note: byref variable will be forcibly initialized int key, value; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:424:6: note: byref variable will be forcibly initialized int key, value; ^~~ /kisskb/src/drivers/firewire/core-device.c:423:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'units_show': /kisskb/src/drivers/firewire/core-device.c:448:11: note: byref variable will be forcibly initialized int key, value, i = 0; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:448:6: note: byref variable will be forcibly initialized int key, value, i = 0; ^~~ /kisskb/src/drivers/firewire/core-device.c:447:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'show_text_leaf': /kisskb/src/drivers/firewire/core-device.c:287:7: note: byref variable will be forcibly initialized char dummy_buf[2]; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c: In function 'vmw_validation_find_bo_dup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c:187:25: note: byref variable will be forcibly initialized struct drm_hash_item *hash; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c: In function 'vmw_validation_find_res_dup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c:224:25: note: byref variable will be forcibly initialized struct drm_hash_item *hash; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c: In function 'vmw_validation_bo_validate': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c:589:29: note: byref variable will be forcibly initialized struct ttm_operation_ctx ttm_ctx = { ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/batman-adv/main.h:207, from /kisskb/src/net/batman-adv/translation-table.h:10, from /kisskb/src/net/batman-adv/translation-table.c:7: /kisskb/src/net/batman-adv/translation-table.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/squashfs/namei.c: In function 'squashfs_lookup': /kisskb/src/fs/squashfs/namei.c:136:6: note: byref variable will be forcibly initialized int offset = squashfs_i(dir)->offset; ^~~~~~ /kisskb/src/fs/squashfs/namei.c:135:6: note: byref variable will be forcibly initialized u64 block = squashfs_i(dir)->start + msblk->directory_table; ^~~~~ /kisskb/src/fs/squashfs/namei.c:133:29: note: byref variable will be forcibly initialized struct squashfs_dir_header dirh; ^~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_hash_find': /kisskb/src/net/batman-adv/translation-table.c:130:32: note: byref variable will be forcibly initialized struct batadv_tt_common_entry to_search, *tt, *tt_tmp = NULL; ^~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_global_purge': /kisskb/src/net/batman-adv/translation-table.c:2272:8: note: byref variable will be forcibly initialized char *msg = NULL; ^~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_send_roam_adv': /kisskb/src/net/batman-adv/translation-table.c:3522:30: note: byref variable will be forcibly initialized struct batadv_tvlv_roam_adv tvlv_roam; ^~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_tvlv_generate': /kisskb/src/net/batman-adv/translation-table.c:2764:5: note: byref variable will be forcibly initialized u8 flags; ^~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/batman-adv/translation-table.c:39: /kisskb/src/net/batman-adv/translation-table.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_local_crc': /kisskb/src/net/batman-adv/translation-table.c:2527:9: note: byref variable will be forcibly initialized __be16 tmp_vid; ^~~~~~~ /kisskb/src/net/batman-adv/translation-table.c:2526:5: note: byref variable will be forcibly initialized u8 flags; ^~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_global_crc': /kisskb/src/net/batman-adv/translation-table.c:2449:9: note: byref variable will be forcibly initialized __be16 tmp_vid; ^~~~~~~ /kisskb/src/net/batman-adv/translation-table.c:2448:5: note: byref variable will be forcibly initialized u8 flags; ^~~~~ 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:11: note: byref variable will be forcibly initialized Indirect chain[DEPTH]; ^~~~~ /kisskb/src/fs/minix/itree_common.c:156:6: note: byref variable will be forcibly initialized int offsets[DEPTH]; ^~~~~~~ /kisskb/src/fs/minix/itree_common.c:155:6: note: byref variable will be forcibly initialized int err = -EIO; ^~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_tvlv_container_update': /kisskb/src/net/batman-adv/translation-table.c:991:6: note: byref variable will be forcibly initialized int tt_diff_len, tt_change_len = 0; ^~~~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c:990:32: note: byref variable will be forcibly initialized struct batadv_tvlv_tt_change *tt_change; ^~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c:989:30: note: byref variable will be forcibly initialized struct batadv_tvlv_tt_data *tt_data; ^~~~~~~ /kisskb/src/fs/minix/itree_v1.c: In function 'find_shared': /kisskb/src/fs/minix/itree_common.c:230:9: note: byref variable will be forcibly initialized int k, err; ^~~ /kisskb/src/fs/minix/itree_v1.c: In function 'truncate': /kisskb/src/fs/minix/itree_common.c:307:10: note: byref variable will be forcibly initialized block_t nr = 0; ^~ /kisskb/src/fs/minix/itree_common.c:305:11: note: byref variable will be forcibly initialized Indirect chain[DEPTH]; ^~~~~ /kisskb/src/fs/minix/itree_common.c:304:6: note: byref variable will be forcibly initialized int offsets[DEPTH]; ^~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_send_my_tt_response': /kisskb/src/net/batman-adv/translation-table.c:3138:6: note: byref variable will be forcibly initialized s32 tt_len; ^~~~~~ /kisskb/src/net/batman-adv/translation-table.c:3133:32: note: byref variable will be forcibly initialized struct batadv_tvlv_tt_change *tt_change; ^~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c:3131:30: note: byref variable will be forcibly initialized struct batadv_tvlv_tt_data *tvlv_tt_data = NULL; ^~~~~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_send_other_tt_response': /kisskb/src/net/batman-adv/translation-table.c:3009:6: note: byref variable will be forcibly initialized s32 tt_len; ^~~~~~ /kisskb/src/net/batman-adv/translation-table.c:3004:30: note: byref variable will be forcibly initialized struct batadv_tvlv_tt_data *tvlv_tt_data = NULL; ^~~~~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c:3003:32: note: byref variable will be forcibly initialized struct batadv_tvlv_tt_change *tt_change; ^~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_local_dump': /kisskb/src/net/batman-adv/translation-table.c:1175:6: note: byref variable will be forcibly initialized int idx = cb->args[1]; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c: In function 'vmw_bo_dirty_scan_mkwrite': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c:144:11: note: byref variable will be forcibly initialized pgoff_t end = dirty->bitmap_size; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c:143:11: note: byref variable will be forcibly initialized pgoff_t start = 0; ^~~~~ /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c: In function 'sead3_wait_sm_idle': /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c:131:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c: In function 'sead3_wait_lcd_idle': /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c:148:15: note: byref variable will be forcibly initialized unsigned int cpld_data; ^~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_global_dump': /kisskb/src/net/batman-adv/translation-table.c:1952:6: note: byref variable will be forcibly initialized int sub = cb->args[2]; ^~~ /kisskb/src/net/batman-adv/translation-table.c:1951:6: note: byref variable will be forcibly initialized int idx = cb->args[1]; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c: In function 'vmw_bo_vm_fault': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c:454:11: note: byref variable will be forcibly initialized pgoff_t allowed_prefault; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_release_base': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:200:26: note: byref variable will be forcibly initialized struct ttm_base_object *base = ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_prime_refcount_release': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:599:26: note: byref variable will be forcibly initialized struct ttm_base_object *base = *p_base; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_prime_dmabuf_release': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:624:26: note: byref variable will be forcibly initialized struct ttm_base_object *base = &prime->base; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_base_object_noref_lookup': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:247:24: note: byref variable will be forcibly initialized struct drm_hash_item *hash; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_base_object_lookup': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:267:24: note: byref variable will be forcibly initialized struct drm_hash_item *hash; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_ref_object_exists': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:313:24: note: byref variable will be forcibly initialized struct drm_hash_item *hash; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_ref_object_add': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:351:24: note: byref variable will be forcibly initialized struct drm_hash_item *hash; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_ref_object_base_unref': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:448:24: note: byref variable will be forcibly initialized struct drm_hash_item *hash; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_object_file_release': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:468:26: note: byref variable will be forcibly initialized struct ttm_object_file *tfile = *p_tfile; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_prime_handle_to_fd': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:715:28: note: byref variable will be forcibly initialized struct ttm_operation_ctx ctx = { ^~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.h:40, from /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:51: /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:714:30: note: byref variable will be forcibly initialized DEFINE_DMA_BUF_EXPORT_INFO(exp_info); ^~~~~~~~ /kisskb/src/include/linux/dma-buf.h:551:29: note: in definition of macro 'DEFINE_DMA_BUF_EXPORT_INFO' struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \ ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:688:26: note: byref variable will be forcibly initialized struct ttm_base_object *base; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c: In function 'vmw_dx_streamoutput_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c:197:24: note: byref variable will be forcibly initialized struct vmw_fence_obj *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c: In function 'vmw_dx_streamoutput_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c:285:23: note: byref variable will be forcibly initialized struct vmw_resource *res; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c: In function 'vmw_dx_streamoutput_remove': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c:362:23: note: byref variable will be forcibly initialized struct vmw_resource *r; ^ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_isolated': /kisskb/src/drivers/base/cpu.c:272:16: note: byref variable will be forcibly initialized cpumask_var_t isolated; ^~~~~~~~ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_offline': /kisskb/src/drivers/base/cpu.c:242:16: note: byref variable will be forcibly initialized cpumask_var_t offline; ^~~~~~~ /kisskb/src/drivers/base/cpu.c: In function 'cpu_device_create': /kisskb/src/drivers/base/cpu.c:444:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/base/class.c: In function 'class_for_each_device': /kisskb/src/drivers/base/class.c:355:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_find_device': /kisskb/src/drivers/base/class.c:403:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_register': /kisskb/src/drivers/base/class.c:430:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_unregister': /kisskb/src/drivers/base/class.c:456:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_memory.c: In function 'ttm_mem_global_store': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_memory.c:206:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_memory.c: In function 'ttm_mem_zone_store': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_memory.c:127:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_memory.c: In function 'ttm_mem_global_init': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_memory.c:420:17: note: byref variable will be forcibly initialized struct sysinfo si; ^~ /kisskb/src/fs/squashfs/symlink.c: In function 'squashfs_symlink_readpage': /kisskb/src/fs/squashfs/symlink.c:40:6: note: byref variable will be forcibly initialized int offset = squashfs_i(inode)->offset; ^~~~~~ /kisskb/src/fs/squashfs/symlink.c:39:6: note: byref variable will be forcibly initialized u64 block = squashfs_i(inode)->start; ^~~~~ /kisskb/src/drivers/net/phy/fixed_phy.c: In function 'fixed_mdio_read': /kisskb/src/drivers/net/phy/fixed_phy.c:80:28: note: byref variable will be forcibly initialized struct fixed_phy_status state; ^~~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_queue_itmf_req': /kisskb/src/drivers/scsi/snic/snic_scsi.c:1314:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_queue_icmnd_req': /kisskb/src/drivers/scsi/snic/snic_scsi.c:171:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/snic/snic_scsi.c:22: /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_issue_hba_reset': /kisskb/src/drivers/scsi/snic/snic_scsi.c:2233:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_send_abort_and_wait': /kisskb/src/drivers/scsi/snic/snic_scsi.c:1512:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(tm_done); ^~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_dr_clean_single_req': /kisskb/src/drivers/scsi/snic/snic_scsi.c:1734:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(tm_done); ^~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_send_dr_and_wait': /kisskb/src/drivers/scsi/snic/snic_scsi.c:2029:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(tm_done); ^~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/fs/squashfs/super.c: In function 'squashfs_parse_param': /kisskb/src/fs/squashfs/super.c:69:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/include/linux/mod_devicetable.h:13, from /kisskb/src/include/linux/pci.h:27, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:29: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:29: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmw_fb_dirty_flush': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:184:23: note: byref variable will be forcibly initialized struct drm_clip_rect clip; ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmwgfx_set_config_internal': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:434:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmw_fb_kms_detach': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:462:23: note: byref variable will be forcibly initialized struct drm_mode_set set; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmw_fb_kms_framebuffer': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:498:15: note: byref variable will be forcibly initialized int ret = 0, depth; ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:493:26: note: byref variable will be forcibly initialized struct drm_mode_fb_cmd2 mode_cmd; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmw_fb_set_par': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:552:22: note: byref variable will be forcibly initialized struct drm_mode_set set; ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmw_fb_init': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:638:27: note: byref variable will be forcibly initialized struct drm_display_mode *init_mode; ^~~~~~~~~ In file included from /kisskb/src/drivers/firewire/core-iso.c:16: /kisskb/src/drivers/firewire/core-iso.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/base/map.c:13: /kisskb/src/drivers/base/map.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/squashfs/decompressor.c: In function 'get_comp_opts': /kisskb/src/fs/squashfs/decompressor.c:91:8: note: byref variable will be forcibly initialized void *buffer = NULL, *comp_opts; ^~~~~~ /kisskb/src/drivers/firewire/core-iso.c: In function 'manage_channel': /kisskb/src/drivers/firewire/core-iso.c:246:9: note: byref variable will be forcibly initialized __be32 data[2]; ^~~~ /kisskb/src/drivers/firewire/core-iso.c: In function 'manage_bandwidth': /kisskb/src/drivers/firewire/core-iso.c:208:9: note: byref variable will be forcibly initialized __be32 data[2]; ^~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/drivers/firewire/core-topology.c:8: /kisskb/src/drivers/firewire/core-topology.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ 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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firewire/core-topology.c: In function 'for_each_fw_node': /kisskb/src/drivers/firewire/core-topology.c:316:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /kisskb/src/drivers/firewire/core-topology.c: In function 'update_tree': /kisskb/src/drivers/firewire/core-topology.c:412:26: note: byref variable will be forcibly initialized struct list_head list0, list1; ^~~~~ /kisskb/src/drivers/firewire/core-topology.c:412:19: note: byref variable will be forcibly initialized struct list_head list0, list1; ^~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventquery': /kisskb/src/drivers/message/fusion/mptctl.c:1524:31: note: byref variable will be forcibly initialized struct mpt_ioctl_eventquery karg; ^~~~ /kisskb/src/drivers/firewire/core-topology.c: In function 'build_tree': /kisskb/src/drivers/firewire/core-topology.c:177:21: note: byref variable will be forcibly initialized int i, port_count, child_port_count, phy_id, parent_count, stack_depth; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-topology.c:177:9: note: byref variable will be forcibly initialized int i, port_count, child_port_count, phy_id, parent_count, stack_depth; ^~~~~~~~~~ /kisskb/src/drivers/firewire/core-topology.c:175:19: note: byref variable will be forcibly initialized struct list_head stack, *h; ^~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventenable': /kisskb/src/drivers/message/fusion/mptctl.c:1554:32: note: byref variable will be forcibly initialized struct mpt_ioctl_eventenable karg; ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventreport': /kisskb/src/drivers/message/fusion/mptctl.c:1593:32: note: byref variable will be forcibly initialized struct mpt_ioctl_eventreport karg; ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_gettargetinfo': /kisskb/src/drivers/message/fusion/mptctl.c:1362:30: note: byref variable will be forcibly initialized struct mpt_ioctl_targetinfo karg; ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_readtest': /kisskb/src/drivers/message/fusion/mptctl.c:1472:25: note: byref variable will be forcibly initialized struct mpt_ioctl_test karg; ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_replace_fw': /kisskb/src/drivers/message/fusion/mptctl.c:1639:31: note: byref variable will be forcibly initialized 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:14: note: byref variable will be forcibly initialized dma_addr_t pa; // phys addr ^~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'set_data_bits': /kisskb/src/drivers/auxdisplay/panel.c:591:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'set_ctrl_bits': /kisskb/src/drivers/auxdisplay/panel.c:602:6: note: byref variable will be forcibly initialized int val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/fs/f2fs/node.c:8: /kisskb/src/fs/f2fs/node.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/f2fs_fs.h:11, from /kisskb/src/fs/f2fs/node.c:9: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_do_mpt_command': /kisskb/src/drivers/message/fusion/mptctl.c:1735:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr_out; ^~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:1734:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr_in; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/auxdisplay/panel.c:36: /kisskb/src/drivers/auxdisplay/panel.c: In function 'keypad_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/panel.c:1034:3: note: in expansion of macro 'if' if (wait_event_interruptible(keypad_read_wait, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/panel.c:1034:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(keypad_read_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_print_phy_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:163:9: note: byref variable will be forcibly initialized __le64 sas_address; ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_print_device_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:206:9: note: byref variable will be forcibly initialized __le64 sas_address; ^~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'input_name2mask': /kisskb/src/drivers/auxdisplay/panel.c:1380:13: note: byref variable will be forcibly initialized const char sigtab[] = "EeSsPpAaBb"; ^~~~~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'panel_attach': /kisskb/src/drivers/auxdisplay/panel.c:1523:19: note: byref variable will be forcibly initialized struct pardev_cb panel_cb; ^~~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/message/fusion/mptfc.c:51: /kisskb/src/drivers/message/fusion/mptfc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/message/fusion/mptfc.c: In function 'mptfc_register_dev': /kisskb/src/drivers/message/fusion/mptfc.c:424:30: note: byref variable will be forcibly initialized struct fc_rport_identifiers rport_ids; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_mpt_command': /kisskb/src/drivers/message/fusion/mptctl.c:1698:28: note: byref variable will be forcibly initialized struct mpt_ioctl_command karg; ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'compat_mpt_command': /kisskb/src/drivers/message/fusion/mptctl.c:2749:15: note: byref variable will be forcibly initialized MPT_ADAPTER *iocp = NULL; ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c:2748:27: note: userspace variable will be forcibly initialized struct mpt_ioctl_command karg; ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c:2746:29: note: byref variable will be forcibly initialized struct mpt_ioctl_command32 karg32; ^~~~~~ /kisskb/src/drivers/message/fusion/mptfc.c: In function 'mptfc_WriteFcPortPage1': /kisskb/src/drivers/message/fusion/mptfc.c:832:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptfc.c:831:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptfc.c: In function 'mptfc_GetFcDevPage0': /kisskb/src/drivers/message/fusion/mptfc.c:289:15: note: byref variable will be forcibly initialized dma_addr_t page0_dma; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptfc.c:287:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptfc.c:286:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/fs/f2fs/node.c: In function 'last_fsync_dnode': /kisskb/src/fs/f2fs/node.c:1507:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/node.c:1506:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_do_fw_download': /kisskb/src/drivers/message/fusion/mptctl.c:789:9: note: byref variable will be forcibly initialized int numfrags = 0; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:787:15: note: byref variable will be forcibly initialized dma_addr_t sgl_dma; ^~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:785:19: note: byref variable will be forcibly initialized struct buflist *buflist; ^~~~~~~ /kisskb/src/drivers/message/fusion/mptfc.c: In function 'mptfc_GetFcPortPage1': /kisskb/src/drivers/message/fusion/mptfc.c:877:15: note: byref variable will be forcibly initialized dma_addr_t page1_dma; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptfc.c:875:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptfc.c:874:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ In file included from /kisskb/src/drivers/message/fusion/mptsas.c:48: /kisskb/src/drivers/message/fusion/mptsas.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_fw_download': /kisskb/src/drivers/message/fusion/mptctl.c:751:22: note: byref variable will be forcibly initialized struct mpt_fw_xfer kfwdl; ^~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'compat_mptfwxfer_ioctl': /kisskb/src/drivers/message/fusion/mptctl.c:2708:15: note: byref variable will be forcibly initialized MPT_ADAPTER *iocp = NULL; ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c:2707:21: note: userspace variable will be forcibly initialized struct mpt_fw_xfer kfw; ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2706:23: note: byref variable will be forcibly initialized struct mpt_fw_xfer32 kfw32; ^~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_do_reset': /kisskb/src/drivers/message/fusion/mptctl.c:709:30: note: byref variable will be forcibly initialized struct mpt_ioctl_diag_reset krinfo; ^~~~~~ /kisskb/src/drivers/message/fusion/mptfc.c: In function 'mptfc_GetFcPortPage0': /kisskb/src/drivers/message/fusion/mptfc.c:737:15: note: byref variable will be forcibly initialized dma_addr_t page0_dma; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptfc.c:734:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptfc.c:733:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_hp_targetinfo': /kisskb/src/drivers/message/fusion/mptctl.c:2559:21: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2558:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2557:14: note: byref variable will be forcibly initialized dma_addr_t page_dma; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:2555:19: note: byref variable will be forcibly initialized hp_target_info_t karg; ^~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_device_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2589:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2587:14: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2586:29: note: byref variable will be forcibly initialized ConfigExtendedPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_enclosure_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:1377:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:1375:14: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:1374:29: note: byref variable will be forcibly initialized 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:26: note: byref variable will be forcibly initialized struct mptsas_enclosure enclosure_info; ^~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:650:24: note: byref variable will be forcibly initialized struct mptsas_devinfo sas_device; ^~~~~~~~~~ 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:11: note: byref variable will be forcibly initialized Indirect chain[DEPTH]; ^~~~~ /kisskb/src/fs/minix/itree_common.c:156:6: note: byref variable will be forcibly initialized int offsets[DEPTH]; ^~~~~~~ /kisskb/src/fs/minix/itree_common.c:155:6: note: byref variable will be forcibly initialized int err = -EIO; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_add_device_component_starget': /kisskb/src/drivers/message/fusion/mptsas.c:788:26: note: byref variable will be forcibly initialized struct mptsas_enclosure enclosure_info; ^~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_hp_hostinfo': /kisskb/src/drivers/message/fusion/mptctl.c:2324:21: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2323:15: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_get_enclosure_identifier': /kisskb/src/drivers/message/fusion/mptctl.c:2322:18: note: byref variable will be forcibly initialized hp_host_info_t karg; ^~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2189:26: note: byref variable will be forcibly initialized struct mptsas_enclosure enclosure_info; ^~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:2321:14: note: byref variable will be forcibly initialized dma_addr_t buf_dma; ^~~~~~~ /kisskb/src/fs/minix/itree_v2.c: In function 'find_shared': /kisskb/src/fs/minix/itree_common.c:230:9: note: byref variable will be forcibly initialized int k, err; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_add_device_component_starget_ir': /kisskb/src/drivers/message/fusion/mptsas.c:687:24: note: byref variable will be forcibly initialized RaidPhysDiskPage0_t phys_disk; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:684:15: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:683:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:682:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/fs/minix/itree_v2.c: In function 'truncate': /kisskb/src/fs/minix/itree_common.c:307:10: note: byref variable will be forcibly initialized block_t nr = 0; ^~ /kisskb/src/fs/minix/itree_common.c:305:11: note: byref variable will be forcibly initialized Indirect chain[DEPTH]; ^~~~~ /kisskb/src/fs/minix/itree_common.c:304:6: note: byref variable will be forcibly initialized int offsets[DEPTH]; ^~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_io_unit_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2389:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2387:14: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2386:29: note: byref variable will be forcibly initialized ConfigExtendedPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function '__mptctl_ioctl': /kisskb/src/drivers/message/fusion/mptctl.c:627:15: note: byref variable will be forcibly initialized MPT_ADAPTER *iocp = NULL; ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c:622:20: note: byref variable will be forcibly initialized 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:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2465:14: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2464:29: note: byref variable will be forcibly initialized ConfigExtendedPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_phy_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2525:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2523:14: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2522:29: note: byref variable will be forcibly initialized ConfigExtendedPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_expander_pg1': /kisskb/src/drivers/message/fusion/mptsas.c:2753:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2751:14: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2750:29: note: byref variable will be forcibly initialized ConfigExtendedPageHeader_t hdr; ^~~ /kisskb/src/fs/f2fs/node.c: In function 'remove_nats_in_journal': /kisskb/src/fs/f2fs/node.c:2855:25: note: byref variable will be forcibly initialized struct f2fs_nat_entry raw_ne; ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_expander_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2670:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2668:14: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2667:29: note: byref variable will be forcibly initialized ConfigExtendedPageHeader_t hdr; ^~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_available_free_memory': /kisskb/src/fs/f2fs/node.c:48:17: note: byref variable will be forcibly initialized struct sysinfo val; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_get_linkerrors': /kisskb/src/drivers/message/fusion/mptsas.c:2033:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2031:14: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2030:29: note: byref variable will be forcibly initialized ConfigExtendedPageHeader_t hdr; ^~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_get_node_info': /kisskb/src/fs/f2fs/node.c:550:24: note: byref variable will be forcibly initialized struct f2fs_nat_entry ne; ^~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_add_end_device': /kisskb/src/drivers/message/fusion/mptsas.c:1448:22: note: byref variable will be forcibly initialized struct sas_identify identify; ^~~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'truncate_node': /kisskb/src/fs/f2fs/node.c:886:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_probe_devices': /kisskb/src/drivers/message/fusion/mptsas.c:3974:24: note: byref variable will be forcibly initialized struct mptsas_devinfo sas_device; ^~~~~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'read_node_page': /kisskb/src/fs/f2fs/node.c:1332:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_adding_inactive_raid_components': /kisskb/src/drivers/message/fusion/mptsas.c:4258:25: note: byref variable will be forcibly initialized struct mptsas_devinfo sas_device; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4255:24: note: byref variable will be forcibly initialized RaidPhysDiskPage0_t phys_disk; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4253:15: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4252:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/fs/f2fs/node.c: In function '__write_node_page': /kisskb/src/drivers/message/fusion/mptsas.c:4251:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/fs/f2fs/node.c:1566:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_new_node_page': /kisskb/src/fs/f2fs/node.c:1274:19: note: byref variable will be forcibly initialized struct node_info new_ni; ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_exp_repmanufacture_info': /kisskb/src/drivers/message/fusion/mptsas.c:2872:13: note: byref variable will be forcibly initialized dma_addr_t data_out_dma = 0; ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_new_inode_page': /kisskb/src/fs/f2fs/node.c:1262:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_ra_node_pages': /kisskb/src/fs/f2fs/node.c:622:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_probe_one_phy': /kisskb/src/drivers/message/fusion/mptsas.c:3221:23: note: byref variable will be forcibly initialized struct sas_identify identify; ^~~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'truncate_partial_nodes': /kisskb/src/fs/f2fs/node.c:1027:8: note: byref variable will be forcibly initialized nid_t nid[3]; ^~~ /kisskb/src/fs/f2fs/node.c: In function 'truncate_nodes': /kisskb/src/fs/f2fs/node.c:949:23: note: byref variable will be forcibly initialized struct dnode_of_data rdn = *dn; ^~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_truncate_inode_blocks': /kisskb/src/fs/f2fs/node.c:1095:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/node.c:1092:24: note: byref variable will be forcibly initialized int level, offset[4], noffset[4]; ^~~~~~~ /kisskb/src/fs/f2fs/node.c:1092:13: note: byref variable will be forcibly initialized int level, offset[4], noffset[4]; ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_probe_expanders': /kisskb/src/drivers/message/fusion/mptsas.c:3924:25: note: byref variable will be forcibly initialized struct mptsas_portinfo buffer, *port_info; ^~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_truncate_xattr_node': /kisskb/src/fs/f2fs/node.c:1190:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_move_node_page': /kisskb/src/fs/f2fs/node.c:1675:28: note: byref variable will be forcibly initialized struct writeback_control wbc = { ^~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_fsync_node_pages': /kisskb/src/fs/f2fs/node.c:1743:9: note: byref variable will be forcibly initialized bool submitted = false; ^~~~~~~~~ /kisskb/src/fs/f2fs/node.c:1720:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/node.c:1719:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_expander_add': /kisskb/src/drivers/message/fusion/mptsas.c:3673:25: note: byref variable will be forcibly initialized struct mptsas_portinfo buffer, *port_info; ^~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_flush_inline_data': /kisskb/src/fs/f2fs/node.c:1877:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/node.c:1876:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_link_status_event': /kisskb/src/drivers/message/fusion/mptsas.c:3709:9: note: byref variable will be forcibly initialized __le64 sas_address; ^~~~~~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_sync_node_pages': /kisskb/src/fs/f2fs/node.c:1941:9: note: byref variable will be forcibly initialized bool submitted = false; ^~~~~~~~~ /kisskb/src/fs/f2fs/node.c:1924:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/node.c:1923:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_write_node_pages': /kisskb/src/fs/f2fs/node.c:2091:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_expander_delete': /kisskb/src/fs/minix/namei.c: In function 'minix_tmpfile': /kisskb/src/fs/minix/namei.c:58:6: note: byref variable will be forcibly initialized int error; ^~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:3542:25: note: byref variable will be forcibly initialized struct mptsas_portinfo buffer; ^~~~~~ /kisskb/src/fs/minix/namei.c: In function 'minix_unlink': /kisskb/src/fs/minix/namei.c:155:16: note: byref variable will be forcibly initialized struct page * page; ^~~~ /kisskb/src/fs/minix/namei.c: In function 'minix_rename': /kisskb/src/fs/minix/namei.c:215:17: note: byref variable will be forcibly initialized struct page * new_page; ^~~~~~~~ /kisskb/src/fs/minix/namei.c:196:16: note: byref variable will be forcibly initialized struct page * old_page; ^~~~~~~~ /kisskb/src/fs/minix/namei.c:194:16: note: byref variable will be forcibly initialized struct page * dir_page = NULL; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_expander_event': /kisskb/src/drivers/message/fusion/mptsas.c:3632:9: note: byref variable will be forcibly initialized __le64 sas_address; ^~~~~~~~~~~ /kisskb/src/fs/minix/namei.c: In function 'minix_mknod': /kisskb/src/fs/minix/namei.c:39:6: note: byref variable will be forcibly initialized int error; ^~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_get_dnode_of_data': /kisskb/src/fs/f2fs/node.c:762:8: note: byref variable will be forcibly initialized nid_t nids[4]; ^~~~ /kisskb/src/fs/f2fs/node.c:761:15: note: byref variable will be forcibly initialized unsigned int noffset[4]; ^~~~~~~ /kisskb/src/fs/f2fs/node.c:760:6: note: byref variable will be forcibly initialized int offset[4]; ^~~~~~ /kisskb/src/fs/minix/namei.c: In function 'minix_mkdir': /kisskb/src/fs/minix/namei.c:118:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/fs/minix/namei.c: In function 'minix_symlink': /kisskb/src/fs/minix/namei.c:77:6: note: byref variable will be forcibly initialized int err = -ENAMETOOLONG; ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_not_responding_devices': /kisskb/src/drivers/message/fusion/mptsas.c:3800:24: note: byref variable will be forcibly initialized struct mptsas_devinfo sas_device; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:3798:25: note: byref variable will be forcibly initialized struct mptsas_portinfo buffer, *port_info; ^~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_remove_inode_page': /kisskb/src/fs/f2fs/node.c:1219:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/drivers/base/devres.c: In function 'alloc_dr': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized size_t tot_size; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_find_phyinfo_by_phys_disk_num': /kisskb/src/drivers/message/fusion/mptsas.c:4174:6: note: byref variable will be forcibly initialized u64 sas_address = 0; ^~~~~~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_recover_xattr_data': /kisskb/src/fs/f2fs/node.c:2695:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'check_dr_size': /kisskb/src/fs/f2fs/node.c:2694:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/devres.c:100:2: note: in expansion of macro 'if' if (unlikely(check_add_overflow(sizeof(struct devres), ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/devres.c:100:6: note: in expansion of macro 'unlikely' if (unlikely(check_add_overflow(sizeof(struct devres), ^~~~~~~~ /kisskb/src/drivers/base/devres.c:100:15: note: in expansion of macro 'check_add_overflow' if (unlikely(check_add_overflow(sizeof(struct devres), ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/devres.c:100:2: note: in expansion of macro 'if' if (unlikely(check_add_overflow(sizeof(struct devres), ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/devres.c:100:6: note: in expansion of macro 'unlikely' if (unlikely(check_add_overflow(sizeof(struct devres), ^~~~~~~~ /kisskb/src/drivers/base/devres.c:100:15: note: in expansion of macro 'check_add_overflow' if (unlikely(check_add_overflow(sizeof(struct devres), ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/node.c:2693:8: note: byref variable will be forcibly initialized nid_t new_xnid; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_hotplug_work': /kisskb/src/drivers/message/fusion/mptsas.c:4333:24: note: byref variable will be forcibly initialized struct mptsas_devinfo sas_device; ^~~~~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_recover_inode_page': /kisskb/src/fs/f2fs/node.c:2739:27: note: byref variable will be forcibly initialized struct node_info old_ni, new_ni; ^~~~~~ /kisskb/src/fs/f2fs/node.c:2739:19: note: byref variable will be forcibly initialized struct node_info old_ni, new_ni; ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_sas_event': /kisskb/src/drivers/message/fusion/mptsas.c:4598:6: note: byref variable will be forcibly initialized u64 sas_address; ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4595:30: note: byref variable will be forcibly initialized struct mptsas_hotplug_event hot_plug_info; ^~~~~~~~~~~~~ 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:3060:12: note: byref variable will be forcibly initialized LIST_HEAD(sets); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_raid_event': /kisskb/src/fs/f2fs/node.c:3056:24: note: byref variable will be forcibly initialized struct nat_entry_set *setvec[SETVEC_SIZE]; ^~~~~~ /kisskb/src/drivers/base/devres.c: In function '__devres_alloc_node': /kisskb/src/drivers/message/fusion/mptsas.c:4667:22: note: byref variable will be forcibly initialized RaidPhysDiskPage0_t phys_disk; ^~~~~~~~~ /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized size_t tot_size; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4662:30: note: byref variable will be forcibly initialized 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:4966:22: note: byref variable will be forcibly initialized RaidPhysDiskPage0_t phys_disk; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4963:30: note: byref variable will be forcibly initialized struct mptsas_hotplug_event hot_plug_info; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_destroy_node_manager': /kisskb/src/fs/f2fs/node.c:3310:24: note: byref variable will be forcibly initialized struct nat_entry_set *setvec[SETVEC_SIZE]; ^~~~~~ /kisskb/src/fs/f2fs/node.c:3309:20: note: byref variable will be forcibly initialized struct nat_entry *natvec[NATVEC_SIZE]; ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_broadcast_primitive_work': In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'devres_release_all': /kisskb/src/drivers/base/devres.c:515:12: note: byref variable will be forcibly initialized LIST_HEAD(todo); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4870:7: note: byref variable will be forcibly initialized u8 issue_reset; ^~~~~~~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devres_release_group': /kisskb/src/drivers/base/devres.c:667:12: note: byref variable will be forcibly initialized LIST_HEAD(todo); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_remove_action': /kisskb/src/drivers/base/devres.c:756:23: note: byref variable will be forcibly initialized struct action_devres devres = { ^~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_release_action': /kisskb/src/drivers/base/devres.c:778:23: note: byref variable will be forcibly initialized struct action_devres devres = { ^~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_kmalloc': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized size_t tot_size; ^~~~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_kvasprintf': /kisskb/src/drivers/base/devres.c:998:10: note: byref variable will be forcibly initialized va_list aq; ^~ /kisskb/src/drivers/base/devres.c: In function 'devm_kasprintf': /kisskb/src/drivers/base/devres.c:1027:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/base/devres.c: In function 'devm_krealloc': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized size_t tot_size; ^~~~~~~~ /kisskb/src/drivers/base/devres.c:855:9: note: byref variable will be forcibly initialized size_t total_new_size, total_old_size; ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'do_attribute_container_device_trigger_safe': /kisskb/src/drivers/base/attribute_container.c:249:20: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_device_trigger': /kisskb/src/drivers/base/attribute_container.c:363:21: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_remove_device': /kisskb/src/drivers/base/attribute_container.c:216:21: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_find_class_device': /kisskb/src/drivers/base/attribute_container.c:535:20: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ /kisskb/src/fs/squashfs/xattr_id.c: In function 'squashfs_xattr_lookup': /kisskb/src/fs/squashfs/xattr_id.c:35:27: note: byref variable will be forcibly initialized struct squashfs_xattr_id id; ^~ /kisskb/src/fs/squashfs/xattr_id.c:34:6: note: byref variable will be forcibly initialized u64 start_block; ^~~~~~~~~~~ /kisskb/src/fs/squashfs/xattr_id.c:33:6: note: byref variable will be forcibly initialized int offset = SQUASHFS_XATTR_BLOCK_OFFSET(index); ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/squashfs/decompressor_multi.c:8: /kisskb/src/fs/squashfs/decompressor_multi.c: In function 'get_decomp_stream': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/squashfs/decompressor_multi.c:175:3: note: in expansion of macro 'wait_event' wait_event(stream->wait, ^~~~~~~~~~ /kisskb/src/fs/squashfs/xattr.c: In function 'squashfs_xattr_get': /kisskb/src/fs/squashfs/xattr.c:149:12: note: byref variable will be forcibly initialized __le64 xattr_val; ^~~~~~~~~ /kisskb/src/fs/squashfs/xattr.c:124:29: note: byref variable will be forcibly initialized struct squashfs_xattr_val val; ^~~ /kisskb/src/fs/squashfs/xattr.c:123:31: note: byref variable will be forcibly initialized struct squashfs_xattr_entry entry; ^~~~~ /kisskb/src/fs/squashfs/xattr.c:112:6: note: byref variable will be forcibly initialized int offset = SQUASHFS_XATTR_OFFSET(squashfs_i(inode)->xattr); ^~~~~~ /kisskb/src/fs/squashfs/xattr.c:110:6: note: byref variable will be forcibly initialized u64 start = SQUASHFS_XATTR_BLK(squashfs_i(inode)->xattr) ^~~~~ /kisskb/src/fs/squashfs/xattr.c: In function 'squashfs_listxattr': /kisskb/src/fs/squashfs/xattr.c:46:29: note: byref variable will be forcibly initialized struct squashfs_xattr_val val; ^~~ /kisskb/src/fs/squashfs/xattr.c:45:31: note: byref variable will be forcibly initialized struct squashfs_xattr_entry entry; ^~~~~ /kisskb/src/fs/squashfs/xattr.c:34:6: note: byref variable will be forcibly initialized int offset = SQUASHFS_XATTR_OFFSET(squashfs_i(inode)->xattr); ^~~~~~ /kisskb/src/fs/squashfs/xattr.c:32:6: note: byref variable will be forcibly initialized u64 start = SQUASHFS_XATTR_BLK(squashfs_i(inode)->xattr) ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/net/nfc/hci/llc_shdlc.c:11: /kisskb/src/net/nfc/hci/llc_shdlc.c: In function 'llc_shdlc_connect': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/net/nfc/hci/llc_shdlc.c:702:2: note: in expansion of macro 'wait_event' wait_event(connect_wq, shdlc->connect_result != 1); ^~~~~~~~~~ /kisskb/src/net/nfc/hci/llc_shdlc.c:687:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(connect_wq); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/drivers/net/phy/microchip.c: In function 'lan88xx_probe': /kisskb/src/drivers/net/phy/microchip.c:235:6: note: byref variable will be forcibly initialized u32 led_modes[4]; ^~~~~~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/cacheinfo.c: In function 'cache_get_line_size': /kisskb/src/drivers/base/cacheinfo.c:96:7: note: byref variable will be forcibly initialized u32 line_size; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/drivers/firewire/core-transaction.c:8: /kisskb/src/drivers/firewire/core-transaction.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-transaction.c: In function 'fw_run_transaction': /kisskb/src/drivers/firewire/core-transaction.c:419:24: note: byref variable will be forcibly initialized struct fw_transaction t; ^ /kisskb/src/drivers/firewire/core-transaction.c:418:35: note: byref variable will be forcibly initialized struct transaction_callback_data d; ^ In file included from /kisskb/src/drivers/base/swnode.c:12: /kisskb/src/drivers/base/swnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/swnode.c: In function 'software_node_get_reference_args': /kisskb/src/drivers/base/swnode.c:506:6: note: byref variable will be forcibly initialized u32 nargs_prop_val; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/nosy.c:143:2: note: in expansion of macro 'if' if (wait_event_interruptible(buffer->wait, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/nosy.c:143:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(buffer->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/nosy.c: In function 'bus_reset_irq_handler': /kisskb/src/drivers/firewire/nosy.c:442:9: note: byref variable will be forcibly initialized u32 timestamp; ^~~~~~~~~ /kisskb/src/drivers/firewire/nosy.c:441:20: note: byref variable will be forcibly initialized struct timespec64 ts64; ^~~~ /kisskb/src/drivers/firewire/nosy.c: In function 'packet_irq_handler': /kisskb/src/drivers/firewire/nosy.c:411:20: note: byref variable will be forcibly initialized struct timespec64 ts64; ^~~~ /kisskb/src/drivers/firewire/nosy.c: In function 'nosy_ioctl': /kisskb/src/drivers/firewire/nosy.c:348:20: note: byref variable will be forcibly initialized struct nosy_stats stats; ^~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_find_reference': /kisskb/src/drivers/base/property.c:502:31: note: byref variable will be forcibly initialized struct fwnode_reference_args args; ^~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_get_phy_mode': /kisskb/src/drivers/base/property.c:906:14: note: byref variable will be forcibly initialized const char *pm; ^~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_remote_node': /kisskb/src/drivers/base/property.c:1141:26: note: byref variable will be forcibly initialized struct fwnode_endpoint fwnode_ep; ^~~~~~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_endpoint_by_id': /kisskb/src/drivers/base/property.c:1193:26: note: byref variable will be forcibly initialized struct fwnode_endpoint fwnode_ep = { 0 }; ^~~~~~~~~ In file included from /kisskb/src/include/linux/limits.h:6, from /kisskb/src/include/linux/kernel.h:7, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/auxdisplay/hd44780.c:9: /kisskb/src/drivers/auxdisplay/hd44780.c: In function 'hd44780_write_cmd_raw_gpio4': /kisskb/src/drivers/auxdisplay/hd44780.c:158:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, 6); /* for DATA[4-7], RS, RW */ ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/auxdisplay/hd44780.c: In function 'hd44780_write_gpio4': /kisskb/src/drivers/auxdisplay/hd44780.c:82:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, 6); /* for DATA[4-7], RS, RW */ ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/auxdisplay/hd44780.c: In function 'hd44780_write_gpio8': /kisskb/src/drivers/auxdisplay/hd44780.c:66:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, 10); /* for DATA[0-7], RS, RW */ ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/fs/minix/inode.c: In function 'V1_minix_update_inode': /kisskb/src/fs/minix/inode.c:582:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^~ /kisskb/src/fs/minix/inode.c: In function 'V2_minix_update_inode': /kisskb/src/fs/minix/inode.c:609:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^~ /kisskb/src/fs/squashfs/lzo_wrapper.c: In function 'lzo_uncompress': /kisskb/src/fs/squashfs/lzo_wrapper.c:74:9: note: byref variable will be forcibly initialized size_t out_len = output->length; ^~~~~~~ /kisskb/src/fs/minix/inode.c: In function 'V1_minix_iget': /kisskb/src/fs/minix/inode.c:481:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^~ /kisskb/src/fs/minix/inode.c: In function 'V2_minix_iget': /kisskb/src/fs/minix/inode.c:521:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^~ /kisskb/src/drivers/base/memory.c: In function 'hard_offline_page_store': /kisskb/src/drivers/base/memory.c:551:6: note: byref variable will be forcibly initialized u64 pfn; ^~~ /kisskb/src/drivers/base/memory.c: In function 'soft_offline_page_store': /kisskb/src/drivers/base/memory.c:535:6: note: byref variable will be forcibly initialized u64 pfn; ^~~ /kisskb/src/drivers/base/memory.c: In function 'memory_group_register': /kisskb/src/drivers/base/memory.c:926:11: note: byref variable will be forcibly initialized uint32_t mgid; ^~~~ /kisskb/src/drivers/base/memory.c: In function 'for_each_memory_block': /kisskb/src/drivers/base/memory.c:908:39: note: byref variable will be forcibly initialized struct for_each_memory_block_cb_data cb_data = { ^~~~~~~ /kisskb/src/drivers/base/memory.c: In function 'walk_dynamic_memory_groups': /kisskb/src/drivers/base/memory.c:1060:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'dev_mkdir': /kisskb/src/drivers/base/devtmpfs.c:158:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'handle_create': /kisskb/src/drivers/base/devtmpfs.c:218:16: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c:204:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'dev_rmdir': /kisskb/src/drivers/base/devtmpfs.c:237:14: note: byref variable will be forcibly initialized struct path parent; ^~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'handle_remove': /kisskb/src/drivers/base/devtmpfs.c:322:17: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c:318:15: note: byref variable will be forcibly initialized struct path p = {.mnt = parent.mnt, .dentry = dentry}; ^ /kisskb/src/drivers/base/devtmpfs.c:317:16: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/drivers/base/devtmpfs.c:307:14: note: byref variable will be forcibly initialized struct path parent; ^~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_create_node': /kisskb/src/drivers/base/devtmpfs.c:113:13: note: byref variable will be forcibly initialized struct req req; ^~~ /kisskb/src/drivers/base/devtmpfs.c:112:14: note: byref variable will be forcibly initialized const char *tmp = NULL; ^~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_delete_node': /kisskb/src/drivers/base/devtmpfs.c:140:13: note: byref variable will be forcibly initialized struct req req; ^~~ /kisskb/src/drivers/base/devtmpfs.c:139:14: note: byref variable will be forcibly initialized const char *tmp = NULL; ^~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_init': /kisskb/src/drivers/base/devtmpfs.c:448:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/drivers/base/devtmpfs.c:447:7: note: byref variable will be forcibly initialized char opts[] = "mode=0755"; ^~~~ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/net/hsr/hsr_main.c:10: /kisskb/src/net/hsr/hsr_main.c: In function 'hsr_netdev_notify': /kisskb/src/net/hsr/hsr_main.c:37:12: note: byref variable will be forcibly initialized LIST_HEAD(list_kill); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/auxdisplay/ht16k33.c: In function 'ht16k33_mmap': /kisskb/src/drivers/auxdisplay/ht16k33.c:225:15: note: byref variable will be forcibly initialized struct page *pages = virt_to_page(priv->fbdev.buffer); ^~~~~ /kisskb/src/drivers/auxdisplay/ht16k33.c: In function 'ht16k33_initialize': /kisskb/src/drivers/auxdisplay/ht16k33.c:173:10: note: byref variable will be forcibly initialized uint8_t data[HT16K33_MATRIX_LED_MAX_COLS * 2]; ^~~~ /kisskb/src/drivers/auxdisplay/ht16k33.c: In function 'ht16k33_keypad_scan': /kisskb/src/drivers/auxdisplay/ht16k33.c:249:16: note: byref variable will be forcibly initialized unsigned long bits_changed; ^~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/ht16k33.c:248:9: note: byref variable will be forcibly initialized __le16 data[HT16K33_MATRIX_KEYPAD_MAX_COLS]; ^~~~ /kisskb/src/drivers/auxdisplay/ht16k33.c:247:6: note: byref variable will be forcibly initialized u16 new_state[HT16K33_MATRIX_KEYPAD_MAX_COLS]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/auxdisplay/ht16k33.c:11: /kisskb/src/drivers/auxdisplay/ht16k33.c: In function 'ht16k33_keypad_irq_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/ht16k33.c:286:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(keypad->wait, keypad->stopped, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/ht16k33.c: In function 'ht16k33_keypad_probe': /kisskb/src/drivers/auxdisplay/ht16k33.c:321:6: note: byref variable will be forcibly initialized u32 cols = HT16K33_MATRIX_KEYPAD_MAX_COLS; ^~~~ /kisskb/src/drivers/auxdisplay/ht16k33.c:320:6: note: byref variable will be forcibly initialized u32 rows = HT16K33_MATRIX_KEYPAD_MAX_ROWS; ^~~~ /kisskb/src/drivers/auxdisplay/ht16k33.c: In function 'ht16k33_probe': /kisskb/src/drivers/auxdisplay/ht16k33.c:394:30: note: byref variable will be forcibly initialized struct backlight_properties bl_props; ^~~~~~~~ /kisskb/src/drivers/auxdisplay/ht16k33.c:392:11: note: byref variable will be forcibly initialized uint32_t dft_brightness; ^~~~~~~~~~~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/phy/bcm7xxx.c: In function 'bcm7xxx_28nm_config_init': /kisskb/src/drivers/net/phy/bcm7xxx.c:143:5: note: byref variable will be forcibly initialized u8 count; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/phy/bcm7xxx.c:8: /kisskb/src/drivers/net/phy/bcm7xxx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/phy.h:16, from /kisskb/src/drivers/net/phy/bcm7xxx.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_resolve_flow': /kisskb/src/drivers/net/phy/phylink.c:409:17: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:409:7: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_decode_c37_word': /kisskb/src/drivers/net/phy/phylink.c:2381:17: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:2381:7: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_mac_initial_config': /kisskb/src/drivers/net/phy/phylink.c:574:28: note: byref variable will be forcibly initialized struct phylink_link_state link_state; ^~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_resolve': /kisskb/src/drivers/net/phy/phylink.c:657:28: note: byref variable will be forcibly initialized struct phylink_link_state link_state; ^~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_phy_change': /kisskb/src/drivers/net/phy/phylink.c:928:17: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:928:7: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_mii_emul_read': /kisskb/src/drivers/net/phy/phylink.c:1850:26: note: byref variable will be forcibly initialized struct fixed_phy_status fs; ^~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_mii_read': /kisskb/src/drivers/net/phy/phylink.c:1952:28: note: byref variable will be forcibly initialized struct phylink_link_state state; ^~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_parse_mode': /kisskb/src/drivers/net/phy/phylink.c:270:14: note: byref variable will be forcibly initialized const char *managed; ^~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_parse_fixedlink': /kisskb/src/drivers/net/phy/phylink.c:209:7: note: byref variable will be forcibly initialized u32 prop[5]; ^~~~ /kisskb/src/drivers/net/phy/phylink.c:172:6: note: byref variable will be forcibly initialized u32 speed; ^~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_sfp_config': /kisskb/src/drivers/net/phy/phylink.c:2140:28: note: byref variable will be forcibly initialized struct phylink_link_state config; ^~~~~~ 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:264, 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/net/phy/phylink.c:8: /kisskb/src/drivers/net/phy/phylink.c:2139:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(support); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phylink.c:2139:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(support); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:2138:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(support1); ^~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phylink.c:2138:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(support1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_bringup_phy': /kisskb/src/drivers/net/phy/phylink.c:957:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(supported); ^~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phylink.c:957:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(supported); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:956:28: note: byref variable will be forcibly initialized struct phylink_link_state config; ^~~~~~ 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:264, 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/net/phy/phylink.c:8: /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_merge_link_mode': /kisskb/src/drivers/net/phy/phylink.c:1433:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(mask); ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phylink.c:1433:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(mask); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_ethtool_ksettings_get': /kisskb/src/drivers/net/phy/phylink.c:1465:28: note: byref variable will be forcibly initialized struct phylink_link_state link_state; ^~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_ethtool_ksettings_set': /kisskb/src/drivers/net/phy/phylink.c:1516:28: note: byref variable will be forcibly initialized struct phylink_link_state config; ^~~~~~ 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:264, 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/net/phy/phylink.c:8: /kisskb/src/drivers/net/phy/phylink.c:1515:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(support); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phylink.c:1515:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(support); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_sm_mod_hpower': /kisskb/src/drivers/net/phy/sfp.c:1689:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_soft_set_state': /kisskb/src/drivers/net/phy/sfp.c:485:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_hwmon_read_sensor': /kisskb/src/drivers/net/phy/sfp.c:654:9: note: byref variable will be forcibly initialized __be16 val; ^~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_hwmon_temp': /kisskb/src/drivers/net/phy/sfp.c:780:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_hwmon_vcc': /kisskb/src/drivers/net/phy/sfp.c:846:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_hwmon_bias': /kisskb/src/drivers/net/phy/sfp.c:913:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_hwmon_tx_power': /kisskb/src/drivers/net/phy/sfp.c:980:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/fs/minix/dir.c: In function 'minix_inode_by_name': /kisskb/src/fs/minix/dir.c:453:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_hwmon_rx_power': /kisskb/src/drivers/net/phy/sfp.c:1047:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_cotsworks_fixup_check': /kisskb/src/drivers/net/phy/sfp.c:1752:5: note: byref variable will be forcibly initialized u8 check; ^~~~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_sm_mod_probe': /kisskb/src/drivers/net/phy/sfp.c:1785:23: note: byref variable will be forcibly initialized struct sfp_eeprom_id id; ^~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_i2c_write': /kisskb/src/drivers/net/phy/sfp.c:395:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[1]; ^~~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_i2c_read': /kisskb/src/drivers/net/phy/sfp.c:355:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/net/phy/sfp.c: In function 'sfp_soft_get_state': /kisskb/src/drivers/net/phy/sfp.c:463:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/pcmcia/socket_sysfs.c: In function 'pccard_store_irq_mask': /kisskb/src/drivers/pcmcia/socket_sysfs.c:157:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_reset': /kisskb/src/drivers/pcmcia/cs.c:251:6: note: byref variable will be forcibly initialized int status, i; ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_setup': /kisskb/src/drivers/pcmcia/cs.c:334:6: note: byref variable will be forcibly initialized int status, i; ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_shutdown': /kisskb/src/drivers/pcmcia/cs.c:287:6: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_detect_change': /kisskb/src/drivers/pcmcia/cs.c:577:7: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/net/nfc/core.c: In function 'nfc_dep_link_up': /kisskb/src/net/nfc/core.c:284:9: note: byref variable will be forcibly initialized size_t gb_len; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:124:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&inode->i_verity_info); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/fs/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/f2fs_fs.h:11, from /kisskb/src/fs/f2fs/segment.c:9: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/vkms/vkms_crtc.c:5: /kisskb/src/drivers/gpu/drm/vkms/vkms_crtc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:641:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(*q, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'get_ssr_segment': /kisskb/src/fs/f2fs/segment.c:2868:11: note: byref variable will be forcibly initialized unsigned segno = NULL_SEGNO; ^~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_d_cmp': /kisskb/src/fs/exfat/namei.c:109:14: note: byref variable will be forcibly initialized wchar_t c1, c2; ^~ /kisskb/src/fs/exfat/namei.c:109:10: note: byref variable will be forcibly initialized wchar_t c1, c2; ^~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_d_hash': /kisskb/src/fs/exfat/namei.c:89:10: note: byref variable will be forcibly initialized wchar_t c; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_utf8_d_cmp': /kisskb/src/fs/exfat/namei.c:166:17: note: byref variable will be forcibly initialized unicode_t u_a, u_b; ^~~ /kisskb/src/fs/exfat/namei.c:166:12: note: byref variable will be forcibly initialized unicode_t u_a, u_b; ^~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_utf8_d_hash': /kisskb/src/fs/exfat/namei.c:142:12: note: byref variable will be forcibly initialized unicode_t u; ^ /kisskb/src/fs/exfat/namei.c: In function '__exfat_resolve_path': /kisskb/src/fs/exfat/namei.c:416:6: note: byref variable will be forcibly initialized int lossy = NLS_NAME_NO_LOSSY; ^~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_check_dir_empty': /kisskb/src/fs/exfat/namei.c:890:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/namei.c:887:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^~~ /kisskb/src/fs/f2fs/segment.c: In function '__insert_discard_tree': /kisskb/src/fs/f2fs/segment.c:1296:7: note: byref variable will be forcibly initialized bool leftmost = true; ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1295:18: note: byref variable will be forcibly initialized struct rb_node *parent = NULL; ^~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_search_empty_slot': /kisskb/src/fs/exfat/namei.c:211:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/namei.c:208:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^~~ /kisskb/src/fs/f2fs/segment.c: In function '__update_discard_tree_range': /kisskb/src/fs/f2fs/segment.c:1362:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1362:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1359:39: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^~~~~~~ /kisskb/src/fs/f2fs/segment.c:1359:22: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_find_empty_entry': /kisskb/src/fs/exfat/namei.c:379:24: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/namei.c:316:25: note: byref variable will be forcibly initialized struct exfat_hint_femp hint_femp; ^~~~~~~~~ /kisskb/src/fs/exfat/namei.c:311:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^~~ /kisskb/src/fs/exfat/namei.c:309:11: note: byref variable will be forcibly initialized sector_t sector; ^~~~~~ /kisskb/src/fs/exfat/namei.c:308:20: note: byref variable will be forcibly initialized unsigned int ret, last_clu; ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function '__submit_discard_cmd': /kisskb/src/fs/f2fs/segment.c:1210:15: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_rename_file': /kisskb/src/fs/exfat/namei.c:1011:31: note: byref variable will be forcibly initialized struct buffer_head *new_bh, *old_bh; ^~~~~~ /kisskb/src/fs/exfat/namei.c:1011:22: note: byref variable will be forcibly initialized struct buffer_head *new_bh, *old_bh; ^~~~~~ /kisskb/src/fs/exfat/namei.c:1008:23: note: byref variable will be forcibly initialized sector_t sector_old, sector_new; ^~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:1008:11: note: byref variable will be forcibly initialized sector_t sector_old, sector_new; ^~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function '__issue_discard_cmd_orderly': /kisskb/src/fs/f2fs/segment.c:1475:15: note: byref variable will be forcibly initialized unsigned int issued = 0; ^~~~~~ /kisskb/src/fs/f2fs/segment.c:1473:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/segment.c:1471:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1471:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1470:39: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^~~~~~~ /kisskb/src/fs/f2fs/segment.c:1470:22: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_move_file': /kisskb/src/fs/exfat/namei.c:1099:31: note: byref variable will be forcibly initialized struct buffer_head *mov_bh, *new_bh; ^~~~~~ /kisskb/src/fs/exfat/namei.c:1099:22: note: byref variable will be forcibly initialized struct buffer_head *mov_bh, *new_bh; ^~~~~~ /kisskb/src/fs/exfat/namei.c:1096:23: note: byref variable will be forcibly initialized sector_t sector_mov, sector_new; ^~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:1096:11: note: byref variable will be forcibly initialized sector_t sector_mov, sector_new; ^~~~~~~~~~ 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/fs/exfat/namei.c: In function '__exfat_rename': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:1302:23: note: byref variable will be forcibly initialized struct exfat_chain new_clu_to_free; ^~~~~~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:1249:23: note: byref variable will be forcibly initialized struct exfat_chain new_clu; ^~~~~~~ /kisskb/src/fs/exfat/namei.c:1203:31: note: byref variable will be forcibly initialized struct buffer_head *old_bh, *new_bh = NULL; ^~~~~~ /kisskb/src/fs/exfat/namei.c:1203:22: note: byref variable will be forcibly initialized struct buffer_head *old_bh, *new_bh = NULL; ^~~~~~ /kisskb/src/fs/exfat/namei.c:1193:24: note: byref variable will be forcibly initialized struct exfat_uni_name uni_name; ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:1191:29: note: byref variable will be forcibly initialized struct exfat_chain olddir, newdir; ^~~~~~ /kisskb/src/fs/exfat/namei.c:1191:21: note: byref variable will be forcibly initialized struct exfat_chain olddir, newdir; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/trace.h:56, from /kisskb/src/drivers/base/trace.c:10: /kisskb/src/drivers/base/trace.c: In function 'trace_event_raw_event_devres': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function '__wait_all_discard_cmd': 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/fs/f2fs/segment.c:1691:24: note: byref variable will be forcibly initialized struct discard_policy dp; ^~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function '__issue_discard_cmd': /kisskb/src/fs/f2fs/segment.c:1535:9: note: byref variable will be forcibly initialized int i, issued; ^~~~~~ /kisskb/src/fs/f2fs/segment.c:1534:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_rmdir': /kisskb/src/fs/exfat/namei.c:935:11: note: byref variable will be forcibly initialized sector_t sector; ^~~~~~ /kisskb/src/fs/exfat/namei.c:934:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/namei.c:930:27: note: byref variable will be forcibly initialized struct exfat_chain cdir, clu_to_free; ^~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:930:21: note: byref variable will be forcibly initialized struct exfat_chain cdir, clu_to_free; ^~~~ /kisskb/src/fs/f2fs/segment.c: In function '__issue_discard_cmd_range': /kisskb/src/fs/f2fs/segment.c:3060:6: note: byref variable will be forcibly initialized int issued; ^~~~~~ /kisskb/src/fs/f2fs/segment.c:3059:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/segment.c:3057:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:3057:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:3056:39: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^~~~~~~ /kisskb/src/fs/f2fs/segment.c:3056:22: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_unlink': /kisskb/src/fs/exfat/namei.c:782:11: note: byref variable will be forcibly initialized sector_t sector; ^~~~~~ /kisskb/src/fs/exfat/namei.c:781:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/namei.c:776:21: note: byref variable will be forcibly initialized struct exfat_chain cdir; ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_add_entry': /kisskb/src/fs/exfat/namei.c:479:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^~~ /kisskb/src/fs/exfat/namei.c:478:24: note: byref variable will be forcibly initialized struct exfat_uni_name uniname; ^~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_mkdir': /kisskb/src/fs/exfat/namei.c:843:21: note: byref variable will be forcibly initialized struct exfat_chain cdir; ^~~~ /kisskb/src/fs/exfat/namei.c:842:25: note: byref variable will be forcibly initialized struct exfat_dir_entry info; ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_create': /kisskb/src/fs/exfat/namei.c:550:25: note: byref variable will be forcibly initialized struct exfat_dir_entry info; ^~~~ /kisskb/src/fs/exfat/namei.c:549:21: note: byref variable will be forcibly initialized struct exfat_chain cdir; ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_find': /kisskb/src/fs/exfat/namei.c:600:20: note: byref variable will be forcibly initialized struct exfat_hint hint_opt; ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:593:24: note: byref variable will be forcibly initialized struct exfat_uni_name uni_name; ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:592:21: note: byref variable will be forcibly initialized struct exfat_chain cdir; ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_lookup': /kisskb/src/fs/exfat/namei.c:703:25: note: byref variable will be forcibly initialized struct exfat_dir_entry info; ^~~~ /kisskb/src/fs/exfat/inode.c: In function 'exfat_map_cluster': /kisskb/src/fs/exfat/inode.c:142:16: note: byref variable will be forcibly initialized unsigned int fclus = 0; ^~~~~ /kisskb/src/fs/exfat/inode.c:110:21: note: byref variable will be forcibly initialized struct exfat_chain new_clu; ^~~~~~~ /kisskb/src/fs/exfat/inode.c:109:15: note: byref variable will be forcibly initialized unsigned int last_clu; ^~~~~~~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1783:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(*q, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1766:24: note: byref variable will be forcibly initialized struct discard_policy dpolicy; ^~~~~~~ /kisskb/src/drivers/rtc/lib.c: In function 'rtc_ktime_to_tm': /kisskb/src/drivers/rtc/lib.c:137:18: note: byref variable will be forcibly initialized struct rtc_time ret; ^~~ /kisskb/src/fs/exfat/inode.c: In function 'exfat_get_block': /kisskb/src/fs/exfat/inode.c:300:15: note: byref variable will be forcibly initialized unsigned int cluster, sec_offset; ^~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/base/arch_topology.c:9: /kisskb/src/drivers/base/arch_topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/arch_topology.c:9: /kisskb/src/drivers/base/arch_topology.c: In function 'topology_set_scale_freq_source': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c:77:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sft_data, cpu), data); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'topology_clear_scale_freq_source': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c:100:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sft_data, cpu), NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'topology_parse_cpu_capacity': /kisskb/src/drivers/base/arch_topology.c:265:6: note: byref variable will be forcibly initialized u32 cpu_capacity; ^~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_core': /kisskb/src/drivers/base/arch_topology.c:426:7: note: byref variable will be forcibly initialized char name[20]; ^~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_cluster': /kisskb/src/drivers/base/arch_topology.c:472:7: note: byref variable will be forcibly initialized char name[20]; ^~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_balance_fs_bg': /kisskb/src/fs/f2fs/segment.c:570:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_issue_flush': /kisskb/src/fs/f2fs/segment.c:649:19: note: byref variable will be forcibly initialized struct flush_cmd cmd; ^~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_issue_discard_timeout': /kisskb/src/fs/f2fs/segment.c:1746:24: note: byref variable will be forcibly initialized struct discard_policy dpolicy; ^~~~~~~ /kisskb/src/drivers/net/mdio/mdio-mux.c: In function 'mdio_mux_init': /kisskb/src/drivers/net/mdio/mdio-mux.c:145:7: note: byref variable will be forcibly initialized int v; ^ /kisskb/src/fs/f2fs/segment.c: In function 'new_curseg': /kisskb/src/fs/f2fs/segment.c:2667:15: note: byref variable will be forcibly initialized unsigned int segno = curseg->segno; ^~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_trim_fs': /kisskb/src/fs/f2fs/segment.c:3130:24: note: byref variable will be forcibly initialized struct discard_policy dpolicy; ^~~~~~~ /kisskb/src/fs/f2fs/segment.c:3129:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^~~ 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:264, from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/net/mdio/mdio-mux-gpio.c:6: /kisskb/src/drivers/net/mdio/mdio-mux-gpio.c: In function 'mdio_mux_gpio_switch_fn': /kisskb/src/drivers/net/mdio/mdio-mux-gpio.c:26:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, BITS_PER_TYPE(desired_child)); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_balance_fs': /kisskb/src/fs/f2fs/segment.c:518:16: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/f2fs/segment.c:518:4: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_replace_block': /kisskb/src/fs/f2fs/segment.c:3743:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^~~ /kisskb/src/fs/f2fs/segment.c: In function '__revoke_inmem_pages': /kisskb/src/fs/f2fs/segment.c:238:21: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/segment.c:237:25: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/segment.c: In function '__f2fs_commit_inmem_pages': /kisskb/src/fs/f2fs/segment.c:398:19: note: byref variable will be forcibly initialized struct list_head revoke_list; ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/bcm87xx.c: In function 'bcm87xx_of_reg_init': /kisskb/src/drivers/net/phy/bcm87xx.c:38:6: note: byref variable will be forcibly initialized int len, ret; ^~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_do_write_node_page': /kisskb/src/fs/f2fs/segment.c:3567:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_outplace_write_data': /kisskb/src/fs/f2fs/segment.c:3579:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^~~ /kisskb/src/fs/f2fs/segment.c: In function 'build_sit_entries': /kisskb/src/fs/f2fs/segment.c:4506:24: note: byref variable will be forcibly initialized struct f2fs_sit_entry sit; ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_walk_fat_chain': /kisskb/src/fs/exfat/dir.c:633:15: note: byref variable will be forcibly initialized unsigned int cur_clu; ^~~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_find_location': /kisskb/src/fs/exfat/dir.c:663:20: note: byref variable will be forcibly initialized unsigned int off, clu = 0; ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_get_dentry': /kisskb/src/fs/exfat/dir.c:725:11: note: byref variable will be forcibly initialized sector_t sec; ^~~ /kisskb/src/fs/exfat/dir.c:724:6: note: byref variable will be forcibly initialized int off; ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_init_dir_entry': /kisskb/src/fs/exfat/dir.c:450:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/dir.c:448:11: note: byref variable will be forcibly initialized sector_t sector; ^~~~~~ /kisskb/src/fs/exfat/dir.c:447:20: note: byref variable will be forcibly initialized struct timespec64 ts = current_time(inode); ^~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_update_dir_chksum': /kisskb/src/fs/exfat/dir.c:502:28: note: byref variable will be forcibly initialized struct buffer_head *fbh, *bh; ^~ /kisskb/src/fs/exfat/dir.c:502:22: note: byref variable will be forcibly initialized struct buffer_head *fbh, *bh; ^~~ /kisskb/src/fs/exfat/dir.c:499:11: note: byref variable will be forcibly initialized sector_t sector; ^~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_init_ext_entry': /kisskb/src/fs/exfat/dir.c:537:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/dir.c:534:11: note: byref variable will be forcibly initialized sector_t sector; ^~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_remove_entries': /kisskb/src/fs/exfat/dir.c:579:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/dir.c:577:11: note: byref variable will be forcibly initialized sector_t sector; ^~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_get_dentry_set': /kisskb/src/fs/exfat/dir.c:833:34: note: byref variable will be forcibly initialized enum exfat_validate_dentry_mode mode = ES_MODE_STARTED; ^~~~ /kisskb/src/fs/exfat/dir.c:827:33: note: byref variable will be forcibly initialized unsigned int off, byte_offset, clu = 0; ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_readdir': /kisskb/src/fs/exfat/dir.c:75:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/dir.c:69:24: note: byref variable will be forcibly initialized struct exfat_uni_name uni_name; ^~~~~~~~ /kisskb/src/fs/exfat/dir.c:68:26: note: byref variable will be forcibly initialized struct exfat_chain dir, clu; ^~~ /kisskb/src/fs/exfat/dir.c:68:21: note: byref variable will be forcibly initialized struct exfat_chain dir, clu; ^~~ /kisskb/src/fs/exfat/dir.c:67:11: note: byref variable will be forcibly initialized sector_t sector; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/net/hsr/hsr_framereg.c:14: /kisskb/src/net/hsr/hsr_framereg.c: In function 'list_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:202:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(new->prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_iterate': /kisskb/src/fs/exfat/dir.c:225:9: note: byref variable will be forcibly initialized loff_t cpos, i_pos; ^~~~ /kisskb/src/fs/exfat/dir.c:221:25: note: byref variable will be forcibly initialized struct exfat_dir_entry de; ^~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_find_dir_entry': /kisskb/src/fs/exfat/dir.c:1039:20: note: byref variable will be forcibly initialized unsigned short entry_uniname[16], unichar; ^~~~~~~~~~~~~ /kisskb/src/fs/exfat/dir.c:958:24: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/dir.c:937:25: note: byref variable will be forcibly initialized struct exfat_hint_femp candi_empty; ^~~~~~~~~~~ /kisskb/src/fs/exfat/dir.c:935:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_count_ext_entries': /kisskb/src/fs/exfat/dir.c:1145:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_count_dir_entries': /kisskb/src/fs/exfat/dir.c:1170:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/dir.c:1167:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^~~ /kisskb/src/net/hsr/hsr_framereg.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dcache.h:8, from /kisskb/src/include/linux/fs.h:8, 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/net/hsr/hsr_framereg.c:14: /kisskb/src/net/hsr/hsr_framereg.c: In function 'hsr_addr_is_self': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/net/hsr/hsr_framereg.c:45:9: note: in expansion of macro 'list_first_or_null_rcu' node = list_first_or_null_rcu(&hsr->self_node_db, struct hsr_node, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_framereg.c: In function 'hsr_create_self_node': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/net/hsr/hsr_framereg.c:93:12: note: in expansion of macro 'list_first_or_null_rcu' oldnode = list_first_or_null_rcu(self_node_db, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_framereg.c: In function 'hsr_del_self_node': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/net/hsr/hsr_framereg.c:113:9: note: in expansion of macro 'list_first_or_null_rcu' node = list_first_or_null_rcu(self_node_db, struct hsr_node, mac_list); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_framereg.c: In function 'hsr_get_next_node': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/net/hsr/hsr_framereg.c:523:10: note: in expansion of macro 'list_first_or_null_rcu' node = list_first_or_null_rcu(&hsr->node_db, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_speed': /kisskb/src/drivers/usb/common/common.c:109:14: note: byref variable will be forcibly initialized const char *maximum_speed; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_ssp_rate': /kisskb/src/drivers/usb/common/common.c:136:14: note: byref variable will be forcibly initialized const char *maximum_speed; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_dr_mode': /kisskb/src/drivers/usb/common/common.c:192:14: note: byref variable will be forcibly initialized const char *dr_mode; ^~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_role_switch_default_mode': /kisskb/src/drivers/usb/common/common.c:212:14: note: byref variable will be forcibly initialized const char *str; ^~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_get_dr_mode_by_phy': /kisskb/src/drivers/usb/common/common.c:280:14: note: byref variable will be forcibly initialized const char *dr_mode; ^~~~~~~ /kisskb/src/drivers/usb/common/common.c:279:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_update_otg_caps': /kisskb/src/drivers/usb/common/common.c:345:6: note: byref variable will be forcibly initialized u32 otg_rev; ^~~~~~~ /kisskb/src/drivers/net/mdio/mdio-i2c.c: In function 'i2c_mii_write': /kisskb/src/drivers/net/mdio/mdio-i2c.c:70:5: note: byref variable will be forcibly initialized u8 data[5], *p; ^~~~ /kisskb/src/drivers/net/mdio/mdio-i2c.c:68:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/net/mdio/mdio-i2c.c: In function 'i2c_mii_read': /kisskb/src/drivers/net/mdio/mdio-i2c.c:35:14: note: byref variable will be forcibly initialized u8 addr[3], data[2], *p; ^~~~ /kisskb/src/drivers/net/mdio/mdio-i2c.c:35:5: note: byref variable will be forcibly initialized u8 addr[3], data[2], *p; ^~~~ /kisskb/src/drivers/net/mdio/mdio-i2c.c:34:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/pcmcia/cardbus.c: In function 'cardbus_config_irq_and_cls': /kisskb/src/drivers/pcmcia/cardbus.c:34:6: note: byref variable will be forcibly initialized u8 irq_pin; ^~~~~~~ /kisskb/src/drivers/rtc/class.c: In function 'rtc_device_get_offset': /kisskb/src/drivers/rtc/class.c:263:6: note: byref variable will be forcibly initialized u32 start_year; ^~~~~~~~~~ /kisskb/src/drivers/rtc/class.c: In function '__devm_rtc_register_device': /kisskb/src/drivers/rtc/class.c:378:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alrm; ^~~~ /kisskb/src/fs/hfsplus/super.c: In function 'hfsplus_remount': /kisskb/src/fs/hfsplus/super.c:336:7: note: byref variable will be forcibly initialized int force = 0; ^~~~~ /kisskb/src/fs/hfsplus/super.c: In function 'hfsplus_iget': /kisskb/src/fs/hfsplus/super.c:60:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'compute_crc': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:38:15: note: byref variable will be forcibly initialized u32 crc = 0, pixel = 0; ^~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'vkms_composer_worker': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:229:6: note: byref variable will be forcibly initialized u32 crc32 = 0; ^~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:228:8: note: byref variable will be forcibly initialized void *vaddr_out = NULL; ^~~~~~~~~ /kisskb/src/fs/hfsplus/super.c: In function 'hfsplus_fill_super': /kisskb/src/fs/hfsplus/super.c:381:14: note: byref variable will be forcibly initialized struct qstr str; ^~~ /kisskb/src/fs/hfsplus/super.c:379:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/super.c:378:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'vkms_verify_crc_source': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:316:7: note: byref variable will be forcibly initialized bool enabled; ^~~~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'vkms_set_crc_source': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:347:7: note: byref variable will be forcibly initialized bool enabled = false; ^~~~~~~ /kisskb/src/fs/f2fs/recovery.c: In function 'recover_quota_data': /kisskb/src/fs/f2fs/recovery.c:246:15: note: byref variable will be forcibly initialized struct iattr attr; ^~~~ /kisskb/src/fs/f2fs/recovery.c: In function 'recover_dentry': /kisskb/src/fs/f2fs/recovery.c:170:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/f2fs/recovery.c:169:14: note: byref variable will be forcibly initialized struct qstr usr_fname; ^~~~~~~~~ /kisskb/src/fs/f2fs/recovery.c:168:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^~~~~ /kisskb/src/fs/f2fs/recovery.c: In function 'check_index_in_prev_nodes': /kisskb/src/fs/f2fs/recovery.c:452:23: note: byref variable will be forcibly initialized struct dnode_of_data tdn = *dn; ^~~ /kisskb/src/fs/f2fs/recovery.c: In function 'do_recover_data': /kisskb/src/fs/f2fs/recovery.c:557:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/recovery.c:556:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/recovery.c: In function 'f2fs_recover_fsync_data': /kisskb/src/fs/f2fs/recovery.c:861:22: note: byref variable will be forcibly initialized struct cp_control cpc = { ^~~ /kisskb/src/fs/f2fs/recovery.c:774:19: note: byref variable will be forcibly initialized struct list_head dir_list; ^~~~~~~~ /kisskb/src/fs/f2fs/recovery.c:773:31: note: byref variable will be forcibly initialized struct list_head inode_list, tmp_inode_list; ^~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/recovery.c:773:19: note: byref variable will be forcibly initialized struct list_head inode_list, tmp_inode_list; ^~~~~~~~~~ /kisskb/src/fs/hfsplus/options.c: In function 'hfsplus_parse_options_remount': /kisskb/src/fs/hfsplus/options.c:75:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/hfsplus/options.c: In function 'hfsplus_parse_options': /kisskb/src/fs/hfsplus/options.c:104:6: note: byref variable will be forcibly initialized int tmp, token; ^~~ /kisskb/src/fs/hfsplus/options.c:103:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ In file included from /kisskb/src/fs/hfsplus/options.c:18: /kisskb/src/fs/hfsplus/options.c: In function 'hfsplus_show_options': /kisskb/src/include/linux/seq_file.h:246:7: note: byref variable will be forcibly initialized char val_buf[length + 1]; \ ^~~~~~~ /kisskb/src/fs/hfsplus/options.c:224:3: note: in expansion of macro 'seq_show_option_n' seq_show_option_n(seq, "type", (char *)&sbi->type, 4); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/seq_file.h:246:7: note: byref variable will be forcibly initialized char val_buf[length + 1]; \ ^~~~~~~ /kisskb/src/fs/hfsplus/options.c:222:3: note: in expansion of macro 'seq_show_option_n' seq_show_option_n(seq, "creator", (char *)&sbi->creator, 4); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pcmcia/yenta_socket.c: In function 'config_readl': /kisskb/src/drivers/pcmcia/yenta_socket.c:116:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pcmcia/yenta_socket.c: In function 'config_readb': /kisskb/src/drivers/pcmcia/yenta_socket.c:100:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pcmcia/yenta_socket.c: In function 'config_readw': /kisskb/src/drivers/pcmcia/yenta_socket.c:108:6: note: byref variable will be forcibly initialized u16 val; ^~~ In file included from /kisskb/src/drivers/pcmcia/yenta_socket.c:844: /kisskb/src/drivers/pcmcia/yenta_socket.c: In function 'topic95_override': /kisskb/src/drivers/pcmcia/topic.h:144:6: note: byref variable will be forcibly initialized u16 ppbcn; ^~~~~ /kisskb/src/drivers/pcmcia/yenta_socket.c: In function 'yenta_set_mem_map': /kisskb/src/drivers/pcmcia/yenta_socket.c:443:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pcmcia/yenta_socket.c: In function 'yenta_clear_maps': /kisskb/src/drivers/pcmcia/yenta_socket.c:551:16: note: byref variable will be forcibly initialized pccard_io_map io = { 0, 0, 0, 0, 1 }; ^~ /kisskb/src/drivers/pcmcia/yenta_socket.c: In function 'yenta_config_init': /kisskb/src/drivers/pcmcia/yenta_socket.c:1045:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pcmcia/yenta_socket.c: In function 'yenta_allocate_res': /kisskb/src/drivers/pcmcia/yenta_socket.c:694:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rtc.h:206, from /kisskb/src/drivers/rtc/interface.c:18: /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_time_alarm_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_irq_set_freq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_irq_set_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_alarm_irq_enable': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_offset_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_timer_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rtc.h:206, from /kisskb/src/drivers/rtc/interface.c:18: /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_time_alarm_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_freq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_alarm_irq_enable': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_offset_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_timer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/rtc.h:206, from /kisskb/src/drivers/rtc/interface.c:18: /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_time_alarm_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_irq_set_freq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_irq_set_state': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_alarm_irq_enable': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_offset_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_timer_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_set_alarm': /kisskb/src/drivers/rtc/interface.c:411:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_remove': /kisskb/src/drivers/rtc/interface.c:859:21: note: byref variable will be forcibly initialized struct rtc_wkalrm alarm; ^~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_enqueue': /kisskb/src/drivers/rtc/interface.c:811:21: note: byref variable will be forcibly initialized struct rtc_wkalrm alarm; ^~~~~ /kisskb/src/drivers/rtc/interface.c:794:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_read_alarm': /kisskb/src/drivers/rtc/interface.c:215:26: note: byref variable will be forcibly initialized struct rtc_time before, now; ^~~ /kisskb/src/drivers/rtc/interface.c:215:18: note: byref variable will be forcibly initialized struct rtc_time before, now; ^~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_initialize_alarm': /kisskb/src/drivers/rtc/interface.c:486:18: note: byref variable will be forcibly initialized struct rtc_time now; ^~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_update_irq_enable': /kisskb/src/drivers/rtc/interface.c:574:19: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/net/mdio/mdio-mvusb.c: In function 'mvusb_mdio_write': /kisskb/src/drivers/net/mdio/mdio-mvusb.c:58:6: note: byref variable will be forcibly initialized int alen; ^~~~ /kisskb/src/drivers/net/mdio/mdio-mvusb.c: In function 'mvusb_mdio_read': /kisskb/src/drivers/net/mdio/mdio-mvusb.c:35:11: note: byref variable will be forcibly initialized int err, alen; ^~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_do_work': /kisskb/src/drivers/rtc/interface.c:925:21: note: byref variable will be forcibly initialized struct rtc_wkalrm alarm; ^~~~~ /kisskb/src/drivers/rtc/interface.c:891:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/net/mdio/mdio-mux-bcm-iproc.c: In function 'mdio_mux_iproc_probe': /kisskb/src/drivers/net/mdio/mdio-mux-bcm-iproc.c:182:19: note: byref variable will be forcibly initialized struct resource *res; ^~~ /kisskb/src/fs/exfat/super.c: In function 'exfat_read_root': /kisskb/src/fs/exfat/super.c:336:19: note: byref variable will be forcibly initialized int num_subdirs, num_clu = 0; ^~~~~~~ /kisskb/src/fs/exfat/super.c:335:21: note: byref variable will be forcibly initialized struct exfat_chain cdir; ^~~~ /kisskb/src/fs/exfat/super.c: In function 'exfat_parse_param': /kisskb/src/fs/exfat/super.c:261:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/fs/exfat/fatent.c: In function '__exfat_free_cluster': /kisskb/src/fs/exfat/fatent.c:206:17: note: byref variable will be forcibly initialized unsigned int n_clu = clu; ^~~~~ /kisskb/src/fs/exfat/fatent.c: In function 'exfat_find_last_cluster': /kisskb/src/fs/exfat/fatent.c:248:20: note: byref variable will be forcibly initialized unsigned int clu, next; ^~~~ /kisskb/src/fs/exfat/fatent.c: In function 'exfat_zeroed_cluster': /kisskb/src/fs/exfat/fatent.c:279:22: note: byref variable will be forcibly initialized struct buffer_head *bhs[MAX_BUF_PER_PAGE]; ^~~ /kisskb/src/fs/exfat/fatent.c: In function 'exfat_count_num_clusters': /kisskb/src/fs/exfat/fatent.c:451:15: note: byref variable will be forcibly initialized unsigned int clu; ^~~ /kisskb/src/fs/exfat/cache.c: In function 'exfat_get_cluster': /kisskb/src/fs/exfat/cache.c:245:15: note: byref variable will be forcibly initialized unsigned int content; ^~~~~~~ /kisskb/src/fs/exfat/cache.c:244:24: note: byref variable will be forcibly initialized struct exfat_cache_id cid; ^~~ /kisskb/src/net/nfc/netlink.c: In function 'nfc_urelease_event_work': /kisskb/src/net/nfc/netlink.c:1780:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/nfc/netlink.c:18: /kisskb/src/net/nfc/netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/nfc/netlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/nfc/netlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/fs/exfat/nls.c: In function '__exfat_utf16_to_nls': /kisskb/src/fs/exfat/nls.c:545:16: note: byref variable will be forcibly initialized unsigned char buf[MAX_CHARSET_SIZE]; ^~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/fs/exfat/nls.c:6: /kisskb/src/fs/exfat/nls.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/exfat/nls.c:8: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/exfat/nls.c: In function 'exfat_utf8_to_utf16': /kisskb/src/fs/exfat/nls.c:498:9: note: byref variable will be forcibly initialized __le16 upname[MAX_NAME_LENGTH + 1]; ^~~~~~ /kisskb/src/net/nfc/netlink.c: In function 'nfc_genl_fw_download': /kisskb/src/net/nfc/netlink.c:1219:7: note: byref variable will be forcibly initialized char firmware_name[NFC_FIRMWARE_NAME_MAXSIZE + 1]; ^~~~~~~~~~~~~ /kisskb/src/fs/exfat/nls.c: In function 'exfat_nls_to_ucs2': /kisskb/src/fs/exfat/nls.c:600:9: note: byref variable will be forcibly initialized __le16 upname[MAX_NAME_LENGTH + 1]; ^~~~~~ /kisskb/src/fs/exfat/nls.c:599:25: note: byref variable will be forcibly initialized int i = 0, unilen = 0, lossy = NLS_NAME_NO_LOSSY; ^~~~~ /kisskb/src/net/nfc/netlink.c: In function 'nfc_genl_llc_sdreq': /kisskb/src/net/nfc/netlink.c:1136:20: note: byref variable will be forcibly initialized struct hlist_head sdreq_list; ^~~~~~~~~~ /kisskb/src/net/nfc/netlink.c:1134:14: note: byref variable will be forcibly initialized int rc = 0, rem; ^~~ /kisskb/src/net/nfc/netlink.c:1130:24: note: byref variable will be forcibly initialized struct nlattr *attr, *sdp_attrs[NFC_SDP_ATTR_MAX+1]; ^~~~~~~~~ /kisskb/src/fs/exfat/nls.c: In function 'exfat_create_upcase_table': /kisskb/src/fs/exfat/nls.c:757:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/nls.c:754:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^~~ /kisskb/src/drivers/rtc/dev.c: In function 'set_uie': /kisskb/src/drivers/rtc/dev.c:110:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/dev.c: In function 'rtc_dev_ioctl': /kisskb/src/drivers/rtc/dev.c:210:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alarm; ^~~~~ /kisskb/src/drivers/rtc/dev.c:209:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/dev.c: In function 'rtc_uie_task': /kisskb/src/drivers/rtc/dev.c:49:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/fs/exfat/misc.c: In function 'exfat_msg': /kisskb/src/fs/exfat/misc.c:55:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/exfat/misc.c: In function '__exfat_fs_error': /kisskb/src/fs/exfat/misc.c:29:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/exfat/misc.c:28:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/exfat/misc.c: In function 'exfat_set_entry_time': /kisskb/src/fs/exfat/misc.c:106:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/net/hsr/hsr_device.c: In function 'hsr_announce': /kisskb/src/net/hsr/hsr_device.c:376:16: note: byref variable will be forcibly initialized unsigned long interval; ^~~~~~~~ /kisskb/src/drivers/net/phy/marvell.c: In function 'm88e1540_set_fld': /kisskb/src/drivers/net/phy/marvell.c:1406:21: note: byref variable will be forcibly initialized struct ethtool_eee eee; ^~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_change_cci_addr': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:1346:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/phy/marvell.c: In function 'marvell_of_reg_init': /kisskb/src/drivers/net/phy/marvell.c:485:6: note: byref variable will be forcibly initialized int len, i, saved_page, current_page, ret = 0; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:16: /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:18: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_get_hwconfig': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:3186:6: note: byref variable will be forcibly initialized u32 rotation; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_identify_module': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:2780:6: note: byref variable will be forcibly initialized u32 rev; ^~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_replace_limit': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:116:8: note: byref variable will be forcibly initialized void *ptr; ^~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_get_limit': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:134:8: note: byref variable will be forcibly initialized void *ptr; ^~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_power_on': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:1589:7: note: byref variable will be forcibly initialized u32 reset; ^~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_read_nvm_page': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:1301:7: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:1263:6: note: byref variable will be forcibly initialized u32 s; ^ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_read_nvm': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:1316:5: note: byref variable will be forcibly initialized u8 status = 0; ^~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function '__ccs_get_selection': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:2602:27: note: byref variable will be forcibly initialized struct v4l2_rect *comp, *crops[CCS_PADS]; ^~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:2602:20: note: byref variable will be forcibly initialized struct v4l2_rect *comp, *crops[CCS_PADS]; ^~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_propagate': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:2118:27: note: byref variable will be forcibly initialized struct v4l2_rect *comp, *crops[CCS_PADS]; ^~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:2118:20: note: byref variable will be forcibly initialized struct v4l2_rect *comp, *crops[CCS_PADS]; ^~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_set_crop': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:2541:19: note: byref variable will be forcibly initialized struct v4l2_rect _r; ^~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:2540:31: note: byref variable will be forcibly initialized struct v4l2_rect *src_size, *crops[CCS_PADS]; ^~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_set_format': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:2218:20: note: byref variable will be forcibly initialized struct v4l2_rect *crops[CCS_PADS]; ^~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_read_all_limits': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:190:8: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_init_controls': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:918:33: note: byref variable will be forcibly initialized const struct v4l2_ctrl_config ctrl_cfg = { ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:903:33: note: byref variable will be forcibly initialized const struct v4l2_ctrl_config ctrl_cfg = { ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:881:27: note: byref variable will be forcibly initialized struct v4l2_ctrl_config ctrl_cfg = { ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:828:27: note: byref variable will be forcibly initialized struct v4l2_ctrl_config ctrl_cfg = { ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_get_mbus_formats': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:1055:18: note: byref variable will be forcibly initialized unsigned int i, pixel_order; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_set_compose': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:2475:27: note: byref variable will be forcibly initialized struct v4l2_rect *comp, *crops[CCS_PADS]; ^~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:2475:20: note: byref variable will be forcibly initialized struct v4l2_rect *comp, *crops[CCS_PADS]; ^~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c: In function 'ccs_probe': /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:3558:8: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:3286:7: note: byref variable will be forcibly initialized char filename[40]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-core.c:3285:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz9131_of_load_skew_values': /kisskb/src/drivers/net/phy/micrel.c:917:6: note: byref variable will be forcibly initialized int skewval, skewmax = 0; ^~~~~~~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz9131_config_init': /kisskb/src/drivers/net/phy/micrel.c:1018:8: note: byref variable will be forcibly initialized char *control_skews[2] = {"txen-skew-psec", "rxdv-skew-psec"}; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/micrel.c:1014:8: note: byref variable will be forcibly initialized char *tx_data_skews[4] = { ^~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/micrel.c:1010:8: note: byref variable will be forcibly initialized char *rx_data_skews[4] = { ^~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/micrel.c:1009:8: note: byref variable will be forcibly initialized char *clk_skews[2] = {"rxc-skew-psec", "txc-skew-psec"}; ^~~~~~~~~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz9031_of_load_skew_values': /kisskb/src/drivers/net/phy/micrel.c:686:6: note: byref variable will be forcibly initialized int val[4] = {-1, -2, -3, -4}; ^~~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz9021_load_values_from_of': /kisskb/src/drivers/net/phy/micrel.c:550:6: note: byref variable will be forcibly initialized int val4 = -4; ^~~~ /kisskb/src/drivers/net/phy/micrel.c:549:6: note: byref variable will be forcibly initialized int val3 = -3; ^~~~ /kisskb/src/drivers/net/phy/micrel.c:548:6: note: byref variable will be forcibly initialized int val2 = -2; ^~~~ /kisskb/src/drivers/net/phy/micrel.c:547:6: note: byref variable will be forcibly initialized int val1 = -1; ^~~~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz9031_config_init': /kisskb/src/drivers/net/phy/micrel.c:842:8: note: byref variable will be forcibly initialized bool update = false; ^~~~~~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz886x_cable_test_get_status': /kisskb/src/drivers/net/phy/micrel.c:1511:16: note: byref variable will be forcibly initialized unsigned long pair_mask = 0x3; ^~~~~~~~~ /kisskb/src/fs/hfsplus/inode.c: In function 'hfsplus_cat_read_inode': /kisskb/src/fs/hfsplus/inode.c:502:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^~~~~ /kisskb/src/fs/hfsplus/inode.c: In function 'hfsplus_cat_write_inode': /kisskb/src/fs/hfsplus/inode.c:572:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^~~~~ /kisskb/src/fs/hfsplus/inode.c:571:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ In file included from /kisskb/src/drivers/net/phy/nxp-tja11xx.c:16: /kisskb/src/drivers/net/phy/nxp-tja11xx.c: In function 'of_mdio_parse_addr': /kisskb/src/include/linux/of_mdio.h:40:6: note: byref variable will be forcibly initialized u32 addr; ^~~~ /kisskb/src/drivers/net/phy/nxp-tja11xx.c: In function 'tja11xx_config_aneg_cable_test': /kisskb/src/drivers/net/phy/nxp-tja11xx.c:192:7: note: byref variable will be forcibly initialized bool finished = false; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_drv.c: In function 'exynos_drm_match_add': /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_drv.c:231:26: note: byref variable will be forcibly initialized struct component_match *match = NULL; ^~~~~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_fw_info': /kisskb/src/drivers/scsi/snic/vnic_dev.c:467:10: note: byref variable will be forcibly initialized u64 a0, a1 = 0; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:467:6: note: byref variable will be forcibly initialized 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:492:10: note: byref variable will be forcibly initialized u64 a0, a1; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:492:6: note: byref variable will be forcibly initialized 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:524:14: note: byref variable will be forcibly initialized u64 a0 = 0, a1 = 0; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:524:6: note: byref variable will be forcibly initialized 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:532:10: note: byref variable will be forcibly initialized u64 a0, a1; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:532:6: note: byref variable will be forcibly initialized u64 a0, a1; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_close': /kisskb/src/drivers/scsi/snic/vnic_dev.c:551:14: note: byref variable will be forcibly initialized u64 a0 = 0, a1 = 0; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:551:6: note: byref variable will be forcibly initialized 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:559:14: note: byref variable will be forcibly initialized u64 a0 = 0, a1 = 0; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:559:6: note: byref variable will be forcibly initialized 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:572:14: note: byref variable will be forcibly initialized u64 a0 = 0, a1 = 0; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:572:6: note: byref variable will be forcibly initialized 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:580:21: note: byref variable will be forcibly initialized u64 a0 = (u32)arg, a1 = 0; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:580:6: note: byref variable will be forcibly initialized 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:588:14: note: byref variable will be forcibly initialized u64 a0 = 0, a1 = 0; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:588:6: note: byref variable will be forcibly initialized 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:605:10: note: byref variable will be forcibly initialized u64 a0, a1; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:605:6: note: byref variable will be forcibly initialized 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:625:10: note: byref variable will be forcibly initialized u64 a0, a1; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:625:6: note: byref variable will be forcibly initialized u64 a0, a1; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_init': /kisskb/src/drivers/scsi/snic/vnic_dev.c:659:21: note: byref variable will be forcibly initialized u64 a0 = (u32)arg, a1 = 0; ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:659:6: note: byref variable will be forcibly initialized u64 a0 = (u32)arg, a1 = 0; ^~ /kisskb/src/fs/f2fs/extent_cache.c: In function '__f2fs_init_extent_tree': /kisskb/src/fs/f2fs/extent_cache.c:368:21: note: byref variable will be forcibly initialized struct extent_info ei; ^~ /kisskb/src/fs/f2fs/extent_cache.c: In function '__insert_extent_tree': /kisskb/src/fs/f2fs/extent_cache.c:502:18: note: byref variable will be forcibly initialized struct rb_node *parent = NULL; ^~~~~~ /kisskb/src/fs/f2fs/extent_cache.c: In function 'f2fs_update_extent_tree_range': /kisskb/src/fs/f2fs/extent_cache.c:542:7: note: byref variable will be forcibly initialized bool leftmost = false; ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:538:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:538:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:537:21: note: byref variable will be forcibly initialized struct extent_info ei, dei, prev; ^~ /kisskb/src/fs/f2fs/extent_cache.c:536:39: note: byref variable will be forcibly initialized struct extent_node *prev_en = NULL, *next_en = NULL; ^~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:536:22: note: byref variable will be forcibly initialized struct extent_node *prev_en = NULL, *next_en = NULL; ^~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c: In function 'f2fs_update_extent_tree_range_compressed': /kisskb/src/fs/f2fs/extent_cache.c:676:7: note: byref variable will be forcibly initialized bool leftmost = false; ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:675:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:675:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:674:21: note: byref variable will be forcibly initialized struct extent_info ei; ^~ /kisskb/src/fs/f2fs/extent_cache.c:673:39: note: byref variable will be forcibly initialized struct extent_node *prev_en = NULL, *next_en = NULL; ^~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:673:22: note: byref variable will be forcibly initialized struct extent_node *prev_en = NULL, *next_en = NULL; ^~~~~~~ In file included from /kisskb/src/include/linux/limits.h:6, from /kisskb/src/include/linux/kernel.h:7, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/net/pcs/pcs-xpcs.c:9: /kisskb/src/drivers/net/pcs/pcs-xpcs.c: In function 'xpcs_validate': /kisskb/src/drivers/net/pcs/pcs-xpcs.c:638:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(xpcs_supported); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/pcs/pcs-xpcs.c:638:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(xpcs_supported); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/snic/snic_debugfs.c: In function 'snic_reset_stats_write': /kisskb/src/drivers/scsi/snic/snic_debugfs.c:125:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/scsi/snic/snic_debugfs.c:124:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/drivers/scsi/snic/snic_debugfs.c: In function 'snic_reset_stats_read': /kisskb/src/drivers/scsi/snic/snic_debugfs.c:92:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/drivers/scsi/snic/snic_debugfs.c: In function 'snic_stats_show': /kisskb/src/drivers/scsi/snic/snic_debugfs.c:183:34: note: byref variable will be forcibly initialized struct timespec64 last_isr_tms, last_ack_tms; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/snic/snic_debugfs.c:183:20: note: byref variable will be forcibly initialized struct timespec64 last_isr_tms, last_ack_tms; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/snic/snic_debugfs.c: In function 'snic_trc_seq_show': /kisskb/src/drivers/scsi/snic/snic_debugfs.c:416:7: note: byref variable will be forcibly initialized char buf[SNIC_TRC_PBLEN]; ^~~ /kisskb/src/drivers/scsi/snic/snic_debugfs.c: In function 'snic_stats_debugfs_init': /kisskb/src/drivers/scsi/snic/snic_debugfs.c:358:7: note: byref variable will be forcibly initialized char name[16]; ^~~~ /kisskb/src/fs/exfat/file.c: In function 'exfat_ioctl_fitrim': /kisskb/src/fs/exfat/file.c:357:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^~~~~ /kisskb/src/fs/exfat/file.c: In function '__exfat_truncate': /kisskb/src/fs/exfat/file.c:155:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/exfat/file.c:100:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'offset_store': /kisskb/src/drivers/rtc/sysfs.c:235:7: note: byref variable will be forcibly initialized long offset; ^~~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'offset_show': /kisskb/src/drivers/rtc/sysfs.c:221:7: note: byref variable will be forcibly initialized long offset; ^~~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'time_show': /kisskb/src/drivers/rtc/sysfs.c:49:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/sysfs.c: In function 'date_show': /kisskb/src/drivers/rtc/sysfs.c:35:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/sysfs.c: In function 'since_epoch_show': /kisskb/src/drivers/rtc/sysfs.c:63:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/sysfs.c: In function 'wakealarm_show': /kisskb/src/drivers/rtc/sysfs.c:131:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alm; ^~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'wakealarm_store': /kisskb/src/drivers/rtc/sysfs.c:157:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alm; ^~~ /kisskb/src/drivers/rtc/sysfs.c:155:16: note: byref variable will be forcibly initialized time64_t now, alarm; ^~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'max_user_freq_store': /kisskb/src/drivers/rtc/sysfs.c:88:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/rtc/sysfs.c:9: /kisskb/src/drivers/rtc/sysfs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rtc.h:37, from /kisskb/src/drivers/rtc/sysfs.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'rtc_add_group': /kisskb/src/drivers/rtc/sysfs.c:350:32: note: byref variable will be forcibly initialized const struct attribute_group *groups[] = { grp, NULL }; ^~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/exfat/balloc.c:6: /kisskb/src/fs/exfat/balloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/exfat/balloc.c: In function 'exfat_load_bitmap': /kisskb/src/fs/exfat/balloc.c:106:24: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/exfat/balloc.c:99:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^~~ /kisskb/src/fs/f2fs/verity.c: In function 'pagecache_write': /kisskb/src/fs/f2fs/verity.c:84:9: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/f2fs/verity.c:83:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_set_timer': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:509:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_TIMA_SEC_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_rtc_set_time': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:251:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_REG_RTC_SC + ABB5ZES3_RTC_SEC_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_i2c_validate_chip': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:135:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_MEM_MAP_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_rtc_check_setup': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:606:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_read_time': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:208:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_REG_RTC_SC + ABB5ZES3_RTC_SEC_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:442:18: note: byref variable will be forcibly initialized struct rtc_time rtc_tm; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:441:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_ALRM_SEC_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:546:18: note: byref variable will be forcibly initialized struct rtc_time rtc_tm; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_read_timer': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:305:5: note: byref variable will be forcibly initialized u8 timer_secs; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:304:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:302:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_TIMA_SEC_LEN + 1]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:301:18: note: byref variable will be forcibly initialized struct rtc_time rtc_tm, *alarm_tm = &alarm->time; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:357:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:356:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_ALRM_SEC_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:354:18: note: byref variable will be forcibly initialized struct rtc_time rtc_tm, *alarm_tm = &alarm->time; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_interrupt': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:750:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_CTRL_SEC_LEN]; ^~~~ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_ext_write_extent_locked': /kisskb/src/fs/hfsplus/extents.c:134:24: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_ext_read_extent': /kisskb/src/fs/hfsplus/extents.c:209:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/f2fs/sysfs.c: In function '__sbi_store': /kisskb/src/fs/f2fs/sysfs.c:376:8: note: byref variable will be forcibly initialized long data; ^~~~ /kisskb/src/fs/f2fs/sysfs.c:329:16: note: byref variable will be forcibly initialized unsigned long t; ^ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_free_fork': /kisskb/src/fs/hfsplus/extents.c:400:21: note: byref variable will be forcibly initialized hfsplus_extent_rec ext_entry; ^~~~~~~~~ /kisskb/src/fs/hfsplus/extents.c:399:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_file_extend': /kisskb/src/fs/hfsplus/extents.c:445:13: note: byref variable will be forcibly initialized u32 start, len, goal; ^~~ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_file_truncate': /kisskb/src/fs/hfsplus/extents.c:557:9: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/hfsplus/extents.c:556:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/hfsplus/extents.c:547:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/drivers/i2c/busses/i2c-ali1535.c: In function 'ali1535_setup': /kisskb/src/drivers/i2c/busses/i2c-ali1535.c:131:16: note: byref variable will be forcibly initialized unsigned char temp; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_check_validity': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:105:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_rtc_irq': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:282:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/net/hsr/hsr_netlink.c:12: /kisskb/src/net/hsr/hsr_netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/hsr/hsr_netlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/hsr/hsr_netlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/hsr/hsr_netlink.c: In function 'hsr_get_node_list': /kisskb/src/net/hsr/hsr_netlink.c:409:16: note: byref variable will be forcibly initialized unsigned char addr[ETH_ALEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_rtc_set_time': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:185:5: note: byref variable will be forcibly initialized u8 regs[ABEOZ9_SEC_LEN]; ^~~~ /kisskb/src/net/hsr/hsr_netlink.c: In function 'hsr_get_node_status': /kisskb/src/net/hsr/hsr_netlink.c:287:6: note: byref variable will be forcibly initialized int addr_b_ifindex; ^~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_netlink.c:286:6: note: byref variable will be forcibly initialized u16 hsr_node_if2_seq; ^~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_netlink.c:285:6: note: byref variable will be forcibly initialized int hsr_node_if2_age; ^~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_netlink.c:284:6: note: byref variable will be forcibly initialized u16 hsr_node_if1_seq; ^~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_netlink.c:283:6: note: byref variable will be forcibly initialized int hsr_node_if1_age; ^~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_netlink.c:282:16: note: byref variable will be forcibly initialized unsigned char hsr_node_addr_b[ETH_ALEN]; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:213:5: note: byref variable will be forcibly initialized u8 val[2]; ^~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:212:5: note: byref variable will be forcibly initialized u8 regs[ABEOZ9_ALARM_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_rtc_get_time': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:146:5: note: byref variable will be forcibly initialized u8 regs[ABEOZ9_SEC_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_trickle_parse_dt': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:302:6: note: byref variable will be forcibly initialized u32 ohms = 0; ^~~~ /kisskb/src/net/hsr/hsr_netlink.c: In function 'hsr_newlink': /kisskb/src/net/hsr/hsr_netlink.c:38:21: note: byref variable will be forcibly initialized struct net_device *link[2]; ^~~~ /kisskb/src/drivers/scsi/snic/snic_trc.c: In function 'snic_fmt_trc_data': /kisskb/src/drivers/scsi/snic/snic_trc.c:68:20: note: byref variable will be forcibly initialized struct timespec64 tmspec; ^~~~~~ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_find_cat': /kisskb/src/fs/hfsplus/catalog.c:197:20: note: byref variable will be forcibly initialized hfsplus_cat_entry tmp; ^~~ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_create_cat': /kisskb/src/fs/hfsplus/catalog.c:258:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^~~~~ /kisskb/src/fs/hfsplus/catalog.c:257:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_delete_cat': /kisskb/src/fs/hfsplus/catalog.c:334:26: note: byref variable will be forcibly initialized struct hfsplus_fork_raw fork; ^~~~ /kisskb/src/fs/hfsplus/catalog.c:333:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_rename_cat': /kisskb/src/fs/hfsplus/catalog.c:440:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^~~~~ /kisskb/src/fs/hfsplus/catalog.c:439:31: note: byref variable will be forcibly initialized struct hfs_find_data src_fd, dst_fd; ^~~~~~ /kisskb/src/fs/hfsplus/catalog.c:439:23: note: byref variable will be forcibly initialized struct hfs_find_data src_fd, dst_fd; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/compress.c:8: /kisskb/src/fs/f2fs/compress.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:124:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&inode->i_verity_info); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/f2fs/compress.c:17: /kisskb/src/fs/f2fs/compress.c: In function 'get_page_private_data': /kisskb/src/fs/f2fs/f2fs.h:1410:16: note: byref variable will be forcibly initialized unsigned long data = page_private(page); ^~~~ /kisskb/src/fs/hfsplus/btree.c: In function 'hfs_bmap_new_bmap': /kisskb/src/fs/hfsplus/btree.c:317:9: note: byref variable will be forcibly initialized __be32 cnid; ^~~~ /kisskb/src/fs/hfsplus/btree.c:316:24: note: byref variable will be forcibly initialized struct hfs_bnode_desc desc; ^~~~ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_unlink': /kisskb/src/fs/hfsplus/dir.c:363:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/fs/hfsplus/dir.c:362:14: note: byref variable will be forcibly initialized struct qstr str; ^~~ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_link': /kisskb/src/fs/hfsplus/dir.c:308:12: note: byref variable will be forcibly initialized u32 cnid, id; ^~ /kisskb/src/fs/hfsplus/dir.c:307:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/fs/hfsplus/dir.c:306:14: note: byref variable will be forcibly initialized struct qstr str; ^~~ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_lookup': /kisskb/src/fs/hfsplus/dir.c:88:9: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/fs/hfsplus/dir.c:87:16: note: byref variable will be forcibly initialized struct qstr str; ^~~ /kisskb/src/fs/hfsplus/dir.c:36:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^~~~~ /kisskb/src/fs/hfsplus/dir.c:34:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/btree.c: In function 'hfsplus_bmap_alloc': /kisskb/src/fs/hfsplus/btree.c:379:6: note: byref variable will be forcibly initialized u16 off16; ^~~~~ /kisskb/src/drivers/rtc/rtc-as3722.c: In function 'as3722_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-as3722.c:126:5: note: byref variable will be forcibly initialized u8 as_time_array[6]; ^~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-as3722.c: In function 'as3722_rtc_set_time': /kisskb/src/drivers/rtc/rtc-as3722.c:75:5: note: byref variable will be forcibly initialized u8 as_time_array[6]; ^~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/btree.c: In function 'hfsplus_bmap_free': /kisskb/src/fs/hfsplus/btree.c:452:6: note: byref variable will be forcibly initialized u16 off, len; ^~~ /kisskb/src/drivers/rtc/rtc-as3722.c: In function 'as3722_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-as3722.c:108:5: note: byref variable will be forcibly initialized u8 as_time_array[6]; ^~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-as3722.c: In function 'as3722_rtc_read_time': /kisskb/src/drivers/rtc/rtc-as3722.c:58:5: note: byref variable will be forcibly initialized u8 as_time_array[6]; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'zstd_decompress_pages': /kisskb/src/fs/f2fs/compress.c:464:17: note: byref variable will be forcibly initialized ZSTD_outBuffer outbuf; ^~~~~~ /kisskb/src/fs/f2fs/compress.c:463:16: note: byref variable will be forcibly initialized ZSTD_inBuffer inbuf; ^~~~~ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_readdir': /kisskb/src/fs/hfsplus/dir.c:137:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/dir.c:136:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^~~~~ /kisskb/src/fs/hfsplus/dir.c:134:6: note: byref variable will be forcibly initialized int len, err; ^~~ /kisskb/src/fs/f2fs/compress.c: In function 'zstd_compress_pages': /kisskb/src/fs/f2fs/compress.c:383:17: note: byref variable will be forcibly initialized ZSTD_outBuffer outbuf; ^~~~~~ /kisskb/src/fs/f2fs/compress.c:382:16: note: byref variable will be forcibly initialized ZSTD_inBuffer inbuf; ^~~~~ In file included from /kisskb/src/fs/f2fs/compress.c:17: /kisskb/src/fs/f2fs/compress.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1882:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_write_compressed_pages': /kisskb/src/fs/f2fs/compress.c:1241:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/compress.c:1240:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/compress.c: In function '__f2fs_cluster_blocks': /kisskb/src/fs/f2fs/compress.c:953:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_write_raw_pages': /kisskb/src/fs/f2fs/compress.c:1451:6: note: byref variable will be forcibly initialized int _submitted, compr_blocks, ret; ^~~~~~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'prepare_compress_overwrite': /kisskb/src/fs/f2fs/compress.c:1081:15: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/fs/f2fs/compress.c:1051:11: note: byref variable will be forcibly initialized sector_t last_block_in_bio; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_read_u16': /kisskb/src/fs/hfsplus/bnode.c:45:9: note: byref variable will be forcibly initialized __be16 data; ^~~~ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_read_u8': /kisskb/src/fs/hfsplus/bnode.c:53:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_write_u16': /kisskb/src/fs/hfsplus/bnode.c:100:9: note: byref variable will be forcibly initialized __be16 v = cpu_to_be16(data); ^ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_truncate_partial_cluster': /kisskb/src/fs/f2fs/compress.c:1171:15: note: byref variable will be forcibly initialized struct page *pagep; ^~~~~ /kisskb/src/fs/f2fs/compress.c:1170:8: note: byref variable will be forcibly initialized void *fsdata = NULL; ^~~~~~ /kisskb/src/drivers/usb/phy/phy.c: In function 'usb_phy_notify_charger_work': /kisskb/src/drivers/usb/phy/phy.c:126:20: note: byref variable will be forcibly initialized unsigned int min, max; ^~~ /kisskb/src/drivers/usb/phy/phy.c:126:15: note: byref variable will be forcibly initialized unsigned int min, max; ^~~ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_dump': /kisskb/src/fs/hfsplus/bnode.c:301:9: note: byref variable will be forcibly initialized __be32 cnid; ^~~~ /kisskb/src/fs/hfsplus/bnode.c:300:24: note: byref variable will be forcibly initialized struct hfs_bnode_desc desc; ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/hfsplus/bnode.c:13: /kisskb/src/fs/hfsplus/bnode.c: In function '__hfs_bnode_create': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/hfsplus/bnode.c:436:3: note: in expansion of macro 'wait_event' wait_event(node2->lock_wq, ^~~~~~~~~~ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_find': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/hfsplus/bnode.c:490:3: note: in expansion of macro 'wait_event' wait_event(node->lock_wq, ^~~~~~~~~~ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_unlink': /kisskb/src/fs/hfsplus/bnode.c:339:9: note: byref variable will be forcibly initialized __be32 cnid; ^~~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_invalidate_compress_pages': /kisskb/src/fs/f2fs/compress.c:1836:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/fs/f2fs/compress.c:1835:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_init_page_array_cache': /kisskb/src/fs/f2fs/compress.c:1909:7: note: byref variable will be forcibly initialized char slab_name[32]; ^~~~~~~~~ /kisskb/src/net/nfc/rawsock.c: In function 'rawsock_recvmsg': /kisskb/src/net/nfc/rawsock.c:245:6: note: byref variable will be forcibly initialized int rc; ^~ /kisskb/src/net/nfc/rawsock.c: In function 'rawsock_sendmsg': /kisskb/src/net/nfc/rawsock.c:207:6: note: byref variable will be forcibly initialized int rc; ^~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd71828_set_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:111:25: note: byref variable will be forcibly initialized struct bd71828_rtc_alm alm; ^~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd71828_set_time': /kisskb/src/drivers/rtc/rtc-bd70528.c:163:26: note: byref variable will be forcibly initialized struct bd70528_rtc_data rtc_data; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd71828_read_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:140:25: note: byref variable will be forcibly initialized struct bd71828_rtc_alm alm; ^~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_get_time': /kisskb/src/drivers/rtc/rtc-bd70528.c:185:26: note: byref variable will be forcibly initialized struct bd70528_rtc_data rtc_data; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_probe': /kisskb/src/drivers/rtc/rtc-bd70528.c:304:19: note: byref variable will be forcibly initialized struct rtc_time t; ^ /kisskb/src/drivers/rtc/rtc-bd70528.c:243:15: note: byref variable will be forcibly initialized unsigned int hr; ^~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'autocalibration_store': /kisskb/src/drivers/rtc/rtc-abx80x.c:399:16: note: byref variable will be forcibly initialized unsigned long autocalibration = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_set_alarm': /kisskb/src/drivers/rtc/rtc-abx80x.c:308:5: note: byref variable will be forcibly initialized u8 alarm[6]; ^~~~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_rtc_set_time': /kisskb/src/drivers/rtc/rtc-abx80x.c:210:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_read_alarm': /kisskb/src/drivers/rtc/rtc-abx80x.c:276:16: note: byref variable will be forcibly initialized unsigned char buf[7]; ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_rtc_read_time': /kisskb/src/drivers/rtc/rtc-abx80x.c:170:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_dt_trickle_cfg': /kisskb/src/drivers/rtc/rtc-abx80x.c:562:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c:559:14: note: byref variable will be forcibly initialized const char *diode; ^~~~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_probe': /kisskb/src/drivers/rtc/rtc-abx80x.c:682:7: note: byref variable will be forcibly initialized char buf[7]; ^~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'llcp_add_header': /kisskb/src/net/nfc/llcp_commands.c:286:5: note: byref variable will be forcibly initialized u8 header[2]; ^~~~~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'llcp_allocate_pdu': /kisskb/src/net/nfc/llcp_commands.c:317:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'nfc_llcp_allocate_snl': /kisskb/src/net/nfc/llcp_commands.c:286:5: note: byref variable will be forcibly initialized u8 header[2]; ^~~~~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'nfc_llcp_build_sdres_tlv': /kisskb/src/net/nfc/llcp_commands.c:109:5: note: byref variable will be forcibly initialized u8 value[2]; ^~~~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'nfc_llcp_send_symm': /kisskb/src/net/nfc/llcp_commands.c:286:5: note: byref variable will be forcibly initialized u8 header[2]; ^~~~~~ /kisskb/src/fs/romfs/super.c: In function 'romfs_readdir': /kisskb/src/fs/romfs/super.c:157:7: note: byref variable will be forcibly initialized char fsname[ROMFS_MAXFN]; /* XXX dynamic? */ ^~~~~~ /kisskb/src/fs/romfs/super.c:154:21: note: byref variable will be forcibly initialized struct romfs_inode ri; ^~ /kisskb/src/net/nfc/llcp_commands.c: In function 'nfc_llcp_send_connect': /kisskb/src/net/nfc/llcp_commands.c:400:9: note: byref variable will be forcibly initialized __be16 miux; ^~~~ /kisskb/src/net/nfc/llcp_commands.c:397:63: note: byref variable will be forcibly initialized u8 service_name_tlv_length, miux_tlv_length, rw_tlv_length, rw; ^~ /kisskb/src/net/nfc/llcp_commands.c:397:48: note: byref variable will be forcibly initialized u8 service_name_tlv_length, miux_tlv_length, rw_tlv_length, rw; ^~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_commands.c:397:30: note: byref variable will be forcibly initialized u8 service_name_tlv_length, miux_tlv_length, rw_tlv_length, rw; ^~~~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_commands.c:397:5: note: byref variable will be forcibly initialized u8 service_name_tlv_length, miux_tlv_length, rw_tlv_length, rw; ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/usb.h:16, from /kisskb/src/drivers/w1/masters/ds2490.c:11: /kisskb/src/drivers/w1/masters/ds2490.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'nfc_llcp_send_cc': /kisskb/src/net/nfc/llcp_commands.c:476:9: note: byref variable will be forcibly initialized __be16 miux; ^~~~ /kisskb/src/net/nfc/llcp_commands.c:473:37: note: byref variable will be forcibly initialized u8 miux_tlv_length, rw_tlv_length, rw; ^~ /kisskb/src/net/nfc/llcp_commands.c:473:22: note: byref variable will be forcibly initialized u8 miux_tlv_length, rw_tlv_length, rw; ^~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_commands.c:473:5: note: byref variable will be forcibly initialized u8 miux_tlv_length, rw_tlv_length, rw; ^~~~~~~~~~~~~~~ /kisskb/src/fs/romfs/super.c: In function 'romfs_iget': /kisskb/src/fs/romfs/super.c:281:21: note: byref variable will be forcibly initialized struct romfs_inode ri; ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_send_data': /kisskb/src/drivers/w1/masters/ds2490.c:355:6: note: byref variable will be forcibly initialized int count, err; ^~~~~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_recv_status': /kisskb/src/drivers/w1/masters/ds2490.c:274:6: note: byref variable will be forcibly initialized int count, err; ^~~~~ /kisskb/src/fs/romfs/super.c: In function 'romfs_lookup': /kisskb/src/fs/romfs/super.c:217:21: note: byref variable will be forcibly initialized struct romfs_inode ri; ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_recv_data': /kisskb/src/drivers/w1/masters/ds2490.c:319:6: note: byref variable will be forcibly initialized int count, err; ^~~~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'nfc_llcp_send_ui_frame': /kisskb/src/net/nfc/llcp_commands.c:738:6: note: byref variable will be forcibly initialized int err; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/nfc/llcp_sock.c:9: /kisskb/src/net/nfc/llcp_sock.c: In function 'sock_graft': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/net/sock.h:1914:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_wq, &parent->wq); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds9490r_search': /kisskb/src/drivers/w1/masters/ds2490.c:678:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ /kisskb/src/net/nfc/llcp_sock.c: In function 'llcp_sock_recvmsg': /kisskb/src/net/nfc/llcp_sock.c:824:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_read_block': /kisskb/src/drivers/w1/masters/ds2490.c:615:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_read_byte': /kisskb/src/drivers/w1/masters/ds2490.c:598:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_touch_bit': /kisskb/src/drivers/w1/masters/ds2490.c:535:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_write_block': /kisskb/src/drivers/w1/masters/ds2490.c:642:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_write_byte': /kisskb/src/drivers/w1/masters/ds2490.c:575:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ /kisskb/src/net/nfc/llcp_core.c: In function 'nfc_llcp_build_gb': /kisskb/src/net/nfc/llcp_core.c:527:9: note: byref variable will be forcibly initialized __be16 wks = cpu_to_be16(local->local_wks); ^~~ /kisskb/src/net/nfc/llcp_core.c:524:29: note: byref variable will be forcibly initialized u8 lto_length, wks_length, miux_length; ^~~~~~~~~~~ /kisskb/src/net/nfc/llcp_core.c:524:17: note: byref variable will be forcibly initialized u8 lto_length, wks_length, miux_length; ^~~~~~~~~~ /kisskb/src/net/nfc/llcp_core.c:524:5: note: byref variable will be forcibly initialized u8 lto_length, wks_length, miux_length; ^~~~~~~~~~ /kisskb/src/net/nfc/llcp_core.c:523:23: note: byref variable will be forcibly initialized u8 *gb_cur, version, version_length; ^~~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_core.c:523:14: note: byref variable will be forcibly initialized u8 *gb_cur, version, version_length; ^~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/nfc/nfc.h:16, from /kisskb/src/net/nfc/nfc.h:13, from /kisskb/src/net/nfc/llcp_sock.c:14: /kisskb/src/net/nfc/llcp_sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_sock.c: In function 'nfc_llcp_setsockopt': /kisskb/src/net/nfc/llcp_sock.c:231:6: note: byref variable will be forcibly initialized u32 opt; ^~~ In file included from /kisskb/src/net/nfc/llcp_core.c:11: /kisskb/src/net/nfc/llcp_core.c: In function 'nfc_llcp_sdreq_timeout_work': /kisskb/src/net/nfc/llcp_core.c:245:13: note: byref variable will be forcibly initialized HLIST_HEAD(nl_sdres_list); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:790:44: note: in definition of macro 'HLIST_HEAD' #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } ^~~~ /kisskb/src/net/nfc/llcp_core.c: In function 'nfc_llcp_recv_snl': /kisskb/src/net/nfc/llcp_core.c:1243:13: note: byref variable will be forcibly initialized HLIST_HEAD(nl_sdres_list); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:790:44: note: in definition of macro 'HLIST_HEAD' #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } ^~~~ /kisskb/src/net/nfc/llcp_core.c:1241:13: note: byref variable will be forcibly initialized HLIST_HEAD(llc_sdres_list); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:790:44: note: in definition of macro 'HLIST_HEAD' #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } ^~~~ /kisskb/src/net/nfc/llcp_sock.c: In function 'llcp_raw_sock_bind': /kisskb/src/net/nfc/llcp_sock.c:151:27: note: byref variable will be forcibly initialized struct sockaddr_nfc_llcp llcp_addr; ^~~~~~~~~ /kisskb/src/net/nfc/llcp_sock.c: In function 'llcp_sock_bind': /kisskb/src/net/nfc/llcp_sock.c:65:27: note: byref variable will be forcibly initialized struct sockaddr_nfc_llcp llcp_addr; ^~~~~~~~~ /kisskb/src/net/nfc/llcp_core.c: In function 'nfc_llcp_recv_connect': /kisskb/src/net/nfc/llcp_core.c:898:10: note: byref variable will be forcibly initialized size_t sn_len; ^~~~~~ /kisskb/src/fs/qnx6/inode.c: In function 'qnx6_parse_options': /kisskb/src/fs/qnx6/inode.c:234:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/rtc/rtc-da9055.c: In function 'da9055_set_alarm': /kisskb/src/drivers/rtc/rtc-da9055.c:80:10: note: byref variable will be forcibly initialized uint8_t v[2]; ^ /kisskb/src/drivers/rtc/rtc-da9055.c: In function 'da9055_rtc_set_time': /kisskb/src/drivers/rtc/rtc-da9055.c:162:10: note: byref variable will be forcibly initialized uint8_t v[6]; ^ /kisskb/src/drivers/rtc/rtc-da9055.c: In function 'da9055_read_alarm': /kisskb/src/drivers/rtc/rtc-da9055.c:59:10: note: byref variable will be forcibly initialized uint8_t v[5]; ^ In file included from /kisskb/src/drivers/rtc/rtc-da9055.c:14: /kisskb/src/drivers/rtc/rtc-da9055.c: In function 'da9055_reg_read': /kisskb/src/include/linux/mfd/da9055/core.h:40:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/rtc/rtc-da9055.c: In function 'da9055_rtc_read_time': /kisskb/src/drivers/rtc/rtc-da9055.c:128:10: note: byref variable will be forcibly initialized uint8_t v[6]; ^ /kisskb/src/fs/f2fs/iostat.c: In function '__record_iostat_latency': /kisskb/src/fs/f2fs/iostat.c:92:29: note: byref variable will be forcibly initialized struct f2fs_iostat_latency iostat_lat[MAX_IO_TYPE][NR_PAGE_TYPE]; ^~~~~~~~~~ /kisskb/src/fs/f2fs/iostat.c: In function 'f2fs_record_iostat': /kisskb/src/fs/f2fs/iostat.c:116:21: note: byref variable will be forcibly initialized unsigned long long iostat_diff[NR_IO_TYPE]; ^~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_read': /kisskb/src/drivers/rtc/rtc-bq32k.c:55:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_write': /kisskb/src/drivers/rtc/rtc-bq32k.c:78:10: note: byref variable will be forcibly initialized uint8_t buffer[MAX_LEN + 1]; ^~~~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_sysfs_store_tricklecharge_bypass': /kisskb/src/drivers/rtc/rtc-bq32k.c:210:11: note: byref variable will be forcibly initialized int reg, enable, error; ^~~~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c:210:6: note: byref variable will be forcibly initialized int reg, enable, error; ^~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_sysfs_show_tricklecharge_bypass': /kisskb/src/drivers/rtc/rtc-bq32k.c:197:6: note: byref variable will be forcibly initialized int reg, error; ^~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_rtc_set_time': /kisskb/src/drivers/rtc/rtc-bq32k.c:119:20: note: byref variable will be forcibly initialized struct bq32k_regs regs; ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_rtc_read_time': /kisskb/src/drivers/rtc/rtc-bq32k.c:91:20: note: byref variable will be forcibly initialized struct bq32k_regs regs; ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'trickle_charger_of_init': /kisskb/src/drivers/rtc/rtc-bq32k.c:146:6: note: byref variable will be forcibly initialized u32 ohms = 0; ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c:144:16: note: byref variable will be forcibly initialized unsigned char reg; ^~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_probe': /kisskb/src/drivers/rtc/rtc-bq32k.c:257:10: note: byref variable will be forcibly initialized uint8_t reg; ^~~ /kisskb/src/fs/hfsplus/brec.c: In function 'hfs_bnode_split': /kisskb/src/fs/hfsplus/brec.c:239:24: note: byref variable will be forcibly initialized struct hfs_bnode_desc node_desc; ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/i2c/busses/i2c-nforce2.c:38: /kisskb/src/drivers/i2c/busses/i2c-nforce2.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/hfsplus/brec.c: In function 'hfs_btree_inc_height': /kisskb/src/fs/hfsplus/brec.c:467:9: note: byref variable will be forcibly initialized __be32 cnid; ^~~~ /kisskb/src/fs/hfsplus/brec.c:465:24: note: byref variable will be forcibly initialized struct hfs_bnode_desc node_desc; ^~~~~~~~~ /kisskb/src/fs/hfsplus/brec.c: In function 'hfsplus_brec_lenoff': /kisskb/src/fs/hfsplus/brec.c:22:9: note: byref variable will be forcibly initialized __be16 retval[2]; ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-nforce2.c: In function 'nforce2_probe_smb': /kisskb/src/drivers/i2c/busses/i2c-nforce2.c:328:7: note: byref variable will be forcibly initialized u16 iobase; ^~~~~~ /kisskb/src/fs/hfsplus/brec.c: In function 'hfsplus_brec_insert': /kisskb/src/fs/hfsplus/brec.c:70:9: note: byref variable will be forcibly initialized __be32 cnid; ^~~~ /kisskb/src/fs/hfsplus/brec.c: In function 'hfs_brec_update_parent': /kisskb/src/fs/hfsplus/brec.c:430:10: note: byref variable will be forcibly initialized __be32 cnid; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c:12: /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized 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:12: note: byref variable will be forcibly initialized LIST_HEAD(pending); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c: In function 'asd_map_ha': /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c:154:6: note: byref variable will be forcibly initialized u16 cmd_reg; ^~~~~~~ /kisskb/src/fs/hfsplus/bfind.c: In function '__hfsplus_brec_find': /kisskb/src/fs/hfsplus/bfind.c:119:9: note: byref variable will be forcibly initialized int b, e; ^ /kisskb/src/fs/hfsplus/bfind.c:119:6: note: byref variable will be forcibly initialized int b, e; ^ /kisskb/src/fs/hfsplus/bfind.c:118:6: note: byref variable will be forcibly initialized int rec; ^~~ /kisskb/src/fs/hfsplus/bfind.c:117:6: note: byref variable will be forcibly initialized u16 off, len, keylen; ^~~ /kisskb/src/fs/hfsplus/bfind.c: In function 'hfsplus_brec_find': /kisskb/src/fs/hfsplus/bfind.c:169:9: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/fs/hfsplus/bfind.c: In function 'hfsplus_brec_goto': /kisskb/src/fs/hfsplus/bfind.c:236:6: note: byref variable will be forcibly initialized u16 off, len, keylen; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/net/hsr/hsr_slave.h:12, from /kisskb/src/net/hsr/hsr_slave.c:10: /kisskb/src/net/hsr/hsr_slave.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_fb.c: In function 'exynos_user_fb_create': /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_fb.c:100:25: note: byref variable will be forcibly initialized struct exynos_drm_gem *exynos_gem[MAX_FB_BUFFER]; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c: In function '____ccs_read_addr': /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c:75:16: note: byref variable will be forcibly initialized unsigned char offset_buf[sizeof(u16)]; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c:73:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c: In function '____ccs_read_addr_8only': /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c:125:7: note: byref variable will be forcibly initialized u32 val8; ^~~~ /kisskb/src/fs/jffs2/dir.c: In function 'jffs2_mknod': /kisskb/src/fs/jffs2/dir.c:630:11: note: byref variable will be forcibly initialized uint32_t alloclen; ^~~~~~~~ /kisskb/src/fs/jffs2/dir.c:628:26: note: byref variable will be forcibly initialized union jffs2_device_node dev; ^~~ /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c: In function 'ccs_write_addr_no_quirk': /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c:325:16: note: byref variable will be forcibly initialized unsigned char data[6]; ^~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c:324:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/fs/jffs2/dir.c: In function 'jffs2_mkdir': /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c: In function 'ccs_write_data_regs': /kisskb/src/fs/jffs2/dir.c:456:11: note: byref variable will be forcibly initialized uint32_t alloclen; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c:389:9: note: byref variable will be forcibly initialized char printbuf[(MAX_WRITE_LEN << 1) + ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-reg-access.c:376:16: note: byref variable will be forcibly initialized unsigned char buf[2 + MAX_WRITE_LEN]; ^~~ /kisskb/src/fs/jffs2/dir.c: In function 'jffs2_symlink': /kisskb/src/fs/jffs2/dir.c:293:11: note: byref variable will be forcibly initialized uint32_t alloclen; ^~~~~~~~ /kisskb/src/fs/hfsplus/unicode.c: In function 'hfsplus_asc2uni': /kisskb/src/fs/hfsplus/unicode.c:351:6: note: byref variable will be forcibly initialized u16 dhangul[3]; ^~~~~~~ /kisskb/src/fs/hfsplus/unicode.c:350:10: note: byref variable will be forcibly initialized wchar_t c; ^ /kisskb/src/fs/hfsplus/unicode.c:348:12: note: byref variable will be forcibly initialized int size, dsize, decompose; ^~~~~ /kisskb/src/fs/jffs2/file.c: In function 'jffs2_write_end': /kisskb/src/fs/jffs2/file.c:251:11: note: byref variable will be forcibly initialized uint32_t writtenlen = 0; ^~~~~~~~~~ /kisskb/src/fs/hfsplus/unicode.c: In function 'hfsplus_hash_dentry': /kisskb/src/fs/hfsplus/unicode.c:401:7: note: byref variable will be forcibly initialized int dsize; ^~~~~ /kisskb/src/fs/hfsplus/unicode.c:393:6: note: byref variable will be forcibly initialized u16 dhangul[3]; ^~~~~~~ /kisskb/src/fs/hfsplus/unicode.c:391:10: note: byref variable will be forcibly initialized wchar_t c; ^ /kisskb/src/fs/jffs2/file.c: In function 'jffs2_write_begin': /kisskb/src/fs/jffs2/file.c:155:12: note: byref variable will be forcibly initialized uint32_t alloc_len; ^~~~~~~~~ /kisskb/src/fs/jffs2/file.c:153:26: note: byref variable will be forcibly initialized struct jffs2_raw_inode ri; ^~ /kisskb/src/fs/hfsplus/unicode.c: In function 'hfsplus_compare_dentry': /kisskb/src/fs/hfsplus/unicode.c:446:20: note: byref variable will be forcibly initialized u16 dhangul_1[3], dhangul_2[3]; ^~~~~~~~~ /kisskb/src/fs/hfsplus/unicode.c:446:6: note: byref variable will be forcibly initialized u16 dhangul_1[3], dhangul_2[3]; ^~~~~~~~~ /kisskb/src/fs/hfsplus/unicode.c:445:10: note: byref variable will be forcibly initialized wchar_t c; ^ /kisskb/src/fs/hfsplus/unicode.c:444:10: note: byref variable will be forcibly initialized u16 c1, c2; ^~ /kisskb/src/fs/hfsplus/unicode.c:444:6: note: byref variable will be forcibly initialized u16 c1, c2; ^~ /kisskb/src/fs/hfsplus/unicode.c:441:14: note: byref variable will be forcibly initialized int dsize1, dsize2, len1, len2; ^~~~~~ /kisskb/src/fs/hfsplus/unicode.c:441:6: note: byref variable will be forcibly initialized int dsize1, dsize2, len1, len2; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1337_read_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:417:7: note: byref variable will be forcibly initialized u8 regs[9]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_read_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:588:13: note: byref variable will be forcibly initialized u8 ald[3], ctl[3]; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:588:5: note: byref variable will be forcibly initialized u8 ald[3], ctl[3]; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_read_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:722:5: note: byref variable will be forcibly initialized u8 regs[10]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_get_time': /kisskb/src/drivers/rtc/rtc-ds1307.c:216:16: note: byref variable will be forcibly initialized unsigned int regflag; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:213:5: note: byref variable will be forcibly initialized u8 regs[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:211:7: note: byref variable will be forcibly initialized int tmp, ret; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_alarm_irq_enable': /kisskb/src/drivers/rtc/rtc-ds1307.c:672:11: note: byref variable will be forcibly initialized int ret, reg; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'm41txx_rtc_read_offset': /kisskb/src/drivers/rtc/rtc-ds1307.c:834:15: note: byref variable will be forcibly initialized unsigned int ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clk_32khz_is_prepared': /kisskb/src/drivers/rtc/rtc-ds1307.c:1564:6: note: byref variable will be forcibly initialized int status, ret; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clk_sqw_recalc_rate': /kisskb/src/drivers/rtc/rtc-ds1307.c:1440:6: note: byref variable will be forcibly initialized int control, ret; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clk_sqw_is_prepared': /kisskb/src/drivers/rtc/rtc-ds1307.c:1509:6: note: byref variable will be forcibly initialized int control, ret; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1337_set_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:455:17: note: byref variable will be forcibly initialized unsigned char regs[9]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_set_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:627:13: note: byref variable will be forcibly initialized u8 ald[3], ctl[3]; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:627:5: note: byref variable will be forcibly initialized u8 ald[3], ctl[3]; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_set_time': /kisskb/src/drivers/rtc/rtc-ds1307.c:325:6: note: byref variable will be forcibly initialized u8 regs[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_irq': /kisskb/src/drivers/rtc/rtc-ds1307.c:1157:8: note: byref variable will be forcibly initialized int stat, ret; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_irq': /kisskb/src/drivers/rtc/rtc-ds1307.c:557:5: note: byref variable will be forcibly initialized u8 ctl[3]; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_irq': /kisskb/src/drivers/rtc/rtc-ds1307.c:690:6: note: byref variable will be forcibly initialized int reg, ret; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_alm_weekday': /kisskb/src/drivers/rtc/rtc-ds1307.c:761:18: note: byref variable will be forcibly initialized struct rtc_time tm_now; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_set_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:777:16: note: byref variable will be forcibly initialized unsigned char regs[10]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_trickle_init': /kisskb/src/drivers/rtc/rtc-ds1307.c:1282:12: note: byref variable will be forcibly initialized u32 ohms, chargeable; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:1282:6: note: byref variable will be forcibly initialized u32 ohms, chargeable; ^~~~ In file included from /kisskb/src/include/linux/bcd.h:5, from /kisskb/src/drivers/rtc/rtc-ds1307.c:11: /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/rtc/rtc-ds1307.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'frequency_test_store': /kisskb/src/drivers/rtc/rtc-ds1307.c:1197:7: note: byref variable will be forcibly initialized bool freq_test_en; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'frequency_test_show': /kisskb/src/drivers/rtc/rtc-ds1307.c:1217:15: note: byref variable will be forcibly initialized unsigned int ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clks_register': /kisskb/src/drivers/rtc/rtc-ds1307.c:1616:24: note: byref variable will be forcibly initialized struct clk_init_data init = ds3231_clks_init[i]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_probe': /kisskb/src/drivers/rtc/rtc-ds1307.c:1725:17: note: byref variable will be forcibly initialized unsigned char regs[8]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:1721:8: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/fs/hfsplus/wrapper.c: In function 'hfsplus_get_last_session': /kisskb/src/fs/hfsplus/wrapper.c:151:29: note: byref variable will be forcibly initialized struct cdrom_multisession ms_info; ^~~~~~~ /kisskb/src/fs/hfsplus/wrapper.c:137:25: note: byref variable will be forcibly initialized struct cdrom_tocentry te; ^~ /kisskb/src/fs/hfsplus/wrapper.c: In function 'hfsplus_read_wrapper': /kisskb/src/fs/hfsplus/wrapper.c:167:23: note: byref variable will be forcibly initialized sector_t part_start, part_size; ^~~~~~~~~ /kisskb/src/fs/hfsplus/wrapper.c:167:11: note: byref variable will be forcibly initialized sector_t part_start, part_size; ^~~~~~~~~~ /kisskb/src/fs/hfsplus/wrapper.c:166:20: note: byref variable will be forcibly initialized struct hfsplus_wd wd; ^~ /kisskb/src/drivers/rtc/rtc-ds1685.c: In function 'ds1685_rtc_sysfs_serial_show': /kisskb/src/drivers/rtc/rtc-ds1685.c:1030:5: note: byref variable will be forcibly initialized u8 ssn[8]; ^~~ /kisskb/src/drivers/usb/phy/of.c: In function 'of_usb_get_phy_mode': /kisskb/src/drivers/usb/phy/of.c:30:14: note: byref variable will be forcibly initialized const char *phy_type; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds2404.c: In function 'ds2404_set_time': /kisskb/src/drivers/rtc/rtc-ds2404.c:196:6: note: byref variable will be forcibly initialized u32 time = cpu_to_le32(rtc_tm_to_time64(dt)); ^~~~ /kisskb/src/drivers/rtc/rtc-ds2404.c: In function 'ds2404_enable_osc': /kisskb/src/drivers/rtc/rtc-ds2404.c:178:5: note: byref variable will be forcibly initialized u8 in[1] = { 0x10 }; /* enable oscillator */ ^~ /kisskb/src/drivers/rtc/rtc-ds2404.c: In function 'ds2404_read_time': /kisskb/src/drivers/rtc/rtc-ds2404.c:185:9: note: byref variable will be forcibly initialized __le32 hw_time = 0; ^~~~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rtc/rtc-ds1672.c: In function 'ds1672_set_time': /kisskb/src/drivers/rtc/rtc-ds1672.c:85:16: note: byref variable will be forcibly initialized unsigned char buf[6]; ^~~ /kisskb/src/drivers/rtc/rtc-ds1672.c: In function 'ds1672_read_time': /kisskb/src/drivers/rtc/rtc-ds1672.c:31:16: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ /kisskb/src/drivers/rtc/rtc-ds1672.c:30:16: note: byref variable will be forcibly initialized unsigned char addr = DS1672_REG_CONTROL; ^~~~ /kisskb/src/fs/adfs/dir.c: In function 'adfs_iterate': /kisskb/src/fs/adfs/dir.c:243:18: note: byref variable will be forcibly initialized struct adfs_dir dir; ^~~ /kisskb/src/fs/adfs/dir.c: In function 'adfs_dir_lookup_byname': /kisskb/src/fs/adfs/dir.c:353:18: note: byref variable will be forcibly initialized struct adfs_dir dir; ^~~ /kisskb/src/fs/adfs/dir.c: In function 'adfs_lookup': /kisskb/src/fs/adfs/dir.c:433:21: note: byref variable will be forcibly initialized struct object_info obj; ^~~ /kisskb/src/fs/adfs/dir.c: In function 'adfs_dir_update': /kisskb/src/fs/adfs/dir.c:278:18: note: byref variable will be forcibly initialized struct adfs_dir dir; ^~~ /kisskb/src/fs/qnx6/namei.c: In function 'qnx6_lookup': /kisskb/src/fs/qnx6/namei.c:20:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/qnx6/dir.c: In function 'qnx6_long_match': /kisskb/src/fs/qnx6/dir.c:180:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/qnx6/dir.c: In function 'qnx6_dir_longfilename': /kisskb/src/fs/qnx6/dir.c:70:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/net/ethernet/3com/3c59x.c: In function 'vortex_probe1': /kisskb/src/drivers/net/ethernet/3com/3c59x.c:1183:7: note: byref variable will be forcibly initialized u8 pci_latency; ^~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max8925.c: In function 'max8925_rtc_set_time': /kisskb/src/drivers/rtc/rtc-max8925.c:168:16: note: byref variable will be forcibly initialized unsigned char buf[TIME_NUM]; ^~~ /kisskb/src/drivers/rtc/rtc-max8925.c: In function 'max8925_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-max8925.c:220:16: note: byref variable will be forcibly initialized unsigned char buf[TIME_NUM]; ^~~ /kisskb/src/drivers/rtc/rtc-max8925.c: In function 'max8925_rtc_read_time': /kisskb/src/drivers/rtc/rtc-max8925.c:154:16: note: byref variable will be forcibly initialized unsigned char buf[TIME_NUM]; ^~~ /kisskb/src/drivers/rtc/rtc-max8925.c: In function 'max8925_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-max8925.c:182:16: note: byref variable will be forcibly initialized unsigned char buf[TIME_NUM]; ^~~ /kisskb/src/drivers/rtc/rtc-max8998.c: In function 'max8998_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-max8998.c:197:5: note: byref variable will be forcibly initialized u8 data[8]; ^~~~ /kisskb/src/drivers/rtc/rtc-max8998.c: In function 'max8998_rtc_set_time': /kisskb/src/drivers/rtc/rtc-max8998.c:123:5: note: byref variable will be forcibly initialized u8 data[8]; ^~~~ /kisskb/src/drivers/rtc/rtc-max8998.c: In function 'max8998_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-max8998.c:140:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/rtc/rtc-max8998.c:139:5: note: byref variable will be forcibly initialized u8 data[8]; ^~~~ /kisskb/src/drivers/rtc/rtc-max8998.c: In function 'max8998_rtc_read_time': /kisskb/src/drivers/rtc/rtc-max8998.c:108:5: note: byref variable will be forcibly initialized u8 data[8]; ^~~~ /kisskb/src/drivers/rtc/rtc-meson-vrtc.c: In function 'meson_vrtc_suspend': /kisskb/src/drivers/rtc/rtc-meson-vrtc.c:97:21: note: byref variable will be forcibly initialized struct timespec64 time; ^~~~ /kisskb/src/drivers/rtc/rtc-meson-vrtc.c: In function 'meson_vrtc_read_time': /kisskb/src/drivers/rtc/rtc-meson-vrtc.c:23:20: note: byref variable will be forcibly initialized struct timespec64 time; ^~~~ /kisskb/src/fs/hfsplus/part_tbl.c: In function 'hfsplus_part_find': /kisskb/src/fs/hfsplus/part_tbl.c:132:14: note: byref variable will be forcibly initialized void *buf, *data; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_setup_aux': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:404:17: note: byref variable will be forcibly initialized unsigned short piix4_smba; ^~~~~~~~~~ /kisskb/src/fs/hfsplus/attributes.c: In function '__hfsplus_delete_attr': /kisskb/src/fs/hfsplus/attributes.c:270:21: note: byref variable will be forcibly initialized __be32 found_cnid, record_type; ^~~~~~~~~~~ /kisskb/src/fs/hfsplus/attributes.c:270:9: note: byref variable will be forcibly initialized __be32 found_cnid, record_type; ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_setup': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:171:17: note: byref variable will be forcibly initialized unsigned short piix4_smba; ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c:170:16: note: byref variable will be forcibly initialized unsigned char temp; ^~~~ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_attr_exists': /kisskb/src/fs/hfsplus/attributes.c:173:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_create_attr': /kisskb/src/fs/hfsplus/attributes.c:199:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_delete_attr': /kisskb/src/fs/hfsplus/attributes.c:311:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_delete_all_attrs': /kisskb/src/fs/hfsplus/attributes.c:357:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_probe': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:930:7: note: byref variable will be forcibly initialized u8 imc; ^~~ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_getxattr_finder_info': /kisskb/src/fs/hfsplus/xattr.c:449:5: note: byref variable will be forcibly initialized u8 file_finder_info[sizeof(struct FInfo) + sizeof(struct FXInfo)]; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:448:5: note: byref variable will be forcibly initialized u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:443:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_removexattr': /kisskb/src/fs/hfsplus/xattr.c:770:23: note: byref variable will be forcibly initialized struct hfs_find_data cat_fd; ^~~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c: In function 'mc13xxx_rtc_set_time': /kisskb/src/drivers/rtc/rtc-mc13xxx.c:93:15: note: byref variable will be forcibly initialized unsigned int alarmseconds; ^~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_listxattr_finder_info': /kisskb/src/fs/hfsplus/xattr.c:614:5: note: byref variable will be forcibly initialized u8 file_finder_info[sizeof(struct FInfo) + sizeof(struct FXInfo)]; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:613:5: note: byref variable will be forcibly initialized u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:611:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c: In function 'mc13xxx_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-mc13xxx.c:160:15: note: byref variable will be forcibly initialized int enabled, pending; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c:160:6: note: byref variable will be forcibly initialized int enabled, pending; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c:158:24: note: byref variable will be forcibly initialized unsigned int seconds, days; ^~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c:158:15: note: byref variable will be forcibly initialized unsigned int seconds, days; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c: In function 'mc13xxx_rtc_read_time': /kisskb/src/drivers/rtc/rtc-mc13xxx.c:63:31: note: byref variable will be forcibly initialized unsigned int seconds, days1, days2; ^~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c:63:24: note: byref variable will be forcibly initialized unsigned int seconds, days1, days2; ^~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c:63:15: note: byref variable will be forcibly initialized unsigned int seconds, days1, days2; ^~~~~~~ /kisskb/src/fs/hfsplus/xattr.c: In function '__hfsplus_setxattr': /kisskb/src/fs/hfsplus/xattr.c:262:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^~~~~ /kisskb/src/fs/hfsplus/xattr.c:261:23: note: byref variable will be forcibly initialized struct hfs_find_data cat_fd; ^~~~~~ /kisskb/src/fs/hfsplus/xattr.c: In function '__hfsplus_getxattr': /kisskb/src/fs/hfsplus/xattr.c:494:9: note: byref variable will be forcibly initialized __be32 xattr_record_type; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:492:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_listxattr': /kisskb/src/fs/hfsplus/xattr.c:683:6: note: byref variable will be forcibly initialized int xattr_name_len; ^~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:681:26: note: byref variable will be forcibly initialized struct hfsplus_attr_key attr_key; ^~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:679:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^~ /kisskb/src/fs/jffs2/nodelist.c: In function 'jffs2_fragtree_insert': /kisskb/src/fs/jffs2/nodelist.c:124:18: note: byref variable will be forcibly initialized struct rb_node *parent = &base->rb; ^~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_hw_adap_state_rd': /kisskb/src/drivers/net/fddi/defxx.c:2868:12: note: byref variable will be forcibly initialized PI_UINT32 port_status; /* Port Status register value */ ^~~~~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_int_pr_halt_id': /kisskb/src/drivers/net/fddi/defxx.c:1630:12: note: byref variable will be forcibly initialized PI_UINT32 port_status; /* PDQ port status register value */ ^~~~~~~~~~~ /kisskb/src/net/hsr/hsr_forward.c: In function 'hsr_forward_skb': /kisskb/src/net/hsr/hsr_forward.c:572:24: note: byref variable will be forcibly initialized struct hsr_frame_info frame; ^~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_hw_port_ctrl_req': /kisskb/src/drivers/net/fddi/defxx.c:2743:12: note: byref variable will be forcibly initialized PI_UINT32 port_cmd; /* Port Control command register value */ ^~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_bus_config_check': /kisskb/src/drivers/net/fddi/defxx.c:948:6: note: byref variable will be forcibly initialized u32 host_data; /* LW data returned from port control call */ ^~~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_int_type_0_process': /kisskb/src/drivers/net/fddi/defxx.c:1735:12: note: byref variable will be forcibly initialized PI_UINT32 type_0_status; /* Host Interrupt Type 0 register */ ^~~~~~~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_int_common': /kisskb/src/drivers/net/fddi/defxx.c:1880:12: note: byref variable will be forcibly initialized PI_UINT32 port_status; /* Port Status register */ ^~~~~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_interrupt': /kisskb/src/drivers/net/fddi/defxx.c:2008:7: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/net/fddi/defxx.c:1959:7: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_bus_init': /kisskb/src/drivers/net/fddi/defxx.c:728:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_driver_init': /kisskb/src/drivers/net/fddi/defxx.c:1050:6: note: byref variable will be forcibly initialized u32 data; /* host data register value */ ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/if_arp.h:22, from /kisskb/src/net/mctp/af_mctp.c:9: /kisskb/src/net/mctp/af_mctp.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_init_sw': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:147:6: note: byref variable will be forcibly initialized u32 v; ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/mctp/af_mctp.c: In function 'mctp_recvmsg': /kisskb/src/net/mctp/af_mctp.c:139:6: note: byref variable will be forcibly initialized int rc; ^~ /kisskb/src/net/mctp/af_mctp.c: In function 'mctp_sendmsg': /kisskb/src/net/mctp/af_mctp.c:75:6: note: byref variable will be forcibly initialized int rc, addrlen = msg->msg_namelen; ^~ 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:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_get_req': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:115:3: note: in expansion of macro 'if' if (wait_event_killable_exclusive(fc->blocked_waitq, ^~ /kisskb/src/include/linux/wait.h:604:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:612:11: note: in expansion of macro '__wait_event_killable_exclusive' __ret = __wait_event_killable_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:115:7: note: in expansion of macro 'wait_event_killable_exclusive' if (wait_event_killable_exclusive(fc->blocked_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:411:2: note: in expansion of macro 'wait_event' wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:390:9: note: in expansion of macro 'wait_event_killable' err = wait_event_killable(req->waitq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:376:9: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(req->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_hst_pcix_isr': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:961:6: note: byref variable will be forcibly initialized u32 ecc_status; ^~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:960:6: note: byref variable will be forcibly initialized u32 pcix_status; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:959:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/fuse/fuse_i.h:22, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t583.c: In function 'rc5t583_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-rc5t583.c:142:16: note: byref variable will be forcibly initialized unsigned char alarm_data[NUM_YAL_REGS]; ^~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_alloc_escbs': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:308:9: note: byref variable will be forcibly initialized int i, escbs; ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t583.c: In function 'rc5t583_rtc_set_time': /kisskb/src/drivers/rtc/rtc-rc5t583.c:86:16: note: byref variable will be forcibly initialized unsigned char rtc_data[NUM_TIME_REGS]; ^~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_init_hw': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:610:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_fill': /kisskb/src/drivers/rtc/rtc-rc5t583.c: In function 'rc5t583_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-rc5t583.c:111:6: note: byref variable will be forcibly initialized u32 interrupt_enable; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:740:10: note: byref variable will be forcibly initialized size_t off; ^~~ /kisskb/src/drivers/rtc/rtc-rc5t583.c:110:16: note: byref variable will be forcibly initialized unsigned char alarm_data[NUM_YAL_REGS]; ^~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:697:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ 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:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/rtc/rtc-rc5t583.c: In function 'rc5t583_rtc_read_time': /kisskb/src/drivers/rtc/rtc-rc5t583.c:62:5: note: byref variable will be forcibly initialized u8 rtc_data[NUM_TIME_REGS]; ^~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_interrupt': /kisskb/src/fs/fuse/dev.c:1044:27: note: byref variable will be forcibly initialized struct fuse_interrupt_in arg; ^~~ /kisskb/src/fs/fuse/dev.c:1043:24: note: byref variable will be forcibly initialized struct fuse_in_header ih; ^~ /kisskb/src/drivers/rtc/rtc-rc5t583.c: In function 'rc5t583_rtc_interrupt': /kisskb/src/drivers/rtc/rtc-rc5t583.c:175:6: note: byref variable will be forcibly initialized u32 rtc_reg; ^~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_enable_phys': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:1338:15: note: byref variable will be forcibly initialized int num = 0, k; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_page': /kisskb/src/fs/adfs/dir_f.c: In function 'adfs_f_update': /kisskb/src/fs/adfs/dir_f.c:273:23: note: byref variable will be forcibly initialized struct adfs_direntry de; ^~ /kisskb/src/fs/fuse/dev.c:953:10: note: byref variable will be forcibly initialized void *buf = mapaddr + offset; ^~~ /kisskb/src/fs/adfs/dir_f.c: In function '__adfs_dir_get': /kisskb/src/fs/adfs/dir_f.c:217:23: note: byref variable will be forcibly initialized struct adfs_direntry de; ^~ /kisskb/src/fs/adfs/dir_f.c: In function 'adfs_f_iterate': /kisskb/src/fs/adfs/dir_f.c:256:21: note: byref variable will be forcibly initialized struct object_info obj; ^~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_poll': /kisskb/src/fs/fuse/dev.c:1413:37: note: byref variable will be forcibly initialized struct fuse_notify_poll_wakeup_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_inode': /kisskb/src/fs/fuse/dev.c:1434:37: note: byref variable will be forcibly initialized struct fuse_notify_inval_inode_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_entry': /kisskb/src/fs/fuse/dev.c:1462:14: note: byref variable will be forcibly initialized struct qstr name; ^~~~ /kisskb/src/fs/fuse/dev.c:1459:37: note: byref variable will be forcibly initialized struct fuse_notify_inval_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_delete': /kisskb/src/fs/fuse/dev.c:1510:14: note: byref variable will be forcibly initialized struct qstr name; ^~~~ /kisskb/src/fs/fuse/dev.c:1507:32: note: byref variable will be forcibly initialized struct fuse_notify_delete_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_store': /kisskb/src/fs/fuse/dev.c:1599:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/fuse/dev.c:1555:31: note: byref variable will be forcibly initialized struct fuse_notify_store_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_retrieve': /kisskb/src/fs/fuse/dev.c:1734:21: note: byref variable will be forcibly initialized struct fuse_mount *fm; ^~ /kisskb/src/fs/fuse/dev.c:1733:34: note: byref variable will be forcibly initialized struct fuse_notify_retrieve_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_write': /kisskb/src/fs/fuse/dev.c:1846:25: note: byref variable will be forcibly initialized struct fuse_out_header oh; ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_write': /kisskb/src/fs/fuse/dev.c:1960:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_write': /kisskb/src/fs/fuse/dev.c:1938:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dequeue_forget': /kisskb/src/fs/fuse/dev.c:1072:27: note: byref variable will be forcibly initialized struct fuse_forget_link *head = fiq->forget_list_head.next; ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_single_forget': /kisskb/src/fs/fuse/dev.c:1098:24: note: byref variable will be forcibly initialized struct fuse_forget_in arg = { ^~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_batch_forget': /kisskb/src/fs/fuse/dev.c:1130:11: note: byref variable will be forcibly initialized unsigned count; ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:1232:9: note: in expansion of macro 'wait_event_interruptible_exclusive' err = wait_event_interruptible_exclusive(fiq->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_read': /kisskb/src/fs/fuse/dev.c:1366:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_read': /kisskb/src/fs/fuse/dev.c:1344:25: note: byref variable will be forcibly initialized 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:2118:13: note: byref variable will be forcibly initialized LIST_HEAD(to_end); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_release': /kisskb/src/fs/fuse/dev.c:2189:13: note: byref variable will be forcibly initialized LIST_HEAD(to_end); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_wait_aborted': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:2179:2: note: in expansion of macro 'wait_event' wait_event(fc->blocked_waitq, atomic_read(&fc->num_waiting) == 0); ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pl031.c: In function 'pl031_stv2_tm_to_time': /kisskb/src/drivers/rtc/rtc-pl031.c:128:19: note: byref variable will be forcibly initialized struct rtc_time calc_tm; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-pl031.c: In function 'pl031_stv2_set_alarm': /kisskb/src/drivers/rtc/rtc-pl031.c:210:16: note: byref variable will be forcibly initialized unsigned long bcd_year; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pl031.c:209:16: note: byref variable will be forcibly initialized unsigned long time; ^~~~ /kisskb/src/drivers/rtc/rtc-pl031.c: In function 'pl031_stv2_set_time': /kisskb/src/drivers/rtc/rtc-pl031.c:179:16: note: byref variable will be forcibly initialized unsigned long bcd_year; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pl031.c:178:16: note: byref variable will be forcibly initialized unsigned long time; ^~~~ /kisskb/src/drivers/rtc/rtc-rk808.c: In function 'rk808_rtc_readalarm': /kisskb/src/drivers/rtc/rtc-rk808.c:196:11: note: byref variable will be forcibly initialized uint32_t int_reg; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rk808.c:195:5: note: byref variable will be forcibly initialized u8 alrm_data[NUM_ALARM_REGS]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rk808.c: In function 'rk808_rtc_setalarm': /kisskb/src/drivers/rtc/rtc-rk808.c:256:5: note: byref variable will be forcibly initialized u8 alrm_data[NUM_ALARM_REGS]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rk808.c: In function 'rk808_rtc_set_time': /kisskb/src/drivers/rtc/rtc-rk808.c:152:5: note: byref variable will be forcibly initialized u8 rtc_data[NUM_TIME_REGS]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rk808.c: In function 'rk808_rtc_readtime': /kisskb/src/drivers/rtc/rtc-rk808.c:101:5: note: byref variable will be forcibly initialized u8 rtc_data[NUM_TIME_REGS]; ^~~~~~~~ /kisskb/src/fs/jffs2/read.c: In function 'jffs2_read_dnode': /kisskb/src/fs/jffs2/read.c:28:9: note: byref variable will be forcibly initialized size_t readlen; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-sh.c: In function 'sh_rtc_probe': /kisskb/src/drivers/rtc/rtc-sh.c:472:7: note: byref variable will be forcibly initialized char clk_name[6]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv8803.c: In function 'rv8803_get_alarm': /kisskb/src/drivers/rtc/rtc-rv8803.c:283:5: note: byref variable will be forcibly initialized u8 alarmvals[3]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv8803.c: In function 'rv8803_get_time': /kisskb/src/drivers/rtc/rtc-rv8803.c:192:5: note: byref variable will be forcibly initialized u8 date2[7]; ^~~~~ /kisskb/src/drivers/rtc/rtc-rv8803.c:191:5: note: byref variable will be forcibly initialized u8 date1[7]; ^~~~~ /kisskb/src/drivers/rtc/rtc-rv8803.c: In function 'rv8803_set_alarm': /kisskb/src/drivers/rtc/rtc-rv8803.c:310:5: note: byref variable will be forcibly initialized u8 ctrl[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-rv8803.c:309:5: note: byref variable will be forcibly initialized u8 alarmvals[3]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv8803.c: In function 'rv8803_set_time': /kisskb/src/drivers/rtc/rtc-rv8803.c:232:5: note: byref variable will be forcibly initialized u8 date[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_get': /kisskb/src/drivers/rtc/rtc-cros-ec.c:39:13: note: byref variable will be forcibly initialized } __packed msg; ^~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_set': /kisskb/src/drivers/rtc/rtc-cros-ec.c:66:13: note: byref variable will be forcibly initialized } __packed msg; ^~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_alarm_irq_enable': /kisskb/src/drivers/rtc/rtc-cros-ec.c:206:20: note: byref variable will be forcibly initialized u32 current_time, alarm_offset, alarm_value; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c:206:6: note: byref variable will be forcibly initialized u32 current_time, alarm_offset, alarm_value; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-cros-ec.c:157:6: note: byref variable will be forcibly initialized u32 current_time, alarm_offset; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-cros-ec.c:126:20: note: byref variable will be forcibly initialized u32 current_time, alarm_offset; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c:126:6: note: byref variable will be forcibly initialized u32 current_time, alarm_offset; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_read_time': /kisskb/src/drivers/rtc/rtc-cros-ec.c:90:6: note: byref variable will be forcibly initialized u32 time; ^~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_probe': /kisskb/src/drivers/rtc/rtc-cros-ec.c:322:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/rtc/rtc-armada38x.c:10: /kisskb/src/drivers/rtc/rtc-armada38x.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/rtc/rtc-armada38x.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_set_alarm': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:396:5: note: byref variable will be forcibly initialized u8 regs[8]; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_set_time': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:424:5: note: byref variable will be forcibly initialized u8 regs[8]; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_read_alarm': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:353:5: note: byref variable will be forcibly initialized u8 regs[8]; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c:351:25: note: byref variable will be forcibly initialized unsigned int controls, flags; ^~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c:351:15: note: byref variable will be forcibly initialized unsigned int controls, flags; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_read_time': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:307:15: note: byref variable will be forcibly initialized unsigned int sr; ^~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_ioctl': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:449:6: note: byref variable will be forcibly initialized int sr, ret = 0; ^~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_handle_irq': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:268:22: note: byref variable will be forcibly initialized unsigned int flags, controls; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c:268:15: note: byref variable will be forcibly initialized unsigned int flags, controls; ^~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_eeprom_busywait': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:124:15: note: byref variable will be forcibly initialized unsigned int sr; ^~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_eeprom_enter': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:153:15: note: byref variable will be forcibly initialized unsigned int sr; ^~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_eeprom_write': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:216:15: note: byref variable will be forcibly initialized unsigned int tmp; ^~~ /kisskb/src/drivers/media/i2c/ccs/ccs-data.c: In function 'ccs_data_block_parse_header': /kisskb/src/drivers/media/i2c/ccs/ccs-data.c:178:15: note: byref variable will be forcibly initialized size_t plen, hlen; ^~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-data.c:178:9: note: byref variable will be forcibly initialized size_t plen, hlen; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_eeprom_update_bits': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:249:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_trickle_config': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:549:6: note: byref variable will be forcibly initialized u32 ohms; ^~~~ /kisskb/src/drivers/rtc/rtc-rx8581.c: In function 'rx8581_rtc_set_time': /kisskb/src/drivers/rtc/rtc-rx8581.c:140:16: note: byref variable will be forcibly initialized unsigned char buf[7]; ^~~ /kisskb/src/drivers/rtc/rtc-rx8581.c: In function 'rx85x1_nvram_read': /kisskb/src/drivers/rtc/rtc-rx8581.c:213:15: note: byref variable will be forcibly initialized unsigned int tmp_val; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8581.c: In function 'rx8581_rtc_read_time': /kisskb/src/drivers/rtc/rtc-rx8581.c:74:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/rtc/rtc-rx8581.c:73:16: note: byref variable will be forcibly initialized unsigned char date[7]; ^~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-data.c: In function 'ccs_data_parse_rules': /kisskb/src/drivers/media/i2c/ccs/ccs-data.c:448:21: note: byref variable will be forcibly initialized size_t rule_hlen, rule_plen, rule_plen2; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-data.c:448:10: note: byref variable will be forcibly initialized size_t rule_hlen, rule_plen, rule_plen2; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-data.c: In function '__ccs_data_parse': /kisskb/src/drivers/media/i2c/ccs/ccs-data.c:819:15: note: byref variable will be forcibly initialized const void *payload; ^~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-data.c:818:16: note: byref variable will be forcibly initialized unsigned int block_id; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ccs/ccs-data.c:817:34: note: byref variable will be forcibly initialized const struct __ccs_data_block *next_block; ^~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'features_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1981:6: note: byref variable will be forcibly initialized int val, ret = 0; ^~~ /kisskb/src/fs/jffs2/nodemgmt.c: In function 'jffs2_mark_node_obsolete': /kisskb/src/fs/jffs2/nodemgmt.c:585:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/fs/jffs2/nodemgmt.c:583:28: note: byref variable will be forcibly initialized struct jffs2_unknown_node n; ^ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'resolution_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1703:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'reset_select_slave': /kisskb/src/drivers/w1/slaves/w1_therm.c:1008:6: note: byref variable will be forcibly initialized u64 rn = le64_to_cpu(*((u64 *)&sl->reg_num)); ^~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'conv_time_measure': /kisskb/src/drivers/w1/slaves/w1_therm.c:1151:20: note: byref variable will be forcibly initialized struct therm_info inf, ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'conv_time_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1955:7: note: byref variable will be forcibly initialized int conv_time; ^~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1939:6: note: byref variable will be forcibly initialized int val, ret = 0; ^~~ /kisskb/src/drivers/i2c/busses/i2c-sis5595.c: In function 'sis5595_setup': /kisskb/src/drivers/i2c/busses/i2c-sis5595.c:136:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/i2c/busses/i2c-sis5595.c:135:6: note: byref variable will be forcibly initialized u16 a; ^ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'alarms_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1764:20: note: byref variable will be forcibly initialized struct therm_info scratchpad; ^~~~~~~~~~ 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/mtd/mtd.h:12, from /kisskb/src/fs/jffs2/nodemgmt.c:15: /kisskb/src/fs/jffs2/nodemgmt.c: In function 'jffs2_reserve_space': /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_get_resolution': /kisskb/src/fs/jffs2/nodemgmt.c:174:24: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:641:20: note: byref variable will be forcibly initialized struct therm_info info; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_set_resolution': /kisskb/src/drivers/w1/slaves/w1_therm.c:593:26: note: byref variable will be forcibly initialized struct therm_info info, info2; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:593:20: note: byref variable will be forcibly initialized struct therm_info info, info2; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'alarms_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1789:8: note: byref variable will be forcibly initialized char *p_args, *orig; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1786:6: note: byref variable will be forcibly initialized int temp, ret; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1785:5: note: byref variable will be forcibly initialized u8 new_config_register[3]; /* array of data to be written */ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1784:20: note: byref variable will be forcibly initialized struct therm_info info; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_slave_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1581:6: note: byref variable will be forcibly initialized int val, ret = 0; ^~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_fbdev.c: In function 'exynos_drm_fbdev_create': /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_fbdev.c:106:25: note: byref variable will be forcibly initialized struct exynos_drm_gem *exynos_gem; ^~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'temperature_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1621:20: note: byref variable will be forcibly initialized struct therm_info info; ^~~~ /kisskb/src/fs/adfs/dir_fplus.c: In function 'adfs_fplus_update': /kisskb/src/fs/adfs/dir_fplus.c:233:26: note: byref variable will be forcibly initialized struct adfs_bigdirentry bde; ^~~ /kisskb/src/fs/adfs/dir_fplus.c: In function 'adfs_fplus_getnext': /kisskb/src/fs/adfs/dir_fplus.c:175:26: note: byref variable will be forcibly initialized struct adfs_bigdirentry bde; ^~~ /kisskb/src/fs/adfs/dir_fplus.c: In function 'adfs_fplus_iterate': /kisskb/src/fs/adfs/dir_fplus.c:212:21: note: byref variable will be forcibly initialized struct object_info obj; ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_slave_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1529:20: note: byref variable will be forcibly initialized struct therm_info info; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_seq_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:2061:6: note: byref variable will be forcibly initialized u64 rn; ^~ /kisskb/src/drivers/w1/slaves/w1_therm.c:2060:5: note: byref variable will be forcibly initialized u8 ack; ^~~ /kisskb/src/fs/orangefs/acl.c: In function 'orangefs_set_acl': /kisskb/src/fs/orangefs/acl.c:126:15: note: byref variable will be forcibly initialized struct iattr iattr; ^~~~~ /kisskb/src/fs/orangefs/acl.c: In function 'orangefs_init_acl': /kisskb/src/fs/orangefs/acl.c:165:15: note: byref variable will be forcibly initialized struct iattr iattr; ^~~~~ /kisskb/src/fs/orangefs/acl.c:164:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^~~~ /kisskb/src/fs/orangefs/acl.c:163:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/orangefs/acl.c:163:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ /kisskb/src/fs/befs/datastream.c: In function 'befs_find_brun_indirect': /kisskb/src/fs/befs/datastream.c:317:17: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized befs_block_run indir_run; ^~~~~~~~~ /kisskb/src/fs/befs/datastream.c: In function 'befs_read_datastream': /kisskb/src/fs/befs/datastream.c:53:17: note: byref variable will be forcibly initialized befs_block_run run; ^~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_read_regs': /kisskb/src/drivers/rtc/rtc-isl12022.c:53:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_write_reg': /kisskb/src/drivers/rtc/rtc-isl12022.c:85:10: note: byref variable will be forcibly initialized uint8_t data[2] = { reg, val }; ^~~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_rtc_set_time': /kisskb/src/drivers/rtc/rtc-isl12022.c:159:10: note: byref variable will be forcibly initialized uint8_t buf[ISL12022_REG_DW + 1]; ^~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_rtc_read_time': /kisskb/src/drivers/rtc/rtc-isl12022.c:107:10: note: byref variable will be forcibly initialized uint8_t buf[ISL12022_REG_INT + 1]; ^~~ /kisskb/src/fs/jffs2/readinode.c: In function 'read_more': /kisskb/src/fs/jffs2/readinode.c:944:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/fs/jffs2/readinode.c: In function 'check_node_data': /kisskb/src/fs/jffs2/readinode.c:38:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/fs/jffs2/readinode.c:36:17: note: byref variable will be forcibly initialized unsigned char *buffer; ^~~~~~ /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_build_inode_fragtree': /kisskb/src/fs/jffs2/readinode.c:456:17: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized int len, err; ^~~ /kisskb/src/fs/jffs2/readinode.c:987:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_do_read_inode_internal': /kisskb/src/fs/jffs2/readinode.c:1151:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/fs/jffs2/readinode.c:1149:30: note: byref variable will be forcibly initialized struct jffs2_readinode_info rii; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/jffs2/readinode.c:15: /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_do_read_inode': /kisskb/src/fs/jffs2/os-linux.h:43:21: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(__wait, current); \ ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/fs/jffs2/readinode.c:1351:4: note: in expansion of macro 'sleep_on_spinunlock' 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:25: note: byref variable will be forcibly initialized struct jffs2_raw_inode n; ^ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_arm_write': /kisskb/src/drivers/rtc/rtc-isl12026.c:78:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:77:5: note: byref variable will be forcibly initialized u8 op[3]; ^~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_disarm_write': /kisskb/src/drivers/rtc/rtc-isl12026.c:117:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:116:5: note: byref variable will be forcibly initialized u8 op[3] = {0, ISL12026_REG_SR, 0}; ^~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_rtc_set_time': /kisskb/src/drivers/rtc/rtc-isl12026.c:170:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:169:5: note: byref variable will be forcibly initialized u8 op[10]; ^~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_read_reg': /kisskb/src/drivers/rtc/rtc-isl12026.c:49:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:46:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:45:5: note: byref variable will be forcibly initialized u8 addr[] = {0, reg}; ^~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_rtc_read_time': /kisskb/src/drivers/rtc/rtc-isl12026.c:209:5: note: byref variable will be forcibly initialized u8 sr; ^~ /kisskb/src/drivers/rtc/rtc-isl12026.c:208:5: note: byref variable will be forcibly initialized u8 addr[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:207:5: note: byref variable will be forcibly initialized u8 ccr[8]; ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_write_reg': /kisskb/src/drivers/rtc/rtc-isl12026.c:140:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:139:5: note: byref variable will be forcibly initialized u8 op[3] = {0, reg, val}; ^~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_nvm_write': /kisskb/src/drivers/rtc/rtc-isl12026.c:329:5: note: byref variable will be forcibly initialized u8 payload[ISL12026_PAGESIZE + 2]; /* page + 2 address bytes */ ^~~~~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_nvm_read': /kisskb/src/drivers/rtc/rtc-isl12026.c:283:5: note: byref variable will be forcibly initialized u8 addr[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_force_power_modes': /kisskb/src/drivers/rtc/rtc-isl12026.c:383:15: note: byref variable will be forcibly initialized u32 bsw_val, sbib_val; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:383:6: note: byref variable will be forcibly initialized u32 bsw_val, sbib_val; ^~~~~~~ /kisskb/src/fs/jffs2/write.c: In function 'jffs2_write_dnode': /kisskb/src/fs/jffs2/write.c:130:13: note: byref variable will be forcibly initialized uint32_t dummy; ^~~~~ /kisskb/src/fs/jffs2/write.c:67:14: note: byref variable will be forcibly initialized struct kvec vecs[2]; ^~~~ /kisskb/src/fs/jffs2/write.c:65:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/fs/jffs2/write.c: In function 'jffs2_write_dirent': /kisskb/src/fs/jffs2/write.c:282:13: note: byref variable will be forcibly initialized uint32_t dummy; ^~~~~ /kisskb/src/fs/jffs2/write.c:211:14: note: byref variable will be forcibly initialized struct kvec vecs[2]; ^~~~ /kisskb/src/fs/jffs2/write.c:210:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/fs/jffs2/write.c: In function 'jffs2_write_inode_range': /kisskb/src/fs/jffs2/write.c:355:21: note: byref variable will be forcibly initialized uint32_t datalen, cdatalen; ^~~~~~~~ /kisskb/src/fs/jffs2/write.c:355:12: note: byref variable will be forcibly initialized uint32_t datalen, cdatalen; ^~~~~~~ /kisskb/src/fs/jffs2/write.c:354:12: note: byref variable will be forcibly initialized uint32_t alloclen; ^~~~~~~~ /kisskb/src/fs/jffs2/write.c:352:18: note: byref variable will be forcibly initialized unsigned char *comprbuf = NULL; ^~~~~~~~ /kisskb/src/fs/jffs2/write.c: In function 'jffs2_do_create': /kisskb/src/fs/jffs2/write.c:448:11: note: byref variable will be forcibly initialized uint32_t alloclen; ^~~~~~~~ /kisskb/src/fs/jffs2/write.c: In function 'jffs2_do_link': /kisskb/src/fs/jffs2/write.c:673:11: note: byref variable will be forcibly initialized uint32_t alloclen; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c: In function 'pm8xxx_alarm_trigger': /kisskb/src/drivers/rtc/rtc-pm8xxx.c:353:15: note: byref variable will be forcibly initialized unsigned int ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c: In function 'pm8xxx_rtc_enable': /kisskb/src/drivers/rtc/rtc-pm8xxx.c:400:15: note: byref variable will be forcibly initialized unsigned int ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c: In function 'pm8xxx_rtc_alarm_irq_enable': /kisskb/src/drivers/rtc/rtc-pm8xxx.c:306:15: note: byref variable will be forcibly initialized unsigned int ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c: In function 'pm8xxx_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pm8xxx.c:223:15: note: byref variable will be forcibly initialized unsigned int ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c:222:5: note: byref variable will be forcibly initialized u8 value[NUM_8_BIT_RTC_REGS]; ^~~~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c: In function 'pm8xxx_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pm8xxx.c:81:25: note: byref variable will be forcibly initialized unsigned int ctrl_reg, rtc_ctrl_reg; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c:81:15: note: byref variable will be forcibly initialized unsigned int ctrl_reg, rtc_ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c:80:5: note: byref variable will be forcibly initialized u8 value[NUM_8_BIT_RTC_REGS], alarm_enabled = 0, rtc_disabled = 0; ^~~~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c: In function 'pm8xxx_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pm8xxx.c:270:5: note: byref variable will be forcibly initialized u8 value[NUM_8_BIT_RTC_REGS]; ^~~~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c:269:15: note: byref variable will be forcibly initialized unsigned int ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c: In function 'pm8xxx_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pm8xxx.c:180:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/rtc/rtc-pm8xxx.c:178:5: note: byref variable will be forcibly initialized u8 value[NUM_8_BIT_RTC_REGS]; ^~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:91, from /kisskb/src/include/net/addrconf.h:50, from /kisskb/src/net/mctp/device.c:15: /kisskb/src/net/mctp/device.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/mctp/device.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/uapi/linux/if_link.h:6, from /kisskb/src/include/linux/if_link.h:5, from /kisskb/src/net/mctp/device.c:9: /kisskb/src/net/mctp/device.c: In function 'mctp_add_dev': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/mctp/device.c:273:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->mctp_ptr, mdev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/mctp/device.c: In function 'mctp_set_link_af': /kisskb/src/net/mctp/device.c:314:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MCTP_MAX + 1]; ^~ /kisskb/src/net/mctp/device.c: In function 'mctp_rtm_deladdr': /kisskb/src/net/mctp/device.c:209:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFA_MAX + 1]; ^~ /kisskb/src/net/mctp/device.c: In function 'mctp_rtm_newaddr': /kisskb/src/net/mctp/device.c:147:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFA_MAX + 1]; ^~ /kisskb/src/drivers/rtc/rtc-r7301.c: In function 'rtc7301_read': /kisskb/src/drivers/rtc/rtc-r7301.c:67:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/rtc/rtc-isl1208.c: In function 'isl1208_i2c_set_usr': /kisskb/src/drivers/rtc/rtc-isl1208.c:231:5: note: byref variable will be forcibly initialized u8 buf[ISL1208_USR_SECTION_LEN]; ^~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_i2c_read_regs': /kisskb/src/drivers/rtc/rtc-max6900.c:55:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[4] = { ^~~~ /kisskb/src/drivers/rtc/rtc-isl1208.c: In function 'isl1208_sysfs_store_usr': /kisskb/src/drivers/rtc/rtc-max6900.c:54:5: note: byref variable will be forcibly initialized u8 reg_century_read[1] = { MAX6900_REG_CENTURY_READ }; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c:53:5: note: byref variable will be forcibly initialized u8 reg_burst_read[1] = { MAX6900_REG_BURST_READ }; ^~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-isl1208.c:699:6: note: byref variable will be forcibly initialized int usr = -1; ^~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_i2c_write_regs': /kisskb/src/drivers/rtc/rtc-max6900.c:102:17: note: byref variable will be forcibly initialized struct i2c_msg burst_msgs[1] = { ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c:94:17: note: byref variable will be forcibly initialized struct i2c_msg century_msgs[1] = { ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_rtc_set_time': /kisskb/src/drivers/rtc/rtc-max6900.c:170:5: note: byref variable will be forcibly initialized u8 regs[MAX6900_REG_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_rtc_read_time': /kisskb/src/drivers/rtc/rtc-max6900.c:144:5: note: byref variable will be forcibly initialized u8 regs[MAX6900_REG_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-isl1208.c: In function 'isl1208_i2c_validate_client': /kisskb/src/drivers/rtc/rtc-isl1208.c:151:5: note: byref variable will be forcibly initialized u8 zero_mask[ISL1208_RTC_SECTION_LEN] = { ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-isl1208.c: In function 'timestamp0_show': /kisskb/src/drivers/rtc/rtc-isl1208.c:552:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/rtc-isl1208.c: In function 'isl1208_i2c_set_alarm': /kisskb/src/drivers/rtc/rtc-isl1208.c:399:18: note: byref variable will be forcibly initialized struct rtc_time rtc_tm; ^~~~~~ /kisskb/src/drivers/rtc/rtc-isl1208.c: In function 'isl1208_probe': /kisskb/src/drivers/rtc/rtc-isl1208.c:852:7: note: byref variable will be forcibly initialized u32 evienb; ^~~~~~ /kisskb/src/drivers/net/plip/plip.c: In function 'plip_attach': /kisskb/src/drivers/net/plip/plip.c:1268:19: note: byref variable will be forcibly initialized struct pardev_cb plip_cb; ^~~~~~~ /kisskb/src/drivers/net/plip/plip.c:1267:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/drivers/net/ethernet/altera/altera_tse_main.c: In function 'tse_rx_vlan': /kisskb/src/drivers/net/ethernet/altera/altera_tse_main.c:356:6: note: byref variable will be forcibly initialized u16 vid; ^~~ /kisskb/src/drivers/rtc/rtc-pcf85363.c: In function 'pcf85x63_nvram_read': /kisskb/src/drivers/rtc/rtc-pcf85363.c:315:15: note: byref variable will be forcibly initialized unsigned int tmp_val; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf85363.c: In function 'pcf85363_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf85363.c:152:16: note: byref variable will be forcibly initialized unsigned char tmp[11]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_read': /kisskb/src/drivers/rtc/rtc-pcf8523.c:57:5: note: byref variable will be forcibly initialized u8 value = 0; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:56:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_read_offset': /kisskb/src/drivers/rtc/rtc-pcf8523.c:442:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_voltage_low': /kisskb/src/drivers/rtc/rtc-pcf8523.c:99:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf85363.c: In function 'pcf85363_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pcf85363.c:185:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/rtc/rtc-pcf85363.c:184:16: note: byref variable will be forcibly initialized unsigned char buf[DT_MONTH_ALM1 - DT_SECOND_ALM1 + 1]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_write': /kisskb/src/drivers/rtc/rtc-pcf8523.c:82:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:81:5: note: byref variable will be forcibly initialized u8 buffer[2] = { reg, value }; ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_set_datetime': /kisskb/src/drivers/rtc/rtc-pcf8583.c:89:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_irq': /kisskb/src/drivers/rtc/rtc-pcf8523.c:162:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf85363.c: In function 'pcf85363_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf85363.c:123:16: note: byref variable will be forcibly initialized unsigned char buf[DT_YEARS + 1]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_set_ctrl': /kisskb/src/drivers/rtc/rtc-pcf8583.c:123:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_irq_enable': /kisskb/src/drivers/rtc/rtc-pcf8523.c:343:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_read_mem': /kisskb/src/drivers/rtc/rtc-pcf8583.c:135:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:134:16: note: byref variable will be forcibly initialized unsigned char addr[1]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_stop_rtc': /kisskb/src/drivers/rtc/rtc-pcf8523.c:182:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_write_mem': /kisskb/src/drivers/rtc/rtc-pcf8583.c:159:16: note: byref variable will be forcibly initialized unsigned char buf[9]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_start_rtc': /kisskb/src/drivers/rtc/rtc-pcf8523.c:200:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_set_pm': /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf8523.c:143:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:231:17: note: byref variable will be forcibly initialized struct rtc_mem cmos_check = { ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:226:17: note: byref variable will be forcibly initialized struct rtc_mem cmos_year = { ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:225:25: note: byref variable will be forcibly initialized unsigned char year[2], chk; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:225:16: note: byref variable will be forcibly initialized unsigned char year[2], chk; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf8523.c:366:5: note: byref variable will be forcibly initialized u8 regs[5]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:365:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_get_datetime': /kisskb/src/drivers/rtc/rtc-pcf8583.c:52:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:51:24: note: byref variable will be forcibly initialized unsigned char buf[8], addr[1] = { 1 }; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:51:16: note: byref variable will be forcibly initialized unsigned char buf[8], addr[1] = { 1 }; ^~~ /kisskb/src/drivers/rtc/rtc-pcf85363.c: In function 'pcf85363_rtc_handle_irq': /kisskb/src/drivers/rtc/rtc-pcf85363.c:269:15: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf8523.c:263:5: note: byref variable will be forcibly initialized u8 regs[8]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:262:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf8583.c:176:17: note: byref variable will be forcibly initialized struct rtc_mem mem = { ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:175:22: note: byref variable will be forcibly initialized unsigned char ctrl, year[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf85363.c: In function 'pcf85363_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf85363.c:241:16: note: byref variable will be forcibly initialized unsigned char buf[DT_MONTH_ALM1 - DT_SECOND_ALM1 + 1]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pcf8523.c:304:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:303:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:302:39: note: byref variable will be forcibly initialized u8 start = PCF8523_REG_MINUTE_ALARM, regs[4]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:302:5: note: byref variable will be forcibly initialized u8 start = PCF8523_REG_MINUTE_ALARM, regs[4]; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_get_alarm_mode': /kisskb/src/drivers/rtc/rtc-pcf8563.c:160:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_clkout_recalc_rate': /kisskb/src/drivers/rtc/rtc-pcf8563.c:383:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_clkout_is_prepared': /kisskb/src/drivers/rtc/rtc-pcf8563.c:463:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf8523.c:220:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:219:34: note: byref variable will be forcibly initialized u8 start = PCF8523_REG_SECONDS, regs[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:219:5: note: byref variable will be forcibly initialized u8 start = PCF8523_REG_SECONDS, regs[7]; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pcf8563.c:298:16: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf8563.c:202:16: note: byref variable will be forcibly initialized unsigned char buf[9]; ^~~ 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/highmem.h:10, 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/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/altera/altera_tse_main.c:22: /kisskb/src/drivers/net/ethernet/altera/altera_tse_main.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_write_block_data': /kisskb/src/drivers/rtc/rtc-pcf8563.c:118:17: note: byref variable will be forcibly initialized unsigned char data[2] = { reg + i, buf[i] }; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_ioctl': /kisskb/src/drivers/rtc/rtc-pcf8523.c:410:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_set_alarm_mode': /kisskb/src/drivers/rtc/rtc-pcf8563.c:134:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_irq': /kisskb/src/drivers/rtc/rtc-pcf8563.c:179:7: note: byref variable will be forcibly initialized char pending; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_load_capacitance': /kisskb/src/drivers/rtc/rtc-pcf8523.c:112:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:111:6: note: byref variable will be forcibly initialized u32 load; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf8563.c:330:16: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf8563.c:248:16: note: byref variable will be forcibly initialized unsigned char buf[9]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_clkout_set_rate': /kisskb/src/drivers/rtc/rtc-pcf8563.c:410:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_clkout_control': /kisskb/src/drivers/rtc/rtc-pcf8563.c:434:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_clkout_register_clk': /kisskb/src/drivers/rtc/rtc-pcf8563.c:488:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c:486:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8563.c: In function 'pcf8563_probe': /kisskb/src/drivers/rtc/rtc-pcf8563.c:530:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/net/ethernet/altera/altera_tse_main.c: In function 'connect_local_phy': /kisskb/src/drivers/net/ethernet/altera/altera_tse_main.c:696:7: note: byref variable will be forcibly initialized char phy_id_fmt[MII_BUS_ID_SIZE + 3]; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/altera/altera_tse_main.c: In function 'altera_tse_probe': /kisskb/src/drivers/net/ethernet/altera/altera_tse_main.c:1354:16: note: byref variable will be forcibly initialized void __iomem *descmap; ^~~~~~~ /kisskb/src/drivers/net/ethernet/altera/altera_tse_main.c:1352:19: note: byref variable will be forcibly initialized struct resource *dma_res; ^~~~~~~ /kisskb/src/drivers/net/ethernet/altera/altera_tse_main.c:1351:19: note: byref variable will be forcibly initialized struct resource *control_port; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_set_alarm': /kisskb/src/drivers/rtc/rtc-rx8010.c:255:5: note: byref variable will be forcibly initialized u8 alarmvals[3]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_set_time': /kisskb/src/drivers/rtc/rtc-rx8010.c:140:5: note: byref variable will be forcibly initialized u8 date[RX8010_YEAR - RX8010_SEC + 1]; ^~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_init': /kisskb/src/drivers/rtc/rtc-rx8010.c:175:5: note: byref variable will be forcibly initialized u8 ctrl[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_read_alarm': /kisskb/src/drivers/rtc/rtc-rx8010.c:229:6: note: byref variable will be forcibly initialized int flagreg, err; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c:228:5: note: byref variable will be forcibly initialized u8 alarmvals[3]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_get_time': /kisskb/src/drivers/rtc/rtc-rx8010.c:111:6: note: byref variable will be forcibly initialized int flagreg, err; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c:110:5: note: byref variable will be forcibly initialized u8 date[RX8010_YEAR - RX8010_SEC + 1]; ^~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_ioctl': /kisskb/src/drivers/rtc/rtc-rx8010.c:341:11: note: byref variable will be forcibly initialized int tmp, flagreg, err; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_irq_1_handler': /kisskb/src/drivers/rtc/rtc-rx8010.c:74:6: note: byref variable will be forcibly initialized int flagreg, err; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_read_offset': /kisskb/src/drivers/rtc/rtc-rv3032.c:381:11: note: byref variable will be forcibly initialized int ret, value, steps; ^~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_clkout_recalc_rate': /kisskb/src/drivers/rtc/rtc-rv3032.c:564:6: note: byref variable will be forcibly initialized int clkout, ret; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_clkout_is_prepared': /kisskb/src/drivers/rtc/rtc-rv3032.c:663:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_hwmon_read_temp': /kisskb/src/drivers/rtc/rtc-rv3032.c:722:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_get_alarm': /kisskb/src/drivers/rtc/rtc-rv3032.c:280:14: note: byref variable will be forcibly initialized int status, ctrl, ret; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:280:6: note: byref variable will be forcibly initialized int status, ctrl, ret; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:279:5: note: byref variable will be forcibly initialized u8 alarmvals[3]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_get_time': /kisskb/src/drivers/rtc/rtc-rv3032.c:227:11: note: byref variable will be forcibly initialized int ret, status; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:226:5: note: byref variable will be forcibly initialized u8 date[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_ioctl': /kisskb/src/drivers/rtc/rtc-rv3032.c:408:6: note: byref variable will be forcibly initialized int status, val = 0, ret = 0; ^~~~~~ /kisskb/src/fs/befs/btree.c: In function 'befs_find_key': /kisskb/src/fs/befs/btree.c:335:6: note: byref variable will be forcibly initialized u16 keylen; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_enter_eerd': /kisskb/src/drivers/rtc/rtc-rv3032.c:127:13: note: byref variable will be forcibly initialized u32 ctrl1, status; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:127:6: note: byref variable will be forcibly initialized u32 ctrl1, status; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-viapro.c: In function 'vt596_probe': /kisskb/src/drivers/i2c/busses/i2c-viapro.c:314:16: note: byref variable will be forcibly initialized unsigned char temp; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_eeprom_write': /kisskb/src/drivers/rtc/rtc-rv3032.c:438:14: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:438:6: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~~~ /kisskb/src/fs/befs/btree.c: In function 'befs_bt_read_node': /kisskb/src/fs/befs/btree.c:194:7: note: byref variable will be forcibly initialized uint off = 0; ^~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_eeprom_read': /kisskb/src/drivers/rtc/rtc-rv3032.c:479:20: note: byref variable will be forcibly initialized u32 status, eerd, data; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:479:14: note: byref variable will be forcibly initialized u32 status, eerd, data; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:479:6: note: byref variable will be forcibly initialized u32 status, eerd, data; ^~~~~~ /kisskb/src/fs/befs/btree.c: In function 'befs_btree_find': /kisskb/src/fs/befs/btree.c:250:13: note: byref variable will be forcibly initialized befs_off_t node_off; ^~~~~~~~ /kisskb/src/fs/befs/btree.c:249:19: note: byref variable will be forcibly initialized befs_btree_super bt_super; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_update_cfg': /kisskb/src/drivers/rtc/rtc-rv3032.c:158:14: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:158:6: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~~~ /kisskb/src/fs/befs/btree.c: In function 'befs_btree_read': /kisskb/src/fs/befs/btree.c:421:6: note: byref variable will be forcibly initialized u16 keylen; ^~~~~~ /kisskb/src/fs/befs/btree.c:417:13: note: byref variable will be forcibly initialized befs_off_t node_off; ^~~~~~~~ /kisskb/src/fs/befs/btree.c:416:19: note: byref variable will be forcibly initialized befs_btree_super bt_super; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_set_alarm': /kisskb/src/drivers/rtc/rtc-rv3032.c:309:5: note: byref variable will be forcibly initialized u8 alarmvals[3]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_set_time': /kisskb/src/drivers/rtc/rtc-rv3032.c:254:5: note: byref variable will be forcibly initialized u8 date[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_handle_irq': /kisskb/src/drivers/rtc/rtc-rv3032.c:189:6: note: byref variable will be forcibly initialized u32 status = 0, ctrl = 0; ^~~~~~ /kisskb/src/fs/jffs2/scan.c: In function 'jffs2_fill_scan_buf': /kisskb/src/fs/jffs2/scan.c:292:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_trickle_charger_setup': /kisskb/src/drivers/rtc/rtc-rv3032.c:518:17: note: byref variable will be forcibly initialized u32 val, ohms, voltage; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:518:11: note: byref variable will be forcibly initialized u32 val, ohms, voltage; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_clkout_register_clk': /kisskb/src/drivers/rtc/rtc-rv3032.c:687:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_clkout_set_rate': /kisskb/src/drivers/rtc/rtc-rv3032.c:605:14: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:605:6: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_probe': /kisskb/src/drivers/rtc/rtc-rv3032.c:827:11: note: byref variable will be forcibly initialized int ret, status; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:64:5: note: byref variable will be forcibly initialized u8 cmp[W1_F0D_READ_MAXLEN]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c:63:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/fs/jffs2/scan.c: In function 'jffs2_scan_eraseblock': /kisskb/src/fs/jffs2/scan.c:446:28: note: byref variable will be forcibly initialized struct jffs2_unknown_node crcnode; ^~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_write': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:148:5: note: byref variable will be forcibly initialized u8 rdbuf[W1_F0D_SCRATCH_SIZE]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c:147:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_write_bin': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:223:9: note: byref variable will be forcibly initialized char tmp[W1_F0D_SCRATCH_SIZE]; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/gpu/drm/exynos/exynos7_drm_decon.c:10: /kisskb/src/drivers/gpu/drm/exynos/exynos7_drm_decon.c: In function 'decon_wait_for_vblank': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/exynos/exynos7_drm_decon.c:97:2: note: in expansion of macro 'if' if (!wait_event_timeout(ctx->wait_vsync_queue, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/exynos/exynos7_drm_decon.c:97:7: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(ctx->wait_vsync_queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/scan.c: In function 'jffs2_scan_medium': /kisskb/src/fs/jffs2/scan.c:99:19: note: byref variable will be forcibly initialized size_t pointlen, try_size; ^~~~~~~~ /kisskb/src/fs/jffs2/scan.c:99:9: note: byref variable will be forcibly initialized size_t pointlen, try_size; ^~~~~~~~ /kisskb/src/fs/jffs2/scan.c:95:17: note: byref variable will be forcibly initialized unsigned char *flashbuf = NULL; ^~~~~~~~ /kisskb/src/drivers/usb/phy/phy-tegra-usb.c: In function 'read_utmi_param': /kisskb/src/drivers/usb/phy/phy-tegra-usb.c:1031:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'time_to_jiffies': /kisskb/src/fs/fuse/dir.c:89:21: note: byref variable will be forcibly initialized struct timespec64 ts = { ^~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_access': /kisskb/src/fs/fuse/dir.c:1164:24: note: byref variable will be forcibly initialized struct fuse_access_in inarg; ^~~~~ In file included from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_dentry_revalidate': /kisskb/src/fs/fuse/dir.c:210:13: note: byref variable will be forcibly initialized FUSE_ARGS(args); ^~~~ /kisskb/src/fs/fuse/fuse_i.h:275:42: note: in definition of macro 'FUSE_ARGS' #define FUSE_ARGS(args) struct fuse_args args = {} ^~~~ /kisskb/src/fs/fuse/dir.c:209:25: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_getattr': /kisskb/src/fs/fuse/dir.c:985:23: note: byref variable will be forcibly initialized struct fuse_attr_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dir.c:984:25: note: byref variable will be forcibly initialized struct fuse_getattr_in inarg; ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_create_open': /kisskb/src/fs/fuse/dir.c:476:24: note: byref variable will be forcibly initialized struct fuse_entry_out outentry; ^~~~~~~~ /kisskb/src/fs/fuse/dir.c:475:23: note: byref variable will be forcibly initialized struct fuse_open_out outopen; ^~~~~~~ /kisskb/src/fs/fuse/dir.c:474:24: note: byref variable will be forcibly initialized struct fuse_create_in inarg; ^~~~~ /kisskb/src/drivers/media/i2c/adv748x/adv748x-afe.c: In function 'adv748x_afe_s_stream': /kisskb/src/drivers/media/i2c/adv748x/adv748x-afe.c:274:6: note: byref variable will be forcibly initialized u32 signal = V4L2_IN_ST_NO_SIGNAL; ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'create_new_entry': /kisskb/src/fs/fuse/dir.c:618:24: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mknod': /kisskb/src/fs/fuse/dir.c:677:23: note: byref variable will be forcibly initialized struct fuse_mknod_in inarg; ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mkdir': /kisskb/src/fs/fuse/dir.c:706:23: note: byref variable will be forcibly initialized struct fuse_mkdir_in inarg; ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_lookup': /kisskb/src/fs/fuse/dir.c:415:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/fuse/dir.c:414:24: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_rename_common': /kisskb/src/fs/fuse/dir.c:817:25: note: byref variable will be forcibly initialized struct fuse_rename2_in inarg; ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_link': /kisskb/src/fs/fuse/dir.c:905:22: note: byref variable will be forcibly initialized struct fuse_link_in inarg; ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_set_nowrite': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:1472:2: note: in expansion of macro 'wait_event' wait_event(fi->page_waitq, fi->writectr == FUSE_NOWRITE); ^~~~~~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_flush_times': /kisskb/src/fs/fuse/dir.c:1522:23: note: byref variable will be forcibly initialized struct fuse_attr_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dir.c:1521:25: note: byref variable will be forcibly initialized struct fuse_setattr_in inarg; ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_setattr': /kisskb/src/fs/fuse/dir.c:1562:23: note: byref variable will be forcibly initialized struct fuse_attr_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dir.c:1561:25: note: byref variable will be forcibly initialized struct fuse_setattr_in inarg; ^~~~~ /kisskb/src/drivers/rtc/rtc-s35390a.c: In function 's35390a_get_reg': /kisskb/src/drivers/rtc/rtc-s35390a.c:91:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/rtc/rtc-s35390a.c: In function 's35390a_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-s35390a.c:280:15: note: byref variable will be forcibly initialized char buf[3], sts = 0; ^~~ /kisskb/src/drivers/rtc/rtc-s35390a.c:280:7: note: byref variable will be forcibly initialized char buf[3], sts = 0; ^~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_dp.c: In function 'exynos_dp_probe': /kisskb/src/drivers/gpu/drm/exynos/exynos_dp.c:201:21: note: byref variable will be forcibly initialized struct drm_bridge *bridge; ^~~~~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_dp.c:200:20: note: byref variable will be forcibly initialized struct drm_panel *panel; ^~~~~ /kisskb/src/drivers/rtc/rtc-s35390a.c: In function 's35390a_init': /kisskb/src/drivers/rtc/rtc-s35390a.c:108:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/rtc/rtc-s35390a.c: In function 's35390a_disable_test_mode': /kisskb/src/drivers/rtc/rtc-s35390a.c:173:7: note: byref variable will be forcibly initialized char buf[1]; ^~~ /kisskb/src/drivers/rtc/rtc-s35390a.c: In function 's35390a_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-s35390a.c:336:15: note: byref variable will be forcibly initialized char buf[3], sts; ^~~ /kisskb/src/drivers/rtc/rtc-s35390a.c:336:7: note: byref variable will be forcibly initialized char buf[3], sts; ^~~ /kisskb/src/drivers/rtc/rtc-s35390a.c: In function 's35390a_probe': /kisskb/src/drivers/rtc/rtc-s35390a.c:432:12: note: byref variable will be forcibly initialized char buf, status1; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-s35390a.c:432:7: note: byref variable will be forcibly initialized char buf, status1; ^~~ /kisskb/src/drivers/rtc/rtc-s35390a.c: In function 's35390a_rtc_set_time': /kisskb/src/drivers/rtc/rtc-s35390a.c:215:15: note: byref variable will be forcibly initialized char buf[7], status; ^~~~~~ /kisskb/src/drivers/rtc/rtc-s35390a.c:215:7: note: byref variable will be forcibly initialized char buf[7], status; ^~~ /kisskb/src/drivers/rtc/rtc-s35390a.c: In function 's35390a_rtc_read_time': /kisskb/src/drivers/rtc/rtc-s35390a.c:246:15: note: byref variable will be forcibly initialized char buf[7], status; ^~~~~~ /kisskb/src/drivers/rtc/rtc-s35390a.c:246:7: note: byref variable will be forcibly initialized char buf[7], status; ^~~ /kisskb/src/drivers/rtc/rtc-s35390a.c: In function 's35390a_rtc_ioctl': /kisskb/src/drivers/rtc/rtc-s35390a.c:394:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/drivers/rtc/rtc-s35390a.c:393:7: note: byref variable will be forcibly initialized char sts; ^~~ /kisskb/src/drivers/rtc/rtc-tps65910.c: In function 'tps65910_rtc_get_calibration': /kisskb/src/drivers/rtc/rtc-tps65910.c:251:15: note: byref variable will be forcibly initialized unsigned int ctrl; ^~~~ /kisskb/src/drivers/rtc/rtc-tps65910.c:249:16: note: byref variable will be forcibly initialized unsigned char comp_data[NUM_COMP_REGS]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-tps65910.c: In function 'tps65910_read_offset': /kisskb/src/drivers/rtc/rtc-tps65910.c:281:6: note: byref variable will be forcibly initialized int calibration; ^~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-tps65910.c: In function 'tps65910_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-tps65910.c:173:16: note: byref variable will be forcibly initialized unsigned char alarm_data[NUM_TIME_REGS]; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-tps65910.c: In function 'tps65910_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-tps65910.c:143:6: note: byref variable will be forcibly initialized u32 int_val; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-tps65910.c:142:16: note: byref variable will be forcibly initialized unsigned char alarm_data[NUM_TIME_REGS]; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-tps65910.c: In function 'tps65910_rtc_interrupt': /kisskb/src/drivers/rtc/rtc-tps65910.c:336:6: note: byref variable will be forcibly initialized u32 rtc_reg; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-tps65910.c: In function 'tps65910_rtc_probe': /kisskb/src/drivers/rtc/rtc-tps65910.c:371:6: note: byref variable will be forcibly initialized u32 rtc_reg; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-tps65910.c: In function 'tps65910_rtc_set_calibration': /kisskb/src/drivers/rtc/rtc-tps65910.c:204:16: note: byref variable will be forcibly initialized unsigned char comp_data[NUM_COMP_REGS]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-tps65910.c: In function 'tps65910_rtc_set_time': /kisskb/src/drivers/rtc/rtc-tps65910.c:101:16: note: byref variable will be forcibly initialized unsigned char rtc_data[NUM_TIME_REGS]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-tps65910.c: In function 'tps65910_rtc_read_time': /kisskb/src/drivers/rtc/rtc-tps65910.c:70:16: note: byref variable will be forcibly initialized unsigned char rtc_data[NUM_TIME_REGS]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-wm831x.c: In function 'wm831x_rtc_readalarm': /kisskb/src/drivers/rtc/rtc-wm831x.c:234:6: note: byref variable will be forcibly initialized u16 data[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-wm831x.c: In function 'wm831x_rtc_readtime': /kisskb/src/drivers/rtc/rtc-wm831x.c:122:16: note: byref variable will be forcibly initialized u16 time1[2], time2[2]; ^~~~~ /kisskb/src/drivers/rtc/rtc-wm831x.c:122:6: note: byref variable will be forcibly initialized u16 time1[2], time2[2]; ^~~~~ /kisskb/src/drivers/rtc/rtc-wm831x.c: In function 'wm831x_rtc_settime': /kisskb/src/drivers/rtc/rtc-wm831x.c:172:18: note: byref variable will be forcibly initialized struct rtc_time new_tm; ^~~~~~ /kisskb/src/drivers/rtc/rtc-wm831x.c: In function 'wm831x_rtc_add_randomness': /kisskb/src/drivers/rtc/rtc-wm831x.c:98:6: note: byref variable will be forcibly initialized u16 reg; ^~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_pristine': /kisskb/src/fs/jffs2/gc.c:713:13: note: byref variable will be forcibly initialized uint32_t dummy; ^~~~~ /kisskb/src/fs/jffs2/gc.c:598:21: note: byref variable will be forcibly initialized uint32_t phys_ofs, alloclen; ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:596:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_metadata': /kisskb/src/fs/jffs2/gc.c:767:11: note: byref variable will be forcibly initialized uint32_t alloclen, ilen; ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:764:26: note: byref variable will be forcibly initialized union jffs2_device_node dev; ^~~ /kisskb/src/fs/jffs2/gc.c:762:25: note: byref variable will be forcibly initialized struct jffs2_raw_inode ri; ^~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_hole': /kisskb/src/fs/jffs2/gc.c:1029:10: note: byref variable will be forcibly initialized size_t readlen; ^~~~~~~ /kisskb/src/fs/jffs2/gc.c:1020:11: note: byref variable will be forcibly initialized uint32_t alloclen, ilen; ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:1017:25: note: byref variable will be forcibly initialized struct jffs2_raw_inode ri; ^~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_dnode': /kisskb/src/fs/jffs2/gc.c:1344:12: note: byref variable will be forcibly initialized uint32_t cdatalen; ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:1343:12: note: byref variable will be forcibly initialized uint32_t datalen; ^~~~~~~ /kisskb/src/fs/jffs2/gc.c:1173:17: note: byref variable will be forcibly initialized unsigned char *comprbuf = NULL, *writebuf; ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:1171:11: note: byref variable will be forcibly initialized uint32_t alloclen, offset, orig_end, orig_start; ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:1170:25: note: byref variable will be forcibly initialized struct jffs2_raw_inode ri; ^~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_dirent': /kisskb/src/fs/jffs2/gc.c:855:11: note: byref variable will be forcibly initialized uint32_t alloclen; ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:854:26: note: byref variable will be forcibly initialized struct jffs2_raw_dirent rd; ^~ 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/mtd/mtd.h:12, 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:21: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(__wait, current); \ ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/fs/jffs2/gc.c:407:3: note: in expansion of macro 'sleep_on_spinunlock' sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/os-linux.h:43:21: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(__wait, current); \ ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/fs/jffs2/gc.c:222:4: note: in expansion of macro 'sleep_on_spinunlock' sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2433.c: In function 'eeprom_read': /kisskb/src/drivers/w1/slaves/w1_ds2433.c:98:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2433.c: In function 'w1_f23_write': /kisskb/src/drivers/w1/slaves/w1_ds2433.c:158:5: note: byref variable will be forcibly initialized u8 rdbuf[W1_PAGE_SIZE + 3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2433.c:157:5: note: byref variable will be forcibly initialized u8 wrbuf[4]; ^~~~~ /kisskb/src/fs/adfs/inode.c: In function 'adfs_write_inode': /kisskb/src/fs/adfs/inode.c:357:21: note: byref variable will be forcibly initialized struct object_info obj; ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_ms_get_phy_params': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:761:29: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_process_ctrl_a_user': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:972:32: note: byref variable will be forcibly initialized struct asd_ctrla_phy_settings dflt_ps; ^~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:969:12: note: byref variable will be forcibly initialized u32 offs, size; ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:969:6: note: byref variable will be forcibly initialized u32 offs, size; ^~~~ /kisskb/src/fs/jffs2/build.c: In function 'jffs2_build_filesystem': /kisskb/src/fs/jffs2/build.c:104:28: note: byref variable will be forcibly initialized struct jffs2_full_dirent *dead_fds = NULL; ^~~~~~~~ /kisskb/src/fs/jffs2/build.c:101:14: note: byref variable will be forcibly initialized int ret, i, dir_hardlinks = 0; ^~~~~~~~~~~~~ /kisskb/src/fs/jffs2/build.c:101:11: note: byref variable will be forcibly initialized int ret, i, dir_hardlinks = 0; ^ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_get_bios_chim': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:202:12: note: byref variable will be forcibly initialized u32 offs, size; ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:202:6: note: byref variable will be forcibly initialized u32 offs, size; ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_process_ms': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:857:12: note: byref variable will be forcibly initialized u32 offs, size; ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:857:6: note: byref variable will be forcibly initialized u32 offs, size; ^~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_get_dtrim': /kisskb/src/drivers/rtc/rtc-x1205.c:295:16: note: byref variable will be forcibly initialized unsigned char dtr; ^~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_sysfs_show_dtrim': /kisskb/src/drivers/rtc/rtc-x1205.c:585:11: note: byref variable will be forcibly initialized int err, dtrim; ^~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_get_atrim': /kisskb/src/drivers/rtc/rtc-x1205.c:336:5: note: byref variable will be forcibly initialized s8 atr; ^~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_sysfs_show_atrim': /kisskb/src/drivers/rtc/rtc-x1205.c:572:11: note: byref variable will be forcibly initialized int err, atrim; ^~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_rtc_proc': /kisskb/src/drivers/rtc/rtc-x1205.c:548:18: note: byref variable will be forcibly initialized int err, dtrim, atrim; ^~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:548:11: note: byref variable will be forcibly initialized int err, dtrim, atrim; ^~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_set_datetime': /kisskb/src/drivers/rtc/rtc-x1205.c:237:17: note: byref variable will be forcibly initialized unsigned char al0e[3] = { 0, X1205_REG_INT, 0 }; ^~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_get_datetime': /kisskb/src/drivers/rtc/rtc-x1205.c:92:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/rtc/rtc-x1205.c:91:16: note: byref variable will be forcibly initialized unsigned char dt_addr[2] = { 0, reg_base }; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-x1205.c:496:24: note: byref variable will be forcibly initialized unsigned char intreg, status; ^~~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:496:16: note: byref variable will be forcibly initialized unsigned char intreg, status; ^~~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_validate_client': /kisskb/src/drivers/rtc/rtc-x1205.c:454:18: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:452:17: note: byref variable will be forcibly initialized unsigned char addr[2] = { 0, probe_limits_pattern[i].reg }; ^~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:450:17: note: byref variable will be forcibly initialized unsigned char reg, value; ^~~ /kisskb/src/drivers/rtc/rtc-x1205.c:416:18: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:414:17: note: byref variable will be forcibly initialized unsigned char addr[2] = { 0, probe_zero_pattern[i] }; ^~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:412:17: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_fix_osc': /kisskb/src/drivers/rtc/rtc-x1205.c:282:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_probe': /kisskb/src/drivers/rtc/rtc-x1205.c:621:16: note: byref variable will be forcibly initialized unsigned char sr; ^~ /kisskb/src/fs/befs/inode.c: In function 'befs_check_inode': /kisskb/src/fs/befs/inode.c:23:18: note: byref variable will be forcibly initialized befs_inode_addr ino_num = fsrun_to_cpu(sb, raw_inode->inode_num); ^~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/fs/fuse/fuse_i.h:23, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_parent': /kisskb/src/fs/fuse/inode.c:972:24: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/inode.c:970:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_dentry': /kisskb/src/fs/fuse/inode.c:873:21: note: byref variable will be forcibly initialized const struct qstr name = QSTR_INIT(".", 1); ^~~~ /kisskb/src/fs/fuse/inode.c:872:25: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/inode.c:863:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_parent': /kisskb/src/fs/fuse/inode.c:955:27: note: byref variable will be forcibly initialized struct fuse_inode_handle parent; ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_dentry': /kisskb/src/fs/fuse/inode.c:941:27: note: byref variable will be forcibly initialized struct fuse_inode_handle handle; ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_statfs': /kisskb/src/fs/fuse/inode.c:487:25: note: byref variable will be forcibly initialized struct fuse_statfs_out outarg; ^~~~~~ In file included from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_send_destroy': /kisskb/src/fs/fuse/inode.c:451:13: note: byref variable will be forcibly initialized FUSE_ARGS(args); ^~~~ /kisskb/src/fs/fuse/fuse_i.h:275:42: note: in definition of macro 'FUSE_ARGS' #define FUSE_ARGS(args) struct fuse_args args = {} ^~~~ In file included from /kisskb/src/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:552:2: note: in expansion of macro 'wait_event' wait_event(bucket->waitq, atomic_read(&bucket->count) == 0); ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:543:2: note: in expansion of macro 'rcu_assign_pointer' 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:563:24: note: byref variable will be forcibly initialized struct fuse_syncfs_in inarg; ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_parse_param': /kisskb/src/fs/fuse/inode.c:630:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c: In function 'bcm2835_i2c_register_div': /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c:164:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c:162:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c:173:39: note: byref variable will be forcibly initialized init.parent_names = (const char* []) { mclk_name }; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/net/mctp/route.c:13: /kisskb/src/net/mctp/route.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c: In function 'bcm2835_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c:409:6: note: byref variable will be forcibly initialized u32 bus_clk_rate; ^~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_change_attributes': /kisskb/src/fs/fuse/inode.c:255:22: note: byref variable will be forcibly initialized struct timespec64 new_mtime = { ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c:225:20: note: byref variable will be forcibly initialized struct timespec64 old_mtime; ^~~~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/fs/fuse/fuse_i.h:23, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_submount': /kisskb/src/fs/fuse/inode.c:1381:19: note: byref variable will be forcibly initialized struct fuse_attr root_attr; ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_root_inode': /kisskb/src/fs/fuse/inode.c:845:19: note: byref variable will be forcibly initialized struct fuse_attr attr; ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_send_open': /kisskb/src/fs/fuse/file.c:26:22: note: byref variable will be forcibly initialized struct fuse_open_in inarg; ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_bmap': /kisskb/src/fs/fuse/file.c:2570:23: note: byref variable will be forcibly initialized struct fuse_bmap_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c:2569:22: note: byref variable will be forcibly initialized struct fuse_bmap_in inarg; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:1479:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fc->curr_bucket, fuse_sync_bucket_alloc()); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_get_user_pages': /kisskb/src/fs/fuse/file.c:1398:10: note: byref variable will be forcibly initialized size_t start; ^~~~~ /kisskb/src/net/mctp/route.c: In function 'mctp_route_output': /kisskb/src/net/mctp/route.c:380:7: note: byref variable will be forcibly initialized char daddr_buf[MAX_ADDR_LEN]; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/net/mctp/route.c:13: /kisskb/src/net/mctp/route.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_register_polled_file': /kisskb/src/fs/fuse/file.c:2710:27: note: byref variable will be forcibly initialized struct rb_node **link, *parent; ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_poll': /kisskb/src/fs/fuse/file.c:2725:23: note: byref variable will be forcibly initialized struct fuse_poll_out outarg; ^~~~~~ /kisskb/src/net/mctp/route.c: In function 'mctp_delroute': /kisskb/src/net/mctp/route.c:966:16: note: byref variable will be forcibly initialized struct rtmsg *rtm; ^~~ /kisskb/src/net/mctp/route.c:965:19: note: byref variable will be forcibly initialized struct mctp_dev *mdev; ^~~~ /kisskb/src/net/mctp/route.c:964:13: note: byref variable will be forcibly initialized mctp_eid_t daddr_start; ^~~~~~~~~~~ /kisskb/src/net/mctp/route.c:963:17: note: byref variable will be forcibly initialized struct nlattr *tb[RTA_MAX + 1]; ^~ /kisskb/src/net/mctp/route.c: In function 'mctp_newroute': /kisskb/src/net/mctp/route.c:935:16: note: byref variable will be forcibly initialized struct rtmsg *rtm; ^~~ /kisskb/src/net/mctp/route.c:934:19: note: byref variable will be forcibly initialized struct mctp_dev *mdev; ^~~~ /kisskb/src/net/mctp/route.c:933:13: note: byref variable will be forcibly initialized mctp_eid_t daddr_start; ^~~~~~~~~~~ /kisskb/src/net/mctp/route.c:932:17: note: byref variable will be forcibly initialized struct nlattr *tb[RTA_MAX + 1]; ^~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/mctp.h:15, from /kisskb/src/net/mctp/route.c:21: /kisskb/src/net/mctp/route.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/mctp/route.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/file.c:456:2: note: in expansion of macro 'wait_event' wait_event(fi->page_waitq, !fuse_page_is_writeback(inode, index)); ^~~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_do_truncate': /kisskb/src/fs/fuse/file.c:2791:15: note: byref variable will be forcibly initialized struct iattr attr; ^~~~ /kisskb/src/net/mctp/route.c: In function 'mctp_local_output': /kisskb/src/net/mctp/route.c:655:5: note: byref variable will be forcibly initialized u8 tag; ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function '__readahead_batch': /kisskb/src/include/linux/pagemap.h:942:11: note: byref variable will be forcibly initialized XA_STATE(xas, &rac->mapping->i_pages, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_pages_realloc': /kisskb/src/fs/fuse/file.c:1992:25: note: byref variable will be forcibly initialized struct fuse_page_desc *descs; ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_lseek': /kisskb/src/fs/fuse/file.c:2605:24: note: byref variable will be forcibly initialized struct fuse_lseek_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_open': /kisskb/src/fs/fuse/file.c:142:24: note: byref variable will be forcibly initialized struct fuse_open_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_setlk': /kisskb/src/fs/fuse/file.c:2497:20: note: byref variable will be forcibly initialized struct fuse_lk_in inarg; ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_getlk': /kisskb/src/fs/fuse/file.c:2478:21: note: byref variable will be forcibly initialized struct fuse_lk_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c:2477:20: note: byref variable will be forcibly initialized struct fuse_lk_in inarg; ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_flush': /kisskb/src/fs/fuse/file.c:479:23: note: byref variable will be forcibly initialized struct fuse_flush_in inarg; ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_fsync_common': /kisskb/src/fs/fuse/file.c:535:23: note: byref variable will be forcibly initialized struct fuse_fsync_in inarg; ^~~~~ /kisskb/src/fs/fuse/file.c: In function '__fuse_copy_file_range': /kisskb/src/fs/fuse/file.c:3029:24: note: byref variable will be forcibly initialized struct fuse_write_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c:3020:33: note: byref variable will be forcibly initialized struct fuse_copy_file_range_in inarg = { ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_perform_write': /kisskb/src/fs/fuse/file.c:1240:23: note: byref variable will be forcibly initialized struct fuse_io_args ia = {}; ^~ In file included from /kisskb/src/fs/jffs2/background.c:19: /kisskb/src/fs/jffs2/background.c: In function 'kernel_dequeue_signal': /kisskb/src/include/linux/sched/signal.h:282:19: note: byref variable will be forcibly initialized kernel_siginfo_t __info; ^~~~~~ /kisskb/src/fs/jffs2/background.c: In function 'jffs2_garbage_collect_thread': /kisskb/src/fs/jffs2/background.c:78:11: note: byref variable will be forcibly initialized sigset_t hupmask; ^~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_io': /kisskb/src/fs/fuse/file.c:1467:10: note: byref variable will be forcibly initialized size_t nbytes = min(count, nmax); ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_IO': /kisskb/src/fs/fuse/file.c:2814:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c:2810:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_read_iter': /kisskb/src/fs/fuse/file.c:1541:23: note: byref variable will be forcibly initialized struct fuse_io_priv io = FUSE_IO_PRIV_SYNC(iocb); ^~ /kisskb/src/fs/fuse/file.c: In function 'fuse_writepages': /kisskb/src/fs/fuse/file.c:2219:27: note: byref variable will be forcibly initialized struct fuse_fill_wb_data data; ^~~~ /kisskb/src/fs/befs/debug.c: In function 'befs_error': /kisskb/src/fs/befs/debug.c:32:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/befs/debug.c: In function 'befs_warning': /kisskb/src/fs/befs/debug.c:45:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/befs/debug.c: In function 'befs_debug': /kisskb/src/fs/befs/debug.c:60:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds250x.c: In function 'w1_ds2505_read_page': /kisskb/src/drivers/w1/slaves/w1_ds250x.c:90:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds250x.c: In function 'w1_ds2502_read_page': /kisskb/src/drivers/w1/slaves/w1_ds250x.c:51:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/mctp.h:15, from /kisskb/src/net/mctp/neigh.c:19: /kisskb/src/net/mctp/neigh.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/mctp/neigh.c: In function 'mctp_rtm_delneigh': /kisskb/src/net/mctp/neigh.c:176:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX + 1]; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/net/mctp/neigh.c:13: /kisskb/src/net/mctp/neigh.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/mctp/neigh.c: In function 'mctp_rtm_newneigh': /kisskb/src/net/mctp/neigh.c:121:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX + 1]; ^~ /kisskb/src/fs/jffs2/erase.c: In function 'jffs2_block_check_erase': /kisskb/src/fs/jffs2/erase.c:317:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/fs/jffs2/erase.c:315:8: note: byref variable will be forcibly initialized void *ebuf; ^~~~ /kisskb/src/fs/jffs2/erase.c: In function 'jffs2_mark_erased_block': /kisskb/src/fs/jffs2/erase.c:425:29: note: byref variable will be forcibly initialized struct jffs2_unknown_node marker = { ^~~~~~ /kisskb/src/fs/jffs2/erase.c:424:15: note: byref variable will be forcibly initialized struct kvec vecs[1]; ^~~~ /kisskb/src/fs/jffs2/erase.c:404:11: note: byref variable will be forcibly initialized uint32_t bad_offset; ^~~~~~~~~~ /kisskb/src/fs/jffs2/erase.c:402:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'io_type_enabled': /kisskb/src/drivers/usb/host/pci-quirks.c:719:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_find_chipset_info': /kisskb/src/drivers/usb/host/pci-quirks.c:210:26: note: byref variable will be forcibly initialized struct amd_chipset_info info; ^~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_quirk_pll': /kisskb/src/drivers/usb/host/pci-quirks.c:342:33: note: byref variable will be forcibly initialized u32 addr, addr_low, addr_high, val; ^~~ /kisskb/src/drivers/usb/host/pci-quirks.c:342:6: note: byref variable will be forcibly initialized u32 addr, addr_low, addr_high, val; ^~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_asmedia_wait_write': /kisskb/src/drivers/usb/host/pci-quirks.c:466:16: note: byref variable will be forcibly initialized unsigned char value; ^~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'quirk_usb_disable_ehci': /kisskb/src/drivers/usb/host/pci-quirks.c:932:18: note: byref variable will be forcibly initialized u32 hcc_params, cap, val; ^~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'sb800_prefetch': /kisskb/src/drivers/usb/host/pci-quirks.c:196:6: note: byref variable will be forcibly initialized u16 misc; ^~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_pt_check_port': /kisskb/src/drivers/usb/host/pci-quirks.c:552:16: note: byref variable will be forcibly initialized unsigned char value, port_shift; ^~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'uhci_check_and_reset_hc': /kisskb/src/drivers/usb/host/pci-quirks.c:674:6: note: byref variable will be forcibly initialized u16 legsup; ^~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_enable_intel_xhci_ports': /kisskb/src/drivers/usb/host/pci-quirks.c:1041:7: note: byref variable will be forcibly initialized u32 ports_available; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/security.h:30, from /kisskb/src/include/linux/fs_context.h:14, from /kisskb/src/fs/jffs2/fs.c:20: /kisskb/src/fs/jffs2/fs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/jffs2/fs.c: In function 'jffs2_do_setattr': /kisskb/src/fs/jffs2/fs.c:42:11: note: byref variable will be forcibly initialized uint32_t alloclen; ^~~~~~~~ /kisskb/src/fs/jffs2/fs.c:38:26: note: byref variable will be forcibly initialized union jffs2_device_node dev; ^~~ /kisskb/src/drivers/media/i2c/adv748x/adv748x-core.c: In function 'adv748x_read_check': /kisskb/src/drivers/media/i2c/adv748x/adv748x-core.c:105:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/media/i2c/adv748x/adv748x-core.c: In function 'adv748x_parse_dt': /kisskb/src/drivers/media/i2c/adv748x/adv748x-core.c:655:21: note: byref variable will be forcibly initialized struct of_endpoint ep; ^~ /kisskb/src/drivers/media/i2c/adv748x/adv748x-core.c: In function 'adv748x_power_up_tx': /kisskb/src/drivers/media/i2c/adv748x/adv748x-core.c:241:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/media/i2c/adv748x/adv748x-core.c: In function 'adv748x_power_down_tx': /kisskb/src/drivers/media/i2c/adv748x/adv748x-core.c:288:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/fs/jffs2/fs.c: In function 'jffs2_iget': /kisskb/src/fs/jffs2/fs.c:258:26: note: byref variable will be forcibly initialized union jffs2_device_node jdev; ^~~~ /kisskb/src/fs/jffs2/fs.c:257:25: note: byref variable will be forcibly initialized struct jffs2_raw_inode latest_node; ^~~~~~~~~~~ /kisskb/src/fs/jffs2/fs.c: In function 'jffs2_dirty_inode': /kisskb/src/fs/jffs2/fs.c:374:15: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(__wait, current); \ ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/fs/jffs2/fs.c:659:5: note: in expansion of macro 'sleep_on_spinunlock' sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c: In function 'hdmi_audio_infoframe_apply': /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c:798:5: note: byref variable will be forcibly initialized u8 buf[HDMI_INFOFRAME_SIZE(AUDIO)]; ^~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c: In function 'hdmi_reg_infoframes': /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c:815:5: note: byref variable will be forcibly initialized u8 buf[25]; ^~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c:814:23: note: byref variable will be forcibly initialized union hdmi_infoframe frm; ^~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c: In function 'hdmi_mode_fixup': /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c:995:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/adv748x/adv748x-hdmi.c: In function 'adv748x_hdmi_propagate_pixelrate': /kisskb/src/drivers/media/i2c/adv748x/adv748x-hdmi.c:400:25: note: byref variable will be forcibly initialized struct v4l2_dv_timings timings; ^~~~~~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c: In function 'hdmi_create_connector': /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c:954:28: note: byref variable will be forcibly initialized struct cec_connector_info conn_info; ^~~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c:13: /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/exynos/exynos_hdmi.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/power/reset/brcmstb-reboot.c: In function 'brcmstb_restart_handler': /kisskb/src/drivers/power/reset/brcmstb-reboot.c:49:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ppp/ppp_generic.c:21: /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_bridge_channels': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:637:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(pchb->bridge, pch); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:627:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(pch->bridge, pchb); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_send_frame': /kisskb/src/drivers/net/ppp/ppp_generic.c:1738:17: note: byref variable will be forcibly initialized unsigned char *cp; ^~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_net_siocdevprivate': /kisskb/src/drivers/net/ppp/ppp_generic.c:1472:24: note: byref variable will be forcibly initialized struct ppp_comp_stats cstats; ^~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:1471:19: note: byref variable will be forcibly initialized struct ppp_stats stats; ^~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_set_compress': /kisskb/src/drivers/net/ppp/ppp_generic.c:3014:16: note: byref variable will be forcibly initialized unsigned char ccp_option[CCP_MAX_OPTION_LENGTH]; ^~~~~~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_create_interface': /kisskb/src/drivers/net/ppp/ppp_generic.c:3306:20: note: byref variable will be forcibly initialized struct ppp_config conf = { ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_unattached_ioctl': /kisskb/src/drivers/net/ppp/ppp_generic.c:1026:6: note: byref variable will be forcibly initialized int unit, err = -EFAULT; ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_ioctl': /kisskb/src/drivers/net/ppp/ppp_generic.c:822:26: note: byref variable will be forcibly initialized struct ppp_option_data data; ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:700:17: note: byref variable will be forcibly initialized struct npioctl npi; ^~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:699:20: note: byref variable will be forcibly initialized struct ppp_idle64 idle64; ^~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:698:20: note: byref variable will be forcibly initialized struct ppp_idle32 idle32; ^~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_compat_ioctl': /kisskb/src/drivers/net/ppp/ppp_generic.c:1002:28: note: byref variable will be forcibly initialized struct ppp_option_data data = { ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:998:29: note: byref variable will be forcibly initialized struct ppp_option_data32 data32; ^~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_read': /kisskb/src/drivers/net/ppp/ppp_generic.c:429:18: note: byref variable will be forcibly initialized struct iov_iter to; ^~ /kisskb/src/drivers/net/ppp/ppp_generic.c:428:15: note: byref variable will be forcibly initialized struct iovec iov; ^~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_exit_net': /kisskb/src/drivers/net/ppp/ppp_generic.c:1121:6: note: byref variable will be forcibly initialized int id; ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ppp/ppp_generic.c:21: /kisskb/src/drivers/net/ppp/ppp_generic.c:1120:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_limit_write': /kisskb/src/fs/fuse/control.c:80:16: note: byref variable will be forcibly initialized unsigned long t; ^ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_congestion_threshold_write': /kisskb/src/fs/fuse/control.c:165:11: note: byref variable will be forcibly initialized unsigned val; ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function 'KERNEL_SOCKPTR': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized return (sockptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_limit_read': /kisskb/src/fs/fuse/control.c:70:7: note: byref variable will be forcibly initialized char tmp[32]; ^~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_waiting_read': /kisskb/src/fs/fuse/control.c:50:7: note: byref variable will be forcibly initialized char tmp[32]; ^~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_max_background_write': /kisskb/src/fs/fuse/control.c:123:11: note: byref variable will be forcibly initialized unsigned val; ^~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_ctl_add_conn': /kisskb/src/fs/fuse/control.c:276:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/net/socket.c: In function 'put_ts_pktinfo': /kisskb/src/net/socket.c:800:24: note: byref variable will be forcibly initialized struct scm_ts_pktinfo ts_pktinfo; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/net/socket.c: In function '____sys_sendmsg': /kisskb/src/net/socket.c:2357:16: note: byref variable will be forcibly initialized unsigned char ctl[sizeof(struct cmsghdr) + 20] ^~~ /kisskb/src/net/socket.c: In function '__sock_recv_timestamp': /kisskb/src/net/socket.c:863:34: note: byref variable will be forcibly initialized struct __kernel_old_timespec ts; ^~ /kisskb/src/net/socket.c:857:30: note: byref variable will be forcibly initialized struct __kernel_timespec ts; ^~ /kisskb/src/net/socket.c:849:33: note: byref variable will be forcibly initialized struct __kernel_old_timeval tv; ^~ /kisskb/src/net/socket.c:843:34: note: byref variable will be forcibly initialized struct __kernel_sock_timeval tv; ^~ /kisskb/src/net/socket.c:827:35: note: byref variable will be forcibly initialized struct scm_timestamping_internal tss; ^~~ /kisskb/src/net/socket.c: In function '__sock_recv_wifi_status': /kisskb/src/net/socket.c:908:6: note: byref variable will be forcibly initialized int ack; ^~~ /kisskb/src/net/socket.c: In function '____sys_recvmsg': /kisskb/src/net/socket.c:2610:26: note: byref variable will be forcibly initialized struct sockaddr_storage addr; ^~~~ /kisskb/src/net/socket.c: In function '__sys_socket': /kisskb/src/net/socket.c:1540:17: note: byref variable will be forcibly initialized struct socket *sock; ^~~~ /kisskb/src/net/socket.c: In function '__sys_socketpair': /kisskb/src/net/socket.c:1575:25: note: byref variable will be forcibly initialized struct socket *sock1, *sock2; ^~~~~ /kisskb/src/net/socket.c:1575:17: note: byref variable will be forcibly initialized struct socket *sock1, *sock2; ^~~~~ /kisskb/src/net/socket.c: In function '__sys_bind': /kisskb/src/net/socket.c:1683:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:1683:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c:1682:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_listen': /kisskb/src/net/socket.c:1716:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:1716:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c: In function 'do_accept': /kisskb/src/net/socket.c:1746:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_connect': /kisskb/src/net/socket.c:1909:27: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_getsockname': /kisskb/src/net/socket.c:1936:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:1936:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c:1935:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_getpeername': /kisskb/src/net/socket.c:1974:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:1974:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c:1973:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendto': /kisskb/src/net/socket.c:2013:6: note: byref variable will be forcibly initialized int fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:2012:15: note: byref variable will be forcibly initialized struct iovec iov; ^~~ /kisskb/src/net/socket.c:2011:16: note: byref variable will be forcibly initialized struct msghdr msg; ^~~ /kisskb/src/net/socket.c:2010:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/socket.c:2009:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvfrom': /kisskb/src/net/socket.c:2074:6: note: byref variable will be forcibly initialized int fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:2073:6: note: byref variable will be forcibly initialized int err, err2; ^~~ /kisskb/src/net/socket.c:2072:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c:2071:16: note: byref variable will be forcibly initialized struct msghdr msg; ^~~ /kisskb/src/net/socket.c:2070:15: note: byref variable will be forcibly initialized struct iovec iov; ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function '__sys_setsockopt': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized return (sockptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/include/linux/sockptr.h:34:9: note: userspace variable will be forcibly initialized return (sockptr_t) { .user = p }; ^ /kisskb/src/net/socket.c:2144:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:2144:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c:2142:12: note: userspace variable will be forcibly initialized sockptr_t optval = USER_SOCKPTR(user_optval); ^~~~~~ /kisskb/src/net/socket.c: In function '__sys_getsockopt': /kisskb/src/net/socket.c:2200:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:2200:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c: In function '__sys_shutdown': /kisskb/src/net/socket.c:2255:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:2255:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c: In function '__copy_msghdr_from_user': /kisskb/src/net/socket.c:2288:21: note: byref variable will be forcibly initialized struct user_msghdr msg; ^~~ /kisskb/src/net/socket.c: In function 'copy_msghdr_from_user': /kisskb/src/net/socket.c:2339:21: note: byref variable will be forcibly initialized struct user_msghdr msg; ^~~ /kisskb/src/net/socket.c: In function '___sys_sendmsg': /kisskb/src/net/socket.c:2454:39: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^~~ /kisskb/src/net/socket.c:2454:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^~~~~~~~ /kisskb/src/net/socket.c:2453:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendmsg': /kisskb/src/net/socket.c:2482:16: note: byref variable will be forcibly initialized struct msghdr msg_sys; ^~~~~~~ /kisskb/src/net/socket.c:2481:19: note: byref variable will be forcibly initialized int fput_needed, err; ^~~ /kisskb/src/net/socket.c:2481:6: note: byref variable will be forcibly initialized int fput_needed, err; ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendmmsg': /kisskb/src/net/socket.c:2516:22: note: byref variable will be forcibly initialized struct used_address used_address; ^~~~~~~~~~~~ /kisskb/src/net/socket.c:2515:16: note: byref variable will be forcibly initialized struct msghdr msg_sys; ^~~~~~~ /kisskb/src/net/socket.c:2511:19: note: byref variable will be forcibly initialized int fput_needed, err, datagrams; ^~~ /kisskb/src/net/socket.c:2511:6: note: byref variable will be forcibly initialized int fput_needed, err, datagrams; ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '___sys_recvmsg': /kisskb/src/net/socket.c:2663:26: note: byref variable will be forcibly initialized struct sockaddr __user *uaddr; ^~~~~ /kisskb/src/net/socket.c:2661:39: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^~~ /kisskb/src/net/socket.c:2661:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^~~~~~~~ /kisskb/src/net/socket.c: In function 'do_recvmmsg': /kisskb/src/net/socket.c:2727:20: note: byref variable will be forcibly initialized struct timespec64 timeout64; ^~~~~~~~~ /kisskb/src/net/socket.c:2726:20: note: byref variable will be forcibly initialized struct timespec64 end_time; ^~~~~~~~ /kisskb/src/net/socket.c:2725:16: note: byref variable will be forcibly initialized struct msghdr msg_sys; ^~~~~~~ /kisskb/src/net/socket.c:2721:19: note: byref variable will be forcibly initialized int fput_needed, err, datagrams; ^~~ /kisskb/src/net/socket.c:2721:6: note: byref variable will be forcibly initialized int fput_needed, err, datagrams; ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvmsg': /kisskb/src/net/socket.c:2690:16: note: byref variable will be forcibly initialized struct msghdr msg_sys; ^~~~~~~ /kisskb/src/net/socket.c:2689:19: note: byref variable will be forcibly initialized int fput_needed, err; ^~~ /kisskb/src/net/socket.c:2689:6: note: byref variable will be forcibly initialized int fput_needed, err; ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvmmsg': /kisskb/src/net/socket.c:2834:20: note: byref variable will be forcibly initialized struct timespec64 timeout_sys; ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function 'sock_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/socket.c:3045:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(net_families[ops->family], ops); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/socket.c: In function 'compat_ifr_data_ioctl': /kisskb/src/net/socket.c:3225:15: note: byref variable will be forcibly initialized void __user *data; ^~~~ /kisskb/src/net/socket.c:3224:15: note: byref variable will be forcibly initialized struct ifreq ifreq; ^~~~~ /kisskb/src/net/socket.c: In function 'compat_siocwandev': /kisskb/src/net/socket.c:3198:15: note: byref variable will be forcibly initialized struct ifreq ifr; ^~~ /kisskb/src/net/socket.c: In function 'sock_do_ioctl': /kisskb/src/net/socket.c:1116:15: note: byref variable will be forcibly initialized void __user *data; ^~~~ /kisskb/src/net/socket.c:1113:7: note: byref variable will be forcibly initialized bool need_copyout; ^~~~~~~~~~~~ /kisskb/src/net/socket.c:1112:15: note: byref variable will be forcibly initialized struct ifreq ifr; ^~~ /kisskb/src/fs/jffs2/super.c: In function 'jffs2_parse_param': /kisskb/src/fs/jffs2/super.c:189:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/net/socket.c: In function 'sock_ioctl': /kisskb/src/net/socket.c:1159:8: note: byref variable will be forcibly initialized bool need_copyout; ^~~~~~~~~~~~ /kisskb/src/net/socket.c:1158:16: note: byref variable will be forcibly initialized void __user *data; ^~~~ /kisskb/src/net/socket.c:1157:16: note: byref variable will be forcibly initialized struct ifreq ifr; ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_seq.c: In function 'asd_init_lseq_mdp': /kisskb/src/drivers/scsi/aic94xx/aic94xx_seq.c:679:6: note: byref variable will be forcibly initialized u16 ret_addr[] = { ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function '__i2c_dw_disable': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:442:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_set_sda_hold': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:391:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_wait_bus_not_busy': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:530:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_handle_tx_abort': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:551:16: note: byref variable will be forcibly initialized unsigned long abort_source = dev->abort_source; ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_set_fifo_size': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:574:6: note: byref variable will be forcibly initialized u32 param, tx_fifo_depth, rx_fifo_depth; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_disable': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:609:6: note: byref variable will be forcibly initialized u32 dummy; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_read_clear_intrbits': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:661:12: note: byref variable will be forcibly initialized u32 stat, dummy; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:661:6: note: byref variable will be forcibly initialized u32 stat, dummy; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_read': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:508:12: note: byref variable will be forcibly initialized u32 len, tmp; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:505:15: note: byref variable will be forcibly initialized unsigned int rx_valid; ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_xfer_msg': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:373:15: note: byref variable will be forcibly initialized unsigned int flr; ^~~ /kisskb/src/drivers/power/reset/gpio-restart.c: In function 'gpio_restart_probe': /kisskb/src/drivers/power/reset/gpio-restart.c:55:6: note: byref variable will be forcibly initialized u32 property; ^~~~~~~~ In file included from /kisskb/src/fs/befs/befs.h:148, from /kisskb/src/fs/befs/linuxvfs.c:27: /kisskb/src/fs/befs/linuxvfs.c: In function 'fsds_to_cpu': /kisskb/src/fs/befs/endian.h:108:19: note: byref variable will be forcibly initialized befs_data_stream data; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_irq_handler_master': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:720:6: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_isr': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:763:12: note: byref variable will be forcibly initialized u32 stat, enabled; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:763:6: note: byref variable will be forcibly initialized u32 stat, enabled; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_check_stopbit': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:257:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'parse_options': /kisskb/src/fs/befs/linuxvfs.c:697:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/befs/linuxvfs.c:696:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_xfer_init': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:214:6: note: byref variable will be forcibly initialized u32 dummy; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'amd_i2c_dw_xfer_quirk': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:290:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_set_timings_master': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:42:6: note: byref variable will be forcibly initialized u32 comp_param1; ^~~~~~~~~~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_utf2nls': /kisskb/src/fs/befs/linuxvfs.c:511:12: note: byref variable will be forcibly initialized unicode_t uni; ^~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_readdir': /kisskb/src/fs/befs/linuxvfs.c:251:8: note: byref variable will be forcibly initialized int nlsnamelen; ^~~~~~~~~~ /kisskb/src/fs/befs/linuxvfs.c:250:10: note: byref variable will be forcibly initialized char *nlsname; ^~~~~~~ /kisskb/src/fs/befs/linuxvfs.c:224:7: note: byref variable will be forcibly initialized char keybuf[BEFS_NAME_LEN + 1]; ^~~~~~ /kisskb/src/fs/befs/linuxvfs.c:223:9: note: byref variable will be forcibly initialized size_t keysize; ^~~~~~~ /kisskb/src/fs/befs/linuxvfs.c:221:13: note: byref variable will be forcibly initialized befs_off_t value; ^~~~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_nls2utf': /kisskb/src/fs/befs/linuxvfs.c:588:10: note: byref variable will be forcibly initialized wchar_t uni; ^~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_lookup': /kisskb/src/fs/befs/linuxvfs.c:180:8: note: byref variable will be forcibly initialized char *utfname; ^~~~~~~ /kisskb/src/fs/befs/linuxvfs.c:179:6: note: byref variable will be forcibly initialized int utfnamelen; ^~~~~~~~~~ /kisskb/src/fs/befs/linuxvfs.c:177:13: note: byref variable will be forcibly initialized befs_off_t offset; ^~~~~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_get_block': /kisskb/src/fs/befs/linuxvfs.c:138:17: note: byref variable will be forcibly initialized befs_block_run run = BAD_IADDR; ^~~ /kisskb/src/fs/jffs2/xattr.c: In function 'do_verify_xattr_datum': /kisskb/src/fs/jffs2/xattr.c:138:9: note: byref variable will be forcibly initialized size_t readlen; ^~~~~~~ /kisskb/src/fs/jffs2/xattr.c:137:25: note: byref variable will be forcibly initialized struct jffs2_raw_xattr rx; ^~ /kisskb/src/fs/jffs2/xattr.c: In function 'verify_xattr_ref': /kisskb/src/fs/jffs2/xattr.c:449:9: note: byref variable will be forcibly initialized size_t readlen; ^~~~~~~ /kisskb/src/fs/jffs2/xattr.c:448:24: note: byref variable will be forcibly initialized struct jffs2_raw_xref rr; ^~ /kisskb/src/fs/jffs2/xattr.c: In function 'do_load_xattr_datum': /kisskb/src/fs/jffs2/xattr.c:208:9: note: byref variable will be forcibly initialized size_t readlen; ^~~~~~~ /kisskb/src/fs/jffs2/xattr.c: In function 'save_xattr_ref': /kisskb/src/fs/jffs2/xattr.c:510:9: note: byref variable will be forcibly initialized size_t length; ^~~~~~ /kisskb/src/fs/jffs2/xattr.c:509:24: note: byref variable will be forcibly initialized struct jffs2_raw_xref rr; ^~ /kisskb/src/fs/jffs2/xattr.c: In function 'save_xattr_datum': /kisskb/src/fs/jffs2/xattr.c:289:9: note: byref variable will be forcibly initialized size_t length; ^~~~~~ /kisskb/src/fs/jffs2/xattr.c:288:14: note: byref variable will be forcibly initialized struct kvec vecs[2]; ^~~~ /kisskb/src/fs/jffs2/xattr.c:287:25: note: byref variable will be forcibly initialized struct jffs2_raw_xattr rx; ^~ /kisskb/src/fs/jffs2/xattr.c: In function 'do_jffs2_setxattr': /kisskb/src/fs/jffs2/xattr.c:1101:11: note: byref variable will be forcibly initialized uint32_t length, request; ^~~~~~ /kisskb/src/fs/jffs2/xattr.c: In function 'jffs2_garbage_collect_xattr_datum': /kisskb/src/fs/jffs2/xattr.c:1222:19: note: byref variable will be forcibly initialized uint32_t totlen, length, old_ofs; ^~~~~~ /kisskb/src/fs/jffs2/xattr.c: In function 'jffs2_garbage_collect_xattr_ref': /kisskb/src/fs/jffs2/xattr.c:1258:19: note: byref variable will be forcibly initialized uint32_t totlen, length, old_ofs; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4170, 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:83:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_attr_list_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:83:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xlog_intent_recovery_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_perag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_inodegc_worker, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:211:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fs_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:211:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:253:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_inodegc_shrinker_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:253:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:273:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:273:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_attr_list_node_descend, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:409:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:409:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:477:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_flags_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:477:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_buf_ioerror, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:520:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:558:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:558:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_lock_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:690:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_lock_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:690:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:798:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:798:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:824:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_iref_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:824:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iomap_prealloc_size, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_post, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_dquot_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_mod_dquot, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_dqtrx_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_dqtrx_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_loggrant_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1216:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_loggrant_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1216:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_force, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1325:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1352:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ail_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1352:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1388:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_assign_tail_lsn, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1388:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_assign_tail_lsn, ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_file_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_file_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_imap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1497:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_simple_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1497:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_simple_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_itrunc_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1538:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_itrunc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1538:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1567:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pagecache_inval, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1567:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pagecache_inval, ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_bunmap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_bunmap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_extent_busy_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_extent_busy_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_extent_busy_trim': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_agf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1788:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_alloc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1788:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_dir2_space_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2094:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_dir2_space_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2094:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_dir2_leafn_moveents, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_swap_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_swap_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_recover': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2204:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2222:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover_record, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2222:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover_record, ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_recover_item_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_recover_ino_item_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2337:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2337:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_recover_icreate_item_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2383:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2383:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_discard_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_discard_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2463:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_btree_cur_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2463:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2501:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2501:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2549:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_pending_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2549:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2836:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_resv_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2836:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2930:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2930:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3221:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3221:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_double_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_irec_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_reflink_remap_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3384:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_ioctl_clone, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3384:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/adfs/super.c: In function '__adfs_error': /kisskb/src/fs/adfs/super.c:28:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_getfsmap_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3478:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3478:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/adfs/super.c: In function 'adfs_msg': /kisskb/src/fs/adfs/super.c:44:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/adfs/super.c: In function 'parse_options': /kisskb/src/fs/adfs/super.c:139:15: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/adfs/super.c:133:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_trans_resv_calc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3516:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_resv_calc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3516:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_resv_calc, ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_trans_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_trans_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_trans_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/adfs/super.c: In function 'adfs_remount': /kisskb/src/fs/adfs/super.c:187:22: note: byref variable will be forcibly initialized struct adfs_sb_info temp_asb; ^~~~~~~~ /kisskb/src/fs/adfs/super.c: In function 'adfs_probe': /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_iunlink_update_bucket': /kisskb/src/fs/adfs/super.c:286:26: note: byref variable will be forcibly initialized struct adfs_discrecord *dr; ^~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_bucket, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_dinode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_inode_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_inode_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/adfs/super.c: In function 'adfs_fill_super': /kisskb/src/fs/adfs/super.c:367:21: note: byref variable will be forcibly initialized struct object_info root_obj; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_fs_corrupt_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3658:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3658:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3684:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3684:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3710:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3710:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3734:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3734:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag_rec, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3753:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3774:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pwork_init, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3774:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_kmem_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3817:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_check_new_dalign, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3817:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3838:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_commit_afakeroot, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3838:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3866:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_commit_ifakeroot, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3866:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3983:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_timestamp_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3983:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_timestamp_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_icwalk_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4009:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_icwalk_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4009:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_icwalk_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xlog_iclog_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4060:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xlog_iclog_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4060:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_das_state_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_das_state_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4170, 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:83:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:211:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:253:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:273:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:409:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:477:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:520:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:558:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:690:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:798:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:824:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1216:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1325:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1352:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1388:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1497:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1538:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1567:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1788:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2094:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2204:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2222:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2337:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2383:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_discard_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_setxattr': /kisskb/src/fs/fuse/xattr.c:19:26: note: byref variable will be forcibly initialized struct fuse_setxattr_in inarg; ^~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_cur_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2463:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2501:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_getxattr': /kisskb/src/fs/fuse/xattr.c:58:27: note: byref variable will be forcibly initialized struct fuse_getxattr_out outarg; ^~~~~~ /kisskb/src/fs/fuse/xattr.c:57:26: note: byref variable will be forcibly initialized struct fuse_getxattr_in inarg; ^~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_defer_error_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2549:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_listxattr': /kisskb/src/fs/fuse/xattr.c:116:27: note: byref variable will be forcibly initialized struct fuse_getxattr_out outarg; ^~~~~~ /kisskb/src/fs/fuse/xattr.c:115:26: note: byref variable will be forcibly initialized struct fuse_getxattr_in inarg; ^~~~~ /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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2836:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2930:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_error_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3221:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_double_io_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_double_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_irec_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3384:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3478:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_trans_resv_calc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3516:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_resv_calc, ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_trans_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3658:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3684:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3710:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3734:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3753:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3774:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3817:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3838:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3866:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3983:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_timestamp_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_icwalk_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4009:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_icwalk_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xlog_iclog_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4060:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_das_state_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_vidi.c: In function 'vidi_update_plane': /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_vidi.c:115:13: note: byref variable will be forcibly initialized dma_addr_t addr; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4170, 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:368:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec r; ^ /kisskb/src/include/trace/perf.h:66:4: note: in definition of macro 'DECLARE_EVENT_CLASS' { assign; } \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:366:2: note: in expansion of macro 'TP_fast_assign' TP_fast_assign( ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_bmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:4170, 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:368:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec r; ^ /kisskb/src/include/trace/trace_events.h:743:4: note: in definition of macro 'DECLARE_EVENT_CLASS' { assign; } \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:366:2: note: in expansion of macro 'TP_fast_assign' TP_fast_assign( ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:4170, 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_filestream_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_filestream_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc2/platform.c: In function 'dwc2_driver_probe': /kisskb/src/drivers/usb/dwc2/platform.c:456:19: note: byref variable will be forcibly initialized struct resource *res; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4170, 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:4170, 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filestream_pick, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filestream_pick, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4170, 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filestream_pick, ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c: In function 'msp_log_status': /kisskb/src/drivers/media/i2c/msp3400-driver.c:564:7: note: byref variable will be forcibly initialized char prefix[V4L2_SUBDEV_NAME_SIZE + 20]; ^~~~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c: In function 'msp_reset': /kisskb/src/drivers/media/i2c/msp3400-driver.c:107:17: note: byref variable will be forcibly initialized struct i2c_msg reset[2] = { ^~~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c:106:5: note: byref variable will be forcibly initialized u8 read[2]; ^~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c: In function 'msp_read': /kisskb/src/drivers/media/i2c/msp3400-driver.c:149:5: note: byref variable will be forcibly initialized u8 read[2]; ^~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c:148:5: note: byref variable will be forcibly initialized u8 write[3]; ^~~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c: In function 'msp_write': /kisskb/src/drivers/media/i2c/msp3400-driver.c:199:5: note: byref variable will be forcibly initialized u8 buffer[5]; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4170, 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:935:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_namespace_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:935:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:4170, 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:935:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_namespace_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4170, 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4170, 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4170, 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1917:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_da_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1917:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:4170, 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1917:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:4170, 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1981:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1981:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_attr_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4170, 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1981:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:4170, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_force_shutdown': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' 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:4170, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_force_shutdown': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/fs/xfs/xfs_trace.h:4170, 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xfs_attr_list_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:558:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:558:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_dquot_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_dqtrx_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1788:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_alloc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1788:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1917:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_da_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1917:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1981:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1981:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_inode_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3838:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_commit_afakeroot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3838:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3866:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_commit_ifakeroot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3866:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_commit_ifakeroot, ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xlog_intent_recovery_failed': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xlog_intent_recovery_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xlog_intent_recovery_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xlog_intent_recovery_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xlog_intent_recovery_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xlog_intent_recovery_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:253:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_inodegc_shrinker_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:253:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_inodegc_shrinker_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:253:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_inodegc_shrinker_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:253:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_inodegc_shrinker_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:253:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_inodegc_shrinker_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:253:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:477:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_flags_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:477:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_flags_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:477:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_flags_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:477:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_flags_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:477:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_flags_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:477:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_buf_ioerror, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_buf_ioerror, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_buf_ioerror, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_buf_ioerror, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_buf_ioerror, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:520:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_filestream_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_filestream_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_filestream_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_filestream_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_filestream_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:690:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_lock_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:690:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_lock_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:690:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_lock_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:690:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_lock_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:690:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_lock_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:690:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:798:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:798:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:798:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:798:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:798:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:798:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_force, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_force, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_force, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_force, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_force, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1325:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1352:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ail_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1352:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ail_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1352:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ail_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1352:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ail_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1352:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ail_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1352:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1497:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_simple_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1497:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_simple_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1497:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_simple_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1497:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_simple_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1497:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_simple_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1497:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1567:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pagecache_inval, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1567:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pagecache_inval, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1567:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pagecache_inval, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1567:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pagecache_inval, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1567:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pagecache_inval, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1567:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2204:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2222:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover_record, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2222:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover_record, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2222:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover_record, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2222:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover_record, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2222:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_recover_record, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2222:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2463:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_btree_cur_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2463:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_btree_cur_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2463:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_btree_cur_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2463:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_btree_cur_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2463:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_btree_cur_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2463:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2836:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_resv_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2836:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_resv_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2836:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_resv_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2836:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_resv_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2836:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_resv_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2836:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2930:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2930:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2930:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2930:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2930:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2930:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3221:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3221:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3221:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3221:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3221:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3221:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_trans_resv_calc': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3516:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_resv_calc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3516:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_resv_calc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3516:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_resv_calc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3516:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_resv_calc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3516:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_resv_calc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3516:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_resv_calc, ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_ag_corrupt_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3684:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3684:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3684:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3684:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3684:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3684:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3734:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3734:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3734:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3734:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3734:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3734:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag_rec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag_rec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag_rec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag_rec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iwalk_ag_rec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3753:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3774:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pwork_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3774:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pwork_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3774:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pwork_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3774:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pwork_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3774:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_pwork_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3774:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_kmem_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_kmem_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_kmem_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_kmem_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_kmem_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3817:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_check_new_dalign, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3817:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_check_new_dalign, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3817:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_check_new_dalign, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3817:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_check_new_dalign, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3817:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_check_new_dalign, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3817:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3983:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_timestamp_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3983:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_timestamp_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3983:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_timestamp_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3983:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_timestamp_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3983:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_timestamp_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3983:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4009:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_icwalk_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4009:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_icwalk_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4009:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_icwalk_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4009:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_icwalk_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4009:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_icwalk_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4009:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xfs_perag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xfs_perag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xfs_perag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xfs_perag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xfs_perag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xfs_perag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xfs_perag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_bmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_bmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_bmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_bmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_bmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_bmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_bmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filestream_pick, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filestream_pick, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filestream_pick, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filestream_pick, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filestream_pick, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filestream_pick, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_filestream_pick, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iomap_prealloc_size, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iomap_prealloc_size, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iomap_prealloc_size, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iomap_prealloc_size, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iomap_prealloc_size, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iomap_prealloc_size, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iomap_prealloc_size, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_post, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_post, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_post, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_post, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_post, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_post, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_post, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_mod_dquot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_mod_dquot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_mod_dquot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_mod_dquot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_mod_dquot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_mod_dquot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_trans_mod_dquot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_extent_busy_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_extent_busy_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_extent_busy_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_extent_busy_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_extent_busy_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_extent_busy_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_extent_busy_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_agf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_agf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_agf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_agf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_agf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_agf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_agf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_dir2_leafn_moveents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_dir2_leafn_moveents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_dir2_leafn_moveents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_dir2_leafn_moveents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_dir2_leafn_moveents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_dir2_leafn_moveents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_dir2_leafn_moveents, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_discard_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_discard_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_discard_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_discard_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_discard_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_discard_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_discard_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_inodegc_worker, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_inodegc_worker, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_inodegc_worker, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xfs_fs_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xfs_fs_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xfs_fs_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:273:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:273:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:273:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_ag_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:273:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_attr_list_node_descend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_attr_list_node_descend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_attr_list_node_descend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:409:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:409:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:409:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/fs/jffs2/acl.c:14: /kisskb/src/fs/jffs2/acl.c: In function '__ab_c_size': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:409:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_buf_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_iref_class': /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/jffs2/acl.c:15: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:824:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_iref_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:824:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_iref_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:824:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_iref_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:824:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:935:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_namespace_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:935:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_namespace_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:935:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_namespace_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:935:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1216:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_loggrant_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1216:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_loggrant_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1216:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_loggrant_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1216:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1388:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_assign_tail_lsn, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1388:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_assign_tail_lsn, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1388:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_log_assign_tail_lsn, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1388:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_file_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_file_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_file_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1538:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_itrunc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1538:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_itrunc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1538:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_itrunc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1538:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2094:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_dir2_space_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2094:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_dir2_space_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2094:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_dir2_space_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2094:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_swap_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_swap_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_swap_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2337:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2337:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2337:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2337:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2383:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2383:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2383:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2383:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2501:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2501:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2501:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2501:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_error_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2549:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_pending_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2549:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_pending_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2549:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_defer_pending_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2549:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_irec_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_irec_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_irec_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3384:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_ioctl_clone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3384:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_ioctl_clone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3384:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_ioctl_clone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3384:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3478:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3478:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3478:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3478:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_trans_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_trans_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_trans_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_trans_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3658:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3658:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3658:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3658:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/reset/ltc2952-poweroff.c: In function 'ltc2952_poweroff_init': /kisskb/src/drivers/power/reset/ltc2952-poweroff.c:177:6: note: byref variable will be forcibly initialized u32 trigger_delay_ms; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_inode_corrupt_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3710:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3710:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3710:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3710:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4060:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xlog_iclog_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4060:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xlog_iclog_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4060:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xlog_iclog_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4060:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_das_state_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_das_state_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_das_state_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_irec_merge_pre, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_extent_busy_trim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_alloc_cur_check, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/acl.c: In function '__jffs2_set_acl': /kisskb/src/fs/jffs2/acl.c:216:9: note: byref variable will be forcibly initialized size_t size = 0; ^~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_block, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_imap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_imap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_imap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_imap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_imap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_imap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_imap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_imap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_imap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_bunmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_bunmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_bunmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_bunmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_bunmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_bunmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_bunmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_bunmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_bunmap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_reflink_remap_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_reflink_remap_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_reflink_remap_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_reflink_remap_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_reflink_remap_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_reflink_remap_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_reflink_remap_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_reflink_remap_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_reflink_remap_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_double_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_double_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_double_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_double_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_double_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_double_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_double_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_double_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_double_io_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_bucket, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_bucket, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_bucket, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_bucket, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_bucket, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_bucket, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_bucket, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_bucket, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_bucket, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_dinode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_dinode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_dinode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_dinode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_dinode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_dinode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_dinode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_dinode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_iunlink_update_dinode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/fs/jffs2/acl.c: In function 'jffs2_set_acl': /kisskb/src/fs/jffs2/acl.c:248:18: note: byref variable will be forcibly initialized struct iattr attr; ^~~~ /kisskb/src/fs/jffs2/acl.c:241:12: note: byref variable will be forcibly initialized umode_t mode; ^~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_force_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_free_extent, ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_rmapbt_class': /kisskb/src/fs/jffs2/acl.c: In function 'jffs2_init_acl_pre': /kisskb/src/fs/jffs2/acl.c:275:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/jffs2/acl.c:275:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_rmapbt_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_refcount_finish_one_leftover, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xfs_btree_bload_level_geometry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_mic.c: In function 'mic_set_path': /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_mic.c:112:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_mic.c: In function 'exynos_mic_probe': /kisskb/src/drivers/gpu/drm/exynos/exynos_drm_mic.c:380:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:309: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'tt_available': /kisskb/src/drivers/usb/host/ehci-sched.c:370:18: note: byref variable will be forcibly initialized unsigned short tt_usecs[8]; ^~~~~~~~ /kisskb/src/net/compat.c: In function '__do_compat_sys_socketcall': /kisskb/src/net/compat.c:426:6: note: byref variable will be forcibly initialized u32 a[AUDITSC_ARGS]; ^ /kisskb/src/net/compat.c: In function '__get_compat_msghdr': /kisskb/src/net/compat.c:41:23: note: byref variable will be forcibly initialized struct compat_msghdr msg; ^~~ /kisskb/src/net/compat.c: In function 'get_compat_msghdr': /kisskb/src/net/compat.c:94:16: note: byref variable will be forcibly initialized compat_size_t len; ^~~ /kisskb/src/net/compat.c:93:16: note: byref variable will be forcibly initialized compat_uptr_t ptr; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/ehci-hcd.c:11: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/compat.c: In function 'cmsghdr_from_user_compat_to_kern': /kisskb/src/net/compat.c:186:25: note: byref variable will be forcibly initialized struct compat_cmsghdr cmsg; ^~~~ /kisskb/src/net/compat.c: In function 'put_cmsg_compat': /kisskb/src/net/compat.c:233:24: note: byref variable will be forcibly initialized struct old_timespec32 cts[3]; ^~~ /kisskb/src/net/compat.c:232:23: note: byref variable will be forcibly initialized struct old_timeval32 ctv; ^~~ /kisskb/src/net/compat.c:231:24: note: byref variable will be forcibly initialized struct compat_cmsghdr cmhdr; ^~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:309: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/ehci-sched.c:839:11: note: byref variable will be forcibly initialized unsigned c_mask; ^~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:305: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_hrtimer_func': /kisskb/src/drivers/usb/host/ehci-timer.c:402:16: note: byref variable will be forcibly initialized unsigned long events; ^~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:307: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qtd_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:39:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qh_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:70:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:309: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'itd_urb_transaction': /kisskb/src/drivers/usb/host/ehci-sched.c:1242:14: note: byref variable will be forcibly initialized dma_addr_t itd_dma; ^~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'sitd_urb_transaction': /kisskb/src/drivers/usb/host/ehci-sched.c:2041:14: note: byref variable will be forcibly initialized dma_addr_t sitd_dma; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:308: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_submit_single_step_set_feature': /kisskb/src/drivers/usb/host/ehci-q.c:1174:19: note: byref variable will be forcibly initialized struct list_head qtd_list; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:309: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/ehci-sched.c:913:19: note: byref variable will be forcibly initialized struct list_head empty; ^~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_urb_enqueue': /kisskb/src/drivers/usb/host/ehci-hcd.c:874:19: note: byref variable will be forcibly initialized struct list_head qtd_list; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'uframe_periodic_max_store': /kisskb/src/drivers/usb/host/ehci-sysfs.c:86:12: note: byref variable will be forcibly initialized unsigned uframe_periodic_max; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'companion_store': /kisskb/src/drivers/usb/host/ehci-sysfs.c:42:8: note: byref variable will be forcibly initialized int portnum, new_owner; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'perf_trace_udc_log_gadget': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_gadget, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_gadget, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_gadget': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_gadget, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'perf_trace_udc_log_ep': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_ep, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_ep, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_ep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_ep, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'perf_trace_udc_log_req': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_req': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_gadget, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_gadget, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_gadget, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_ep, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_ep, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_ep, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c: In function 'i2c_dw_read_clear_intrbits_slave': /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:107:12: note: byref variable will be forcibly initialized u32 stat, dummy; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:107:6: note: byref variable will be forcibly initialized u32 stat, dummy; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c: In function 'i2c_dw_irq_handler_slave': /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:160:5: note: byref variable will be forcibly initialized u8 val = 0, slave_activity; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:31: note: byref variable will be forcibly initialized u32 raw_stat, stat, enabled, tmp; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:22: note: byref variable will be forcibly initialized u32 raw_stat, stat, enabled, tmp; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:6: note: byref variable will be forcibly initialized u32 raw_stat, stat, enabled, tmp; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:306: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_handover_companion_ports': /kisskb/src/drivers/usb/host/ehci-hub.c:38:10: note: byref variable will be forcibly initialized __le32 buf; ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_bus_resume': /kisskb/src/drivers/usb/host/ehci-hub.c:382:17: note: byref variable will be forcibly initialized unsigned long resume_needed = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ppp/ppp_deflate.c: In function 'z_decompress': /kisskb/src/drivers/net/ppp/ppp_deflate.c:416:16: note: byref variable will be forcibly initialized unsigned char overflow_buf[1]; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/cachefiles/bind.c:8: /kisskb/src/fs/cachefiles/bind.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/cachefiles/bind.c: In function 'cachefiles_daemon_add_cache': /kisskb/src/fs/cachefiles/bind.c:87:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/bind.c:85:17: note: byref variable will be forcibly initialized struct kstatfs stats; ^~~~~ /kisskb/src/fs/cachefiles/bind.c:84:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_scb.c: In function 'asd_link_reset_err_tasklet': /kisskb/src/drivers/scsi/aic94xx/aic94xx_scb.c:276:7: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized int res = 1; ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/readdir.c:10: /kisskb/src/fs/fuse/readdir.c: In function 'fuse_direntplus_link': /kisskb/src/fs/fuse/readdir.c:161:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/fs/fuse/readdir.c: In function 'fuse_force_forget': /kisskb/src/fs/fuse/readdir.c:259:24: note: byref variable will be forcibly initialized struct fuse_forget_in inarg; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function '__w1_f19_set_i2c_speed': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:536:5: note: byref variable will be forcibly initialized u8 w1_buf[2]; ^~~~~~ /kisskb/src/fs/fuse/readdir.c: In function 'fuse_readdir_uncached': /kisskb/src/fs/fuse/readdir.c:324:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function 'w1_f19_i2c_write_read': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:306:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 command[2]; ^~~~~~~ /kisskb/src/fs/cachefiles/daemon.c: In function 'cachefiles_daemon_inuse': /kisskb/src/fs/cachefiles/daemon.c:625:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/daemon.c:624:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/cachefiles/daemon.c: In function 'cachefiles_daemon_cull': /kisskb/src/fs/cachefiles/daemon.c:553:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/daemon.c:552:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/cachefiles/daemon.c: In function 'cachefiles_has_space': /kisskb/src/fs/cachefiles/daemon.c:675:14: note: byref variable will be forcibly initialized struct path path = { ^~~~ /kisskb/src/fs/cachefiles/daemon.c:674:17: note: byref variable will be forcibly initialized struct kstatfs stats; ^~~~~ /kisskb/src/fs/cachefiles/daemon.c: In function 'cachefiles_daemon_read': /kisskb/src/fs/cachefiles/daemon.c:163:7: note: byref variable will be forcibly initialized char buffer[256]; ^~~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_priv_ioctl': /kisskb/src/fs/fuse/ioctl.c:364:24: note: byref variable will be forcibly initialized struct fuse_ioctl_out outarg; ^~~~~~ /kisskb/src/fs/fuse/ioctl.c:363:23: note: byref variable will be forcibly initialized struct fuse_ioctl_in inarg; ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_do_ioctl': /kisskb/src/fs/fuse/ioctl.c:165:18: note: byref variable will be forcibly initialized struct iov_iter ii; ^~ /kisskb/src/fs/fuse/ioctl.c:158:24: note: byref variable will be forcibly initialized struct fuse_ioctl_out outarg; ^~~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_get': /kisskb/src/fs/fuse/ioctl.c:424:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/fs/fuse/ioctl.c:423:15: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_set': /kisskb/src/fs/fuse/ioctl.c:462:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/fs/fuse/ioctl.c:461:15: note: byref variable will be forcibly initialized unsigned int flags = fa->flags; ^~~~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_write_iter': /kisskb/src/fs/fuse/cuse.c:105:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_read_iter': /kisskb/src/fs/fuse/cuse.c:97:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_parse_one': /kisskb/src/fs/fuse/cuse.c:221:14: note: byref variable will be forcibly initialized char *key, *val; ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_parse_devinfo': /kisskb/src/fs/fuse/cuse.c:274:14: note: byref variable will be forcibly initialized char *key, *val; ^~~ /kisskb/src/fs/fuse/cuse.c:274:8: note: byref variable will be forcibly initialized char *key, *val; ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_process_init_reply': /kisskb/src/fs/fuse/cuse.c:329:8: note: byref variable will be forcibly initialized dev_t devt; ^~~~ /kisskb/src/fs/erofs/data.c: In function 'erofs_iomap_begin': /kisskb/src/fs/erofs/data.c:162:26: note: byref variable will be forcibly initialized struct erofs_map_blocks map; ^~~ /kisskb/src/fs/erofs/inode.c: In function 'erofs_fill_inode': /kisskb/src/fs/erofs/inode.c:257:15: note: byref variable will be forcibly initialized unsigned int ofs; ^~~ /kisskb/src/fs/erofs/dir.c: In function 'debug_one_dentry': /kisskb/src/fs/erofs/dir.c:13:16: note: byref variable will be forcibly initialized unsigned char dbg_namebuf[EROFS_NAME_LEN + 1]; ^~~~~~~~~~~ /kisskb/src/fs/erofs/dir.c: In function 'erofs_readdir': /kisskb/src/fs/erofs/dir.c:73:15: note: byref variable will be forcibly initialized unsigned int ofs = ctx->pos % EROFS_BLKSIZ; ^~~ /kisskb/src/fs/erofs/namei.c: In function 'find_target_dirent': /kisskb/src/fs/erofs/namei.c:64:21: note: byref variable will be forcibly initialized struct erofs_qstr dname = { ^~~~~ /kisskb/src/fs/erofs/namei.c:63:16: note: byref variable will be forcibly initialized unsigned int matched = min(startprfx, endprfx); ^~~~~~~ /kisskb/src/fs/erofs/namei.c: In function 'find_target_block_classic': /kisskb/src/fs/erofs/namei.c:113:22: note: byref variable will be forcibly initialized struct erofs_qstr dname; ^~~~~ /kisskb/src/fs/erofs/namei.c:112:17: note: byref variable will be forcibly initialized unsigned int matched; ^~~~~~~ /kisskb/src/fs/erofs/namei.c: In function 'erofs_namei': /kisskb/src/fs/erofs/namei.c:175:20: note: byref variable will be forcibly initialized struct erofs_qstr qn; ^~ /kisskb/src/fs/erofs/namei.c:171:6: note: byref variable will be forcibly initialized int ndirents; ^~~~~~~~ /kisskb/src/fs/erofs/namei.c: In function 'erofs_lookup': /kisskb/src/fs/erofs/namei.c:214:15: note: byref variable will be forcibly initialized unsigned int d_type; ^~~~~~ /kisskb/src/fs/erofs/namei.c:213:14: note: byref variable will be forcibly initialized erofs_nid_t nid; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/erofs.h:259, from /kisskb/src/fs/erofs/super.c:18: /kisskb/src/fs/erofs/super.c: In function 'perf_trace_erofs_lookup': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:29:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:29:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'perf_trace_erofs_fill_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:55:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:55:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'perf_trace_erofs_readpages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'perf_trace_erofs__map_blocks_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/erofs.h:144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/erofs.h:144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc2/debugfs.c: In function 'dr_mode_show': /kisskb/src/drivers/usb/dwc2/debugfs.c:763:14: note: byref variable will be forcibly initialized const char *dr_mode = ""; ^~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'perf_trace_erofs__map_blocks_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc2/debugfs.c: In function 'params_show': /kisskb/src/drivers/usb/dwc2/debugfs.c:715:8: note: byref variable will be forcibly initialized char str[32]; ^~~ /kisskb/src/fs/erofs/super.c: In function 'perf_trace_erofs_destroy_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/erofs.h:259, from /kisskb/src/fs/erofs/super.c:18: /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs_lookup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:29:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs_fill_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:55:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/drivers/usb/dwc2/debugfs.c: In function 'testmode_write': /kisskb/src/drivers/usb/dwc2/debugfs.c:34:9: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs_readpages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs__map_blocks_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/erofs.h:144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs__map_blocks_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs_destroy_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/fs/erofs/utils.c: In function 'erofs_shrink_workstation': /kisskb/src/fs/erofs/utils.c:157:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/erofs.h:259, from /kisskb/src/fs/erofs/super.c:18: /kisskb/src/fs/erofs/super.c: In function 'perf_trace_erofs_readpage': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/erofs.h:259, from /kisskb/src/fs/erofs/super.c:18: /kisskb/src/fs/erofs/super.c: In function 'trace_event_raw_event_erofs_readpage': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/erofs.h:259, from /kisskb/src/fs/erofs/super.c:18: /kisskb/src/fs/erofs/super.c: In function '__bpf_trace_erofs_lookup': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:29:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:29:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:29:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:29:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:29:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:29:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function '__bpf_trace_erofs__map_blocks_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function '__bpf_trace_erofs_fill_inode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:55:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:55:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:55:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:55:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function '__bpf_trace_erofs_readpage': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function '__bpf_trace_erofs_readpages': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function '__bpf_trace_erofs__map_blocks_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:186:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(erofs__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function '__bpf_trace_erofs_destroy_inode': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/fs/erofs/super.c: In function 'erofs_fc_parse_param': /kisskb/src/fs/erofs/super.c:416:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/fs/erofs/super.c: In function '_erofs_err': /kisskb/src/fs/erofs/super.c:26:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/erofs/super.c: In function 'erofs_load_compr_cfgs': /kisskb/src/fs/erofs/super.c:196:6: note: byref variable will be forcibly initialized int size, ret; ^~~~ /kisskb/src/fs/erofs/super.c:195:14: note: byref variable will be forcibly initialized erofs_off_t offset; ^~~~~~ /kisskb/src/fs/erofs/super.c:193:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/erofs/super.c: In function '_erofs_info': /kisskb/src/fs/erofs/super.c:41:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_gadget_fill_nonisoc_xfer_ddma_one': /kisskb/src/drivers/usb/dwc2/gadget.c:800:6: note: byref variable will be forcibly initialized u32 mask = 0; ^~~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_gadget_fill_isoc_desc': /kisskb/src/drivers/usb/dwc2/gadget.c:904:6: note: byref variable will be forcibly initialized u32 mask = 0; ^~~~ /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:1049:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_gadget_config_nonisoc_xfer_ddma': /kisskb/src/drivers/usb/dwc2/gadget.c:861:24: note: byref variable will be forcibly initialized struct dwc2_dma_desc *desc = hs_ep->desc_list; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/power/supply/power_supply_core.c:12: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/open.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_am_i_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:329:32: note: byref variable will be forcibly initialized struct psy_am_i_supplied_data data = { psy, 0 }; ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_is_system_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:362:15: note: byref variable will be forcibly initialized unsigned int count = 0; ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_get_battery_info': /kisskb/src/drivers/power/supply/power_supply_core.c:696:19: note: byref variable will be forcibly initialized int i, tab_len, size; ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:571:11: note: byref variable will be forcibly initialized int err, len, index; ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c:570:14: note: byref variable will be forcibly initialized const char *value; ^~~~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_hsotg_ep_queue': /kisskb/src/drivers/usb/dwc2/gadget.c:1383:6: note: byref variable will be forcibly initialized u32 mask = 0; ^~~~ /kisskb/src/fs/open.c: In function 'do_faccessat': /kisskb/src/fs/open.c:397:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:10: /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c: In function 'rcar_du_crtc_disable_planes': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:627:2: note: in expansion of macro 'if' if (!wait_event_timeout(rcrtc->vblank_wait, rcrtc->vblank_count == 0, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:627:7: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(rcrtc->vblank_wait, rcrtc->vblank_count == 0, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_batinfo_ocv2cap': /kisskb/src/drivers/power/supply/power_supply_core.c:873:6: note: byref variable will be forcibly initialized int table_len; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c: In function 'rcar_du_crtc_set_display_timing': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:273:24: note: byref variable will be forcibly initialized struct du_clk_params params = { .diff = (unsigned long)-1 }; ^~~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:223:20: note: byref variable will be forcibly initialized struct dpll_info dpll = { 0 }; ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_read_temp': /kisskb/src/drivers/power/supply/power_supply_core.c:959:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'ps_get_cur_charge_cntl_limit': /kisskb/src/drivers/power/supply/power_supply_core.c:1031:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /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:1013:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/fs/open.c: In function '__do_sys_chdir': /kisskb/src/fs/open.c:485:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chroot': /kisskb/src/fs/open.c:533:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c: In function 'rcar_du_crtc_parse_crc_source': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:1003:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c: In function 'rcar_du_crtc_verify_crc_source': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:1041:26: note: byref variable will be forcibly initialized enum vsp1_du_crc_source source; ^~~~~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_hsotg_process_req_status': /kisskb/src/drivers/usb/dwc2/gadget.c:1643:9: note: byref variable will be forcibly initialized __le16 reply; ^~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c: In function 'rcar_du_crtc_set_crc_source': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:1068:26: note: byref variable will be forcibly initialized enum vsp1_du_crc_source source; ^~~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:1065:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/fs/open.c: In function 'do_truncate': /kisskb/src/fs/open.c:42:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:15: /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/open.c: In function 'do_sys_truncate': /kisskb/src/fs/open.c:124:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c: In function 'rcar_du_crtc_crc_init': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:891:8: note: byref variable will be forcibly initialized char name[16]; ^~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:10: /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c: In function 'rcar_du_crtc_wait_page_flip': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:469:2: note: in expansion of macro 'if' if (wait_event_timeout(rcrtc->flip_wait, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:469:6: note: in expansion of macro 'wait_event_timeout' if (wait_event_timeout(rcrtc->flip_wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:568:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/open.c:567:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchmodat': /kisskb/src/fs/open.c:614:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c: In function 'rcar_du_crtc_create': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:1203:7: note: byref variable will be forcibly initialized char clk_name[9]; ^~~~~~~~ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:647:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/open.c:645:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchownat': /kisskb/src/fs/open.c:692:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/open.c: In function 'do_sys_openat2': /kisskb/src/fs/open.c:1187:20: note: byref variable will be forcibly initialized struct open_flags op; ^~ /kisskb/src/fs/open.c: In function '__do_sys_openat2': /kisskb/src/fs/open.c:1239:18: note: byref variable will be forcibly initialized struct open_how tmp; ^~~ /kisskb/src/fs/open.c: In function 'file_open_name': /kisskb/src/fs/open.c:1141:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^~~ /kisskb/src/fs/open.c:1140:20: note: byref variable will be forcibly initialized struct open_flags op; ^~ /kisskb/src/fs/open.c: In function 'file_open_root': /kisskb/src/fs/open.c:1176:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^~~ /kisskb/src/fs/open.c:1175:20: note: byref variable will be forcibly initialized struct open_flags op; ^~ /kisskb/src/fs/open.c: In function 'do_sys_open': /kisskb/src/fs/open.c:1215:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c: In function 'output_store': /kisskb/src/drivers/w1/slaves/w1_ds2405.c:183:6: note: byref variable will be forcibly initialized u8 cmd[9]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c:145:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c:144:6: note: byref variable will be forcibly initialized int ret, current_pio; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-pcidrv.c: In function 'navi_amd_register_client': /kisskb/src/drivers/i2c/busses/i2c-designware-pcidrv.c:127:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2413.c: In function 'output_write': /kisskb/src/drivers/w1/slaves/w1_ds2413.c:88:5: note: byref variable will be forcibly initialized u8 w1_buf[3]; ^~~~~~ /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:13: note: byref variable will be forcibly initialized dma_addr_t paddr; ^~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_attr_changed': /kisskb/src/fs/cachefiles/interface.c:435:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/cachefiles/interface.c:434:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_sync_cache': /kisskb/src/fs/cachefiles/interface.c:379:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_drop_object': /kisskb/src/fs/cachefiles/interface.c:265:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_ep0_respond_u16': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:848:9: note: byref variable will be forcibly initialized __le16 le_response = cpu_to_le16(response); ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_invalidate_object': /kisskb/src/fs/cachefiles/interface.c:504:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/cachefiles/interface.c:503:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_update_object': /kisskb/src/fs/cachefiles/interface.c:210:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_check_consistency': /kisskb/src/fs/cachefiles/interface.c:409:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_lookup_object': /kisskb/src/fs/cachefiles/interface.c:124:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_ep0_setup': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:1050:4: note: byref variable will be forcibly initialized } u; ^ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_udc_init': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:2037:6: note: byref variable will be forcibly initialized u32 bufsize; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-emev2.c: In function 'em_i2c_slave_irq': /kisskb/src/drivers/i2c/busses/i2c-emev2.c:230:13: note: byref variable will be forcibly initialized u8 status, value; ^~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_I_T': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:86:14: note: byref variable will be forcibly initialized DECLARE_TCS(tcs); \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:35: note: in definition of macro 'DECLARE_TCS' struct tasklet_completion_status tcs = { \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:145:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); \ ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:145:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized int res; \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:145:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 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:14: note: byref variable will be forcibly initialized DECLARE_TCS(tcs); \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:35: note: in definition of macro 'DECLARE_TCS' struct tasklet_completion_status tcs = { \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:219:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); \ ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:219:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized int res; \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:219:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 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:14: note: byref variable will be forcibly initialized DECLARE_TCS(tcs); \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:35: note: in definition of macro 'DECLARE_TCS' struct tasklet_completion_status tcs = { \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:234:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); \ ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:234:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized int res; \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:234:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ /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:14: note: byref variable will be forcibly initialized DECLARE_TCS(tcs); \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:35: note: in definition of macro 'DECLARE_TCS' struct tasklet_completion_status tcs = { \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:205:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); \ ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:205:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized int res; \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:205:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 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:14: note: byref variable will be forcibly initialized DECLARE_TCS(tcs); ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:35: note: in definition of macro 'DECLARE_TCS' struct tasklet_completion_status tcs = { \ ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:563:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:561:6: note: byref variable will be forcibly initialized int res = 1; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/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:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_ha': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:86:14: note: byref variable will be forcibly initialized DECLARE_TCS(tcs); \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:35: note: in definition of macro 'DECLARE_TCS' struct tasklet_completion_status tcs = { \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:119:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); \ ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:119:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized int res; \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:119:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 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:14: note: byref variable will be forcibly initialized DECLARE_TCS(tcs); \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:35: note: in definition of macro 'DECLARE_TCS' struct tasklet_completion_status tcs = { \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:128:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); \ ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:128:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized int res; \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:128:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' CLEAR_NEXUS_PRE; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/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:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(tascb_completion); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:396:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:395:14: note: byref variable will be forcibly initialized DECLARE_TCS(tcs); ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:35: note: in definition of macro 'DECLARE_TCS' struct tasklet_completion_status tcs = { \ ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:390:6: note: byref variable will be forcibly initialized int res = 1; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/fs/erofs/internal.h:13, from /kisskb/src/fs/erofs/pcpubuf.c:10: /kisskb/src/fs/erofs/pcpubuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/pcpubuf.c:10: /kisskb/src/fs/erofs/pcpubuf.c: In function 'erofs_pcpubuf_growsize': /kisskb/src/fs/erofs/pcpubuf.c:52:12: note: byref variable will be forcibly initialized LIST_HEAD(pagepool); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/cachefiles/io.c: In function 'cachefiles_prepare_read': /kisskb/src/fs/cachefiles/io.c:274:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/io.c: In function 'cachefiles_begin_read_operation': /kisskb/src/fs/cachefiles/io.c:385:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/media/i2c/tvaudio.c: In function 'chip_write': /kisskb/src/drivers/media/i2c/tvaudio.c:158:16: note: byref variable will be forcibly initialized unsigned char buffer[2]; ^~~~~~ /kisskb/src/fs/erofs/decompressor.c: In function 'z_erofs_lz4_prepare_destpages': /kisskb/src/fs/erofs/decompressor.c:72:16: note: byref variable will be forcibly initialized unsigned long bounced[DIV_ROUND_UP(LZ4_MAX_DISTANCE_PAGES, ^~~~~~~ /kisskb/src/fs/erofs/decompressor.c: In function 'z_erofs_lz4_decompress': /kisskb/src/fs/erofs/decompressor.c:197:11: note: byref variable will be forcibly initialized int ret, maptype; ^~~~~~~ /kisskb/src/fs/erofs/decompressor.c:194:15: note: byref variable will be forcibly initialized unsigned int inputmargin; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/tvaudio.c: In function 'chip_read': /kisskb/src/drivers/media/i2c/tvaudio.c:223:16: note: byref variable will be forcibly initialized unsigned char buffer; ^~~~~~ In file included from /kisskb/src/include/linux/security.h:30, from /kisskb/src/fs/erofs/xattr.c:6: /kisskb/src/fs/erofs/xattr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/i2c/tvaudio.c: In function 'chip_read2': /kisskb/src/drivers/media/i2c/tvaudio.c:243:16: note: byref variable will be forcibly initialized unsigned char read[1]; ^~~~ /kisskb/src/drivers/media/i2c/tvaudio.c:242:16: note: byref variable will be forcibly initialized unsigned char write[1]; ^~~~~ /kisskb/src/fs/erofs/xattr.c: In function 'xattr_foreach': /kisskb/src/fs/erofs/xattr.c:226:27: note: byref variable will be forcibly initialized struct erofs_xattr_entry entry; ^~~~~ /kisskb/src/fs/erofs/xattr.c: In function 'inline_getxattr': /kisskb/src/fs/erofs/xattr.c:377:15: note: byref variable will be forcibly initialized unsigned int remaining; ^~~~~~~~~ /kisskb/src/fs/erofs/xattr.c: In function 'inline_listxattr': /kisskb/src/fs/erofs/xattr.c:598:15: note: byref variable will be forcibly initialized unsigned int remaining; ^~~~~~~~~ /kisskb/src/fs/erofs/xattr.c: In function 'init_inode_xattrs': /kisskb/src/fs/erofs/xattr.c:41:20: note: byref variable will be forcibly initialized struct xattr_iter it; ^~ /kisskb/src/fs/erofs/xattr.c: In function 'erofs_getxattr': /kisskb/src/fs/erofs/xattr.c:445:23: note: byref variable will be forcibly initialized struct getxattr_iter it; ^~ /kisskb/src/fs/erofs/xattr.c: In function 'erofs_listxattr': /kisskb/src/fs/erofs/xattr.c:654:24: note: byref variable will be forcibly initialized struct listxattr_iter it; ^~ /kisskb/src/fs/erofs/zmap.c: In function 'get_compacted_la_distance': /kisskb/src/fs/erofs/zmap.c:221:5: note: byref variable will be forcibly initialized u8 type; ^~~~ /kisskb/src/fs/erofs/zmap.c: In function 'unpack_compacted_index': /kisskb/src/fs/erofs/zmap.c:249:10: note: byref variable will be forcibly initialized u8 *in, type; ^~~~ 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:112:9: note: userspace variable will be forcibly initialized return (struct iovec) { ^ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'w1_f14_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:68:5: note: byref variable will be forcibly initialized u8 cmp[W1_F14_READ_MAXLEN]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c:67:5: note: byref variable will be forcibly initialized u8 wrbuf[2]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'w1_f14_write': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:149:5: note: byref variable will be forcibly initialized u8 rdbuf[W1_F14_SCRATCH_SIZE + 3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c:148:5: note: byref variable will be forcibly initialized u8 wrbuf[2]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'eeprom_write': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:225:9: note: byref variable will be forcibly initialized char tmp[W1_F14_SCRATCH_SIZE]; ^~~ /kisskb/src/fs/read_write.c: In function 'do_iter_readv_writev': /kisskb/src/fs/read_write.c:717:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:397:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:396:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:395:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = buf, .iov_len = len }; ^~~ /kisskb/src/fs/read_write.c: In function 'new_sync_write': /kisskb/src/fs/read_write.c:500:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:499:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:498:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = (void __user *)buf, .iov_len = len }; ^~~ /kisskb/src/fs/read_write.c: In function 'do_loop_readv_writev': /kisskb/src/fs/read_write.c:746:16: note: userspace variable will be forcibly initialized struct iovec iovec = iov_iter_iovec(iter); ^~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_llseek': /kisskb/src/fs/read_write.c:342:9: note: byref variable will be forcibly initialized loff_t offset; ^~~~~~ /kisskb/src/fs/read_write.c: In function 'vfs_readv': /kisskb/src/fs/read_write.c:905:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:904:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^~~ /kisskb/src/fs/read_write.c:903:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV]; ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_readv': /kisskb/src/fs/read_write.c:942:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^~~ /kisskb/src/fs/read_write.c: In function 'vfs_writev': /kisskb/src/fs/read_write.c:922:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:921:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^~~ /kisskb/src/fs/read_write.c:920:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV]; ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_writev': /kisskb/src/fs/read_write.c:966:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^~~ /kisskb/src/fs/read_write.c: In function 'do_sendfile': /kisskb/src/fs/read_write.c:1182:9: note: byref variable will be forcibly initialized loff_t out_pos; ^~~~~~~ /kisskb/src/fs/read_write.c:1181:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:9, from /kisskb/src/fs/erofs/zdata.c:6: /kisskb/src/fs/erofs/zdata.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/fs/erofs/internal.h:12, from /kisskb/src/fs/erofs/zdata.h:9, from /kisskb/src/fs/erofs/zdata.c:6: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile': /kisskb/src/fs/read_write.c:1283:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile64': /kisskb/src/fs/read_write.c:1302:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/fs/read_write.c: In function '__do_compat_sys_sendfile': /kisskb/src/fs/read_write.c:1321:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/fs/read_write.c: In function '__do_compat_sys_sendfile64': /kisskb/src/fs/read_write.c:1341:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/fs/read_write.c: In function '__kernel_read': /kisskb/src/fs/read_write.c:426:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:425:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:421:14: note: byref variable will be forcibly initialized struct kvec iov = { ^~~ /kisskb/src/fs/read_write.c: In function '__kernel_write': /kisskb/src/fs/read_write.c:522:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:521:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:517:14: note: byref variable will be forcibly initialized struct kvec iov = { ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'w1_f2d_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:67:5: note: byref variable will be forcibly initialized u8 cmp[W1_F2D_READ_MAXLEN]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c:66:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'w1_f2d_write': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:149:5: note: byref variable will be forcibly initialized u8 rdbuf[W1_F2D_SCRATCH_SIZE + 3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c:148:5: note: byref variable will be forcibly initialized u8 wrbuf[4]; ^~~~~ /kisskb/src/fs/read_write.c: In function 'ksys_read': /kisskb/src/fs/read_write.c:618:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'eeprom_write': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:224:9: note: byref variable will be forcibly initialized char tmp[W1_F2D_SCRATCH_SIZE]; ^~~ /kisskb/src/fs/read_write.c: In function 'ksys_write': /kisskb/src/fs/read_write.c:642:10: note: byref variable will be forcibly initialized 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:1635:9: note: byref variable will be forcibly initialized loff_t count; ^~~~~ /kisskb/src/fs/read_write.c: In function 'generic_copy_file_checks': /kisskb/src/fs/read_write.c:1422:11: note: byref variable will be forcibly initialized uint64_t count = *req_count; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:9, from /kisskb/src/fs/erofs/zdata.c:6: /kisskb/src/fs/erofs/zdata.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/erofs/internal.h:12, from /kisskb/src/fs/erofs/zdata.h:9, from /kisskb/src/fs/erofs/zdata.c:6: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_copy_file_range': /kisskb/src/fs/read_write.c:1537:9: note: byref variable will be forcibly initialized loff_t pos_out; ^~~~~~~ /kisskb/src/fs/read_write.c:1536:9: note: byref variable will be forcibly initialized loff_t pos_in; ^~~~~~ /kisskb/src/fs/file_table.c: In function 'alloc_file_pseudo': /kisskb/src/fs/file_table.c:222:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_decompress_pcluster': /kisskb/src/fs/erofs/zdata.c:847:25: note: byref variable will be forcibly initialized enum z_erofs_page_type page_type; ^~~~~~~~~ /kisskb/src/fs/erofs/zdata.c:844:15: note: byref variable will be forcibly initialized struct page *pages_onstack[Z_EROFS_VMAP_ONSTACK_PAGES]; ^~~~~~~~~~~~~ /kisskb/src/fs/erofs/zdata.c:842:30: note: byref variable will be forcibly initialized struct z_erofs_pagevec_ctor ctor; ^~~~ /kisskb/src/fs/erofs/zdata.c:977:60: note: byref variable will be forcibly initialized err = z_erofs_decompress(&(struct z_erofs_decompress_req) { ^ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:9, from /kisskb/src/fs/erofs/zdata.c:6: /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_decompressqueue_work': /kisskb/src/fs/erofs/zdata.c:1063:12: note: byref variable will be forcibly initialized LIST_HEAD(pagepool); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_submit_queue': /kisskb/src/fs/erofs/zdata.c:1266:34: note: byref variable will be forcibly initialized struct z_erofs_decompressqueue *q[NR_JOBQUEUES]; ^ /kisskb/src/fs/erofs/zdata.c:1265:26: note: byref variable will be forcibly initialized z_erofs_next_pcluster_t qtail[NR_JOBQUEUES]; ^~~~~ /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_decompressqueue_endio': /kisskb/src/fs/erofs/zdata.c:816:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:9, from /kisskb/src/fs/erofs/zdata.c:6: /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_runqueue': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:323:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:334:2: note: in expansion of macro '__io_wait_event' __io_wait_event(wq_head, condition); \ ^~~~~~~~~~~~~~~ /kisskb/src/fs/erofs/zdata.c:1373:2: note: in expansion of macro 'io_wait_event' io_wait_event(io[JQ_SUBMIT].u.wait, ^~~~~~~~~~~~~ /kisskb/src/fs/erofs/zdata.c:1360:33: note: byref variable will be forcibly initialized struct z_erofs_decompressqueue io[NR_JOBQUEUES]; ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:9, from /kisskb/src/fs/erofs/zdata.c:6: /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_readahead': /kisskb/src/fs/erofs/zdata.c:1418:12: note: byref variable will be forcibly initialized LIST_HEAD(pagepool); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/erofs/zdata.c:1416:37: note: byref variable will be forcibly initialized struct z_erofs_decompress_frontend f = DECOMPRESS_FRONTEND_INIT(inode); ^ 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/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:9, from /kisskb/src/fs/erofs/zdata.c:6: /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_readpage': /kisskb/src/fs/erofs/zdata.c:1385:12: note: byref variable will be forcibly initialized LIST_HEAD(pagepool); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_store_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:329:8: note: byref variable will be forcibly initialized long long_val; ^~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c:316:29: note: byref variable will be forcibly initialized union power_supply_propval value; ^~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_show_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:270:29: note: byref variable will be forcibly initialized union power_supply_propval value; ^~~~~ /kisskb/src/fs/super.c: In function 'super_setup_bdi_name': /kisskb/src/fs/super.c:1550:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_device_init': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:3417:32: note: byref variable will be forcibly initialized struct ena_llq_configurations llq_config; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_unmask_interrupt': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:1822:29: note: byref variable will be forcibly initialized struct ena_eth_io_intr_reg intr_reg; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_clean_tx_irq': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:1322:6: note: byref variable will be forcibly initialized u16 req_id; ^~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_clean_xdp_irq': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:1886:6: note: byref variable will be forcibly initialized u16 req_id; ^~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_xmit_common': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:146:10: note: byref variable will be forcibly initialized int rc, nb_hw_desc; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_alloc_rx_buffer': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:1013:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_clean_rx_irq': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:1655:18: note: byref variable will be forcibly initialized struct xdp_buff xdp; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:1647:24: note: byref variable will be forcibly initialized struct ena_com_rx_ctx ena_rx_ctx; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:1646:6: note: byref variable will be forcibly initialized u16 next_to_clean = rx_ring->next_to_clean; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_create_io_tx_queue': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:2361:31: note: byref variable will be forcibly initialized struct ena_com_create_io_ctx ctx; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_create_io_rx_queue': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:2430:31: note: byref variable will be forcibly initialized struct ena_com_create_io_ctx ctx; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_restore_device': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:3604:7: note: byref variable will be forcibly initialized bool wd_state; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:3601:38: note: byref variable will be forcibly initialized struct ena_com_dev_get_features_ctx get_feat_ctx; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_start_xmit': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:3040:27: note: byref variable will be forcibly initialized u16 next_to_use, req_id, header_len; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:3039:8: note: byref variable will be forcibly initialized void *push_hdr; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:3036:24: note: byref variable will be forcibly initialized struct ena_com_tx_ctx ena_tx_ctx; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_kms.c: In function 'rcar_du_vsps_init': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_kms.c:599:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_probe': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:4225:7: note: byref variable will be forcibly initialized bool wd_state; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:4219:38: note: byref variable will be forcibly initialized struct ena_com_dev_get_features_ctx get_feat_ctx; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_kms.c: In function 'rcar_du_encoders_init': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_kms.c:536:22: note: byref variable will be forcibly initialized struct of_endpoint ep; ^~ /kisskb/src/fs/orangefs/orangefs-sysfs.c: In function 'sysfs_service_op_store': /kisskb/src/fs/orangefs/orangefs-sysfs.c:629:14: note: byref variable will be forcibly initialized int val1, val2; ^~~~ /kisskb/src/fs/orangefs/orangefs-sysfs.c:629:8: note: byref variable will be forcibly initialized int val1, val2; ^~~~ /kisskb/src/fs/orangefs/orangefs-sysfs.c:539:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_writepage_locked': /kisskb/src/fs/orangefs/inode.c:28:9: note: byref variable will be forcibly initialized loff_t off; ^~~ /kisskb/src/fs/orangefs/inode.c:25:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^~ /kisskb/src/fs/orangefs/inode.c:24:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_writepages_work': /kisskb/src/fs/orangefs/inode.c:98:9: note: byref variable will be forcibly initialized loff_t off; ^~~ /kisskb/src/fs/orangefs/inode.c:95:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/orangefs/inode.c:94:36: note: byref variable will be forcibly initialized struct orangefs_write_range *wrp, wr; ^~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/fs/orangefs/inode.c:13: /kisskb/src/fs/orangefs/inode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_fileattr_get': /kisskb/src/fs/orangefs/inode.c:926:6: note: byref variable will be forcibly initialized u64 val = 0; ^~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_fileattr_set': /kisskb/src/fs/orangefs/inode.c:947:6: note: byref variable will be forcibly initialized u64 val = 0; ^~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_direct_IO': /kisskb/src/fs/orangefs/inode.c:526:9: note: byref variable will be forcibly initialized loff_t pos = iocb->ki_pos; ^~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_readahead': /kisskb/src/fs/orangefs/inode.c:251:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/orangefs/inode.c:250:9: note: byref variable will be forcibly initialized loff_t offset; ^~~~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_writepages': /kisskb/src/fs/orangefs/inode.c:218:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_readpage': /kisskb/src/fs/orangefs/inode.c:297:9: note: byref variable will be forcibly initialized loff_t off; /* offset into this page */ ^~~ /kisskb/src/fs/orangefs/inode.c:295:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^~ /kisskb/src/fs/orangefs/inode.c:294:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_update_time': /kisskb/src/fs/orangefs/inode.c:910:15: note: byref variable will be forcibly initialized struct iattr iattr; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/cachefiles.h:321, from /kisskb/src/fs/cachefiles/internal.h:123, from /kisskb/src/fs/cachefiles/main.c:22: /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_ref': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_lookup': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_mkdir': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_create': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_unlink': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_rename': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_mark_active': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_active, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_active, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_wait_active': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_mark_inactive': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_mark_buried': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cachefiles.h:321, from /kisskb/src/fs/cachefiles/internal.h:123, from /kisskb/src/fs/cachefiles/main.c:22: /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_ref': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_lookup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_mkdir': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_create': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_unlink': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_rename': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_mark_active': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_active, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_wait_active': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_mark_inactive': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_mark_buried': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/cachefiles.h:321, from /kisskb/src/fs/cachefiles/internal.h:123, from /kisskb/src/fs/cachefiles/main.c:22: /kisskb/src/fs/cachefiles/main.c: In function '__bpf_trace_cachefiles_ref': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function '__bpf_trace_cachefiles_rename': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function '__bpf_trace_cachefiles_lookup': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function '__bpf_trace_cachefiles_mkdir': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function '__bpf_trace_cachefiles_create': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function '__bpf_trace_cachefiles_unlink': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function '__bpf_trace_cachefiles_wait_active': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function '__bpf_trace_cachefiles_mark_inactive': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function '__bpf_trace_cachefiles_mark_buried': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function '__bpf_trace_cachefiles_mark_active': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_active, ^~~~~~~~~~~ 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:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c: In function 'asd_execute_task': /kisskb/src/drivers/i2c/busses/i2c-gpio.c: In function 'of_i2c_gpio_get_props': /kisskb/src/drivers/i2c/busses/i2c-gpio.c:306:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c:531:12: note: byref variable will be forcibly initialized LIST_HEAD(alist); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c:530:6: note: byref variable will be forcibly initialized int res = 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:29: note: byref variable will be forcibly initialized union power_supply_propval online; ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_bat_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:25:16: note: byref variable will be forcibly initialized unsigned long delay_off = 0; ^~~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c:24:16: note: byref variable will be forcibly initialized unsigned long delay_on = 0; ^~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c:23:29: note: byref variable will be forcibly initialized union power_supply_propval status; ^~~~~~ /kisskb/src/fs/cachefiles/namei.c: In function 'cachefiles_bury_object': /kisskb/src/fs/cachefiles/namei.c:414:21: note: byref variable will be forcibly initialized struct renamedata rd = { ^~ /kisskb/src/fs/cachefiles/namei.c:296:7: note: byref variable will be forcibly initialized char nbuffer[8 + 8 + 1]; ^~~~~~~ /kisskb/src/fs/cachefiles/namei.c: In function 'cachefiles_mark_object_active': /kisskb/src/fs/cachefiles/namei.c:198:22: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^~~~ /kisskb/src/fs/cachefiles/namei.c:197:15: note: byref variable will be forcibly initialized signed long timeout = 60 * HZ; ^~~~~~~ /kisskb/src/fs/cachefiles/namei.c: In function 'cachefiles_walk_to_object': /kisskb/src/fs/cachefiles/namei.c:496:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/media/i2c/saa6588.c: In function 'saa6588_i2c_poll': /kisskb/src/drivers/media/i2c/saa6588.c:252:16: note: byref variable will be forcibly initialized unsigned char tmpbuf[6]; ^~~~~~ /kisskb/src/drivers/media/i2c/saa6588.c: In function 'saa6588_configure': /kisskb/src/drivers/media/i2c/saa6588.c:329:16: note: byref variable will be forcibly initialized unsigned char buf[3]; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/i2c/saa6588.c:10: /kisskb/src/drivers/media/i2c/saa6588.c: In function 'read_from_buf': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/saa6588.c:183:13: note: in expansion of macro 'wait_event_interruptible' int ret = wait_event_interruptible(s->read_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/saa6588.c:173:16: note: byref variable will be forcibly initialized unsigned char buf[3]; ^~~ /kisskb/src/fs/char_dev.c: In function 'chrdev_open': /kisskb/src/fs/char_dev.c:384:7: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/media/i2c/tda9840.c: In function 'tda9840_status': /kisskb/src/drivers/media/i2c/tda9840.c:60:5: note: byref variable will be forcibly initialized u8 byte; ^~~~ /kisskb/src/fs/cachefiles/xattr.c: In function 'cachefiles_check_object_type': /kisskb/src/fs/cachefiles/xattr.c:28:16: note: byref variable will be forcibly initialized char type[3], xtype[3]; ^~~~~ /kisskb/src/fs/cachefiles/xattr.c:28:7: note: byref variable will be forcibly initialized char type[3], xtype[3]; ^~~~ /kisskb/src/fs/cachefiles/rdwr.c: In function 'cachefiles_read_or_alloc_page': /kisskb/src/fs/cachefiles/rdwr.c:399:11: note: byref variable will be forcibly initialized sector_t block; ^~~~~ /kisskb/src/fs/cachefiles/rdwr.c: In function 'cachefiles_read_or_alloc_pages': /kisskb/src/fs/cachefiles/rdwr.c:729:12: note: byref variable will be forcibly initialized sector_t block; ^~~~~ /kisskb/src/fs/cachefiles/rdwr.c:690:17: note: byref variable will be forcibly initialized struct pagevec pagevec; ^~~~~~~ /kisskb/src/fs/cachefiles/rdwr.c:689:19: note: byref variable will be forcibly initialized struct list_head backpages; ^~~~~~~~~ /kisskb/src/fs/cachefiles/rdwr.c: In function 'cachefiles_allocate_pages': /kisskb/src/fs/cachefiles/rdwr.c:840:17: note: byref variable will be forcibly initialized struct pagevec pagevec; ^~~~~~~ /kisskb/src/fs/cachefiles/rdwr.c: In function 'cachefiles_write_page': /kisskb/src/fs/cachefiles/rdwr.c:885:9: note: byref variable will be forcibly initialized loff_t pos, eof; ^~~ /kisskb/src/fs/cachefiles/rdwr.c:884:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_register_netdev': /kisskb/src/drivers/usb/gadget/function/u_ether.c:864:18: note: byref variable will be forcibly initialized struct sockaddr sa; ^~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_set_dev_addr': /kisskb/src/drivers/usb/gadget/function/u_ether.c:911:5: note: byref variable will be forcibly initialized u8 new_addr[ETH_ALEN]; ^~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_set_host_addr': /kisskb/src/drivers/usb/gadget/function/u_ether.c:940:5: note: byref variable will be forcibly initialized u8 new_addr[ETH_ALEN]; ^~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_set_ifname': /kisskb/src/drivers/usb/gadget/function/u_ether.c:1023:7: note: byref variable will be forcibly initialized char tmp[IFNAMSIZ]; ^~~ /kisskb/src/drivers/usb/gadget/udc/udc-xilinx.c: In function 'xudc_handle_setup': /kisskb/src/drivers/usb/gadget/udc/udc-xilinx.c:1738:25: note: byref variable will be forcibly initialized struct usb_ctrlrequest setup; ^~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_of.c: In function 'rcar_du_of_apply_overlay': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_of.c:49:6: note: byref variable will be forcibly initialized int ovcs_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_of.c: In function 'rcar_du_of_lvds_patch_one': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_of.c:129:9: note: byref variable will be forcibly initialized __be32 value[4]; ^~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_of.c: In function 'rcar_du_of_lvds_patch': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_of.c:285:19: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_of.c:246:8: note: byref variable will be forcibly initialized char name[7]; ^~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_of.c:203:7: note: byref variable will be forcibly initialized char compatible[22]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_du_of.c:198:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/fs/stat.c:9: /kisskb/src/fs/stat.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat': /kisskb/src/fs/stat.c:346:14: note: byref variable will be forcibly initialized struct stat tmp; ^~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat64': /kisskb/src/fs/stat.c:489:16: note: byref variable will be forcibly initialized struct stat64 tmp; ^~~ /kisskb/src/fs/stat.c: In function 'cp_statx': /kisskb/src/fs/stat.c:573:15: note: byref variable will be forcibly initialized struct statx tmp; ^~~ /kisskb/src/fs/stat.c: In function 'cp_compat_stat': /kisskb/src/fs/stat.c:645:21: note: byref variable will be forcibly initialized struct compat_stat tmp; ^~~ /kisskb/src/fs/stat.c: In function 'do_readlinkat': /kisskb/src/fs/stat.c:436:6: note: byref variable will be forcibly initialized int empty = 0; ^~~~~ /kisskb/src/fs/stat.c:434:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/stat.c: In function 'vfs_statx': /kisskb/src/fs/stat.c:205:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstat': /kisskb/src/fs/stat.c:421:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstat64': /kisskb/src/fs/stat.c:548:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newfstat': /kisskb/src/fs/stat.c:718:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newstat': /kisskb/src/fs/stat.c:384:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_stat64': /kisskb/src/fs/stat.c:525:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newstat': /kisskb/src/fs/stat.c:679:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newlstat': /kisskb/src/fs/stat.c:395:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_lstat64': /kisskb/src/fs/stat.c:537:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newlstat': /kisskb/src/fs/stat.c:691:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstatat': /kisskb/src/fs/stat.c:409:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstatat64': /kisskb/src/fs/stat.c:560:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newfstatat': /kisskb/src/fs/stat.c:705:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function 'do_statx': /kisskb/src/fs/stat.c:608:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/drivers/usb/host/ehci-pci.c: In function 'ehci_pci_setup': /kisskb/src/drivers/usb/host/ehci-pci.c:312:7: note: byref variable will be forcibly initialized u16 port_wake; ^~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-pci.c:207:7: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/usb/host/ehci-pci.c:174:7: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/usb/host/ehci-pci.c:91:8: note: byref variable will be forcibly initialized u32 temp; ^~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_atoreg_num': /kisskb/src/drivers/w1/w1.c:406:6: note: byref variable will be forcibly initialized u64 rn64_le; ^~~~~~~ /kisskb/src/drivers/w1/w1.c:404:21: note: byref variable will be forcibly initialized unsigned long long id; ^~ /kisskb/src/drivers/w1/w1.c:403:15: note: byref variable will be forcibly initialized unsigned int family; ^~~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_addr_crc_is_valid': /kisskb/src/drivers/w1/w1.c:935:7: note: byref variable will be forcibly initialized u64 corr_le = rn_le; ^~~~~~~ /kisskb/src/drivers/w1/w1.c:920:6: note: byref variable will be forcibly initialized u64 rn_le = cpu_to_le64(rn); ^~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_pullup': /kisskb/src/drivers/w1/w1.c:262:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_search': /kisskb/src/drivers/w1/w1.c:226:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_max_slave_count': /kisskb/src/drivers/w1/w1.c:320:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_attach_slave_device': /kisskb/src/drivers/w1/w1.c:725:24: note: byref variable will be forcibly initialized struct w1_netlink_msg msg; ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_add': /kisskb/src/drivers/w1/w1.c:464:20: note: byref variable will be forcibly initialized struct w1_reg_num rn; ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_unref_slave': /kisskb/src/drivers/w1/w1.c:793:25: note: byref variable will be forcibly initialized struct w1_netlink_msg msg; ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_remove': /kisskb/src/drivers/w1/w1.c:502:20: note: byref variable will be forcibly initialized struct w1_reg_num rn; ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_reconnect_slaves': /kisskb/src/drivers/w1/w1.c:898:23: note: byref variable will be forcibly initialized struct w1_reg_num rn; ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_search': /kisskb/src/drivers/w1/w1.c:991:15: note: byref variable will be forcibly initialized u64 last_rn, rn, tmp64; ^~ /kisskb/src/drivers/usb/roles/class.c: In function 'role_store': /kisskb/src/drivers/usb/roles/class.c:243:8: note: byref variable will be forcibly initialized bool res; ^~~ /kisskb/src/drivers/i2c/busses/i2c-omap.c: In function 'omap_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-omap.c:1381:7: note: byref variable will be forcibly initialized u32 freq = I2C_MAX_STANDARD_MODE_FREQ; ^~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_read_word': /kisskb/src/drivers/power/supply/cw2015_battery.c:85:9: note: byref variable will be forcibly initialized __be16 value; ^~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_voltage': /kisskb/src/drivers/power/supply/cw2015_battery.c:308:6: note: byref variable will be forcibly initialized u16 reg_val; ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_time_to_empty': /kisskb/src/drivers/power/supply/cw2015_battery.c:335:6: note: byref variable will be forcibly initialized u16 value16; ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_update_profile': /kisskb/src/drivers/power/supply/cw2015_battery.c:99:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_init': /kisskb/src/drivers/power/supply/cw2015_battery.c:201:6: note: byref variable will be forcibly initialized u8 bat_info[CW2015_SIZE_BATINFO]; ^~~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c:160:15: note: byref variable will be forcibly initialized unsigned int reg_val = CW2015_MODE_SLEEP; ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_soc': /kisskb/src/drivers/power/supply/cw2015_battery.c:255:15: note: byref variable will be forcibly initialized unsigned int soc; ^~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_bat_work': /kisskb/src/drivers/power/supply/cw2015_battery.c:424:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c: In function 'get_compat_flock': /kisskb/src/fs/fcntl.c:542:22: note: byref variable will be forcibly initialized struct compat_flock fl; ^~ /kisskb/src/fs/fcntl.c: In function 'get_compat_flock64': /kisskb/src/fs/fcntl.c:552:24: note: byref variable will be forcibly initialized struct compat_flock64 fl; ^~ /kisskb/src/fs/fcntl.c: In function 'put_compat_flock': /kisskb/src/fs/fcntl.c:562:22: note: byref variable will be forcibly initialized struct compat_flock fl; ^~ /kisskb/src/fs/fcntl.c: In function 'put_compat_flock64': /kisskb/src/fs/fcntl.c:573:24: note: byref variable will be forcibly initialized struct compat_flock64 fl; ^~ /kisskb/src/fs/fcntl.c: In function 'fcntl_rw_hint': /kisskb/src/fs/fcntl.c:291:6: note: byref variable will be forcibly initialized u64 h; ^ /kisskb/src/fs/fcntl.c: In function 'send_sigio_to_task': /kisskb/src/fs/fcntl.c:748:21: note: byref variable will be forcibly initialized kernel_siginfo_t si; ^~ /kisskb/src/fs/fcntl.c: In function 'f_setown_ex': /kisskb/src/fs/fcntl.c:169:20: note: byref variable will be forcibly initialized struct f_owner_ex owner; ^~~~~ /kisskb/src/fs/fcntl.c: In function 'do_fcntl': /kisskb/src/fs/fcntl.c:335:15: note: byref variable will be forcibly initialized struct flock flock; ^~~~~ /kisskb/src/fs/fcntl.c: In function 'do_compat_fcntl64': /kisskb/src/fs/fcntl.c:623:15: note: byref variable will be forcibly initialized struct flock flock; ^~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c:949:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*fapp, new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fiemap': /kisskb/src/fs/ioctl.c:201:16: note: byref variable will be forcibly initialized struct fiemap fiemap; ^~~~~~ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_fh_to_dentry': /kisskb/src/fs/orangefs/super.c:330:30: note: byref variable will be forcibly initialized struct orangefs_object_kref refn; ^~~~ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_encode_fh': /kisskb/src/fs/orangefs/super.c:352:30: note: byref variable will be forcibly initialized struct orangefs_object_kref refn; ^~~~ /kisskb/src/fs/orangefs/super.c: In function 'parse_mount_options': /kisskb/src/fs/orangefs/super.c:57:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_fill_sb': /kisskb/src/fs/orangefs/super.c:419:30: note: byref variable will be forcibly initialized struct orangefs_object_kref root_object; ^~~~~~~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fibmap': /kisskb/src/fs/ioctl.c:64:11: note: byref variable will be forcibly initialized sector_t block; ^~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_preallocate': /kisskb/src/fs/ioctl.c:276:20: note: byref variable will be forcibly initialized struct space_resv sr; ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_file_clone_range': /kisskb/src/fs/ioctl.c:258:26: note: byref variable will be forcibly initialized struct file_clone_range args; ^~~~ /kisskb/src/fs/ioctl.c: In function 'fiemap_fill_next_extent': /kisskb/src/fs/ioctl.c:118:23: note: byref variable will be forcibly initialized struct fiemap_extent extent; ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_from_user': /kisskb/src/fs/ioctl.c:568:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_to_user': /kisskb/src/fs/ioctl.c:549:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_setflags': /kisskb/src/fs/ioctl.c:723:18: note: byref variable will be forcibly initialized struct fileattr fa; ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fssetxattr': /kisskb/src/fs/ioctl.c:755:18: note: byref variable will be forcibly initialized struct fileattr fa; ^~ /kisskb/src/fs/ioctl.c: In function 'do_vfs_ioctl': /kisskb/src/fs/ioctl.c:800:11: note: byref variable will be forcibly initialized loff_t res = inode_get_bytes(inode); ^~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function '__wwan_port_dev_assign_name': /kisskb/src/drivers/net/wwan/wwan_core.c:321:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/net/wwan/wwan_core.c:320:7: note: byref variable will be forcibly initialized char buf[0x20]; ^~~ /kisskb/src/drivers/net/wwan/wwan_core.c:317:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ In file included from /kisskb/src/fs/pipe.c:11: /kisskb/src/fs/pipe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/drivers/net/wwan/wwan_core.c:17: /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_create_default_link': /kisskb/src/drivers/net/wwan/wwan_core.c:944:17: note: byref variable will be forcibly initialized struct nlattr *data[IFLA_WWAN_MAX + 1]; ^~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:943:36: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX + 1], *linkinfo[IFLA_INFO_MAX + 1]; ^~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:943:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX + 1], *linkinfo[IFLA_INFO_MAX + 1]; ^~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_port_fops_at_ioctl': /kisskb/src/drivers/net/wwan/wwan_core.c:730:7: note: byref variable will be forcibly initialized int mdmbits; ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:569:3: note: in expansion of macro 'wait_event_interruptible_exclusive' wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/net/wwan/wwan_core.c:4: /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_wait_tx': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:564:2: note: in expansion of macro 'if' if (wait_event_interruptible(port->waitqueue, !is_write_blocked(port))) ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:564:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(port->waitqueue, !is_write_blocked(port))) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_wait_rx': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:550:2: note: in expansion of macro 'if' if (wait_event_interruptible(port->waitqueue, !is_read_blocked(port))) ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:550:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(port->waitqueue, !is_read_blocked(port))) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_create_port': /kisskb/src/drivers/net/wwan/wwan_core.c:362:7: note: byref variable will be forcibly initialized char namefmt[0x20]; ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_pci_resume': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:1329:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:376:3: note: in expansion of macro 'if' if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) ^~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:376:7: note: in expansion of macro 'wait_event_interruptible_exclusive' if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:261:30: note: byref variable will be forcibly initialized struct watch_notification n; ^ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/net/wwan/wwan_core.c:6: /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_unregister_ops': /kisskb/src/drivers/net/wwan/wwan_core.c:1067:12: note: byref variable will be forcibly initialized LIST_HEAD(kill_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/pipe.c: In function 'do_pipe2': /kisskb/src/fs/pipe.c:1003:6: note: byref variable will be forcibly initialized int fd[2]; ^~ /kisskb/src/fs/pipe.c:1002:15: note: byref variable will be forcibly initialized struct file *files[2]; ^~~~~ /kisskb/src/fs/pipe.c: In function 'do_pipe_flags': /kisskb/src/fs/pipe.c:987:15: note: byref variable will be forcibly initialized struct file *files[2]; ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_wait_readable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1044:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(pipe->rd_wait, pipe_readable(pipe)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_wait_writable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1051:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_init_sas_add': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:669:6: note: byref variable will be forcibly initialized u16 deviceid; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:668:30: note: byref variable will be forcibly initialized struct pm8001_ioctl_payload payload; ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:667:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_set_phy_settings_ven_117c_12G': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:879:6: note: byref variable will be forcibly initialized int phymask = 0; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:878:39: note: byref variable will be forcibly initialized struct pm8001_mpi3_phy_pg_trx_config phycfg_ext; ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:877:39: note: byref variable will be forcibly initialized 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:755:30: note: byref variable will be forcibly initialized struct pm8001_ioctl_payload payload; ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:754:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_pci_probe': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:1063:6: note: byref variable will be forcibly initialized u32 pci_reg; ^~~~~~~ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'dispatch_ioctl_command': /kisskb/src/fs/orangefs/devorangefs-req.c:598:6: note: byref variable will be forcibly initialized int upstream_kmod = 1; ^~~~~~~~~~~~~ /kisskb/src/fs/orangefs/devorangefs-req.c:596:31: note: byref variable will be forcibly initialized struct ORANGEFS_dev_map_desc user_desc; ^~~~~~~~~ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'orangefs_devreq_compat_ioctl': /kisskb/src/fs/orangefs/devorangefs-req.c:737:34: note: byref variable will be forcibly initialized struct ORANGEFS_dev_map_desc32 d32; ^~~ /kisskb/src/fs/orangefs/devorangefs-req.c:736:32: note: byref variable will be forcibly initialized struct ORANGEFS_dev_map_desc desc; ^~~~ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'orangefs_devreq_write_iter': /kisskb/src/fs/orangefs/devorangefs-req.c:370:4: note: byref variable will be forcibly initialized } head; ^~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_find_interface': /kisskb/src/drivers/usb/core/usb.c:353:28: note: byref variable will be forcibly initialized struct find_interface_arg argb; ^~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_for_each_dev': /kisskb/src/drivers/usb/core/usb.c:395:22: note: byref variable will be forcibly initialized struct each_dev_arg arg = {data, fn}; ^~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_for_each_port': /kisskb/src/drivers/usb/core/usb.c:441:22: note: byref variable will be forcibly initialized struct each_hub_arg arg = {data, fn}; ^~~ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'orangefs_devreq_read': /kisskb/src/fs/orangefs/devorangefs-req.c:163:8: note: byref variable will be forcibly initialized __s32 proto_ver = ORANGEFS_KERNEL_PROTO_VERSION; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'list_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:202:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(new->prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_rename': /kisskb/src/fs/orangefs/namei.c:386:15: note: byref variable will be forcibly initialized struct iattr iattr; ^~~~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_mkdir': /kisskb/src/fs/orangefs/namei.c:315:15: note: byref variable will be forcibly initialized struct iattr iattr; ^~~~~ /kisskb/src/fs/orangefs/namei.c:313:30: note: byref variable will be forcibly initialized struct orangefs_object_kref ref; ^~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_create': /kisskb/src/fs/orangefs/namei.c:28:15: note: byref variable will be forcibly initialized struct iattr iattr; ^~~~~ /kisskb/src/fs/orangefs/namei.c:26:30: note: byref variable will be forcibly initialized struct orangefs_object_kref ref; ^~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_symlink': /kisskb/src/fs/orangefs/namei.c:228:15: note: byref variable will be forcibly initialized struct iattr iattr; ^~~~~ /kisskb/src/fs/orangefs/namei.c:226:30: note: byref variable will be forcibly initialized struct orangefs_object_kref ref; ^~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_unlink': /kisskb/src/fs/orangefs/namei.c:178:15: note: byref variable will be forcibly initialized struct iattr iattr; ^~~~~ /kisskb/src/fs/exec.c: In function 'get_arg_page': /kisskb/src/fs/exec.c:201:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/exec.c: In function 'shift_arg_pages': /kisskb/src/fs/exec.c:684:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'unshare_sighand': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c:1200:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(me->sighand, newsighand); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'prepare_binprm': /kisskb/src/fs/exec.c:1652:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/drivers/media/i2c/saa7115.c: In function 'saa711x_probe': /kisskb/src/drivers/media/i2c/saa7115.c:1815:7: note: byref variable will be forcibly initialized char name[CHIP_VER_SIZE + 1]; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'compat_do_execve': /kisskb/src/fs/exec.c:2015:22: note: userspace variable will be forcibly initialized struct user_arg_ptr envp = { ^~~~ /kisskb/src/fs/exec.c:2011:22: note: userspace variable will be forcibly initialized struct user_arg_ptr argv = { ^~~~ /kisskb/src/fs/exec.c: In function 'compat_do_execveat': /kisskb/src/fs/exec.c:2031:22: note: userspace variable will be forcibly initialized struct user_arg_ptr envp = { ^~~~ /kisskb/src/fs/exec.c:2027:22: note: userspace variable will be forcibly initialized struct user_arg_ptr argv = { ^~~~ /kisskb/src/fs/exec.c: In function 'setup_arg_pages': /kisskb/src/fs/exec.c:749:25: note: byref variable will be forcibly initialized struct vm_area_struct *prev = NULL; ^~~~ /kisskb/src/fs/namei.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'hash_name': /kisskb/src/fs/namei.c:2138:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/fs/namei.c:2137:23: note: byref variable will be forcibly initialized unsigned long adata, bdata, mask, len; ^~~~~ /kisskb/src/fs/namei.c:2137:16: note: byref variable will be forcibly initialized unsigned long adata, bdata, mask, len; ^~~~~ In file included from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function '__traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1357:11: note: in expansion of macro 'smp_load_acquire' flags = smp_load_acquire(&path->dentry->d_flags); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1332:12: note: in expansion of macro 'smp_load_acquire' flags = smp_load_acquire(&path->dentry->d_flags); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1376:19: note: in expansion of macro 'smp_load_acquire' unsigned flags = smp_load_acquire(&path->dentry->d_flags); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot_rcu': /kisskb/src/fs/namei.c:1839:12: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/namei.c:1838:15: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_fast': /kisskb/src/fs/namei.c:1579:12: note: byref variable will be forcibly initialized unsigned seq; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function '__lookup_slow': /kisskb/src/fs/namei.c:1636:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/fs/namei.c: In function 'handle_mounts': /kisskb/src/fs/namei.c:1477:7: note: byref variable will be forcibly initialized bool jumped; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'lookup_open': /kisskb/src/fs/namei.c:3195:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/fs/namei.c: In function 'choose_mountpoint': /kisskb/src/fs/namei.c:1265:12: note: byref variable will be forcibly initialized unsigned seq, mseq = read_seqbegin(&mount_lock); ^~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot': /kisskb/src/fs/namei.c:1878:15: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/dcache.c: In function '__d_set_inode_and_type': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:324:2: note: in expansion of macro 'smp_store_release' smp_store_release(&dentry->d_flags, flags); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'end_dir_add': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2551:2: note: in expansion of macro 'smp_store_release' smp_store_release(&dir->i_dir_seq, n + 2); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'step_into': /kisskb/src/fs/namei.c:1799:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1912:12: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/namei.c:1911:17: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/namei.c: In function 'walk_component': /kisskb/src/fs/namei.c:1955:11: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/namei.c:1954:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/namei.c: In function 'link_path_walk': /kisskb/src/fs/namei.c:2260:17: note: byref variable will be forcibly initialized struct qstr this = { { .hash_len = hash_len }, .name = name }; ^~~~ /kisskb/src/fs/namei.c: In function 'open_last_lookups': /kisskb/src/fs/namei.c:3303:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/namei.c:3302:11: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/dcache.c: In function 'hlist_bl_set_first_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_bl.h:17:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(h->first, ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function '__filename_lookup': /kisskb/src/fs/namei.c:2474:19: note: byref variable will be forcibly initialized struct nameidata nd; ^~ /kisskb/src/drivers/media/i2c/saa7185.c: In function 'saa7185_write_block': /kisskb/src/drivers/media/i2c/saa7185.c:77:6: note: byref variable will be forcibly initialized u8 block_data[32]; ^~~~~~~~~~ /kisskb/src/fs/namei.c: In function '__filename_parentat': /kisskb/src/fs/namei.c:2522:19: note: byref variable will be forcibly initialized struct nameidata nd; ^~ /kisskb/src/fs/namei.c: In function 'do_o_path': /kisskb/src/fs/namei.c:3529:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function '__filename_create': /kisskb/src/fs/namei.c:3626:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/fs/namei.c:3625:14: note: byref variable will be forcibly initialized struct qstr last; ^~~~ /kisskb/src/drivers/media/i2c/saa717x.c: In function 'saa717x_write': /kisskb/src/drivers/media/i2c/saa717x.c:92:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/saa717x.c:91:16: note: byref variable will be forcibly initialized unsigned char mm1[6]; ^~~ /kisskb/src/fs/namei.c: In function 'follow_down': /kisskb/src/fs/namei.c:1412:7: note: byref variable will be forcibly initialized bool jumped; ^~~~~~ /kisskb/src/fs/namei.c: In function 'hashlen_string': /kisskb/src/fs/namei.c:2110:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/fs/namei.c:2109:16: note: byref variable will be forcibly initialized unsigned long adata, mask, len; ^~~~~ /kisskb/src/fs/namei.c: In function 'kern_path_locked': /kisskb/src/fs/namei.c:2556:6: note: byref variable will be forcibly initialized int type, error; ^~~~ /kisskb/src/fs/namei.c:2555:14: note: byref variable will be forcibly initialized struct qstr last; ^~~~ /kisskb/src/fs/namei.c: In function 'vfs_path_lookup': /kisskb/src/fs/namei.c:2594:14: note: byref variable will be forcibly initialized struct path root = {.mnt = mnt, .dentry = dentry}; ^~~~ /kisskb/src/fs/namei.c: In function 'try_lookup_one_len': /kisskb/src/fs/namei.c:2650:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len': /kisskb/src/fs/namei.c:2677:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ /kisskb/src/drivers/media/i2c/saa717x.c: In function 'saa717x_read': /kisskb/src/drivers/media/i2c/saa717x.c:127:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/saa717x.c:126:16: note: byref variable will be forcibly initialized unsigned char mm2[4] = { 0, 0, 0, 0 }; ^~~ /kisskb/src/drivers/media/i2c/saa717x.c:125:16: note: byref variable will be forcibly initialized unsigned char mm1[2]; ^~~ /kisskb/src/fs/namei.c: In function 'lookup_one': /kisskb/src/fs/namei.c:2707:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len_unlocked': /kisskb/src/fs/namei.c:2736:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/fs/namei.c:18: /kisskb/src/fs/namei.c: In function 'lookup_positive_unlocked': /kisskb/src/drivers/usb/mon/mon_main.c: In function 'mon_init': /kisskb/src/drivers/usb/mon/mon_main.c:353:10: note: byref variable will be forcibly initialized int rc, id; ^~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:2763:2: note: in expansion of macro 'if' if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) { ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:2763:39: note: in expansion of macro 'smp_load_acquire' if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) { ^~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'path_check_mount': /kisskb/src/fs/dcache.c:1437:14: note: byref variable will be forcibly initialized struct path path = { .mnt = info->mnt, .dentry = dentry }; ^~~~ /kisskb/src/drivers/media/i2c/saa717x.c: In function 'saa717x_g_tuner': /kisskb/src/drivers/media/i2c/saa717x.c:1135:14: note: byref variable will be forcibly initialized int dual_f, stereo_f; ^~~~~~~~ /kisskb/src/drivers/media/i2c/saa717x.c:1135:6: note: byref variable will be forcibly initialized int dual_f, stereo_f; ^~~~~~ /kisskb/src/fs/dcache.c: In function 'd_walk': /kisskb/src/fs/dcache.c:1328:11: note: byref variable will be forcibly initialized unsigned seq = 0; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'd_wait_lookup': /kisskb/src/fs/dcache.c:2557:21: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/fs/namei.c: In function 'do_tmpfile': /kisskb/src/fs/namei.c:3501:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function 'do_filp_open': /kisskb/src/fs/namei.c:3581:19: note: byref variable will be forcibly initialized struct nameidata nd; ^~ /kisskb/src/fs/namei.c: In function 'do_file_open_root': /kisskb/src/fs/namei.c:3598:19: note: byref variable will be forcibly initialized struct nameidata nd; ^~ /kisskb/src/fs/namei.c: In function 'do_mknodat': /kisskb/src/fs/namei.c:3792:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c: In function 'ncm_unwrap_ntb': /kisskb/src/drivers/usb/gadget/function/f_ncm.c:1176:11: note: byref variable will be forcibly initialized __le16 *tmp = (void *) skb->data; ^~~ /kisskb/src/fs/namei.c: In function 'do_mkdirat': /kisskb/src/fs/namei.c:3895:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/usb/host/ehci-exynos.c: In function 'exynos_ehci_get_phy': /kisskb/src/drivers/usb/host/ehci-exynos.c:54:6: note: byref variable will be forcibly initialized int phy_number, num_phys; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c: In function 'package_for_tx': /kisskb/src/drivers/usb/gadget/function/f_ncm.c:956:11: note: byref variable will be forcibly initialized __le16 *ntb_iter; ^~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'prune_dcache_sb': /kisskb/src/fs/dcache.c:1252:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_sb': /kisskb/src/fs/dcache.c:1292:13: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c: In function 'ncm_wrap_ntb': /kisskb/src/drivers/usb/gadget/function/f_ncm.c:1020:12: note: byref variable will be forcibly initialized __le16 *ntb_ndp; ^~~~~~~ /kisskb/src/fs/dcache.c: In function 'path_has_submounts': /kisskb/src/fs/dcache.c:1458:21: note: byref variable will be forcibly initialized struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; ^~~~ /kisskb/src/fs/namei.c: In function 'do_rmdir': /kisskb/src/fs/namei.c:3996:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/fs/namei.c:3995:14: note: byref variable will be forcibly initialized struct qstr last; ^~~~ /kisskb/src/fs/namei.c:3994:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_parent': /kisskb/src/fs/dcache.c:1597:22: note: byref variable will be forcibly initialized struct select_data data = {.start = parent}; ^~~~ /kisskb/src/fs/dcache.c: In function 'd_invalidate': /kisskb/src/fs/dcache.c:1714:18: note: byref variable will be forcibly initialized struct dentry *victim = NULL; ^~~~~~ /kisskb/src/fs/namei.c: In function 'do_unlinkat': /kisskb/src/fs/namei.c:4137:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4135:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/fs/namei.c:4134:14: note: byref variable will be forcibly initialized struct qstr last; ^~~~ /kisskb/src/fs/namei.c:4133:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function '__d_alloc': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:1779:2: note: in expansion of macro 'smp_store_release' smp_store_release(&dentry->d_name.name, dname); /* ^^^ */ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_symlinkat': /kisskb/src/fs/namei.c:4261:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_create_dma_chain': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:762:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_linkat': /kisskb/src/fs/namei.c:4408:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4407:24: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/namei.c:4407:14: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/dcache.c: In function 'd_alloc_name': /kisskb/src/fs/dcache.c:1881:14: note: byref variable will be forcibly initialized struct qstr q; ^ /kisskb/src/fs/namei.c: In function 'vfs_rename': /kisskb/src/fs/namei.c:4544:23: note: byref variable will be forcibly initialized struct name_snapshot old_name; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_ncm.c:24: /kisskb/src/drivers/usb/gadget/function/f_ncm.c: In function 'ncm_opts_qmult_store': /kisskb/src/drivers/usb/gadget/function/u_ether_configfs.h:115:6: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c:1586:1: note: in expansion of macro 'USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT' USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT(ncm); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c: In function 'ncm_alloc_inst': /kisskb/src/drivers/usb/gadget/function/f_ncm.c:1622:8: note: byref variable will be forcibly initialized char *names[1]; ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c:1621:22: note: byref variable will be forcibly initialized struct usb_os_desc *descs[1]; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'd_alloc_parallel': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2584:8: note: in expansion of macro 'smp_load_acquire' seq = smp_load_acquire(&parent->d_inode->i_dir_seq); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2577:23: note: byref variable will be forcibly initialized unsigned seq, r_seq, d_seq; ^~~~~ /kisskb/src/fs/namei.c: In function 'do_renameat2': /kisskb/src/fs/namei.c:4676:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4675:16: note: byref variable will be forcibly initialized int old_type, new_type; ^~~~~~~~ /kisskb/src/fs/namei.c:4675:6: note: byref variable will be forcibly initialized int old_type, new_type; ^~~~~~~~ /kisskb/src/fs/namei.c:4674:24: note: byref variable will be forcibly initialized struct qstr old_last, new_last; ^~~~~~~~ /kisskb/src/fs/namei.c:4674:14: note: byref variable will be forcibly initialized struct qstr old_last, new_last; ^~~~~~~~ /kisskb/src/fs/namei.c:4673:24: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/namei.c:4673:14: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/namei.c:4670:20: note: byref variable will be forcibly initialized struct renamedata rd; ^~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_capacity': /kisskb/src/drivers/power/supply/ds2780_battery.c:300:5: note: byref variable will be forcibly initialized u8 raw; ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_read16': /kisskb/src/drivers/power/supply/ds2780_battery.c:71:5: note: byref variable will be forcibly initialized u8 raw[2]; ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_voltage': /kisskb/src/drivers/power/supply/ds2780_battery.c:159:6: note: byref variable will be forcibly initialized s16 voltage_raw; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_temperature': /kisskb/src/drivers/power/supply/ds2780_battery.c:187:6: note: byref variable will be forcibly initialized s16 temperature_raw; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_current': /kisskb/src/drivers/power/supply/ds2780_battery.c:219:5: note: byref variable will be forcibly initialized u8 sense_res_raw, reg_msb; ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:218:6: note: byref variable will be forcibly initialized s16 current_raw; ^~~~~~~~~~~ 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:4857:22: note: byref variable will be forcibly initialized DEFINE_DELAYED_CALL(done); ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} ^~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_status': /kisskb/src/drivers/power/supply/ds2780_battery.c:312:23: note: byref variable will be forcibly initialized int ret, current_uA, capacity; ^~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:312:11: note: byref variable will be forcibly initialized int ret, current_uA, capacity; ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_accumulated_current': /kisskb/src/drivers/power/supply/ds2780_battery.c:264:5: note: byref variable will be forcibly initialized u8 sense_res_raw; ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:263:6: note: byref variable will be forcibly initialized s16 current_raw; ^~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'page_readlink': /kisskb/src/fs/namei.c:4948:22: note: byref variable will be forcibly initialized DEFINE_DELAYED_CALL(done); ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} ^~~~ /kisskb/src/fs/namei.c: In function '__page_symlink': /kisskb/src/fs/namei.c:4964:8: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_charge_now': /kisskb/src/drivers/power/supply/ds2780_battery.c:338:6: note: byref variable will be forcibly initialized u16 charge_raw; ^~~~~~~~~~ /kisskb/src/fs/namei.c:4963:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_rsgain_register': /kisskb/src/drivers/power/supply/ds2780_battery.c:145:5: note: byref variable will be forcibly initialized u8 raw[] = {rsgain >> 8, rsgain & 0xFF}; ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_pio_pin': /kisskb/src/drivers/power/supply/ds2780_battery.c:601:5: note: byref variable will be forcibly initialized u8 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_sense_resistor_value': /kisskb/src/drivers/power/supply/ds2780_battery.c:520:5: note: byref variable will be forcibly initialized u8 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_pmod_enabled': /kisskb/src/drivers/power/supply/ds2780_battery.c:467:18: note: byref variable will be forcibly initialized u8 control_reg, new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:467:5: note: byref variable will be forcibly initialized u8 control_reg, new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_pio_pin': /kisskb/src/drivers/power/supply/ds2780_battery.c:583:5: note: byref variable will be forcibly initialized u8 sfr; ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_rsgain_setting': /kisskb/src/drivers/power/supply/ds2780_battery.c:540:6: note: byref variable will be forcibly initialized u16 rsgain; ^~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_sense_resistor_value': /kisskb/src/drivers/power/supply/ds2780_battery.c:502:5: note: byref variable will be forcibly initialized u8 sense_resistor; ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_pmod_enabled': /kisskb/src/drivers/power/supply/ds2780_battery.c:448:5: note: byref variable will be forcibly initialized u8 control_reg; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_rsgain_setting': /kisskb/src/drivers/power/supply/ds2780_battery.c:557:6: note: byref variable will be forcibly initialized u16 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_probe': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:3130:8: note: byref variable will be forcibly initialized char tmp[128]; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/fs/select.c:18: /kisskb/src/fs/select.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/include/trace/syscall.h:5, from /kisskb/src/include/linux/syscalls.h:87, from /kisskb/src/fs/select.c:21: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:5, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/arch/arm64/include/asm/percpu.h:8, from /kisskb/src/include/linux/irqflags.h:17, from /kisskb/src/include/linux/rcupdate.h:26, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/select.c:19: /kisskb/src/fs/select.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/fs/select.c: In function 'poll_select_finish': /kisskb/src/fs/select.c:336:25: note: byref variable will be forcibly initialized struct old_timeval32 rtv; ^~~ /kisskb/src/fs/select.c:324:32: note: byref variable will be forcibly initialized struct __kernel_old_timeval rtv; ^~~ /kisskb/src/fs/select.c:301:20: note: byref variable will be forcibly initialized struct timespec64 rts; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:87, from /kisskb/src/fs/select.c:21: /kisskb/src/fs/select.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/inode.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/select.c: In function 'select_estimate_accuracy': /kisskb/src/fs/select.c:78:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/fs/select.c: In function 'do_poll': /kisskb/src/fs/select.c:902:8: note: byref variable will be forcibly initialized bool can_busy_loop = false; ^~~~~~~~~~~~~ /kisskb/src/fs/select.c:885:10: note: byref variable will be forcibly initialized ktime_t expire, *to = NULL; ^~~~~~ /kisskb/src/fs/select.c: In function 'do_select': /kisskb/src/fs/select.c:479:22: note: byref variable will be forcibly initialized struct poll_wqueues table; ^~~~~ /kisskb/src/fs/select.c:478:10: note: byref variable will be forcibly initialized ktime_t expire, *to = NULL; ^~~~~~ /kisskb/src/fs/inode.c: In function '__remove_privs': /kisskb/src/fs/inode.c:1920:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/select.c: In function 'compat_core_sys_select': /kisskb/src/fs/select.c:1198:7: note: byref variable will be forcibly initialized long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; ^~~~~~~~~ /kisskb/src/fs/select.c:1194:14: note: byref variable will be forcibly initialized fd_set_bits fds; ^~~ /kisskb/src/fs/select.c: In function 'do_sys_poll': /kisskb/src/fs/select.c:978:7: note: byref variable will be forcibly initialized long stack_pps[POLL_STACK_ALLOC/sizeof(long)]; ^~~~~~~~~ /kisskb/src/fs/select.c:973:22: note: byref variable will be forcibly initialized struct poll_wqueues table; ^~~~~ /kisskb/src/fs/select.c: In function 'do_restart_poll': /kisskb/src/fs/select.c:1047:32: note: byref variable will be forcibly initialized struct timespec64 *to = NULL, end_time; ^~~~~~~~ /kisskb/src/fs/select.c: In function 'poll_select_set_timeout': /kisskb/src/fs/select.c:275:20: note: byref variable will be forcibly initialized struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec}; ^~ /kisskb/src/fs/select.c: In function '__do_sys_poll': /kisskb/src/fs/select.c:1067:20: note: byref variable will be forcibly initialized struct timespec64 end_time, *to = NULL; ^~~~~~~~ /kisskb/src/fs/select.c: In function '__do_sys_ppoll': /kisskb/src/fs/select.c:1101:24: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^~~~~~~~ /kisskb/src/fs/select.c:1101:20: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^~ /kisskb/src/fs/select.c: In function 'do_compat_select': /kisskb/src/fs/select.c:1266:23: note: byref variable will be forcibly initialized struct old_timeval32 tv; ^~ /kisskb/src/fs/select.c:1265:20: note: byref variable will be forcibly initialized struct timespec64 end_time, *to = NULL; ^~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'evict_inodes': /kisskb/src/fs/inode.c:636:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/select.c: In function '__do_compat_sys_old_select': /kisskb/src/fs/select.c:1301:31: note: byref variable will be forcibly initialized struct compat_sel_arg_struct a; ^ /kisskb/src/fs/inode.c: In function 'invalidate_inodes': /kisskb/src/fs/inode.c:687:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/select.c: In function 'do_compat_pselect': /kisskb/src/fs/select.c:1314:24: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^~~~~~~~ /kisskb/src/fs/select.c:1314:20: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^~ /kisskb/src/fs/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:809:12: note: byref variable will be forcibly initialized LIST_HEAD(freeable); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/select.c: In function '__do_compat_sys_pselect6_time64': /kisskb/src/fs/select.c:1368:31: note: byref variable will be forcibly initialized struct compat_sigset_argpack x = {0, 0}; ^ /kisskb/src/fs/select.c: In function '__do_compat_sys_pselect6_time32': /kisskb/src/fs/select.c:1383:31: note: byref variable will be forcibly initialized struct compat_sigset_argpack x = {0, 0}; ^ /kisskb/src/fs/select.c: In function '__do_compat_sys_ppoll_time32': /kisskb/src/fs/select.c:1399:24: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^~~~~~~~ /kisskb/src/fs/select.c:1399:20: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^~ /kisskb/src/fs/select.c: In function '__do_compat_sys_ppoll_time64': /kisskb/src/fs/select.c:1425:24: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^~~~~~~~ /kisskb/src/fs/select.c:1425:20: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^~ /kisskb/src/fs/select.c: In function 'core_sys_select': /kisskb/src/fs/select.c:630:7: note: byref variable will be forcibly initialized long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; ^~~~~~~~~ /kisskb/src/fs/select.c:624:14: note: byref variable will be forcibly initialized fd_set_bits fds; ^~~ /kisskb/src/fs/select.c: In function 'kern_select': /kisskb/src/fs/select.c:704:30: note: byref variable will be forcibly initialized struct __kernel_old_timeval tv; ^~ /kisskb/src/fs/select.c:703:20: note: byref variable will be forcibly initialized struct timespec64 end_time, *to = NULL; ^~~~~~~~ /kisskb/src/fs/select.c: In function 'do_pselect': /kisskb/src/fs/select.c:733:24: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^~~~~~~~ /kisskb/src/fs/select.c:733:20: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^~ /kisskb/src/fs/select.c: In function '__do_sys_pselect6': /kisskb/src/fs/select.c:795:24: note: byref variable will be forcibly initialized struct sigset_argpack x = {NULL, 0}; ^ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2313:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/fs/inode.c: In function 'atime_needs_update': /kisskb/src/fs/inode.c:1802:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/fs/inode.c: In function 'touch_atime': /kisskb/src/fs/inode.c:1838:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/fs/inode.c: In function 'file_update_time': /kisskb/src/fs/inode.c:1978:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/attr.c:10: /kisskb/src/fs/attr.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/w1/w1_int.c: In function 'w1_add_master_device': /kisskb/src/drivers/w1/w1_int.c:97:24: note: byref variable will be forcibly initialized struct w1_netlink_msg msg; ^~~ /kisskb/src/drivers/w1/w1_int.c: In function '__w1_remove_master_device': /kisskb/src/drivers/w1/w1_int.c:176:24: note: byref variable will be forcibly initialized struct w1_netlink_msg msg; ^~~ In file included from /kisskb/src/include/linux/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/i2c/busses/i2c-qup.c:8: /kisskb/src/drivers/i2c/busses/i2c-qup.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/i2c/busses/i2c-qup.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-qup.c: In function 'qup_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-qup.c:1665:6: note: byref variable will be forcibly initialized u32 clk_freq = DEFAULT_CLK_FREQ; ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-qup.c:1664:6: note: byref variable will be forcibly initialized u32 src_clk_freq = DEFAULT_SRC_CLK; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/tegra/drm.c:15: /kisskb/src/drivers/gpu/drm/tegra/drm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/drm.c: In function 'tegra_debugfs_iova': /kisskb/src/drivers/gpu/drm/tegra/drm.c:845:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(s); ^ /kisskb/src/fs/orangefs/orangefs-debugfs.c: In function 'debug_string_to_mask': /kisskb/src/fs/orangefs/orangefs-debugfs.c:857:9: note: byref variable will be forcibly initialized __u64 *k_mask = NULL; ^~~~~~ /kisskb/src/fs/orangefs/orangefs-debugfs.c:856:28: note: byref variable will be forcibly initialized struct client_debug_mask *c_mask = NULL; ^~~~~~ /kisskb/src/fs/orangefs/orangefs-debugfs.c:853:8: note: byref variable will be forcibly initialized char *strsep_fodder = kstrdup(debug_string, GFP_KERNEL); ^~~~~~~~~~~~~ /kisskb/src/fs/orangefs/orangefs-debugfs.c: In function 'orangefs_debug_write': /kisskb/src/fs/orangefs/orangefs-debugfs.c:400:27: note: byref variable will be forcibly initialized struct client_debug_mask c_mask = { NULL, 0, 0 }; ^~~~~~ /kisskb/src/drivers/media/i2c/saa6752hs.c: In function 'set_reg16': /kisskb/src/drivers/media/i2c/saa6752hs.c:300:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/i2c/saa6752hs.c: In function 'set_reg8': /kisskb/src/drivers/media/i2c/saa6752hs.c:291:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/i2c/saa6752hs.c: In function 'saa6752hs_probe': /kisskb/src/drivers/media/i2c/saa6752hs.c:669:5: note: byref variable will be forcibly initialized u8 data[12]; ^~~~ /kisskb/src/drivers/media/i2c/saa6752hs.c:668:5: note: byref variable will be forcibly initialized u8 addr = 0x13; ^~~~ /kisskb/src/drivers/gpu/drm/tegra/drm.c: In function 'tegra_drm_submit': /kisskb/src/drivers/gpu/drm/tegra/drm.c:220:27: note: byref variable will be forcibly initialized struct drm_tegra_cmdbuf cmdbuf; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/drm.c:173:26: note: byref variable will be forcibly initialized struct drm_tegra_syncpt syncpt; ^~~~~~ /kisskb/src/drivers/media/i2c/saa6752hs.c: In function 'saa6752hs_chip_command': /kisskb/src/drivers/media/i2c/saa6752hs.c:225:16: note: byref variable will be forcibly initialized unsigned char buf[3]; ^~~ /kisskb/src/drivers/media/i2c/saa6752hs.c: In function 'saa6752hs_init': /kisskb/src/drivers/media/i2c/saa6752hs.c:432:16: note: byref variable will be forcibly initialized unsigned char localPMT[256]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/saa6752hs.c:431:16: note: byref variable will be forcibly initialized unsigned char localPAT[256]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/saa6752hs.c:426:24: note: byref variable will be forcibly initialized unsigned char buf[9], buf2[4]; ^~~~ /kisskb/src/drivers/media/i2c/saa6752hs.c:426:16: note: byref variable will be forcibly initialized unsigned char buf[9], buf2[4]; ^~~ In file included from /kisskb/src/fs/orangefs/orangefs-debugfs.c:39: /kisskb/src/fs/orangefs/orangefs-debugfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_capacity': /kisskb/src/drivers/power/supply/ds2781_battery.c:301:5: note: byref variable will be forcibly initialized u8 raw; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_read16': /kisskb/src/drivers/power/supply/ds2781_battery.c:75:5: note: byref variable will be forcibly initialized u8 raw[2]; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_current': /kisskb/src/drivers/power/supply/ds2781_battery.c:220:5: note: byref variable will be forcibly initialized u8 sense_res_raw, reg_msb; ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:219:6: note: byref variable will be forcibly initialized s16 current_raw; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_accumulated_current': /kisskb/src/drivers/power/supply/ds2781_battery.c:265:5: note: byref variable will be forcibly initialized u8 sense_res_raw; ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:264:6: note: byref variable will be forcibly initialized s16 current_raw; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_charge_now': /kisskb/src/drivers/power/supply/ds2781_battery.c:340:6: note: byref variable will be forcibly initialized u16 charge_raw; ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_voltage': /kisskb/src/drivers/power/supply/ds2781_battery.c:163:7: note: byref variable will be forcibly initialized char val[2]; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_temperature': /kisskb/src/drivers/power/supply/ds2781_battery.c:192:7: note: byref variable will be forcibly initialized char val[2]; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_set_rsgain_register': /kisskb/src/drivers/power/supply/ds2781_battery.c:149:5: note: byref variable will be forcibly initialized u8 raw[] = {rsgain >> 8, rsgain & 0xFF}; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_set_pio_pin': /kisskb/src/drivers/power/supply/ds2781_battery.c:603:5: note: byref variable will be forcibly initialized u8 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_set_sense_resistor_value': /kisskb/src/drivers/power/supply/ds2781_battery.c:522:5: note: byref variable will be forcibly initialized u8 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_set_pmod_enabled': /kisskb/src/drivers/power/supply/ds2781_battery.c:469:18: note: byref variable will be forcibly initialized u8 control_reg, new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:469:5: note: byref variable will be forcibly initialized u8 control_reg, new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_pio_pin': /kisskb/src/drivers/power/supply/ds2781_battery.c:585:5: note: byref variable will be forcibly initialized u8 sfr; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_rsgain_setting': /kisskb/src/drivers/power/supply/ds2781_battery.c:542:6: note: byref variable will be forcibly initialized u16 rsgain; ^~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_sense_resistor_value': /kisskb/src/drivers/power/supply/ds2781_battery.c:504:5: note: byref variable will be forcibly initialized u8 sense_resistor; ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_pmod_enabled': /kisskb/src/drivers/power/supply/ds2781_battery.c:450:5: note: byref variable will be forcibly initialized u8 control_reg; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_set_rsgain_setting': /kisskb/src/drivers/power/supply/ds2781_battery.c:559:6: note: byref variable will be forcibly initialized u16 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_status': /kisskb/src/drivers/power/supply/ds2781_battery.c:313:23: note: byref variable will be forcibly initialized int ret, current_uA, capacity; ^~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:313:11: note: byref variable will be forcibly initialized int ret, current_uA, capacity; ^~~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-brcm.c: In function 'ehci_brcm_probe': /kisskb/src/drivers/usb/host/ehci-brcm.c:128:19: note: byref variable will be forcibly initialized struct resource *res_mem; ^~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_get_feature_ex': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1022:32: note: byref variable will be forcibly initialized struct ena_admin_get_feat_cmd get_cmd; ^~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_indirect_table_allocate': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1156:33: note: byref variable will be forcibly initialized struct ena_admin_get_feat_resp get_resp; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_create_io_sq': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1226:43: note: byref variable will be forcibly initialized struct ena_admin_acq_create_sq_resp_desc cmd_completion; ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1225:36: note: byref variable will be forcibly initialized struct ena_admin_aq_create_sq_cmd create_cmd; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_destroy_io_sq': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:909:44: note: byref variable will be forcibly initialized struct ena_admin_acq_destroy_sq_resp_desc destroy_resp; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:908:37: note: byref variable will be forcibly initialized struct ena_admin_aq_destroy_sq_cmd destroy_cmd; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_set_llq': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:608:33: note: byref variable will be forcibly initialized struct ena_admin_set_feat_resp resp; ^~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:607:32: note: byref variable will be forcibly initialized struct ena_admin_set_feat_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_create_io_cq': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1391:43: note: byref variable will be forcibly initialized struct ena_admin_acq_create_cq_resp_desc cmd_completion; ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1390:36: note: byref variable will be forcibly initialized struct ena_admin_aq_create_cq_cmd create_cmd; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_destroy_io_cq': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1504:44: note: byref variable will be forcibly initialized struct ena_admin_acq_destroy_cq_resp_desc destroy_resp; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1503:37: note: byref variable will be forcibly initialized struct ena_admin_aq_destroy_cq_cmd destroy_cmd; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_set_aenq_config': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1557:33: note: byref variable will be forcibly initialized struct ena_admin_get_feat_resp get_resp; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1556:33: note: byref variable will be forcibly initialized struct ena_admin_set_feat_resp resp; ^~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1555:32: note: byref variable will be forcibly initialized struct ena_admin_set_feat_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_get_dev_attr_feat': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:1962:33: note: byref variable will be forcibly initialized struct ena_admin_get_feat_resp get_resp; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_get_eni_stats': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2223:27: note: byref variable will be forcibly initialized struct ena_com_stats_ctx ctx; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_get_dev_basic_stats': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2238:27: note: byref variable will be forcibly initialized struct ena_com_stats_ctx ctx; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_set_dev_mtu': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2254:33: note: byref variable will be forcibly initialized struct ena_admin_set_feat_resp resp; ^~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2253:32: note: byref variable will be forcibly initialized struct ena_admin_set_feat_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_get_offload_settings': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2288:33: note: byref variable will be forcibly initialized struct ena_admin_get_feat_resp resp; ^~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_set_hash_function': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2309:33: note: byref variable will be forcibly initialized struct ena_admin_get_feat_resp get_resp; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2308:33: note: byref variable will be forcibly initialized struct ena_admin_set_feat_resp resp; ^~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2307:32: note: byref variable will be forcibly initialized struct ena_admin_set_feat_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_fill_hash_function': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2371:33: note: byref variable will be forcibly initialized struct ena_admin_get_feat_resp get_resp; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_get_hash_function': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2433:33: note: byref variable will be forcibly initialized struct ena_admin_get_feat_resp get_resp; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_get_hash_ctrl': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2473:33: note: byref variable will be forcibly initialized struct ena_admin_get_feat_resp get_resp; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_set_hash_ctrl': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2495:33: note: byref variable will be forcibly initialized struct ena_admin_set_feat_resp resp; ^~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2494:32: note: byref variable will be forcibly initialized struct ena_admin_set_feat_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_indirect_table_set': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2658:33: note: byref variable will be forcibly initialized struct ena_admin_set_feat_resp resp; ^~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2657:32: note: byref variable will be forcibly initialized struct ena_admin_set_feat_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_indirect_table_get': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2711:33: note: byref variable will be forcibly initialized struct ena_admin_get_feat_resp get_resp; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_set_host_attributes': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2841:33: note: byref variable will be forcibly initialized struct ena_admin_set_feat_resp resp; ^~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2840:32: note: byref variable will be forcibly initialized struct ena_admin_set_feat_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c: In function 'ena_com_init_interrupt_moderation': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_com.c:2929:33: note: byref variable will be forcibly initialized struct ena_admin_get_feat_resp get_resp; ^~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_hwsim.c: In function 'wwan_hwsim_port_new': /kisskb/src/drivers/net/wwan/wwan_hwsim.c:192:7: note: byref variable will be forcibly initialized char name[0x10]; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/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:627:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_task_exec': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:389:6: note: byref variable will be forcibly initialized u32 tag = 0xdeadbeef, rc = 0, n_elem = 0; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_exec_internal_tmf_task': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:724:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion_setstate); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_issue_ssp_tmf': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:906:22: note: byref variable will be forcibly initialized struct sas_ssp_task ssp_task; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_exec_internal_task_abort': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:802:6: note: byref variable will be forcibly initialized u32 ccb_tag; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_mem_alloc': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:116:13: note: byref variable will be forcibly initialized dma_addr_t mem_dma_handle; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/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:162:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_scan_start': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:267:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/media/i2c/ad5820.c: In function 'ad5820_write': /kisskb/src/drivers/media/i2c/ad5820.c:61:9: note: byref variable will be forcibly initialized __be16 be_data; ^~~~~~~ /kisskb/src/drivers/media/i2c/ad5820.c:60:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_I_T_nexus_event_handler': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1061:30: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion_setstate); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_lu_reset': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1109:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion_setstate); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1106:25: note: byref variable will be forcibly initialized struct pm8001_tmf_task tmf_task; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_query_task': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1135:25: note: byref variable will be forcibly initialized struct pm8001_tmf_task tmf_task; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1134:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1133:6: note: byref variable will be forcibly initialized u32 tag = 0xdeadbeef; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_abort_task': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1231:31: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1230:31: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion_reset); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1187:23: note: byref variable will be forcibly initialized struct sas_task_slow slow_task; ^~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1184:25: note: byref variable will be forcibly initialized struct pm8001_tmf_task tmf_task; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1182:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1179:6: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_abort_task_set': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1333:25: note: byref variable will be forcibly initialized struct pm8001_tmf_task tmf_task; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_clear_aca': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1341:25: note: byref variable will be forcibly initialized struct pm8001_tmf_task tmf_task; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_clear_task_set': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1349:25: note: byref variable will be forcibly initialized struct pm8001_tmf_task tmf_task; ^~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'hidg_setup': /kisskb/src/drivers/usb/gadget/function/f_hid.c:715:26: note: byref variable will be forcibly initialized struct hid_descriptor hidg_desc_copy = hidg_desc; ^~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'pick_file': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:625:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:87, from /kisskb/src/fs/file.c:10: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'do_dup2': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:1058:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], file); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2552:10: note: byref variable will be forcibly initialized __le32 c_mask; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/usb/gadget/function/f_hid.c:8: /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:444:3: note: in expansion of macro 'if' if (wait_event_interruptible_exclusive( ^~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:444:7: note: in expansion of macro 'wait_event_interruptible_exclusive' if (wait_event_interruptible_exclusive( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ak7375.c: In function 'ak7375_i2c_write': /kisskb/src/drivers/media/i2c/ak7375.c:55:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/fs/file.c: In function 'expand_fdtable': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:182:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(files->fdt, new_fdt); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_intout_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:301:3: note: in expansion of macro 'if' if (wait_event_interruptible(hidg->read_queue, READ_COND_INTOUT)) ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:301:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(hidg->read_queue, READ_COND_INTOUT)) ^~~~~~~~~~~~~~~~~~~~~~~~ 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:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'expand_files': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/file.c:219:3: note: in expansion of macro 'wait_event' wait_event(files->resize_wait, !files->resize_in_progress); ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'alloc_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:519:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'report_wakeup_requests': /kisskb/src/drivers/usb/core/hub.c:3852:17: note: byref variable will be forcibly initialized unsigned long resuming_ports; ^~~~~~~~~~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_read': /kisskb/src/fs/seq_file.c:155:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/seq_file.c:154:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/seq_file.c:153:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = buf, .iov_len = size}; ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_ssreport_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:370:3: note: in expansion of macro 'if' if (wait_event_interruptible(hidg->read_queue, READ_COND_SSREPORT)) ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:370:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(hidg->read_queue, READ_COND_SSREPORT)) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_escape_mem': /kisskb/src/fs/seq_file.c:377:8: note: byref variable will be forcibly initialized char *buf; ^~~ In file included from /kisskb/src/drivers/usb/core/hub.c:20: /kisskb/src/drivers/usb/core/hub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_printf': /kisskb/src/fs/seq_file.c:419:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/seq_file.c: In function 'seq_path': /kisskb/src/fs/seq_file.c:488:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_path_root': /kisskb/src/fs/seq_file.c:526:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_dentry': /kisskb/src/fs/seq_file.c:555:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/fs/file.c: In function 'dup_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:373:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(newf->fdt, new_fdt); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:366:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*new_fds++, f); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_report_length_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized u##prec num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1104:1: note: in expansion of macro 'F_HID_OPT' F_HID_OPT(report_length, 16, 65535); ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_no_out_endpoint_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized u##prec num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1103:1: note: in expansion of macro 'F_HID_OPT' F_HID_OPT(no_out_endpoint, 8, 1); ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_protocol_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized u##prec num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1102:1: note: in expansion of macro 'F_HID_OPT' F_HID_OPT(protocol, 8, 255); ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_subclass_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized u##prec num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1101:1: note: in expansion of macro 'F_HID_OPT' F_HID_OPT(subclass, 8, 255); ^~~~~~~~~ /kisskb/src/fs/file.c: In function 'fd_install': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:593:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], file); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:585:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], file); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'ghid_setup': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1320:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/drivers/usb/core/hub.c: In function 'check_ports_changed': /kisskb/src/drivers/usb/core/hub.c:3782:19: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3782:7: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/fs/file.c: In function '__close_range': /kisskb/src/fs/file.c:705:45: note: byref variable will be forcibly initialized struct files_struct *cur_fds = me->files, *fds = NULL; ^~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_enumerate_device_otg': /kisskb/src/drivers/usb/core/hub.c:2323:30: note: byref variable will be forcibly initialized struct usb_otg_descriptor *desc = NULL; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function '__close_fd_get_file': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:781:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'do_close_on_exec': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:832:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_hex_dump': /kisskb/src/fs/seq_file.c:886:8: note: byref variable will be forcibly initialized char *buffer; ^~~~~~ /kisskb/src/drivers/media/i2c/dw9714.c: In function 'dw9714_i2c_write': /kisskb/src/drivers/media/i2c/dw9714.c:53:9: note: byref variable will be forcibly initialized __be16 val = cpu_to_be16(data); ^~~ /kisskb/src/drivers/usb/core/hub.c: In function 'port_over_current_notify': /kisskb/src/drivers/usb/core/hub.c:5495:8: note: byref variable will be forcibly initialized char *envp[3]; ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2618:19: note: byref variable will be forcibly initialized struct list_head empty; ^~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function '__oxu_urb_enqueue': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:3237:19: note: byref variable will be forcibly initialized struct list_head qtd_list; ^~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_wait_reset': /kisskb/src/drivers/usb/core/hub.c:2838:6: note: byref variable will be forcibly initialized u32 ext_portstatus = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2837:6: note: byref variable will be forcibly initialized u16 portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2836:6: note: byref variable will be forcibly initialized u16 portstatus; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:11: /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_claim_port': /kisskb/src/drivers/usb/core/hub.c:1957:25: note: byref variable will be forcibly initialized struct usb_dev_state **powner; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_release_port': /kisskb/src/drivers/usb/core/hub.c:1973:25: note: byref variable will be forcibly initialized struct usb_dev_state **powner; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_reset': /kisskb/src/drivers/usb/core/hub.c:2935:18: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2935:6: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_activate': /kisskb/src/drivers/usb/core/hub.c:1123:19: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1123:7: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_suspend': /kisskb/src/drivers/usb/core/hub.c:3400:20: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3400:8: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_debounce': /kisskb/src/drivers/usb/core/hub.c:4542:18: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:4542:6: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/xattr.c:11: /kisskb/src/fs/xattr.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_reset_and_verify_device': /kisskb/src/drivers/usb/core/hub.c:5883:31: note: byref variable will be forcibly initialized struct usb_device_descriptor descriptor = udev->descriptor; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'finish_port_resume': /kisskb/src/drivers/usb/core/hub.c:3468:6: note: byref variable will be forcibly initialized u16 devstatus = 0; ^~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_resume': /kisskb/src/drivers/usb/core/hub.c:3633:19: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3633:7: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3631:7: note: byref variable will be forcibly initialized int port1 = udev->portnum; ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect': /kisskb/src/drivers/usb/core/hub.c:5296:8: note: byref variable will be forcibly initialized u16 devstat; ^~~~~~~ /kisskb/src/fs/xattr.c: In function 'xattr_getsecurity': /kisskb/src/fs/xattr.c:321:8: note: byref variable will be forcibly initialized void *buffer = NULL; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect_change': /kisskb/src/drivers/usb/core/hub.c:5420:31: note: byref variable will be forcibly initialized struct usb_device_descriptor descriptor; ^~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'vfs_setxattr': /kisskb/src/fs/xattr.c:288:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'port_event': /kisskb/src/drivers/usb/core/hub.c:5569:19: note: byref variable will be forcibly initialized u16 status = 0, unused; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5569:7: note: byref variable will be forcibly initialized u16 status = 0, unused; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5536:18: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5536:6: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'setxattr': /kisskb/src/fs/xattr.c:549:7: note: byref variable will be forcibly initialized char kname[XATTR_NAME_MAX + 1]; ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_setxattr': /kisskb/src/fs/xattr.c:586:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_event': /kisskb/src/drivers/usb/core/hub.c:5739:8: note: byref variable will be forcibly initialized u16 unused; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5738:8: note: byref variable will be forcibly initialized u16 status = 0; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5644:6: note: byref variable will be forcibly initialized u16 hubchange; ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5643:6: note: byref variable will be forcibly initialized u16 hubstatus; ^~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'getxattr': /kisskb/src/fs/xattr.c:650:7: note: byref variable will be forcibly initialized char kname[XATTR_NAME_MAX + 1]; ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_getxattr': /kisskb/src/fs/xattr.c:688:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_configure': /kisskb/src/drivers/usb/core/hub.c:1376:17: note: byref variable will be forcibly initialized u16 hubstatus, hubchange; ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1376:6: note: byref variable will be forcibly initialized u16 hubstatus, hubchange; ^~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'path_listxattr': /kisskb/src/fs/xattr.c:765:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/xattr.c: In function 'vfs_removexattr': /kisskb/src/fs/xattr.c:520:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'removexattr': /kisskb/src/fs/xattr.c:813:7: note: byref variable will be forcibly initialized char kname[XATTR_NAME_MAX + 1]; ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_removexattr': /kisskb/src/fs/xattr.c:827:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/xattr.c: In function 'simple_xattr_list': /kisskb/src/fs/xattr.c:1088:10: note: byref variable will be forcibly initialized ssize_t remaining_size = size; ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_get_timestamp': /kisskb/src/drivers/usb/mon/mon_text.c:184:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_text_read_u': /kisskb/src/drivers/usb/mon/mon_text.c:438:22: note: byref variable will be forcibly initialized struct mon_text_ptr ptr; ^~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_text_read_t': /kisskb/src/drivers/usb/mon/mon_text.c:399:22: note: byref variable will be forcibly initialized struct mon_text_ptr ptr; ^~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_text_add': /kisskb/src/drivers/usb/mon/mon_text.c:704:7: note: byref variable will be forcibly initialized char name[NAMESZ]; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'mon_bin_error': /kisskb/src/drivers/usb/mon/mon_bin.c:635:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'mon_bin_event': /kisskb/src/drivers/usb/mon/mon_bin.c:489:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/namespace.c: In function 'do_idmap_mount': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c:4012:2: note: in expansion of macro 'smp_store_release' smp_store_release(&mnt->mnt.mnt_userns, mnt_userns); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/usb.h:16, from /kisskb/src/drivers/usb/mon/mon_bin.c:17: /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/libfs.c: In function 'generic_ci_d_compare': /kisskb/src/fs/libfs.c:1383:7: note: byref variable will be forcibly initialized char strbuf[DNAME_INLINE_LEN]; ^~~~~~ /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'mon_bin_ioctl': /kisskb/src/drivers/usb/mon/mon_bin.c:1082:25: note: byref variable will be forcibly initialized struct mon_bin_mfetch mfetch; ^~~~~~ /kisskb/src/drivers/usb/mon/mon_bin.c:1066:22: note: byref variable will be forcibly initialized struct mon_bin_get getb; ^~~~ 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:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'umount_tree': /kisskb/src/fs/namespace.c:1502:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/namespace.c: In function 'shrink_submounts': /kisskb/src/fs/namespace.c:3174:12: note: byref variable will be forcibly initialized LIST_HEAD(graveyard); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/namespace.c: In function 'commit_tree': /kisskb/src/fs/namespace.c:912:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'mon_bin_compat_ioctl': /kisskb/src/drivers/usb/mon/mon_bin.c:1161:27: note: byref variable will be forcibly initialized struct mon_bin_mfetch32 mfetch; ^~~~~~ /kisskb/src/drivers/usb/mon/mon_bin.c:1145:24: note: byref variable will be forcibly initialized struct mon_bin_get32 getb; ^~~~ In file included from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/pnode.c:9: /kisskb/src/fs/pnode.c: In function 'propagate_umount': /kisskb/src/fs/pnode.c:540:12: note: byref variable will be forcibly initialized LIST_HEAD(visited); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/pnode.c:539:12: note: byref variable will be forcibly initialized LIST_HEAD(to_umount); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/pnode.c:538:12: note: byref variable will be forcibly initialized LIST_HEAD(to_restore); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_read': /kisskb/src/fs/libfs.c:953:7: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_write': /kisskb/src/fs/libfs.c:974:21: note: byref variable will be forcibly initialized unsigned long long val; ^~~ /kisskb/src/fs/namespace.c: In function 'mnt_warn_timestamp_expiry': /kisskb/src/fs/namespace.c:2567:13: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/fs/namespace.c: In function 'init_mount_tree': /kisskb/src/fs/namespace.c:4280:14: note: byref variable will be forcibly initialized struct path root; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mntput_no_expire': /kisskb/src/fs/namespace.c:1160:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/namespace.c: In function 'namespace_unlock': /kisskb/src/fs/namespace.c:1436:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/namespace.c:1433:20: note: byref variable will be forcibly initialized struct hlist_head head; ^~~~ /kisskb/src/fs/namespace.c: In function 'do_mount_setattr': /kisskb/src/fs/namespace.c:4057:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/fs/namespace.c: In function '__do_sys_mount_setattr': /kisskb/src/fs/namespace.c:4233:21: note: byref variable will be forcibly initialized struct mount_kattr kattr; ^~~~~ /kisskb/src/fs/namespace.c:4232:20: note: byref variable will be forcibly initialized struct mount_attr attr; ^~~~ /kisskb/src/fs/namespace.c:4231:14: note: byref variable will be forcibly initialized struct path target; ^~~~~~ /kisskb/src/fs/namespace.c: In function 'ksys_umount': /kisskb/src/fs/namespace.c:1764:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_open_tree': /kisskb/src/fs/namespace.c:2457:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_fsmount': /kisskb/src/fs/namespace.c:3593:15: note: byref variable will be forcibly initialized unsigned int mnt_flags = 0; ^~~~~~~~~ /kisskb/src/fs/namespace.c:3590:14: note: byref variable will be forcibly initialized struct path newmount; ^~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'attach_recursive_mnt': /kisskb/src/fs/namespace.c:2154:13: note: byref variable will be forcibly initialized HLIST_HEAD(tree_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:790:44: note: in definition of macro 'HLIST_HEAD' #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } ^~~~ /kisskb/src/fs/namespace.c: In function 'do_loopback': /kisskb/src/fs/namespace.c:2372:14: note: byref variable will be forcibly initialized struct path old_path; ^~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_move_mount_old': /kisskb/src/fs/namespace.c:2854:14: note: byref variable will be forcibly initialized struct path old_path; ^~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_move_mount': /kisskb/src/fs/namespace.c:3718:25: note: byref variable will be forcibly initialized struct path from_path, to_path; ^~~~~~~ /kisskb/src/fs/namespace.c:3718:14: note: byref variable will be forcibly initialized struct path from_path, to_path; ^~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mark_mounts_for_expiry': /kisskb/src/fs/namespace.c:3089:12: note: byref variable will be forcibly initialized LIST_HEAD(graveyard); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/namespace.c: In function 'do_mount': /kisskb/src/fs/namespace.c:3325:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/fs/namespace.c:3819:24: note: byref variable will be forcibly initialized struct path new, old, root; ^~~~ /kisskb/src/fs/namespace.c:3819:19: note: byref variable will be forcibly initialized struct path new, old, root; ^~~ /kisskb/src/fs/namespace.c:3819:14: note: byref variable will be forcibly initialized struct path new, old, root; ^~~ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/fs/namespace.c:3484:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namespace.c: In function 'mntns_install': /kisskb/src/fs/namespace.c:4548:14: note: byref variable will be forcibly initialized struct path root; ^~~~ /kisskb/src/fs/namespace.c: In function 'current_chrooted': /kisskb/src/fs/namespace.c:4396:14: note: byref variable will be forcibly initialized struct path fs_root; ^~~~~~~ /kisskb/src/fs/namespace.c:4395:14: note: byref variable will be forcibly initialized struct path ns_root; ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'free_pipe_config': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:537:28: note: byref variable will be forcibly initialized struct r8a66597_pipe_info info; ^~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'alloc_pipe_config': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:454:28: note: byref variable will be forcibly initialized struct r8a66597_pipe_info info; ^~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_read_regs': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:102:5: note: byref variable will be forcibly initialized u8 reg_start = reg; ^~~~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_read_charge_register': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:192:5: note: byref variable will be forcibly initialized u8 datar[2]; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_voltage': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:289:5: note: byref variable will be forcibly initialized u8 datar[2]; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_current': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:319:5: note: byref variable will be forcibly initialized u8 datar[2]; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_temperature': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'irq_control_stage': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:341:5: note: byref variable will be forcibly initialized u8 datar[2]; ^~~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:1362:25: note: byref variable will be forcibly initialized struct usb_ctrlrequest ctrl; ^~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_i2c_shutdown': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:570:5: note: byref variable will be forcibly initialized u8 control; ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:569:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_set_charge_thr': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:258:5: note: byref variable will be forcibly initialized u8 dataw[2]; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_set_charge_now': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:218:5: note: byref variable will be forcibly initialized u8 ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:217:5: note: byref variable will be forcibly initialized u8 dataw[2]; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_reset': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:147:5: note: byref variable will be forcibly initialized u8 control; ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:146:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'r8a66597_probe': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:1838:7: note: byref variable will be forcibly initialized char clk_name[8]; ^~~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_i2c_probe': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:458:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:457:6: note: byref variable will be forcibly initialized s32 r_sense; ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:456:6: note: byref variable will be forcibly initialized u32 prescaler_exp; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/dw9807-vcm.c: In function 'dw9807_i2c_check': /kisskb/src/drivers/media/i2c/dw9807-vcm.c:56:7: note: byref variable will be forcibly initialized char status_result; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/dw9807-vcm.c:55:13: note: byref variable will be forcibly initialized const char status_addr = DW9807_STATUS_ADDR; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/dw9807-vcm.c: In function 'dw9807_set_dac': /kisskb/src/drivers/media/i2c/dw9807-vcm.c:78:13: note: byref variable will be forcibly initialized const char tx_data[3] = { ^~~~~~~ /kisskb/src/drivers/media/i2c/dw9807-vcm.c: In function 'dw9807_vcm_resume': /kisskb/src/drivers/media/i2c/dw9807-vcm.c:273:13: note: byref variable will be forcibly initialized const char tx_data[2] = { DW9807_CTL_ADDR, 0x00 }; ^~~~~~~ /kisskb/src/drivers/media/i2c/dw9807-vcm.c: In function 'dw9807_vcm_suspend': /kisskb/src/drivers/media/i2c/dw9807-vcm.c:241:13: note: byref variable will be forcibly initialized const char tx_data[2] = { DW9807_CTL_ADDR, 0x01 }; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/utimes.c:3: /kisskb/src/fs/utimes.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c: In function 'vfs_utimes': /kisskb/src/fs/utimes.c:24:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c:22:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/utimes.c: In function 'do_utimes_path': /kisskb/src/fs/utimes.c:82:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/utimes.c: In function '__do_sys_utimensat': /kisskb/src/fs/utimes.c:150:20: note: byref variable will be forcibly initialized struct timespec64 tstimes[2]; ^~~~~~~ /kisskb/src/fs/utimes.c: In function '__do_sys_utime32': /kisskb/src/fs/utimes.c:238:20: note: byref variable will be forcibly initialized struct timespec64 tv[2]; ^~ /kisskb/src/fs/utimes.c: In function '__do_sys_utimensat_time32': /kisskb/src/fs/utimes.c:253:20: note: byref variable will be forcibly initialized struct timespec64 tv[2]; ^~ /kisskb/src/fs/utimes.c: In function 'do_compat_futimesat': /kisskb/src/fs/utimes.c:270:20: note: byref variable will be forcibly initialized struct timespec64 tv[2]; ^~ /kisskb/src/fs/sync.c: In function 'do_sync_work': /kisskb/src/fs/sync.c:131:6: note: byref variable will be forcibly initialized int nowait = 0; ^~~~~~ /kisskb/src/fs/sync.c: In function 'ksys_sync': /kisskb/src/fs/sync.c:111:18: note: byref variable will be forcibly initialized int nowait = 0, wait = 1; ^~~~ /kisskb/src/fs/sync.c:111:6: note: byref variable will be forcibly initialized int nowait = 0, wait = 1; ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c: In function 'tegra_bpmp_serialize_i2c_msg': /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c:92:7: note: byref variable will be forcibly initialized u16 flags = 0; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c: In function 'tegra_bpmp_i2c_msg_xfer': /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c:179:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:88: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/ohci-dbg.c:588:10: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/drivers/usb/host/ohci-dbg.c:587:18: note: byref variable will be forcibly initialized unsigned temp, size; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c: In function 'tegra_bpmp_i2c_xfer_common': /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c:231:25: note: byref variable will be forcibly initialized struct mrq_i2c_request request; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c:230:26: note: byref variable will be forcibly initialized struct mrq_i2c_response response; ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c: In function 'tegra_bpmp_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c:286:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/ohci-hcd.c:26: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/splice.c: In function 'pipe_to_sendpage': /kisskb/src/fs/splice.c:352:9: note: byref variable will be forcibly initialized loff_t pos = sd->pos; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/highmem.h:10, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:89: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'ed_alloc': /kisskb/src/drivers/usb/host/ohci-mem.c:136:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'td_alloc': /kisskb/src/drivers/usb/host/ohci-mem.c:92:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/gpu/drm/tegra/uapi.c: In function 'tegra_drm_channel_context_close': /kisskb/src/drivers/gpu/drm/tegra/uapi.c:38:16: note: byref variable will be forcibly initialized unsigned long id; ^~ /kisskb/src/drivers/gpu/drm/tegra/uapi.c: In function 'tegra_drm_uapi_close_file': /kisskb/src/drivers/gpu/drm/tegra/uapi.c:54:16: note: byref variable will be forcibly initialized unsigned long id; ^~ /kisskb/src/fs/splice.c: In function 'iter_to_pipe': /kisskb/src/fs/splice.c:1171:10: note: byref variable will be forcibly initialized size_t start; ^~~~~ /kisskb/src/fs/splice.c:1169:16: note: byref variable will be forcibly initialized struct page *pages[16]; ^~~~~ /kisskb/src/fs/splice.c: In function 'generic_file_splice_read': /kisskb/src/fs/splice.c:303:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/splice.c:302:18: note: byref variable will be forcibly initialized struct iov_iter to; ^~ /kisskb/src/fs/splice.c: In function '__do_sys_vmsplice': /kisskb/src/fs/splice.c:1304:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/fs/splice.c:1301:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/splice.c:1300:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^~~ /kisskb/src/fs/splice.c:1299:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV]; ^~~~~~~~ /kisskb/src/fs/splice.c: In function 'iter_file_splice_write': /kisskb/src/fs/splice.c:639:19: note: byref variable will be forcibly initialized struct iov_iter from; ^~~~ /kisskb/src/fs/splice.c: In function 'splice_direct_to_actor': /kisskb/src/fs/splice.c:868:10: note: byref variable will be forcibly initialized loff_t pos = sd->pos, prev_pos = pos; ^~~ /kisskb/src/fs/splice.c: In function 'do_splice': /kisskb/src/fs/splice.c:1033:9: note: byref variable will be forcibly initialized loff_t offset; ^~~~~~ /kisskb/src/fs/splice.c: In function '__do_splice': /kisskb/src/fs/splice.c:1122:9: note: byref variable will be forcibly initialized loff_t offset, *__off_in = NULL, *__off_out = NULL; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/writeback.h:896, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_work_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_pages_written': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_bdi_register': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_wbc_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_queue_io': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_global_dirty_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_bdi_dirty_ratelimit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_balance_dirty_pages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_congest_waited_template': /kisskb/src/drivers/usb/gadget/function/f_loopback.c: In function 'f_lb_opts_bulk_buflen_store': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_loopback.c:528:6: note: byref variable will be forcibly initialized u32 num; ^~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_loopback.c: In function 'f_lb_opts_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_loopback.c:490:6: note: byref variable will be forcibly initialized u32 num; ^~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_inode_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:833:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:833:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_page_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_dirty_inode_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_write_inode_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_sb_inodes_requeue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_single_inode_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/writeback.h:896, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_page_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_dirty_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_write_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_work_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_pages_written': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_bdi_register': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_wbc_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_queue_io': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_global_dirty_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_bdi_dirty_ratelimit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_balance_dirty_pages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_sb_inodes_requeue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_congest_waited_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_single_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:833:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_inode_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/writeback.h:896, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_page_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_dirty_inode_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_congest_waited_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_pages_written': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_sb_inodes_requeue': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_inode_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:833:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:833:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_bdi_dirty_ratelimit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_single_inode_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:53:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:53:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:54:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:54:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/fs/fs-writeback.c:19: /kisskb/src/fs/fs-writeback.c: In function 'move_expired_inodes': /kisskb/src/fs/fs-writeback.c:1392:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wait_sb_inodes': /kisskb/src/fs/fs-writeback.c:2510:12: note: byref variable will be forcibly initialized LIST_HEAD(sync_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fs-writeback.c:20: /kisskb/src/fs/fs-writeback.c: In function 'wb_wait_for_completion': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c:190:2: note: in expansion of macro 'wait_event' wait_event(*done->waitq, !atomic_read(&done->cnt)); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/fs/fs-writeback.c:26: /kisskb/src/fs/fs-writeback.c: In function '__writeback_inodes_sb_nr': /kisskb/src/fs/fs-writeback.c:2597:23: note: byref variable will be forcibly initialized DEFINE_WB_COMPLETION(done, bdi); ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) ^~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_root': /kisskb/src/fs/fs_struct.c:17:14: note: byref variable will be forcibly initialized struct path old_root; ^~~~~~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_pwd': /kisskb/src/fs/fs_struct.c:36:14: note: byref variable will be forcibly initialized struct path old_pwd; ^~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'writeback_inodes_wb': /kisskb/src/fs/fs-writeback.c:1974:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_writeback': /kisskb/src/fs/fs-writeback.c:2009:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_start_all': /kisskb/src/fs/fs-writeback.c:2170:28: note: byref variable will be forcibly initialized struct wb_writeback_work work = { ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_old_data_flush': /kisskb/src/fs/fs-writeback.c:2147:28: note: byref variable will be forcibly initialized struct wb_writeback_work work = { ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_background_flush': /kisskb/src/fs/fs-writeback.c:2113:28: note: byref variable will be forcibly initialized struct wb_writeback_work work = { ^~~~ In file included from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/fs/fs-writeback.c:26: /kisskb/src/fs/fs-writeback.c: In function 'sync_inodes_sb': /kisskb/src/fs/fs-writeback.c:2675:23: note: byref variable will be forcibly initialized DEFINE_WB_COMPLETION(done, bdi); ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'pm8001_ctl_bios_version_show': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:481:30: note: byref variable will be forcibly initialized struct pm8001_ioctl_payload payload; ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/firmware.h:7, from /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:40: /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:480:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/d_path.c:98:22: note: in expansion of macro 'smp_load_acquire' const char *dname = smp_load_acquire(&name->name); /* ^^^ */ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'pm8001_ctl_logging_level_store': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:348:6: note: byref variable will be forcibly initialized 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:615:6: note: byref variable will be forcibly initialized int val = 0; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/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:719:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/fs/d_path.c: In function 'prepend_path': /kisskb/src/fs/d_path.c:162:24: note: byref variable will be forcibly initialized struct prepend_buffer b; ^ /kisskb/src/fs/d_path.c:161:16: note: byref variable will be forcibly initialized unsigned seq, m_seq = 0; ^~~~~ /kisskb/src/fs/d_path.c:161:11: note: byref variable will be forcibly initialized unsigned seq, m_seq = 0; ^~~ /kisskb/src/fs/d_path.c: In function '__dentry_path': /kisskb/src/fs/d_path.c:337:6: note: byref variable will be forcibly initialized int seq = 0; ^~~ /kisskb/src/fs/d_path.c:336:24: note: byref variable will be forcibly initialized struct prepend_buffer b; ^ /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'pm8001_set_nvmd': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:683:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/fs/d_path.c: In function '__do_sys_getcwd': /kisskb/src/fs/d_path.c:431:18: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, page, PATH_MAX); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c:417:19: note: byref variable will be forcibly initialized struct path pwd, root; ^~~~ /kisskb/src/fs/d_path.c:417:14: note: byref variable will be forcibly initialized struct path pwd, root; ^~~ /kisskb/src/fs/d_path.c: In function '__d_path': /kisskb/src/fs/d_path.c:220:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buf, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c: In function 'd_absolute_path': /kisskb/src/fs/d_path.c:232:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buf, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c: In function 'd_path': /kisskb/src/fs/d_path.c:269:14: note: byref variable will be forcibly initialized struct path root; ^~~~ /kisskb/src/fs/d_path.c:268:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buf, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dynamic_dname': /kisskb/src/fs/d_path.c:306:7: note: byref variable will be forcibly initialized char temp[64]; ^~~~ /kisskb/src/fs/d_path.c:305:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/d_path.c: In function 'simple_dname': /kisskb/src/fs/d_path.c:322:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buffer, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dentry_path_raw': /kisskb/src/fs/d_path.c:366:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buf, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dentry_path': /kisskb/src/fs/d_path.c:375:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buf, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/fs_pin.c: In function 'pin_kill': /kisskb/src/fs/fs_pin.c:32:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^~~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'get_string': /kisskb/src/drivers/power/supply/max1721x_battery.c:229:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'get_sn_string': /kisskb/src/drivers/power/supply/max1721x_battery.c:247:15: note: byref variable will be forcibly initialized unsigned int val[3]; ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'max1721x_battery_get_property': /kisskb/src/drivers/power/supply/max1721x_battery.c:132:15: note: byref variable will be forcibly initialized unsigned int reg = 0; ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'devm_w1_max1721x_add_device': /kisskb/src/drivers/power/supply/max1721x_battery.c:396:16: note: byref variable will be forcibly initialized unsigned int dev_name; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_eth_com.c: In function 'ena_com_prepare_tx': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_eth_com.c:395:7: note: byref variable will be forcibly initialized bool have_meta; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_eth_com.c: In function 'ena_com_rx_pkt': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_eth_com.c:549:6: note: byref variable will be forcibly initialized u16 cdesc_idx = 0; ^~~~~~~~~ /kisskb/src/fs/statfs.c: In function 'put_compat_statfs': /kisskb/src/fs/statfs.c:269:23: note: byref variable will be forcibly initialized struct compat_statfs buf; ^~~ /kisskb/src/fs/statfs.c: In function 'put_compat_statfs64': /kisskb/src/fs/statfs.c:325:25: note: byref variable will be forcibly initialized struct compat_statfs64 buf; ^~~ /kisskb/src/fs/statfs.c: In function 'do_statfs_native': /kisskb/src/fs/statfs.c:128:16: note: byref variable will be forcibly initialized struct statfs buf; ^~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_read_model_data': /kisskb/src/drivers/power/supply/max17042_battery.c:563:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/fs/statfs.c: In function 'do_statfs64': /kisskb/src/fs/statfs.c:170:18: note: byref variable will be forcibly initialized struct statfs64 buf; ^~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_temperature': /kisskb/src/drivers/power/supply/max17042_battery.c:96:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_battery_health': /kisskb/src/drivers/power/supply/max17042_battery.c:176:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/power/supply/max17042_battery.c:175:6: note: byref variable will be forcibly initialized int temp, vavg, vbatt, ret; ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_set_soc_threshold': /kisskb/src/drivers/power/supply/max17042_battery.c:852:6: note: byref variable will be forcibly initialized u32 soc, soc_tr; ^~~ /kisskb/src/fs/statfs.c: In function '__do_sys_ustat': /kisskb/src/fs/statfs.c:251:17: note: byref variable will be forcibly initialized struct kstatfs sbuf; ^~~~ /kisskb/src/fs/statfs.c:250:15: note: byref variable will be forcibly initialized struct ustat tmp; ^~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_write_verify_reg': /kisskb/src/drivers/power/supply/max17042_battery.c:507:6: note: byref variable will be forcibly initialized u32 read_value; ^~~~~~~~~~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_ustat': /kisskb/src/fs/statfs.c:394:17: note: byref variable will be forcibly initialized struct kstatfs sbuf; ^~~~ /kisskb/src/fs/statfs.c:393:22: note: byref variable will be forcibly initialized struct compat_ustat tmp; ^~~ /kisskb/src/fs/statfs.c: In function 'vfs_get_fsid': /kisskb/src/fs/statfs.c:74:17: note: byref variable will be forcibly initialized struct kstatfs st; ^~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_reset_vfsoc0_reg': /kisskb/src/drivers/power/supply/max17042_battery.c:691:15: note: byref variable will be forcibly initialized unsigned int vfSoc; ^~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_load_new_capacity_params': /kisskb/src/drivers/power/supply/max17042_battery.c:702:34: note: byref variable will be forcibly initialized u32 full_cap0, rep_cap, dq_acc, vfSoc; ^~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c:702:6: note: byref variable will be forcibly initialized u32 full_cap0, rep_cap, dq_acc, vfSoc; ^~~~~~~~~ /kisskb/src/fs/statfs.c: In function 'user_statfs': /kisskb/src/fs/statfs.c:99:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs': /kisskb/src/fs/statfs.c:194:17: note: byref variable will be forcibly initialized struct kstatfs st; ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs64': /kisskb/src/fs/statfs.c:203:17: note: byref variable will be forcibly initialized struct kstatfs st; ^~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_statfs': /kisskb/src/fs/statfs.c:307:17: note: byref variable will be forcibly initialized struct kstatfs tmp; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/power/supply/max17042_battery.c:11: /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs': /kisskb/src/fs/statfs.c:215:17: note: byref variable will be forcibly initialized struct kstatfs st; ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs64': /kisskb/src/fs/statfs.c:224:17: note: byref variable will be forcibly initialized struct kstatfs st; ^~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_fstatfs': /kisskb/src/fs/statfs.c:316:17: note: byref variable will be forcibly initialized struct kstatfs tmp; ^~~ /kisskb/src/fs/statfs.c: In function 'kcompat_sys_statfs64': /kisskb/src/fs/statfs.c:350:17: note: byref variable will be forcibly initialized struct kstatfs tmp; ^~~ /kisskb/src/fs/statfs.c: In function 'kcompat_sys_fstatfs64': /kisskb/src/fs/statfs.c:369:17: note: byref variable will be forcibly initialized struct kstatfs tmp; ^~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_thread_handler': /kisskb/src/drivers/power/supply/max17042_battery.c:867:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_set_property': /kisskb/src/drivers/power/supply/max17042_battery.c:442:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_status': /kisskb/src/drivers/power/supply/max17042_battery.c:114:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c:112:24: note: byref variable will be forcibly initialized int ret, charge_full, charge_now; ^~~~~~~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c:112:11: note: byref variable will be forcibly initialized int ret, charge_full, charge_now; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_property': /kisskb/src/drivers/power/supply/max17042_battery.c:236:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_default_pdata': /kisskb/src/drivers/power/supply/max17042_battery.c:947:11: note: byref variable will be forcibly initialized int ret, misc_cfg; ^~~~~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_of_pdata': /kisskb/src/drivers/power/supply/max17042_battery.c:905:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_probe': /kisskb/src/drivers/power/supply/max17042_battery.c:1043:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/fs/nsfs.c: In function 'ns_get_path': /kisskb/src/fs/nsfs.c:139:31: note: byref variable will be forcibly initialized struct ns_get_path_task_args args = { ^~~~ /kisskb/src/drivers/usb/class/usblp.c: In function 'usblp_ioctl': /kisskb/src/drivers/usb/class/usblp.c:525:6: note: byref variable will be forcibly initialized int twoints[2]; ^~~~~~~ /kisskb/src/drivers/usb/class/usblp.c:524:6: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/drivers/usb/class/usblp.c:523:16: note: byref variable will be forcibly initialized unsigned char newChannel; ^~~~~~~~~~ /kisskb/src/drivers/usb/class/usblp.c: In function 'usblp_select_alts': /kisskb/src/drivers/usb/class/usblp.c:1266:44: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *epwrite, *epread; ^~~~~~ /kisskb/src/drivers/usb/class/usblp.c:1266:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *epwrite, *epread; ^~~~~~~ /kisskb/src/drivers/w1/w1_io.c: In function 'w1_reset_select_slave': /kisskb/src/drivers/w1/w1_io.c:396:7: note: byref variable will be forcibly initialized u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); ^~ /kisskb/src/drivers/w1/w1_io.c:395:6: note: byref variable will be forcibly initialized u8 match[9] = {W1_MATCH_ROM, }; ^~~~~ /kisskb/src/fs/fs_context.c: In function 'logfc': /kisskb/src/fs/fs_context.c:388:19: note: byref variable will be forcibly initialized struct va_format vaf = {.fmt = fmt, .va = &va}; ^~~ /kisskb/src/fs/fs_context.c:387:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/fs/fs_context.c: In function 'generic_parse_monolithic': /kisskb/src/fs/fs_context.c:203:8: note: byref variable will be forcibly initialized char *options = data, *key; ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_iso_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1198:6: note: byref variable will be forcibly initialized u32 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_bulk_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1160:6: note: byref variable will be forcibly initialized u32 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_bulk_buflen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1122:6: note: byref variable will be forcibly initialized u32 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_maxburst_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1079:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_mult_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1036:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_read_check': /kisskb/src/drivers/media/i2c/adv7604.c:349:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_interval_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:950:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_pattern_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:907:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_maxpacket_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:993:6: note: byref variable will be forcibly initialized u16 num; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c:16: /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c: In function 'octeon_i2c_hlc_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c:158:14: note: in expansion of macro 'wait_event_timeout' time_left = wait_event_timeout(i2c->queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_read_reg': /kisskb/src/drivers/media/i2c/adv7604.c:626:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c: In function 'octeon_i2c_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c:64:14: note: in expansion of macro 'wait_event_timeout' time_left = wait_event_timeout(i2c->queue, octeon_i2c_test_iflg(i2c), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c: In function 'octeon_i2c_read': /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c:309:9: note: byref variable will be forcibly initialized int i, result, length = *rlength; ^~~~~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_set_gain': /kisskb/src/drivers/media/i2c/adv7604.c:1082:5: note: byref variable will be forcibly initialized u8 gain_buf[4]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_set_offset': /kisskb/src/drivers/media/i2c/adv7604.c:1056:5: note: byref variable will be forcibly initialized u8 offset_buf[4]; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'configure_custom_video_timings': /kisskb/src/drivers/media/i2c/adv7604.c:1005:11: note: byref variable will be forcibly initialized const u8 pll[2] = { ^~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_cec_isr': /kisskb/src/drivers/media/i2c/adv7604.c:2047:18: note: byref variable will be forcibly initialized struct cec_msg msg; ^~~ /kisskb/src/drivers/net/usb/kaweth.c: In function 'kaweth_download_firmware': /kisskb/src/drivers/net/usb/kaweth.c:303:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/net/usb/kaweth.c: In function 'kaweth_probe': /kisskb/src/drivers/net/usb/kaweth.c:885:19: note: byref variable will be forcibly initialized const eth_addr_t bcast_addr = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_set_edid': /kisskb/src/drivers/media/i2c/adv7604.c:2315:10: note: byref variable will be forcibly initialized u16 pa, parent_pa; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7604.c:2314:15: note: byref variable will be forcibly initialized unsigned int spa_loc; ^~~~~~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_query_dv_timings': /kisskb/src/drivers/media/i2c/adv7604.c:1566:23: note: byref variable will be forcibly initialized struct stdi_readback stdi; ^~~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_read_infoframe': /kisskb/src/drivers/media/i2c/adv7604.c:2461:10: note: byref variable will be forcibly initialized uint8_t buffer[32]; ^~~~~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_log_infoframes': /kisskb/src/drivers/media/i2c/adv7604.c:2505:24: note: byref variable will be forcibly initialized union hdmi_infoframe frame; ^~~~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_log_status': /kisskb/src/drivers/media/i2c/adv7604.c:2519:23: note: byref variable will be forcibly initialized struct stdi_readback stdi; ^~~~ /kisskb/src/drivers/media/i2c/adv7604.c:2518:25: note: byref variable will be forcibly initialized struct v4l2_dv_timings timings; ^~~~~~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_parse_dt': /kisskb/src/drivers/media/i2c/adv7604.c:3199:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/net/usb/rtl8150.c: In function 'rtl8150_get_link_ksettings': /kisskb/src/drivers/net/usb/rtl8150.c:781:13: note: byref variable will be forcibly initialized short lpa, bmcr; ^~~~ /kisskb/src/drivers/net/usb/rtl8150.c:781:8: note: byref variable will be forcibly initialized short lpa, bmcr; ^~~ /kisskb/src/drivers/net/usb/rtl8150.c: In function 'set_carrier': /kisskb/src/drivers/net/usb/rtl8150.c:710:8: note: byref variable will be forcibly initialized short tmp; ^~~ /kisskb/src/drivers/net/usb/rtl8150.c: In function 'read_mii_word': /kisskb/src/drivers/net/usb/rtl8150.c:213:14: note: byref variable will be forcibly initialized u8 data[3], tmp; ^~~ /kisskb/src/drivers/net/usb/rtl8150.c:213:5: note: byref variable will be forcibly initialized u8 data[3], tmp; ^~~~ /kisskb/src/drivers/net/usb/rtl8150.c: In function 'write_mii_word': /kisskb/src/drivers/net/usb/rtl8150.c:237:14: note: byref variable will be forcibly initialized u8 data[3], tmp; ^~~ /kisskb/src/drivers/net/usb/rtl8150.c:237:5: note: byref variable will be forcibly initialized u8 data[3], tmp; ^~~~ /kisskb/src/drivers/net/usb/rtl8150.c: In function 'disable_net_traffic': /kisskb/src/drivers/net/usb/rtl8150.c:639:5: note: byref variable will be forcibly initialized u8 cr; ^~ /kisskb/src/drivers/net/usb/rtl8150.c: In function 'rtl8150_reset': /kisskb/src/drivers/net/usb/rtl8150.c:310:5: note: byref variable will be forcibly initialized u8 data = 0x10; ^~~~ /kisskb/src/drivers/net/usb/rtl8150.c: In function 'enable_net_traffic': /kisskb/src/drivers/net/usb/rtl8150.c:618:19: note: byref variable will be forcibly initialized u8 cr, tcr, rcr, msr; ^~~ /kisskb/src/drivers/net/usb/rtl8150.c:618:14: note: byref variable will be forcibly initialized u8 cr, tcr, rcr, msr; ^~~ /kisskb/src/drivers/net/usb/rtl8150.c:618:9: note: byref variable will be forcibly initialized u8 cr, tcr, rcr, msr; ^~~ /kisskb/src/drivers/net/usb/rtl8150.c:618:5: note: byref variable will be forcibly initialized u8 cr, tcr, rcr, msr; ^~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_irq_handler': /kisskb/src/drivers/media/i2c/adv7604.c:2265:7: note: byref variable will be forcibly initialized bool handled = false; ^~~~~~~ /kisskb/src/drivers/media/i2c/adv7604.c: In function 'adv76xx_probe': /kisskb/src/drivers/media/i2c/adv7604.c:3413:15: note: byref variable will be forcibly initialized unsigned int val, val2; ^~~ /kisskb/src/drivers/net/usb/rtl8150.c: In function 'set_ethernet_addr': /kisskb/src/drivers/net/usb/rtl8150.c:259:5: note: byref variable will be forcibly initialized u8 node_id[ETH_ALEN]; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/init.c:7: /kisskb/src/fs/init.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/init.c: In function 'init_mount': /kisskb/src/fs/init.c:19:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/init.c: In function 'init_umount': /kisskb/src/fs/init.c:33:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/init.c: In function 'init_chdir': /kisskb/src/fs/init.c:46:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/init.c: In function 'init_chroot': /kisskb/src/fs/init.c:61:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/init.c: In function 'init_chown': /kisskb/src/fs/init.c:85:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/init.c: In function 'init_chmod': /kisskb/src/fs/init.c:102:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/init.c: In function 'init_eaccess': /kisskb/src/fs/init.c:115:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/init.c: In function 'init_stat': /kisskb/src/fs/init.c:129:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/init.c: In function 'init_mknod': /kisskb/src/fs/init.c:144:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/init.c: In function 'init_link': /kisskb/src/fs/init.c:169:24: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/init.c:169:14: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/init.c: In function 'init_symlink': /kisskb/src/fs/init.c:204:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/init.c: In function 'init_mkdir': /kisskb/src/fs/init.c:226:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/init.c: In function 'init_utimes': /kisskb/src/fs/init.c:249:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/usb/host/ohci-exynos.c: In function 'exynos_ohci_get_phy': /kisskb/src/drivers/usb/host/ohci-exynos.c:43:6: note: byref variable will be forcibly initialized int phy_number, num_phys; ^~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/tegra/submit.c:14: /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'submit_copy_gather_data': /kisskb/src/drivers/gpu/drm/tegra/submit.c:160:9: note: byref variable will be forcibly initialized size_t copy_len; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'alloc_copy_user_array': /kisskb/src/drivers/gpu/drm/tegra/submit.c:134:9: note: byref variable will be forcibly initialized size_t copy_len; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'submit_job_add_gather': /kisskb/src/drivers/gpu/drm/tegra/submit.c:332:6: note: byref variable will be forcibly initialized u32 next_offset; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'submit_create_job': /kisskb/src/drivers/gpu/drm/tegra/submit.c:374:28: note: byref variable will be forcibly initialized u32 i, gather_offset = 0, class; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c:374:9: note: byref variable will be forcibly initialized u32 i, gather_offset = 0, class; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'tegra_drm_ioctl_channel_submit': /kisskb/src/drivers/gpu/drm/tegra/submit.c:506:21: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c:491:20: note: byref variable will be forcibly initialized struct gather_bo *bo; ^~ /kisskb/src/fs/fsopen.c: In function '__do_sys_fspick': /kisskb/src/fs/fsopen.c:161:14: note: byref variable will be forcibly initialized struct path target; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_get_aghdr_buf': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:309:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_init_hdr': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:625:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_perag_get_tag': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:69:20: note: byref variable will be forcibly initialized struct xfs_perag *pag; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_shrink_space': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:778:27: note: byref variable will be forcibly initialized struct xfs_buf *agibp, *agfbp; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c:778:19: note: byref variable will be forcibly initialized struct xfs_buf *agibp, *agfbp; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_extend_space': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:890:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_get_geometry': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:946:19: note: byref variable will be forcibly initialized struct xfs_buf *agf_bp; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c:945:19: note: byref variable will be forcibly initialized struct xfs_buf *agi_bp; ^~~~~~ /kisskb/src/drivers/media/i2c/vs6624.c: In function 'vs6624_write': /kisskb/src/drivers/media/i2c/vs6624.c:501:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/i2c/vs6624.c: In function 'vs6624_read': /kisskb/src/drivers/media/i2c/vs6624.c:486:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file': /kisskb/src/fs/kernel_read_file.c:39:17: note: byref variable will be forcibly initialized loff_t i_size, pos; ^~~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file_from_path_initns': /kisskb/src/fs/kernel_read_file.c:153:14: note: byref variable will be forcibly initialized struct path root; ^~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv_smbus_write_byte_data': /kisskb/src/drivers/media/i2c/adv7842.c:317:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv_smbus_read_byte_data_check': /kisskb/src/drivers/media/i2c/adv7842.c:285:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'read_stdi': /kisskb/src/drivers/media/i2c/adv7842.c:1463:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv_smbus_write_byte_no_check': /kisskb/src/drivers/media/i2c/adv7842.c:339:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/media/i2c/bt819.c: In function 'bt819_write_block': /kisskb/src/drivers/media/i2c/bt819.c:101:6: note: byref variable will be forcibly initialized u8 block_data[32]; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv7842_set_gain': /kisskb/src/drivers/media/i2c/adv7842.c:1143:5: note: byref variable will be forcibly initialized u8 gain_buf[4]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv7842_set_offset': /kisskb/src/drivers/media/i2c/adv7842.c:1118:5: note: byref variable will be forcibly initialized u8 offset_buf[4]; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c: In function 'renesas_usb3_b_device_write': /kisskb/src/drivers/media/i2c/adv7842.c: In function 'configure_custom_video_timings': /kisskb/src/drivers/media/i2c/adv7842.c:1061:11: note: byref variable will be forcibly initialized const u8 pll[2] = { ^~~ /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:2518:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'edid_write_hdmi_segment': /kisskb/src/drivers/media/i2c/adv7842.c:770:10: note: byref variable will be forcibly initialized u16 pa, parent_pa; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c:769:15: note: byref variable will be forcibly initialized unsigned int spa_loc; ^~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'log_infoframe': /kisskb/src/drivers/media/i2c/adv7842.c:2573:23: note: byref variable will be forcibly initialized union hdmi_infoframe frame; ^~~~~ /kisskb/src/drivers/media/i2c/adv7842.c:2572:5: note: byref variable will be forcibly initialized u8 buffer[32]; ^~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv7842_cp_log_status': /kisskb/src/drivers/media/i2c/adv7842.c:2691:25: note: byref variable will be forcibly initialized struct v4l2_dv_timings timings; ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_status': /kisskb/src/drivers/power/supply/rt9455_charger.c:355:18: note: byref variable will be forcibly initialized unsigned int v, pwr_rdy; ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:355:15: note: byref variable will be forcibly initialized unsigned int v, pwr_rdy; ^ /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c: In function 'usb3_std_req_get_status': /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:1601:9: note: byref variable will be forcibly initialized __le16 tx_data; ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_battery_presence': /kisskb/src/drivers/power/supply/rt9455_charger.c:487:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_online': /kisskb/src/drivers/power/supply/rt9455_charger.c:508:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_get_field_val': /kisskb/src/drivers/power/supply/rt9455_charger.c:275:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_current': /kisskb/src/drivers/power/supply/rt9455_charger.c:525:6: note: byref variable will be forcibly initialized int curr; ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_voltage': /kisskb/src/drivers/power/supply/rt9455_charger.c:555:6: note: byref variable will be forcibly initialized int voltage; ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_term_current': /kisskb/src/drivers/power/supply/rt9455_charger.c:586:13: note: byref variable will be forcibly initialized int ichrg, ieoc_percentage, ret; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:586:6: note: byref variable will be forcibly initialized int ichrg, ieoc_percentage, ret; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_register_reset': /kisskb/src/drivers/power/supply/rt9455_charger.c:300:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c: In function 'usb3_irq_epc_pipe0_setup': /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:1863:25: note: byref variable will be forcibly initialized struct usb_ctrlrequest ctrl; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:8: /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ 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/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_usb_event': /kisskb/src/drivers/power/supply/rt9455_charger.c:1405:25: note: byref variable will be forcibly initialized unsigned int opa_mode, iaicr; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1405:15: note: byref variable will be forcibly initialized unsigned int opa_mode, iaicr; ^~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c: In function 'renesas_usb3_init_ram': /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:2643:16: note: byref variable will be forcibly initialized u32 ramif[2], basead[2]; /* index 0 = for IN pipes */ ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:2643:6: note: byref variable will be forcibly initialized u32 ramif[2], basead[2]; /* index 0 = for IN pipes */ ^~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv7842_command_ram_test': /kisskb/src/drivers/media/i2c/adv7842.c:3200:25: note: byref variable will be forcibly initialized struct v4l2_dv_timings timings; ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_health': /kisskb/src/drivers/power/supply/rt9455_charger.c:408:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq3_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:1060:21: note: byref variable will be forcibly initialized unsigned int irq3, mask3; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1060:15: note: byref variable will be forcibly initialized unsigned int irq3, mask3; ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq1_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:854:28: note: byref variable will be forcibly initialized unsigned int irq1, mask1, mask2; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:854:21: note: byref variable will be forcibly initialized unsigned int irq1, mask1, mask2; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:854:15: note: byref variable will be forcibly initialized unsigned int irq1, mask1, mask2; ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq2_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:948:21: note: byref variable will be forcibly initialized unsigned int irq2, mask2; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:948:15: note: byref variable will be forcibly initialized unsigned int irq2, mask2; ^~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_ext_pwr_online': /kisskb/src/drivers/power/supply/charger-manager.c:153:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_batt_present': /kisskb/src/drivers/power/supply/charger-manager.c:97:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_thread': /kisskb/src/drivers/power/supply/rt9455_charger.c:1119:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1118:7: note: byref variable will be forcibly initialized bool is_battery_absent = false; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1117:7: note: byref variable will be forcibly initialized bool alert_userspace = false; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_charging': /kisskb/src/drivers/power/supply/charger-manager.c:216:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_batt_presence_work_callback': /kisskb/src/drivers/power/supply/rt9455_charger.c:1500:21: note: byref variable will be forcibly initialized unsigned int irq1, mask1; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1500:15: note: byref variable will be forcibly initialized unsigned int irq1, mask1; ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_pwr_rdy_work_callback': /kisskb/src/drivers/power/supply/rt9455_charger.c:1448:15: note: byref variable will be forcibly initialized unsigned int pwr_rdy; ^~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'get_batt_uV': /kisskb/src/drivers/power/supply/charger-manager.c:189:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_full_charged': /kisskb/src/drivers/power/supply/charger-manager.c:287:6: note: byref variable will be forcibly initialized int uV; ^~ /kisskb/src/drivers/power/supply/charger-manager.c:283:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_probe': /kisskb/src/drivers/power/supply/rt9455_charger.c:1598:17: note: byref variable will be forcibly initialized u32 mivr = -1, iaicr = -1; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1598:6: note: byref variable will be forcibly initialized u32 mivr = -1, iaicr = -1; ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1596:13: note: byref variable will be forcibly initialized u32 ichrg, ieoc_percentage; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1596:6: note: byref variable will be forcibly initialized u32 ichrg, ieoc_percentage; ^~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'cm_check_thermal_status': /kisskb/src/drivers/power/supply/charger-manager.c:529:6: note: byref variable will be forcibly initialized int temp, upper_limit, lower_limit; ^~~~ /kisskb/src/drivers/thermal/broadcom/bcm2711_thermal.c: In function 'bcm2711_get_temp': /kisskb/src/drivers/thermal/broadcom/bcm2711_thermal.c:39:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_get_property': /kisskb/src/drivers/power/supply/charger-manager.c:719:6: note: byref variable will be forcibly initialized int uV; ^~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/drivers/power/supply/charger-manager.c:15: /kisskb/src/drivers/power/supply/charger-manager.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rtc.h:37, from /kisskb/src/drivers/power/supply/charger-manager.c:19: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'of_cm_parse_desc': /kisskb/src/drivers/power/supply/charger-manager.c:1289:6: note: byref variable will be forcibly initialized u32 battery_stat = CM_NO_BATTERY; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1288:6: note: byref variable will be forcibly initialized u32 poll_mode = CM_POLL_DISABLE; ^~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'cm_init_thermal_data': /kisskb/src/drivers/power/supply/charger-manager.c:1239:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_externally_control_store': /kisskb/src/drivers/power/supply/charger-manager.c:1117:6: note: byref variable will be forcibly initialized int externally_control; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_manager_probe': /kisskb/src/drivers/power/supply/charger-manager.c:1432:9: note: byref variable will be forcibly initialized size_t num_properties; ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1429:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/remap_range.c:2: /kisskb/src/fs/remap_range.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/remap_range.c: In function 'generic_remap_checks': /kisskb/src/fs/remap_range.c:35:11: note: byref variable will be forcibly initialized uint64_t count = *req_count; ^~~~~ /kisskb/src/fs/remap_range.c: In function 'generic_remap_file_range_prep': /kisskb/src/fs/remap_range.c:340:9: note: byref variable will be forcibly initialized bool is_same = false; ^~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_ethtool.c: In function 'ena_get_link_ksettings': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_ethtool.c:333:33: note: byref variable will be forcibly initialized struct ena_admin_get_feat_resp feat_resp; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_ethtool.c: In function 'ena_get_rxfh': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_ethtool.c:746:32: note: byref variable will be forcibly initialized enum ena_admin_hash_functions ena_func; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_ethtool.c: In function 'ena_get_rss_hash': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_ethtool.c:547:6: note: byref variable will be forcibly initialized u16 hash_fields; ^~~~~~~~~~~ In file included 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/include/linux/ethtool.h:16, from /kisskb/src/drivers/net/ethernet/amazon/ena/ena_ethtool.c:6: /kisskb/src/drivers/net/ethernet/amazon/ena/ena_ethtool.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/drivers/net/ethernet/amazon/ena/ena_ethtool.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'mpi_uninit_check': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:706:6: note: byref variable will be forcibly initialized u16 deviceid; ^~~~~~~~ /kisskb/src/drivers/power/supply/max14656_charger_detector.c: In function 'max14656_irq_worker': /kisskb/src/drivers/power/supply/max14656_charger_detector.c:138:5: note: byref variable will be forcibly initialized u8 buf[REG_TOTAL_NUM]; ^~~ /kisskb/src/drivers/power/supply/max14656_charger_detector.c: In function 'max14656_hw_init': /kisskb/src/drivers/power/supply/max14656_charger_detector.c:171:10: note: byref variable will be forcibly initialized uint8_t val = 0; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_init': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:649:6: note: byref variable will be forcibly initialized u16 deviceid; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_mpi_build_cmd': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1323:8: note: byref variable will be forcibly initialized 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:4511:23: note: byref variable will be forcibly initialized 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:4584:24: note: byref variable will be forcibly initialized 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:4642:30: note: byref variable will be forcibly initialized 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:4668:26: note: byref variable will be forcibly initialized struct get_nvm_data_req nvmd_req; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4665:6: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_set_nvmd_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4763:26: note: byref variable will be forcibly initialized struct set_nvm_data_req nvmd_req; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4760:6: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_set_dev_state_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:5003:6: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4999:27: note: byref variable will be forcibly initialized 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:5029:6: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:5025:35: note: byref variable will be forcibly initialized 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:4536:27: note: byref variable will be forcibly initialized 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:4456:10: note: byref variable will be forcibly initialized int rc, tag = 0xdeadbeef; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4451:21: note: byref variable will be forcibly initialized 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:4431:22: note: byref variable will be forcibly initialized 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:4396:23: note: byref variable will be forcibly initialized 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:4288:6: note: byref variable will be forcibly initialized u32 hdr_tag, ncg_tag = 0; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4287:24: note: byref variable will be forcibly initialized 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:4233:30: note: byref variable will be forcibly initialized 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:4167:17: note: byref variable will be forcibly initialized 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:3319:27: note: byref variable will be forcibly initialized 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:1757:24: note: byref variable will be forcibly initialized struct task_abort_req task_abort; ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1754:6: note: byref variable will be forcibly initialized u32 ccb_tag; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_send_read_log': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1807:25: note: byref variable will be forcibly initialized struct host_to_dev_fis fis; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1804:6: note: byref variable will be forcibly initialized u32 ccb_tag; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1802:24: note: byref variable will be forcibly initialized struct sata_start_req sata_cmd; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'process_oq': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4095:5: note: byref variable will be forcibly initialized u8 bc; ^~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4094:8: note: byref variable will be forcibly initialized 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:4849:29: note: byref variable will be forcibly initialized 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:4880:6: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4876:30: note: byref variable will be forcibly initialized struct fw_flash_updata_info flash_update_info; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/buffer.c: In function 'cont_expand_zero': /kisskb/src/fs/buffer.c:2375:8: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/buffer.c:2374:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/direct-io.c: In function 'do_blockdev_direct_IO': /kisskb/src/fs/direct-io.c:1144:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/buffer.c: In function 'clean_bdev_aliases': /kisskb/src/fs/buffer.c:1606:10: note: byref variable will be forcibly initialized pgoff_t index = block >> (PAGE_SHIFT - bd_inode->i_blkbits); ^~~~~ /kisskb/src/fs/buffer.c:1605:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/buffer.c: In function 'generic_cont_expand_simple': /kisskb/src/fs/buffer.c:2349:8: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/buffer.c:2348:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/buffer.c: In function 'write_boundary_block': /kisskb/src/fs/buffer.c:562:22: note: byref variable will be forcibly initialized struct buffer_head *bh = __find_get_block(bdev, bblock + 1, blocksize); ^~ /kisskb/src/fs/buffer.c: In function 'fsync_buffers_list': /kisskb/src/fs/buffer.c:679:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/buffer.c:676:19: note: byref variable will be forcibly initialized struct list_head tmp; ^~~ In file included from /kisskb/src/fs/block_dev.c:11: /kisskb/src/fs/block_dev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/buffer.c: In function '__block_write_begin_int': /kisskb/src/fs/buffer.c:1978:34: note: byref variable will be forcibly initialized struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; ^~~~ /kisskb/src/fs/buffer.c:1978:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; ^~ /kisskb/src/fs/block_dev.c: In function '__blkdev_direct_IO_simple': /kisskb/src/fs/block_dev.c:241:13: note: byref variable will be forcibly initialized struct bio bio; ^~~ /kisskb/src/fs/block_dev.c:238:17: note: byref variable will be forcibly initialized struct bio_vec inline_vecs[DIO_INLINE_BIO_VECS], *vecs; ^~~~~~~~~~~ /kisskb/src/fs/block_dev.c: In function '__blkdev_direct_IO': /kisskb/src/fs/block_dev.c:376:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/buffer.c: In function 'block_truncate_page': /kisskb/src/fs/buffer.c:2879:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/buffer.c: In function 'nobh_truncate_page': /kisskb/src/fs/buffer.c:2801:21: note: byref variable will be forcibly initialized struct buffer_head map_bh; ^~~~~~ /kisskb/src/fs/block_dev.c: In function 'blkdev_write_iter': /kisskb/src/fs/block_dev.c:1436:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/buffer.c: In function 'try_to_free_buffers': /kisskb/src/fs/buffer.c:3224:22: note: byref variable will be forcibly initialized struct buffer_head *buffers_to_free = NULL; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/block_dev.c:9: /kisskb/src/fs/block_dev.c: In function 'bd_prepare_to_claim': /kisskb/src/fs/buffer.c: In function '__breadahead': /kisskb/src/fs/buffer.c:1344:22: note: byref variable will be forcibly initialized struct buffer_head *bh = __getblk(bdev, block, size); ^~ /kisskb/src/fs/block_dev.c:997:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/block_dev.c:997:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/fs/buffer.c: In function '__breadahead_gfp': /kisskb/src/fs/buffer.c:1355:22: note: byref variable will be forcibly initialized struct buffer_head *bh = __getblk_gfp(bdev, block, size, gfp); ^~ /kisskb/src/fs/block_dev.c: In function 'lookup_bdev': /kisskb/src/fs/block_dev.c:1609:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/block_dev.c: In function 'blkdev_get_by_path': /kisskb/src/fs/block_dev.c:1291:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/fs/mpage.c: In function 'mpage_end_io': /kisskb/src/fs/mpage.c:50:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:498:21: note: byref variable will be forcibly initialized struct buffer_head map_bh; ^~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_writepages': /kisskb/src/fs/mpage.c:705:21: note: byref variable will be forcibly initialized struct mpage_data mpd = { ^~~ /kisskb/src/fs/mpage.c:697:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/mpage.c: In function 'mpage_writepage': /kisskb/src/fs/mpage.c:727:20: note: byref variable will be forcibly initialized struct mpage_data mpd = { ^~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/include/linux/mod_devicetable.h:13, from /kisskb/src/include/linux/pci.h:27, from /kisskb/src/drivers/usb/host/xhci.c:11: /kisskb/src/drivers/usb/host/xhci.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ 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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_calculate_lpm_timeout': /kisskb/src/drivers/usb/host/xhci.c:4900:6: note: byref variable will be forcibly initialized u16 timeout = USB3_LPM_DISABLED; ^~~~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_ecm.c:18: /kisskb/src/drivers/usb/gadget/function/f_ecm.c: In function 'ecm_opts_qmult_store': /kisskb/src/drivers/usb/gadget/function/u_ether_configfs.h:115:6: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/function/f_ecm.c:840:1: note: in expansion of macro 'USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT' USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT(ecm); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_segment_alloc': /kisskb/src/drivers/usb/host/xhci-mem.c:34:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'scratchpad_alloc': /kisskb/src/drivers/usb/host/xhci-mem.c:1675:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_check_trb_in_td_math': /kisskb/src/drivers/usb/host/xhci-mem.c:2002:4: note: byref variable will be forcibly initialized } complex_test_vector [] = { ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-mem.c:1977:4: note: byref variable will be forcibly initialized } simple_test_vector [] = { ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_reserve_bandwidth': /kisskb/src/drivers/usb/host/xhci.c:2784:22: note: byref variable will be forcibly initialized struct xhci_bw_info ep_bw_info[31]; ^~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_ring_expansion': /kisskb/src/drivers/usb/host/xhci-mem.c:427:23: note: byref variable will be forcibly initialized struct xhci_segment *last; ^~~~ /kisskb/src/drivers/usb/host/xhci-mem.c:426:23: note: byref variable will be forcibly initialized struct xhci_segment *first; ^~~~~ /kisskb/src/drivers/net/usb/asix_devices.c: In function 'ax88772a_hw_reset': /kisskb/src/drivers/net/usb/asix_devices.c:453:5: note: byref variable will be forcibly initialized u8 chipcode = 0; ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:637:7: note: in expansion of macro 'wait_event_interruptible_timeout' rv = wait_event_interruptible_timeout(desc->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_alloc_streams': /kisskb/src/drivers/usb/host/xhci.c:3477:6: note: byref variable will be forcibly initialized u32 changed_ep_bitmask = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci.c:3474:15: note: byref variable will be forcibly initialized unsigned int num_stream_ctxs; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/asix_devices.c: In function 'ax88772_bind': /kisskb/src/drivers/net/usb/asix_devices.c:706:26: note: byref variable will be forcibly initialized u8 buf[ETH_ALEN] = {0}, chipcode = 0; ^~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:415:7: note: in expansion of macro 'wait_event_interruptible' r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/asix_devices.c: In function 'ax88178_reset': /kisskb/src/drivers/net/usb/asix_devices.c:919:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/net/usb/asix_devices.c:918:9: note: byref variable will be forcibly initialized __le16 eeprom; ^~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:552:9: note: in expansion of macro 'wait_event_interruptible' rv = wait_event_interruptible(desc->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_mem_init': /kisskb/src/drivers/usb/host/xhci-mem.c:2382:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/usb/asix.h:18, from /kisskb/src/drivers/net/usb/asix_common.c:10: /kisskb/src/drivers/net/usb/asix_common.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/usb/asix_common.c: In function 'asix_check_host_enable': /kisskb/src/drivers/net/usb/asix_common.c:69:5: note: byref variable will be forcibly initialized u8 smsr; ^~~~ /kisskb/src/drivers/net/usb/asix_common.c: In function '__asix_mdio_write': /kisskb/src/drivers/net/usb/asix_common.c:522:9: note: byref variable will be forcibly initialized __le16 res = cpu_to_le16(val); ^~~ /kisskb/src/drivers/net/usb/asix_common.c: In function 'asix_read_phy_addr': /kisskb/src/drivers/net/usb/asix_common.c:317:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/net/usb/asix_common.c: In function 'asix_read_rx_ctl': /kisskb/src/drivers/net/usb/asix_common.c:355:9: note: byref variable will be forcibly initialized __le16 v; ^ /kisskb/src/drivers/net/usb/asix_common.c: In function 'asix_read_medium_status': /kisskb/src/drivers/net/usb/asix_common.c:382:9: note: byref variable will be forcibly initialized __le16 v; ^ /kisskb/src/drivers/net/usb/asix_common.c: In function 'asix_mdio_read': /kisskb/src/drivers/net/usb/asix_common.c:492:9: note: byref variable will be forcibly initialized __le16 res; ^~~ /kisskb/src/drivers/net/usb/asix_common.c: In function 'asix_mdio_read_nopm': /kisskb/src/drivers/net/usb/asix_common.c:569:9: note: byref variable will be forcibly initialized __le16 res; ^~~ /kisskb/src/drivers/net/usb/asix_common.c: In function 'asix_mdio_write_nopm': /kisskb/src/drivers/net/usb/asix_common.c:595:9: note: byref variable will be forcibly initialized __le16 res = cpu_to_le16(val); ^~~ /kisskb/src/drivers/net/usb/asix_common.c: In function 'asix_get_wol': /kisskb/src/drivers/net/usb/asix_common.c:618:5: note: byref variable will be forcibly initialized u8 opt; ^~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'rh_string': /kisskb/src/drivers/usb/core/hcd.c:441:7: note: byref variable will be forcibly initialized char buf[100]; ^~~ /kisskb/src/drivers/media/i2c/bt866.c: In function 'bt866_write': /kisskb/src/drivers/media/i2c/bt866.c:52:5: note: byref variable will be forcibly initialized u8 buffer[2]; ^~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_probe': /kisskb/src/drivers/usb/class/cdc-wdm.c:1145:31: note: byref variable will be forcibly initialized struct usb_cdc_parsed_header hdr; ^~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_giveback_urb_bh': /kisskb/src/drivers/usb/core/hcd.c:1669:19: note: byref variable will be forcibly initialized struct list_head local_list; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_hcd_poll_rh_status': /kisskb/src/drivers/usb/core/hcd.c:757:8: note: byref variable will be forcibly initialized char buffer[6]; /* Any root hubs with > 31 ports? */ ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/core/hcd.c:13: /kisskb/src/drivers/usb/core/hcd.c: In function 'ehset_single_step_set_feature': /kisskb/src/drivers/usb/core/hcd.c:2179:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'hcd_bus_suspend': /kisskb/src/drivers/usb/core/hcd.c:2278:9: note: byref variable will be forcibly initialized char buffer[6]; ^~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_remove_hcd': /kisskb/src/drivers/usb/core/hcd.c:2987:21: note: byref variable will be forcibly initialized struct usb_device *rhdev = hcd->self.root_hub; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/firewall.c: In function 'fw_check_reg': /kisskb/src/drivers/gpu/drm/tegra/firewall.c:44:6: note: byref variable will be forcibly initialized u32 word; ^~~~ /kisskb/src/drivers/gpu/drm/tegra/firewall.c: In function 'fw_check_regs_mask': /kisskb/src/drivers/gpu/drm/tegra/firewall.c:85:16: note: byref variable will be forcibly initialized unsigned long bmask = mask; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/firewall.c: In function 'tegra_drm_fw_validate': /kisskb/src/drivers/gpu/drm/tegra/firewall.c:158:7: note: byref variable will be forcibly initialized u32 word, opcode, offset, count, mask, class; ^~~~ /kisskb/src/drivers/gpu/drm/tegra/firewall.c:145:28: note: byref variable will be forcibly initialized struct tegra_drm_firewall fw = { ^~ /kisskb/src/fs/timerfd.c: In function 'timerfd_ioctl': /kisskb/src/fs/timerfd.c:357:7: note: byref variable will be forcibly initialized u64 ticks; ^~~~~ 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:750:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:816:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/timerfd.c:278:9: note: in expansion of macro 'wait_event_interruptible_locked_irq' res = wait_event_interruptible_locked_irq(ctx->wqh, ctx->ticks); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/alarmtimer.h:5, from /kisskb/src/fs/timerfd.c:12: /kisskb/src/fs/timerfd.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24735-charger.c: In function 'bq24735_parse_dt_data': /kisskb/src/drivers/power/supply/bq24735-charger.c:328:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/fs/timerfd.c: In function 'do_timerfd_settime': /kisskb/src/fs/timerfd.c:458:12: note: byref variable will be forcibly initialized struct fd f; ^ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_settime': /kisskb/src/fs/timerfd.c:562:27: note: byref variable will be forcibly initialized struct itimerspec64 new, old; ^~~ /kisskb/src/fs/timerfd.c:562:22: note: byref variable will be forcibly initialized struct itimerspec64 new, old; ^~~ /kisskb/src/fs/timerfd.c: In function 'do_timerfd_gettime': /kisskb/src/fs/timerfd.c:528:12: note: byref variable will be forcibly initialized struct fd f; ^ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_gettime': /kisskb/src/fs/timerfd.c:578:22: note: byref variable will be forcibly initialized struct itimerspec64 kotmr; ^~~~~ In file included from /kisskb/src/drivers/power/supply/tps65090-charger.c:21: /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_read': /kisskb/src/include/linux/mfd/tps65090.h:124:15: note: byref variable will be forcibly initialized unsigned int temp_val; ^~~~~~~~ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_settime32': /kisskb/src/fs/timerfd.c:590:27: note: byref variable will be forcibly initialized struct itimerspec64 new, old; ^~~ /kisskb/src/fs/timerfd.c:590:22: note: byref variable will be forcibly initialized struct itimerspec64 new, old; ^~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_config_charger': /kisskb/src/drivers/power/supply/tps65090-charger.c:89:10: note: byref variable will be forcibly initialized uint8_t intrmask = 0; ^~~~~~~~ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_gettime32': /kisskb/src/fs/timerfd.c:606:22: note: byref variable will be forcibly initialized struct itimerspec64 kotmr; ^~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_enable_charging': /kisskb/src/drivers/power/supply/tps65090-charger.c:64:10: note: byref variable will be forcibly initialized uint8_t ctrl0 = 0; ^~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_charger_probe': /kisskb/src/drivers/power/supply/tps65090-charger.c:234:10: note: byref variable will be forcibly initialized uint8_t status1 = 0; ^~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_charger_isr': /kisskb/src/drivers/power/supply/tps65090-charger.c:143:10: note: byref variable will be forcibly initialized uint8_t intrsts = 0; ^~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c:142:10: note: byref variable will be forcibly initialized uint8_t status1 = 0; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_update_ps_status': /kisskb/src/drivers/power/supply/bq2515x_charger.c:299:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int pchrgctrl; ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:451:15: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized int icctrl2; ^~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_find': /kisskb/src/fs/eventpoll.c:969:22: note: byref variable will be forcibly initialized struct epoll_filefd ffd; ^~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_charging_status': /kisskb/src/drivers/power/supply/bq2515x_charger.c:572:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/fs/eventpoll.c:10: /kisskb/src/fs/eventpoll.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_wake_up': /kisskb/src/drivers/power/supply/bq2515x_charger.c:272:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized int vbat_lsb; ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:335:6: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int buvlo, vlowv_sel, vlowv = BQ2515X_VLOWV_SEL_1B0_UV; ^~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:364:34: note: byref variable will be forcibly initialized unsigned int icharge_range = 0, pchrgctrl; ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:363:15: note: byref variable will be forcibly initialized unsigned int ichg_reg_code, reg_code; ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:360:6: note: byref variable will be forcibly initialized int ichg_lsb; ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:359:6: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int flag3; ^~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:698:15: note: byref variable will be forcibly initialized unsigned int stat1; ^~~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_remove_wait_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:543:10: note: in expansion of macro 'smp_load_acquire' whead = smp_load_acquire(&pwq->whead); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_set_precharge_current': /kisskb/src/drivers/power/supply/bq2515x_charger.c:529:15: note: byref variable will be forcibly initialized unsigned int pchrgctrl; ^~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function '__ep_eventpoll_poll': /kisskb/src/fs/eventpoll.c:800:13: note: byref variable will be forcibly initialized poll_table pt; ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/eventpoll.c:11: /kisskb/src/fs/eventpoll.c:798:12: note: byref variable will be forcibly initialized LIST_HEAD(txlist); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/fs/eventpoll.c:9: /kisskb/src/fs/eventpoll.c: In function 'ep_remove': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:701:4: note: in expansion of macro 'if' if (!smp_load_acquire(&v->next)) ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:701:9: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&v->next)) ^~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'do_epoll_create': /kisskb/src/fs/eventpoll.c:1961:20: note: byref variable will be forcibly initialized struct eventpoll *ep = NULL; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:1380:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(epi->ws, ws); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:1365:23: note: byref variable will be forcibly initialized struct name_snapshot n; ^ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_eeprom_confirm_not_busy': /kisskb/src/drivers/net/usb/lan78xx.c:716:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_wait_eeprom': /kisskb/src/drivers/net/usb/lan78xx.c:691:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_phy_wait_not_busy': /kisskb/src/drivers/net/usb/lan78xx.c:658:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_insert': /kisskb/src/fs/eventpoll.c:1443:19: note: byref variable will be forcibly initialized struct ep_pqueue epq; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_dataport_wait_not_busy': /kisskb/src/drivers/net/usb/lan78xx.c:999:7: note: byref variable will be forcibly initialized u32 dp_sel; ^~~~~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_read_raw_otp': /kisskb/src/drivers/net/usb/lan78xx.c:873:6: note: byref variable will be forcibly initialized u32 buf; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:1222:3: note: in expansion of macro 'smp_store_release' smp_store_release(&ep_pwq_from_wait(wait)->whead, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_read_otp': /kisskb/src/drivers/net/usb/lan78xx.c:977:5: note: byref variable will be forcibly initialized u8 sig; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_read_raw_eeprom': /kisskb/src/drivers/net/usb/lan78xx.c:737:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_modify': /kisskb/src/fs/eventpoll.c:1562:13: note: byref variable will be forcibly initialized poll_table pt; ^~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_read_eeprom': /kisskb/src/drivers/net/usb/lan78xx.c:790:5: note: byref variable will be forcibly initialized u8 sig; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_init_mac_address': /kisskb/src/drivers/net/usb/lan78xx.c:1777:5: note: byref variable will be forcibly initialized u8 addr[6]; ^~~~ /kisskb/src/drivers/net/usb/lan78xx.c:1776:15: note: byref variable will be forcibly initialized u32 addr_lo, addr_hi; ^~~~~~~ /kisskb/src/drivers/net/usb/lan78xx.c:1776:6: note: byref variable will be forcibly initialized u32 addr_lo, addr_hi; ^~~~~~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_init_ltm': /kisskb/src/drivers/net/usb/lan78xx.c:2529:6: note: byref variable will be forcibly initialized u8 temp[2]; ^~~~ /kisskb/src/drivers/net/usb/lan78xx.c:2524:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_set_rx_max_frame_length': /kisskb/src/drivers/net/usb/lan78xx.c:2300:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_reset': /kisskb/src/drivers/net/usb/lan78xx.c:2716:5: note: byref variable will be forcibly initialized u8 sig; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c:2715:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_send_events': /kisskb/src/fs/eventpoll.c:1635:13: note: byref variable will be forcibly initialized poll_table pt; ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/eventpoll.c:11: /kisskb/src/fs/eventpoll.c:1634:12: note: byref variable will be forcibly initialized LIST_HEAD(txlist); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_timeout_to_timespec': /kisskb/src/fs/eventpoll.c:1724:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_poll': /kisskb/src/fs/eventpoll.c:1766:10: note: byref variable will be forcibly initialized ktime_t expires, *to = NULL; ^~~~~~~ /kisskb/src/fs/eventpoll.c:1765:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^~~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_update_reg': /kisskb/src/drivers/net/usb/lan78xx.c:511:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_wait': /kisskb/src/fs/eventpoll.c:2237:20: note: byref variable will be forcibly initialized struct timespec64 to; ^~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_write_raw_eeprom': /kisskb/src/drivers/net/usb/lan78xx.c:805:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_write_raw_otp': /kisskb/src/drivers/net/usb/lan78xx.c:926:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait': /kisskb/src/fs/eventpoll.c:2272:20: note: byref variable will be forcibly initialized struct timespec64 to; ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait2': /kisskb/src/fs/eventpoll.c:2283:20: note: byref variable will be forcibly initialized struct timespec64 ts, *to = NULL; ^~ /kisskb/src/fs/eventpoll.c: In function '__do_compat_sys_epoll_pwait': /kisskb/src/fs/eventpoll.c:2326:20: note: byref variable will be forcibly initialized struct timespec64 to; ^~ /kisskb/src/fs/eventpoll.c: In function '__do_compat_sys_epoll_pwait2': /kisskb/src/fs/eventpoll.c:2340:20: note: byref variable will be forcibly initialized struct timespec64 ts, *to = NULL; ^~ /kisskb/src/fs/eventpoll.c: In function 'eventpoll_init': /kisskb/src/fs/eventpoll.c:2358:17: note: byref variable will be forcibly initialized struct sysinfo si; ^~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_mac_reset': /kisskb/src/drivers/net/usb/lan78xx.c:1206:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_irq_bus_sync_unlock': /kisskb/src/drivers/net/usb/lan78xx.c:2029:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_ctl': /kisskb/src/fs/eventpoll.c:2179:21: note: byref variable will be forcibly initialized struct epoll_event epds; ^~~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_stop_hw': /kisskb/src/drivers/net/usb/lan78xx.c:2571:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_set_auto_suspend': /kisskb/src/drivers/net/usb/lan78xx.c:4191:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_set_suspend': /kisskb/src/drivers/net/usb/lan78xx.c:4265:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c:4262:6: note: byref variable will be forcibly initialized u32 temp_pmt_ctl; ^~~~~~~~~~~~ /kisskb/src/drivers/net/usb/lan78xx.c:4261:11: note: byref variable will be forcibly initialized const u8 arp_type[2] = { 0x08, 0x06 }; ^~~~~~~~ /kisskb/src/drivers/net/usb/lan78xx.c:4259:11: note: byref variable will be forcibly initialized const u8 ipv4_multicast[3] = { 0x01, 0x00, 0x5E }; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/net/usb/lan78xx.c:5: /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_terminate_urbs': /kisskb/src/drivers/net/usb/lan78xx.c:2992:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(unlink_wakeup); ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_suspend': /kisskb/src/drivers/net/usb/lan78xx.c:4522:7: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_get_wol': /kisskb/src/drivers/net/usb/lan78xx.c:1461:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_dataport_write': /kisskb/src/drivers/net/usb/lan78xx.c:1020:6: note: byref variable will be forcibly initialized u32 dp_sel; ^~~~~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_mdiobus_read': /kisskb/src/drivers/net/usb/lan78xx.c:1827:6: note: byref variable will be forcibly initialized u32 val, addr; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_get_pause': /kisskb/src/drivers/net/usb/lan78xx.c:1663:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings ecmd; ^~~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_set_eee': /kisskb/src/drivers/net/usb/lan78xx.c:1551:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_get_eee': /kisskb/src/drivers/net/usb/lan78xx.c:1514:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/fs/eventfd.c: In function 'eventfd_write': /kisskb/src/fs/eventfd.c:270:8: note: byref variable will be forcibly initialized __u64 ucnt; ^~~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_update_stats': /kisskb/src/drivers/net/usb/lan78xx.c:631:27: note: byref variable will be forcibly initialized struct lan78xx_statstage lan78xx_stats; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/usb/lan78xx.c:5: /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_set_pause': /kisskb/src/drivers/net/usb/lan78xx.c:1699:36: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(fc) = { 0, }; ^~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/usb/lan78xx.c:1699:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(fc) = { 0, }; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/lan78xx.c:1681:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings ecmd; ^~~~ /kisskb/src/fs/eventfd.c: In function 'eventfd_read': /kisskb/src/fs/eventfd.c:225:8: note: byref variable will be forcibly initialized __u64 ucnt = 0; ^~~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_link_reset': /kisskb/src/drivers/net/usb/lan78xx.c:1254:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c:1252:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings ecmd; ^~~~ In file included from /kisskb/src/drivers/net/usb/lan78xx.c:13: /kisskb/src/drivers/net/usb/lan78xx.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/drivers/media/i2c/tvp7002.c: In function 'tvp7002_query_dv': /kisskb/src/drivers/media/i2c/tvp7002.c:618:5: note: byref variable will be forcibly initialized u8 cpl_msb; ^~~~~~~ /kisskb/src/drivers/media/i2c/tvp7002.c:617:5: note: byref variable will be forcibly initialized u8 cpl_lsb; ^~~~~~~ /kisskb/src/drivers/media/i2c/tvp7002.c:616:5: note: byref variable will be forcibly initialized u8 lpf_msb; ^~~~~~~ /kisskb/src/drivers/media/i2c/tvp7002.c:615:5: note: byref variable will be forcibly initialized u8 lpf_lsb; ^~~~~~~ /kisskb/src/drivers/media/i2c/tvp7002.c:614:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/media/i2c/tvp7002.c: In function 'tvp7002_query_dv_timings': /kisskb/src/drivers/media/i2c/tvp7002.c:665:6: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/drivers/media/i2c/tvp7002.c: In function 'tvp7002_log_status': /kisskb/src/drivers/media/i2c/tvp7002.c:750:6: note: byref variable will be forcibly initialized int detected; ^~~~~~~~ /kisskb/src/drivers/media/i2c/tvp7002.c: In function 'tvp7002_g_register': /kisskb/src/drivers/media/i2c/tvp7002.c:687:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/i2c/tvp7002.c: In function 'tvp7002_s_ctrl': /kisskb/src/drivers/media/i2c/tvp7002.c:588:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/media/i2c/tvp7002.c: In function 'tvp7002_write_inittab': /kisskb/src/drivers/media/i2c/tvp7002.c:537:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/media/i2c/tvp7002.c: In function 'tvp7002_probe': /kisskb/src/drivers/media/i2c/tvp7002.c:946:5: note: byref variable will be forcibly initialized u8 revision; ^~~~~~~~ /kisskb/src/drivers/media/i2c/tvp7002.c:943:25: note: byref variable will be forcibly initialized struct v4l2_dv_timings timings; ^~~~~~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_setup_irq_domain': /kisskb/src/drivers/net/usb/lan78xx.c:2054:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan7801_phy_init': /kisskb/src/drivers/net/usb/lan78xx.c:2142:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/lan78xx.c: In function 'lan78xx_phy_init': /kisskb/src/drivers/net/usb/lan78xx.c:2270:7: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'sum_trb_lengths': /kisskb/src/drivers/usb/host/xhci-ring.c:2257:23: note: byref variable will be forcibly initialized struct xhci_segment *seg = ring->deq_seg; ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c:2256:18: note: byref variable will be forcibly initialized union xhci_trb *trb = ring->dequeue; ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'td_to_noop': /kisskb/src/drivers/usb/host/xhci-ring.c:691:18: note: byref variable will be forcibly initialized union xhci_trb *trb = td->first_trb; ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c:690:23: note: byref variable will be forcibly initialized struct xhci_segment *seg = td->start_seg; ^~~ /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c: In function 'brcmstb_i2c_do_addr': /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c:422:16: note: byref variable will be forcibly initialized unsigned char addr; ^~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_move_dequeue_past_td': /kisskb/src/drivers/usb/host/xhci-ring.c:562:18: note: byref variable will be forcibly initialized union xhci_trb *new_deq; ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:561:23: note: byref variable will be forcibly initialized struct xhci_segment *new_seg; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c: In function 'brcmstb_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c:613:14: note: byref variable will be forcibly initialized const char *int_name; ^~~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_stop_endpoint_command_watchdog': /kisskb/src/drivers/usb/host/xhci-ring.c:1238:7: note: byref variable will be forcibly initialized char str[XHCI_MSG_MAX]; ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_queue_bulk_tx': /kisskb/src/drivers/usb/host/xhci-ring.c:3558:12: note: byref variable will be forcibly initialized u64 addr, send_addr; ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:3555:36: note: byref variable will be forcibly initialized unsigned int enqd_len, block_len, trb_buff_len, full_len; ^~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_queue_ctrl_tx': /kisskb/src/drivers/usb/host/xhci-ring.c:3788:7: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/drivers/media/i2c/tw2804.c: In function 'tw2804_s_std': /kisskb/src/drivers/media/i2c/tw2804.c:255:5: note: byref variable will be forcibly initialized u8 regs[] = { ^~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_subset.c:16: /kisskb/src/drivers/usb/gadget/function/f_subset.c: In function 'gether_opts_qmult_store': /kisskb/src/drivers/usb/gadget/function/u_ether_configfs.h:115:6: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/function/f_subset.c:398:1: note: in expansion of macro 'USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT' USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT(gether); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/fs/userfaultfd.c:13: /kisskb/src/fs/userfaultfd.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_wake': /kisskb/src/fs/userfaultfd.c:1661:32: note: byref variable will be forcibly initialized struct userfaultfd_wake_range range; ^~~~~ /kisskb/src/fs/userfaultfd.c:1660:22: note: byref variable will be forcibly initialized struct uffdio_range uffdio_wake; ^~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_api': /kisskb/src/fs/userfaultfd.c:1921:20: note: byref variable will be forcibly initialized struct uffdio_api uffdio_api; ^~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfault_msg': /kisskb/src/fs/userfaultfd.c:197:18: note: byref variable will be forcibly initialized struct uffd_msg msg; ^~~ /kisskb/src/fs/userfaultfd.c: In function 'dup_fctx': /kisskb/src/fs/userfaultfd.c:691:32: note: byref variable will be forcibly initialized struct userfaultfd_wait_queue ewq; ^~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_register': /kisskb/src/fs/userfaultfd.c:1278:25: note: byref variable will be forcibly initialized struct uffdio_register uffdio_register; ^~~~~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c:1276:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev, *cur; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_unregister': /kisskb/src/fs/userfaultfd.c:1606:34: note: byref variable will be forcibly initialized struct userfaultfd_wake_range range; ^~~~~ /kisskb/src/fs/userfaultfd.c:1509:22: note: byref variable will be forcibly initialized struct uffdio_range uffdio_unregister; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c:1507:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev, *cur; ^~~~ /kisskb/src/drivers/power/supply/wm831x_power.c: In function 'wm831x_config_battery': /kisskb/src/drivers/power/supply/wm831x_power.c:260:17: note: byref variable will be forcibly initialized int ret, reg1, reg2; ^~~~ /kisskb/src/drivers/power/supply/wm831x_power.c:260:11: note: byref variable will be forcibly initialized int ret, reg1, reg2; ^~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_copy': /kisskb/src/fs/userfaultfd.c:1694:32: note: byref variable will be forcibly initialized struct userfaultfd_wake_range range; ^~~~~ /kisskb/src/fs/userfaultfd.c:1692:21: note: byref variable will be forcibly initialized struct uffdio_copy uffdio_copy; ^~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_zeropage': /kisskb/src/fs/userfaultfd.c:1751:32: note: byref variable will be forcibly initialized struct userfaultfd_wake_range range; ^~~~~ /kisskb/src/fs/userfaultfd.c:1749:25: note: byref variable will be forcibly initialized struct uffdio_zeropage uffdio_zeropage; ^~~~~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_writeprotect': /kisskb/src/fs/userfaultfd.c:1803:32: note: byref variable will be forcibly initialized struct userfaultfd_wake_range range; ^~~~~ /kisskb/src/fs/userfaultfd.c:1801:29: note: byref variable will be forcibly initialized struct uffdio_writeprotect uffdio_wp; ^~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_continue': /kisskb/src/fs/userfaultfd.c:1849:32: note: byref variable will be forcibly initialized struct userfaultfd_wake_range range; ^~~~~ /kisskb/src/fs/userfaultfd.c:1847:25: note: byref variable will be forcibly initialized struct uffdio_continue uffdio_continue; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/userfaultfd.c:13: /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_ctx_read': /kisskb/src/fs/userfaultfd.c:1007:12: note: byref variable will be forcibly initialized LIST_HEAD(fork_event); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_read': /kisskb/src/fs/userfaultfd.c:1164:18: note: byref variable will be forcibly initialized struct uffd_msg msg; ^~~ /kisskb/src/fs/userfaultfd.c: In function 'handle_userfault': /kisskb/src/fs/userfaultfd.c:371:32: note: byref variable will be forcibly initialized struct userfaultfd_wait_queue uwq; ^~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:87, from /kisskb/src/fs/aio.c:20: /kisskb/src/fs/aio.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'mremap_userfaultfd_complete': /kisskb/src/fs/userfaultfd.c:738:32: note: byref variable will be forcibly initialized struct userfaultfd_wait_queue ewq; ^~~ /kisskb/src/fs/aio.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_remove': /kisskb/src/fs/userfaultfd.c:763:32: note: byref variable will be forcibly initialized struct userfaultfd_wait_queue ewq; ^~~ /kisskb/src/fs/aio.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/userfaultfd.c: In function 'userfaultfd_unmap_complete': /kisskb/src/fs/userfaultfd.c:827:32: note: byref variable will be forcibly initialized struct userfaultfd_wait_queue ewq; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:87, from /kisskb/src/fs/aio.c:20: /kisskb/src/fs/aio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:678:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mm->ioctx_table, table); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:673:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mm->ioctx_table, table); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:646:6: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(table->table[i], ctx); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'aio_setup_ring': /kisskb/src/fs/aio.c:463:22: note: byref variable will be forcibly initialized unsigned long size, unused; ^~~~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_destroy': /kisskb/src/fs/aio.c:1384:22: note: byref variable will be forcibly initialized struct ctx_rq_wait wait; ^~~~ /kisskb/src/fs/aio.c: In function 'aio_read': /kisskb/src/fs/aio.c:1519:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/aio.c:1518:42: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~ /kisskb/src/fs/aio.c:1518:15: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'aio_write': /kisskb/src/fs/aio.c:1547:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/aio.c:1546:42: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~ /kisskb/src/fs/aio.c:1546:15: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_eom_enable': /kisskb/src/drivers/usb/class/usbtmc.c:2013:5: note: byref variable will be forcibly initialized u8 eom_enable; ^~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_config_termc': /kisskb/src/drivers/usb/class/usbtmc.c:2032:25: note: byref variable will be forcibly initialized struct usbtmc_termchar termc; ^~~~~ /kisskb/src/fs/aio.c: In function 'aio_poll': /kisskb/src/fs/aio.c:1739:24: note: byref variable will be forcibly initialized struct aio_poll_table apt; ^~~ /kisskb/src/fs/aio.c: In function 'io_submit_one': /kisskb/src/fs/aio.c:1854:14: note: byref variable will be forcibly initialized struct iocb iocb; ^~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_submit': /kisskb/src/fs/aio.c:1915:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/aio.c: In function '__do_compat_sys_io_submit': /kisskb/src/fs/aio.c:1957:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/fs/aio.c:18: /kisskb/src/fs/aio.c: In function 'read_events': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:526:10: note: in expansion of macro '___wait_event' __ret = ___wait_event(wq_head, condition, state, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:585:11: note: in expansion of macro '__wait_event_hrtimeout' __ret = __wait_event_hrtimeout(wq, condition, timeout, \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1292:3: note: in expansion of macro 'wait_event_interruptible_hrtimeout' wait_event_interruptible_hrtimeout(ctx->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:517:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper __t; \ ^~~ /kisskb/src/include/linux/wait.h:585:11: note: in expansion of macro '__wait_event_hrtimeout' __ret = __wait_event_hrtimeout(wq, condition, timeout, \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1292:3: note: in expansion of macro 'wait_event_interruptible_hrtimeout' wait_event_interruptible_hrtimeout(ctx->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1273:7: note: byref variable will be forcibly initialized long ret = 0; ^~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents': /kisskb/src/fs/aio.c:2085:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_request': /kisskb/src/drivers/usb/class/usbtmc.c:1919:28: note: byref variable will be forcibly initialized struct usbtmc_ctrlrequest request; ^~~~~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_pgetevents': /kisskb/src/fs/aio.c:2113:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents_time32': /kisskb/src/fs/aio.c:2183:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/fs/aio.c: In function '__do_compat_sys_io_pgetevents': /kisskb/src/fs/aio.c:2215:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/fs/aio.c: In function '__do_compat_sys_io_pgetevents_time64': /kisskb/src/fs/aio.c:2250:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/drivers/media/i2c/tw9910.c: In function 'tw9910_s_fmt': /kisskb/src/drivers/media/i2c/tw9910.c:777:25: note: byref variable will be forcibly initialized u32 width = mf->width, height = mf->height; ^~~~~~ /kisskb/src/drivers/media/i2c/tw9910.c:777:6: note: byref variable will be forcibly initialized u32 width = mf->width, height = mf->height; ^~~~~ /kisskb/src/fs/aio.c: In function 'exit_aio': /kisskb/src/fs/aio.c:862:21: note: byref variable will be forcibly initialized struct ctx_rq_wait wait; ^~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_simple': /kisskb/src/drivers/usb/class/usbtmc.c:652:7: note: byref variable will be forcibly initialized __u8 val; ^~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_abort_bulk_in_tag': /kisskb/src/drivers/usb/class/usbtmc.c:272:6: note: byref variable will be forcibly initialized int actual; ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_trigger': /kisskb/src/drivers/usb/class/usbtmc.c:714:6: note: byref variable will be forcibly initialized int actual; ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'send_request_dev_dep_msg_in': /kisskb/src/drivers/usb/class/usbtmc.c:1315:6: note: byref variable will be forcibly initialized int actual; ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_clear': /kisskb/src/drivers/usb/class/usbtmc.c:1654:6: note: byref variable will be forcibly initialized int actual = 0; ^~~~~~ /kisskb/src/drivers/net/usb/ax88172a.c: In function 'ax88172a_bind': /kisskb/src/drivers/net/usb/ax88172a.c:161:5: note: byref variable will be forcibly initialized u8 buf[ETH_ALEN]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_write': /kisskb/src/drivers/usb/class/usbtmc.c:1518:17: note: byref variable will be forcibly initialized u32 remaining, done; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/usb/class/usbtmc.c:13: /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_get_stb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:514:8: note: in expansion of macro 'wait_event_interruptible_timeout' rv = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_generic_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:945:13: note: in expansion of macro 'wait_event_interruptible_timeout' retval = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/samsung/exynos_tmu.c: In function 'exynos_tmu_initialize': /kisskb/src/drivers/thermal/samsung/exynos_tmu.c:266:21: note: byref variable will be forcibly initialized int ret = 0, temp, hyst; ^~~~ /kisskb/src/drivers/thermal/samsung/exynos_tmu.c:266:15: note: byref variable will be forcibly initialized int ret = 0, temp, hyst; ^~~~ /kisskb/src/drivers/gpu/drm/tegra/gem.c: In function 'tegra_bo_munmap': /kisskb/src/drivers/gpu/drm/tegra/gem.c:152:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(addr); ^~~ /kisskb/src/drivers/gpu/drm/tegra/gem.c: In function 'tegra_bo_mmap': /kisskb/src/drivers/gpu/drm/tegra/gem.c:135:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/thermal/samsung/exynos_tmu.c: In function 'exynos_map_dt_data': /kisskb/src/drivers/thermal/samsung/exynos_tmu.c:871:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_read': /kisskb/src/drivers/usb/class/usbtmc.c:1370:6: note: byref variable will be forcibly initialized u32 done = 0; ^~~~ /kisskb/src/drivers/usb/class/usbtmc.c:1369:6: note: byref variable will be forcibly initialized int actual; ^~~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_generic_write': /kisskb/src/drivers/usb/class/usbtmc.c:1262:24: note: byref variable will be forcibly initialized struct usbtmc_message msg; ^~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_generic_read': /kisskb/src/drivers/usb/class/usbtmc.c:1051:24: note: byref variable will be forcibly initialized struct usbtmc_message msg; ^~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_read_stb': /kisskb/src/drivers/usb/class/usbtmc.c:557:7: note: byref variable will be forcibly initialized __u8 stb; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/usb/class/usbtmc.c:13: /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_wait_srq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:621:7: note: in expansion of macro 'wait_event_interruptible_timeout' rv = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl': /kisskb/src/drivers/usb/class/usbtmc.c:2053:7: note: byref variable will be forcibly initialized __u8 tmp_byte; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fs_dax.h:286, from /kisskb/src/fs/dax.c:31: /kisskb/src/fs/dax.c: In function 'perf_trace_dax_pmd_fault_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_pmd_load_hole_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_probe': /kisskb/src/drivers/usb/class/usbtmc.c:2355:55: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in; ^~~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_pmd_insert_mapping_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:2355:44: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in; ^~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:2355:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in; ^~~~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_pte_fault_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_insert_mapping': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_writeback_range_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_writeback_one': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fs_dax.h:286, from /kisskb/src/fs/dax.c:31: /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_fault_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_load_hole_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_insert_mapping_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pte_fault_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_insert_mapping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_writeback_range_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_writeback_one': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/fs_dax.h:286, from /kisskb/src/fs/dax.c:31: /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_pmd_fault_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_pmd_load_hole_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_pmd_insert_mapping_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_pte_fault_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_insert_mapping': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_writeback_range_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_writeback_one': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'wait_entry_unlocked': /kisskb/src/fs/dax.c:259:38: note: byref variable will be forcibly initialized struct wait_exceptional_entry_queue ewait; ^~~~~ /kisskb/src/fs/dax.c: In function 'dax_wake_entry': /kisskb/src/fs/dax.c:198:31: note: byref variable will be forcibly initialized struct exceptional_entry_key key; ^~~ /kisskb/src/fs/dax.c: In function 'get_unlocked_entry': /kisskb/src/fs/dax.c:226:38: note: byref variable will be forcibly initialized struct wait_exceptional_entry_queue ewait; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c: In function '__dax_invalidate_entry': /kisskb/src/fs/dax.c:662:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/dax.c: In function 'dax_entry_mkclean': /kisskb/src/fs/dax.c:814:29: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/fs/dax.c:810:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/fs/dax.c:809:9: note: byref variable will be forcibly initialized pmd_t *pmdp = NULL; ^~~~ /kisskb/src/fs/dax.c:808:14: note: byref variable will be forcibly initialized pte_t pte, *ptep = NULL; ^~~~ /kisskb/src/fs/dax.c: In function 'dax_iomap_pfn': /kisskb/src/fs/dax.c:1017:10: note: byref variable will be forcibly initialized pgoff_t pgoff; ^~~~~ /kisskb/src/fs/dax.c: In function 'dax_iomap_iter': /kisskb/src/fs/dax.c:1209:9: note: byref variable will be forcibly initialized void *kaddr; ^~~~~ /kisskb/src/fs/dax.c:1208:11: note: byref variable will be forcibly initialized pgoff_t pgoff; ^~~~~ /kisskb/src/fs/dax.c: In function 'copy_cow_page_dax': /kisskb/src/fs/dax.c:716:10: note: byref variable will be forcibly initialized pgoff_t pgoff; ^~~~~ /kisskb/src/fs/dax.c:715:14: note: byref variable will be forcibly initialized void *vto, *kaddr; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c: In function 'dax_insert_pfn_mkwrite': /kisskb/src/fs/dax.c:1662:17: note: byref variable will be forcibly initialized XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, order); ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' struct xa_state name = __XA_STATE(array, \ ^~~~ /kisskb/src/fs/dax.c: In function 'dax_fault_iter': /kisskb/src/fs/dax.c:1386:8: note: byref variable will be forcibly initialized pfn_t pfn; ^~~ /kisskb/src/fs/dax.c: In function 'dax_iomap_pte_fault': /kisskb/src/fs/dax.c:1436:8: note: byref variable will be forcibly initialized void *entry; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c:1428:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, vmf->pgoff); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/dax.c: In function 'dax_lock_page': /kisskb/src/fs/dax.c:402:11: note: byref variable will be forcibly initialized XA_STATE(xas, NULL, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/dax.c: In function 'dax_unlock_page': /kisskb/src/fs/dax.c:450:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page->index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/dax.c: In function 'dax_layout_busy_page_range': /kisskb/src/fs/dax.c:599:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_idx); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/dax.c: In function 'dax_writeback_mapping_range': /kisskb/src/fs/dax.c:970:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, wbc->range_start >> PAGE_SHIFT); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/dax.c: In function 'dax_iomap_zero': /kisskb/src/fs/dax.c:1134:8: note: byref variable will be forcibly initialized void *kaddr; ^~~~~ /kisskb/src/fs/dax.c:1132:10: note: byref variable will be forcibly initialized pgoff_t pgoff; ^~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_main.c: In function 'aq_ndev_hwtstamp_set': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_main.c:269:25: note: byref variable will be forcibly initialized struct hwtstamp_config config; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_status': /kisskb/src/drivers/power/supply/adp5061.c:160:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_chg_type': /kisskb/src/drivers/power/supply/adp5061.c:423:14: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:423:5: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_charger_status': /kisskb/src/drivers/power/supply/adp5061.c:442:14: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:442:5: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_battery_status': /kisskb/src/drivers/power/supply/adp5061.c:475:14: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:475:5: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_input_current_limit': /kisskb/src/drivers/power/supply/adp5061.c:178:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_max_voltage': /kisskb/src/drivers/power/supply/adp5061.c:260:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_min_voltage': /kisskb/src/drivers/power/supply/adp5061.c:228:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_chg_volt_lim': /kisskb/src/drivers/power/supply/adp5061.c:244:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_const_chg_current': /kisskb/src/drivers/power/supply/adp5061.c:338:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_prechg_current': /kisskb/src/drivers/power/supply/adp5061.c:357:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_vweak_th': /kisskb/src/drivers/power/supply/adp5061.c:390:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_termination_current': /kisskb/src/drivers/power/supply/adp5061.c:504:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_property': /kisskb/src/drivers/power/supply/adp5061.c:537:14: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:537:5: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_chmod': /kisskb/src/fs/posix_acl.c:589:20: note: byref variable will be forcibly initialized struct posix_acl *acl; ^~~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_update_mode': /kisskb/src/fs/posix_acl.c:690:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/posix_acl.c: In function 'simple_acl_create': /kisskb/src/fs/posix_acl.c:999:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/posix_acl.c:999:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ 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:173: /kisskb/src/fs/locks.c: In function 'perf_trace_locks_get_lock_context': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_filelock_lock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_filelock_lease': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_generic_add_lease': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_leases_conflict': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filelock.h:244, from /kisskb/src/fs/locks.c:173: /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_locks_get_lock_context': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lease': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_generic_add_lease': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_leases_conflict': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ 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:173: /kisskb/src/fs/locks.c: In function '__bpf_trace_locks_get_lock_context': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_filelock_lock': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_leases_conflict': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_filelock_lease': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_generic_add_lease': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function '__locks_wake_up_blocks': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:748:3: note: in expansion of macro 'smp_store_release' smp_store_release(&waiter->fl_blocker, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'locks_get_lock_context': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:273:9: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:254:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'generic_delete_lease': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1865:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c:1863:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'generic_add_lease': /kisskb/src/fs/locks.c:1749:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/usb/core/urb.c:6: /kisskb/src/drivers/usb/core/urb.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/usb/core/urb.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/locks.c: In function 'locks_remove_lease': /kisskb/src/fs/locks.c:2648:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'posix_lock_inode': /kisskb/src/fs/locks.c:1142:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode': /kisskb/src/fs/locks.c:1066:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'locks_remove_flock': /kisskb/src/fs/locks.c:2625:19: note: byref variable will be forcibly initialized struct file_lock fl; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'locks_delete_block': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:797:2: note: in expansion of macro 'smp_store_release' smp_store_release(&waiter->fl_blocker, NULL); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/file.h:9, from /kisskb/src/fs/locks.c:159: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:783:2: note: in expansion of macro 'if' if (!smp_load_acquire(&waiter->fl_blocker) && ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:783:7: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&waiter->fl_blocker) && ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fdtable.h:16, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c: In function 'posix_lock_inode_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1391:11: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2075:11: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/usb/core/urb.c:6: /kisskb/src/drivers/usb/core/urb.c: In function 'usb_kill_urb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:720:2: note: in expansion of macro 'wait_event' wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_poison_urb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:764:2: note: in expansion of macro 'wait_event' wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'posix_test_lock': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:958:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fdtable.h:16, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c: In function '__break_lease': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1586:10: note: in expansion of macro 'wait_event_interruptible_timeout' error = wait_event_interruptible_timeout(new_fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1525:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c:1517:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_wait_anchor_empty_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:963:9: note: in expansion of macro 'wait_event_timeout' return wait_event_timeout(anchor->wait, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'lease_get_mtime': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1630:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'fcntl_getlease': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1676:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c:1674:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'do_fcntl_add_lease': /kisskb/src/fs/locks.c:2021:24: note: byref variable will be forcibly initialized struct fasync_struct *new; ^~~ /kisskb/src/fs/locks.c:2020:20: note: byref variable will be forcibly initialized 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:160: /kisskb/src/fs/locks.c: In function 'do_lock_file_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2352:11: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'locks_remove_posix': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2598:9: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2590:19: note: byref variable will be forcibly initialized struct file_lock lock; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'locks_remove_file': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2671:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&locks_inode(filp)->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_range_helper': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3399:31: note: byref variable will be forcibly initialized struct xfs_alloc_rec_incore irec; ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, 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:209:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_update': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:215:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^~~ 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_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_compute_aligned': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:280:15: note: byref variable will be forcibly initialized xfs_extlen_t len = foundlen; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:279:16: note: byref variable will be forcibly initialized xfs_agblock_t bno = foundbno; ^~~ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_usb2_hub_descriptor': /kisskb/src/drivers/usb/host/xhci-hub.c:284:7: note: byref variable will be forcibly initialized __u8 port_removable[(USB_MAXCHILDREN + 1 + 7) / 8]; ^~~~~~~~~~~~~~ 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:534:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'make_qualifier': /kisskb/src/drivers/usb/gadget/legacy/inode.c:1280:35: note: byref variable will be forcibly initialized struct usb_qualifier_descriptor qual; ^~~~ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_get_port_status': /kisskb/src/drivers/usb/host/xhci-hub.c:1122:6: note: byref variable will be forcibly initialized u32 status = 0; ^~~~~~ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_hub_control': /kisskb/src/drivers/usb/host/xhci-hub.c:1181:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cur_setup': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:759:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:234:23: note: byref variable will be forcibly initialized union xfs_btree_rec *rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_exact_minlen_extent_available': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2489:16: note: byref variable will be forcibly initialized xfs_extlen_t flen; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2488:17: note: byref variable will be forcibly initialized 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:441:15: note: byref variable will be forcibly initialized xfs_extlen_t nflen1=0; /* first new free length */ ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:439:16: note: byref variable will be forcibly initialized xfs_agblock_t nfbno1; /* first new free startblock */ ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:438:7: note: byref variable will be forcibly initialized int i; /* operation results */ ^ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/gadget/legacy/inode.c:13: /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'ep_io': /kisskb/src/drivers/usb/gadget/legacy/inode.c:330:30: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK (done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cur_check': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:832:12: note: byref variable will be forcibly initialized unsigned busy_gen = 0; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:830:21: note: byref variable will be forcibly initialized xfs_extlen_t len, lena, diff = -1; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:830:16: note: byref variable will be forcibly initialized xfs_extlen_t len, lena, diff = -1; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:829:28: note: byref variable will be forcibly initialized xfs_agblock_t bno, bnoa, bnew; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:829:22: note: byref variable will be forcibly initialized xfs_agblock_t bno, bnoa, bnew; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:829:17: note: byref variable will be forcibly initialized xfs_agblock_t bno, bnoa, bnew; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:828:15: note: byref variable will be forcibly initialized int error, i; ^ /kisskb/src/drivers/i2c/busses/i2c-ali1563.c: In function 'ali1563_setup': /kisskb/src/drivers/i2c/busses/i2c-ali1563.c:335:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_walk_iter': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1324:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_lastblock': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1500:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cntbt_iter': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:958:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:956:16: note: byref variable will be forcibly initialized xfs_extlen_t len, cur_len; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:955:17: note: byref variable will be forcibly initialized xfs_agblock_t bno; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_locality': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1373:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_exact': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1212:11: note: byref variable will be forcibly initialized unsigned busy_gen; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1211:7: note: byref variable will be forcibly initialized int i; /* success/failure of operation */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1209:15: note: byref variable will be forcibly initialized xfs_extlen_t tlen; /* length of busy extent */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1208:16: note: byref variable will be forcibly initialized xfs_agblock_t tbno; /* start block of busy extent */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1207:15: note: byref variable will be forcibly initialized xfs_extlen_t flen; /* length of found extent */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1206:16: note: byref variable will be forcibly initialized xfs_agblock_t fbno; /* start block of found extent */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_read_agfl': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:695:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* return value */ ^~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_log_agf': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2766:6: note: byref variable will be forcibly initialized int last; /* last byte offset */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2765:6: note: byref variable will be forcibly initialized int first; /* first byte offset */ ^~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'dev_config': /kisskb/src/drivers/usb/gadget/legacy/inode.c:1788:8: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_ag_extent': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2043:17: note: byref variable will be forcibly initialized xfs_extlen_t xxlen; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2042:18: note: byref variable will be forcibly initialized xfs_agblock_t xxbno; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1896:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1895:9: note: byref variable will be forcibly initialized int haveright; /* have a right neighbor */ ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1894:9: note: byref variable will be forcibly initialized int haveleft; /* have a left neighbor */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1891:17: note: byref variable will be forcibly initialized xfs_extlen_t ltlen; /* length of left neighbor */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1890:18: note: byref variable will be forcibly initialized xfs_agblock_t ltbno; /* start of left neighbor */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1889:17: note: byref variable will be forcibly initialized xfs_extlen_t gtlen; /* length of right neighbor */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1888:18: note: byref variable will be forcibly initialized xfs_agblock_t gtbno; /* start of right neighbor */ ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/usb/gadget/legacy/inode.c:13: /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'ep0_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c:1064:12: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible (dev->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c:969:13: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible (dev->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_agfl_block': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2336:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_get_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2704:19: note: byref variable will be forcibly initialized 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:1070:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1032:8: note: byref variable will be forcibly initialized int i = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1031:16: note: byref variable will be forcibly initialized xfs_extlen_t flen = 0; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1030:17: note: byref variable will be forcibly initialized xfs_agblock_t fbno = NULLAGBLOCK; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_size': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1670:11: note: byref variable will be forcibly initialized unsigned busy_gen; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1668:15: note: byref variable will be forcibly initialized xfs_extlen_t rlen; /* length of returned extent */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1667:16: note: byref variable will be forcibly initialized xfs_agblock_t rbno; /* returned block number */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1666:7: note: byref variable will be forcibly initialized int i; /* temp status variable */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1665:15: note: byref variable will be forcibly initialized xfs_extlen_t flen; /* length of found freespace */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1664:16: note: byref variable will be forcibly initialized xfs_agblock_t fbno; /* start of found freespace */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_near': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1608:9: note: byref variable will be forcibly initialized bool allocated = false; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1563:16: note: byref variable will be forcibly initialized xfs_extlen_t len; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1562:17: note: byref variable will be forcibly initialized xfs_agblock_t bno; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1561:8: note: byref variable will be forcibly initialized int i; /* result code, temporary */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_fix_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2590:7: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2532:17: note: byref variable will be forcibly initialized xfs_agblock_t bno; /* freelist block */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2531:23: note: byref variable will be forcibly initialized struct xfs_alloc_arg targs; /* local allocation arguments */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2530:19: note: byref variable will be forcibly initialized struct xfs_buf *agflbp = NULL; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2529:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp = NULL; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_pagf_init': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2808:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_extent_fix_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3298:23: note: byref variable will be forcibly initialized struct xfs_alloc_arg args; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function '__xfs_free_extent': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3337:20: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_range': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3417:36: note: byref variable will be forcibly initialized struct xfs_alloc_query_range_info query; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3416:25: note: byref variable will be forcibly initialized union xfs_btree_irec high_brec; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3415:25: note: byref variable will be forcibly initialized union xfs_btree_irec low_brec; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_all': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3435:36: note: byref variable will be forcibly initialized struct xfs_alloc_query_range_info query; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_has_record': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3452:23: note: byref variable will be forcibly initialized union xfs_btree_irec high; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3451:23: note: byref variable will be forcibly initialized union xfs_btree_irec low; ^~~ /kisskb/src/drivers/media/i2c/sony-btf-mpx.c: In function 'mpx_write': /kisskb/src/drivers/media/i2c/sony-btf-mpx.c:50:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/sony-btf-mpx.c:49:5: note: byref variable will be forcibly initialized u8 buffer[5]; ^~~~~~ /kisskb/src/drivers/media/i2c/sony-btf-mpx.c: In function 'mpx_setup': /kisskb/src/drivers/media/i2c/sony-btf-mpx.c:162:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/sony-btf-mpx.c:161:5: note: byref variable will be forcibly initialized u8 buffer[3]; ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_do_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2155:6: note: byref variable will be forcibly initialized int current_class = -1; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_do_os_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2306:25: note: byref variable will be forcibly initialized enum ffs_os_desc_type type; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_read_status': /kisskb/src/drivers/power/supply/ds2760_battery.c:265:28: note: byref variable will be forcibly initialized int ret, i, start, count, scale[5]; ^~~~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_set_current_accum': /kisskb/src/drivers/power/supply/ds2760_battery.c:376:16: note: byref variable will be forcibly initialized unsigned char acr[2]; ^~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_write_active_full': /kisskb/src/drivers/power/supply/ds2760_battery.c:459:16: note: byref variable will be forcibly initialized unsigned char tmp[2] = { ^~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_set_charged_work': /kisskb/src/drivers/power/supply/ds2760_battery.c:502:7: note: byref variable will be forcibly initialized char bias; ^~~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'w1_ds2760_add_slave': /kisskb/src/drivers/power/supply/ds2760_battery.c:710:7: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/power/supply/ds2760_battery.c:683:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/media/i2c/upd64031a.c: In function 'upd64031a_read': /kisskb/src/drivers/media/i2c/upd64031a.c:75:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/i2c/upd64031a.c: In function 'upd64031a_write': /kisskb/src/drivers/media/i2c/upd64031a.c:88:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_fs.c:40: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '_ffs_func_bind': /kisskb/src/drivers/usb/gadget/function/f_fs.c:3089:12: note: byref variable will be forcibly initialized vla_group(d); ^ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' #define vla_group(groupname) size_t groupname##__next = 0 ^~~~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/power/supply/gpio-charger.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 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:14: note: byref variable will be forcibly initialized const char *chargetype; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-drv.c: In function 'xgbe_set_hwtstamp_settings': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-drv.c:1505:25: note: byref variable will be forcibly initialized struct hwtstamp_config config; ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_data_got_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2441:25: note: byref variable will be forcibly initialized struct ffs_desc_helper helper; ^~~~~~ /kisskb/src/drivers/usb/host/xhci-dbg.c: In function 'xhci_dbg_trace': /kisskb/src/drivers/usb/host/xhci-dbg.c:26:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/usb/host/xhci-dbg.c:25:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_fs.c:40: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_data_got_strings': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2605:13: note: byref variable will be forcibly initialized vla_group(d); ^ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' #define vla_group(groupname) size_t groupname##__next = 0 ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_ioctl': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1329:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor desc1, *desc; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:1298:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible( ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/filter.h:19, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-drv.c:119: /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-drv.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_io': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1053:30: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:960:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible( ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-drv.c: In function 'xgbe_tx_tstamp': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-drv.c:1467:30: note: byref variable will be forcibly initialized struct skb_shared_hwtstamps hwtstamps; ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_write_iter': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1183:21: note: byref variable will be forcibly initialized struct ffs_io_data io_data, *p = &io_data; ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_read_iter': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1220:21: note: byref variable will be forcibly initialized struct ffs_io_data io_data, *p = &io_data; ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_ep0_read_events': /kisskb/src/drivers/usb/gadget/function/f_fs.c:476:30: note: byref variable will be forcibly initialized struct usb_functionfs_event events[ARRAY_SIZE(ffs->ev.types)]; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_ep0_read': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-drv.c: In function 'xgbe_print_pkt': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:549:3: note: in expansion of macro 'if' if (wait_event_interruptible_exclusive_locked_irq(ffs->ev.waitq, ^~ /kisskb/src/include/linux/wait.h:1153:27: note: in expansion of macro 'DEFINE_WAIT_FUNC' #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:878:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 1, do_wait_intr_irq)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:549:7: note: in expansion of macro 'wait_event_interruptible_exclusive_locked_irq' if (wait_event_interruptible_exclusive_locked_irq(ffs->ev.waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-drv.c:2770:16: note: byref variable will be forcibly initialized unsigned char buffer[128]; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c: In function 'umh_pipe_setup': /kisskb/src/fs/coredump.c:561:15: note: byref variable will be forcibly initialized struct file *files[2]; ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_fs_parse_param': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1506:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/fs/coredump.c: In function 'zap_threads': /kisskb/src/fs/coredump.c:376:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/coredump.c: In function 'cn_vprintf': /kisskb/src/fs/coredump.c:86:10: note: byref variable will be forcibly initialized va_list arg_copy; ^~~~~~~~ /kisskb/src/fs/coredump.c: In function 'cn_printf': /kisskb/src/fs/coredump.c:108:10: note: byref variable will be forcibly initialized va_list arg; ^~~ /kisskb/src/fs/coredump.c: In function 'cn_esc_printf': /kisskb/src/fs/coredump.c:122:10: note: byref variable will be forcibly initialized va_list arg; ^~~ In file included from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'wait_for_dump_helpers': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c:540:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(pipe->rd_wait, pipe->readers == 1); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c: In function '__dump_emit': /kisskb/src/fs/coredump.c:858:9: note: byref variable will be forcibly initialized loff_t pos = file->f_pos; ^~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/coredump.c:6: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/coredump.c: In function 'do_coredump': /kisskb/src/fs/coredump.c:753:16: note: byref variable will be forcibly initialized struct path root; ^~~~ /kisskb/src/fs/coredump.c:588:6: note: byref variable will be forcibly initialized int argc = 0; ^~~~ /kisskb/src/fs/coredump.c:587:10: note: byref variable will be forcibly initialized size_t *argv = NULL; ^~~~ /kisskb/src/fs/coredump.c:580:19: note: byref variable will be forcibly initialized struct core_name cn; ^~ /kisskb/src/fs/coredump.c:579:20: note: byref variable will be forcibly initialized struct core_state core_state; ^~~~~~~~~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'tegra_thermctl_get_trend': /kisskb/src/drivers/thermal/tegra/soctherm.c:641:6: note: byref variable will be forcibly initialized int trip_temp, temp, last_temp, ret; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/upd64083.c: In function 'upd64083_read': /kisskb/src/drivers/media/i2c/upd64083.c:79:5: note: byref variable will be forcibly initialized u8 buf[7]; ^~~ /kisskb/src/drivers/media/i2c/upd64083.c: In function 'upd64083_log_status': /kisskb/src/drivers/media/i2c/upd64083.c:125:5: note: byref variable will be forcibly initialized u8 buf[7]; ^~~ /kisskb/src/drivers/media/i2c/upd64083.c: In function 'upd64083_write': /kisskb/src/drivers/media/i2c/upd64083.c:64:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'get_hot_temp': /kisskb/src/drivers/thermal/tegra/soctherm.c:726:25: note: byref variable will be forcibly initialized enum thermal_trip_type type; ^~~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'tegra_soctherm_set_hwtrips': /kisskb/src/drivers/thermal/tegra/soctherm.c:778:15: note: byref variable will be forcibly initialized int i, trip, temperature, ret; ^~~~~~~~~~~ /kisskb/src/drivers/thermal/tegra/soctherm.c:778:9: note: byref variable will be forcibly initialized int i, trip, temperature, ret; ^~~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'tegra_thermctl_set_trip_temp': /kisskb/src/drivers/thermal/tegra/soctherm.c:592:25: note: byref variable will be forcibly initialized enum thermal_trip_type type; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/thermal/tegra/soctherm.c:19: /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/thermal/tegra/soctherm.c:30: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'soctherm_throt_cfg_parse': /kisskb/src/drivers/thermal/tegra/soctherm.c:1648:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'soctherm_oc_cfg_parse': /kisskb/src/drivers/thermal/tegra/soctherm.c:1620:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/drivers/thermal/tegra/soctherm.c:27: /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'tegra_soctherm_probe': /kisskb/src/drivers/thermal/tegra/soctherm.c:2120:30: note: byref variable will be forcibly initialized struct tsensor_shared_calib shared_calib; ^~~~~~~~~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_auto_detach': /kisskb/src/drivers/net/usb/ax88179_178a.c:464:5: note: byref variable will be forcibly initialized u8 tmp8; ^~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:463:6: note: byref variable will be forcibly initialized u16 tmp16; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_read_cmd': /kisskb/src/drivers/net/usb/ax88179_178a.c:304:7: note: byref variable will be forcibly initialized u32 buf = 0; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:299:7: note: byref variable will be forcibly initialized u16 buf = 0; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_check_efuse': /kisskb/src/drivers/net/usb/ax88179_178a.c:1089:5: note: byref variable will be forcibly initialized u8 efuse[64]; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_convert_old_led': /kisskb/src/drivers/net/usb/ax88179_178a.c:1114:6: note: byref variable will be forcibly initialized u16 led; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_mdio_read': /kisskb/src/drivers/net/usb/ax88179_178a.c:356:6: note: byref variable will be forcibly initialized u16 res; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_get_wol': /kisskb/src/drivers/net/usb/ax88179_178a.c:535:5: note: byref variable will be forcibly initialized u8 opt; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_read_cmd_nopm': /kisskb/src/drivers/net/usb/ax88179_178a.c:263:7: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:258:7: note: byref variable will be forcibly initialized u16 buf; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_write_cmd': /kisskb/src/drivers/net/usb/ax88179_178a.c:321:7: note: byref variable will be forcibly initialized u16 buf; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_phy_mmd_indirect': /kisskb/src/drivers/net/usb/ax88179_178a.c:374:6: note: byref variable will be forcibly initialized u16 tmp16; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_phy_read_mmd_indirect': /kisskb/src/drivers/net/usb/ax88179_178a.c:396:6: note: byref variable will be forcibly initialized u16 tmp16; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_stop': /kisskb/src/drivers/net/usb/ax88179_178a.c:1719:6: note: byref variable will be forcibly initialized u16 tmp16; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_check_eeprom': /kisskb/src/drivers/net/usb/ax88179_178a.c:1045:13: note: byref variable will be forcibly initialized u8 i, buf, eeprom[20]; ^~~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1045:8: note: byref variable will be forcibly initialized u8 i, buf, eeprom[20]; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_led_setting': /kisskb/src/drivers/net/usb/ax88179_178a.c:1153:28: note: byref variable will be forcibly initialized u16 tmp, ledact, ledlink, ledvalue = 0, delay = HZ / 10; ^~~~~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1153:19: note: byref variable will be forcibly initialized u16 tmp, ledact, ledlink, ledvalue = 0, delay = HZ / 10; ^~~~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1153:11: note: byref variable will be forcibly initialized u16 tmp, ledact, ledlink, ledvalue = 0, delay = HZ / 10; ^~~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1153:6: note: byref variable will be forcibly initialized u16 tmp, ledact, ledlink, ledvalue = 0, delay = HZ / 10; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1152:12: note: byref variable will be forcibly initialized u8 ledfd, value = 0; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1152:5: note: byref variable will be forcibly initialized u8 ledfd, value = 0; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_disable_eee': /kisskb/src/drivers/net/usb/ax88179_178a.c:808:6: note: byref variable will be forcibly initialized u16 tmp16; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_unbind': /kisskb/src/drivers/net/usb/ax88179_178a.c:1432:6: note: byref variable will be forcibly initialized u16 tmp16; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_mdio_write': /kisskb/src/drivers/net/usb/ax88179_178a.c:366:6: note: byref variable will be forcibly initialized u16 res = (u16) val; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_enable_eee': /kisskb/src/drivers/net/usb/ax88179_178a.c:825:6: note: byref variable will be forcibly initialized u16 tmp16; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_set_wol': /kisskb/src/drivers/net/usb/ax88179_178a.c:556:5: note: byref variable will be forcibly initialized u8 opt = 0; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_set_features': /kisskb/src/drivers/net/usb/ax88179_178a.c:953:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_write_cmd_nopm': /kisskb/src/drivers/net/usb/ax88179_178a.c:280:7: note: byref variable will be forcibly initialized u16 buf; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_link_reset': /kisskb/src/drivers/net/usb/ax88179_178a.c:1558:6: note: byref variable will be forcibly initialized u32 tmp32 = 0x40000000; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1557:12: note: byref variable will be forcibly initialized u16 mode, tmp16, delay = HZ / 10; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1557:6: note: byref variable will be forcibly initialized u16 mode, tmp16, delay = HZ / 10; ^~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1556:13: note: byref variable will be forcibly initialized u8 tmp[5], link_sts; ^~~~~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1556:5: note: byref variable will be forcibly initialized u8 tmp[5], link_sts; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_get_mac_addr': /kisskb/src/drivers/net/usb/ax88179_178a.c:1297:5: note: byref variable will be forcibly initialized u8 mac[ETH_ALEN]; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_reset': /kisskb/src/drivers/net/usb/ax88179_178a.c:1631:21: note: byref variable will be forcibly initialized struct ethtool_eee eee_data; ^~~~~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1627:5: note: byref variable will be forcibly initialized u8 buf[5]; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_bind': /kisskb/src/drivers/net/usb/ax88179_178a.c:1329:21: note: byref variable will be forcibly initialized struct ethtool_eee eee_data; ^~~~~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:1325:5: note: byref variable will be forcibly initialized u8 buf[5]; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, 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/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/usb/ax88179_178a.c:9: /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_change_mtu': /kisskb/src/drivers/net/usb/ax88179_178a.c:982:6: note: byref variable will be forcibly initialized u16 tmp16; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_write_cmd_async': /kisskb/src/drivers/net/usb/ax88179_178a.c:237:6: note: byref variable will be forcibly initialized u16 buf; ^~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_resume': /kisskb/src/drivers/net/usb/ax88179_178a.c:499:5: note: byref variable will be forcibly initialized u8 tmp8; ^~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:498:6: note: byref variable will be forcibly initialized u16 tmp16; ^~~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c: In function 'ax88179_suspend': /kisskb/src/drivers/net/usb/ax88179_178a.c:429:5: note: byref variable will be forcibly initialized u8 tmp8; ^~~~ /kisskb/src/drivers/net/usb/ax88179_178a.c:428:6: note: byref variable will be forcibly initialized u16 tmp16; ^~~~~ /kisskb/src/drivers/power/supply/qcom_smbb.c: In function 'smbb_charger_attr_read': /kisskb/src/drivers/power/supply/qcom_smbb.c:317:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/media/i2c/ov02a10.c: In function 'ov02a10_check_hwcfg': /kisskb/src/drivers/media/i2c/ov02a10.c:814:6: note: byref variable will be forcibly initialized u32 clk_volt; ^~~~~~~~ /kisskb/src/drivers/power/supply/qcom_smbb.c: In function 'smbb_chg_otg_is_enabled': /kisskb/src/drivers/power/supply/qcom_smbb.c:815:15: note: byref variable will be forcibly initialized unsigned int value = 0; ^~~~~ /kisskb/src/drivers/power/supply/qcom_smbb.c: In function 'smbb_set_line_flag': /kisskb/src/drivers/power/supply/qcom_smbb.c:355:7: note: byref variable will be forcibly initialized bool state; ^~~~~ /kisskb/src/drivers/power/supply/qcom_smbb.c: In function 'smbb_bat_temp_handler': /kisskb/src/drivers/power/supply/qcom_smbb.c:400:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/media/i2c/ov02a10.c: In function 'ov02a10_probe': /kisskb/src/drivers/media/i2c/ov02a10.c:861:15: note: byref variable will be forcibly initialized unsigned int rotation; ^~~~~~~~ /kisskb/src/drivers/power/supply/qcom_smbb.c: In function 'smbb_charger_attr_write': /kisskb/src/drivers/power/supply/qcom_smbb.c:260:15: note: byref variable will be forcibly initialized unsigned int wval; ^~~~ /kisskb/src/drivers/power/supply/qcom_smbb.c: In function 'smbb_charger_attr_parse': /kisskb/src/drivers/power/supply/qcom_smbb.c:339:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/tegra/fb.c: In function 'tegra_fbdev_probe': /kisskb/src/drivers/gpu/drm/tegra/fb.c:225:19: note: byref variable will be forcibly initialized struct tegra_bo *bo; ^~ /kisskb/src/drivers/gpu/drm/tegra/fb.c: In function 'tegra_fb_create': /kisskb/src/drivers/gpu/drm/tegra/fb.c:144:19: note: byref variable will be forcibly initialized struct tegra_bo *planes[4]; ^~~~~~ In file included from /kisskb/src/drivers/usb/core/driver.c:29: /kisskb/src/drivers/usb/core/driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'remove_id_store': /kisskb/src/drivers/usb/core/driver.c:156:6: note: byref variable will be forcibly initialized u32 idProduct; ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:155:6: note: byref variable will be forcibly initialized u32 idVendor; ^~~~~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_suspend_both': /kisskb/src/drivers/usb/core/driver.c:1439:8: note: byref variable will be forcibly initialized u16 devstat; ^~~~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_store_new_id': /kisskb/src/drivers/usb/core/driver.c:51:17: note: byref variable will be forcibly initialized u32 refVendor, refProduct; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:51:6: note: byref variable will be forcibly initialized u32 refVendor, refProduct; ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:50:15: note: byref variable will be forcibly initialized unsigned int bInterfaceClass = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:49:6: note: byref variable will be forcibly initialized u32 idProduct = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:48:6: note: byref variable will be forcibly initialized u32 idVendor = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_phy_ctl_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4874:27: note: byref variable will be forcibly initialized struct local_phy_ctl_req payload; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4872:6: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_phy_stop_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4779:22: note: byref variable will be forcibly initialized struct phy_stop_req payload; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_phy_start_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4739:23: note: byref variable will be forcibly initialized struct phy_start_req payload; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_hw_event_ack_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:3232:27: note: byref variable will be forcibly initialized struct hw_event_ack_req payload; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'mpi_set_phy_profile_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4926:29: note: byref variable will be forcibly initialized struct set_phy_profile_req payload; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4924:6: note: byref variable will be forcibly initialized u32 tag, i, j = 0; ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_reg_dev_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4804:10: note: byref variable will be forcibly initialized int rc, tag = 0xdeadbeef; ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4799:21: note: byref variable will be forcibly initialized struct reg_dev_req payload; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_set_sas_protocol_timer_config': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1233:6: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1231:27: note: byref variable will be forcibly initialized SASProtocolTimerConfig_t SASConfigPage; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1229:26: note: byref variable will be forcibly initialized struct set_ctrl_cfg_req payload; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_encrypt_update': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1396:6: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1393:22: note: byref variable will be forcibly initialized struct kek_mgmt_req payload; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_sata_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4511:6: note: byref variable will be forcibly initialized u32 hdr_tag, ncg_tag = 0; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4510:24: note: byref variable will be forcibly initialized struct sata_start_req sata_cmd; ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_ssp_io_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4359:30: note: byref variable will be forcibly initialized struct ssp_ini_io_start_req ssp_cmd; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_smp_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4202:17: note: byref variable will be forcibly initialized struct smp_req smp_cmd; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-ali15x3.c: In function 'ali15x3_setup': /kisskb/src/drivers/i2c/busses/i2c-ali15x3.c:124:16: note: byref variable will be forcibly initialized unsigned char temp; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-ali15x3.c:123:6: note: byref variable will be forcibly initialized u16 a; ^ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_send_abort_all': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1774:24: note: byref variable will be forcibly initialized struct task_abort_req task_abort; ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1771:6: note: byref variable will be forcibly initialized u32 ccb_tag; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_send_read_log': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1828:25: note: byref variable will be forcibly initialized struct host_to_dev_fis fis; ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1825:6: note: byref variable will be forcibly initialized u32 ccb_tag; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1823:24: note: byref variable will be forcibly initialized struct sata_start_req sata_cmd; ^~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/usb/core/message.c:8: /kisskb/src/drivers/usb/core/message.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'process_oq': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4118:5: note: byref variable will be forcibly initialized u8 bc; ^~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4117:8: note: byref variable will be forcibly initialized void *pMsg1 = NULL; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-amd756.c: In function 'amd756_probe': /kisskb/src/drivers/i2c/busses/i2c-amd756.c:318:5: note: byref variable will be forcibly initialized u8 temp; ^~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_start_wait_urb': /kisskb/src/drivers/usb/core/message.c:51:21: note: byref variable will be forcibly initialized struct api_context ctx; ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'init_pci_device_addresses': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1089:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_internal_control_msg': /kisskb/src/drivers/usb/core/message.c:93:6: note: byref variable will be forcibly initialized int length; ^~~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_string_sub': /kisskb/src/drivers/usb/core/message.c:875:6: note: byref variable will be forcibly initialized int rc; ^~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_set_thermal_config': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1188:6: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1185:26: note: byref variable will be forcibly initialized 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:4968:29: note: byref variable will be forcibly initialized struct set_phy_profile_req payload; ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4966:6: note: byref variable will be forcibly initialized u32 tag, opc; ^~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_nic.c: In function 'aq_nic_update_link_status': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_nic.c:159:6: note: byref variable will be forcibly initialized u32 fc = 0; ^~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_stream_context_array_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:541:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_dump_segment': /kisskb/src/drivers/usb/host/xhci-debugfs.c:201:9: note: byref variable will be forcibly initialized char str[XHCI_MSG_MAX]; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c:199:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_portsc_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:349:9: note: byref variable will be forcibly initialized char str[XHCI_MSG_MAX]; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_dequeue_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:177:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_enqueue_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:166:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_stream_id_write': /kisskb/src/drivers/usb/host/xhci-debugfs.c:510:8: note: byref variable will be forcibly initialized u16 stream_id; /* MaxPStreams + 1 <= 16 */ ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_endpoint_context_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:286:9: note: byref variable will be forcibly initialized char str[XHCI_MSG_MAX]; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c:281:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_slot_context_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:264:9: note: byref variable will be forcibly initialized char str[XHCI_MSG_MAX]; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_debugfs_regset': /kisskb/src/drivers/usb/host/xhci-debugfs.c:120:12: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_debugfs_create_ports': /kisskb/src/drivers/usb/host/xhci-debugfs.c:635:9: note: byref variable will be forcibly initialized char port_name[8]; ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_port_write': /kisskb/src/drivers/usb/host/xhci-debugfs.c:368:26: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/usb/storage/scsiglue.c: In function 'max_sectors_store': /kisskb/src/drivers/usb/storage/scsiglue.c:581:17: note: byref variable will be forcibly initialized unsigned short ms; ^~ /kisskb/src/drivers/i2c/busses/i2c-amd8111.c: In function 'amd8111_access': /kisskb/src/drivers/i2c/busses/i2c-amd8111.c:194:36: note: byref variable will be forcibly initialized unsigned char protocol, len, pec, temp[2]; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-amd8111.c:194:26: note: byref variable will be forcibly initialized unsigned char protocol, len, pec, temp[2]; ^~~ /kisskb/src/drivers/media/i2c/ov2680.c: In function '__ov2680_write_reg': /kisskb/src/drivers/media/i2c/ov2680.c:201:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/i2c/ov2680.c: In function '__ov2680_read_reg': /kisskb/src/drivers/media/i2c/ov2680.c:232:5: note: byref variable will be forcibly initialized u8 addr_buf[2] = { reg >> 8, reg & 0xff }; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov2680.c:231:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/ov2680.c: In function 'ov2680_check_id': /kisskb/src/drivers/media/i2c/ov2680.c:1004:6: note: byref variable will be forcibly initialized u32 chip_id; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov2680.c: In function 'ov2680_mod_reg': /kisskb/src/drivers/media/i2c/ov2680.c:271:6: note: byref variable will be forcibly initialized u32 readval; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov2680.c: In function 'ov2680_bayer_order': /kisskb/src/drivers/media/i2c/ov2680.c:327:6: note: byref variable will be forcibly initialized u32 format2; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov2680.c:326:6: note: byref variable will be forcibly initialized u32 format1; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov2680.c: In function 'ov2680_gain_get': /kisskb/src/drivers/media/i2c/ov2680.c:431:6: note: byref variable will be forcibly initialized u32 gain; ^~~~ /kisskb/src/drivers/media/i2c/ov2680.c: In function 'ov2680_exposure_get': /kisskb/src/drivers/media/i2c/ov2680.c:464:6: note: byref variable will be forcibly initialized u32 exp; ^~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_field_read': /kisskb/src/drivers/power/supply/bq24257_charger.c:214:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_hw_init': /kisskb/src/drivers/power/supply/bq24257_charger.c:680:23: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 property; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_enum_frame_interval': /kisskb/src/drivers/media/i2c/ov5640.c:2849:20: note: byref variable will be forcibly initialized struct v4l2_fract tpf; ^~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_sysfs_set_enable': /kisskb/src/drivers/power/supply/bq24257_charger.c:813:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_fmt': /kisskb/src/drivers/media/i2c/ov5640.c:2294:33: note: byref variable will be forcibly initialized const struct ov5640_mode_info *new_mode; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov5645.c: In function 'ov5645_write_reg': /kisskb/src/drivers/media/i2c/ov5645.c:546:5: note: byref variable will be forcibly initialized u8 regbuf[3]; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_read_reg': /kisskb/src/drivers/media/i2c/ov5640.c:686:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c:685:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_exposure': /kisskb/src/drivers/media/i2c/ov5640.c:1181:5: note: byref variable will be forcibly initialized u8 temp; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_binning': /kisskb/src/drivers/media/i2c/ov5640.c:1500:5: note: byref variable will be forcibly initialized u8 temp; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_read_reg16': /kisskb/src/drivers/media/i2c/ov5640.c:715:9: note: byref variable will be forcibly initialized u8 hi, lo; ^~ /kisskb/src/drivers/media/i2c/ov5640.c:715:5: note: byref variable will be forcibly initialized u8 hi, lo; ^~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_gain': /kisskb/src/drivers/media/i2c/ov5640.c:1223:6: note: byref variable will be forcibly initialized u16 gain; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_vts': /kisskb/src/drivers/media/i2c/ov5640.c:1360:6: note: byref variable will be forcibly initialized u16 vts; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_hts': /kisskb/src/drivers/media/i2c/ov5640.c:1349:6: note: byref variable will be forcibly initialized u16 hts; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_sysclk': /kisskb/src/drivers/media/i2c/ov5640.c:1289:5: note: byref variable will be forcibly initialized u8 temp1, temp2; ^~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1287:6: note: byref variable will be forcibly initialized u32 sclk_rdiv_map[] = {1, 2, 4, 8}; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5645.c: In function 'ov5645_read_reg': /kisskb/src/drivers/media/i2c/ov5645.c:565:5: note: byref variable will be forcibly initialized u8 regbuf[2]; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_light_freq': /kisskb/src/drivers/media/i2c/ov5640.c:1378:11: note: byref variable will be forcibly initialized u8 temp, temp1; ^~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1378:5: note: byref variable will be forcibly initialized u8 temp, temp1; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_write_reg': /kisskb/src/drivers/media/i2c/ov5640.c:660:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c:659:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_field_read': /kisskb/src/drivers/power/supply/bq25890_charger.c:318:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_mod_reg': /kisskb/src/drivers/media/i2c/ov5640.c:743:5: note: byref variable will be forcibly initialized u8 readval; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov5645.c: In function 'ov5645_probe': /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_mipi_pclk': /kisskb/src/drivers/media/i2c/ov5640.c:990:19: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5645.c:1061:6: note: byref variable will be forcibly initialized u32 xclk_freq; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:990:13: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv; ^~~~ /kisskb/src/drivers/media/i2c/ov5645.c:1059:19: note: byref variable will be forcibly initialized u8 chip_id_high, chip_id_low; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:990:5: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5645.c:1059:5: note: byref variable will be forcibly initialized u8 chip_id_high, chip_id_low; ^~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_night_mode': /kisskb/src/drivers/media/i2c/ov5640.c:1336:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function '__bq25890_handle_irq': /kisskb/src/drivers/power/supply/bq25890_charger.c:572:23: note: byref variable will be forcibly initialized struct bq25890_state new_state; ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_state': /kisskb/src/drivers/power/supply/bq25980_charger.c:567:15: note: byref variable will be forcibly initialized unsigned int ibat_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:566:15: note: byref variable will be forcibly initialized unsigned int stat4; ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:565:15: note: byref variable will be forcibly initialized unsigned int stat3; ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:564:15: note: byref variable will be forcibly initialized unsigned int stat2; ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:563:15: note: byref variable will be forcibly initialized unsigned int stat1; ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:562:15: note: byref variable will be forcibly initialized unsigned int chg_ctrl_2; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_ctrl_exposure': /kisskb/src/drivers/media/i2c/ov5640.c:2533:7: note: byref variable will be forcibly initialized u16 max_exp; ^~~~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_fw_read_u32_props': /kisskb/src/drivers/power/supply/bq25890_charger.c:851:6: note: byref variable will be forcibly initialized u32 property; ^~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_irq_handler_thread': /kisskb/src/drivers/power/supply/bq25980_charger.c:834:23: note: byref variable will be forcibly initialized struct bq25980_state state; ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_ibat_adc': /kisskb/src/drivers/power/supply/bq25980_charger.c:521:20: note: byref variable will be forcibly initialized int ibat_adc_lsb, ibat_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:521:6: note: byref variable will be forcibly initialized int ibat_adc_lsb, ibat_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_vbat': /kisskb/src/drivers/power/supply/bq25980_charger.c:542:20: note: byref variable will be forcibly initialized int vsys_adc_lsb, vsys_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:542:6: note: byref variable will be forcibly initialized int vsys_adc_lsb, vsys_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_input_volt_lim': /kisskb/src/drivers/power/supply/bq25980_charger.c:323:15: note: byref variable will be forcibly initialized unsigned int busovp_reg_code; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_input_curr_lim': /kisskb/src/drivers/power/supply/bq25980_charger.c:277:15: note: byref variable will be forcibly initialized unsigned int busocp_reg_code; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_virtual_channel': /kisskb/src/drivers/media/i2c/ov5640.c:1534:5: note: byref variable will be forcibly initialized u8 temp, channel = virtual_channel; ^~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_ibus': /kisskb/src/drivers/power/supply/bq25980_charger.c:479:20: note: byref variable will be forcibly initialized int ibus_adc_lsb, ibus_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:479:6: note: byref variable will be forcibly initialized int ibus_adc_lsb, ibus_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_vbus': /kisskb/src/drivers/power/supply/bq25980_charger.c:501:20: note: byref variable will be forcibly initialized int vbus_adc_lsb, vbus_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:501:6: note: byref variable will be forcibly initialized int vbus_adc_lsb, vbus_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_const_charge_curr': /kisskb/src/drivers/power/supply/bq25980_charger.c:377:15: note: byref variable will be forcibly initialized unsigned int batocp_reg_code; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_const_charge_volt': /kisskb/src/drivers/power/supply/bq25980_charger.c:409:15: note: byref variable will be forcibly initialized unsigned int batovp_reg_code; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_power_supply_get_property': /kisskb/src/drivers/power/supply/bq25890_charger.c:407:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_init_slave_id': /kisskb/src/drivers/media/i2c/ov5640.c:632:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c:631:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_dvp_pclk': /kisskb/src/drivers/media/i2c/ov5640.c:1047:46: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1047:37: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1047:27: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1047:19: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1047:13: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1047:5: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~~~ /kisskb/src/drivers/net/usb/cdc_ether.c: In function 'usbnet_generic_cdc_bind': /kisskb/src/drivers/net/usb/cdc_ether.c:122:31: note: byref variable will be forcibly initialized struct usb_cdc_parsed_header header; ^~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_charger_property': /kisskb/src/drivers/power/supply/bq25980_charger.c:701:23: note: byref variable will be forcibly initialized struct bq25980_state state; ^~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_mode_exposure_calc': /kisskb/src/drivers/media/i2c/ov5640.c:1596:5: note: byref variable will be forcibly initialized u8 average; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_check_chip_id': /kisskb/src/drivers/media/i2c/ov5640.c:3020:6: note: byref variable will be forcibly initialized u16 chip_id; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_probe': /kisskb/src/drivers/media/i2c/ov5640.c:3050:6: note: byref variable will be forcibly initialized u32 rotation; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_msg': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_trb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_free_virt_dev': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_virt_dev': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_urb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ep_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ep_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ep_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_slot_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_slot_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_slot_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ctrl_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_portsc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_doorbell': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_dbc_log_request': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_dbc_log_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_dbc_log_request, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_msg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_trb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_free_virt_dev': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_virt_dev': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_urb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ep_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ep_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_slot_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_slot_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ctrl_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_portsc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_doorbell': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_dbc_log_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_dbc_log_request, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ring': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ring, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ring, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ring': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ring, ^~~~~~~~~~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ep_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_slot_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ring, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_dbc_log_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_state': /kisskb/src/drivers/power/supply/bq256xx_charger.c:427:15: note: byref variable will be forcibly initialized unsigned int charger_status_1; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c:426:15: note: byref variable will be forcibly initialized unsigned int charger_status_0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25611d_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:543:15: note: byref variable will be forcibly initialized unsigned int battery_volt_lim; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_prechrg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:707:15: note: byref variable will be forcibly initialized unsigned int prechg_and_term_curr_lim; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_term_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:769:15: note: byref variable will be forcibly initialized unsigned int prechg_and_term_curr_lim; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:520:15: note: byref variable will be forcibly initialized unsigned int battery_volt_lim; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_ichg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:470:15: note: byref variable will be forcibly initialized unsigned int charge_current_limit; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25601d_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:583:15: note: byref variable will be forcibly initialized unsigned int battery_volt_lim; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_input_volt_lim': /kisskb/src/drivers/power/supply/bq256xx_charger.c:799:15: note: byref variable will be forcibly initialized unsigned int charger_control_2; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_prechrg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:675:15: note: byref variable will be forcibly initialized unsigned int prechg_and_term_curr_lim; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_term_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:739:15: note: byref variable will be forcibly initialized unsigned int prechg_and_term_curr_lim; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq2560x_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:565:15: note: byref variable will be forcibly initialized unsigned int battery_volt_lim; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_input_curr_lim': /kisskb/src/drivers/power/supply/bq256xx_charger.c:829:15: note: byref variable will be forcibly initialized unsigned int input_current_limit; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_ichg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:454:15: note: byref variable will be forcibly initialized unsigned int charge_current_limit; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_state_changed': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1136:23: note: byref variable will be forcibly initialized struct bq256xx_state old_state; ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_irq_handler_thread': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1148:23: note: byref variable will be forcibly initialized struct bq256xx_state state; ^~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_charger_property': /kisskb/src/drivers/power/supply/bq256xx_charger.c:953:23: note: byref variable will be forcibly initialized struct bq256xx_state state; ^~~~~ /kisskb/src/drivers/thermal/tegra/soctherm-fuse.c: In function 'tegra_calc_shared_calib': /kisskb/src/drivers/thermal/tegra/soctherm-fuse.c:76:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/thermal/tegra/soctherm-fuse.c: In function 'tegra_calc_tsensor_calib': /kisskb/src/drivers/thermal/tegra/soctherm-fuse.c:112:6: note: byref variable will be forcibly initialized u32 val, calib; ^~~ /kisskb/src/drivers/media/i2c/ov5648.c: In function 'ov5648_write': /kisskb/src/drivers/media/i2c/ov5648.c:991:16: note: byref variable will be forcibly initialized unsigned char data[3] = { address >> 8, address & 0xff, value }; ^~~~ /kisskb/src/drivers/media/i2c/ov5648.c: In function 'ov5648_read': /kisskb/src/drivers/media/i2c/ov5648.c:968:16: note: byref variable will be forcibly initialized unsigned char data[2] = { address >> 8, address & 0xff }; ^~~~ /kisskb/src/drivers/media/i2c/ov5648.c: In function 'ov5648_chip_id_check': /kisskb/src/drivers/media/i2c/ov5648.c:1067:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/media/i2c/ov5648.c: In function 'ov5648_update_bits': /kisskb/src/drivers/media/i2c/ov5648.c:1028:5: note: byref variable will be forcibly initialized u8 value = 0; ^~~~~ /kisskb/src/drivers/media/i2c/ov5648.c: In function 'ov5648_exposure_value': /kisskb/src/drivers/media/i2c/ov5648.c:1552:38: note: byref variable will be forcibly initialized u8 exposure_hh = 0, exposure_h = 0, exposure_l = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5648.c:1552:22: note: byref variable will be forcibly initialized u8 exposure_hh = 0, exposure_h = 0, exposure_l = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5648.c:1552:5: note: byref variable will be forcibly initialized u8 exposure_hh = 0, exposure_h = 0, exposure_l = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5648.c: In function 'ov5648_gain_value': /kisskb/src/drivers/media/i2c/ov5648.c:1602:17: note: byref variable will be forcibly initialized u8 gain_h = 0, gain_l = 0; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5648.c:1602:5: note: byref variable will be forcibly initialized u8 gain_h = 0, gain_l = 0; ^~~~~~ /kisskb/src/drivers/power/supply/tps65217_charger.c: In function 'tps65217_charger_irq': /kisskb/src/drivers/power/supply/tps65217_charger.c:119:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_apply_training': /kisskb/src/drivers/gpu/drm/tegra/dp.c:471:5: note: byref variable will be forcibly initialized u8 values[4], pattern = 0; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_recover_clock': /kisskb/src/drivers/gpu/drm/tegra/dp.c:588:5: note: byref variable will be forcibly initialized u8 status[DP_LINK_STATUS_SIZE]; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_equalize_channel': /kisskb/src/drivers/gpu/drm/tegra/dp.c:638:5: note: byref variable will be forcibly initialized u8 status[DP_LINK_STATUS_SIZE]; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_probe': /kisskb/src/drivers/gpu/drm/tegra/dp.c:237:6: note: byref variable will be forcibly initialized u8 supported_rates[DP_MAX_SUPPORTED_RATES * 2]; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c:172:33: note: byref variable will be forcibly initialized u8 dpcd[DP_RECEIVER_CAP_SIZE], value; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c:172:5: note: byref variable will be forcibly initialized u8 dpcd[DP_RECEIVER_CAP_SIZE], value; ^~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_power_up': /kisskb/src/drivers/gpu/drm/tegra/dp.c:267:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_power_down': /kisskb/src/drivers/gpu/drm/tegra/dp.c:304:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_configure': /kisskb/src/drivers/gpu/drm/tegra/dp.c:334:5: note: byref variable will be forcibly initialized u8 values[2], value; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_train_fast': /kisskb/src/drivers/gpu/drm/tegra/dp.c:781:5: note: byref variable will be forcibly initialized u8 status[DP_LINK_STATUS_SIZE]; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5675.c: In function 'ov5675_write_reg': /kisskb/src/drivers/media/i2c/ov5675.c:549:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/i2c/ov5675.c: In function 'ov5675_check_hwcfg': /kisskb/src/drivers/media/i2c/ov5675.c:1078:6: note: byref variable will be forcibly initialized u32 mclk; ^~~~ /kisskb/src/drivers/media/i2c/ov5675.c: In function 'ov5675_read_reg': /kisskb/src/drivers/media/i2c/ov5675.c:520:5: note: byref variable will be forcibly initialized u8 addr_buf[2]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov5675.c:519:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/ov5675.c: In function 'ov5675_identify_module': /kisskb/src/drivers/media/i2c/ov5675.c:1055:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/ov5675.c: In function 'ov5675_set_ctrl_hflip': /kisskb/src/drivers/media/i2c/ov5675.c:618:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/ov5675.c: In function 'ov5675_set_ctrl_vflip': /kisskb/src/drivers/media/i2c/ov5675.c:633:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/gpu/drm/tegra/hub.c: In function 'tegra_shared_plane_atomic_update': /kisskb/src/drivers/gpu/drm/tegra/hub.c:544:12: note: byref variable will be forcibly initialized bool yuv, planar; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/hub.c:543:15: note: byref variable will be forcibly initialized unsigned int bpc; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/gpu/drm/tegra/hub.c:6: /kisskb/src/drivers/gpu/drm/tegra/hub.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/host1x.h:9, from /kisskb/src/drivers/gpu/drm/tegra/hub.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/hub.c: In function 'tegra_display_hub_probe': /kisskb/src/drivers/gpu/drm/tegra/hub.c:1095:8: note: byref variable will be forcibly initialized char id[8]; ^~ /kisskb/src/drivers/gpu/drm/tegra/plane.c: In function 'tegra_dc_pin': /kisskb/src/drivers/gpu/drm/tegra/plane.c:147:14: note: byref variable will be forcibly initialized dma_addr_t phys_addr, *phys; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/plane.c: In function 'tegra_plane_setup_opacity': /kisskb/src/drivers/gpu/drm/tegra/plane.c:560:15: note: byref variable will be forcibly initialized unsigned int format; ^~~~~~ /kisskb/src/drivers/media/i2c/ov6650.c: In function 'ov6650_reg_read': /kisskb/src/drivers/media/i2c/ov6650.c:253:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/i2c/ov6650.c:252:5: note: byref variable will be forcibly initialized u8 data = reg; ^~~~ /kisskb/src/drivers/media/i2c/ov6650.c: In function 'ov6550_g_volatile_ctrl': /kisskb/src/drivers/media/i2c/ov6650.c:343:15: note: byref variable will be forcibly initialized uint8_t reg, reg2; ^~~~ /kisskb/src/drivers/media/i2c/ov6650.c:343:10: note: byref variable will be forcibly initialized uint8_t reg, reg2; ^~~ /kisskb/src/drivers/media/i2c/ov6650.c: In function 'ov6650_get_mbus_config': /kisskb/src/drivers/media/i2c/ov6650.c:924:11: note: byref variable will be forcibly initialized u8 comj, comf; ^~~~ /kisskb/src/drivers/media/i2c/ov6650.c:924:5: note: byref variable will be forcibly initialized u8 comj, comf; ^~~~ /kisskb/src/drivers/media/i2c/ov6650.c: In function 'ov6650_get_register': /kisskb/src/drivers/media/i2c/ov6650.c:429:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/i2c/ov6650.c: In function 'ov6650_reg_write': /kisskb/src/drivers/media/i2c/ov6650.c:282:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/i2c/ov6650.c:281:16: note: byref variable will be forcibly initialized unsigned char data[2] = { reg, val }; ^~~~ /kisskb/src/drivers/media/i2c/ov6650.c: In function 'ov6650_reg_rmw': /kisskb/src/drivers/media/i2c/ov6650.c:303:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/i2c/ov6650.c: In function 'ov6650_video_probe': /kisskb/src/drivers/media/i2c/ov6650.c:893:29: note: byref variable will be forcibly initialized struct v4l2_mbus_framefmt mf = ov6650_def_fmt; ^~ /kisskb/src/drivers/media/i2c/ov6650.c:821:23: note: byref variable will be forcibly initialized u8 pidh, pidl, midh, midl; ^~~~ /kisskb/src/drivers/media/i2c/ov6650.c:821:17: note: byref variable will be forcibly initialized u8 pidh, pidl, midh, midl; ^~~~ /kisskb/src/drivers/media/i2c/ov6650.c:821:11: note: byref variable will be forcibly initialized u8 pidh, pidl, midh, midl; ^~~~ /kisskb/src/drivers/media/i2c/ov6650.c:821:5: note: byref variable will be forcibly initialized u8 pidh, pidl, midh, midl; ^~~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_get_power_info': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:187:37: note: byref variable will be forcibly initialized struct ec_params_usb_pd_power_info req; ^~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:186:39: note: byref variable will be forcibly initialized struct ec_response_usb_pd_power_info resp; ^~~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_set_ext_power_limit': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:332:43: note: byref variable will be forcibly initialized struct ec_params_external_power_limit_v1 req; ^~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_get_usbpd_num_ports': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:143:34: note: byref variable will be forcibly initialized struct ec_response_usb_pd_ports resp; ^~~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_get_num_ports': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:129:39: note: byref variable will be forcibly initialized struct ec_response_charge_port_count resp; ^~~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_get_discovery_info': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:158:39: note: byref variable will be forcibly initialized struct ec_params_usb_pd_info_request req; ^~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:157:42: note: byref variable will be forcibly initialized struct ec_params_usb_pd_discovery_entry resp; ^~~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_probe': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:612:30: note: byref variable will be forcibly initialized struct power_supply_config psy_cfg = {}; ^~~~~~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c: In function 'cros_get_device_event': /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:243:34: note: byref variable will be forcibly initialized struct ec_response_device_event rsp; ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:242:32: note: byref variable will be forcibly initialized struct ec_params_device_event req; ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c: In function 'cros_pchg_port_count': /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:108:32: note: byref variable will be forcibly initialized struct ec_response_pchg_count rsp; ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c: In function 'cros_pchg_cmd_ver_check': /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:90:38: note: byref variable will be forcibly initialized struct ec_response_get_cmd_versions rsp; ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:89:39: note: byref variable will be forcibly initialized struct ec_params_get_cmd_versions_v1 req; ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c: In function 'cros_pchg_get_status': /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:126:26: note: byref variable will be forcibly initialized struct ec_response_pchg rsp; ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:125:24: note: byref variable will be forcibly initialized struct ec_params_pchg req; ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c: In function 'cros_pchg_probe': /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:334:30: note: byref variable will be forcibly initialized struct power_supply_config psy_cfg = {}; ^~~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/include/linux/mod_devicetable.h:13, from /kisskb/src/include/linux/usb.h:5, from /kisskb/src/drivers/usb/core/config.c:6: /kisskb/src/drivers/usb/core/config.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/usb/ch9.h:36, from /kisskb/src/include/linux/usb.h:6, from /kisskb/src/drivers/usb/core/config.c:6: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/storage/protocol.c: In function 'usb_stor_access_xfer_buf': /kisskb/src/drivers/usb/storage/protocol.c:127:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/drivers/usb/storage/protocol.c: In function 'usb_stor_set_xfer_buf': /kisskb/src/drivers/usb/storage/protocol.c:173:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/protocol.c:172:15: note: byref variable will be forcibly initialized unsigned int offset = 0; ^~~~~~ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_endpoint': /kisskb/src/drivers/usb/core/config.c:263:6: note: byref variable will be forcibly initialized int n, i, j, retval; ^ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_interface': /kisskb/src/drivers/usb/core/config.c:507:9: note: byref variable will be forcibly initialized int i, n; ^ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_configuration': /kisskb/src/drivers/usb/core/config.c:618:31: note: byref variable will be forcibly initialized u8 inums[USB_MAXINTERFACES], nalts[USB_MAXINTERFACES]; ^~~~~ /kisskb/src/drivers/usb/core/config.c:618:5: note: byref variable will be forcibly initialized u8 inums[USB_MAXINTERFACES], nalts[USB_MAXINTERFACES]; ^~~~~ /kisskb/src/drivers/usb/core/config.c:612:12: note: byref variable will be forcibly initialized int i, j, n; ^ /kisskb/src/drivers/i2c/busses/i2c-sis630.c: In function 'sis630_block_data': /kisskb/src/drivers/i2c/busses/i2c-sis630.c:233:5: note: byref variable will be forcibly initialized u8 oldclock = 0; ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis630.c: In function 'sis630_transaction': /kisskb/src/drivers/i2c/busses/i2c-sis630.c:218:5: note: byref variable will be forcibly initialized u8 oldclock = 0; ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis630.c: In function 'sis630_setup': /kisskb/src/drivers/i2c/busses/i2c-sis630.c:410:17: note: byref variable will be forcibly initialized unsigned short acpi_base; ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis630.c:406:16: note: byref variable will be forcibly initialized unsigned char b; ^ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_check_rom': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:161:6: note: byref variable will be forcibly initialized 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:181:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:180:6: note: byref variable will be forcibly initialized 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:225:5: note: byref variable will be forcibly initialized 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:385:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:432:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/net/usb/dm9601.c: In function 'dm_read_shared_word': /kisskb/src/drivers/net/usb/dm9601.c:120:6: note: byref variable will be forcibly initialized u8 tmp = 0; ^~~ /kisskb/src/drivers/net/usb/dm9601.c: In function 'dm9601_mdio_read': /kisskb/src/drivers/net/usb/dm9601.c:223:9: note: byref variable will be forcibly initialized __le16 res; ^~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_fw_download': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:295:5: note: byref variable will be forcibly initialized u8 fw_status; ^~~~~~~~~ /kisskb/src/drivers/net/usb/dm9601.c: In function 'dm_write_shared_word': /kisskb/src/drivers/net/usb/dm9601.c:163:6: note: byref variable will be forcibly initialized u8 tmp = 0; ^~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-dev.c: In function 'xgbe_set_mac_reg': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-dev.c:976:28: note: byref variable will be forcibly initialized unsigned int mac_addr_hi, mac_addr_lo; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-dev.c:976:15: note: byref variable will be forcibly initialized unsigned int mac_addr_hi, mac_addr_lo; ^~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_xhci_check_request_fw': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:586:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-dev.c: In function 'xgbe_set_mac_addn_addrs': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-dev.c:1009:15: note: byref variable will be forcibly initialized unsigned int mac_reg; ^~~~~~~ /kisskb/src/drivers/net/usb/dm9601.c: In function 'dm9601_bind': /kisskb/src/drivers/net/usb/dm9601.c:410:6: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/net/usb/dm9601.c:356:20: note: byref variable will be forcibly initialized u8 mac[ETH_ALEN], id; ^~ /kisskb/src/drivers/net/usb/dm9601.c:356:5: note: byref variable will be forcibly initialized u8 mac[ETH_ALEN], id; ^~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-dev.c: In function 'xgbe_config_tx_fifo_size': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-dev.c:2542:15: note: byref variable will be forcibly initialized unsigned int fifo[XGBE_MAX_QUEUES]; ^~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_online': /kisskb/src/drivers/power/supply/ucs1002_power.c:126:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_max_current': /kisskb/src/drivers/power/supply/ucs1002_power.c:239:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_usb_type': /kisskb/src/drivers/power/supply/ucs1002_power.c:339:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/usb/host/xhci-rcar.c: In function 'xhci_rcar_download_firmware': /kisskb/src/drivers/usb/host/xhci-rcar.c:130:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_charger_irq': /kisskb/src/drivers/power/supply/ucs1002_power.c:473:11: note: byref variable will be forcibly initialized int ret, regval; ^~~~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_health_poll': /kisskb/src/drivers/power/supply/ucs1002_power.c:444:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-dev.c: In function 'xgbe_config_rx_fifo_size': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-dev.c:2560:15: note: byref variable will be forcibly initialized unsigned int fifo[XGBE_MAX_QUEUES]; ^~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_charge': /kisskb/src/drivers/power/supply/ucs1002_power.c:183:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c:182:16: note: byref variable will be forcibly initialized unsigned long total_acc_charger; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_current': /kisskb/src/drivers/power/supply/ucs1002_power.c:212:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c:211:16: note: byref variable will be forcibly initialized unsigned long current_measurement; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_set_max_current': /kisskb/src/drivers/power/supply/ucs1002_power.c:258:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_probe': /kisskb/src/drivers/power/supply/ucs1002_power.c:547:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_write_reg': /kisskb/src/drivers/media/i2c/ov7251.c:626:5: note: byref variable will be forcibly initialized u8 regbuf[3]; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_read_reg': /kisskb/src/drivers/media/i2c/ov7251.c:671:5: note: byref variable will be forcibly initialized u8 regbuf[2]; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_write_seq_regs': /kisskb/src/drivers/media/i2c/ov7251.c:646:5: note: byref variable will be forcibly initialized u8 regbuf[5]; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_set_exposure': /kisskb/src/drivers/media/i2c/ov7251.c:697:5: note: byref variable will be forcibly initialized u8 val[3]; ^~~ /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_set_gain': /kisskb/src/drivers/media/i2c/ov7251.c:710:5: note: byref variable will be forcibly initialized u8 val[2]; ^~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-dev.c: In function 'xgbe_set_mac_hash_table': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-dev.c:1044:6: note: byref variable will be forcibly initialized u32 hash_table[XGBE_MAC_HASH_TABLE_SIZE]; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_probe': /kisskb/src/drivers/media/i2c/ov7251.c:1262:32: note: byref variable will be forcibly initialized u8 chip_id_high, chip_id_low, chip_rev; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c:1262:19: note: byref variable will be forcibly initialized u8 chip_id_high, chip_id_low, chip_rev; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c:1262:5: note: byref variable will be forcibly initialized u8 chip_id_high, chip_id_low, chip_rev; ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/file.c: In function 'usb_register_dev': /kisskb/src/drivers/usb/core/file.c:162:7: note: byref variable will be forcibly initialized char name[20]; ^~~~ /kisskb/src/drivers/usb/host/xhci-plat.c: In function 'xhci_plat_probe': /kisskb/src/drivers/usb/host/xhci-plat.c:193:27: note: byref variable will be forcibly initialized struct resource *res; ^~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_setup': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:226:20: note: byref variable will be forcibly initialized struct v4l2_event v4l2_event; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_disable': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:363:20: note: byref variable will be forcibly initialized struct v4l2_event v4l2_event; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_set_alt': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:279:20: note: byref variable will be forcibly initialized struct v4l2_event v4l2_event; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_ep0_complete': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:208:20: note: byref variable will be forcibly initialized struct v4l2_event v4l2_event; ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis96x.c: In function 'sis96x_probe': /kisskb/src/drivers/i2c/busses/i2c-sis96x.c:245:6: note: byref variable will be forcibly initialized u16 ww = 0; ^~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_slave_send_data': /kisskb/src/drivers/i2c/busses/i2c-cadence.c:308:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_slave_rcv_data': /kisskb/src/drivers/i2c/busses/i2c-cadence.c:288:16: note: byref variable will be forcibly initialized unsigned char data; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_setclk': /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1070:16: note: byref variable will be forcibly initialized unsigned long fscl = id->i2c_clk; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1067:22: note: byref variable will be forcibly initialized unsigned int div_a, div_b; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1067:15: note: byref variable will be forcibly initialized unsigned int div_a, div_b; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_clk_notifier_cb': /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1119:23: note: byref variable will be forcibly initialized unsigned int div_a, div_b; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1119:16: note: byref variable will be forcibly initialized unsigned int div_a, div_b; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1118:17: note: byref variable will be forcibly initialized unsigned long fscl = id->i2c_clk; ^~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_msg_common': /kisskb/src/drivers/usb/storage/transport.c:117:20: note: byref variable will be forcibly initialized struct completion urb_done; ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1239:19: note: byref variable will be forcibly initialized struct resource *r_mem; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/storage/transport.c:31: /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_reset_common': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c:1371:2: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(us->delay_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_bulk_srb': /kisskb/src/drivers/usb/storage/transport.c:469:15: note: byref variable will be forcibly initialized unsigned int partial; ^~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_bulk_transfer_sg': /kisskb/src/drivers/usb/storage/transport.c:492:15: note: byref variable will be forcibly initialized unsigned int partial; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/thermal.h:211, from /kisskb/src/drivers/thermal/thermal_core.c:25: /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_thermal_temperature': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_Bulk_transport': /kisskb/src/drivers/usb/storage/transport.c:1199:17: note: byref variable will be forcibly initialized unsigned int offset = 0; ^~~~~~ /kisskb/src/drivers/usb/storage/transport.c:1198:24: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/transport.c:1123:15: note: byref variable will be forcibly initialized unsigned int cswlen; ^~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_cdev_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_thermal_zone_trip': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thermal.h:211, from /kisskb/src/drivers/thermal/thermal_core.c:25: /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_temperature': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/thermal.h:211, from /kisskb/src/drivers/thermal/thermal_core.c:25: /kisskb/src/drivers/thermal/thermal_core.c: In function '__bpf_trace_thermal_temperature': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function '__bpf_trace_cdev_update': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function '__bpf_trace_thermal_zone_trip': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_invoke_transport': /kisskb/src/drivers/net/usb/sr9700.c: In function 'sr9700_link_reset': /kisskb/src/drivers/net/usb/sr9700.c:509:21: note: byref variable will be forcibly initialized struct ethtool_cmd ecmd; ^~~~ /kisskb/src/drivers/usb/storage/transport.c:709:25: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/usb/storage/transport.c:707:23: note: byref variable will be forcibly initialized struct scsi_eh_save ses; ^~~ /kisskb/src/drivers/net/usb/sr9700.c: In function 'wait_phy_eeprom_ready': /kisskb/src/drivers/net/usb/sr9700.c:76:6: note: byref variable will be forcibly initialized u8 tmp = 0; ^~~ /kisskb/src/drivers/net/usb/sr9700.c: In function 'sr9700_get_link': /kisskb/src/drivers/net/usb/sr9700.c:227:5: note: byref variable will be forcibly initialized u8 value = 0; ^~~~~ /kisskb/src/drivers/net/usb/sr9700.c: In function 'sr_mdio_read': /kisskb/src/drivers/net/usb/sr9700.c:189:6: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/net/usb/sr9700.c:179:9: note: byref variable will be forcibly initialized __le16 res; ^~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'handle_critical_trips': /kisskb/src/drivers/thermal/thermal_core.c:346:6: note: byref variable will be forcibly initialized int trip_temp; ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'update_temperature': /kisskb/src/drivers/thermal/thermal_core.c:398:6: note: byref variable will be forcibly initialized int temp, ret; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_read_i2c': /kisskb/src/drivers/media/i2c/ov7670.c:512:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/ov7670.c:511:5: note: byref variable will be forcibly initialized u8 data = reg; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_g_gain': /kisskb/src/drivers/media/i2c/ov7670.c:1474:16: note: byref variable will be forcibly initialized unsigned char gain; ^~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'handle_thermal_trip': /kisskb/src/drivers/thermal/thermal_core.c:365:17: note: byref variable will be forcibly initialized int trip_temp, hyst = 0; ^~~~ /kisskb/src/drivers/thermal/thermal_core.c:365:6: note: byref variable will be forcibly initialized int trip_temp, hyst = 0; ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c:364:25: note: byref variable will be forcibly initialized enum thermal_trip_type type; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_g_register': /kisskb/src/drivers/media/i2c/ov7670.c:1639:16: note: byref variable will be forcibly initialized unsigned char val = 0; ^~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_write_i2c': /kisskb/src/drivers/media/i2c/ov7670.c:545:16: note: byref variable will be forcibly initialized unsigned char data[2] = { reg, value }; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c:544:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_brightness': /kisskb/src/drivers/media/i2c/ov7670.c:1419:16: note: byref variable will be forcibly initialized unsigned char com8 = 0, v; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_store_cmatrix': /kisskb/src/drivers/media/i2c/ov7670.c:1286:16: note: byref variable will be forcibly initialized unsigned char signbits = 0; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_gain': /kisskb/src/drivers/media/i2c/ov7670.c:1486:16: note: byref variable will be forcibly initialized unsigned char com8; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_autogain': /kisskb/src/drivers/media/i2c/ov7670.c:1504:16: note: byref variable will be forcibly initialized unsigned char com8; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_exp': /kisskb/src/drivers/media/i2c/ov7670.c:1520:34: note: byref variable will be forcibly initialized unsigned char com1, com8, aech, aechh; ^~~~~ /kisskb/src/drivers/media/i2c/ov7670.c:1520:22: note: byref variable will be forcibly initialized unsigned char com1, com8, aech, aechh; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c:1520:16: note: byref variable will be forcibly initialized unsigned char com1, com8, aech, aechh; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_autoexp': /kisskb/src/drivers/media/i2c/ov7670.c:1547:16: note: byref variable will be forcibly initialized unsigned char com8; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_update_bits': /kisskb/src/drivers/media/i2c/ov7670.c:585:16: note: byref variable will be forcibly initialized unsigned char orig; ^~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'thermal_zone_bind_cooling_device': /kisskb/src/drivers/thermal/thermal_core.c:627:16: note: byref variable will be forcibly initialized unsigned long max_state; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_detect': /kisskb/src/drivers/media/i2c/ov7670.c:629:16: note: byref variable will be forcibly initialized unsigned char v; ^ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_vflip': /kisskb/src/drivers/media/i2c/ov7670.c:1451:16: note: byref variable will be forcibly initialized unsigned char v = 0; ^ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_hflip': /kisskb/src/drivers/media/i2c/ov7670.c:1435:16: note: byref variable will be forcibly initialized unsigned char v = 0; ^ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_set_hw': /kisskb/src/drivers/media/i2c/ov7670.c:926:16: note: byref variable will be forcibly initialized unsigned char v; ^ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_calc_cmatrix': /kisskb/src/drivers/media/i2c/ov7670.c:1379:21: note: byref variable will be forcibly initialized int sinth, costh, tmpmatrix[CMATRIX_LEN]; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_sat_hue': /kisskb/src/drivers/media/i2c/ov7670.c:1399:6: note: byref variable will be forcibly initialized int matrix[CMATRIX_LEN]; ^~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'thermal_zone_device_register': /kisskb/src/drivers/thermal/thermal_core.c:1185:6: note: byref variable will be forcibly initialized int trip_temp; ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c:1184:25: note: byref variable will be forcibly initialized enum thermal_trip_type trip_type; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_probe': /kisskb/src/drivers/media/i2c/ov7670.c:1854:20: note: byref variable will be forcibly initialized struct v4l2_fract tpf; ^~~ /kisskb/src/drivers/media/i2c/ov772x.c: In function 'ov772x_set_fmt': /kisskb/src/drivers/media/i2c/ov772x.c:1207:32: note: byref variable will be forcibly initialized const struct ov772x_win_size *win; ^~~ /kisskb/src/drivers/media/i2c/ov772x.c:1206:36: note: byref variable will be forcibly initialized const struct ov772x_color_format *cfmt; ^~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_crtc_update_memory_bandwidth': /kisskb/src/drivers/gpu/drm/tegra/dc.c:1852:33: note: byref variable will be forcibly initialized struct tegra_dc_window window, old_window; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c:1852:25: note: byref variable will be forcibly initialized struct tegra_dc_window window, old_window; ^~~~~~ /kisskb/src/drivers/media/i2c/ov772x.c: In function 'ov772x_g_register': /kisskb/src/drivers/media/i2c/ov772x.c:833:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/media/i2c/ov8856.c: In function 'ov8856_write_reg': /kisskb/src/drivers/media/i2c/ov8856.c:1613:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/i2c/ov772x.c: In function 'ov772x_video_probe': /kisskb/src/drivers/media/i2c/ov772x.c:1258:27: note: byref variable will be forcibly initialized int pid, ver, midh, midl; ^~~~ /kisskb/src/drivers/media/i2c/ov772x.c:1258:21: note: byref variable will be forcibly initialized int pid, ver, midh, midl; ^~~~ /kisskb/src/drivers/media/i2c/ov772x.c:1258:16: note: byref variable will be forcibly initialized int pid, ver, midh, midl; ^~~ /kisskb/src/drivers/media/i2c/ov772x.c:1258:11: note: byref variable will be forcibly initialized int pid, ver, midh, midl; ^~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_plane_overlap_mask': /kisskb/src/drivers/gpu/drm/tegra/dc.c:2184:18: note: byref variable will be forcibly initialized struct drm_rect rect; ^~~~ /kisskb/src/drivers/media/i2c/ov8856.c: In function 'ov8856_get_hwcfg': /kisskb/src/drivers/media/i2c/ov8856.c:2286:6: note: byref variable will be forcibly initialized u32 xvclk_rate; ^~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-tegra.c: In function '__tegra_xusb_enable_firmware_messages': /kisskb/src/drivers/usb/host/xhci-tegra.c:1111:29: note: byref variable will be forcibly initialized struct tegra_xusb_mbox_msg msg; ^~~ /kisskb/src/drivers/usb/host/xhci-tegra.c: In function 'tegra_xhci_set_port_power': /kisskb/src/drivers/usb/host/xhci-tegra.c:1162:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/media/i2c/ov8856.c: In function 'ov8856_read_reg': /kisskb/src/drivers/media/i2c/ov8856.c:1584:5: note: byref variable will be forcibly initialized u8 addr_buf[2]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov8856.c:1583:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/ov8856.c: In function 'ov8856_identify_module': /kisskb/src/drivers/media/i2c/ov8856.c:2223:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/ov8856.c: In function 'ov8856_set_ctrl_hflip': /kisskb/src/drivers/media/i2c/ov8856.c:1678:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/ov8856.c: In function 'ov8856_set_ctrl_vflip': /kisskb/src/drivers/media/i2c/ov8856.c:1711:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_plane_setup_blending_legacy': /kisskb/src/drivers/gpu/drm/tegra/dc.c:163:6: note: byref variable will be forcibly initialized u32 background[3] = { ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_cursor_atomic_update': /kisskb/src/drivers/gpu/drm/tegra/dc.c:970:19: note: byref variable will be forcibly initialized struct drm_rect src; ^~~ /kisskb/src/drivers/usb/host/xhci-tegra.c: In function 'tegra_xusb_mbox_handle': /kisskb/src/drivers/usb/host/xhci-tegra.c:529:16: note: byref variable will be forcibly initialized unsigned long mask; ^~~~ /kisskb/src/drivers/usb/host/xhci-tegra.c:528:29: note: byref variable will be forcibly initialized struct tegra_xusb_mbox_msg rsp; ^~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_dc_setup_window': /kisskb/src/drivers/gpu/drm/tegra/dc.c:345:12: note: byref variable will be forcibly initialized bool yuv, planar; ^~~~~~ /kisskb/src/drivers/usb/host/xhci-tegra.c: In function 'tegra_xusb_mbox_thread': /kisskb/src/drivers/usb/host/xhci-tegra.c:667:29: note: byref variable will be forcibly initialized struct tegra_xusb_mbox_msg msg; ^~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_plane_atomic_update': /kisskb/src/drivers/gpu/drm/tegra/dc.c:724:25: note: byref variable will be forcibly initialized struct tegra_dc_window window; ^~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/usb/host/xhci-tegra.c:9: /kisskb/src/drivers/usb/host/xhci-tegra.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/usb/host/xhci-tegra.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/host/xhci-tegra.c: In function 'tegra_xusb_request_firmware': /kisskb/src/drivers/usb/host/xhci-tegra.c:856:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/usb/host/xhci-tegra.c: In function 'tegra_xhci_id_work': /kisskb/src/drivers/usb/host/xhci-tegra.c:1214:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/usb/host/xhci-tegra.c:1211:29: note: byref variable will be forcibly initialized struct tegra_xusb_mbox_msg msg; ^~~ /kisskb/src/drivers/usb/host/xhci-tegra.c: In function 'tegra_xusb_probe': /kisskb/src/drivers/usb/host/xhci-tegra.c:1581:8: note: byref variable will be forcibly initialized char prop[8]; ^~~~ /kisskb/src/drivers/usb/host/xhci-tegra.c:1405:19: note: byref variable will be forcibly initialized struct resource *regs; ^~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_dc_parse_dt': /kisskb/src/drivers/gpu/drm/tegra/dc.c:2912:6: note: byref variable will be forcibly initialized u32 value = 0; ^~~~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_init': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:421:22: note: byref variable will be forcibly initialized struct usb_raw_init arg; ^~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_dc_has_output': /kisskb/src/drivers/gpu/drm/tegra/dc.c:93:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ /kisskb/src/drivers/gpu/drm/tegra/output.c: In function 'tegra_output_probe': /kisskb/src/drivers/gpu/drm/tegra/output.c:98:11: note: byref variable will be forcibly initialized int err, size; ^~~~ /kisskb/src/drivers/gpu/drm/tegra/output.c: In function 'tegra_output_init': /kisskb/src/drivers/gpu/drm/tegra/output.c:207:29: note: byref variable will be forcibly initialized struct cec_connector_info conn_info; ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_event_fetch': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:534:23: note: byref variable will be forcibly initialized struct usb_raw_event arg; ^~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep0_write': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:677:23: note: byref variable will be forcibly initialized struct usb_raw_ep_io io; ^~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep0_read': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:691:23: note: byref variable will be forcibly initialized struct usb_raw_ep_io io; ^~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:12: /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_process_ep_io': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:972:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep_write': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:1054:23: note: byref variable will be forcibly initialized struct usb_raw_ep_io io; ^~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep_read': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:1068:23: note: byref variable will be forcibly initialized struct usb_raw_ep_io io; ^~ /kisskb/src/drivers/media/i2c/ov9640.c: In function 'ov9640_reg_read': /kisskb/src/drivers/media/i2c/ov9640.c:175:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/i2c/ov9640.c:174:5: note: byref variable will be forcibly initialized u8 data = reg; ^~~~ /kisskb/src/drivers/media/i2c/ov9640.c: In function 'ov9640_get_register': /kisskb/src/drivers/media/i2c/ov9640.c:300:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/i2c/ov9640.c: In function 'ov9640_reg_write': /kisskb/src/drivers/media/i2c/ov9640.c:205:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/i2c/ov9640.c:204:16: note: byref variable will be forcibly initialized unsigned char data[2] = { reg, val }; ^~~~ /kisskb/src/drivers/media/i2c/ov9640.c:203:5: note: byref variable will be forcibly initialized u8 _val; ^~~~ /kisskb/src/drivers/media/i2c/ov9640.c: In function 'ov9640_reg_rmw': /kisskb/src/drivers/media/i2c/ov9640.c:231:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/usb/core/buffer.c: In function 'hcd_buffer_create': /kisskb/src/drivers/usb/core/buffer.c:67:8: note: byref variable will be forcibly initialized char name[16]; ^~~~ /kisskb/src/drivers/media/i2c/ov9640.c: In function 'ov9640_video_probe': /kisskb/src/drivers/media/i2c/ov9640.c:591:22: note: byref variable will be forcibly initialized u8 pid, ver, midh, midl; ^~~~ /kisskb/src/drivers/media/i2c/ov9640.c:591:16: note: byref variable will be forcibly initialized u8 pid, ver, midh, midl; ^~~~ /kisskb/src/drivers/media/i2c/ov9640.c:591:11: note: byref variable will be forcibly initialized u8 pid, ver, midh, midl; ^~~ /kisskb/src/drivers/media/i2c/ov9640.c:591:6: note: byref variable will be forcibly initialized u8 pid, ver, midh, midl; ^~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c: In function 'tegra_hdmi_setup_audio_fs_tables': /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:414:21: note: byref variable will be forcibly initialized const unsigned int freqs[] = { ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c: In function 'tegra_hdmi_setup_audio': /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:465:33: note: byref variable will be forcibly initialized struct tegra_hdmi_audio_config config; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c: In function 'tegra_hdmi_setup_avi_infoframe': /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:688:5: note: byref variable will be forcibly initialized u8 buffer[17]; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:687:28: note: byref variable will be forcibly initialized struct hdmi_avi_infoframe frame; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c: In function 'tegra_hdmi_setup_audio_infoframe': /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:728:5: note: byref variable will be forcibly initialized u8 buffer[14]; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:727:30: note: byref variable will be forcibly initialized struct hdmi_audio_infoframe frame; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c: In function 'tegra_hdmi_setup_stereo_infoframe': /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:777:5: note: byref variable will be forcibly initialized u8 buffer[10]; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:776:31: note: byref variable will be forcibly initialized struct hdmi_vendor_infoframe frame; ^~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'set_pipe_reg_addr': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:302:22: note: byref variable will be forcibly initialized const unsigned long fifoctr[] = {D0FIFOCTR, D1FIFOCTR, CFIFOCTR}; ^~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c:301:22: note: byref variable will be forcibly initialized const unsigned long fifosel[] = {D0FIFOSEL, D1FIFOSEL, CFIFOSEL}; ^~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c:300:22: note: byref variable will be forcibly initialized const unsigned long fifoaddr[] = {D0FIFO, D1FIFO, CFIFO}; ^~~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'set_address_zero': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:1842:17: note: byref variable will be forcibly initialized u16 root_port, hub_port; ^~~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c:1842:6: note: byref variable will be forcibly initialized u16 root_port, hub_port; ^~~~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'get_empty_pipenum': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:655:6: note: byref variable will be forcibly initialized u16 array[R8A66597_MAX_NUM_PIPE], i = 0, min; ^~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'init_pipe_info': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:937:28: note: byref variable will be forcibly initialized struct r8a66597_pipe_info info; ^~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'r8a66597_probe': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:2399:7: note: byref variable will be forcibly initialized char clk_name[8]; ^~~~~~~~ /kisskb/src/drivers/usb/host/fsl-mph-dr-of.c: In function 'fsl_usb2_mph_dr_of_probe': /kisskb/src/drivers/usb/host/fsl-mph-dr-of.c:178:32: note: byref variable will be forcibly initialized struct fsl_usb2_platform_data data, *pdata; ^~~~ /kisskb/src/drivers/media/i2c/ov9650.c: In function 'ov965x_read': /kisskb/src/drivers/media/i2c/ov9650.c:428:15: note: byref variable will be forcibly initialized unsigned int buf; ^~~ /kisskb/src/drivers/media/i2c/ov9650.c: In function '__g_volatile_ctrl': /kisskb/src/drivers/media/i2c/ov9650.c:860:17: note: byref variable will be forcibly initialized u8 reg0, reg1, reg2; ^~~~ /kisskb/src/drivers/media/i2c/ov9650.c:860:11: note: byref variable will be forcibly initialized u8 reg0, reg1, reg2; ^~~~ /kisskb/src/drivers/media/i2c/ov9650.c:860:5: note: byref variable will be forcibly initialized u8 reg0, reg1, reg2; ^~~~ /kisskb/src/drivers/media/i2c/ov9650.c: In function 'ov965x_set_banding_filter': /kisskb/src/drivers/media/i2c/ov9650.c:598:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/media/i2c/ov9650.c: In function '__ov965x_set_params': /kisskb/src/drivers/media/i2c/ov9650.c:1282:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/media/i2c/ov9650.c: In function 'ov965x_set_white_balance': /kisskb/src/drivers/media/i2c/ov9650.c:628:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'r8a66597_check_detect_child': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:2090:16: note: byref variable will be forcibly initialized unsigned long now_map[4]; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov9650.c: In function 'ov965x_set_gain': /kisskb/src/drivers/media/i2c/ov9650.c:677:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/media/i2c/ov9650.c: In function 'ov965x_set_sharpness': /kisskb/src/drivers/media/i2c/ov9650.c:734:12: note: byref variable will be forcibly initialized u8 com14, edge; ^~~~ /kisskb/src/drivers/media/i2c/ov9650.c:734:5: note: byref variable will be forcibly initialized u8 com14, edge; ^~~~~ /kisskb/src/drivers/media/i2c/ov9650.c: In function 'ov965x_set_test_pattern': /kisskb/src/drivers/media/i2c/ov9650.c:848:5: note: byref variable will be forcibly initialized u8 reg; ^~~ In file included from /kisskb/src/drivers/usb/host/r8a66597-hcd.c:30: /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'r8a66597_read_fifo': /kisskb/src/drivers/usb/host/r8a66597.h:177:18: note: byref variable will be forcibly initialized unsigned long tmp = ioread32(fifoaddr); ^~~ /kisskb/src/drivers/media/i2c/ov9650.c: In function 'ov965x_detect_sensor': /kisskb/src/drivers/media/i2c/ov9650.c:1461:10: note: byref variable will be forcibly initialized u8 pid, ver; ^~~ /kisskb/src/drivers/media/i2c/ov9650.c:1461:5: note: byref variable will be forcibly initialized u8 pid, ver; ^~~ /kisskb/src/drivers/media/i2c/ov9650.c: In function 'ov965x_set_exposure': /kisskb/src/drivers/media/i2c/ov9650.c:766:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/media/i2c/ov9650.c: In function 'ov965x_set_fmt': /kisskb/src/drivers/media/i2c/ov9650.c:1254:37: note: byref variable will be forcibly initialized struct v4l2_subdev_frame_interval fiv = { ^~~ /kisskb/src/drivers/media/i2c/ov9650.c:1221:33: note: byref variable will be forcibly initialized const struct ov965x_framesize *size = NULL; ^~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'avoid_reset_quirk_store': /kisskb/src/drivers/usb/core/sysfs.c:278:8: note: byref variable will be forcibly initialized int val, rc; ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'bConfigurationValue_store': /kisskb/src/drivers/usb/core/sysfs.c:97:8: note: byref variable will be forcibly initialized int config, value, rc; ^~~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'persist_store': /kisskb/src/drivers/usb/core/sysfs.c:327:6: note: byref variable will be forcibly initialized int value, rc; ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'authorized_default_store': /kisskb/src/drivers/usb/core/sysfs.c:929:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'authorized_store': /kisskb/src/drivers/usb/core/sysfs.c:744:11: note: byref variable will be forcibly initialized unsigned val; ^~~ /kisskb/src/drivers/net/usb/sr9800.c: In function 'sr_get_phy_addr': /kisskb/src/drivers/net/usb/sr9800.c:190:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/net/usb/sr9800.c: In function 'sr_read_rx_ctl': /kisskb/src/drivers/net/usb/sr9800.c:222:9: note: byref variable will be forcibly initialized __le16 v; ^ /kisskb/src/drivers/net/usb/sr9800.c: In function 'sr_read_medium_status': /kisskb/src/drivers/net/usb/sr9800.c:253:9: note: byref variable will be forcibly initialized __le16 v; ^ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_lpm_besl_store': /kisskb/src/drivers/usb/core/sysfs.c:563:5: note: byref variable will be forcibly initialized u8 besl; ^~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_lpm_l1_timeout_store': /kisskb/src/drivers/usb/core/sysfs.c:540:6: note: byref variable will be forcibly initialized u16 timeout; ^~~~~~~ /kisskb/src/drivers/net/usb/sr9800.c: In function 'sr_get_wol': /kisskb/src/drivers/net/usb/sr9800.c:402:5: note: byref variable will be forcibly initialized u8 opt; ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_hardware_lpm_store': /kisskb/src/drivers/usb/core/sysfs.c:501:7: note: byref variable will be forcibly initialized bool value; ^~~~~ /kisskb/src/drivers/net/usb/sr9800.c: In function 'sr_mdio_write': /kisskb/src/drivers/net/usb/sr9800.c:357:9: note: byref variable will be forcibly initialized __le16 res = cpu_to_le16(val); ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'interface_authorized_default_store': /kisskb/src/drivers/usb/core/sysfs.c:976:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'autosuspend_store': /kisskb/src/drivers/usb/core/sysfs.c:411:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/net/usb/sr9800.c: In function 'sr_mdio_read': /kisskb/src/drivers/net/usb/sr9800.c:338:9: note: byref variable will be forcibly initialized __le16 res = 0; ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'interface_authorized_store': /kisskb/src/drivers/usb/core/sysfs.c:1176:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/gpu/drm/tegra/dsi.c: In function 'tegra_dsi_host_transfer': /kisskb/src/drivers/gpu/drm/tegra/dsi.c:1326:25: note: byref variable will be forcibly initialized struct mipi_dsi_packet packet; ^~~~~~ /kisskb/src/drivers/bluetooth/bcm203x.c: In function 'bcm203x_probe': /kisskb/src/drivers/bluetooth/bcm203x.c:155:25: note: byref variable will be forcibly initialized const struct firmware *firmware; ^~~~~~~~ /kisskb/src/drivers/media/i2c/mt9m111.c: In function 'mt9m111_set_selection': /kisskb/src/drivers/media/i2c/mt9m111.c:457:19: note: byref variable will be forcibly initialized struct v4l2_rect rect = sel->r; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c: In function 'xfs_allocbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c:59:17: note: byref variable will be forcibly initialized xfs_agblock_t bno; ^~~ /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c: In function 'mv64xxx_i2c_read_offload_rx_data': /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:443:6: note: byref variable will be forcibly initialized u32 buf[2]; ^~~ /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c: In function 'mv64xxx_i2c_prepare_tx': /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:601:6: note: byref variable will be forcibly initialized u32 buf[2]; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:13: /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c: In function 'mv64xxx_i2c_wait_for_completion': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:562:15: note: in expansion of macro 'wait_event_timeout' time_left = wait_event_timeout(drv_data->waitq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:546:14: note: in expansion of macro 'wait_event_timeout' time_left = wait_event_timeout(drv_data->waitq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c: In function 'mv64xxx_of_config': /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:813:6: note: byref variable will be forcibly initialized u32 bus_freq, tclk; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_vec.c: In function 'aq_vec_poll': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_vec.c:40:6: note: byref variable will be forcibly initialized int work_done = 0; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_vec.c: In function 'aq_vec_isr_legacy': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_vec.c:330:6: note: byref variable will be forcibly initialized u64 irq_mask = 0U; ^~~~~~~~ In file included from /kisskb/src/include/linux/usb/gadget.h:24, from /kisskb/src/drivers/usb/gadget/function/uvc_video.c:13: /kisskb/src/drivers/usb/gadget/function/uvc_video.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:12: /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c: In function 'i2c_pca_pf_waitforcompletion': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:84:9: note: in expansion of macro 'wait_event_timeout' 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:19: note: byref variable will be forcibly initialized struct resource *res; ^~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'cur_state_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:596:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'max_state_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:583:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'offset_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:7: note: byref variable will be forcibly initialized s32 value; \ ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:347:1: note: in expansion of macro 'create_s32_tzp_attr' create_s32_tzp_attr(offset); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'slope_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:7: note: byref variable will be forcibly initialized s32 value; \ ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:346:1: note: in expansion of macro 'create_s32_tzp_attr' create_s32_tzp_attr(slope); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'integral_cutoff_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:7: note: byref variable will be forcibly initialized s32 value; \ ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:345:1: note: in expansion of macro 'create_s32_tzp_attr' 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:7: note: byref variable will be forcibly initialized s32 value; \ ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:344:1: note: in expansion of macro 'create_s32_tzp_attr' 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:7: note: byref variable will be forcibly initialized s32 value; \ ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:343:1: note: in expansion of macro 'create_s32_tzp_attr' 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:7: note: byref variable will be forcibly initialized s32 value; \ ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:342:1: note: in expansion of macro 'create_s32_tzp_attr' 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:7: note: byref variable will be forcibly initialized s32 value; \ ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:341:1: note: in expansion of macro 'create_s32_tzp_attr' 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:6: note: byref variable will be forcibly initialized u32 sustainable_power; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'policy_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:224:7: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized int temperature; ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'temp_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:38:6: note: byref variable will be forcibly initialized int temperature, ret; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/thermal_sysfs.c:18: /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'get_pipes': /kisskb/src/drivers/usb/storage/usb.c:736:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *ep_int; ^~~~~~ /kisskb/src/drivers/usb/storage/usb.c:735:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *ep_out; ^~~~~~ /kisskb/src/drivers/usb/storage/usb.c:734:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *ep_in; ^~~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'usb_stor_control_thread': /kisskb/src/drivers/usb/storage/usb.c:368:18: note: byref variable will be forcibly initialized unsigned char data_ptr[36] = { ^~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_hyst_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:206:6: note: byref variable will be forcibly initialized int temperature; ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:205:6: note: byref variable will be forcibly initialized int trip, ret; ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_temp_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:154:6: note: byref variable will be forcibly initialized int temperature; ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:153:6: note: byref variable will be forcibly initialized int trip, ret; ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_type_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:83:6: note: byref variable will be forcibly initialized int trip, result; ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:82:25: note: byref variable will be forcibly initialized enum thermal_trip_type type; ^~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'usb_stor_adjust_quirks': /kisskb/src/drivers/usb/storage/usb.c:477:8: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_hyst_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:176:6: note: byref variable will be forcibly initialized int temperature; ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:175:6: note: byref variable will be forcibly initialized int trip, ret; ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'cooling_device_stats_setup': /kisskb/src/drivers/thermal/thermal_sysfs.c:817:16: note: byref variable will be forcibly initialized unsigned long states; ^~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'cur_state_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:610:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'storage_probe': /kisskb/src/drivers/usb/storage/usb.c:1099:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'weight_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:898:11: note: byref variable will be forcibly initialized int ret, weight; ^~~~~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function '__smsc75xx_write_reg': /kisskb/src/drivers/net/usb/smsc75xx.c:108:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function '__smsc75xx_read_reg': /kisskb/src/drivers/net/usb/smsc75xx.c:79:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function '__smsc75xx_phy_wait_not_busy': /kisskb/src/drivers/net/usb/smsc75xx.c:162:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function '__smsc75xx_mdio_read': /kisskb/src/drivers/net/usb/smsc75xx.c:183:6: note: byref variable will be forcibly initialized u32 val, addr; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_set_rx_max_frame_length': /kisskb/src/drivers/net/usb/smsc75xx.c:878:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_enter_suspend3': /kisskb/src/drivers/net/usb/smsc75xx.c:1661:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_enter_suspend2': /kisskb/src/drivers/net/usb/smsc75xx.c:1635:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_enter_suspend1': /kisskb/src/drivers/net/usb/smsc75xx.c:1599:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_enter_suspend0': /kisskb/src/drivers/net/usb/smsc75xx.c:1573:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_wait_ready': /kisskb/src/drivers/net/usb/smsc75xx.c:966:7: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_phy_gig_workaround': /kisskb/src/drivers/net/usb/smsc75xx.c:991:6: note: byref variable will be forcibly initialized u32 buf, link_up = 0; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_reset': /kisskb/src/drivers/net/usb/smsc75xx.c:1046:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_eeprom_confirm_not_busy': /kisskb/src/drivers/net/usb/smsc75xx.c:323:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_wait_eeprom': /kisskb/src/drivers/net/usb/smsc75xx.c:297:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_read_eeprom': /kisskb/src/drivers/net/usb/smsc75xx.c:346:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_dataport_wait_not_busy': /kisskb/src/drivers/net/usb/smsc75xx.c:439:7: note: byref variable will be forcibly initialized u32 dp_sel; ^~~~~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_dataport_write': /kisskb/src/drivers/net/usb/smsc75xx.c:461:6: note: byref variable will be forcibly initialized u32 dp_sel; ^~~~~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_resume': /kisskb/src/drivers/net/usb/smsc75xx.c:2099:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c: In function 'smsc75xx_suspend': /kisskb/src/drivers/net/usb/smsc75xx.c:1919:13: note: byref variable will be forcibly initialized const u8 arp[] = {0x08, 0x06}; ^~~ /kisskb/src/drivers/net/usb/smsc75xx.c:1906:13: note: byref variable will be forcibly initialized const u8 mcast[] = {0x01, 0x00, 0x5E}; ^~~~~ /kisskb/src/drivers/net/usb/smsc75xx.c:1796:6: note: byref variable will be forcibly initialized u32 val, link_up; ^~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnectsignal_compat': /kisskb/src/drivers/usb/core/devio.c:2062:37: note: byref variable will be forcibly initialized struct usbdevfs_disconnectsignal32 ds; ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'get_urb32': /kisskb/src/drivers/usb/core/devio.c:2074:24: note: byref variable will be forcibly initialized struct usbdevfs_urb32 urb32; ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnectsignal': /kisskb/src/drivers/usb/core/devio.c:2181:35: note: byref variable will be forcibly initialized struct usbdevfs_disconnectsignal ds; ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_drop_privileges': /kisskb/src/drivers/usb/core/devio.c:2433:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'usbdev_read': /kisskb/src/drivers/usb/core/devio.c:310:32: note: byref variable will be forcibly initialized struct usb_device_descriptor temp_desc; ^~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'destroy_async_on_interface': /kisskb/src/drivers/usb/core/devio.c:665:27: note: byref variable will be forcibly initialized struct list_head *p, *q, hitlist; ^~~~~~~ In file included from /kisskb/src/drivers/usb/core/devio.c:27: /kisskb/src/drivers/usb/core/devio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_connectinfo': /kisskb/src/drivers/usb/core/devio.c:1352:30: note: byref variable will be forcibly initialized struct usbdevfs_connectinfo ci; ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'usbdev_mmap': /kisskb/src/drivers/usb/core/devio.c:224:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_compute_config': /kisskb/src/drivers/gpu/drm/tegra/sor.c:1158:26: note: byref variable will be forcibly initialized struct tegra_sor_params params; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_dp_enable': /kisskb/src/drivers/gpu/drm/tegra/sor.c:2723:26: note: byref variable will be forcibly initialized struct tegra_sor_config config; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_hdmi_setup_avi_infoframe': /kisskb/src/drivers/gpu/drm/tegra/sor.c:1914:28: note: byref variable will be forcibly initialized struct hdmi_avi_infoframe frame; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c:1913:5: note: byref variable will be forcibly initialized u8 buffer[HDMI_INFOFRAME_SIZE(AVI)]; ^~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_control': /kisskb/src/drivers/usb/core/devio.c:1187:31: note: byref variable will be forcibly initialized struct usbdevfs_ctrltransfer ctrl; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_control_compat': /kisskb/src/drivers/usb/core/devio.c:2035:31: note: byref variable will be forcibly initialized struct usbdevfs_ctrltransfer ctrl; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'do_proc_bulk': /kisskb/src/drivers/usb/core/devio.c:1199:6: note: byref variable will be forcibly initialized int len2; ^~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_hdmi_enable_audio_infoframe': /kisskb/src/drivers/gpu/drm/tegra/sor.c:2020:30: note: byref variable will be forcibly initialized struct hdmi_audio_infoframe frame; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c:2019:5: note: byref variable will be forcibly initialized u8 buffer[HDMI_INFOFRAME_SIZE(AUDIO)]; ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_parse_dt': /kisskb/src/drivers/gpu/drm/tegra/sor.c:3652:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c:3650:6: note: byref variable will be forcibly initialized u32 xbar_cfg[5]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_clk_sor_pad_register': /kisskb/src/drivers/gpu/drm/tegra/sor.c:597:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_bulk': /kisskb/src/drivers/usb/core/devio.c:1269:31: note: byref variable will be forcibly initialized struct usbdevfs_bulktransfer bulk; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_bulk_compat': /kisskb/src/drivers/usb/core/devio.c:2048:31: note: byref variable will be forcibly initialized struct usbdevfs_bulktransfer bulk; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_getdriver': /kisskb/src/drivers/usb/core/devio.c:1333:28: note: byref variable will be forcibly initialized struct usbdevfs_getdriver gd; ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_setintf': /kisskb/src/drivers/usb/core/devio.c:1425:31: note: byref variable will be forcibly initialized struct usbdevfs_setinterface setintf; ^~~~~~~ /kisskb/src/drivers/media/i2c/mt9v011.c: In function 'mt9v011_write': /kisskb/src/drivers/media/i2c/mt9v011.c:99:16: note: byref variable will be forcibly initialized unsigned char buffer[3]; ^~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:607:11: note: userspace variable will be forcibly initialized sigval_t addr; ^~~~ /kisskb/src/drivers/media/i2c/mt9v011.c: In function 'mt9v011_read': /kisskb/src/drivers/media/i2c/mt9v011.c:73:9: note: byref variable will be forcibly initialized __be16 buffer; ^~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_submiturb': /kisskb/src/drivers/usb/core/devio.c:1889:11: note: byref variable will be forcibly initialized sigval_t userurb_sigval; ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:1888:22: note: byref variable will be forcibly initialized struct usbdevfs_urb uurb; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_submiturb_compat': /kisskb/src/drivers/usb/core/devio.c:2095:11: note: byref variable will be forcibly initialized sigval_t userurb_sigval; ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2094:22: note: byref variable will be forcibly initialized struct usbdevfs_urb uurb; ^~~~ /kisskb/src/drivers/usb/host/ssb-hcd.c: In function 'ssb_hcd_create_pdev': /kisskb/src/drivers/usb/host/ssb-hcd.c:106:18: note: byref variable will be forcibly initialized struct resource hci_res[2]; ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_ioctl_compat': /kisskb/src/drivers/usb/core/devio.c:2304:24: note: byref variable will be forcibly initialized struct usbdevfs_ioctl ctrl; ^~~~ /kisskb/src/drivers/usb/core/devio.c:2303:26: note: byref variable will be forcibly initialized struct usbdevfs_ioctl32 ioc32; ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_ioctl_default': /kisskb/src/drivers/usb/core/devio.c:2293:24: note: byref variable will be forcibly initialized struct usbdevfs_ioctl ctrl; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnect_claim': /kisskb/src/drivers/usb/core/devio.c:2359:35: note: byref variable will be forcibly initialized struct usbdevfs_disconnect_claim dc; ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_alloc_streams': /kisskb/src/drivers/usb/core/devio.c:2396:24: note: byref variable will be forcibly initialized struct usb_interface *intf; ^~~~ /kisskb/src/drivers/usb/core/devio.c:2395:29: note: byref variable will be forcibly initialized struct usb_host_endpoint **eps; ^~~ /kisskb/src/drivers/usb/core/devio.c:2394:24: note: byref variable will be forcibly initialized unsigned num_streams, num_eps; ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2394:11: note: byref variable will be forcibly initialized unsigned num_streams, num_eps; ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_free_streams': /kisskb/src/drivers/usb/core/devio.c:2416:24: note: byref variable will be forcibly initialized struct usb_interface *intf; ^~~~ /kisskb/src/drivers/usb/core/devio.c:2415:29: note: byref variable will be forcibly initialized struct usb_host_endpoint **eps; ^~~ /kisskb/src/drivers/usb/core/devio.c:2414:11: note: byref variable will be forcibly initialized unsigned num_eps; ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/usb/core/devio.c:24: /kisskb/src/drivers/usb/core/devio.c: In function 'proc_wait_for_resume': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2480:8: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(ps->wait_for_resume, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_conninfo_ex': /kisskb/src/drivers/usb/core/devio.c:1366:30: note: byref variable will be forcibly initialized struct usbdevfs_conninfo_ex ci; ^~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function '__uvcg_iter_frm_intrv': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1243:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(u32) * 8 + 1 + 1]; ^~~ In file included from /kisskb/src/include/linux/usb/gadget.h:24, from /kisskb/src/include/linux/usb/composite.h:41, from /kisskb/src/drivers/usb/gadget/function/u_uvc.h:17, from /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:15: /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_streaming_class_allow_link': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2159:19: note: byref variable will be forcibly initialized size_t size = 0, count = 0; ^~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2159:9: note: byref variable will be forcibly initialized size_t size = 0, count = 0; ^~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2158:8: note: byref variable will be forcibly initialized void *data, *data_save; ^~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2156:49: note: byref variable will be forcibly initialized struct uvc_descriptor_header ***class_array, **cl_arr; ^~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_mjpeg_b_default_frame_index_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1744:5: note: byref variable will be forcibly initialized u8 num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1772:1: note: in expansion of macro 'UVCG_MJPEG_ATTR' UVCG_MJPEG_ATTR(b_default_frame_index, bDefaultFrameIndex, 8); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_bm_capabilities_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1181:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(bm_capabilities, bmCapabilities, 8); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_uncompressed_b_default_frame_index_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1551:5: note: byref variable will be forcibly initialized u8 num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1580:1: note: in expansion of macro 'UVCG_UNCOMPRESSED_ATTR' UVCG_UNCOMPRESSED_ATTR(b_default_frame_index, bDefaultFrameIndex, 8); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_uncompressed_b_bits_per_pixel_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1551:5: note: byref variable will be forcibly initialized u8 num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1579:1: note: in expansion of macro 'UVCG_UNCOMPRESSED_ATTR' UVCG_UNCOMPRESSED_ATTR(b_bits_per_pixel, bBitsPerPixel, 8); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_dw_frame_interval_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1277:19: note: byref variable will be forcibly initialized u32 *frm_intrv, *tmp; ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1276:15: note: byref variable will be forcibly initialized int ret = 0, n = 0; ^ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function '__uvcg_fill_frm_intrv': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1225:6: note: byref variable will be forcibly initialized u32 num, **interv; ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_dw_default_frame_interval_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1187:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(dw_default_frame_interval, dwDefaultFrameInterval, 32); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_dw_max_video_frame_buffer_size_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1186:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(dw_max_video_frame_buffer_size, dwMaxVideoFrameBufferSize, 32); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_dw_max_bit_rate_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1185:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(dw_max_bit_rate, dwMaxBitRate, 32); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_dw_min_bit_rate_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1184:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(dw_min_bit_rate, dwMinBitRate, 32); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_control_header_dw_clock_frequency_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:173:10: note: byref variable will be forcibly initialized u##bits num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:206:1: note: in expansion of macro 'UVCG_CTRL_HDR_ATTR' UVCG_CTRL_HDR_ATTR(dw_clock_frequency, dwClockFrequency, 32, 0x7fffffff); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'f_uvc_opts_streaming_maxburst_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2396:15: note: byref variable will be forcibly initialized unsigned int num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2424:1: note: in expansion of macro 'UVCG_OPTS_ATTR' UVCG_OPTS_ATTR(streaming_maxburst, streaming_maxburst, 15); ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'f_uvc_opts_streaming_maxpacket_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2396:15: note: byref variable will be forcibly initialized unsigned int num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2423:1: note: in expansion of macro 'UVCG_OPTS_ATTR' UVCG_OPTS_ATTR(streaming_maxpacket, streaming_maxpacket, 3072); ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'f_uvc_opts_streaming_interval_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2396:15: note: byref variable will be forcibly initialized unsigned int num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2422:1: note: in expansion of macro 'UVCG_OPTS_ATTR' UVCG_OPTS_ATTR(streaming_interval, streaming_interval, 16); ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_w_height_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1183:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(w_height, wHeight, 16); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_w_width_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1182:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(w_width, wWidth, 16); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_control_header_bcd_uvc_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:173:10: note: byref variable will be forcibly initialized u##bits num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:204:1: note: in expansion of macro 'UVCG_CTRL_HDR_ATTR' UVCG_CTRL_HDR_ATTR(bcd_uvc, bcdUVC, 16, 0xffff); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function '__smsc95xx_write_reg': /kisskb/src/drivers/net/usb/smsc95xx.c:102:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function '__smsc95xx_read_reg': /kisskb/src/drivers/net/usb/smsc95xx.c:73:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_set_features': /kisskb/src/drivers/net/usb/smsc95xx.c:611:6: note: byref variable will be forcibly initialized u32 read_buf; ^~~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_enter_suspend2': /kisskb/src/drivers/net/usb/smsc95xx.c:1348:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_enter_suspend0': /kisskb/src/drivers/net/usb/smsc95xx.c:1262:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function '__smsc95xx_phy_wait_not_busy': /kisskb/src/drivers/net/usb/smsc95xx.c:156:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_copy_to_sess_conn_params': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3751:7: note: byref variable will be forcibly initialized char ip_addr[DDB_IPADDR_LEN]; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3748:16: note: byref variable will be forcibly initialized unsigned long options = 0; ^~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_phy_update_flowcontrol': /kisskb/src/drivers/net/usb/smsc95xx.c:521:17: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c:521:7: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c:519:16: note: byref variable will be forcibly initialized u32 flow = 0, afc_cfg; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_copy_fwddb_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3853:7: note: byref variable will be forcibly initialized char ip_addr[DDB_IPADDR_LEN]; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3851:24: note: byref variable will be forcibly initialized struct ql4_chap_table chap_tbl; ^~~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_enter_suspend3': /kisskb/src/drivers/net/usb/smsc95xx.c:1370:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_write_reg_async': /kisskb/src/drivers/net/usb/smsc95xx.c:434:6: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_reset': /kisskb/src/drivers/net/usb/smsc95xx.c:833:6: note: byref variable will be forcibly initialized u32 read_buf, write_buf, burst_cap; ^~~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_eeprom_confirm_not_busy': /kisskb/src/drivers/net/usb/smsc95xx.c:319:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_wait_eeprom': /kisskb/src/drivers/net/usb/smsc95xx.c:293:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/usb/gadget/function/f_printer.c:14: /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:611:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(dev->tx_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_read_eeprom': /kisskb/src/drivers/net/usb/smsc95xx.c:342:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_get_host_stats': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:1065:13: note: byref variable will be forcibly initialized dma_addr_t iscsi_stats_dma; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:492:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(dev->rx_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function '__smsc95xx_mdio_read': /kisskb/src/drivers/net/usb/smsc95xx.c:181:6: note: byref variable will be forcibly initialized u32 val, addr; ^~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_enter_suspend1': /kisskb/src/drivers/net/usb/smsc95xx.c:1301:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_conn_get_stats': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:1816:13: note: byref variable will be forcibly initialized dma_addr_t iscsi_stats_dma; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_wait_login_resp_boot_tgt': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8546:11: note: byref variable will be forcibly initialized uint32_t ddb_state; ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_fsync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:710:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(dev->tx_flush_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8544:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/usb/smsc95xx.c:10: /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_destroy_ddb': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8924:11: note: byref variable will be forcibly initialized uint32_t ddb_state; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8922:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_logout_sid': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7614:11: note: byref variable will be forcibly initialized uint32_t ddb_state; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7611:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_bind': /kisskb/src/drivers/net/usb/smsc95xx.c:1056:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_session_destroy': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3136:11: note: byref variable will be forcibly initialized uint32_t ddb_state; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3135:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_resume': /kisskb/src/drivers/net/usb/smsc95xx.c:1718:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'f_printer_opts_q_len_store': /kisskb/src/drivers/usb/gadget/function/f_printer.c:1282:6: note: byref variable will be forcibly initialized u16 num; ^~~ /kisskb/src/drivers/net/usb/smsc95xx.c: In function 'smsc95xx_suspend': /kisskb/src/drivers/net/usb/smsc95xx.c:1578:13: note: byref variable will be forcibly initialized const u8 arp[] = {0x08, 0x06}; ^~~ /kisskb/src/drivers/net/usb/smsc95xx.c:1565:13: note: byref variable will be forcibly initialized const u8 mcast[] = {0x01, 0x00, 0x5E}; ^~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c:1552:13: note: byref variable will be forcibly initialized const u8 bcast[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; ^~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c:1535:7: note: byref variable will be forcibly initialized u32 crc[4]; ^~~ /kisskb/src/drivers/net/usb/smsc95xx.c:1534:7: note: byref variable will be forcibly initialized u32 offset[2]; ^~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c:1533:7: note: byref variable will be forcibly initialized u32 command[2]; ^~~~~~~ /kisskb/src/drivers/net/usb/smsc95xx.c:1457:6: note: byref variable will be forcibly initialized u32 val, link_up; ^~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'gprinter_setup': /kisskb/src/drivers/usb/gadget/function/f_printer.c:1520:8: note: byref variable will be forcibly initialized dev_t devt; ^~~~ /kisskb/src/drivers/media/i2c/mt9v111.c: In function '__mt9v111_read': /kisskb/src/drivers/media/i2c/mt9v111.c:223:9: note: byref variable will be forcibly initialized __be16 buf; ^~~ /kisskb/src/drivers/media/i2c/mt9v111.c:222:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/i2c/mt9v111.c: In function '__mt9v111_write': /kisskb/src/drivers/media/i2c/mt9v111.c:251:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/mt9v111.c: In function '__mt9v111_addr_space_select': /kisskb/src/drivers/media/i2c/mt9v111.c:279:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/i2c/mt9v111.c: In function 'mt9v111_chip_probe': /kisskb/src/drivers/media/i2c/mt9v111.c:1079:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/i2c/mt9v111.c: In function 'mt9v111_update': /kisskb/src/drivers/media/i2c/mt9v111.c:337:6: note: byref variable will be forcibly initialized u16 current_val; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_logout': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7741:11: note: byref variable will be forcibly initialized uint16_t conn_id = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7740:22: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7740:11: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7739:11: note: byref variable will be forcibly initialized uint32_t next_idx = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7738:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_dma; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_find_flash_st_idx': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6713:13: note: byref variable will be forcibly initialized dma_addr_t flash_ddb_entry_dma; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/mt9v111.c: In function 'mt9v111_probe': /kisskb/src/drivers/media/i2c/mt9v111.c:1111:20: note: byref variable will be forcibly initialized struct v4l2_fract tpf; ^~~ /kisskb/src/drivers/thermal/thermal_helpers.c: In function 'get_tz_trend': /kisskb/src/drivers/thermal/thermal_helpers.c:28:21: note: byref variable will be forcibly initialized enum thermal_trend trend; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_build_st_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6777:11: note: byref variable will be forcibly initialized uint16_t conn_id = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6776:11: note: byref variable will be forcibly initialized uint32_t flash_index = -1; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6775:22: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c: In function 'thermal_zone_get_temp': /kisskb/src/drivers/thermal/thermal_helpers.c:83:25: note: byref variable will be forcibly initialized enum thermal_trip_type type; ^~~~ /kisskb/src/drivers/thermal/thermal_helpers.c:82:6: note: byref variable will be forcibly initialized int crit_temp = INT_MAX; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6775:11: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6774:20: note: byref variable will be forcibly initialized uint32_t idx = 0, next_idx = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6772:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_dma; ^~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c: In function 'thermal_zone_set_trips': /kisskb/src/drivers/thermal/thermal_helpers.c:133:17: note: byref variable will be forcibly initialized int trip_temp, hysteresis; ^~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c:133:6: note: byref variable will be forcibly initialized int trip_temp, hysteresis; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_conn_open': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7419:22: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7419:11: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7418:11: note: byref variable will be forcibly initialized uint32_t mbx_sts = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7416:13: note: byref variable will be forcibly initialized dma_addr_t ddb_entry_dma; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_remove_failed_ddb': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6848:22: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6848:11: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6847:11: note: byref variable will be forcibly initialized uint32_t next_idx = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_delete': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8328:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_apply': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7362:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_set_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8104:11: note: byref variable will be forcibly initialized uint32_t rem = len; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8100:24: note: byref variable will be forcibly initialized struct ql4_chap_table chap_tbl; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_get_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7845:24: note: byref variable will be forcibly initialized struct ql4_chap_table chap_tbl; ^~~~~~~~ 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/highmem.h:10, 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/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_common.h:13, from /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_ring.h:13, from /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_ring.c:10: /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_ring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_set_chap_entry': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:964:6: note: byref variable will be forcibly initialized int rem = len; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:959:25: note: byref variable will be forcibly initialized struct ql4_chap_table *chap_entry = NULL; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:958:24: note: byref variable will be forcibly initialized struct iscsi_chap_rec chap_rec; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_delete_chap': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:868:13: note: byref variable will be forcibly initialized dma_addr_t chap_dma; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_create_chap_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:636:13: note: byref variable will be forcibly initialized dma_addr_t chap_dma; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_send_ping': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:324:10: note: byref variable will be forcibly initialized uint8_t ipaddr[IPv6_ADDR_LEN]; ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_iface_set_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2731:11: note: byref variable will be forcibly initialized uint32_t rem = len; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2730:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2729:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2728:13: note: byref variable will be forcibly initialized dma_addr_t init_fw_cb_dma; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_build_new_nt_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7111:11: note: byref variable will be forcibly initialized uint16_t conn_id = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7110:22: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7110:11: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7109:20: note: byref variable will be forcibly initialized uint32_t idx = 0, next_idx = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7105:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_dma; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_build_nt_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7004:11: note: byref variable will be forcibly initialized uint16_t conn_id = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7003:11: note: byref variable will be forcibly initialized uint32_t ddb_idx = -1; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7002:22: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7002:11: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7001:20: note: byref variable will be forcibly initialized uint32_t idx = 0, next_idx = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6997:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_dma; ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/bfusb.c: In function 'bfusb_send_frame': /kisskb/src/drivers/bluetooth/bfusb.c:453:16: note: byref variable will be forcibly initialized unsigned char buf[3]; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_session_get_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2852:11: note: byref variable will be forcibly initialized uint16_t idx; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2850:24: note: byref variable will be forcibly initialized struct ql4_chap_table chap_tbl; ^~~~~~~~ /kisskb/src/drivers/bluetooth/bfusb.c: In function 'bfusb_load_firmware': /kisskb/src/drivers/bluetooth/bfusb.c:522:17: note: byref variable will be forcibly initialized int err, pipe, len, size, sent = 0; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_match_ipaddress': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2979:7: note: byref variable will be forcibly initialized char formatted_ipaddr[DDB_IPADDR_LEN]; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2978:10: note: byref variable will be forcibly initialized uint8_t dst_ipaddr[IPv6_ADDR_LEN]; ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/bfusb.c: In function 'bfusb_probe': /kisskb/src/drivers/bluetooth/bfusb.c:600:25: note: byref variable will be forcibly initialized const struct firmware *firmware; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_conn_start': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3248:11: note: byref variable will be forcibly initialized uint32_t mbx_sts = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3247:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_copy_from_fwddb_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3499:16: note: byref variable will be forcibly initialized unsigned long options = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_add': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7284:11: note: byref variable will be forcibly initialized uint16_t idx = 0; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7282:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_wait_for_ip_configuration': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6643:11: note: byref variable will be forcibly initialized uint32_t sts[MBOX_REG_COUNT]; ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7: /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_do_work': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:5260:12: note: byref variable will be forcibly initialized LIST_HEAD(work); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_context_reset': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:9480:13: note: byref variable will be forcibly initialized dma_addr_t acb_dma; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:9476:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:9475:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'get_fw_boot_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:5906:13: note: byref variable will be forcibly initialized dma_addr_t buf_dma; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_get_boot_target': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6073:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_get_boot_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6160:11: note: byref variable will be forcibly initialized uint16_t ddb_index[2]; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_get_ddb_index': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2936:11: note: byref variable will be forcibly initialized uint32_t mbx_sts = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_ddb_login_st': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7480:11: note: byref variable will be forcibly initialized uint16_t ddb_index; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7479:19: note: byref variable will be forcibly initialized struct list_head list_nt; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_login': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7551:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_session_create': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3087:11: note: byref variable will be forcibly initialized uint16_t ddb_index; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_update_session_conn_fwddb_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3907:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3906:11: note: byref variable will be forcibly initialized uint32_t ddb_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/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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_update_session_conn_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3949:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3948:11: note: byref variable will be forcibly initialized uint32_t ddb_state; ^~~~~~~~~ /kisskb/src/drivers/usb/core/quirks.c: In function 'quirks_param_set': /kisskb/src/drivers/usb/core/quirks.c:31:11: note: byref variable will be forcibly initialized u16 vid, pid; ^~~ /kisskb/src/drivers/usb/core/quirks.c:31:6: note: byref variable will be forcibly initialized u16 vid, pid; ^~~ /kisskb/src/drivers/usb/core/quirks.c:30:14: note: byref variable will be forcibly initialized char *val, *p, *field; ^ /kisskb/src/drivers/usb/storage/initializers.c: In function 'usb_stor_ucr61s2b_init': /kisskb/src/drivers/usb/storage/initializers.c:56:15: note: byref variable will be forcibly initialized unsigned int partial; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-uniphier-f.c: In function 'uniphier_fi2c_probe': /kisskb/src/drivers/i2c/busses/i2c-uniphier-f.c:519:6: note: byref variable will be forcibly initialized u32 bus_speed; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_timer': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:4547:11: note: byref variable will be forcibly initialized uint16_t w; ^ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_export': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8428:11: note: byref variable will be forcibly initialized uint16_t idx = 0; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8426:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_build_ddb_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8480:28: note: byref variable will be forcibly initialized struct list_head list_st, list_nt; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8480:19: note: byref variable will be forcibly initialized struct list_head list_st, list_nt; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_probe_adapter': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8619:7: note: byref variable will be forcibly initialized char buf[34]; ^~~ /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'tegra_i2c_fill_tx_fifo': /kisskb/src/drivers/i2c/busses/i2c-tegra.c:795:6: note: byref variable will be forcibly initialized 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:735:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/drivers/i2c/busses/i2c-tegra.c:12: /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:971:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'tegra_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-tegra.c:1711:19: note: byref variable will be forcibly initialized struct resource *res; ^~~ /kisskb/src/drivers/thermal/gov_fair_share.c: In function 'get_target_state': /kisskb/src/drivers/thermal/gov_fair_share.c:52:16: note: byref variable will be forcibly initialized 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:25: note: byref variable will be forcibly initialized enum thermal_trip_type trip_type; ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_fair_share.c:25:6: note: byref variable will be forcibly initialized int trip_temp; ^~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3760:9: note: byref variable will be forcibly initialized __hc32 c_mask; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/tegra/trace.h:68, from /kisskb/src/drivers/gpu/drm/tegra/trace.c:2: /kisskb/src/drivers/gpu/drm/tegra/trace.c: In function 'perf_trace_register_access': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/tegra/trace.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(register_access, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/tegra/trace.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(register_access, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/tegra/trace.h:68, from /kisskb/src/drivers/gpu/drm/tegra/trace.c:2: /kisskb/src/drivers/gpu/drm/tegra/trace.c: In function 'trace_event_raw_event_register_access': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/tegra/trace.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(register_access, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/gpu/drm/tegra/trace.h:68, from /kisskb/src/drivers/gpu/drm/tegra/trace.c:2: /kisskb/src/drivers/gpu/drm/tegra/trace.c: In function '__bpf_trace_register_access': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/tegra/trace.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(register_access, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/tegra/trace.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(register_access, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/tegra/trace.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(register_access, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/tegra/trace.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(register_access, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/tegra/trace.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(register_access, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/tegra/trace.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(register_access, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/vic.c: In function 'vic_load_firmware': /kisskb/src/drivers/gpu/drm/tegra/vic.c:219:13: note: byref variable will be forcibly initialized dma_addr_t iova; ^~~~ /kisskb/src/drivers/usb/core/devices.c: In function 'usb_device_read': /kisskb/src/drivers/usb/core/devices.c:563:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/usb/core/devices.c:562:9: note: byref variable will be forcibly initialized loff_t skip_bytes = *ppos; ^~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_qtd_alloc': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1823:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_qh_alloc': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1856:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3830:19: note: byref variable will be forcibly initialized struct list_head empty; ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'itd_urb_transaction': /kisskb/src/drivers/usb/host/fotg210-hcd.c:4080:13: note: byref variable will be forcibly initialized dma_addr_t itd_dma; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/usb/host/fotg210-hcd.c:25: /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_of_get_trip_type': /kisskb/src/drivers/thermal/thermal_of.c:779:14: note: byref variable will be forcibly initialized const char *t; ^ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_of_populate_trip': /kisskb/src/drivers/thermal/thermal_of.c:808:6: note: byref variable will be forcibly initialized int prop; ^~~~ In file included from /kisskb/src/drivers/thermal/thermal_of.c:15: /kisskb/src/drivers/thermal/thermal_of.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_urb_enqueue': /kisskb/src/drivers/usb/host/fotg210-hcd.c:5269:19: note: byref variable will be forcibly initialized struct list_head qtd_list; ^~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_reset': /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:942:2: note: in expansion of macro 'dbg_cmd' dbg_cmd(fotg210, "reset", command); ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/fotg210-hcd.c:646:14: note: byref variable will be forcibly initialized char *next, scratch[80]; ^~~~~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_of_populate_bind_params': /kisskb/src/drivers/thermal/thermal_of.c:682:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/drivers/thermal/thermal_of.c:678:25: note: byref variable will be forcibly initialized 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:858:12: note: byref variable will be forcibly initialized u32 prop, coef[2]; ^~~~ /kisskb/src/drivers/thermal/thermal_of.c:858:6: note: byref variable will be forcibly initialized u32 prop, coef[2]; ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'uframe_periodic_max_store': /kisskb/src/drivers/usb/host/fotg210-hcd.c:4705:11: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:4896:2: note: in expansion of macro 'dbg_status' dbg_status(fotg210, "fotg210_stop completed", ^~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_zone_of_get_sensor_id': /kisskb/src/drivers/thermal/thermal_of.c:429:25: note: byref variable will be forcibly initialized struct of_phandle_args sensor_specs; ^~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_zone_of_sensor_register': /kisskb/src/drivers/thermal/thermal_of.c:508:12: note: byref variable will be forcibly initialized int ret, id; ^~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'of_parse_thermal_zones': /kisskb/src/drivers/thermal/thermal_of.c:1058:7: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fill_async_buffer': /kisskb/src/drivers/usb/host/fotg210-hcd.c:454:8: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:453:17: note: byref variable will be forcibly initialized unsigned temp, size; ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_run': /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5043:2: note: in expansion of macro 'dbg_cmd' 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:16: note: byref variable will be forcibly initialized unsigned long events; ^~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_irq': /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5229:3: note: in expansion of macro 'dbg_status' dbg_status(fotg210, "fatal", status); ^~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5228:3: note: in expansion of macro 'dbg_cmd' dbg_cmd(fotg210, "fatal", cmd); ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5153:2: note: in expansion of macro 'dbg_status' dbg_status(fotg210, "irq", status); ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k4ecgx.c: In function 's5k4ecgx_set_fmt': /kisskb/src/drivers/media/i2c/s5k4ecgx.c:584:33: note: byref variable will be forcibly initialized const struct s5k4ecgx_frmsize *fsize = NULL; ^~~~~ /kisskb/src/drivers/media/i2c/s5k4ecgx.c: In function 's5k4ecgx_i2c_write': /kisskb/src/drivers/media/i2c/s5k4ecgx.c:228:5: note: byref variable will be forcibly initialized u8 buf[4] = { addr >> 8, addr & 0xff, val >> 8, val & 0xff }; ^~~ /kisskb/src/drivers/media/i2c/s5k6aa.c: In function 's5k6aa_i2c_write': /kisskb/src/drivers/media/i2c/s5k6aa.c:356:5: note: byref variable will be forcibly initialized u8 buf[4] = {addr >> 8, addr & 0xFF, val >> 8, val & 0xFF}; ^~~ /kisskb/src/drivers/media/i2c/s5k6aa.c: In function 's5k6aa_i2c_read': /kisskb/src/drivers/media/i2c/s5k4ecgx.c: In function 's5k4ecgx_i2c_read': /kisskb/src/drivers/media/i2c/s5k6aa.c:333:5: note: byref variable will be forcibly initialized u8 rbuf[2]; ^~~~ /kisskb/src/drivers/media/i2c/s5k4ecgx.c:205:5: note: byref variable will be forcibly initialized u8 rbuf[2]; ^~~~ /kisskb/src/drivers/media/i2c/s5k6aa.c:332:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/i2c/s5k4ecgx.c:204:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/i2c/s5k6aa.c:331:5: note: byref variable will be forcibly initialized u8 wbuf[2] = {addr >> 8, addr & 0xFF}; ^~~~ /kisskb/src/drivers/media/i2c/s5k4ecgx.c:203:5: note: byref variable will be forcibly initialized u8 wbuf[2] = { addr >> 8, addr & 0xff }; ^~~~ /kisskb/src/drivers/media/i2c/s5k6aa.c: In function 's5k6aa_check_fw_revision': /kisskb/src/drivers/media/i2c/s5k6aa.c:1453:19: note: byref variable will be forcibly initialized u16 api_ver = 0, fw_rev = 0; ^~~~~~ /kisskb/src/drivers/media/i2c/s5k6aa.c:1453:6: note: byref variable will be forcibly initialized u16 api_ver = 0, fw_rev = 0; ^~~~~~~ /kisskb/src/drivers/media/i2c/s5k4ecgx.c: In function 's5k4ecgx_read_fw_ver': /kisskb/src/drivers/media/i2c/s5k4ecgx.c:269:14: note: byref variable will be forcibly initialized u16 hw_rev, fw_ver = 0; ^~~~~~ /kisskb/src/drivers/media/i2c/s5k4ecgx.c:269:6: note: byref variable will be forcibly initialized u16 hw_rev, fw_ver = 0; ^~~~~~ /kisskb/src/drivers/media/i2c/s5k6aa.c: In function 's5k6aa_new_config_sync': /kisskb/src/drivers/media/i2c/s5k6aa.c:703:6: note: byref variable will be forcibly initialized u16 reg = 1; ^~~ /kisskb/src/drivers/media/i2c/s5k4ecgx.c: In function 's5k4ecgx_load_firmware': /kisskb/src/drivers/media/i2c/s5k4ecgx.c:327:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/i2c/s5k6aa.c: In function 's5k6aa_preview_config_status': /kisskb/src/drivers/media/i2c/s5k6aa.c:609:6: note: byref variable will be forcibly initialized u16 error = 0; ^~~~~ /kisskb/src/drivers/media/i2c/s5k6aa.c: In function 's5k6aa_set_awb': /kisskb/src/drivers/media/i2c/s5k6aa.c:480:6: note: byref variable will be forcibly initialized u16 reg; ^~~ /kisskb/src/drivers/media/i2c/s5k6aa.c: In function 's5k6aa_set_auto_exposure': /kisskb/src/drivers/media/i2c/s5k6aa.c:535:6: note: byref variable will be forcibly initialized u16 auto_alg; ^~~~~~~~ /kisskb/src/drivers/media/i2c/s5k6aa.c: In function 's5k6aa_set_anti_flicker': /kisskb/src/drivers/media/i2c/s5k6aa.c:562:6: note: byref variable will be forcibly initialized u16 auto_alg; ^~~~~~~~ /kisskb/src/drivers/media/i2c/s5k6aa.c: In function 's5k6aa_set_fmt': /kisskb/src/drivers/media/i2c/s5k6aa.c:1141:37: note: byref variable will be forcibly initialized struct v4l2_subdev_frame_interval fiv = { ^~~ /kisskb/src/drivers/media/i2c/s5k6aa.c: In function 's5k6aa_configure_pixel_clocks': /kisskb/src/drivers/media/i2c/s5k6aa.c:429:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_parse_gpios': /kisskb/src/drivers/media/i2c/s5k5baf.c:1827:21: note: byref variable will be forcibly initialized enum of_gpio_flags flags; ^~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/media/i2c/s5k5baf.c:13: /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/media/i2c/s5k5baf.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/i2c/lm3560.c: In function 'lm3560_get_ctrl': /kisskb/src/drivers/media/i2c/lm3560.c:169:16: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/media/i2c/lm3560.c: In function 'lm3560_init_device': /kisskb/src/drivers/media/i2c/lm3560.c:377:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_i2c_write': /kisskb/src/drivers/media/i2c/s5k5baf.c:449:5: note: byref variable will be forcibly initialized u8 buf[4] = { addr >> 8, addr & 0xFF, val >> 8, val & 0xFF }; ^~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_write_arr_seq': /kisskb/src/drivers/media/i2c/s5k5baf.c:481:9: note: byref variable will be forcibly initialized __be16 buf[65]; ^~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_stream': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:1096:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_G_ENABLE_PREV, enable, 1); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_video_bus': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:770:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_OIF_EN_MIPI_LANES, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_user_exposure': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:689:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_SF_USR_EXPOSURE_L, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_user_gain': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:695:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_SF_USR_TOT_GAIN, gain, 1); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/lm3646.c: In function 'lm3646_get_ctrl': /kisskb/src/drivers/media/i2c/lm3646.c:102:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_i2c_read': /kisskb/src/drivers/media/i2c/s5k5baf.c:423:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/i2c/s5k5baf.c:421:12: note: byref variable will be forcibly initialized __be16 w, r; ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:421:9: note: byref variable will be forcibly initialized __be16 w, r; ^ /kisskb/src/drivers/media/i2c/lm3646.c: In function 'lm3646_set_ctrl': /kisskb/src/drivers/media/i2c/lm3646.c:136:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/media/i2c/lm3646.c: In function 'lm3646_init_device': /kisskb/src/drivers/media/i2c/lm3646.c:296:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_crop_rects': /kisskb/src/drivers/media/i2c/s5k5baf.c:859:23: note: byref variable will be forcibly initialized struct v4l2_rect *p, r; ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:906:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_P_OUT_WIDTH(0), p->width, p->height); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:869:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_G_PREVZOOM_IN_WIDTH, r.width, r.height, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:864:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_G_PREVREQ_IN_WIDTH, p->width, p->height, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_set_selection': /kisskb/src/drivers/media/i2c/s5k5baf.c:1497:34: note: byref variable will be forcibly initialized rects = (struct v4l2_rect * []) { ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:1484:35: note: byref variable will be forcibly initialized rects = (struct v4l2_rect * []) { ^ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_config': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:918:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_P_OUT_WIDTH(0), ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_clocks': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:596:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_I_INCLK_FREQ_L, mclk & 0xffff, mclk >> 16); ^~~~~~~~~~~~~~~~~ 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:264, from /kisskb/src/include/linux/export.h:43, 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/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c:117: /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c: In function 'xgbe_set_link_ksettings': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c:335:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(advertising); ^~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c:335:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(advertising); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_awb': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:675:3: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_SF_RGAIN, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_anti_flicker': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:719:3: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_SF_FLICKER_QUANT, v, 1); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_load_setfile': /kisskb/src/drivers/media/i2c/s5k5baf.c:1028:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/i2c/ccs-pll.c: In function 'ccs_pll_calculate_vt': /kisskb/src/drivers/media/i2c/ccs-pll.c:449:19: note: byref variable will be forcibly initialized u16 min_sys_div, max_sys_div; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs-pll.c:449:6: note: byref variable will be forcibly initialized u16 min_sys_div, max_sys_div; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs-pll.c: In function '__ccs_pll_calculate_vt_tree': /kisskb/src/drivers/media/i2c/ccs-pll.c:300:27: note: byref variable will be forcibly initialized u16 vt_div, min_sys_div, max_sys_div, sys_div; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs-pll.c:300:14: note: byref variable will be forcibly initialized u16 vt_div, min_sys_div, max_sys_div, sys_div; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs-pll.c: In function 'print_pll': /kisskb/src/drivers/media/i2c/ccs-pll.c:84:4: note: byref variable will be forcibly initialized } branches[] = { ^~~~~~~~ /kisskb/src/drivers/thermal/gov_bang_bang.c: In function 'thermal_zone_trip_update': /kisskb/src/drivers/thermal/gov_bang_bang.c:18:17: note: byref variable will be forcibly initialized int trip_temp, trip_hyst; ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_bang_bang.c:18:6: note: byref variable will be forcibly initialized int trip_temp, trip_hyst; ^~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/i2c/busses/i2c-xiic.c:18: /kisskb/src/drivers/i2c/busses/i2c-xiic.c: In function 'xiic_xfer': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-xiic.c:726:2: note: in expansion of macro 'if' if (wait_event_timeout(i2c->wait, (i2c->state == STATE_ERROR) || ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-xiic.c:726:6: note: in expansion of macro 'wait_event_timeout' if (wait_event_timeout(i2c->wait, (i2c->state == STATE_ERROR) || ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/gov_step_wise.c: In function 'get_target_state': /kisskb/src/drivers/thermal/gov_step_wise.c:41:16: note: byref variable will be forcibly initialized unsigned long cur_state; ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_step_wise.c: In function 'thermal_zone_trip_update': /kisskb/src/drivers/thermal/gov_step_wise.c:119:25: note: byref variable will be forcibly initialized enum thermal_trip_type trip_type; ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_step_wise.c:118:6: note: byref variable will be forcibly initialized int trip_temp; ^~~~~~~~~ /kisskb/src/drivers/usb/core/port.c: In function 'quirks_store': /kisskb/src/drivers/usb/core/port.c:74:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/thermal/k3_bandgap.c:8: /kisskb/src/drivers/thermal/k3_bandgap.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/thermal/k3_bandgap.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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:1645:16: note: byref variable will be forcibly initialized unsigned char i_port[USBG_NAMELEN], *ptr; ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_tcm.c: In function 'tcm_usbg_tpg_enable_store': /kisskb/src/drivers/usb/gadget/function/f_tcm.c:1514:7: note: byref variable will be forcibly initialized bool op; ^~ /kisskb/src/drivers/usb/gadget/function/f_tcm.c: In function 'usbg_make_tpg': /kisskb/src/drivers/usb/gadget/function/f_tcm.c:1342:16: note: byref variable will be forcibly initialized unsigned long tpgt; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-xlp9xx.c: In function 'xlp9xx_i2c_get_frequency': /kisskb/src/drivers/i2c/busses/i2c-xlp9xx.c:463:6: note: byref variable will be forcibly initialized u32 freq; ^~~~ /kisskb/src/drivers/usb/gadget/function/f_tcm.c: In function 'usbg_get_cmd': /kisskb/src/drivers/usb/gadget/function/f_tcm.c:1077:11: note: byref variable will be forcibly initialized int tag, cpu; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_get': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1046:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_hasname': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1076:8: note: byref variable will be forcibly initialized int retval, error; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_get': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1635:23: note: byref variable will be forcibly initialized struct xfs_da_state *state; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_shrink': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1276:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_addname_clear_incomplete': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1232:9: note: byref variable will be forcibly initialized int retval = 0; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_removename': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1004:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_is_leaf': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:90:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c:89:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_set_iter': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:357:20: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_lookup': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:650:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_set_args': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:278:20: note: byref variable will be forcibly initialized struct xfs_buf *leaf_bp = NULL; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_set': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:709:15: note: byref variable will be forcibly initialized int error, local; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c:707:23: note: byref variable will be forcibly initialized struct xfs_trans_res tres; ^~~~ /kisskb/src/drivers/thermal/thermal_mmio.c: In function 'thermal_mmio_probe': /kisskb/src/drivers/thermal/thermal_mmio.c:49:6: note: byref variable will be forcibly initialized int temperature; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/bluetooth/btmrvl_main.c:21: /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_send_sync_cmd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c:209:2: note: in expansion of macro 'if' if (!wait_event_interruptible_timeout(priv->adapter->cmd_wait_q, ^~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c:209:7: note: in expansion of macro 'wait_event_interruptible_timeout' if (!wait_event_interruptible_timeout(priv->adapter->cmd_wait_q, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_enable_sco_routing_to_host': /kisskb/src/drivers/bluetooth/btmrvl_main.c:236:5: note: byref variable will be forcibly initialized u8 subcmd = 0; ^~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_set_bdaddr': /kisskb/src/drivers/bluetooth/btmrvl_main.c:571:5: note: byref variable will be forcibly initialized u8 buf[8]; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_check_device_tree': /kisskb/src/drivers/bluetooth/btmrvl_main.c:510:12: note: byref variable will be forcibly initialized u16 gpio, gap; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c:510:6: note: byref variable will be forcibly initialized u16 gpio, gap; ^~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c:508:5: note: byref variable will be forcibly initialized u8 cal_data[BT_CAL_HDR_LEN + BT_CAL_DATA_SIZE]; ^~~~~~~~ /kisskb/src/drivers/thermal/rcar_gen3_thermal.c: In function 'rcar_gen3_thermal_probe': /kisskb/src/drivers/thermal/rcar_gen3_thermal.c:317:6: note: byref variable will be forcibly initialized int ptat[3] = { 2631, 1509, 435 }; ^~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_service_main_thread': /kisskb/src/drivers/bluetooth/btmrvl_main.c:607:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^~~~ /kisskb/src/drivers/usb/core/of.c: In function 'usb_of_get_device_node': /kisskb/src/drivers/usb/core/of.c:28:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/usb/core/of.c: In function 'usb_of_get_interface_node': /kisskb/src/drivers/usb/core/of.c:95:6: note: byref variable will be forcibly initialized u32 reg[2]; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_send_hscfg_cmd': /kisskb/src/drivers/bluetooth/btmrvl_main.c:265:5: note: byref variable will be forcibly initialized u8 param[2]; ^~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_enable_ps': /kisskb/src/drivers/bluetooth/btmrvl_main.c:284:5: note: byref variable will be forcibly initialized u8 param; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/bluetooth/btmrvl_main.c:21: /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_enable_hs': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c:310:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(adapter->event_hs_wait_q, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/net1080.c: In function 'net1080_check_connect': /kisskb/src/drivers/net/usb/net1080.c:308:8: note: byref variable will be forcibly initialized u16 vp; ^~ /kisskb/src/drivers/net/usb/net1080.c: In function 'net1080_reset': /kisskb/src/drivers/net/usb/net1080.c:262:7: note: byref variable will be forcibly initialized u16 vp; ^~ /kisskb/src/drivers/gpu/drm/meson/meson_drv.c: In function 'meson_drv_probe': /kisskb/src/drivers/gpu/drm/meson/meson_drv.c:483:26: note: byref variable will be forcibly initialized struct component_match *match = NULL; ^~~~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada380_init': /kisskb/src/drivers/thermal/armada_thermal.c:221:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_cp110_init': /kisskb/src/drivers/thermal/armada_thermal.c:259:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_ap806_init': /kisskb/src/drivers/thermal/armada_thermal.c:240:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armadaxp_init': /kisskb/src/drivers/thermal/armada_thermal.c:142:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_enable_overheat_interrupt': /kisskb/src/drivers/thermal/armada_thermal.c:290:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada375_init': /kisskb/src/drivers/thermal/armada_thermal.c:190:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada370_init': /kisskb/src/drivers/thermal/armada_thermal.c:169:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_read_sensor': /kisskb/src/drivers/thermal/armada_thermal.c:376:6: note: byref variable will be forcibly initialized u32 reg, div; ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_is_valid': /kisskb/src/drivers/thermal/armada_thermal.c:277:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_set_overheat_thresholds': /kisskb/src/drivers/thermal/armada_thermal.c:504:6: note: byref variable will be forcibly initialized u32 ctrl1; ^~~~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_overheat_isr_thread': /kisskb/src/drivers/thermal/armada_thermal.c:541:6: note: byref variable will be forcibly initialized u32 dummy; ^~~~~ /kisskb/src/drivers/thermal/armada_thermal.c:540:6: note: byref variable will be forcibly initialized int temperature; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'zilog_ir_format': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:502:5: note: byref variable will be forcibly initialized u8 codes[174]; ^~~~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_wait_sensor_validity': /kisskb/src/drivers/thermal/armada_thermal.c:208:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_select_channel': /kisskb/src/drivers/thermal/armada_thermal.c:326:6: note: byref variable will be forcibly initialized u32 ctrl0; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-dln2.c: In function 'dln2_i2c_enable': /kisskb/src/drivers/i2c/busses/i2c-dln2.c:58:4: note: byref variable will be forcibly initialized } tx; ^~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'send_data_block': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:377:5: note: byref variable will be forcibly initialized u8 buf[5], *p; ^~~ /kisskb/src/drivers/i2c/busses/i2c-dln2.c: In function 'dln2_i2c_read': /kisskb/src/drivers/i2c/busses/i2c-dln2.c:116:11: note: byref variable will be forcibly initialized unsigned rx_len = sizeof(*rx); ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-dln2.c:111:13: note: byref variable will be forcibly initialized } __packed tx; ^~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'zilog_tx': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:612:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_haup_common': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:62:16: note: byref variable will be forcibly initialized unsigned char buf[6]; ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_haup_xvr': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:143:16: note: byref variable will be forcibly initialized unsigned char buf[1] = { 0 }; ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_fusionhdtv': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:183:16: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_knc1': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:211:16: note: byref variable will be forcibly initialized unsigned char b; ^ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_pixelview': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:162:16: note: byref variable will be forcibly initialized unsigned char b; ^ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'zilog_init': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:425:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'ir_key_poll': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:289:5: note: byref variable will be forcibly initialized u8 toggle; ^~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:288:6: note: byref variable will be forcibly initialized u32 scancode; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:287:16: note: byref variable will be forcibly initialized enum rc_proto protocol; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_avermedia_cardbus': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:245:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { { .addr = ir->c->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:244:30: note: byref variable will be forcibly initialized unsigned char subaddr, key, keygroup; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:244:25: note: byref variable will be forcibly initialized unsigned char subaddr, key, keygroup; ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:244:16: note: byref variable will be forcibly initialized unsigned char subaddr, key, keygroup; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_set_fmt': /kisskb/src/drivers/media/i2c/ov2659.c:1093:33: note: byref variable will be forcibly initialized const struct ov2659_framesize *size = NULL; ^~~~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_write': /kisskb/src/drivers/media/i2c/ov2659.c:826:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/i2c/ov2659.c:825:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_set_pixel_clock': /kisskb/src/drivers/media/i2c/ov2659.c:936:25: note: byref variable will be forcibly initialized struct sensor_register pll_regs[] = { ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_read': /kisskb/src/drivers/media/i2c/ov2659.c:852:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/i2c/ov2659.c:851:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_set_test_pattern': /kisskb/src/drivers/media/i2c/ov2659.c:1215:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_probe': /kisskb/src/drivers/usb/storage/alauda.c:1231:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_detect': /kisskb/src/drivers/media/i2c/ov2659.c:1357:5: note: byref variable will be forcibly initialized u8 ver = 0; ^~~ /kisskb/src/drivers/media/i2c/ov2659.c:1356:5: note: byref variable will be forcibly initialized u8 pid = 0; ^~~ /kisskb/src/drivers/usb/core/ledtrig-usbport.c: In function 'usbport_trig_port_observed': /kisskb/src/drivers/usb/core/ledtrig-usbport.c:134:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ In file included from /kisskb/src/drivers/usb/storage/alauda.c:22: /kisskb/src/drivers/usb/storage/alauda.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/thermal/da9062-thermal.c: In function 'da9062_thermal_poll_on': /kisskb/src/drivers/thermal/da9062-thermal.c:65:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_get_redu_data': /kisskb/src/drivers/usb/storage/alauda.c:522:16: note: byref variable will be forcibly initialized unsigned char command[] = { ^~~~~~~ /kisskb/src/drivers/thermal/da9062-thermal.c: In function 'da9062_thermal_probe': /kisskb/src/drivers/thermal/da9062-thermal.c:194:15: note: byref variable will be forcibly initialized unsigned int pp_tmp = DA9062_DEFAULT_POLLING_MS_PERIOD; ^~~~~~ /kisskb/src/drivers/usb/storage/cypress_atacb.c: In function 'cypress_probe': /kisskb/src/drivers/usb/storage/cypress_atacb.c:244:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/usb/storage/cypress_atacb.c: In function 'cypress_atacb_passthrough': /kisskb/src/drivers/usb/storage/cypress_atacb.c:166:17: note: byref variable will be forcibly initialized unsigned char regs[8]; ^~~~ /kisskb/src/drivers/usb/storage/cypress_atacb.c:165:23: note: byref variable will be forcibly initialized struct scsi_eh_save ses; ^~~ /kisskb/src/drivers/usb/storage/cypress_atacb.c:75:16: note: byref variable will be forcibly initialized unsigned char save_cmnd[MAX_COMMAND_SIZE]; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_read_block_raw': /kisskb/src/drivers/usb/storage/alauda.c:724:16: note: byref variable will be forcibly initialized unsigned char command[] = { ^~~~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_check_status2': /kisskb/src/drivers/usb/storage/alauda.c:496:16: note: byref variable will be forcibly initialized unsigned char data[3]; ^~~~ /kisskb/src/drivers/usb/storage/alauda.c:492:16: note: byref variable will be forcibly initialized unsigned char command[] = { ^~~~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_write_block': /kisskb/src/drivers/usb/storage/alauda.c:775:16: note: byref variable will be forcibly initialized unsigned char command[] = { ^~~~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_erase_block': /kisskb/src/drivers/usb/storage/alauda.c:698:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/usb/storage/alauda.c:694:16: note: byref variable will be forcibly initialized unsigned char command[] = { ^~~~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_read_data': /kisskb/src/drivers/usb/storage/alauda.c:916:22: note: byref variable will be forcibly initialized struct scatterlist *sg; ^~ /kisskb/src/drivers/usb/storage/alauda.c:910:26: note: byref variable will be forcibly initialized unsigned int page, len, offset; ^~~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_check_media': /kisskb/src/drivers/usb/storage/alauda.c:455:16: note: byref variable will be forcibly initialized unsigned char status[2]; ^~~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_write_lba': /kisskb/src/drivers/usb/storage/alauda.c:805:16: note: byref variable will be forcibly initialized unsigned char ecc[3]; ^~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_write_data': /kisskb/src/drivers/usb/storage/alauda.c:1009:22: note: byref variable will be forcibly initialized struct scatterlist *sg; ^~ /kisskb/src/drivers/usb/storage/alauda.c:1004:26: note: byref variable will be forcibly initialized unsigned int page, len, offset; ^~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c: In function 'xgbe_an37_init': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c:946:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings lks; ^~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c: In function 'xgbe_an73_init': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c:995:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings lks; ^~~ /kisskb/src/drivers/usb/storage/datafab.c: In function 'datafab_probe': /kisskb/src/drivers/usb/storage/datafab.c:725:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/usb/storage/datafab.c: In function 'datafab_read_data': /kisskb/src/drivers/usb/storage/datafab.c:146:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/datafab.c:145:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/datafab.c: In function 'datafab_write_data': /kisskb/src/drivers/usb/storage/datafab.c:230:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/datafab.c:229:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c: In function 'xgbe_phy_status': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c:1333:6: note: byref variable will be forcibly initialized int an_restart; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/hi556.c: In function 'hi556_write_reg': /kisskb/src/drivers/media/i2c/hi556.c:542:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/i2c/hi556.c: In function 'hi556_check_hwcfg': /kisskb/src/drivers/media/i2c/hi556.c:1031:6: note: byref variable will be forcibly initialized u32 mclk; ^~~~ /kisskb/src/drivers/media/i2c/hi556.c: In function 'hi556_read_reg': /kisskb/src/drivers/media/i2c/hi556.c:513:5: note: byref variable will be forcibly initialized u8 addr_buf[2]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/hi556.c:512:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/hi556.c: In function 'hi556_identify_module': /kisskb/src/drivers/media/i2c/hi556.c:1008:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/hi556.c: In function 'hi556_test_pattern': /kisskb/src/drivers/media/i2c/hi556.c:603:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/usb/storage/freecom.c: In function 'freecom_probe': /kisskb/src/drivers/usb/storage/freecom.c:546:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/usb/storage/freecom.c: In function 'freecom_transport': /kisskb/src/drivers/usb/storage/freecom.c:227:15: note: byref variable will be forcibly initialized unsigned int partial; ^~~~~~~ /kisskb/src/drivers/media/i2c/imx214.c: In function 'imx214_write_table': /kisskb/src/drivers/media/i2c/imx214.c:693:5: note: byref variable will be forcibly initialized u8 vals[MAX_CMD]; ^~~~ /kisskb/src/drivers/media/i2c/imx214.c: In function 'imx214_set_ctrl': /kisskb/src/drivers/media/i2c/imx214.c:656:5: note: byref variable will be forcibly initialized u8 vals[2]; ^~~~ /kisskb/src/drivers/media/i2c/imx214.c: In function 'imx214_g_register': /kisskb/src/drivers/media/i2c/imx214.c:517:15: note: byref variable will be forcibly initialized unsigned int aux; ^~~ /kisskb/src/drivers/thermal/uniphier_thermal.c: In function 'uniphier_tm_get_temp': /kisskb/src/drivers/thermal/uniphier_thermal.c:195:6: note: byref variable will be forcibly initialized u32 temp; ^~~~ /kisskb/src/drivers/thermal/uniphier_thermal.c: In function 'uniphier_tm_initialize_sensor': /kisskb/src/drivers/thermal/uniphier_thermal.c:95:6: note: byref variable will be forcibly initialized u32 tmod_calib[2]; ^~~~~~~~~~ /kisskb/src/drivers/thermal/uniphier_thermal.c:94:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/imx219.c: In function 'imx219_write_reg': /kisskb/src/drivers/media/i2c/imx219.c:616:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/i2c/imx219.c: In function 'imx219_read_reg': /kisskb/src/drivers/media/i2c/imx219.c:584:5: note: byref variable will be forcibly initialized u8 addr_buf[2] = { reg >> 8, reg & 0xff }; ^~~~~~~~ /kisskb/src/drivers/media/i2c/imx219.c:583:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/imx219.c: In function 'imx219_identify_module': /kisskb/src/drivers/media/i2c/imx219.c:1229:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/imx219.c: In function 'imx219_init_controls': /kisskb/src/drivers/media/i2c/imx219.c:1281:39: note: byref variable will be forcibly initialized struct v4l2_fwnode_device_properties props; ^~~~~ /kisskb/src/drivers/thermal/amlogic_thermal.c: In function 'amlogic_thermal_get_temp': /kisskb/src/drivers/thermal/amlogic_thermal.c:184:15: note: byref variable will be forcibly initialized unsigned int tval; ^~~~ /kisskb/src/drivers/media/i2c/imx258.c: In function 'imx258_write_reg': /kisskb/src/drivers/media/i2c/imx258.c:672:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c: In function 'aq_ethtool_set_eee': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:724:12: note: byref variable will be forcibly initialized u32 rate, supported_rates; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:724:6: note: byref variable will be forcibly initialized u32 rate, supported_rates; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c: In function 'aq_ethtool_get_eee': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:692:12: note: byref variable will be forcibly initialized u32 rate, supported_rates; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:692:6: note: byref variable will be forcibly initialized u32 rate, supported_rates; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-parport.c: In function 'i2c_parport_attach': /kisskb/src/drivers/i2c/busses/i2c-parport.c:268:19: note: byref variable will be forcibly initialized struct pardev_cb i2c_parport_cb; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/imx258.c: In function 'imx258_read_reg': /kisskb/src/drivers/media/i2c/imx258.c:640:5: note: byref variable will be forcibly initialized u8 addr_buf[2] = { reg >> 8, reg & 0xff }; ^~~~~~~~ /kisskb/src/drivers/media/i2c/imx258.c:639:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c: In function 'aq_ethtool_get_strings': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:257:8: note: byref variable will be forcibly initialized char tc_string[8]; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/imx258.c: In function 'imx258_identify_module': /kisskb/src/drivers/media/i2c/imx258.c:1108:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/imx258.c: In function 'imx258_probe': /kisskb/src/drivers/media/i2c/imx258.c:1256:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/media/i2c/imx290.c: In function 'imx290_probe': /kisskb/src/drivers/media/i2c/imx290.c:938:6: note: byref variable will be forcibly initialized u32 xclk_freq; ^~~~~~~~~ /kisskb/src/drivers/net/usb/rndis_host.c: In function 'rndis_command': /kisskb/src/drivers/net/usb/rndis_host.c:97:8: note: byref variable will be forcibly initialized int partial; ^~~~~~~ /kisskb/src/drivers/net/usb/rndis_host.c:94:30: note: byref variable will be forcibly initialized struct usb_cdc_notification notification; ^~~~~~~~~~~~ /kisskb/src/drivers/net/usb/rndis_host.c: In function 'generic_rndis_bind': /kisskb/src/drivers/net/usb/rndis_host.c:307:18: note: byref variable will be forcibly initialized unsigned char *bp; ^~ /kisskb/src/drivers/net/usb/rndis_host.c:306:8: note: byref variable will be forcibly initialized int reply_len; ^~~~~~~~~ /kisskb/src/drivers/net/usb/rndis_host.c:305:25: note: byref variable will be forcibly initialized __le32 phym_unspec, *phym; ^~~~ /kisskb/src/drivers/net/usb/rndis_host.c:305:11: note: byref variable will be forcibly initialized __le32 phym_unspec, *phym; ^~~~~~~~~~~ /kisskb/src/drivers/usb/storage/jumpshot.c: In function 'jumpshot_probe': /kisskb/src/drivers/usb/storage/jumpshot.c:651:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/usb/storage/jumpshot.c: In function 'jumpshot_read_data': /kisskb/src/drivers/usb/storage/jumpshot.c:164:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/jumpshot.c:163:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/jumpshot.c: In function 'jumpshot_write_data': /kisskb/src/drivers/usb/storage/jumpshot.c:241:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/jumpshot.c:240:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/image/microtek.c: In function 'mts_usb_probe': /kisskb/src/drivers/usb/image/microtek.c:661:6: note: byref variable will be forcibly initialized int ep_in_set[3]; /* this will break if we have more than three endpoints ^~~~~~~~~ /kisskb/src/drivers/usb/storage/karma.c: In function 'karma_probe': /kisskb/src/drivers/usb/storage/karma.c:202:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/adutux.c:136:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(dev->write_wait, dev->out_urb_finished, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/imx319.c: In function 'imx319_write_reg': /kisskb/src/drivers/media/i2c/imx319.c:1824:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/unaligned/packed_struct.h:4, from /kisskb/src/include/asm-generic/unaligned.h:9, from ./arch/arm64/include/generated/asm/unaligned.h:1, from /kisskb/src/drivers/media/i2c/imx319.c:4: /kisskb/src/drivers/media/i2c/imx319.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/media/i2c/imx319.c:5: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/i2c/imx319.c: In function 'imx319_read_reg': /kisskb/src/drivers/media/i2c/imx319.c:1791:5: note: byref variable will be forcibly initialized u8 addr_buf[2]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/imx319.c:1790:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/imx319.c: In function 'imx319_identify_module': /kisskb/src/drivers/media/i2c/imx319.c:2214:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_bulk_transport': /kisskb/src/drivers/usb/storage/realtek_cr.c:209:15: note: byref variable will be forcibly initialized unsigned int cswlen; ^~~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_check_status': /kisskb/src/drivers/usb/storage/realtek_cr.c:451:5: note: byref variable will be forcibly initialized u8 buf[16]; ^~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'fw5895_init': /kisskb/src/drivers/usb/storage/realtek_cr.c:699:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'enable_oscillator': /kisskb/src/drivers/usb/storage/realtek_cr.c:481:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_bulk_transport_special': /kisskb/src/drivers/usb/storage/realtek_cr.c:298:15: note: byref variable will be forcibly initialized unsigned int cswlen; ^~~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'do_config_autodelink': /kisskb/src/drivers/usb/storage/realtek_cr.c:533:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'config_autodelink_after_power_on': /kisskb/src/drivers/usb/storage/realtek_cr.c:562:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'config_autodelink_before_power_down': /kisskb/src/drivers/usb/storage/realtek_cr.c:629:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'realtek_cr_probe': /kisskb/src/drivers/usb/storage/realtek_cr.c:1036:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/media/i2c/imx334.c: In function 'imx334_detect': /kisskb/src/drivers/media/i2c/imx334.c:755:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c: In function 'btmrvl_hscfgcmd_write': /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c:38:7: note: byref variable will be forcibly initialized long result, ret; ^~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c: In function 'btmrvl_hscmd_write': /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c:118:7: note: byref variable will be forcibly initialized long result, ret; ^~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c: In function 'btmrvl_pscmd_write': /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c:78:7: note: byref variable will be forcibly initialized long result, ret; ^~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c: In function 'btmrvl_hscfgcmd_read': /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c:58:7: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c: In function 'btmrvl_hscmd_read': /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c:137:7: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c: In function 'btmrvl_pscmd_read': /kisskb/src/drivers/bluetooth/btmrvl_debugfs.c:99:7: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/drivers/i2c/busses/i2c-cros-ec-tunnel.c: In function 'ec_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-cros-ec-tunnel.c:247:6: note: byref variable will be forcibly initialized u32 remote_bus; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/imx335.c: In function 'imx335_detect': /kisskb/src/drivers/media/i2c/imx335.c:749:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_probe': /kisskb/src/drivers/usb/storage/sddr09.c:1751:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ In file included from /kisskb/src/drivers/usb/storage/sddr09.c:33: /kisskb/src/drivers/usb/storage/sddr09.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_get_wp': /kisskb/src/drivers/usb/storage/sddr09.c:1096:16: note: byref variable will be forcibly initialized unsigned char status; ^~~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_get_cardinfo': /kisskb/src/drivers/usb/storage/sddr09.c:1140:7: note: byref variable will be forcibly initialized char blurbtxt[256]; ^~~~~~~~ /kisskb/src/drivers/usb/storage/sddr09.c:1139:16: note: byref variable will be forcibly initialized unsigned char deviceID[4]; ^~~~~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_read_data': /kisskb/src/drivers/usb/storage/sddr09.c:741:22: note: byref variable will be forcibly initialized struct scatterlist *sg; ^~ /kisskb/src/drivers/usb/storage/sddr09.c:740:20: note: byref variable will be forcibly initialized unsigned int len, offset; ^~~~~~ /kisskb/src/drivers/media/i2c/imx355.c: In function 'imx355_write_reg': /kisskb/src/drivers/media/i2c/imx355.c:1124:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_write_lba': /kisskb/src/drivers/usb/storage/sddr09.c:860:16: note: byref variable will be forcibly initialized unsigned char ecc[3]; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/unaligned/packed_struct.h:4, from /kisskb/src/include/asm-generic/unaligned.h:9, from ./arch/arm64/include/generated/asm/unaligned.h:1, from /kisskb/src/drivers/media/i2c/imx355.c:4: /kisskb/src/drivers/media/i2c/imx355.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/media/i2c/imx355.c:5: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_write_data': /kisskb/src/drivers/usb/storage/sddr09.c:968:22: note: byref variable will be forcibly initialized struct scatterlist *sg; ^~ /kisskb/src/drivers/usb/storage/sddr09.c:967:20: note: byref variable will be forcibly initialized unsigned int len, offset; ^~~~~~ /kisskb/src/drivers/media/i2c/imx355.c: In function 'imx355_read_reg': /kisskb/src/drivers/media/i2c/imx355.c:1091:5: note: byref variable will be forcibly initialized u8 addr_buf[2]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/imx355.c:1090:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/imx355.c: In function 'imx355_identify_module': /kisskb/src/drivers/media/i2c/imx355.c:1515:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/drivers/opp/core.c:16: /kisskb/src/drivers/opp/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_read_rx_len': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:382:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_read_fw_status': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:362:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_get_rx_unit': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:350:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_disable_host_int_mask': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:409:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_write_to_clear': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:884:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_enable_host_int_mask': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:394:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_wakeup_fw': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:1224:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_dump_regs': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:1247:7: note: byref variable will be forcibly initialized char buf[256], *ptr; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:1245:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_rdwr_firmware': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:1297:6: note: byref variable will be forcibly initialized int ret, tries; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_coredump': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:1347:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ 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:192:20: note: byref variable will be forcibly initialized struct virtqueue *vq; ^~ /kisskb/src/include/linux/virtio_config.h:191:14: note: byref variable will be forcibly initialized const char *names[] = { n }; ^~~~~ /kisskb/src/include/linux/virtio_config.h:190:17: note: byref variable will be forcibly initialized 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_card_to_host': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:716:6: note: byref variable will be forcibly initialized u16 buf_len = 0; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_i2c_prepare_reqs': /kisskb/src/drivers/i2c/busses/i2c-virtio.c:59:48: note: byref variable will be forcibly initialized struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:59:39: note: byref variable will be forcibly initialized struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:59:30: note: byref variable will be forcibly initialized struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:59:22: note: byref variable will be forcibly initialized struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_register_dev': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:951:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_i2c_complete_reqs': /kisskb/src/drivers/i2c/busses/i2c-virtio.c:114:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_interrupt': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:917:5: note: byref variable will be forcibly initialized u8 ireg = 0; ^~~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_poll_card_status': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:430:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_download_helper': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:475:25: note: byref variable will be forcibly initialized const struct firmware *fw_helper = NULL; ^~~~~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_download_fw_w_helper': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:575:31: note: byref variable will be forcibly initialized int firmwarelen, tmpfwbufsz, ret; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:573:25: note: byref variable will be forcibly initialized const struct firmware *fw_firmware = NULL; ^~~~~~~~~~~ /kisskb/src/drivers/opp/core.c: In function '_find_current_opp': /kisskb/src/drivers/opp/core.c:945:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_verify_fw_download': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:453:6: note: byref variable will be forcibly initialized u16 firmwarestat; ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_sdio.c: In function 'btmrvl_sdio_download_fw': /kisskb/src/drivers/bluetooth/btmrvl_sdio.c:1157:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_set_rate': /kisskb/src/drivers/opp/core.c:1094:26: note: byref variable will be forcibly initialized unsigned long freq = 0, temp_freq; ^~~~~~~~~ /kisskb/src/drivers/opp/core.c: In function '_opp_add': /kisskb/src/drivers/opp/core.c:1708:20: note: byref variable will be forcibly initialized struct list_head *head; ^~~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'vbus_store': /kisskb/src/drivers/usb/musb/musb_core.c:1901:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'srp_store': /kisskb/src/drivers/usb/musb/musb_core.c:1956:17: note: byref variable will be forcibly initialized unsigned short srp; ^~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'musb_core_init': /kisskb/src/drivers/usb/musb/musb_core.c:1599:7: note: byref variable will be forcibly initialized char aInfo[90]; ^~~~~ /kisskb/src/drivers/media/i2c/max9286.c: In function 'max9286_parse_dt': /kisskb/src/drivers/media/i2c/max9286.c:1188:32: note: byref variable will be forcibly initialized struct v4l2_fwnode_endpoint vep = { ^~~ /kisskb/src/drivers/media/i2c/max9286.c:1174:22: note: byref variable will be forcibly initialized struct of_endpoint ep; ^~ /kisskb/src/drivers/media/i2c/max9286.c:1155:7: note: byref variable will be forcibly initialized u32 id = 0; ^~ /kisskb/src/drivers/media/i2c/max9286.c:1143:6: note: byref variable will be forcibly initialized u32 reverse_channel_microvolt; ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'musb_interrupt': /kisskb/src/drivers/usb/musb/musb_core.c:1729:16: note: byref variable will be forcibly initialized unsigned long status; ^~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c: In function 'aq_hwmon_read': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c:32:6: note: byref variable will be forcibly initialized int temp; ^~~~ /kisskb/src/drivers/media/i2c/rdacm20.c: In function '__ov10635_write': /kisskb/src/drivers/media/i2c/rdacm20.c:357:5: note: byref variable will be forcibly initialized u8 buf[3] = { reg >> 8, reg & 0xff, val }; ^~~ /kisskb/src/drivers/media/i2c/rdacm20.c: In function 'ov10635_read16': /kisskb/src/drivers/media/i2c/rdacm20.c:335:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg >> 8, reg & 0xff }; ^~~ /kisskb/src/drivers/media/i2c/st-mipid02.c: In function 'mipid02_write_reg': /kisskb/src/drivers/media/i2c/st-mipid02.c:251:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/i2c/st-mipid02.c:250:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/st-mipid02.c: In function 'mipid02_read_reg': /kisskb/src/drivers/media/i2c/st-mipid02.c:221:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/i2c/st-mipid02.c:220:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/i2c/st-mipid02.c: In function 'mipid02_detect': /kisskb/src/drivers/media/i2c/st-mipid02.c:337:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_probe': /kisskb/src/drivers/net/usb/mcs7830.c: In function 'mcs7830_write_phy': /kisskb/src/drivers/net/usb/mcs7830.c:213:5: note: byref variable will be forcibly initialized u8 cmd[2] = { ^~~ /kisskb/src/drivers/net/usb/mcs7830.c:211:9: note: byref variable will be forcibly initialized __le16 le_val; ^~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1836:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/net/usb/mcs7830.c: In function 'mcs7830_read_phy': /kisskb/src/drivers/net/usb/mcs7830.c:173:5: note: byref variable will be forcibly initialized u8 cmd[2] = { ^~~ /kisskb/src/drivers/net/usb/mcs7830.c:171:9: note: byref variable will be forcibly initialized __le16 val; ^~~ /kisskb/src/drivers/net/usb/mcs7830.c: In function 'mcs7830_get_rev': /kisskb/src/drivers/net/usb/mcs7830.c:279:5: note: byref variable will be forcibly initialized u8 dummy[2]; ^~~~~ /kisskb/src/drivers/net/usb/mcs7830.c: In function 'mcs7830_rev_C_fixup': /kisskb/src/drivers/net/usb/mcs7830.c:292:5: note: byref variable will be forcibly initialized u8 pause_threshold = HIF_REG_PAUSE_THRESHOLD_DEFAULT; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_identify_device': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:980:16: note: byref variable will be forcibly initialized unsigned char status; ^~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_flash_get_sector_count': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1061:16: note: byref variable will be forcibly initialized unsigned char status; ^~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1059:17: note: byref variable will be forcibly initialized unsigned char command[3] = { 0x01, 0xA0, 0xEC }; ^~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1054:16: note: byref variable will be forcibly initialized unsigned char registers[3] = { ^~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_flash_read_data': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1127:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1126:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1121:16: note: byref variable will be forcibly initialized unsigned char command[7]; ^~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1112:16: note: byref variable will be forcibly initialized unsigned char registers[7] = { ^~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_flash_write_data': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1218:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1217:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1212:16: note: byref variable will be forcibly initialized unsigned char command[7]; ^~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1203:16: note: byref variable will be forcibly initialized unsigned char registers[7] = { ^~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_hp8200e_handle_read10': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1298:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1297:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_hp8200e_transport': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1557:16: note: byref variable will be forcibly initialized unsigned char data[32]; ^~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1556:16: note: byref variable will be forcibly initialized unsigned char registers[32]; ^~~~~~~~~ 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:25: note: byref variable will be forcibly initialized const struct firmware *lfw; ^~~ /kisskb/src/drivers/usb/misc/emi26.c: In function 'emi26_load_firmware': /kisskb/src/drivers/usb/misc/emi26.c:75:25: note: byref variable will be forcibly initialized const struct firmware *firmware_fw = NULL; ^~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi26.c:74:25: note: byref variable will be forcibly initialized const struct firmware *bitstream_fw = NULL; ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi26.c:73:25: note: byref variable will be forcibly initialized const struct firmware *loader_fw = NULL; ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/composite.c: In function 'bos_desc': /kisskb/src/drivers/usb/gadget/composite.c:666:31: note: byref variable will be forcibly initialized struct usb_dcd_config_params dcd_config_params; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/usb/usbnet.c:25: /kisskb/src/drivers/net/usb/usbnet.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_MaxPower_store': /kisskb/src/drivers/usb/gadget/configfs.c:514:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdUSB_store': /kisskb/src/drivers/usb/gadget/configfs.c:214:6: note: byref variable will be forcibly initialized u16 bcdUSB; ^~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdDevice_store': /kisskb/src/drivers/usb/gadget/configfs.c:197:6: note: byref variable will be forcibly initialized u16 bcdDevice; ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idProduct_store': /kisskb/src/drivers/usb/gadget/configfs.c:159:6: note: byref variable will be forcibly initialized u16 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:178:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(idProduct, u16); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idVendor_store': /kisskb/src/drivers/usb/gadget/configfs.c:159:6: note: byref variable will be forcibly initialized u16 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:177:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(idVendor, u16); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/usbnet.c: In function 'usbnet_get_ethernet_addr': /kisskb/src/drivers/net/usb/usbnet.c:169:16: note: byref variable will be forcibly initialized unsigned char buf [13]; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_type_store': /kisskb/src/drivers/usb/gadget/configfs.c:965:5: note: byref variable will be forcibly initialized u8 type; ^~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_b_vendor_code_store': /kisskb/src/drivers/usb/gadget/configfs.c:824:5: note: byref variable will be forcibly initialized u8 b_vendor_code; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_bmAttributes_store': /kisskb/src/drivers/usb/gadget/configfs.c:535:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bMaxPacketSize0_store': /kisskb/src/drivers/usb/gadget/configfs.c:146:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:176:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bMaxPacketSize0, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceProtocol_store': /kisskb/src/drivers/usb/gadget/configfs.c:146:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bDeviceProtocol, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceSubClass_store': /kisskb/src/drivers/usb/gadget/configfs.c:146:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:174:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bDeviceSubClass, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceClass_store': /kisskb/src/drivers/usb/gadget/configfs.c:146:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:173:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bDeviceClass, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/arch/arm64/include/asm/stat.h:12, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/configfs.h:22, from /kisskb/src/drivers/usb/gadget/configfs.c:2: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/usb/gadget/configfs.c:4: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/configfs.c:10: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_make': /kisskb/src/drivers/usb/gadget/configfs.c:1078:12: note: byref variable will be forcibly initialized vla_group(data_chunk); ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' #define vla_group(groupname) size_t groupname##__next = 0 ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_use_store': /kisskb/src/drivers/usb/gadget/configfs.c:800:7: note: byref variable will be forcibly initialized bool use; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'config_desc_make': /kisskb/src/drivers/usb/gadget/configfs.c:679:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:677:7: note: byref variable will be forcibly initialized char buf[MAX_NAME_LEN]; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'function_make': /kisskb/src/drivers/usb/gadget/configfs.c:583:7: note: byref variable will be forcibly initialized char buf[MAX_NAME_LEN]; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'check_user_usb_string': /kisskb/src/drivers/usb/gadget/configfs.c:16:6: note: byref variable will be forcibly initialized u16 num; ^~~ In file included from /kisskb/src/drivers/usb/gadget/configfs.c:10: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'usb_os_desc_prepare_interf_dir': /kisskb/src/drivers/usb/gadget/configfs.c:1206:12: note: byref variable will be forcibly initialized vla_group(data_chunk); ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' #define vla_group(groupname) size_t groupname##__next = 0 ^~~~~~~~~ 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:264, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'i2c_mux_gpio_set': /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:27:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, BITS_PER_TYPE(val)); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ In file included from /kisskb/src/include/linux/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 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/usb/kalmia.c: In function 'kalmia_send_init_packet': /kisskb/src/drivers/net/usb/kalmia.c:59:6: note: byref variable will be forcibly initialized int act_len; ^~~~~~~ /kisskb/src/drivers/net/usb/kalmia.c: In function 'kalmia_bind': /kisskb/src/drivers/net/usb/kalmia.c:134:5: note: byref variable will be forcibly initialized u8 ethernet_addr[ETH_ALEN]; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/meson/meson_venc.c: In function 'meson_venc_hdmi_mode_set': /kisskb/src/drivers/gpu/drm/meson/meson_venc.c:954:29: note: byref variable will be forcibly initialized union meson_hdmi_venc_mode vmode_dmt; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c: In function 'meson_venci_cvbs_clock_config': /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:242:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c: In function 'meson_hdmi_pll_set_params': /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:494:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_filters.c: In function 'aq_add_del_fether': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_filters.c:333:25: note: byref variable will be forcibly initialized struct aq_rx_filter_l2 data; ^~~~ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c: In function 'meson_hdmi_pll_generic_set': /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:746:22: note: byref variable will be forcibly initialized unsigned int od, m, frac, od1, od2, od3; ^~~~ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:746:19: note: byref variable will be forcibly initialized unsigned int od, m, frac, od1, od2, od3; ^ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:746:15: note: byref variable will be forcibly initialized unsigned int od, m, frac, od1, od2, od3; ^~ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c: In function 'meson_vclk_dmt_supported_freq': /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:723:22: note: byref variable will be forcibly initialized unsigned int od, m, frac; ^~~~ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:723:19: note: byref variable will be forcibly initialized unsigned int od, m, frac; ^ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:723:15: note: byref variable will be forcibly initialized unsigned int od, m, frac; ^~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_filters.c: In function 'aq_add_del_fl3l4': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_filters.c:578:27: note: byref variable will be forcibly initialized struct aq_rx_filter_l3l4 data; ^~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/fs/xfs/xfs_linux.h:10, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ 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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_filters.c: In function 'aq_del_fvlan_by_vlan': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/aq_filters.c:444:24: note: byref variable will be forcibly initialized struct ethtool_rxnfc cmd; ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_verify': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:302:11: note: byref variable will be forcibly initialized __u32 last_hashval = 0; ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:295:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_create': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1255:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1252:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_compact': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1567:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr_src; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_add': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:725:28: note: byref variable will be forcibly initialized struct xfs_attr_sf_entry *sfe; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_sf_removename': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:789:17: note: byref variable will be forcibly initialized unsigned int base; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:787:28: note: byref variable will be forcibly initialized struct xfs_attr_sf_entry *sfe; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_allfit': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:982:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_to_shortform': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1101:21: note: byref variable will be forcibly initialized struct xfs_da_args nargs; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1098:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_to_node': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1187:15: note: byref variable will be forcibly initialized xfs_dablk_t blkno; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1186:19: note: byref variable will be forcibly initialized struct xfs_buf *bp2 = NULL; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1185:19: note: byref variable will be forcibly initialized struct xfs_buf *bp1 = NULL; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1181:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr icnodehdr; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1179:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr icleafhdr; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_leaf_order': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1646:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr2; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1645:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr1; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2025:31: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr2; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1969:8: note: byref variable will be forcibly initialized int retval; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1964:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1963:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_remove': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2089:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2290:31: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr tmphdr; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2246:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr savehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2245:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr drophdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2369:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_getvalue': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2476:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_leaf_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2664:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1680:8: note: byref variable will be forcibly initialized int totallen; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1679:8: note: byref variable will be forcibly initialized int count; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1676:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr2; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1675:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr1; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_add_work': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1448:8: note: byref variable will be forcibly initialized 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:1363:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:911:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:910:16: note: byref variable will be forcibly initialized xfs_dablk_t blkno; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:907:22: note: byref variable will be forcibly initialized struct xfs_da_args nargs; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_split': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1304:14: note: byref variable will be forcibly initialized xfs_dablk_t blkno; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_clearflag': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2743:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2740:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_setflag': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2809:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2806:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_flipflags': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2865:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr2; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2864:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr1; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2861:19: note: byref variable will be forcibly initialized struct xfs_buf *bp2; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2860:19: note: byref variable will be forcibly initialized struct xfs_buf *bp1; ^~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_i2c_write': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:461:21: note: byref variable will be forcibly initialized struct xgbe_i2c_op i2c_op; ^~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_sfp_eeprom_info': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:1198:24: note: byref variable will be forcibly initialized struct xgbe_sfp_ascii sfp_ascii; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_sfp_get_mux': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:537:5: note: byref variable will be forcibly initialized u8 mux_channel; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:536:21: note: byref variable will be forcibly initialized struct xgbe_i2c_op i2c_op; ^~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_i2c_read': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:482:21: note: byref variable will be forcibly initialized struct xgbe_i2c_op i2c_op; ^~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_sfp_put_mux': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:518:5: note: byref variable will be forcibly initialized u8 mux_channel; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:517:21: note: byref variable will be forcibly initialized struct xgbe_i2c_op i2c_op; ^~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_redrv_write': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:402:5: note: byref variable will be forcibly initialized u8 redrv_data[5], csum; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:400:21: note: byref variable will be forcibly initialized struct xgbe_i2c_op i2c_op; ^~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_sfp_signals': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:1300:15: note: byref variable will be forcibly initialized u8 gpio_reg, gpio_ports[2]; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:1300:5: note: byref variable will be forcibly initialized u8 gpio_reg, gpio_ports[2]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_i2c_mii_read': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:680:5: note: byref variable will be forcibly initialized u8 mii_reg; ^~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:679:9: note: byref variable will be forcibly initialized __be16 mii_val; ^~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_i2c_mdio_reset': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:2715:30: note: byref variable will be forcibly initialized u8 gpio_reg, gpio_ports[2], gpio_data[3]; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:2715:15: note: byref variable will be forcibly initialized u8 gpio_reg, gpio_ports[2], gpio_data[3]; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:2715:5: note: byref variable will be forcibly initialized u8 gpio_reg, gpio_ports[2], gpio_data[3]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_i2c_mii_write': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:620:5: note: byref variable will be forcibly initialized u8 mii_data[3]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_module_eeprom': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:1381:18: note: byref variable will be forcibly initialized u8 eeprom_addr, eeprom_data[XGBE_SFP_EEPROM_MAX]; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:1381:5: note: byref variable will be forcibly initialized u8 eeprom_addr, eeprom_data[XGBE_SFP_EEPROM_MAX]; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-platform.c: In function 'xgbe_platform_probe': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-platform.c:304:14: note: byref variable will be forcibly initialized const char *phy_mode; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c: In function 'xgbe_phy_sfp_read_eeprom': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:1241:5: note: byref variable will be forcibly initialized u8 eeprom_addr; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c:1240:25: note: byref variable will be forcibly initialized struct xgbe_sfp_eeprom sfp_eeprom; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_set_model_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:581:11: note: byref variable will be forcibly initialized uint16_t board_id_string[8]; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/misc/ezusb.c:13: /kisskb/src/drivers/usb/misc/ezusb.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized const struct firmware *lfw; ^~~ /kisskb/src/drivers/usb/misc/ezusb.c: In function 'ezusb_ihex_firmware_download': /kisskb/src/drivers/usb/misc/ezusb.c:63:25: note: byref variable will be forcibly initialized const struct firmware *firmware = NULL; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_iocb.c: In function 'qla4xxx_send_marker_iocb': /kisskb/src/drivers/scsi/qla4xxx/ql4_iocb.c:87:28: note: byref variable will be forcibly initialized struct qla4_marker_entry *marker_entry; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_iocb.c: In function 'qla4xxx_ping_iocb': /kisskb/src/drivers/scsi/qla4xxx/ql4_iocb.c:509:11: note: byref variable will be forcibly initialized uint32_t in_mbox[8]; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_get_sys_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:150:13: note: byref variable will be forcibly initialized dma_addr_t sys_info_dma; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_alloc_fw_dump': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:310:13: note: byref variable will be forcibly initialized dma_addr_t md_tmp_dma; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c: In function 'xgbe_common_write': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c:151:7: note: byref variable will be forcibly initialized char workarea[32]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c: In function 'xi2c_reg_value_write': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c:413:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c: In function 'xprop_reg_value_write': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c:353:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c: In function 'xpcs_reg_value_write': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c:285:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c: In function 'xgmac_reg_value_write': /kisskb/src/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c:208:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_pci_config': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:660:11: note: byref variable will be forcibly initialized uint16_t w; ^ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_free_ddb_index': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:917:22: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:917:11: note: byref variable will be forcibly initialized uint32_t state = 0, conn_err = 0; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:916:20: note: byref variable will be forcibly initialized uint32_t idx = 0, next_idx = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_login_flash_ddb': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:1210:11: note: byref variable will be forcibly initialized uint32_t mbx_sts = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:1209:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_dma; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_84xx_extend_idc_tmo': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1864:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1863:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_minidump_template': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:287:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:286:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_req_template_size': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:318:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:317:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_initialize_fw_cb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:624:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:623:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:622:13: note: byref variable will be forcibly initialized dma_addr_t init_fw_cb_dma; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_dhcp_ip_address': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:706:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:705:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:704:13: note: byref variable will be forcibly initialized dma_addr_t init_fw_cb_dma; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_firmware_state': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:743:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:742:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_firmware_status': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:774:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:773:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_fwddb_entry': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:835:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:834:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_conn_open': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:918:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:917:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_set_ddb_entry': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:949:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:948:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_session_logout_ddb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:979:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:978:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_crash_record': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1015:13: note: byref variable will be forcibly initialized dma_addr_t crash_record_dma = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1013:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1012:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_conn_event_log': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1073:13: note: byref variable will be forcibly initialized dma_addr_t event_log_dma = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1071:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1070:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_abort_task': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1170:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1169:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_reset_lun': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1226:11: note: byref variable will be forcibly initialized uint32_t scsi_lun[2]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1225:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1224:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_reset_target': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1271:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1270:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_flash': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1301:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1300:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_about_firmware': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1335:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1334:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1333:13: note: byref variable will be forcibly initialized dma_addr_t about_fw_dma; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_default_ddb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1399:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1398:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_req_ddb_entry': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1423:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1422:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_clear_ddb_entry': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1446:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1445:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_set_flash': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1468:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1467:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_chap': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1580:13: note: byref variable will be forcibly initialized dma_addr_t chap_dma; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_set_chap': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1643:13: note: byref variable will be forcibly initialized dma_addr_t chap_dma; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_conn_close_sess_logout': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1834:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1833:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_disable_acb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1896:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1895:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_acb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1935:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1934:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_set_param_ddbentry': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1996:11: note: byref variable will be forcibly initialized uint16_t idx, *ptid; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1988:13: note: byref variable will be forcibly initialized dma_addr_t fw_ddb_entry_dma; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_isr.c: In function 'qla4xxx_isr_decode_mailbox': /kisskb/src/drivers/scsi/qla4xxx/ql4_isr.c:662:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_AEN_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_mgmt_data': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2146:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2145:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_ip_state': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2170:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2169:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_nvram': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2194:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2193:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_set_nvram': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2220:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2219:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_restore_factory_defaults': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2247:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2246:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_8xxx_set_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2275:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2274:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_83xx_post_idc_ack': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2312:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2311:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_84xx_config_acb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2342:13: note: byref variable will be forcibly initialized dma_addr_t acb_dma; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2338:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2337:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_83xx_get_port_config': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2413:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2412:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_83xx_set_port_config': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2435:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2434:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/meson/meson_overlay.c: In function 'meson_overlay_setup_scaler_params': /kisskb/src/drivers/gpu/drm/meson/meson_overlay.c:240:14: note: byref variable will be forcibly initialized int vphase, vphase_repeat_skip; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/meson/meson_overlay.c:240:6: note: byref variable will be forcibly initialized int vphase, vphase_repeat_skip; ^~~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c: In function 'mlxcpld_mux_reg_write': /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:66:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:65:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:64:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-xc2028.c:18: /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'tuner_i2c_xfer_send_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:48:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'xc2028_get_reg': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:161:16: note: byref variable will be forcibly initialized unsigned char ibuf[2]; ^~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:160:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'xc2028_get_afc': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:962:6: note: byref variable will be forcibly initialized s16 afc_reg = 0; ^~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:961:6: note: byref variable will be forcibly initialized u16 frq_lock = 0; ^~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'xc2028_signal': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:906:32: note: byref variable will be forcibly initialized u16 frq_lock, signal = 0; ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:906:22: note: byref variable will be forcibly initialized u16 frq_lock, signal = 0; ^~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-xc2028.c:18: /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'load_firmware': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:547:32: note: byref variable will be forcibly initialized unsigned char *p, *endp, buf[MAX_XFER_SIZE]; ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'check_firmware': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:724:18: note: byref variable will be forcibly initialized v4l2_std_id std0; ^~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:723:20: note: byref variable will be forcibly initialized u16 version, hwmodel; ^~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:723:11: note: byref variable will be forcibly initialized u16 version, hwmodel; ^~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:721:29: note: byref variable will be forcibly initialized struct firmware_properties new_fw; ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'generic_set_freq': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:1016:19: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ In file included from /kisskb/src/drivers/opp/of.c:18: /kisskb/src/drivers/opp/of.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/media/tuners/tuner-xc2028.c:9: /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_supplies': /kisskb/src/drivers/opp/debugfs.c:84:8: note: byref variable will be forcibly initialized char name[15]; ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_bw': /kisskb/src/drivers/opp/debugfs.c:58:7: note: byref variable will be forcibly initialized char name[11]; ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'bw_name_read': /kisskb/src/drivers/opp/debugfs.c:39:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_list_debug_create_link': /kisskb/src/drivers/opp/debugfs.c:161:7: note: byref variable will be forcibly initialized char name[NAME_MAX]; ^~~~ /kisskb/src/drivers/opp/of.c: In function '_read_opp_key': /kisskb/src/drivers/opp/of.c:772:6: note: byref variable will be forcibly initialized u64 rate; ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_one': /kisskb/src/drivers/opp/debugfs.c:110:7: note: byref variable will be forcibly initialized char name[25]; /* 20 chars for 64 bit value + 5 (opp:\0) */ ^~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'load_all_firmwares': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:308:14: note: byref variable will be forcibly initialized char name[33]; ^~~~ /kisskb/src/drivers/opp/of.c: In function '_opp_is_supported': /kisskb/src/drivers/opp/of.c:524:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'cdc_ncm_set_dgram_size': /kisskb/src/drivers/net/usb/cdc_ncm.c:607:9: note: byref variable will be forcibly initialized __le16 max_datagram_size; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/opp/of.c: In function 'opp_parse_supplies': /kisskb/src/drivers/opp/of.c:581:7: note: byref variable will be forcibly initialized char name[NAME_MAX]; ^~~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'tx_timer_usecs_store': /kisskb/src/drivers/net/usb/cdc_ncm.c:284:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'min_tx_pkt_store': /kisskb/src/drivers/net/usb/cdc_ncm.c:237:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'cdc_ncm_update_rxtx_max': /kisskb/src/drivers/net/usb/cdc_ncm.c:409:10: note: byref variable will be forcibly initialized __le32 dwNtbInMaxSize = cpu_to_le32(val); ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'tx_max_store': /kisskb/src/drivers/net/usb/cdc_ncm.c:268:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'rx_max_store': /kisskb/src/drivers/net/usb/cdc_ncm.c:253:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'ndp_to_end_store': /kisskb/src/drivers/net/usb/cdc_ncm.c:317:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/drivers/opp/of.c: In function '_of_init_opp_table': /kisskb/src/drivers/opp/of.c:212:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/opp/of.c: In function '_opp_add_static_v2': /kisskb/src/drivers/opp/of.c:841:7: note: byref variable will be forcibly initialized bool rate_not_available = false; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/opp/of.c:839:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'cdc_ncm_bind_common': /kisskb/src/drivers/net/usb/cdc_ncm.c:822:31: note: byref variable will be forcibly initialized struct usb_cdc_parsed_header hdr; ^~~ /kisskb/src/drivers/opp/of.c: In function 'dev_pm_opp_of_register_em': /kisskb/src/drivers/opp/of.c:1432:6: note: byref variable will be forcibly initialized u32 cap; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:22: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_reply': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_result': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:22: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_reply': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ 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:22: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_write': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_result': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_reply': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_msg_pec': /kisskb/src/drivers/i2c/i2c-core-smbus.c:62:5: note: byref variable will be forcibly initialized u8 addr = i2c_8bit_addr_from_msg(msg); ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_xfer_emulated': /kisskb/src/drivers/i2c/i2c-core-smbus.c:337:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:333:16: note: byref variable will be forcibly initialized unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX+2]; ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:332:16: note: byref variable will be forcibly initialized unsigned char msgbuf0[I2C_SMBUS_BLOCK_MAX+3]; ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte': /kisskb/src/drivers/i2c/i2c-core-smbus.c:103:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:138:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:160:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:178:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:200:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:226:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:253:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:269:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:289:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/usb/musb/musb_gadget_ep0.c: In function 'service_tx_status_request': /kisskb/src/drivers/usb/musb/musb_gadget_ep0.c:56:5: note: byref variable will be forcibly initialized u8 result[2], epnum = 0; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/i2c.h:146, from /kisskb/src/drivers/i2c/i2c-core-base.c:47: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/idmouse.c: In function 'idmouse_create_image': /kisskb/src/drivers/usb/misc/idmouse.c:126:6: note: byref variable will be forcibly initialized int bulk_read; ^~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_reply': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_result': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/musb/musb_trace.h:389, from /kisskb/src/drivers/usb/musb/musb_trace.c:11: /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'perf_trace_musb_log': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_log, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_log, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_log, ^~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'perf_trace_musb_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_state, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c.h:146, from /kisskb/src/drivers/i2c/i2c-core-base.c:47: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_read': /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'perf_trace_musb_regb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_reply': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'perf_trace_musb_regw': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regw, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regw, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_result': /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'perf_trace_musb_regl': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regl, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regl, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'perf_trace_musb_isr': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:153:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_isr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:153:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_isr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:153:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_isr, ^~~~~~~~~~~ /kisskb/src/drivers/usb/misc/idmouse.c: In function 'idmouse_probe': /kisskb/src/drivers/usb/misc/idmouse.c:321:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *endpoint; ^~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'perf_trace_musb_urb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:174:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:174:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:174:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_urb, ^~~~~~~~~~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function '__bpf_trace_i2c_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'perf_trace_musb_req': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function '__bpf_trace_i2c_reply': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function '__bpf_trace_i2c_result': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/musb/musb_trace.h:389, from /kisskb/src/drivers/usb/musb/musb_trace.c:11: /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_log': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_log, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_log, ^~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_state, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_state, ^~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_gadget_ep0.c: In function 'musb_g_ep0_irq': /kisskb/src/drivers/usb/musb/musb_gadget_ep0.c:775:27: note: byref variable will be forcibly initialized struct usb_ctrlrequest setup; ^~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_regb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_regw': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regw, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_regl': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regl, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_isr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:153:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_isr, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:153:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_isr, ^~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_urb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:174:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:174:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_req': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_req, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/usb/musb/musb_trace.h:389, from /kisskb/src/drivers/usb/musb/musb_trace.c:11: /kisskb/src/drivers/usb/musb/musb_trace.c: In function '__bpf_trace_musb_log': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_log, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_log, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_log, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_log, ^~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function '__bpf_trace_musb_urb': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:174:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:174:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:174:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:174:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function '__bpf_trace_musb_state': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_state, ^~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function '__bpf_trace_musb_regb': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function '__bpf_trace_musb_regw': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regw, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regw, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regw, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regw, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regw, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regw, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regw, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regw, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function '__bpf_trace_musb_regl': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regl, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regl, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regl, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regl, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regl, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regl, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regl, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_regl, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function '__bpf_trace_musb_isr': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:153:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_isr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:153:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(musb_isr, ^~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function '__bpf_trace_musb_req': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(musb_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'musb_dbg': /kisskb/src/drivers/usb/musb/musb_trace.c:16:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/usb/musb/musb_trace.c:15:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_default_probe': /kisskb/src/drivers/i2c/i2c-core-base.c:2358:23: note: byref variable will be forcibly initialized union i2c_smbus_data dummy; ^~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'new_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1275:15: note: byref variable will be forcibly initialized char *blank, end; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1273:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_detect_address': /kisskb/src/drivers/i2c/i2c-core-base.c:2386:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_new_ancillary_device': /kisskb/src/drivers/i2c/i2c-core-base.c:1220:6: note: byref variable will be forcibly initialized u32 addr = default_addr; ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'delete_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1343:7: note: byref variable will be forcibly initialized char end; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1342:17: note: byref variable will be forcibly initialized unsigned short addr; ^~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_set_transfer_mode': /kisskb/src/drivers/mmc/host/sdhci.c:1417:6: note: byref variable will be forcibly initialized u16 mode = 0; ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_clients_command': /kisskb/src/drivers/i2c/i2c-core-base.c:2017:21: note: byref variable will be forcibly initialized struct i2c_cmd_arg cmd_arg; ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_transfer_buffer_flags': /kisskb/src/drivers/i2c/i2c-core-base.c:2289:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ 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/misc/iowarrior.c:19: /kisskb/src/drivers/usb/misc/iowarrior.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_get_device_id': /kisskb/src/drivers/i2c/i2c-core-base.c:2317:23: note: byref variable will be forcibly initialized union i2c_smbus_data raw_id; ^~~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c: In function 'iowarrior_ioctl': /kisskb/src/drivers/usb/misc/iowarrior.c:551:26: note: byref variable will be forcibly initialized struct iowarrior_info info; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/usb/misc/iowarrior.c:18: /kisskb/src/drivers/usb/misc/iowarrior.c: In function 'iowarrior_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c:308:13: note: in expansion of macro 'wait_event_interruptible' int r = wait_event_interruptible(dev->read_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_adma_table_post': /kisskb/src/drivers/mmc/host/sdhci.c:807:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c: In function 'iowarrior_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c:399:14: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(dev->write_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c: In function 'hw_atl_a0_hw_rss_set': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c:216:6: note: byref variable will be forcibly initialized u16 bitary[1 + (HW_ATL_A0_RSS_REDIRECTION_MAX * ^~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_adma_table_pre': /kisskb/src/drivers/mmc/host/sdhci.c:726:8: note: byref variable will be forcibly initialized void *desc, *align; ^~~~ /kisskb/src/drivers/mmc/host/sdhci.c:724:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function '__sdhci_set_timeout': /kisskb/src/drivers/mmc/host/sdhci.c:1019:7: note: byref variable will be forcibly initialized bool too_big = false; ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_irq': /kisskb/src/drivers/mmc/host/sdhci.c:3423:6: note: byref variable will be forcibly initialized u32 intmask, mask, unexpected = 0; ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/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/mmc/host/sdhci.c:14: /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_send_tuning': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c:2748:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(host->buf_ready_int, (host->tuning_done == 1), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c: In function 'hw_atl_b0_rx_extract_ts': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c:1393:9: note: byref variable will be forcibly initialized __be32 ns; ^~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c:1392:9: note: byref variable will be forcibly initialized __be64 sec; ^~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function '__sdhci_read_caps': /kisskb/src/drivers/mmc/host/sdhci.c:3992:6: note: byref variable will be forcibly initialized u64 dt_caps = 0; ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c:3991:6: note: byref variable will be forcibly initialized u64 dt_caps_mask = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_setup_host': /kisskb/src/drivers/mmc/host/sdhci.c:4228:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c: In function 'hw_atl_b0_gpio_pulse': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c:1339:29: note: byref variable will be forcibly initialized struct hw_fw_request_iface fwreq; ^~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c: In function 'hw_atl_b0_adj_clock_freq': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c:1316:29: note: byref variable will be forcibly initialized struct hw_fw_request_iface fwreq; ^~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c: In function 'hw_atl_utils_init_ucp': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:479:16: note: byref variable will be forcibly initialized unsigned int rnd = 0U; ^~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c: In function 'hw_atl_b0_hw_rss_set': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c:242:6: note: byref variable will be forcibly initialized u16 bitary[1 + (HW_ATL_B0_RSS_REDIRECTION_MAX * ^~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c: In function 'hw_atl_utils_get_mac_permanent': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:743:16: note: byref variable will be forcibly initialized unsigned int rnd = 0; ^~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:735:6: note: byref variable will be forcibly initialized u32 mac_addr[2]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c: In function 'aq_fw1x_set_wake_magic': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:949:30: note: byref variable will be forcibly initialized struct hw_atl_utils_fw_rpc *prpc = NULL; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c: In function 'hw_atl_utils_get_mpi_mbox_tid': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:1028:34: note: byref variable will be forcibly initialized struct hw_atl_utils_mbox_header mbox; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c: In function 'hw_atl_utils_mpi_set_state': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:654:34: note: byref variable will be forcibly initialized struct hw_atl_utils_mbox_header mbox; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c: In function 'aq_fw1x_set_power': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:992:30: note: byref variable will be forcibly initialized struct hw_atl_utils_fw_rpc *prpc = NULL; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c: In function 'hw_atl_utils_update_stats': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:860:27: note: byref variable will be forcibly initialized struct hw_atl_utils_mbox mbox; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c: In function 'aq_fw2x_set_eee_rate': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c:484:6: note: byref variable will be forcibly initialized u32 mpi_opts = aq_hw_read_reg(self, HW_ATL_FW2X_MPI_CONTROL2_ADDR); ^~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c: In function 'aq_fw2x_set_flow_control': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c:530:6: note: byref variable will be forcibly initialized u32 mpi_state = aq_hw_read_reg(self, HW_ATL_FW2X_MPI_CONTROL2_ADDR); ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c: In function 'aq_fw2x_set_state': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c:227:6: note: byref variable will be forcibly initialized u32 mpi_state = aq_hw_read_reg(self, HW_ATL_FW2X_MPI_CONTROL2_ADDR); ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c: In function 'aq_fw2x_get_link_capabilities': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c:654:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c: In function 'aq_fw2x_get_eee_rate': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c:497:6: note: byref variable will be forcibly initialized u32 caps_hi; ^~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c: In function 'aq_fw2x_get_phy_temp': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c:332:6: note: byref variable will be forcibly initialized u32 temp_res; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c: In function 'aq_fw2x_set_media_detect': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c:638:6: note: byref variable will be forcibly initialized u32 enable; ^~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c: In function 'aq_fw2x_set_wol': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c:363:30: note: byref variable will be forcibly initialized struct hw_atl_utils_fw_rpc *rpc = NULL; ^~~ /kisskb/src/drivers/net/usb/qmi_wwan.c: In function 'qmimux_find_dev': /kisskb/src/drivers/net/usb/qmi_wwan.c:141:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/drivers/net/usb/qmi_wwan.c: In function 'pass_through_store': /kisskb/src/drivers/net/usb/qmi_wwan.c:494:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/drivers/net/usb/qmi_wwan.c: In function 'del_mux_store': /kisskb/src/drivers/net/usb/qmi_wwan.c:452:5: note: byref variable will be forcibly initialized u8 mux_id; ^~~~~~ /kisskb/src/drivers/net/usb/qmi_wwan.c: In function 'add_mux_show': /kisskb/src/drivers/net/usb/qmi_wwan.c:395:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/drivers/net/usb/qmi_wwan.c: In function 'add_mux_store': /kisskb/src/drivers/net/usb/qmi_wwan.c:413:5: note: byref variable will be forcibly initialized u8 mux_id; ^~~~~~ /kisskb/src/drivers/net/usb/qmi_wwan.c: In function 'raw_ip_store': /kisskb/src/drivers/net/usb/qmi_wwan.c:344:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/drivers/net/usb/qmi_wwan.c: In function 'qmi_wwan_bind': /kisskb/src/drivers/net/usb/qmi_wwan.c:755:31: note: byref variable will be forcibly initialized struct usb_cdc_parsed_header hdr; ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c: In function 'pca9541_reg_read': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c:116:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/usb/qmi_wwan.c:10: /kisskb/src/drivers/net/usb/qmi_wwan.c: In function 'qmi_wwan_disconnect': /kisskb/src/drivers/net/usb/qmi_wwan.c:1537:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/net/usb/qmi_wwan.c:1535:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/drivers/leds/trigger/ledtrig-mtd.c: In function 'ledtrig_mtd_activity': /kisskb/src/drivers/leds/trigger/ledtrig-mtd.c:25:16: note: byref variable will be forcibly initialized unsigned long blink_delay = BLINK_DELAY; ^~~~~~~~~~~ /kisskb/src/drivers/net/usb/ch9200.c: In function 'ch9200_link_reset': /kisskb/src/drivers/net/usb/ch9200.c:215:21: note: byref variable will be forcibly initialized struct ethtool_cmd ecmd; ^~~~ /kisskb/src/drivers/net/usb/ch9200.c: In function 'ch9200_mdio_read': /kisskb/src/drivers/net/usb/ch9200.c:180:16: note: byref variable will be forcibly initialized unsigned char buff[2]; ^~~~ /kisskb/src/drivers/net/usb/ch9200.c: In function 'ch9200_mdio_write': /kisskb/src/drivers/net/usb/ch9200.c:198:16: note: byref variable will be forcibly initialized unsigned char buff[2]; ^~~~ /kisskb/src/drivers/net/usb/ch9200.c: In function 'get_mac_address': /kisskb/src/drivers/net/usb/ch9200.c:307:16: note: byref variable will be forcibly initialized unsigned char mac_addr[0x06]; ^~~~~~~~ /kisskb/src/drivers/net/usb/ch9200.c: In function 'ch9200_bind': /kisskb/src/drivers/net/usb/ch9200.c:338:16: note: byref variable will be forcibly initialized unsigned char data[2]; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nvram.c: In function 'rd_nvram_word': /kisskb/src/drivers/scsi/qla4xxx/ql4_nvram.c:151:6: note: byref variable will be forcibly initialized u16 val = 0; ^~~ /kisskb/src/drivers/usb/misc/usblcd.c: In function 'lcd_ioctl': /kisskb/src/drivers/usb/misc/usblcd.c:166:7: note: byref variable will be forcibly initialized char buf[30]; ^~~ /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c: In function 'sil164_write': /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c:108:10: note: byref variable will be forcibly initialized uint8_t buf[] = {addr, val}; ^~~ /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c: In function 'sil164_read': /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c:120:10: note: byref variable will be forcibly initialized uint8_t val; ^~~ /kisskb/src/drivers/usb/misc/usblcd.c: In function 'lcd_read': /kisskb/src/drivers/usb/misc/usblcd.c:129:6: note: byref variable will be forcibly initialized int bytes_read; ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/usblcd.c: In function 'lcd_probe': /kisskb/src/drivers/usb/misc/usblcd.c:321:44: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *bulk_in, *bulk_out; ^~~~~~~~ /kisskb/src/drivers/usb/misc/usblcd.c:321:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *bulk_in, *bulk_out; ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/ldusb.c:23: /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:473:12: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(dev->read_wait, dev->interrupt_in_done); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:555:12: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(dev->write_wait, !dev->interrupt_out_busy); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:398:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(dev->write_wait, !dev->interrupt_out_busy, 2 * HZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/misc/ldusb.c:23: /kisskb/src/drivers/usb/misc/ldusb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_l1cache': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2367:45: note: byref variable will be forcibly initialized uint32_t i, k, loop_count, t_value, r_cnt, r_value; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla83xx_minidump_process_rdmux2': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2848:42: note: byref variable will be forcibly initialized uint32_t sel_val1, sel_val2, t_sel_val, data, i; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_control': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2195:11: note: byref variable will be forcibly initialized uint32_t read_value, opcode, poll_time, addr, index, rval = QLA_SUCCESS; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_rdcrb': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1911:42: note: byref variable will be forcibly initialized uint32_t r_addr, r_stride, loop_cnt, i, r_value; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_83xx_check_dma_engine_state': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1933:28: note: byref variable will be forcibly initialized uint32_t dma_eng_num = 0, cmd_sts_and_cntrl = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function '__qla4_8xxx_minidump_process_rdmem': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2467:28: note: byref variable will be forcibly initialized uint32_t r_addr, r_value, r_data; ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2467:19: note: byref variable will be forcibly initialized uint32_t r_addr, r_value, r_data; ^~~~~~~ /kisskb/src/drivers/usb/usbip/usbip_common.c: In function 'usbip_recv': /kisskb/src/drivers/usb/usbip/usbip_common.c:305:14: note: byref variable will be forcibly initialized struct kvec iov = {.iov_base = buf, .iov_len = size}; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_minidump_process_rdrom': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2433:19: note: byref variable will be forcibly initialized uint32_t r_addr, r_value; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_l2tag': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2139:22: note: byref variable will be forcibly initialized uint32_t c_value_w, c_value_r; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2137:45: note: byref variable will be forcibly initialized uint32_t i, k, loop_count, t_value, r_cnt, r_value; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_rdmux': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2340:59: note: byref variable will be forcibly initialized uint32_t r_addr, s_stride, s_addr, s_value, loop_cnt, i, r_value; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_queue': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2401:21: note: byref variable will be forcibly initialized uint32_t r_stride, r_value, r_cnt, qid = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_84xx_minidump_process_rddfe': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2631:38: note: byref variable will be forcibly initialized uint32_t addr1, addr2, value, data, temp, wrval; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2631:32: note: byref variable will be forcibly initialized uint32_t addr1, addr2, value, data, temp, wrval; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'ql4_84xx_poll_wait_for_ready': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1817:11: note: byref variable will be forcibly initialized uint32_t temp; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'ql4_84xx_ipmdio_rd_reg': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1840:11: note: byref variable will be forcibly initialized uint32_t data; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'ql4_84xx_poll_wait_ipmdio_bus_idle': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1868:11: note: byref variable will be forcibly initialized uint32_t temp; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_84xx_minidump_process_rdmdio': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2726:41: note: byref variable will be forcibly initialized uint32_t addr1, addr2, value1, value2, data, selval; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_84xx_minidump_process_pollwr': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2800:47: note: byref variable will be forcibly initialized uint32_t addr1, addr2, value1, value2, poll, r_value; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_83xx_start_pex_dma': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1963:28: note: byref variable will be forcibly initialized uint32_t dma_eng_num = 0, cmd_sts_and_cntrl = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla83xx_minidump_process_pollrd': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2581:36: note: byref variable will be forcibly initialized uint32_t r_addr, s_addr, s_value, r_value, poll_wait, poll_mask; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla83xx_minidump_process_pollrdmwr': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2891:42: note: byref variable will be forcibly initialized uint32_t poll_wait, poll_mask, r_value, data; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2891:33: note: byref variable will be forcibly initialized uint32_t poll_wait, poll_mask, r_value, data; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:8: /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_uevent_emit': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3211:8: note: byref variable will be forcibly initialized char *envp[] = { event_string, NULL }; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3210:7: note: byref variable will be forcibly initialized char event_string[40]; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_read_flash_data': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3642:11: note: byref variable will be forcibly initialized uint32_t val; ^~~ /kisskb/src/drivers/usb/chipidea/debug.c: In function 'ci_role_write': /kisskb/src/drivers/usb/chipidea/debug.c:266:7: note: byref variable will be forcibly initialized char buf[8]; ^~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_tx_fixup': /kisskb/src/drivers/net/usb/aqc111.c:1187:6: note: byref variable will be forcibly initialized u16 tci = 0; ^~~ /kisskb/src/drivers/usb/chipidea/debug.c: In function 'ci_port_test_write': /kisskb/src/drivers/usb/chipidea/debug.c:80:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/usb/chipidea/debug.c:79:11: note: byref variable will be forcibly initialized unsigned mode; ^~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_write16_cmd_async': /kisskb/src/drivers/net/usb/aqc111.c:188:6: note: byref variable will be forcibly initialized u16 tmp = *data; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_pinit_from_rom': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:974:19: note: byref variable will be forcibly initialized unsigned offset, n; ^ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:970:12: note: byref variable will be forcibly initialized int addr, val; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:970:6: note: byref variable will be forcibly initialized int addr, val; ^~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_set_rx_mode': /kisskb/src/drivers/net/usb/aqc111.c:544:6: note: byref variable will be forcibly initialized u8 m_filter[AQ_MCAST_FILTER_SIZE] = { 0 }; ^~~~~~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_read_perm_mac': /kisskb/src/drivers/net/usb/aqc111.c:656:5: note: byref variable will be forcibly initialized u8 buf[ETH_ALEN]; ^~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_configure_csum_offload': /kisskb/src/drivers/net/usb/aqc111.c:882:5: note: byref variable will be forcibly initialized u8 reg8 = 0; ^~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_write16_cmd': /kisskb/src/drivers/net/usb/aqc111.c:150:6: note: byref variable will be forcibly initialized u16 tmp = *data; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_ms_mem_write_128b': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1182:11: note: byref variable will be forcibly initialized uint32_t agt_ctrl; ^~~~~~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_configure_rx': /kisskb/src/drivers/net/usb/aqc111.c:808:5: note: byref variable will be forcibly initialized u8 reg8 = 0; ^~~~ /kisskb/src/drivers/net/usb/aqc111.c:807:6: note: byref variable will be forcibly initialized u16 reg16 = 0; ^~~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_link_reset': /kisskb/src/drivers/net/usb/aqc111.c:904:5: note: byref variable will be forcibly initialized u8 reg8 = 0; ^~~~ /kisskb/src/drivers/net/usb/aqc111.c:903:6: note: byref variable will be forcibly initialized u16 reg16 = 0; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_pex_dma_read': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2025:38: note: byref variable will be forcibly initialized struct qla4_83xx_pex_dma_descriptor dma_desc; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2024:13: note: byref variable will be forcibly initialized dma_addr_t rdmem_dma; ^~~~~~~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_write32_cmd': /kisskb/src/drivers/net/usb/aqc111.c:170:6: note: byref variable will be forcibly initialized u32 tmp = *data; ^~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_stop': /kisskb/src/drivers/net/usb/aqc111.c:1036:6: note: byref variable will be forcibly initialized u16 reg16 = 0; ^~~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_reset': /kisskb/src/drivers/net/usb/aqc111.c:992:5: note: byref variable will be forcibly initialized u8 reg8 = 0; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_rdmem': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2549:12: note: byref variable will be forcibly initialized uint32_t *data_ptr = *d_ptr; ^~~~~~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_set_features': /kisskb/src/drivers/net/usb/aqc111.c:572:5: note: byref variable will be forcibly initialized u8 reg8 = 0; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_collect_md_data': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2993:12: note: byref variable will be forcibly initialized uint32_t *data_ptr; ^~~~~~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_vlan_rx_kill_vid': /kisskb/src/drivers/net/usb/aqc111.c:483:5: note: byref variable will be forcibly initialized u8 reg8 = 0; ^~~~ /kisskb/src/drivers/net/usb/aqc111.c:482:6: note: byref variable will be forcibly initialized u16 reg16 = 0; ^~~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_vlan_rx_add_vid': /kisskb/src/drivers/net/usb/aqc111.c:508:5: note: byref variable will be forcibly initialized u8 reg8 = 0; ^~~~ /kisskb/src/drivers/net/usb/aqc111.c:507:6: note: byref variable will be forcibly initialized u16 reg16 = 0; ^~~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_change_mtu': /kisskb/src/drivers/net/usb/aqc111.c:425:5: note: byref variable will be forcibly initialized u8 buf[5]; ^~~ /kisskb/src/drivers/net/usb/aqc111.c:424:6: note: byref variable will be forcibly initialized u16 reg16 = 0; ^~~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_write16_cmd_nopm': /kisskb/src/drivers/net/usb/aqc111.c:140:6: note: byref variable will be forcibly initialized u16 tmp = *data; ^~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_write32_cmd_nopm': /kisskb/src/drivers/net/usb/aqc111.c:160:6: note: byref variable will be forcibly initialized u32 tmp = *data; ^~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_unbind': /kisskb/src/drivers/net/usb/aqc111.c:755:6: note: byref variable will be forcibly initialized u16 reg16; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_pci_mem_read_2M': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1358:31: note: byref variable will be forcibly initialized uint64_t off8, val, mem_crb, word[2] = {0, 0}; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1355:44: note: byref variable will be forcibly initialized int i, j = 0, k, start, end, loop, sz[2], off0[2]; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1355:37: note: byref variable will be forcibly initialized int i, j = 0, k, start, end, loop, sz[2], off0[2]; ^~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_pci_mem_write_2M': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1449:32: note: byref variable will be forcibly initialized uint64_t off8, mem_crb, tmpw, word[2] = {0, 0}; ^~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_resume': /kisskb/src/drivers/net/usb/aqc111.c:1419:5: note: byref variable will be forcibly initialized u8 reg8; ^~~~ /kisskb/src/drivers/net/usb/aqc111.c:1418:6: note: byref variable will be forcibly initialized u16 reg16; ^~~~~ /kisskb/src/drivers/net/usb/aqc111.c: In function 'aqc111_suspend': /kisskb/src/drivers/net/usb/aqc111.c:1354:25: note: byref variable will be forcibly initialized struct aqc111_wol_cfg wol_cfg; ^~~~~~~ /kisskb/src/drivers/net/usb/aqc111.c:1324:5: note: byref variable will be forcibly initialized u8 reg8; ^~~~ /kisskb/src/drivers/net/usb/aqc111.c:1323:6: note: byref variable will be forcibly initialized u16 reg16; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_load_from_flash': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1281:12: note: byref variable will be forcibly initialized u32 high, low; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1281:6: note: byref variable will be forcibly initialized u32 high, low; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1280:6: note: byref variable will be forcibly initialized u64 data; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_start_firmware': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1738:11: note: byref variable will be forcibly initialized uint16_t lnk; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_get_flash_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3938:11: note: byref variable will be forcibly initialized uint32_t flt_addr; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_stop_firmware': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3969:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3968:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_get_sys_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4030:13: note: byref variable will be forcibly initialized dma_addr_t sys_info_dma; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4028:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4027:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_intr_enable': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4092:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4091:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_intr_disable': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4113:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4112:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_attr.c: In function 'qla4_8xxx_sysfs_write_fw_dump': /kisskb/src/drivers/scsi/qla4xxx/ql4_attr.c:37:7: note: byref variable will be forcibly initialized long reading; ^~~~~~~ /kisskb/src/drivers/usb/misc/ehset.c: In function 'ehset_probe': /kisskb/src/drivers/usb/misc/ehset.c:27:31: note: byref variable will be forcibly initialized struct usb_device_descriptor buf; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_read_flash': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:20:13: note: byref variable will be forcibly initialized dma_addr_t flash_dma; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_update_flash': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:86:13: note: byref variable will be forcibly initialized dma_addr_t flash_dma; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_get_acb_state': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:148:11: note: byref variable will be forcibly initialized uint32_t status[MBOX_REG_COUNT]; ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_read_nvram': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:208:13: note: byref variable will be forcibly initialized dma_addr_t nvram_dma; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_update_nvram': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:280:13: note: byref variable will be forcibly initialized dma_addr_t nvram_dma; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_bsg_get_acb': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:392:13: note: byref variable will be forcibly initialized dma_addr_t acb_dma; ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'ql4xxx_execute_diag_cmd': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:456:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:455:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4_83xx_pre_loopback_config': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:559:11: note: byref variable will be forcibly initialized uint32_t config = 0; ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4_83xx_post_loopback_config': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:611:11: note: byref variable will be forcibly initialized uint32_t config = 0; ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_execute_diag_loopback_cmd': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:660:11: note: byref variable will be forcibly initialized uint32_t mbox_sts[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:659:11: note: byref variable will be forcibly initialized uint32_t mbox_cmd[MBOX_REG_COUNT]; ^~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'i2c_detect_slave_mode': /kisskb/src/drivers/i2c/i2c-core-slave.c:98:7: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/net/ethernet/amd/pcnet32.c: In function 'pcnet32_check_otherphy': /kisskb/src/drivers/net/ethernet/amd/pcnet32.c:2788:21: note: byref variable will be forcibly initialized struct mii_if_info mii = lp->mii_if; ^~~ /kisskb/src/drivers/net/ethernet/amd/pcnet32.c: In function 'pcnet32_check_media': /kisskb/src/drivers/net/ethernet/amd/pcnet32.c:2862:24: note: byref variable will be forcibly initialized struct ethtool_cmd ecmd = { ^~~~ /kisskb/src/drivers/net/ethernet/amd/pcnet32.c: In function 'pcnet32_open': /kisskb/src/drivers/net/ethernet/amd/pcnet32.c:2185:22: note: byref variable will be forcibly initialized struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; ^~~~ /kisskb/src/drivers/net/ethernet/amd/pcnet32.c: In function 'pcnet32_set_link_ksettings': /kisskb/src/drivers/net/ethernet/amd/pcnet32.c:753:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/net/ethernet/amd/pcnet32.c: In function 'pcnet32_get_regs': /kisskb/src/drivers/net/ethernet/amd/pcnet32.c:1435:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/net/ethernet/amd/pcnet32.c: In function 'pcnet32_set_multicast_list': /kisskb/src/drivers/net/ethernet/amd/pcnet32.c:2706:41: note: byref variable will be forcibly initialized unsigned long ioaddr = dev->base_addr, flags; ^~~~~ In file included from /kisskb/src/drivers/net/ethernet/amd/pcnet32.c:36: /kisskb/src/drivers/net/ethernet/amd/pcnet32.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/musb/musb_debugfs.c: In function 'musb_softconnect_write': /kisskb/src/drivers/usb/musb/musb_debugfs.c:268:9: note: byref variable will be forcibly initialized char buf[2]; ^~~ /kisskb/src/drivers/usb/musb/musb_debugfs.c: In function 'musb_test_mode_write': /kisskb/src/drivers/usb/musb/musb_debugfs.c:169:9: note: byref variable will be forcibly initialized char buf[24]; ^~~ /kisskb/src/drivers/net/ethernet/amd/pcnet32.c: In function 'pcnet32_realloc_tx_ring': /kisskb/src/drivers/net/ethernet/amd/pcnet32.c:479:13: note: byref variable will be forcibly initialized dma_addr_t new_ring_dma_addr; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/pcnet32.c: In function 'pcnet32_realloc_rx_ring': /kisskb/src/drivers/net/ethernet/amd/pcnet32.c:539:13: note: byref variable will be forcibly initialized dma_addr_t new_ring_dma_addr; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/amd/pcnet32.c: In function 'pcnet32_probe1': /kisskb/src/drivers/net/ethernet/amd/pcnet32.c:1597:5: note: byref variable will be forcibly initialized u8 promaddr[ETH_ALEN]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_poll_reg': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:711:11: note: byref variable will be forcibly initialized uint32_t value; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_poll_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:952:11: note: byref variable will be forcibly initialized uint32_t value; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_read_write_crb_reg': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:874:11: note: byref variable will be forcibly initialized uint32_t value; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_rmw_crb_reg': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:895:11: note: byref variable will be forcibly initialized uint32_t value; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_poll_read_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:1050:11: note: byref variable will be forcibly initialized uint32_t value; ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_dump_pause_control_regs': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:1406:15: note: byref variable will be forcibly initialized u32 val = 0, val1 = 0; ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:1406:6: note: byref variable will be forcibly initialized u32 val = 0, val1 = 0; ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_flash_read_u32': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:113:11: note: byref variable will be forcibly initialized uint32_t u32_word; ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_lockless_flash_read_u32': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:164:11: note: byref variable will be forcibly initialized uint32_t u32_word; ^~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tda8290.c:15: /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tuner_i2c_xfer_send_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:48:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_has_signal': /kisskb/src/drivers/media/tuners/tda8290.c:387:16: note: byref variable will be forcibly initialized unsigned char ret; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:386:16: note: byref variable will be forcibly initialized unsigned char hvpll_stat = 0x26; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_has_signal': /kisskb/src/drivers/media/tuners/tda8290.c:445:16: note: byref variable will be forcibly initialized unsigned char afc = 0; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:444:16: note: byref variable will be forcibly initialized unsigned char i2c_get_afc[1] = { 0x1B }; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tda8290.c:15: /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_agc1_out': /kisskb/src/drivers/media/tuners/tda8290.c:349:16: note: byref variable will be forcibly initialized unsigned char buf[] = { 0x02, 0x00 }; /* DIV_FUNC */ ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_easy_mode': /kisskb/src/drivers/media/tuners/tda8290.c:320:16: note: byref variable will be forcibly initialized unsigned char buf[] = { 0x01, 0x00 }; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_video_std': /kisskb/src/drivers/media/tuners/tda8290.c:335:16: note: byref variable will be forcibly initialized unsigned char buf[] = { 0x00, priv->tda8290_easy_mode }; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_set_params': /kisskb/src/drivers/media/tuners/tda8290.c:201:17: note: byref variable will be forcibly initialized unsigned char deemphasis[] = { 0x13, 1 }; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:170:16: note: byref variable will be forcibly initialized unsigned char easy_mode[] = { 0x01, priv->tda8290_easy_mode }; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_get_idc_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:582:11: note: byref variable will be forcibly initialized uint32_t idc_params, ret_val; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_power': /kisskb/src/drivers/media/tuners/tda8290.c:305:16: note: byref variable will be forcibly initialized unsigned char buf[] = { 0x30, 0x00 }; /* clb_stdbt */ ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_params': /kisskb/src/drivers/media/tuners/tda8290.c:401:16: note: byref variable will be forcibly initialized unsigned char blanking_mode[] = { 0x1d, 0x00 }; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:400:6: note: byref variable will be forcibly initialized u16 signal = 0; ^~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_agc2_out': /kisskb/src/drivers/media/tuners/tda8290.c:365:16: note: byref variable will be forcibly initialized unsigned char set_gpio_val[] = { 0x46, 0x00 }; ^~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:364:16: note: byref variable will be forcibly initialized unsigned char set_gpio_cf[] = { 0x44, 0x00 }; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_standby': /kisskb/src/drivers/media/tuners/tda8290.c:462:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_probe': /kisskb/src/drivers/media/tuners/tda8290.c:662:17: note: byref variable will be forcibly initialized struct i2c_msg msg_read[] = { ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:661:17: note: byref variable will be forcibly initialized u8 reg = 0x1f, id; ^~ /kisskb/src/drivers/media/tuners/tda8290.c:661:5: note: byref variable will be forcibly initialized u8 reg = 0x1f, id; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_probe': /kisskb/src/drivers/media/tuners/tda8290.c:689:17: note: byref variable will be forcibly initialized struct i2c_msg msg_read[] = { ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:688:17: note: byref variable will be forcibly initialized u8 reg = 0x2f, id; ^~ /kisskb/src/drivers/media/tuners/tda8290.c:688:5: note: byref variable will be forcibly initialized u8 reg = 0x2f, id; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_init_tuner': /kisskb/src/drivers/media/tuners/tda8290.c:536:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda829x_find_tuner': /kisskb/src/drivers/media/tuners/tda8290.c:573:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c: In function 'hw_atl2_hw_init': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c:530:17: note: byref variable will be forcibly initialized u8 base_index, count; ^~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c:530:5: note: byref variable will be forcibly initialized u8 base_index, count; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda829x_probe': /kisskb/src/drivers/media/tuners/tda8290.c:834:16: note: byref variable will be forcibly initialized unsigned char buf[PROBE_BUFFER_SIZE]; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:832:16: note: byref variable will be forcibly initialized unsigned char data; ^~~~ /kisskb/src/drivers/net/usb/r8153_ecm.c: In function 'pla_read_word': /kisskb/src/drivers/net/usb/r8153_ecm.c:16:9: note: byref variable will be forcibly initialized __le32 tmp; ^~~ /kisskb/src/drivers/net/usb/r8153_ecm.c: In function 'pla_write_word': /kisskb/src/drivers/net/usb/r8153_ecm.c:42:9: note: byref variable will be forcibly initialized __le32 tmp; ^~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_get_board_info': /kisskb/src/drivers/i2c/i2c-core-of.c:25:6: note: byref variable will be forcibly initialized u32 addr; ^~~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_register_device': /kisskb/src/drivers/i2c/i2c-core-of.c:69:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_get_flow_control': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:464:23: note: byref variable will be forcibly initialized struct link_status_s link_status; ^~~~~~~~~~~ /kisskb/src/drivers/usb/misc/trancevibrator.c: In function 'speed_store': /kisskb/src/drivers/usb/misc/trancevibrator.c:47:6: note: byref variable will be forcibly initialized int temp, retval, old; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_get_eee_rate': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:418:25: note: byref variable will be forcibly initialized struct lkp_link_caps_s lkp_link_caps; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:417:28: note: byref variable will be forcibly initialized struct device_link_caps_s device_link_caps; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_update_link_status': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:289:23: note: byref variable will be forcibly initialized struct link_status_s link_status; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:288:25: note: byref variable will be forcibly initialized struct lkp_link_caps_s lkp_link_caps; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'hw_atl2_shared_buffer_read_block': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:77:37: note: byref variable will be forcibly initialized struct transaction_counter_s tid1, tid2; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:77:31: note: byref variable will be forcibly initialized struct transaction_counter_s tid1, tid2; ^~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_get_phy_temp': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:384:30: note: byref variable will be forcibly initialized struct phy_health_monitor_s phy_health_monitor; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_get_mac_permanent': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:330:31: note: byref variable will be forcibly initialized struct mac_address_aligned_s mac_address; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_set_downshift': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:524:24: note: byref variable will be forcibly initialized struct link_options_s link_options; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_set_eee_rate': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:403:24: note: byref variable will be forcibly initialized struct link_options_s link_options; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_set_phyloopback': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:475:24: note: byref variable will be forcibly initialized struct link_options_s link_options; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_set_flow_control': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:451:24: note: byref variable will be forcibly initialized struct link_options_s link_options; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_set_state': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:261:24: note: byref variable will be forcibly initialized struct link_options_s link_options; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_set_link_speed': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:228:24: note: byref variable will be forcibly initialized struct link_options_s link_options; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_renegotiate': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:431:24: note: byref variable will be forcibly initialized struct link_options_s link_options; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_deinit': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:143:24: note: byref variable will be forcibly initialized struct link_control_s link_control; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_init': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:120:6: note: byref variable will be forcibly initialized u32 mtu; ^~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:119:24: note: byref variable will be forcibly initialized struct link_control_s link_control; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'aq_a2_fw_update_stats': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:341:22: note: byref variable will be forcibly initialized struct statistics_s stats; ^~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'hw_atl2_utils_get_fw_version': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:497:19: note: byref variable will be forcibly initialized struct version_s version; ^~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c: In function 'hw_atl2_utils_get_action_resolve_table_caps': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c:510:23: note: byref variable will be forcibly initialized struct filter_caps_s filter_caps; ^~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-smbus.c: In function 'smbus_alert': /kisskb/src/drivers/i2c/i2c-smbus.c:75:21: note: byref variable will be forcibly initialized struct alert_data data; ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c: In function 'rpi_touchscreen_write': /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c:237:5: note: byref variable will be forcibly initialized u8 msg[] = { ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c: In function 'rpi_touchscreen_probe': /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c:365:30: note: byref variable will be forcibly initialized struct mipi_dsi_device_info info = { ^~~~ In file included from /kisskb/src/drivers/media/tuners/tea5767.c:16: /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, ^~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'set_radio_freq': /kisskb/src/drivers/media/tuners/tea5767.c:192:16: note: byref variable will be forcibly initialized unsigned char buffer[5]; ^~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_ingress_prectlf_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:266:6: note: byref variable will be forcibly initialized u16 packed_record[6]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_ingress_preclass_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:355:6: note: byref variable will be forcibly initialized u16 packed_record[20]; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_standby': /kisskb/src/drivers/media/tuners/tea5767.c:350:16: note: byref variable will be forcibly initialized unsigned char buffer[5]; ^~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_get_rf_strength': /kisskb/src/drivers/media/tuners/tea5767.c:338:16: note: byref variable will be forcibly initialized unsigned char buffer[5]; ^~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_ingress_sc_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:562:6: note: byref variable will be forcibly initialized u16 packed_record[8]; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_get_status': /kisskb/src/drivers/media/tuners/tea5767.c:322:16: note: byref variable will be forcibly initialized unsigned char buffer[5]; ^~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_autodetection': /kisskb/src/drivers/media/tuners/tea5767.c:371:16: note: byref variable will be forcibly initialized unsigned char buffer[7] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; ^~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_ingress_sa_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:665:6: note: byref variable will be forcibly initialized u16 packed_record[8]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_ingress_sakey_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:759:6: note: byref variable will be forcibly initialized u16 packed_record[18]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_ingress_postclass_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:868:6: note: byref variable will be forcibly initialized u16 packed_record[8]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_ingress_postctlf_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1060:6: note: byref variable will be forcibly initialized u16 packed_record[6]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_egress_ctlf_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1151:6: note: byref variable will be forcibly initialized u16 packed_record[6]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_egress_class_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1237:6: note: byref variable will be forcibly initialized u16 packed_record[28]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_egress_sc_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1525:6: note: byref variable will be forcibly initialized u16 packed_record[8]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_egress_sa_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1624:6: note: byref variable will be forcibly initialized u16 packed_record[8]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'set_egress_sakey_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1707:6: note: byref variable will be forcibly initialized u16 packed_record[16]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_ingress_prectlf_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:298:6: note: byref variable will be forcibly initialized u16 packed_record[6]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_ingress_preclass_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:453:6: note: byref variable will be forcibly initialized u16 packed_record[20]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_ingress_sc_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:613:6: note: byref variable will be forcibly initialized u16 packed_record[8]; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/usb/usbip/usbip_event.c:7: /kisskb/src/drivers/usb/usbip/usbip_event.c: In function 'usbip_stop_eh': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/usbip_event.c:118:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(ud->eh_waitq, !(ud->event & ~USBIP_EH_BYE)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_ingress_sa_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:711:6: note: byref variable will be forcibly initialized u16 packed_record[8]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_ingress_sakey_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:813:6: note: byref variable will be forcibly initialized u16 packed_record[18]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_ingress_postclass_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:956:6: note: byref variable will be forcibly initialized u16 packed_record[8]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_ingress_postctlf_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1098:6: note: byref variable will be forcibly initialized u16 packed_record[6]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_ingress_sa_counters': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:2053:6: note: byref variable will be forcibly initialized u16 packed_record[4]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_ingress_common_counters': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:2172:6: note: byref variable will be forcibly initialized u16 packed_record[4]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_egress_ctlf_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1186:6: note: byref variable will be forcibly initialized u16 packed_record[6]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_egress_class_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1373:6: note: byref variable will be forcibly initialized u16 packed_record[28]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_egress_sc_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1572:6: note: byref variable will be forcibly initialized u16 packed_record[8]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_egress_sa_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1665:6: note: byref variable will be forcibly initialized u16 packed_record[8]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_egress_sakey_record': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1768:6: note: byref variable will be forcibly initialized u16 packed_record[16]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_egress_sc_counters': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1824:6: note: byref variable will be forcibly initialized u16 packed_record[4]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_egress_sa_counters': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1878:6: note: byref variable will be forcibly initialized u16 packed_record[4]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_egress_common_counters': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1932:6: note: byref variable will be forcibly initialized u16 packed_record[4]; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'clear_egress_counters': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:1992:33: note: byref variable will be forcibly initialized struct mss_egress_ctl_register ctl_reg; ^~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'clear_ingress_counters': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:2308:34: note: byref variable will be forcibly initialized struct mss_ingress_ctl_register ctl_reg; ^~~~~~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_egress_sa_expired': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:2367:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c: In function 'get_egress_sa_threshold_expired': /kisskb/src/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c:2399:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/usb/misc/yurex.c: In function 'yurex_write': /kisskb/src/drivers/usb/misc/yurex.c:431:7: note: byref variable will be forcibly initialized char buffer[16 + 1]; ^~~~~~ /kisskb/src/drivers/usb/misc/yurex.c: In function 'yurex_read': /kisskb/src/drivers/usb/misc/yurex.c:404:7: note: byref variable will be forcibly initialized char in_buffer[20]; ^~~~~~~~~ /kisskb/src/drivers/usb/misc/yurex.c: In function 'yurex_probe': /kisskb/src/drivers/usb/misc/yurex.c:194:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *endpoint; ^~~~~~~~ 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-dev.c:24: /kisskb/src/drivers/i2c/i2c-dev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/chipidea/trace.h:92, from /kisskb/src/drivers/usb/chipidea/trace.c:11: /kisskb/src/drivers/usb/chipidea/trace.c: In function 'perf_trace_ci_log': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ci_log, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ci_log, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ci_log, ^~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/trace.c: In function 'perf_trace_ci_log_trb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ci_log_trb, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/chipidea/trace.h:92, from /kisskb/src/drivers/usb/chipidea/trace.c:11: /kisskb/src/drivers/usb/chipidea/trace.c: In function 'trace_event_raw_event_ci_log': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ci_log, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ci_log, ^~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/trace.c: In function 'trace_event_raw_event_ci_log_trb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ci_log_trb, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/usb/chipidea/trace.h:92, from /kisskb/src/drivers/usb/chipidea/trace.c:11: /kisskb/src/drivers/usb/chipidea/trace.c: In function '__bpf_trace_ci_log': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ci_log, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ci_log, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ci_log, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ci_log, ^~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/trace.c: In function '__bpf_trace_ci_log_trb': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/trace.c: In function 'ci_log': /kisskb/src/drivers/usb/chipidea/trace.c:16:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/usb/chipidea/trace.c:15:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/usb/chipidea/udc.c: In function 'isr_setup_packet_handler': /kisskb/src/drivers/usb/chipidea/udc.c:1137:25: note: byref variable will be forcibly initialized struct usb_ctrlrequest req; ^~~ /kisskb/src/drivers/usb/chipidea/host.c: In function 'ci_ehci_hub_control': /kisskb/src/drivers/usb/chipidea/host.c:248:8: note: byref variable will be forcibly initialized bool done = false; ^~~~ /kisskb/src/drivers/usb/chipidea/host.c:246:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/i2c/i2c-dev.c: In function 'i2cdev_ioctl': /kisskb/src/drivers/i2c/i2c-dev.c:462:31: note: byref variable will be forcibly initialized struct i2c_smbus_ioctl_data data_arg; ^~~~~~~~ /kisskb/src/drivers/i2c/i2c-dev.c:435:30: note: byref variable will be forcibly initialized struct i2c_rdwr_ioctl_data rdwr_arg; ^~~~~~~~ /kisskb/src/drivers/i2c/i2c-dev.c: In function 'compat_i2cdev_ioctl': /kisskb/src/drivers/i2c/i2c-dev.c:564:33: note: byref variable will be forcibly initialized struct i2c_smbus_ioctl_data32 data32; ^~~~~~ /kisskb/src/drivers/i2c/i2c-dev.c:548:21: note: byref variable will be forcibly initialized struct i2c_msg32 umsg; ^~~~ /kisskb/src/drivers/i2c/i2c-dev.c:528:32: note: byref variable will be forcibly initialized struct i2c_rdwr_ioctl_data32 rdwr_arg; ^~~~~~~~ /kisskb/src/drivers/usb/chipidea/otg_fsm.c: In function 'ci_otg_del_timer': /kisskb/src/drivers/usb/chipidea/otg_fsm.c:248:23: note: byref variable will be forcibly initialized unsigned long flags, enabled_timer_bits; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/otg_fsm.c: In function 'ci_otg_hrtimer_func': /kisskb/src/drivers/usb/chipidea/otg_fsm.c:385:18: note: byref variable will be forcibly initialized unsigned long enabled_timer_bits; ^~~~~~~~~~~~~~~~~~ In file included 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/i2c/i2c-mux.c:22: /kisskb/src/drivers/i2c/i2c-mux.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/i2c/i2c-mux.c:22: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_add_adapter': /kisskb/src/drivers/i2c/i2c-mux.c:357:7: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/i2c/i2c-mux.c:288:7: note: byref variable will be forcibly initialized char symlink_name[20]; ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_del_adapters': /kisskb/src/drivers/i2c/i2c-mux.c:442:7: note: byref variable will be forcibly initialized char symlink_name[20]; ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:74: /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c: In function 'atlx_vlan_mode': /kisskb/src/drivers/net/ethernet/atheros/atlx/atlx.c:224:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c: In function 'atl1_setup_mac_ctrl': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:1243:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c: In function 'atl1_get_permanent_address': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:421:5: note: byref variable will be forcibly initialized u8 eth_addr[ETH_ALEN]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:419:9: note: byref variable will be forcibly initialized u32 i, control; ^~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:418:6: note: byref variable will be forcibly initialized u32 addr[2]; ^~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c: In function 'atl1_check_options': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:206:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:197:22: note: byref variable will be forcibly initialized struct atl1_option opt = { ^~~ In file included from /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:74: /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c: In function 'atlx_clear_phy_int': /kisskb/src/drivers/net/ethernet/atheros/atlx/atlx.c:174:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c: In function 'atl1_get_speed_and_duplex': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:870:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c: In function 'mdio_read': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:982:6: note: byref variable will be forcibly initialized u16 result; ^~~~~~ In file included from /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:74: /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c: In function 'atl1_check_for_link': /kisskb/src/drivers/net/ethernet/atheros/atlx/atlx.c:82:6: note: byref variable will be forcibly initialized u16 phy_data = 0; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c: In function 'atl1_check_link': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:1283:21: note: byref variable will be forcibly initialized u16 speed, duplex, phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:1283:13: note: byref variable will be forcibly initialized u16 speed, duplex, phy_data; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:1283:6: note: byref variable will be forcibly initialized u16 speed, duplex, phy_data; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c: In function 'atl1_suspend': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:2763:6: note: byref variable will be forcibly initialized u16 duplex; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:2762:6: note: byref variable will be forcibly initialized u16 speed; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:2759:6: note: byref variable will be forcibly initialized u32 ctrl = 0; ^~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c: In function 'atl1_get_link_ksettings': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:3223:19: note: byref variable will be forcibly initialized u16 link_speed, link_duplex; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl1.c:3223:7: note: byref variable will be forcibly initialized u16 link_speed, link_duplex; ^~~~~~~~~~ /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:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/net/mii.c: In function 'mii_ethtool_set_link_ksettings': /kisskb/src/drivers/net/mii.c:354:7: note: byref variable will be forcibly initialized u32 advertising; ^~~~~~~~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_connect': /kisskb/src/drivers/usb/misc/usb251xb.c:354:8: note: byref variable will be forcibly initialized char wbuf[USB251XB_I2C_WRITE_SZ + 1]; ^~~~ /kisskb/src/drivers/usb/misc/usb251xb.c:290:7: note: byref variable will be forcibly initialized char i2c_wb[USB251XB_I2C_REG_SZ]; ^~~~~~ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_get_ports_field': /kisskb/src/drivers/usb/misc/usb251xb.c:388:6: note: byref variable will be forcibly initialized u32 port; ^~~~ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_get_ofdata': /kisskb/src/drivers/usb/misc/usb251xb.c:406:7: note: byref variable will be forcibly initialized char str[USB251XB_STRING_BUFSIZE / 2]; ^~~ /kisskb/src/drivers/usb/misc/usb251xb.c:404:6: note: byref variable will be forcibly initialized u32 property_u32 = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/usb3503.c: In function 'usb3503_probe': /kisskb/src/drivers/usb/misc/usb3503.c:172:7: note: byref variable will be forcibly initialized u32 rate = 0; ^~~~ /kisskb/src/drivers/usb/misc/usb3503.c:166:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/usb/misc/usb3503.c:163:6: note: byref variable will be forcibly initialized u32 mode = USB3503_MODE_HUB; ^~~~ /kisskb/src/drivers/usb/usbip/vhci_sysfs.c: In function 'attach_store': /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:318:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:313:54: note: byref variable will be forcibly initialized __u32 port = 0, pdev_nr = 0, rhport = 0, devid = 0, speed = 0; ^~~~~ /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:313:43: note: byref variable will be forcibly initialized __u32 port = 0, pdev_nr = 0, rhport = 0, devid = 0, speed = 0; ^~~~~ /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:313:31: note: byref variable will be forcibly initialized __u32 port = 0, pdev_nr = 0, rhport = 0, devid = 0, speed = 0; ^~~~~~ /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:313:18: note: byref variable will be forcibly initialized __u32 port = 0, pdev_nr = 0, rhport = 0, devid = 0, speed = 0; ^~~~~~~ /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:313:8: note: byref variable will be forcibly initialized __u32 port = 0, pdev_nr = 0, rhport = 0, devid = 0, speed = 0; ^~~~ /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:312:6: note: byref variable will be forcibly initialized int sockfd = 0; ^~~~~~ /kisskb/src/drivers/usb/usbip/vhci_sysfs.c: In function 'detach_store': /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:236:31: note: byref variable will be forcibly initialized __u32 port = 0, pdev_nr = 0, rhport = 0; ^~~~~~ /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:236:18: note: byref variable will be forcibly initialized __u32 port = 0, pdev_nr = 0, rhport = 0; ^~~~~~~ /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:236:8: note: byref variable will be forcibly initialized __u32 port = 0, pdev_nr = 0, rhport = 0; ^~~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:9: /kisskb/src/drivers/usb/usbip/vhci_sysfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/usbip/vhci_sysfs.c: In function 'status_name_to_id': /kisskb/src/drivers/usb/usbip/vhci_sysfs.c:133:7: note: byref variable will be forcibly initialized long val; ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/usb/misc/chaoskey.c:17: /kisskb/src/drivers/usb/misc/chaoskey.c: In function '_chaoskey_fill': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/chaoskey.c:382:11: note: in expansion of macro 'wait_event_interruptible_timeout' result = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr3_rmt_verify_struct': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:175:17: note: byref variable will be forcibly initialized xfs_failaddr_t fa; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr3_rmt_read_verify': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:163:17: note: byref variable will be forcibly initialized xfs_failaddr_t fa; ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, 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:232:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_buf_get': /kisskb/src/fs/xfs/xfs_buf.h:218:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_get': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:394:8: note: byref variable will be forcibly initialized int offset = 0; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:390:8: note: byref variable will be forcibly initialized int nmap; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:389:8: note: byref variable will be forcibly initialized int valuelen; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:388:13: note: byref variable will be forcibly initialized uint8_t *dst = args->value; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:386:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:384:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map[ATTR_RMTVALUE_MAPSIZE]; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmt_find_hole': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:452:17: note: byref variable will be forcibly initialized xfs_fileoff_t lfileoff = 0; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_set_value': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:496:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:484:8: note: byref variable will be forcibly initialized int offset = 0; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:482:8: note: byref variable will be forcibly initialized int nmap; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:481:8: note: byref variable will be forcibly initialized int valuelen; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:479:13: note: byref variable will be forcibly initialized uint8_t *src = args->value; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:477:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_set_blk': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:606:6: note: byref variable will be forcibly initialized 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:646:9: note: byref variable will be forcibly initialized int nmap; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:645:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map; ^~~ /kisskb/src/drivers/usb/misc/chaoskey.c: In function 'chaoskey_probe': /kisskb/src/drivers/usb/misc/chaoskey.c:111:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *epd; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_remove': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:679:16: note: byref variable will be forcibly initialized int error, done; ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_set_analog_params': /kisskb/src/drivers/media/tuners/tda827x.c:241:16: note: byref variable will be forcibly initialized unsigned char reg2[2]; ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c:240:16: note: byref variable will be forcibly initialized unsigned char tuner_reg[8]; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_set_params': /kisskb/src/drivers/media/tuners/tda827x.c:149:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:146:5: note: byref variable will be forcibly initialized u8 buf[14]; ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827x_probe_version': /kisskb/src/drivers/media/tuners/tda827x.c:844:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = I2C_M_RD, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:841:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c: In function 'i2c_slave_testunit_work': /kisskb/src/drivers/i2c/i2c-slave-testunit.c:50:5: note: byref variable will be forcibly initialized u8 msgbuf[256]; ^~~~~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c:49:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_agcf': /kisskb/src/drivers/media/tuners/tda827x.c:750:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:749:16: note: byref variable will be forcibly initialized unsigned char data[] = {0x80, 0x2c}; ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_lna_gain': /kisskb/src/drivers/media/tuners/tda827x.c:452:16: note: byref variable will be forcibly initialized unsigned char buf[] = {0x22, 0x01}; ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_set_analog_params': /kisskb/src/drivers/media/tuners/tda827x.c:655:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:651:16: note: byref variable will be forcibly initialized unsigned char tuner_reg[11]; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_set_params': /kisskb/src/drivers/media/tuners/tda827x.c:508:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:506:5: note: byref variable will be forcibly initialized u8 buf[11]; ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_sleep': /kisskb/src/drivers/media/tuners/tda827x.c:435:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_agcf': /kisskb/src/drivers/media/tuners/tda827x.c:325:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:324:16: note: byref variable will be forcibly initialized unsigned char data[] = { 0x80, 0x0c }; ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_sleep': /kisskb/src/drivers/media/tuners/tda827x.c:223:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'led_delay_off_store': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:55:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'led_delay_on_store': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:30:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'pattern_init': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:81:15: note: byref variable will be forcibly initialized unsigned int size = 0; ^~~~ /kisskb/src/drivers/net/loopback.c: In function 'loopback_get_stats64': /kisskb/src/drivers/net/loopback.c:121:15: note: byref variable will be forcibly initialized u64 packets, bytes; ^~~~~ /kisskb/src/drivers/net/loopback.c:121:6: note: byref variable will be forcibly initialized u64 packets, bytes; ^~~~~~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'u2_timeout_store': /kisskb/src/drivers/usb/misc/lvstest.c:203:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'u1_timeout_store': /kisskb/src/drivers/usb/misc/lvstest.c:232:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'lvs_rh_probe': /kisskb/src/drivers/usb/misc/lvstest.c:397:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *endpoint; ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_rf_cal': /kisskb/src/drivers/media/tuners/tda18271-common.c:688:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function '_tda_printk': /kisskb/src/drivers/media/tuners/tda18271-common.c:709:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_read_regs': /kisskb/src/drivers/media/tuners/tda18271-common.c:115:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:113:16: note: byref variable will be forcibly initialized unsigned char buf = 0x00; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_read_extended': /kisskb/src/drivers/media/tuners/tda18271-common.c:145:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:143:16: note: byref variable will be forcibly initialized unsigned char buf = 0x00; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:142:16: note: byref variable will be forcibly initialized unsigned char regdump[TDA18271_NUM_REGS]; ^~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function '__tda18271_write_regs': /kisskb/src/drivers/media/tuners/tda18271-common.c:183:16: note: byref variable will be forcibly initialized unsigned char buf[TDA18271_NUM_REGS + 1]; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_main_pll': /kisskb/src/drivers/media/tuners/tda18271-common.c:555:8: note: byref variable will be forcibly initialized u8 d, pd; ^~ /kisskb/src/drivers/media/tuners/tda18271-common.c:555:5: note: byref variable will be forcibly initialized u8 d, pd; ^ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:51:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_cal_pll': /kisskb/src/drivers/media/tuners/tda18271-common.c:578:8: note: byref variable will be forcibly initialized u8 d, pd; ^~ /kisskb/src/drivers/media/tuners/tda18271-common.c:578:5: note: byref variable will be forcibly initialized u8 d, pd; ^ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_delay_off_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:104:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_delay_on_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:80:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_bp_filter': /kisskb/src/drivers/media/tuners/tda18271-common.c:603:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_km': /kisskb/src/drivers/media/tuners/tda18271-common.c:620:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'pattern_init': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:133:15: note: byref variable will be forcibly initialized unsigned int size = 0; ^~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_rf_band': /kisskb/src/drivers/media/tuners/tda18271-common.c:637:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_gain_taper': /kisskb/src/drivers/media/tuners/tda18271-common.c:654:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_ir_measure': /kisskb/src/drivers/media/tuners/tda18271-common.c:671:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-heartbeat.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-heartbeat.c:108:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271c2_rf_tracking_filters_correction': /kisskb/src/drivers/media/tuners/tda18271-fe.c:249:17: note: byref variable will be forcibly initialized u8 tm_current, dc_over_dt, rf_tab; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271_powerscan': /kisskb/src/drivers/media/tuners/tda18271-fe.c:437:6: note: byref variable will be forcibly initialized u32 freq; ^~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:436:6: note: byref variable will be forcibly initialized u16 count_limit; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:435:5: note: byref variable will be forcibly initialized u8 cid_target; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271_rf_tracking_filters_init': /kisskb/src/drivers/media/tuners/tda18271-fe.c:572:6: note: byref variable will be forcibly initialized s32 prog_tab[3]; ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:571:6: note: byref variable will be forcibly initialized s32 prog_cal[3]; ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:570:6: note: byref variable will be forcibly initialized u32 rf_freq[3]; ^~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:569:6: note: byref variable will be forcibly initialized u32 rf_default[3]; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c: In function 'amd_config_tuning_phase': /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:1695:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c: In function 'amd_enable_manual_tuning': /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:1705:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c: In function 'sdhci_cqhci_irq': /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:222:6: note: byref variable will be forcibly initialized int data_error = 0; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:221:6: note: byref variable will be forcibly initialized int cmd_error = 0; ^~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c: In function 'sis_get_ctrl_properties': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c:243:29: note: byref variable will be forcibly initialized 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:272:29: note: byref variable will be forcibly initialized 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:295:29: note: byref variable will be forcibly initialized struct sis_sync_cmd_params params; ^~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c: In function 'jmicron_pmos': /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:1370:5: note: byref variable will be forcibly initialized u8 scratch; ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c: In function 'sdhci_pci_probe': /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:2289:12: note: byref variable will be forcibly initialized u8 slots, first_bar; ^~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:2289:5: note: byref variable will be forcibly initialized u8 slots, first_bar; ^~~~~ /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:29: note: byref variable will be forcibly initialized struct pqi_raid_error_info error_info; ^~~~~~~~~~ In file included from /kisskb/src/drivers/leds/led-core.c:18: /kisskb/src/drivers/leds/led-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_compose_name': /kisskb/src/drivers/leds/led-core.c:446:8: note: byref variable will be forcibly initialized char tmp_buf[LED_MAX_NAME_SIZE]; ^~~~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_init_default_state_get': /kisskb/src/drivers/leds/led-core.c:483:14: note: byref variable will be forcibly initialized const char *state = NULL; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-transient.c: In function 'transient_state_store': /kisskb/src/drivers/leds/trigger/ledtrig-transient.c:135:16: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ In file included from /kisskb/src/drivers/usb/usbip/vhci_tx.c:7: /kisskb/src/drivers/usb/usbip/vhci_tx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c: In function 'vhci_send_cmd_submit': /kisskb/src/drivers/usb/usbip/vhci_tx.c:124:12: note: byref variable will be forcibly initialized ssize_t len = 0; ^~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c:70:23: note: byref variable will be forcibly initialized struct usbip_header pdu_header; ^~~~~~~~~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c:58:16: note: byref variable will be forcibly initialized struct msghdr msg; ^~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c: In function 'vhci_send_cmd_unlink': /kisskb/src/drivers/usb/usbip/vhci_tx.c:198:23: note: byref variable will be forcibly initialized struct usbip_header pdu_header; ^~~~~~~~~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c:192:14: note: byref variable will be forcibly initialized struct kvec iov; ^~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c:191:16: note: byref variable will be forcibly initialized struct msghdr msg; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/usb/usbip/vhci_tx.c:6: /kisskb/src/drivers/usb/usbip/vhci_tx.c: In function 'vhci_tx_loop': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/vhci_tx.c:247:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(vdev->waitq_tx, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/vhci_rx.c: In function 'vhci_rx_pdu': /kisskb/src/drivers/usb/usbip/vhci_rx.c:200:22: note: byref variable will be forcibly initialized struct usbip_header pdu; ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_mem_next_frag': /kisskb/src/drivers/firmware/arm_ffa/driver.c:386:14: note: byref variable will be forcibly initialized 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:528:14: note: byref variable will be forcibly initialized ffa_value_t ret; ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_rx_release': /kisskb/src/drivers/firmware/arm_ffa/driver.c:197:14: note: byref variable will be forcibly initialized 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:172:14: note: byref variable will be forcibly initialized ffa_value_t ver; ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_id_get': /kisskb/src/drivers/firmware/arm_ffa/driver.c:302:14: note: byref variable will be forcibly initialized ffa_value_t id; ^~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_rxtx_map': /kisskb/src/drivers/firmware/arm_ffa/driver.c:213:14: note: byref variable will be forcibly initialized ffa_value_t ret; ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_mem_first_frag': /kisskb/src/drivers/firmware/arm_ffa/driver.c:359:14: note: byref variable will be forcibly initialized ffa_value_t ret; ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_msg_send_direct_req': /kisskb/src/drivers/firmware/arm_ffa/driver.c:320:14: note: byref variable will be forcibly initialized 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:246:14: note: byref variable will be forcibly initialized ffa_value_t partition_info; ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/firmware/arm_ffa/driver.c:33: /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_partition_info_get': /kisskb/src/drivers/firmware/arm_ffa/driver.c:552:29: note: byref variable will be forcibly initialized struct ffa_partition_info *pbuf; ^~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c:551:9: note: byref variable will be forcibly initialized uuid_t uuid; ^~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_setup_partitions': /kisskb/src/drivers/firmware/arm_ffa/driver.c:626:29: note: byref variable will be forcibly initialized 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:228:14: note: byref variable will be forcibly initialized 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:610:29: note: byref variable will be forcibly initialized struct ffa_partition_info *pbuf, *tpbuf; ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_getpciinfo_ioctl': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6153:24: note: byref variable will be forcibly initialized 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:6175:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_is_parity_write_stream': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5618:36: note: byref variable will be forcibly initialized struct pqi_scsi_dev_raid_map_data rmd; ^~~ /kisskb/src/drivers/usb/usbip/stub_dev.c: In function 'usbip_sockfd_store': /kisskb/src/drivers/usb/usbip/stub_dev.c:62:7: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/drivers/usb/usbip/stub_dev.c:46:6: note: byref variable will be forcibly initialized int sockfd = 0; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:14: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_acknowledge_event': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:3301:39: note: byref variable will be forcibly initialized struct pqi_event_acknowledge_request request; ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:332:2: note: in expansion of macro 'wait_event' wait_event(ctrl_info->block_requests_wait, ^~~~~~~~~~ /kisskb/src/drivers/net/net_failover.c: In function 'net_failover_lower_state_changed': /kisskb/src/drivers/net/net_failover.c:439:37: note: byref variable will be forcibly initialized struct netdev_lag_lower_state_info info; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/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:4316:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_config_table_update': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7199:36: note: byref variable will be forcibly initialized 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:8334:36: note: byref variable will be forcibly initialized struct pqi_vendor_general_request request; ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_lun_reset': In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/drivers/net/net_failover.c:17: /kisskb/src/drivers/net/net_failover.c: In function 'net_failover_slave_register': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5943:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/net_failover.c:549:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nfo_info->primary_dev, slave_dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/net_failover.c:545:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nfo_info->standby_dev, slave_dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_send_scsi_raid_request': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:651:26: note: byref variable will be forcibly initialized enum dma_data_direction dir; ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:650:31: note: byref variable will be forcibly initialized 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:711:31: note: byref variable will be forcibly initialized struct pqi_raid_path_request request; ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:709:26: note: byref variable will be forcibly initialized enum dma_data_direction dir; ^~~ /kisskb/src/drivers/net/net_failover.c: In function 'net_failover_get_stats': /kisskb/src/drivers/net/net_failover.c:187:27: note: byref variable will be forcibly initialized struct rtnl_link_stats64 temp; ^~~~ /kisskb/src/drivers/usb/usbip/vhci_hcd.c: In function 'vhci_hub_control': /kisskb/src/drivers/usb/usbip/vhci_hcd.c:325:6: note: byref variable will be forcibly initialized u32 prev_port_status[VHCI_HC_PORTS]; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_create_event_queue': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4537:36: note: byref variable will be forcibly initialized struct pqi_general_admin_response response; ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4536:35: note: byref variable will be forcibly initialized struct pqi_general_admin_request request; ^~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-backlight.c: In function 'bl_trig_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-backlight.c:73:16: note: byref variable will be forcibly initialized unsigned long invert; ^~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_create_queue_group': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4583:36: note: byref variable will be forcibly initialized struct pqi_general_admin_response response; ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4582:35: note: byref variable will be forcibly initialized struct pqi_general_admin_request request; ^~~~~~~ /kisskb/src/drivers/net/ethernet/ezchip/nps_enet.c: In function 'nps_enet_read_rx_fifo': /kisskb/src/drivers/net/ethernet/ezchip/nps_enet.c:56:7: note: byref variable will be forcibly initialized u32 buf; ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_get_advanced_raid_bypass_config': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:765:31: note: byref variable will be forcibly initialized struct pqi_raid_path_request request; ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:764:26: note: byref variable will be forcibly initialized 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:4753:40: note: byref variable will be forcibly initialized struct pqi_general_management_request request; ^~~~~~~ In file included from /kisskb/src/drivers/usb/usbip/vhci_hcd.c:13: /kisskb/src/drivers/usb/usbip/vhci_hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/usbip/vhci_hcd.c: In function 'hcd_name_to_id': /kisskb/src/drivers/usb/usbip/vhci_hcd.c:1126:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_get_device_lists': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1116:27: note: byref variable will be forcibly initialized struct report_lun_header report_lun_header; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/vhci_hcd.c: In function 'vhci_hcd_init': /kisskb/src/drivers/usb/usbip/vhci_hcd.c:1535:9: note: byref variable will be forcibly initialized void *vhci = &vhcis[i]; ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_report_device_capability': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4417:36: note: byref variable will be forcibly initialized struct pqi_general_admin_response response; ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4416:35: note: byref variable will be forcibly initialized struct pqi_general_admin_request request; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:14: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/dlink/dl2k.c: In function 'parse_eeprom': /kisskb/src/drivers/net/ethernet/dlink/dl2k.c:331:5: note: byref variable will be forcibly initialized u8 sromdata[256]; ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_process_raid_io_error': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2916:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/net/ethernet/dlink/dl2k.c: In function 'rio_probe1': /kisskb/src/drivers/net/ethernet/dlink/dl2k.c:112:13: note: byref variable will be forcibly initialized dma_addr_t ring_dma; ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_send_i2c_data': /kisskb/src/drivers/media/tuners/xc5000.c:246:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_props.addr, ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_wait_for_pqi_mode_ready': /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_load_i2c_sequence': /kisskb/src/drivers/media/tuners/xc5000.c:355:5: note: byref variable will be forcibly initialized u8 buf[XC_MAX_I2C_WRITE_LENGTH]; ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2835:6: note: byref variable will be forcibly initialized u64 signature; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_readreg': /kisskb/src/drivers/media/tuners/xc5000.c:277:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/xc5000.c:276:5: note: byref variable will be forcibly initialized u8 bval[2] = { 0, 0 }; ^~~~ /kisskb/src/drivers/media/tuners/xc5000.c:275:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg >> 8, reg & 0xff }; ^~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_get_status': /kisskb/src/drivers/media/tuners/xc5000.c:1088:6: note: byref variable will be forcibly initialized u16 lock_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_is_firmware_loaded': /kisskb/src/drivers/media/tuners/xc5000.c:821:6: note: byref variable will be forcibly initialized u16 id; ^~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_write_reg': /kisskb/src/drivers/media/tuners/xc5000.c:319:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_process_config_table': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7510:39: note: byref variable will be forcibly initialized struct pqi_config_table_section_info feature_section_info; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_load_fw_and_init_tuner': /kisskb/src/drivers/media/tuners/xc5000.c:1106:6: note: byref variable will be forcibly initialized u16 fw_ck; ^~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:1105:6: note: byref variable will be forcibly initialized u16 pll_lock_status; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:1103:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_get_frequency_error': /kisskb/src/drivers/media/tuners/xc5000.c:484:6: note: byref variable will be forcibly initialized u16 reg_data; ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_get_version': /kisskb/src/drivers/media/tuners/xc5000.c:505:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_get_hsync_freq': /kisskb/src/drivers/media/tuners/xc5000.c:527:6: note: byref variable will be forcibly initialized u16 reg_data; ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_show_volume_status': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1569:7: note: byref variable will be forcibly initialized char unknown_state_buffer[sizeof(unknown_state_str) + 10]; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_debug_dump': /kisskb/src/drivers/media/tuners/xc5000.c:636:6: note: byref variable will be forcibly initialized u16 regval; ^~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:635:6: note: byref variable will be forcibly initialized u16 fw_buildversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:634:26: note: byref variable will be forcibly initialized u8 fw_majorversion = 0, fw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:634:5: note: byref variable will be forcibly initialized u8 fw_majorversion = 0, fw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:633:26: note: byref variable will be forcibly initialized u8 hw_majorversion = 0, hw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:633:5: note: byref variable will be forcibly initialized u8 hw_majorversion = 0, hw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:632:6: note: byref variable will be forcibly initialized u16 totalgain; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:631:6: note: byref variable will be forcibly initialized u16 snr; ^~~ /kisskb/src/drivers/media/tuners/xc5000.c:630:6: note: byref variable will be forcibly initialized u16 quality; ^~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:629:6: note: byref variable will be forcibly initialized u16 frame_lines; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:628:6: note: byref variable will be forcibly initialized u32 hsync_freq_hz = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:627:6: note: byref variable will be forcibly initialized u16 lock_status; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:626:6: note: byref variable will be forcibly initialized u32 freq_error_hz = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:625:6: note: byref variable will be forcibly initialized u16 adc_envelope; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_passthru_ioctl': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6267:25: note: byref variable will be forcibly initialized struct ciss_error_info ciss_error_info; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6266:29: note: byref variable will be forcibly initialized struct pqi_raid_error_info pqi_error_info; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6265:31: note: byref variable will be forcibly initialized struct pqi_raid_path_request request; ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6264:23: note: byref variable will be forcibly initialized IOCTL_Command_struct iocommand; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_set_tv_freq': /kisskb/src/drivers/media/tuners/xc5000.c:900:6: note: byref variable will be forcibly initialized u16 pll_lock_status; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_attach': /kisskb/src/drivers/media/tuners/xc5000.c:1370:6: note: byref variable will be forcibly initialized u16 id = 0; ^~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c: In function 'cxgb4vf_get_port_mask': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:2867:5: note: byref variable will be forcibly initialized u8 mac[ETH_ALEN]; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:2865:15: note: byref variable will be forcibly initialized unsigned int naddr = 1, pidx = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c: In function 'cxgb4vf_get_stats': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:906:25: note: byref variable will be forcibly initialized struct t4vf_port_stats stats; ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_unique_id_show': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6655:5: note: byref variable will be forcibly initialized u8 unique_id[16]; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c: In function 'set_rxq_intr_params': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:1095:10: note: byref variable will be forcibly initialized u32 v, pktcnt_idx; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:1095:7: note: byref variable will be forcibly initialized u32 v, pktcnt_idx; ^ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_lunid_show': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6693:5: note: byref variable will be forcibly initialized u8 lunid[8]; ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_dev_info': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c: In function 'cxgb4vf_mac_unsync': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1778:7: note: byref variable will be forcibly initialized char buffer[PQI_DEV_INFO_BUFFER_LENGTH]; ^~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:972:12: note: byref variable will be forcibly initialized const u8 *maclist[1] = {mac_addr}; ^~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c: In function 'cxgb4vf_mac_sync': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:944:12: note: byref variable will be forcibly initialized const u8 *maclist[1] = {mac_addr}; ^~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:941:6: note: byref variable will be forcibly initialized u64 uhash = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:940:6: note: byref variable will be forcibly initialized u64 mhash = 0; ^~~~~ 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:1937:12: note: byref variable will be forcibly initialized LIST_HEAD(delete_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1936:12: note: byref variable will be forcibly initialized LIST_HEAD(add_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1935:23: note: byref variable will be forcibly initialized struct pqi_scsi_dev *matching_device; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c: In function 'setup_rss': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:730:25: note: byref variable will be forcibly initialized union rss_vi_config config; ^~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:706:7: note: byref variable will be forcibly initialized u16 rss[MAX_PORT_QSETS]; ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_update_scsi_devices': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2134:34: note: byref variable will be forcibly initialized struct report_log_lun_extended *logdev_list = NULL; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2133:35: note: byref variable will be forcibly initialized struct report_phys_lun_extended *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:2132:12: note: byref variable will be forcibly initialized LIST_HEAD(new_device_list_head); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c: In function 'enable_msix': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:2802:20: note: byref variable will be forcibly initialized struct msix_entry entries[MSIX_ENTRIES]; ^~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c: In function 'adap_init0': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:2516:13: note: byref variable will be forcibly initialized u32 param, val = 0; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:2516:6: note: byref variable will be forcibly initialized u32 param, val = 0; ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_path_info_show': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6728:5: note: byref variable will be forcibly initialized u8 phys_connector[2]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_writeregs': /kisskb/src/drivers/media/tuners/mt2131.c:70:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->cfg->i2c_address, ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c: In function 'cxgb4vf_pci_probe': /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_writereg': /kisskb/src/drivers/media/tuners/mt2131.c:58:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->cfg->i2c_address, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/mt2131.c:57:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg, val }; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:3125:20: note: byref variable will be forcibly initialized struct sockaddr addr; ^~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:3040:16: note: byref variable will be forcibly initialized unsigned int naddr = 1; ^~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c:3039:6: note: byref variable will be forcibly initialized u8 mac[ETH_ALEN]; ^~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_readreg': /kisskb/src/drivers/media/tuners/mt2131.c:41:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_get_status': /kisskb/src/drivers/media/tuners/mt2131.c:182:5: note: byref variable will be forcibly initialized u8 afc_status = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c:181:5: note: byref variable will be forcibly initialized u8 lock_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c: In function 'interval_store': /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c:266:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_set_params': /kisskb/src/drivers/media/tuners/mt2131.c:91:5: note: byref variable will be forcibly initialized u8 lockval = 0; ^~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c:90:6: note: byref variable will be forcibly initialized u8 b[8]; ^ /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c: In function 'netdev_led_attr_store': /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c:176:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_attach': /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c: In function 'netdev_trig_work': /kisskb/src/drivers/media/tuners/mt2131.c:247:5: note: byref variable will be forcibly initialized u8 id = 0; ^~ /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c:353:16: note: byref variable will be forcibly initialized unsigned long interval; ^~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c:352:27: note: byref variable will be forcibly initialized struct rtnl_link_stats64 temp; ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_ofa_alloc_mem': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:8204:13: note: byref variable will be forcibly initialized 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:4873:13: note: byref variable will be forcibly initialized 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:959:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_host_enable_r6_writes_store': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6605:5: note: byref variable will be forcibly initialized 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:6578:5: note: byref variable will be forcibly initialized 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:6551:5: note: byref variable will be forcibly initialized u8 set_stream_detection = 0; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_lockup_action_store': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6521:7: note: byref variable will be forcibly initialized char action_name_buffer[32]; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_build_aio_r1_sg_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5117:7: note: byref variable will be forcibly initialized bool chained; ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_build_aio_r56_sg_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5155:7: note: byref variable will be forcibly initialized 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:5191:7: note: byref variable will be forcibly initialized 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:2729:29: note: byref variable will be forcibly initialized struct pqi_encryption_info encryption_info; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_build_raid_sg_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5081:7: note: byref variable will be forcibly initialized bool chained; ^~~~~~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_read_reg': /kisskb/src/drivers/media/tuners/mxl5007t.c:480:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:479:5: note: byref variable will be forcibly initialized u8 buf[2] = { 0xfb, reg }; ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_synth_lock_status': /kisskb/src/drivers/media/tuners/mxl5007t.c:551:5: note: byref variable will be forcibly initialized u8 d; ^ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_get_status': /kisskb/src/drivers/media/tuners/mxl5007t.c:575:17: note: byref variable will be forcibly initialized int rf_locked, ref_locked, ret; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:575:6: note: byref variable will be forcibly initialized int rf_locked, ref_locked, ret; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_get_chip_id': /kisskb/src/drivers/media/tuners/mxl5007t.c:798:5: note: byref variable will be forcibly initialized u8 id; ^~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_soft_reset': /kisskb/src/drivers/media/tuners/mxl5007t.c:499:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:498:5: note: byref variable will be forcibly initialized u8 d = 0xff; ^ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_write_reg': /kisskb/src/drivers/media/tuners/mxl5007t.c:451:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->i2c_props.addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:450:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, val }; ^~~ /kisskb/src/drivers/media/tuners/tda18212.c: In function 'tda18212_set_params': /kisskb/src/drivers/media/tuners/tda18212.c:25:5: note: byref variable will be forcibly initialized u8 buf[9]; ^~~ /kisskb/src/drivers/media/tuners/tda18212.c: In function 'tda18212_probe': /kisskb/src/drivers/media/tuners/tda18212.c:183:15: note: byref variable will be forcibly initialized unsigned int chip_id; ^~~~~~~ /kisskb/src/drivers/leds/led-class.c: In function 'brightness_store': /kisskb/src/drivers/leds/led-class.c:42:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/leds/led-class.c: In function 'led_classdev_register_ext': /kisskb/src/drivers/leds/led-class.c:340:7: note: byref variable will be forcibly initialized char final_name[LED_MAX_NAME_SIZE]; ^~~~~~~~~~ /kisskb/src/drivers/leds/led-class.c:339:7: note: byref variable will be forcibly initialized char composed_name[LED_MAX_NAME_SIZE]; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/stub_main.c: In function 'match_busid_store': /kisskb/src/drivers/usb/usbip/stub_main.c:171:7: note: byref variable will be forcibly initialized char busid[BUSID_SIZE]; ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'hw_revision_show': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:258:15: note: byref variable will be forcibly initialized u8 id1, id2, id3; ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:258:10: note: byref variable will be forcibly initialized u8 id1, id2, id3; ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:258:5: note: byref variable will be forcibly initialized u8 id1, id2, id3; ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'num_dsi_errors_show': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:238:5: note: byref variable will be forcibly initialized u8 errors = 0; ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'dsicm_probe': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:554:31: note: byref variable will be forcibly initialized struct backlight_properties props = { 0 }; ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'dsicm_power_on': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:302:15: note: byref variable will be forcibly initialized u8 id1, id2, id3; ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:302:10: note: byref variable will be forcibly initialized u8 id1, id2, id3; ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:302:5: note: byref variable will be forcibly initialized u8 id1, id2, id3; ^~~ 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/usbip/stub_rx.c:8: /kisskb/src/drivers/usb/usbip/stub_rx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/usbip/stub_rx.c: In function 'stub_recv_cmd_submit': /kisskb/src/drivers/usb/usbip/stub_rx.c:462:6: note: byref variable will be forcibly initialized int nents; ^~~~~ /kisskb/src/drivers/usb/usbip/stub_rx.c: In function 'stub_rx_pdu': /kisskb/src/drivers/usb/usbip/stub_rx.c:630:22: note: byref variable will be forcibly initialized struct usbip_header pdu; ^~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'MXL_RegWriteBit': /kisskb/src/drivers/media/tuners/mxl5005s.c:3567:11: note: byref variable will be forcibly initialized const u8 OR_MAP[8] = { ^~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:3563:11: note: byref variable will be forcibly initialized const u8 AND_MAP[8] = { ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_get_timings_modes': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:215:20: note: byref variable will be forcibly initialized struct videomode vm; ^~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_parse_panel_timing_node': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:624:19: note: byref variable will be forcibly initialized struct videomode vm; ^~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_dpi_probe': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:577:19: note: byref variable will be forcibly initialized struct videomode vm; ^~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:576:15: note: byref variable will be forcibly initialized unsigned int bus_flags; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_probe': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:667:24: note: byref variable will be forcibly initialized struct display_timing dt; ^~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'MXL_GetCHRegister_ZeroIF': /kisskb/src/drivers/media/tuners/mxl5005s.c:3652:5: note: byref variable will be forcibly initialized u8 RegAddr[] = {43, 136}; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/usb/usbip/usbip_common.h:13, from /kisskb/src/drivers/usb/usbip/stub_tx.c:10: /kisskb/src/drivers/usb/usbip/stub_tx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/usbip/stub_tx.c: In function 'stub_send_ret_unlink': /kisskb/src/drivers/usb/usbip/stub_tx.c:374:23: note: byref variable will be forcibly initialized struct usbip_header pdu_header; ^~~~~~~~~~ /kisskb/src/drivers/usb/usbip/stub_tx.c:367:14: note: byref variable will be forcibly initialized struct kvec iov[1]; ^~~ /kisskb/src/drivers/usb/usbip/stub_tx.c:366:16: note: byref variable will be forcibly initialized struct msghdr msg; ^~~ /kisskb/src/drivers/usb/usbip/stub_tx.c: In function 'stub_send_ret_submit': /kisskb/src/drivers/usb/usbip/stub_tx.c:300:12: note: byref variable will be forcibly initialized ssize_t len = 0; ^~~ /kisskb/src/drivers/usb/usbip/stub_tx.c:162:23: note: byref variable will be forcibly initialized struct usbip_header pdu_header; ^~~~~~~~~~ /kisskb/src/drivers/usb/usbip/stub_tx.c:155:16: note: byref variable will be forcibly initialized struct msghdr msg; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/usb/usbip/stub_tx.c:6: /kisskb/src/drivers/usb/usbip/stub_tx.c: In function 'stub_tx_loop': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/stub_tx.c:446:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(sdev->tx_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_reset': /kisskb/src/drivers/media/tuners/mxl5005s.c:3853:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->i2c_address, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:3852:5: note: byref variable will be forcibly initialized u8 buf[2] = { 0xff, 0x00 }; ^~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_writereg': /kisskb/src/drivers/media/tuners/mxl5005s.c:3879:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->i2c_address, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:3878:5: note: byref variable will be forcibly initialized u8 buf[3] = { reg, val, MXL5005S_LATCH_BYTE }; ^~~ In file included from /kisskb/src/drivers/media/tuners/mxl5005s.c:64: /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_reconfigure': /kisskb/src/drivers/media/tuners/mxl5005s.c:3931:6: note: byref variable will be forcibly initialized int TableLen; ^~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_SetRfFreqHz': /kisskb/src/drivers/media/tuners/mxl5005s.c:345:16: note: byref variable will be forcibly initialized unsigned char MasterControlByte; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:344:6: note: byref variable will be forcibly initialized u32 IfDivval = 0; ^~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:342:6: note: byref variable will be forcibly initialized int TableLen; ^~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:341:16: note: byref variable will be forcibly initialized unsigned char ByteTable[MXL5005S_REG_WRITING_TABLE_LEN_MAX]; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:340:16: note: byref variable will be forcibly initialized unsigned char AddrTable[MXL5005S_REG_WRITING_TABLE_LEN_MAX]; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_readreg': /kisskb/src/drivers/media/tuners/fc0012.c:29:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_writereg': /kisskb/src/drivers/media/tuners/fc0012.c:14:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/tuners/fc0012.c:13:5: note: byref variable will be forcibly initialized u8 buf[2] = {reg, val}; ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_get_rf_strength': /kisskb/src/drivers/media/tuners/fc0012.c:343:16: note: byref variable will be forcibly initialized unsigned char tmp; ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_set_params': /kisskb/src/drivers/media/tuners/fc0012.c:125:39: note: byref variable will be forcibly initialized unsigned char reg[7], am, pm, multi, tmp; ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_attach': /kisskb/src/drivers/media/tuners/fc0012.c:433:5: note: byref variable will be forcibly initialized u8 chip_id; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_eee_calc_timer': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:2869:16: note: byref variable will be forcibly initialized u32 eee_mode, eee_idle; ^~~~~~~~ /kisskb/src/drivers/firmware/meson/meson_sm.c: In function '__meson_sm_call': /kisskb/src/drivers/firmware/meson/meson_sm.c:73:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/firmware/meson/meson_sm.c: In function 'meson_sm_call_read': /kisskb/src/drivers/firmware/meson/meson_sm.c:146:6: note: byref variable will be forcibly initialized u32 size; ^~~~ /kisskb/src/drivers/firmware/meson/meson_sm.c: In function 'meson_sm_call_write': /kisskb/src/drivers/firmware/meson/meson_sm.c:195:6: note: byref variable will be forcibly initialized u32 written; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_eee_set_timers': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:2902:20: note: byref variable will be forcibly initialized u32 eee_idle = 0, eee_mode; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/gpu/drm/panel/panel-innolux-p079zca.c:6: /kisskb/src/drivers/gpu/drm/panel/panel-innolux-p079zca.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/gpu/drm/panel/panel-innolux-p079zca.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_54618se_specific_func': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11010:6: note: byref variable will be forcibly initialized u16 temp; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_5461x_set_link_led': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11243:6: note: byref variable will be forcibly initialized u16 temp; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_54618se_config_loopback': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11411:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_update_pfc_bmac1': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:1940:6: note: byref variable will be forcibly initialized u32 wb_data[2]; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_cl45_read': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:2729:8: note: byref variable will be forcibly initialized u16 temp_val; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_direct_parallel_detect_used': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5341:14: note: byref variable will be forcibly initialized u16 pd_10g, status2_1000x; ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_snprintf': /kisskb/src/drivers/leds/led-triggers.c:81:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5341:6: note: byref variable will be forcibly initialized u16 pd_10g, status2_1000x; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_update_adv_fc': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5377:6: note: byref variable will be forcibly initialized u16 lp_pause; /* link partner */ ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5376:6: note: byref variable will be forcibly initialized u16 ld_pause; /* local driver */ ^~~~~~~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_set': /kisskb/src/drivers/leds/led-triggers.c:162:8: note: byref variable will be forcibly initialized char *envp[2]; ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-khadas-ts050.c: In function 'khadas_ts050_panel_prepare': /kisskb/src/drivers/gpu/drm/panel/panel-khadas-ts050.c:635:53: note: byref variable will be forcibly initialized mipi_dsi_dcs_write(khadas_ts050->link, 0xff, (u8[]){ 0x00 }, 1); ^ /kisskb/src/drivers/gpu/drm/panel/panel-khadas-ts050.c:612:53: note: byref variable will be forcibly initialized mipi_dsi_dcs_write(khadas_ts050->link, 0xc5, (u8[]){ 0x01 }, 1); ^ /kisskb/src/drivers/gpu/drm/panel/panel-khadas-ts050.c:610:53: note: byref variable will be forcibly initialized mipi_dsi_dcs_write(khadas_ts050->link, 0xfb, (u8[]){ 0x01 }, 1); ^ /kisskb/src/drivers/gpu/drm/panel/panel-khadas-ts050.c:607:53: note: byref variable will be forcibly initialized mipi_dsi_dcs_write(khadas_ts050->link, 0xff, (u8[]){ 0x05 }, 1); ^ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_ext_phy_update_adv_fc': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3548:7: note: byref variable will be forcibly initialized u16 gp_status, gp_mask; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3539:6: note: byref variable will be forcibly initialized u16 lp_pause; /* link partner */ ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3538:6: note: byref variable will be forcibly initialized u16 ld_pause; /* local */ ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_read_status': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5765:7: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5740:12: note: byref variable will be forcibly initialized u16 pd, gp_status4; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5740:8: note: byref variable will be forcibly initialized u16 pd, gp_status4; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5732:8: note: byref variable will be forcibly initialized u16 an_link; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5711:7: note: byref variable will be forcibly initialized u16 temp_link_up; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5698:28: note: byref variable will be forcibly initialized u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5698:18: note: byref variable will be forcibly initialized u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5698:6: note: byref variable will be forcibly initialized u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_ext_phy_10G_an_resolve': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7096:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_7101_read_status': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11504:12: note: byref variable will be forcibly initialized u16 val1, val2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11504:6: note: byref variable will be forcibly initialized u16 val1, val2; ^~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'o2_pci_set_baseclk': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:156:6: note: byref variable will be forcibly initialized u32 scratch_32; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_eee_an_resolve': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3009:15: note: byref variable will be forcibly initialized u16 adv = 0, lp = 0; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3009:6: note: byref variable will be forcibly initialized u16 adv = 0, lp = 0; ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'o2_pci_led_enable': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:377:6: note: byref variable will be forcibly initialized u32 scratch_32; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'sdhci_pci_o2_fujin2_pci_init': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:401:6: note: byref variable will be forcibly initialized u32 scratch_32; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_54618se_read_status': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'sdhci_pci_o2_probe': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:636:6: note: byref variable will be forcibly initialized u32 scratch_32; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:635:5: note: byref variable will be forcibly initialized u8 scratch; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11307:6: note: byref variable will be forcibly initialized u16 legacy_status, legacy_speed; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11305:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c: In function 'arasan_phy_sts_poll': /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c:134:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_save_bcm_spirom_ver': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7082:15: note: byref variable will be forcibly initialized u16 fw_ver1, fw_ver2; ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c: In function 'arasan_phy_set': /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c:192:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7082:6: note: byref variable will be forcibly initialized u16 fw_ver1, fw_ver2; ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'sdhci_pci_o2_set_clock': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:525:6: note: byref variable will be forcibly initialized u32 scratch_32; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:524:5: note: byref variable will be forcibly initialized u8 scratch; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8705_read_status': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7714:12: note: byref variable will be forcibly initialized u16 val1, rx_sd; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7714:6: note: byref variable will be forcibly initialized u16 val1, rx_sd; ^~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'sdhci_o2_dll_recovery': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:235:6: note: byref variable will be forcibly initialized u32 scratch_32 = 0; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:234:5: note: byref variable will be forcibly initialized u8 scratch_8 = 0; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8073_is_snr_needed': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7229:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8073_resolve_fc': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7127:7: note: byref variable will be forcibly initialized u16 lp_pause; /* link partner */ ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7126:7: note: byref variable will be forcibly initialized u16 ld_pause; /* local */ ^~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c: In function 'arasan_phy_init': /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c:152:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_get_sigdet': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4388:6: note: byref variable will be forcibly initialized u16 gp2_status_reg0, lane; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_cl45_write': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:2803:8: note: byref variable will be forcibly initialized u16 temp_val; ^~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'sdhci_pci_o2_probe_slot': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:562:6: note: byref variable will be forcibly initialized u32 reg, caps; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_set_gmii_tx_driver': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5822:6: note: byref variable will be forcibly initialized u16 tx_driver; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5821:6: note: byref variable will be forcibly initialized u16 lp_up2; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8726_set_limiting_mode': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8403:6: note: byref variable will be forcibly initialized u16 cur_limiting_mode; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8727_set_limiting_mode': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8453:6: note: byref variable will be forcibly initialized u16 rom_ver2_val; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8452:6: note: byref variable will be forcibly initialized u16 phy_identifier; ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_cl45_read_or_write': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3174:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_cl45_read_and_write': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3183:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_set_10G_XFI': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3954:47: note: byref variable will be forcibly initialized u16 misc1_val, tap_val, tx_driver_val, lane, val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3954:6: note: byref variable will be forcibly initialized u16 misc1_val, tap_val, tx_driver_val, lane, val; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_set_sgmii_speed': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4198:26: note: byref variable will be forcibly initialized u16 val16, digctrl_kx1, digctrl_kx2; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4198:13: note: byref variable will be forcibly initialized u16 val16, digctrl_kx1, digctrl_kx2; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4198:6: note: byref variable will be forcibly initialized u16 val16, digctrl_kx1, digctrl_kx2; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_reset_lane': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4278:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_set_limiting_mode': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8627:6: note: byref variable will be forcibly initialized u16 val = 0; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_restart_autoneg': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5230:6: note: byref variable will be forcibly initialized u16 mii_control; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_setup_mac_ctrl': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:1106:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_check_fallback_to_cl37': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5450:28: note: byref variable will be forcibly initialized u16 rx_status, ustat_val, cl37_fsm_received; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5450:17: note: byref variable will be forcibly initialized u16 rx_status, ustat_val, cl37_fsm_received; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5450:6: note: byref variable will be forcibly initialized u16 rx_status, ustat_val, cl37_fsm_received; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_link_settings_status': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5663:7: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5624:6: note: byref variable will be forcibly initialized u16 gp_status, duplex = DUPLEX_HALF, link_up = 0, speed_mask; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_clear_phy_int': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:572:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_get_speed_and_duplex': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:2425:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_program_serdes': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5140:6: note: byref variable will be forcibly initialized u16 reg_val; ^~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_force_ps': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:2734:6: note: byref variable will be forcibly initialized u16 phy_val; ^~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_check_for_link': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:550:6: note: byref variable will be forcibly initialized u16 phy_data = 0; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_set_ieee_aneg_advertisement': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5209:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_set_autoneg': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5037:6: note: byref variable will be forcibly initialized u16 reg_val; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_initialize_sgmii_process': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5291:7: note: byref variable will be forcibly initialized u16 mii_control; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:5270:6: note: byref variable will be forcibly initialized u16 control1; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_set_warpcore_loopback': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4657:6: note: byref variable will be forcibly initialized u16 val16; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_set_10G_KR': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3886:6: note: byref variable will be forcibly initialized u16 val16, i, lane; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_ext_phy_set_pause': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3464:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_phy_init': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:2624:6: note: byref variable will be forcibly initialized u16 phy_val; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_enable_AN_KR': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3732:38: note: byref variable will be forcibly initialized u16 lane, i, cl72_ctrl, an_adv = 0, val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:3732:15: note: byref variable will be forcibly initialized u16 lane, i, cl72_ctrl, an_adv = 0, val; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'get_permanent_address': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:2178:6: note: byref variable will be forcibly initialized u8 EthAddr[ETH_ALEN]; ^~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:2176:9: note: byref variable will be forcibly initialized u32 i, Control; ^~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:2175:6: note: byref variable will be forcibly initialized u32 Addr[2]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_set_20G_force_KR2': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4088:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_reset_hw': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:2069:6: note: byref variable will be forcibly initialized u16 pci_cfg_cmd_word; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_save_848xx_spirom_version': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9654:6: note: byref variable will be forcibly initialized u16 fw_ver1; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9646:11: note: byref variable will be forcibly initialized u16 val, fw_ver2, cnt, i; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9646:6: note: byref variable will be forcibly initialized u16 val, fw_ver2, cnt, i; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_vlan_mode': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:358:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_848xx_set_led': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9714:6: note: byref variable will be forcibly initialized u16 val, led3_blink_rate, offset, i; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_848xx_set_link_led': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10675:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_suspend': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:1494:6: note: byref variable will be forcibly initialized u32 ctrl = 0; ^~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:1493:13: note: byref variable will be forcibly initialized u16 speed, duplex; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:1493:6: note: byref variable will be forcibly initialized u16 speed, duplex; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_check_link': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:1149:21: note: byref variable will be forcibly initialized u16 speed, duplex, phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:1149:13: note: byref variable will be forcibly initialized u16 speed, duplex, phy_data; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:1149:6: note: byref variable will be forcibly initialized u16 speed, duplex, phy_data; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_848xx_read_status': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10505:7: note: byref variable will be forcibly initialized u16 legacy_status, legacy_speed; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10485:17: note: byref variable will be forcibly initialized u16 val, val1, val2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10485:11: note: byref variable will be forcibly initialized u16 val, val1, val2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10485:6: note: byref variable will be forcibly initialized u16 val, val1, val2; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_set_link_ksettings': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:1739:6: note: byref variable will be forcibly initialized u32 advertising; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_848xx_cmn_config_init': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9804:32: note: byref variable will be forcibly initialized u16 autoneg_val, an_1000_val, an_10_100_val; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9804:19: note: byref variable will be forcibly initialized u16 autoneg_val, an_1000_val, an_10_100_val; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9804:6: note: byref variable will be forcibly initialized u16 autoneg_val, an_1000_val, an_10_100_val; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8727_set_link_led': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9177:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_sfp_mask_fault': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8813:20: note: byref variable will be forcibly initialized u16 alarm_status, val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8813:6: note: byref variable will be forcibly initialized u16 alarm_status, val; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, 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/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:13: /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8706_8726_read_status': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8836:25: note: byref variable will be forcibly initialized u16 val1, val2, rx_sd, pcs_status; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8836:18: note: byref variable will be forcibly initialized u16 val1, val2, rx_sd, pcs_status; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8836:12: note: byref variable will be forcibly initialized u16 val1, val2, rx_sd, pcs_status; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8836:6: note: byref variable will be forcibly initialized u16 val1, val2, rx_sd, pcs_status; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8726_read_status': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9058:6: note: byref variable will be forcibly initialized u16 val1; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8727_config_speed': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9236:12: note: byref variable will be forcibly initialized u16 tmp1, val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9236:6: note: byref variable will be forcibly initialized u16 tmp1, val; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_set_master_ln': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4875:6: note: byref variable will be forcibly initialized u16 new_master_ln, ser_lane; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_check_options': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:2920:21: note: byref variable will be forcibly initialized struct atl2_option opt; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:2919:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_set_parallel_detection': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4982:6: note: byref variable will be forcibly initialized u16 control2; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_get_regs': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:1814:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_check_kr2_wa': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:13840:17: note: byref variable will be forcibly initialized u16 base_page, next_page, not_kr2_device, lane; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:13840:6: note: byref variable will be forcibly initialized u16 base_page, next_page, not_kr2_device, lane; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_config_runtime': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4405:6: note: byref variable will be forcibly initialized u16 gp_status1 = 0, lnkup = 0, lnkup_kr = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_reset_unicore': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4897:6: note: byref variable will be forcibly initialized u16 mii_control; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c: In function 'atl2_setup_pcicmd': /kisskb/src/drivers/net/ethernet/atheros/atlx/atl2.c:1254:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8727_read_sfp_module_eeprom': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7986:6: note: byref variable will be forcibly initialized u16 val, i; ^~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/drivers/leds/leds-bcm6328.c:8: /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/leds-bcm6328.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'bcm6328_hwled': /kisskb/src/drivers/leds/leds-bcm6328.c:301:7: note: byref variable will be forcibly initialized u32 sel; ^~~ /kisskb/src/drivers/leds/leds-bcm6328.c:274:7: note: byref variable will be forcibly initialized u32 sel; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8726_read_sfp_module_eeprom': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7857:6: note: byref variable will be forcibly initialized u16 val = 0; ^~~ /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'bcm6328_led': /kisskb/src/drivers/leds/leds-bcm6328.c:333:14: note: byref variable will be forcibly initialized const char *state; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_wait_reset_complete': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:6019:11: note: byref variable will be forcibly initialized u16 cnt, ctrl; ^~~~ /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'bcm6328_leds_probe': /kisskb/src/drivers/leds/leds-bcm6328.c:441:7: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_84858_cmd_hdlr': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9971:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_84833_cmd_hdlr': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10047:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_848xx_pair_swap_cfg': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10146:6: note: byref variable will be forcibly initialized u16 data[PHY848xx_CMDHDLR_MAX_ARGS]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8483x_enable_eee': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10267:6: note: byref variable will be forcibly initialized u16 cmd_args = 1; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8483x_disable_eee': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10246:6: note: byref variable will be forcibly initialized u16 cmd_args = 0; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8073_xaui_wa': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7254:6: note: byref variable will be forcibly initialized u16 val, cnt, cnt1 ; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8073_read_status': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7527:6: note: byref variable will be forcibly initialized u16 an1000_status = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7526:6: note: byref variable will be forcibly initialized u16 link_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7525:12: note: byref variable will be forcibly initialized u16 val1, val2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7525:6: note: byref variable will be forcibly initialized u16 val1, val2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_set_xgxs_loopback': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:6282:7: note: byref variable will be forcibly initialized u16 mii_ctrl; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8073_set_pause_cl37': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7325:6: note: byref variable will be forcibly initialized u16 cl37_val; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8073_8727_external_rom_boot': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7150:15: note: byref variable will be forcibly initialized u16 fw_ver1, fw_msgout; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7150:6: note: byref variable will be forcibly initialized u16 fw_ver1, fw_msgout; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_link_reset': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4602:6: note: byref variable will be forcibly initialized u16 val16, lane; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_54618se_config_init': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11040:55: note: byref variable will be forcibly initialized u16 autoneg_val, an_1000_val, an_10_100_val, fc_val, temp; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11040:32: note: byref variable will be forcibly initialized u16 autoneg_val, an_1000_val, an_10_100_val, fc_val, temp; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11040:19: note: byref variable will be forcibly initialized u16 autoneg_val, an_1000_val, an_10_100_val, fc_val, temp; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11040:6: note: byref variable will be forcibly initialized u16 autoneg_val, an_1000_val, an_10_100_val, fc_val, temp; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:65: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_hc_ack_sb': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h:661:26: note: byref variable will be forcibly initialized struct igu_ack_register igu_ack; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_sfp_e1e2_set_transmitter': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7786:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8727_specific_func': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8487:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8727_config_init': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9294:21: note: byref variable will be forcibly initialized u16 tmp1, mod_abs, tmp2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9294:12: note: byref variable will be forcibly initialized u16 tmp1, mod_abs, tmp2; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9294:6: note: byref variable will be forcibly initialized u16 tmp1, mod_abs, tmp2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_848x3_link_reset': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10649:6: note: byref variable will be forcibly initialized u16 val16; ^~~~~ 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:17: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized unsigned char buf[6]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8073_config_init': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7470:7: note: byref variable will be forcibly initialized u16 phy_ver; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7377:15: note: byref variable will be forcibly initialized u16 val = 0, tmp1; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7377:6: note: byref variable will be forcibly initialized u16 val = 0, tmp1; ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_set_antenna': /kisskb/src/drivers/media/tuners/mt20xx.c:431:16: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8727_common_init_phy': /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_optimize_vco': /kisskb/src/drivers/media/tuners/mt20xx.c:207:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:13408:19: note: byref variable will be forcibly initialized struct bnx2x_phy phy[PORT_MAX]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:13406:11: note: byref variable will be forcibly initialized s8 port, reset_gpio; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:13406:5: note: byref variable will be forcibly initialized s8 port, reset_gpio; ^~~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_set_if_freq': /kisskb/src/drivers/media/tuners/mt20xx.c:246:19: note: byref variable will be forcibly initialized int lint_try,ret,sel,lock=0; ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c:245:16: note: byref variable will be forcibly initialized unsigned char buf[21]; ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_init': /kisskb/src/drivers/media/tuners/mt20xx.c:375:16: note: byref variable will be forcibly initialized unsigned char buf[21]; ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_init': /kisskb/src/drivers/media/tuners/mt20xx.c:569:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'microtune_attach': /kisskb/src/drivers/media/tuners/mt20xx.c:596:16: note: byref variable will be forcibly initialized unsigned char buf[21]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_warpcore_read_sfp_module_eeprom': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:7947:6: note: byref variable will be forcibly initialized u32 data_array[4]; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_is_sfp_module_plugged': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4371:15: note: byref variable will be forcibly initialized u8 gpio_num, gpio_port; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:4371:5: note: byref variable will be forcibly initialized u8 gpio_num, gpio_port; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_check_over_curr': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:13618:6: note: byref variable will be forcibly initialized u32 pin_val; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_84833_hw_reset_phy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10218:6: note: byref variable will be forcibly initialized u32 shmem_base_path[2]; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_ets_e3b0_config': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:1135:6: note: byref variable will be forcibly initialized u16 total_bw = 0; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_get_common_flags': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:3098:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_get_ext_phy_fw_version': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:6208:6: note: byref variable will be forcibly initialized u16 remain_len = len; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_get_q_flags': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:3129:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_fifo_mempool_item_alloc': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3399:6: note: byref variable will be forcibly initialized u32 memblock_item_idx; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_sfp_tx_fault_detection': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:13787:15: note: byref variable will be forcibly initialized u32 cfg_pin, value = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_vpath_stats_get': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:1513:6: note: byref variable will be forcibly initialized u64 val64; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_test_link': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:6455:7: note: byref variable will be forcibly initialized u16 link_up; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:6451:19: note: byref variable will be forcibly initialized struct link_vars temp_vars; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:6449:6: note: byref variable will be forcibly initialized u16 gp_status = 0, phy_index = 0; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_7101_config_init': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11463:24: note: byref variable will be forcibly initialized u16 fw_ver1, fw_ver2, val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11463:15: note: byref variable will be forcibly initialized u16 fw_ver1, fw_ver2, val; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11463:6: note: byref variable will be forcibly initialized u16 fw_ver1, fw_ver2, val; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8706_config_init': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8898:16: note: byref variable will be forcibly initialized u16 cnt, val, tmp1; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8898:11: note: byref variable will be forcibly initialized u16 cnt, val, tmp1; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8073_common_init_phy': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'port_set_stp_state': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:2706:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:13187:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:13185:19: note: byref variable will be forcibly initialized struct bnx2x_phy phy[PORT_MAX]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8726_common_init_phy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:13313:19: note: byref variable will be forcibly initialized struct bnx2x_phy phy; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_vpath_initialize': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:4537:6: note: byref variable will be forcibly initialized u32 val32; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_ring_mempool_item_alloc': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:2110:7: note: byref variable will be forcibly initialized u32 memblock_item_idx; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_wait_for_sfp_module_initialized': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8337:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'mdio_read': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:5811:6: note: byref variable will be forcibly initialized u16 val_out; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_get_edc_mode': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8237:6: note: byref variable will be forcibly initialized u8 options[SFP_EEPROM_OPTIONS_SIZE]; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8123:5: note: byref variable will be forcibly initialized u8 val[SFP_EEPROM_FC_TX_TECH_ADDR + 1], check_limiting_mode = 0; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_vpath_pci_func_mode_get': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:933:24: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:933:13: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:933:6: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_vpath_card_info_get': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:878:24: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:878:13: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:878:6: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_vpath_addr_get': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:958:28: note: byref variable will be forcibly initialized data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:958:17: note: byref variable will be forcibly initialized data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:958:6: note: byref variable will be forcibly initialized data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_verify_sfp_module': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_zero_fp_sb': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8266:7: note: byref variable will be forcibly initialized char vendor_pn[SFP_EEPROM_PART_NO_SIZE+1]; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:5852:34: note: byref variable will be forcibly initialized struct hc_status_block_data_e1x sb_data_e1x; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8265:7: note: byref variable will be forcibly initialized char vendor_name[SFP_EEPROM_VENDOR_NAME_SIZE+1]; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:5851:33: note: byref variable will be forcibly initialized struct hc_status_block_data_e2 sb_data_e2; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_zero_sp_sb': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:5895:33: note: byref variable will be forcibly initialized struct hc_sp_status_block_data sp_sb_data; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_vpath_fw_ver_get': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:811:28: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:811:17: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:811:6: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_sfp_module_detection': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8685:6: note: byref variable will be forcibly initialized u16 edc_mode; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_device_pci_e_init': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:486:6: note: byref variable will be forcibly initialized u16 cmd = 0; ^~~ In file included from /kisskb/src/include/linux/export.h:43, 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/vmalloc.h:5, from /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:14: /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:14: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'port_get_link_speed': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:3211:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:3210:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8727_handle_mod_abs': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9377:15: note: byref variable will be forcibly initialized u16 mod_abs, rx_alarm_status; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9377:6: note: byref variable will be forcibly initialized u16 mod_abs, rx_alarm_status; ^~~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'port_force_link_speed': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:3347:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'port_set_link_speed': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:3298:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:3296:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_8727_read_status': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9466:34: note: byref variable will be forcibly initialized u16 rx_alarm_status, lasi_ctrl, val1; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9466:23: note: byref variable will be forcibly initialized u16 rx_alarm_status, lasi_ctrl, val1; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9466:6: note: byref variable will be forcibly initialized u16 rx_alarm_status, lasi_ctrl, val1; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:9465:6: note: byref variable will be forcibly initialized u16 link_status = 0; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, 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/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:15: /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c: In function 'nfp_cpp_area_alloc_with_name': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:289:6: note: byref variable will be forcibly initialized u64 tmp64 = address; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c: In function 'nfp_cpp_area_readl': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:682:5: note: byref variable will be forcibly initialized u8 tmp[4]; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c: In function 'nfp_cpp_area_writel': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:704:5: note: byref variable will be forcibly initialized u8 tmp[4]; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c: In function 'nfp_cpp_area_readq': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:724:5: note: byref variable will be forcibly initialized u8 tmp[8]; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c: In function 'nfp_cpp_area_writeq': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:746:5: note: byref variable will be forcibly initialized u8 tmp[8]; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c: In function 'nfp_cpp_area_fill': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:769:5: note: byref variable will be forcibly initialized u8 tmp[4]; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c: In function 'nfp_xpb_writelm': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:1129:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_handle_module_detect_int': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8774:9: note: byref variable will be forcibly initialized u16 rx_tx_in_reset; ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8741:15: note: byref variable will be forcibly initialized u8 gpio_num, gpio_port; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c: In function 'nfp_cpp_from_operations': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:1166:6: note: byref variable will be forcibly initialized u32 mask[2]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:8741:5: note: byref variable will be forcibly initialized u8 gpio_num, gpio_port; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_blockpool_create': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:1144:18: note: byref variable will be forcibly initialized struct pci_dev *acc_handle; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:1143:18: note: byref variable will be forcibly initialized struct pci_dev *dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_sfx7101_sp_sw_reset': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:11553:6: note: byref variable will be forcibly initialized u16 val, cnt; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_verify_pci_e_info': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:756:6: note: byref variable will be forcibly initialized u16 lnk; ^~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'sw_cfg_port_based': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:2478:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_link_update': 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/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:14: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c: In function '__nfp_cpp_area_acquire': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:427:8: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(area->cpp->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:419:11: note: byref variable will be forcibly initialized int err, status; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:6802:19: note: byref variable will be forcibly initialized struct link_vars phy_vars[MAX_PHYS]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'sw_r_vlan_table': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:1699:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'hw_chk_wol_pme_status': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:3397:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'hw_cfg_wol_pme': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:3437:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'hw_clr_wol_pme_status': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:3415:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c: In function '__nfp_cpp_read': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:919:16: note: byref variable will be forcibly initialized unsigned long offset = 0; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c: In function '__nfp_cpp_write': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c:988:16: note: byref variable will be forcibly initialized unsigned long offset = 0; ^~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'netdev_intr': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:5158:7: note: byref variable will be forcibly initialized uint int_enable = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_848x3_config_init': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10326:7: note: byref variable will be forcibly initialized u16 hw_rev; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10288:6: note: byref variable will be forcibly initialized u16 cmd_args[PHY848xx_CMDHDLR_MAX_ARGS]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:10286:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_mempool_create': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:2617:6: note: byref variable will be forcibly initialized u32 allocated; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'read_other_addr': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:6813:6: note: byref variable will be forcibly initialized u16 data[3]; ^~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'vxge_hw_ring_replenish': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:2150:8: note: byref variable will be forcibly initialized void *rxd; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_ring_abort': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:2712:8: note: byref variable will be forcibly initialized void *rxdh; ^~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_fifo_abort': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3330:8: note: byref variable will be forcibly initialized void *txdlh; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_fifo_create': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3441:29: note: byref variable will be forcibly initialized struct vxge_hw_mempool_cbs fifo_mp_callback; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'netdev_set_eeprom': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:6216:6: note: byref variable will be forcibly initialized u16 eeprom_word[EEPROM_SIZE]; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'vxge_hw_upgrade_read_version': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:225:28: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:225:17: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:225:6: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'vxge_hw_flash_fw': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:248:28: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:248:17: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:248:6: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'ksz_init_rx_buffers': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'vxge_update_fw_image': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:279:28: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:4379:19: note: byref variable will be forcibly initialized struct ksz_desc *desc; ^~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:279:17: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:279:6: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'vxge_hw_vpath_eprom_img_ver_get': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:376:28: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:376:17: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:376:6: note: byref variable will be forcibly initialized u64 data0 = 0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'send_packet': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:4556:19: note: byref variable will be forcibly initialized struct ksz_desc *desc; ^~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'vxge_hw_device_hw_info_get': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:1009:31: note: byref variable will be forcibly initialized struct __vxge_hw_virtualpath vpath; ^~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'hw_set_wol_frame': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:3489:5: note: byref variable will be forcibly initialized u8 data[64]; ^~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'hw_add_wol_mcast': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:3582:5: note: byref variable will be forcibly initialized u8 pattern[] = { 0x33, 0x33, 0xFF, 0x00, 0x00, 0x00 }; ^~~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'hw_add_wol_arp': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:3541:5: note: byref variable will be forcibly initialized u8 pattern[42] = { ^~~~~~~ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_set_params': /kisskb/src/drivers/media/tuners/mt2060.c:197:6: note: byref variable will be forcibly initialized u8 b[8]; ^ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_calibrate': /kisskb/src/drivers/media/tuners/mt2060.c:279:5: note: byref variable will be forcibly initialized u8 b = 0; ^ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_probe': /kisskb/src/drivers/media/tuners/mt2060.c:452:5: note: byref variable will be forcibly initialized u8 chip_id; ^~~~~~~ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_attach': /kisskb/src/drivers/media/tuners/mt2060.c:408:5: note: byref variable will be forcibly initialized u8 id = 0; ^~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'vxge_hw_device_link_width_get': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:1979:6: note: byref variable will be forcibly initialized u16 lnk; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_fan_failure_det_req': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:13959:19: note: byref variable will be forcibly initialized struct bnx2x_phy phy; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c: In function 'bnx2x_init_mod_abs_int': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:14011:20: note: byref variable will be forcibly initialized struct bnx2x_phy phy; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:14000:22: note: byref variable will be forcibly initialized u8 gpio_num = 0xff, gpio_port = 0xff, phy_index; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c:14000:5: note: byref variable will be forcibly initialized u8 gpio_num = 0xff, gpio_port = 0xff, phy_index; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_reg_rd_ind': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:375:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_init_pxp': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6909:6: note: byref variable will be forcibly initialized u16 devctl; ^~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'vxge_hw_device_flick_link_led': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3606:24: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3606:13: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3606:6: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'netdev_set_link_ksettings': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:5898:6: note: byref variable will be forcibly initialized u32 advertising; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_vpath_rts_table_get': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3634:6: note: byref variable will be forcibly initialized u64 steer_ctrl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:5896:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings copy_cmd; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function '__vxge_hw_vpath_rts_table_set': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3673:24: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3673:13: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3673:6: note: byref variable will be forcibly initialized u64 data0, data1 = 0, steer_ctrl = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'vxge_hw_vpath_rts_rth_set': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3703:13: note: byref variable will be forcibly initialized u64 data0, data1; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3703:6: note: byref variable will be forcibly initialized u64 data0, data1; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c: In function 'vxge_hw_vpath_rts_rth_itable_set': 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/net/ethernet/micrel/ksz884x.c:12: /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'netdev_get_ethtool_stats': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3804:6: note: byref variable will be forcibly initialized u64 data1; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-config.c:3803:6: note: byref variable will be forcibly initialized u64 data0; ^~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:6472:5: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:6467:5: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:6460:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:6440:6: note: byref variable will be forcibly initialized u64 counter[TOTAL_PORT_COUNTER_NUM]; ^~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tea5761.c:12: /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, ^~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_process_kill': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:9817:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function '__set_radio_freq': /kisskb/src/drivers/media/tuners/tea5761.c:142:16: note: byref variable will be forcibly initialized unsigned char buffer[7] = {0, 0, 0, 0, 0, 0, 0 }; ^~~~~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tea5761_get_rf_strength': /kisskb/src/drivers/media/tuners/tea5761.c:252:16: note: byref variable will be forcibly initialized unsigned char buffer[16]; ^~~~~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tea5761_get_status': /kisskb/src/drivers/media/tuners/tea5761.c:236:16: note: byref variable will be forcibly initialized unsigned char buffer[16]; ^~~~~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tea5761_autodetection': /kisskb/src/drivers/media/tuners/tea5761.c:264:16: note: byref variable will be forcibly initialized unsigned char buffer[16]; ^~~~~~ 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/net/ethernet/micrel/ksz884x.c:12: /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_update_mng_version_utility': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:3654:5: note: byref variable will be forcibly initialized u8 vals[4]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_parity_attn': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:4968:7: note: byref variable will be forcibly initialized int par_num = 0; ^~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c: In function 'reconfigure_bar': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c:298:6: note: byref variable will be forcibly initialized u32 newcfg; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c:297:6: note: byref variable will be forcibly initialized u64 newbase; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_init_fcoe_fp': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6457:16: note: byref variable will be forcibly initialized unsigned long q_type = 0; ^~~~~~ /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c: In function 'pcidev_init': /kisskb/src/drivers/net/ethernet/micrel/ksz884x.c:6848:7: note: byref variable will be forcibly initialized char banner[sizeof(version)]; ^~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_send_i2c_data': /kisskb/src/drivers/media/tuners/xc4000.c:243:17: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 buf[XC_MAX_I2C_WRITE_LENGTH]; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c:20: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c: In function 'nfp_wait_for_bar': /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_write_reg': /kisskb/src/drivers/media/tuners/xc4000.c:284:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c:455:9: note: in expansion of macro 'wait_event_interruptible' return wait_event_interruptible(nfp->bar_waiters, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c: In function 'nfp_alloc_bar': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c:467:6: note: byref variable will be forcibly initialized int barnum, retval; ^~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_writereg': /kisskb/src/drivers/media/tuners/qt1010.c:33:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->cfg->i2c_address, ^~~ /kisskb/src/drivers/media/tuners/qt1010.c:32:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg, val }; ^~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_readreg': /kisskb/src/drivers/media/tuners/qt1010.c:14:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_udp_tunnel_sync': /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_set_params': /kisskb/src/drivers/media/tuners/qt1010.c:51:20: note: byref variable will be forcibly initialized qt1010_i2c_oper_t rd[48] = { ^~ /kisskb/src/drivers/media/tuners/qt1010.c:50:8: note: byref variable will be forcibly initialized u8 i, tmpval, reg05; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:10199:25: note: byref variable will be forcibly initialized struct udp_tunnel_info ti; ^~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'load_scode': /kisskb/src/drivers/media/tuners/xc4000.c:865:6: note: byref variable will be forcibly initialized u8 indirect_mode[5]; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:864:6: note: byref variable will be forcibly initialized u8 scode_buf[13]; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc4000_readreg': /kisskb/src/drivers/media/tuners/xc4000.c:535:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/xc4000.c:534:5: note: byref variable will be forcibly initialized u8 bval[2] = { 0, 0 }; ^~~~ /kisskb/src/drivers/media/tuners/xc4000.c:533:5: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u16 value = 0; ^~~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:29: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc4000_get_status': /kisskb/src/drivers/media/tuners/xc4000.c:1554:6: note: byref variable will be forcibly initialized u16 lock_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_init_meas1': /kisskb/src/drivers/media/tuners/qt1010.c:221:20: note: byref variable will be forcibly initialized qt1010_i2c_oper_t i2c_data[] = { ^~~~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c:218:14: note: byref variable will be forcibly initialized u8 i, val1, val2; ^~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_wait_for_lock': /kisskb/src/drivers/media/tuners/xc4000.c:485:6: note: byref variable will be forcibly initialized u16 lock_state = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc4000_get_frequency': /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_init_meas2': /kisskb/src/drivers/media/tuners/xc4000.c:1526:8: note: byref variable will be forcibly initialized u16 snr = 0; ^~~ /kisskb/src/drivers/media/tuners/qt1010.c:256:20: note: byref variable will be forcibly initialized qt1010_i2c_oper_t i2c_data[] = { ^~~~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c:254:8: note: byref variable will be forcibly initialized u8 i, val = 0xff; ^~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_get_version': /kisskb/src/drivers/media/tuners/xc4000.c:435:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_init': /kisskb/src/drivers/media/tuners/qt1010.c:285:8: note: byref variable will be forcibly initialized u8 i, tmpval, *valptr = NULL; ^~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_get_frequency_error': /kisskb/src/drivers/media/tuners/xc4000.c:413:6: note: byref variable will be forcibly initialized u16 regData; ^~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_get_hsync_freq': /kisskb/src/drivers/media/tuners/xc4000.c:452:6: note: byref variable will be forcibly initialized u16 regData; ^~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_debug_dump': /kisskb/src/drivers/media/tuners/xc4000.c:1101:26: note: byref variable will be forcibly initialized u8 fw_majorversion = 0, fw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1101:5: note: byref variable will be forcibly initialized u8 fw_majorversion = 0, fw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1100:26: note: byref variable will be forcibly initialized u8 hw_majorversion = 0, hw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1100:5: note: byref variable will be forcibly initialized u8 hw_majorversion = 0, hw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1099:6: note: byref variable will be forcibly initialized u16 noise = 0; ^~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1098:6: note: byref variable will be forcibly initialized u16 signal = 0; ^~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1097:6: note: byref variable will be forcibly initialized u16 quality; ^~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1096:6: note: byref variable will be forcibly initialized u16 frame_lines; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1095:6: note: byref variable will be forcibly initialized u32 hsync_freq_hz = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1094:6: note: byref variable will be forcibly initialized u16 lock_status; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1093:6: note: byref variable will be forcibly initialized u32 freq_error_hz = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1092:6: note: byref variable will be forcibly initialized u16 adc_envelope; ^~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_attach': /kisskb/src/drivers/media/tuners/qt1010.c:411:5: note: byref variable will be forcibly initialized u8 id; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_enable_ptp_packets': In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/media/tuners/xc4000.c:17: /kisskb/src/drivers/media/tuners/xc4000.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:15213:34: note: byref variable will be forcibly initialized struct bnx2x_queue_state_params q_params; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_get_num_non_def_sbs': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:13546:6: note: byref variable will be forcibly initialized u16 control = 0; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_get_common_hwinfo': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:10927:6: note: byref variable will be forcibly initialized u16 pmc; ^~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc4000_fwupload': /kisskb/src/drivers/media/tuners/xc4000.c:712:14: note: byref variable will be forcibly initialized char name[33]; ^~~~ /kisskb/src/drivers/media/tuners/xc4000.c:708:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c: In function 'ltk050h3146w_a2_select_page': /kisskb/src/drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c:347:5: note: byref variable will be forcibly initialized u8 d[3] = { 0x98, 0x81, page }; ^ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_handle_mcast_eqe': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:5269:35: note: byref variable will be forcibly initialized struct bnx2x_mcast_ramrod_params rparam; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_handle_classification_eqe': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:5295:16: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'check_firmware': /kisskb/src/drivers/media/tuners/xc4000.c:931:52: note: byref variable will be forcibly initialized u8 hw_major = 0, hw_minor = 0, fw_major = 0, fw_minor = 0; ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:931:38: note: byref variable will be forcibly initialized u8 hw_major = 0, hw_minor = 0, fw_major = 0, fw_minor = 0; ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:931:24: note: byref variable will be forcibly initialized u8 hw_major = 0, hw_minor = 0, fw_major = 0, fw_minor = 0; ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:931:10: note: byref variable will be forcibly initialized u8 hw_major = 0, hw_minor = 0, fw_major = 0, fw_minor = 0; ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:930:18: note: byref variable will be forcibly initialized v4l2_std_id std0; ^~~~ /kisskb/src/drivers/media/tuners/xc4000.c:929:11: note: byref variable will be forcibly initialized u16 hwmodel; ^~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:927:29: note: byref variable will be forcibly initialized struct firmware_properties new_fw; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_set_q_rx_mode': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6157:37: note: byref variable will be forcibly initialized struct bnx2x_rx_mode_ramrod_params ramrod_param; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_set_storm_rx_mode': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6273:37: note: byref variable will be forcibly initialized unsigned long rx_accept_flags = 0, tx_accept_flags = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6273:16: note: byref variable will be forcibly initialized unsigned long rx_accept_flags = 0, tx_accept_flags = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6272:35: note: byref variable will be forcibly initialized unsigned long rx_mode_flags = 0, ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6272:16: note: byref variable will be forcibly initialized unsigned long rx_mode_flags = 0, ramrod_flags = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_read': /kisskb/src/drivers/media/tuners/mt2063.c:306:18: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:305:6: note: byref variable will be forcibly initialized u8 b0[] = { subAddress + i }; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_set_iscsi_eth_rx_mode': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:14608:34: note: byref variable will be forcibly initialized unsigned long accept_flags = 0, ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:14608:16: note: byref variable will be forcibly initialized unsigned long accept_flags = 0, ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_func_wait_started': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:9261:34: note: byref variable will be forcibly initialized struct bnx2x_func_state_params func_params = {NULL}; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_write': /kisskb/src/drivers/media/tuners/mt2063.c:244:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:243:5: note: byref variable will be forcibly initialized u8 buf[60]; ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:22: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_set_mc_list_e1x': /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_SetReceiverMode': /kisskb/src/drivers/media/tuners/mt2063.c:1178:6: note: byref variable will be forcibly initialized u32 longval; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:12601:12: note: byref variable will be forcibly initialized LIST_HEAD(mcast_group_list); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_set_mc_list': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:12636:12: note: byref variable will be forcibly initialized LIST_HEAD(mcast_group_list); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_init': /kisskb/src/drivers/media/tuners/mt2063.c:1856:6: note: byref variable will be forcibly initialized u8 val = *def++; ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:1776:5: note: byref variable will be forcibly initialized u8 all_resets = 0xF0; /* reset/load bits */ ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc4000_attach': /kisskb/src/drivers/media/tuners/xc4000.c:1652:6: note: byref variable will be forcibly initialized u16 id = 0; ^~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_AvoidSpurs': /kisskb/src/drivers/media/tuners/mt2063.c:790:10: note: byref variable will be forcibly initialized u32 fm, fp; /* restricted range on LO's */ ^~ /kisskb/src/drivers/media/tuners/mt2063.c:790:6: note: byref variable will be forcibly initialized u32 fm, fp; /* restricted range on LO's */ ^~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_Tune': /kisskb/src/drivers/media/tuners/mt2063.c:1516:6: note: byref variable will be forcibly initialized u32 Num2; /* Numerator for LO2 reg. value */ ^~~~ /kisskb/src/drivers/media/tuners/mt2063.c:1515:6: note: byref variable will be forcibly initialized u32 LO2; /* 2nd LO register value */ ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:1513:6: note: byref variable will be forcibly initialized u32 Num1; /* Numerator for LO1 reg. value */ ^~~~ /kisskb/src/drivers/media/tuners/mt2063.c:1512:6: note: byref variable will be forcibly initialized u32 LO1; /* 1st LO register value */ ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x__common_init_phy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6987:21: note: byref variable will be forcibly initialized u32 shmem_base[2], shmem2_base[2]; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6987:6: note: byref variable will be forcibly initialized u32 shmem_base[2], shmem2_base[2]; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_mdio_read': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:12750:6: note: byref variable will be forcibly initialized u16 value; ^~~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:45: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_init_dev': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:13048:6: note: byref variable will be forcibly initialized u32 pci_cfg_dword; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_read_fwinfo': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:12193:24: note: byref variable will be forcibly initialized unsigned int vpd_len, kw_len; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:12193:15: note: byref variable will be forcibly initialized unsigned int vpd_len, kw_len; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:12192:7: note: byref variable will be forcibly initialized char str_id[VENDOR_ID_LEN + 1]; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_ptp_task': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:15094:30: note: byref variable will be forcibly initialized struct skb_shared_hwtstamps shhwtstamps; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_write_dmae': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:574:22: note: byref variable will be forcibly initialized struct dmae_command dmae; ^~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:64: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_wr_64': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h:201:6: note: byref variable will be forcibly initialized u32 wb_write[2]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_ilt_wr': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:7733:6: note: byref variable will be forcibly initialized u32 wb_write[2]; ^~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:64: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_qm_set_ptr_table': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h:878:6: note: byref variable will be forcibly initialized u32 wb_data[2] = {0, 0}; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_lb_pckt': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6661:6: note: byref variable will be forcibly initialized u32 wb_write[3]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_read_dmae': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:609:22: note: byref variable will be forcibly initialized struct dmae_command dmae; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_panic_dump': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:963:35: note: byref variable will be forcibly initialized struct hc_status_block_data_e1x sb_data_e1x; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:962:34: note: byref variable will be forcibly initialized struct hc_status_block_data_e2 sb_data_e2; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:906:33: note: byref variable will be forcibly initialized struct hc_sp_status_block_data sp_sb_data; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_tx_hw_flushed': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:1343:25: note: byref variable will be forcibly initialized struct pbf_pN_buf_regs buf_regs[] = { ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:1322:25: note: byref variable will be forcibly initialized struct pbf_pN_cmd_regs cmd_regs[] = { ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_is_pcie_pending': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:1427:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_sp_event': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:1810:29: note: byref variable will be forcibly initialized struct bnx2x_queue_sp_obj *q_obj = &bnx2x_sp_obj(bp, fp).q_obj; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_cmng_fns_init': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:2562:25: note: byref variable will be forcibly initialized struct cmng_init_input input; ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c: In function 'nt35510_set_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:653:5: note: byref variable will be forcibly initialized u8 brightness = bl->props.brightness; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c: In function 'nt35510_read_id': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:431:15: note: byref variable will be forcibly initialized u8 id1, id2, id3; ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:431:10: note: byref variable will be forcibly initialized u8 id1, id2, id3; ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:431:5: note: byref variable will be forcibly initialized u8 id1, id2, id3; ^~~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'get_set_conduit_method': /kisskb/src/drivers/firmware/psci/psci.c:279:14: note: byref variable will be forcibly initialized const char *method; ^~~~~~ /kisskb/src/drivers/firmware/psci/psci.c: In function '__invoke_psci_fn_smc': /kisskb/src/drivers/firmware/psci/psci.c:124:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/firmware/psci/psci.c: In function '__invoke_psci_fn_hvc': /kisskb/src/drivers/firmware/psci/psci.c:114:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c: In function 'nt35510_setup_display': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:544:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:543:5: note: byref variable will be forcibly initialized u8 addr_mode = NT35510_ROTATE_0_SETTING; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:541:5: note: byref variable will be forcibly initialized u8 dpfrctr[NT35510_P0_DPFRCTR1_LEN]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:540:5: note: byref variable will be forcibly initialized u8 gseqctr[NT35510_P0_GSEQCTR_LEN]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:539:5: note: byref variable will be forcibly initialized u8 dopctr[NT35510_P0_DOPCTR_LEN]; ^~~~~~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'psci_0_1_init': /kisskb/src/drivers/firmware/psci/psci.c:554:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'psci_dt_init': /kisskb/src/drivers/firmware/psci/psci.c:616:29: note: byref variable will be forcibly initialized const struct of_device_id *matched_np; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_prev_unload_common': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:10748:24: note: byref variable will be forcibly initialized struct bnx2x_mac_vals mac_vals; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_handle_update_svid_cmd': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:2918:33: note: byref variable will be forcibly initialized struct bnx2x_func_state_params func_params; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_handle_afex_cmd': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:2855:36: note: byref variable will be forcibly initialized struct rate_shaping_vars_per_vn m_rs_vn; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:2854:27: note: byref variable will be forcibly initialized struct cmng_init_input cmng_input; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:2796:20: note: byref variable will be forcibly initialized struct afex_stats afex_stats; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_func_init': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:3068:44: note: byref variable will be forcibly initialized struct tstorm_eth_function_common_config tcfg = {0}; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_open': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:12436:8: note: byref variable will be forcibly initialized bool global = false; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_parity_recover': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:9990:18: note: byref variable will be forcibly initialized bool is_parity, global = false; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_init_def_sb': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6036:33: note: byref variable will be forcibly initialized struct hc_sp_status_block_data sp_sb_data; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18218.c: In function 'tda18218_wr_regs': /kisskb/src/drivers/media/tuners/tda18218.c:17:5: note: byref variable will be forcibly initialized u8 buf[MAX_XFER_SIZE]; ^~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_read_reg': /kisskb/src/drivers/media/tuners/max2165.c:59:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/tuners/max2165.c:58:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/tuners/max2165.c:57:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_debug_status': /kisskb/src/drivers/media/tuners/max2165.c:219:13: note: byref variable will be forcibly initialized u8 status, autotune; ^~~~~~~~ /kisskb/src/drivers/media/tuners/max2165.c:219:5: note: byref variable will be forcibly initialized u8 status, autotune; ^~~~~~ /kisskb/src/drivers/media/tuners/tda18218.c: In function 'tda18218_set_params': /kisskb/src/drivers/media/tuners/tda18218.c:120:5: note: byref variable will be forcibly initialized u8 agc[][2] = { ^~~ /kisskb/src/drivers/media/tuners/tda18218.c:117:5: note: byref variable will be forcibly initialized u8 buf[3], i, BP_Filter, LP_Fc; ^~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_write_reg': /kisskb/src/drivers/media/tuners/max2165.c:35:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_init_sb': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:5955:34: note: byref variable will be forcibly initialized struct hc_status_block_data_e1x sb_data_e1x; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_mask_write_reg': /kisskb/src/drivers/media/tuners/max2165.c:81:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:5954:33: note: byref variable will be forcibly initialized struct hc_status_block_data_e2 sb_data_e2; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_set_rf': /kisskb/src/drivers/media/tuners/max2165.c:182:16: note: byref variable will be forcibly initialized u32 quotient, fraction; ^~~~~~~~ /kisskb/src/drivers/media/tuners/max2165.c:182:6: note: byref variable will be forcibly initialized u32 quotient, fraction; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_init_eth_fp': /kisskb/src/drivers/media/tuners/tda18218.c: In function 'tda18218_rd_regs': /kisskb/src/drivers/media/tuners/tda18218.c:64:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/tda18218.c:63:5: note: byref variable will be forcibly initialized u8 buf[MAX_XFER_SIZE]; /* we must start read always from reg 0x00 */ ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:6354:16: note: byref variable will be forcibly initialized unsigned long q_type = 0; ^~~~~~ /kisskb/src/drivers/media/tuners/tda18218.c: In function 'tda18218_attach': /kisskb/src/drivers/media/tuners/tda18218.c:283:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_read_rom_table': /kisskb/src/drivers/media/tuners/max2165.c:96:5: note: byref variable will be forcibly initialized u8 dat[3]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_reset_func': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:9036:26: note: byref variable will be forcibly initialized struct ilt_client_info ilt_cli; ^~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/leds/leds-gpio.c:9: /kisskb/src/drivers/leds/leds-gpio.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/leds/leds-gpio.c:10: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-gpio.c: In function 'gpio_leds_create': /kisskb/src/drivers/leds/leds-gpio.c:147:19: note: byref variable will be forcibly initialized struct gpio_led led = {}; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_set_mac_one': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:8425:38: note: byref variable will be forcibly initialized struct bnx2x_vlan_mac_ramrod_params ramrod_param; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_set_iscsi_eth_mac_addr': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:14406:16: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_set_vlan_one': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:8463:38: note: byref variable will be forcibly initialized struct bnx2x_vlan_mac_ramrod_params ramrod_param; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function '__bnx2x_vlan_configure_vid': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:12868:17: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_del_all_vlans': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:8509:34: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0, vlan_flags = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:8509:16: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0, vlan_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_del_all_macs': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:8528:34: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0, vlan_mac_flags = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:8528:16: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0, vlan_mac_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_set_uc_list': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:12567:16: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_drv_ctl': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:14702:17: note: byref variable will be forcibly initialized unsigned long sp_bits = 0; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:14665:17: note: byref variable will be forcibly initialized unsigned long sp_bits = 0; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_set_eth_mac': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:8547:17: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_send_unload_req': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:9152:7: note: byref variable will be forcibly initialized u16 pmc; ^~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_rgb_current': /kisskb/src/drivers/leds/leds-bd2802.c:487:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:509:1: note: in expansion of macro 'BD2802_CONTROL_ATTR' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:508:1: note: in expansion of macro 'BD2802_CONTROL_ATTR' BD2802_CONTROL_ATTR(wave_pattern, "wave_pattern"); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x15': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:361:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:360:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:359:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:358:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:357:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:356:1: note: in expansion of macro 'BD2802_SET_REGISTER' BD2802_SET_REGISTER(0x10, "0x10"); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0f': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:355:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:354:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:353:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:352:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:351:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:350:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:349:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:348:1: note: in expansion of macro 'BD2802_SET_REGISTER' BD2802_SET_REGISTER(0x08, "0x08"); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x07': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:347:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:346:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:345:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:344:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:343:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:342:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:341:1: note: in expansion of macro 'BD2802_SET_REGISTER' 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:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:340:1: note: in expansion of macro 'BD2802_SET_REGISTER' BD2802_SET_REGISTER(0x00, "0x00"); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c: In function 'atl1e_setup_mac_ctrl': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:1043:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c: In function 'atl1e_vlan_mode': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:342:6: note: byref variable will be forcibly initialized u32 mac_ctrl_data = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c: In function 'atl1e_rx_mode': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:315:6: note: byref variable will be forcibly initialized u32 mac_ctrl_data = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_attn_int_deasserted': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:5109:7: note: byref variable will be forcibly initialized bool global = false; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c: In function 'atl1e_clear_phy_int': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:1220:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c: In function 'atl1e_mdio_read': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:447:6: note: byref variable will be forcibly initialized u16 result; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c: In function 'atl1e_link_chg_event': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:213:6: note: byref variable will be forcibly initialized u16 phy_data = 0; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:22: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_register_cnic': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:14978:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(bp->cnic_ops, ops); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c: In function 'atl1e_check_link': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:150:21: note: byref variable will be forcibly initialized u16 speed, duplex, phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:150:13: note: byref variable will be forcibly initialized u16 speed, duplex, phy_data; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:150:6: note: byref variable will be forcibly initialized u16 speed, duplex, phy_data; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_init_hw_common': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:7192:20: note: byref variable will be forcibly initialized struct bnx2x_ilt ilt; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:7191:26: note: byref variable will be forcibly initialized struct ilt_client_info ilt_cli; ^~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c: In function 'atl1e_clean': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:1512:6: note: byref variable will be forcibly initialized int work_done = 0; ^~~~~~~~~ /kisskb/src/drivers/clocksource/timer-probe.c: In function 'timer_probe': /kisskb/src/drivers/clocksource/timer-probe.c:19:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c: In function 'bnx2x_hwtstamp_ioctl': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:15342:25: note: byref variable will be forcibly initialized struct hwtstamp_config config; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c: In function 'atl1e_setup_pcicmd': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:527:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/firmware/smccc/kvm_guest.c: In function 'kvm_init_hyp_services': /kisskb/src/drivers/firmware/smccc/kvm_guest.c:17:6: note: byref variable will be forcibly initialized u32 val[4]; ^~~ /kisskb/src/drivers/firmware/smccc/kvm_guest.c:16:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c: In function 'atl1e_suspend': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:2073:6: note: byref variable will be forcibly initialized u16 mii_intr_status_data = 0; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:2072:6: note: byref variable will be forcibly initialized u16 mii_bmsr_data = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_main.c:2069:6: note: byref variable will be forcibly initialized u32 mac_ctrl_data = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_wt_on': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:452:6: note: byref variable will be forcibly initialized u32 wt_value; ^~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_wt_off': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:469:6: note: byref variable will be forcibly initialized u32 wt_value; ^~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_disable_ssc_pll': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:486:6: note: byref variable will be forcibly initialized u32 pll; ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_hw_setting': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:568:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gli_set_gl9763e': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:833:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_set_ssc': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:517:6: note: byref variable will be forcibly initialized u32 ssc; ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:516:6: note: byref variable will be forcibly initialized u32 pll; ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_set_pll': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:497:6: note: byref variable will be forcibly initialized u32 pll; ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gli_probe_slot_gl9763e': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:869:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'sdhci_gl9763e_cqhci_irq': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:752:6: note: byref variable will be forcibly initialized int data_error = 0; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:751:6: note: byref variable will be forcibly initialized int cmd_error = 0; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_wr_mbox_core': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:143:19: note: byref variable will be forcibly initialized struct mbox_list entry; ^~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:142:9: note: byref variable will be forcibly initialized __be64 cmd_rpl[MBOX_LEN / 8]; ^~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_query_params': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:626:28: note: byref variable will be forcibly initialized struct fw_params_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:626:23: note: byref variable will be forcibly initialized struct fw_params_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_fw_reset': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:603:22: note: byref variable will be forcibly initialized struct fw_reset_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_set_params': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:664:23: note: byref variable will be forcibly initialized struct fw_params_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_port_init': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:514:14: note: byref variable will be forcibly initialized u32 param, val; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:514:7: note: byref variable will be forcibly initialized u32 param, val; ^~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:501:31: note: byref variable will be forcibly initialized struct fw_port_cmd port_cmd, port_rpl; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:501:21: note: byref variable will be forcibly initialized struct fw_port_cmd port_cmd, port_rpl; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:500:27: note: byref variable will be forcibly initialized struct fw_vi_cmd vi_cmd, vi_rpl; ^~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:500:19: note: byref variable will be forcibly initialized struct fw_vi_cmd vi_cmd, vi_rpl; ^~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_get_sge_params': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:850:17: note: byref variable will be forcibly initialized u32 params[7], vals[7]; ^~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:850:6: note: byref variable will be forcibly initialized u32 params[7], vals[7]; ^~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_get_vpd_params': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:969:17: note: byref variable will be forcibly initialized u32 params[7], vals[7]; ^~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:969:6: note: byref variable will be forcibly initialized u32 params[7], vals[7]; ^~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_get_dev_params': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:992:17: note: byref variable will be forcibly initialized u32 params[7], vals[7]; ^~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:992:6: note: byref variable will be forcibly initialized u32 params[7], vals[7]; ^~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_get_rss_glb_config': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1018:36: note: byref variable will be forcibly initialized struct fw_rss_glb_config_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1018:31: note: byref variable will be forcibly initialized struct fw_rss_glb_config_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_get_vfres': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1093:26: note: byref variable will be forcibly initialized struct fw_pfvf_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1093:21: note: byref variable will be forcibly initialized struct fw_pfvf_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_read_rss_vi_config': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1146:35: note: byref variable will be forcibly initialized struct fw_rss_vi_config_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1146:30: note: byref variable will be forcibly initialized struct fw_rss_vi_config_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_write_rss_vi_config': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1197:35: note: byref variable will be forcibly initialized struct fw_rss_vi_config_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1197:30: note: byref variable will be forcibly initialized struct fw_rss_vi_config_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_config_rss_range': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1300:8: note: byref variable will be forcibly initialized u16 qbuf[3]; ^~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1252:28: note: byref variable will be forcibly initialized struct fw_rss_ind_tbl_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_alloc_vi': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1339:24: note: byref variable will be forcibly initialized struct fw_vi_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1339:19: note: byref variable will be forcibly initialized struct fw_vi_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_free_vi': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1371:19: note: byref variable will be forcibly initialized struct fw_vi_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_enable_vi': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1398:26: note: byref variable will be forcibly initialized struct fw_vi_enable_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_identify_port': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1446:26: note: byref variable will be forcibly initialized struct fw_vi_enable_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_set_rxmode': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1477:26: note: byref variable will be forcibly initialized struct fw_vi_rxmode_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_alloc_mac_filt': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1534:28: note: byref variable will be forcibly initialized struct fw_vi_mac_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1534:23: note: byref variable will be forcibly initialized struct fw_vi_mac_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_free_mac_filt': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1617:23: note: byref variable will be forcibly initialized struct fw_vi_mac_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_change_mac': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1694:28: note: byref variable will be forcibly initialized struct fw_vi_mac_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1694:23: note: byref variable will be forcibly initialized struct fw_vi_mac_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_set_addr_hash': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1740:23: note: byref variable will be forcibly initialized struct fw_vi_mac_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpplib.c: In function 'nfp_cpp_readl': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpplib.c:43:5: note: byref variable will be forcibly initialized u8 tmp[4]; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpplib.c: In function 'nfp_cpp_writel': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpplib.c:66:5: note: byref variable will be forcibly initialized u8 tmp[4]; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpplib.c: In function 'nfp_cpp_readq': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpplib.c:87:5: note: byref variable will be forcibly initialized u8 tmp[8]; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_get_port_stats': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1780:31: note: byref variable will be forcibly initialized struct fw_vi_stats_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1780:26: note: byref variable will be forcibly initialized struct fw_vi_stats_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1768:24: note: byref variable will be forcibly initialized struct fw_vi_stats_vf fwstats; ^~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpplib.c: In function 'nfp_cpp_writeq': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpplib.c:110:5: note: byref variable will be forcibly initialized u8 tmp[8]; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpplib.c: In function 'nfp_cpp_model_autodetect': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpplib.c:124:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_iq_free': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1843:19: note: byref variable will be forcibly initialized struct fw_iq_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_eth_eq_free': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:1869:23: note: byref variable will be forcibly initialized struct fw_eq_eth_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_update_port_info': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:2070:21: note: byref variable will be forcibly initialized struct fw_port_cmd port_cmd; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_get_vf_mac_acl': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:2201:24: note: byref variable will be forcibly initialized struct fw_acl_mac_cmd cmd; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c: In function 't4vf_get_vf_vlan_acl': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c:2244:25: note: byref variable will be forcibly initialized struct fw_acl_vlan_cmd cmd; ^~~ In file included from /kisskb/src/include/linux/random.h:121, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/linux/rcupdate.h:30, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/firmware/smccc/smccc.c:12: /kisskb/src/drivers/firmware/smccc/smccc.c: In function 'smccc_probe_trng': /kisskb/src/arch/arm64/include/asm/archrandom.h:18:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ In file included from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_hwinfo.c:27: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_hwinfo.c: In function 'crc32_posix_end': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/crc32.h:21:6: note: byref variable will be forcibly initialized u8 c = total_len & 0xff; ^ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_hwinfo.c: In function 'nfp_hwinfo_read': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_hwinfo.c:232:9: note: byref variable will be forcibly initialized size_t hwdb_size = 0; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/e4000.c: In function 'e4000_pll_lock': /kisskb/src/drivers/media/tuners/e4000.c:486:15: note: byref variable will be forcibly initialized unsigned int uitmp; ^~~~~ /kisskb/src/drivers/media/tuners/e4000.c: In function 'e4000_set_if_gain': /kisskb/src/drivers/media/tuners/e4000.c:447:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_readreg': /kisskb/src/drivers/media/tuners/fc0013.c:29:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_writereg': /kisskb/src/drivers/media/tuners/fc0013.c:16:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/tuners/fc0013.c:15:5: note: byref variable will be forcibly initialized u8 buf[2] = {reg, val}; ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_get_rf_strength': /kisskb/src/drivers/media/tuners/fc0013.c:502:16: note: byref variable will be forcibly initialized unsigned char tmp; ^~~ /kisskb/src/drivers/media/tuners/e4000.c: In function 'e4000_set_params': /kisskb/src/drivers/media/tuners/e4000.c:103:24: note: byref variable will be forcibly initialized u8 buf[5], i_data[4], q_data[4]; ^~~~~~ /kisskb/src/drivers/media/tuners/e4000.c:103:13: note: byref variable will be forcibly initialized u8 buf[5], i_data[4], q_data[4]; ^~~~~~ /kisskb/src/drivers/media/tuners/e4000.c:103:5: note: byref variable will be forcibly initialized u8 buf[5], i_data[4], q_data[4]; ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_set_vhf_track': /kisskb/src/drivers/media/tuners/fc0013.c:182:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_set_params': /kisskb/src/drivers/media/tuners/fc0013.c:216:39: note: byref variable will be forcibly initialized unsigned char reg[7], am, pm, multi, tmp; ^~~ /kisskb/src/drivers/media/tuners/e4000.c: In function 'e4000_probe': /kisskb/src/drivers/media/tuners/e4000.c:619:15: note: byref variable will be forcibly initialized unsigned int uitmp; ^~~~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_rc_cal_add': /kisskb/src/drivers/media/tuners/fc0013.c:119:5: note: byref variable will be forcibly initialized u8 rc_cal; ^~~~~~ /kisskb/src/drivers/media/tuners/fc2580.c: In function 'fc2580_set_params': /kisskb/src/drivers/media/tuners/fc2580.c:32:15: note: byref variable will be forcibly initialized unsigned int uitmp, div_ref, div_ref_val, div_n, k, k_cw, div_out; ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c: In function 'otm8009a_backlight_update_status': /kisskb/src/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c:375:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/media/tuners/it913x.c: In function 'it913x_set_params': /kisskb/src/drivers/media/tuners/it913x.c:213:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/tuners/fc2580.c: In function 'fc2580_probe': /kisskb/src/drivers/media/tuners/fc2580.c:516:15: note: byref variable will be forcibly initialized unsigned int uitmp; ^~~~~ /kisskb/src/drivers/media/tuners/it913x.c: In function 'it913x_init': /kisskb/src/drivers/media/tuners/it913x.c:32:25: note: byref variable will be forcibly initialized u8 iqik_m_cal, nv_val, buf[2]; ^~~ /kisskb/src/drivers/media/tuners/it913x.c:31:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/mmc/host/sdhci-pxav3.c: In function 'pxav3_get_mmc_pdata': /kisskb/src/drivers/mmc/host/sdhci-pxav3.c:352:6: note: byref variable will be forcibly initialized u32 clk_delay_cycles; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-s3c.c: In function 'sdhci_s3c_parse_dt': /kisskb/src/drivers/mmc/host/sdhci-s3c.c:432:6: note: byref variable will be forcibly initialized u32 max_width; ^~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-s3c.c: In function 'sdhci_s3c_probe': /kisskb/src/drivers/mmc/host/sdhci-s3c.c:535:8: note: byref variable will be forcibly initialized char name[14]; ^~~~ 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_bmap.c:6: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ In file included from /kisskb/src/fs/xfs/xfs_inode.h:10, 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:201:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor ncur = *cur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_extents_to_btree': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:666:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:665:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:656:23: note: byref variable will be forcibly initialized struct xfs_alloc_arg args; /* allocation arguments */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:655:19: note: byref variable will be forcibly initialized struct xfs_buf *abp; /* buffer for ablock */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:971:20: note: byref variable will be forcibly initialized xfs_btree_cur_t *cur; /* bmap btree cursor */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_btree': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:931:8: note: byref variable will be forcibly initialized 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:213:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor ncur = *cur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmbt_update': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:161:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_check_leaf_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:333:18: note: byref variable will be forcibly initialized xfs_bmbt_rec_t last = {0, 0}; /* last extent in prev block */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:327:19: note: byref variable will be forcibly initialized 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:2531:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t right; /* right neighbor extent entry */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2528:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t left; /* left neighbor extent entry */ ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mip.c: In function 'nfp_mip_read_resource': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mip.c:72:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mip.c:71:6: note: byref variable will be forcibly initialized u32 cpp_id; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc_filestreams': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3332:8: note: byref variable will be forcibly initialized int notinit = 0; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3331:18: note: byref variable will be forcibly initialized xfs_agnumber_t ag; ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc_nullfb': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3298:8: note: byref variable will be forcibly initialized int notinit = 0; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_delay_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1946:7: note: byref variable will be forcibly initialized int tmp_logflags; /* partial log flag return val */ ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1457:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec old; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1456:8: note: byref variable will be forcibly initialized int tmp_rval; /* partial logging flags */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1449:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t r[3]; /* neighbor extent entries */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1447:8: note: byref variable will be forcibly initialized int i; /* temp state */ ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/clocksource/sh_cmt.c:14: /kisskb/src/drivers/clocksource/sh_cmt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clocksource/sh_cmt.c: In function 'sh_cmt_clock_event_program_verify': /kisskb/src/drivers/clocksource/sh_cmt.c:415:6: note: byref variable will be forcibly initialized u32 has_wrapped; ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_hole_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2872:7: note: byref variable will be forcibly initialized int tmp_logflags; /* partial log flag return val */ ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2680:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec old; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2677:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t right; /* right neighbor extent entry */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2676:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t left; /* left neighbor extent entry */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2675:8: note: byref variable will be forcibly initialized int i; /* temp state */ ^ /kisskb/src/drivers/clocksource/sh_cmt.c: In function 'sh_cmt_clocksource_read': /kisskb/src/drivers/clocksource/sh_cmt.c:625:6: note: byref variable will be forcibly initialized u32 has_wrapped; ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_shift_update_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5803:15: note: byref variable will be forcibly initialized int error, i; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5802:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec prev = *got; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btree_to_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:601:24: note: byref variable will be forcibly initialized struct xfs_owner_info oinfo; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:598:19: note: byref variable will be forcibly initialized struct xfs_buf *cbp; /* child block's buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmse_merge': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5724:16: note: byref variable will be forcibly initialized int error, i; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5722:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec new; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5069:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec old; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5065:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t new; /* new record to be inserted */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5061:8: note: byref variable will be forcibly initialized int i; /* temp state */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5059:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; /* current extent entry */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_local_to_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:833:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:832:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:831:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer for extent block */ ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:830:18: note: byref variable will be forcibly initialized xfs_alloc_arg_t args; /* allocation arguments */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_local': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1004:21: note: byref variable will be forcibly initialized struct xfs_da_args dargs; /* args for dir/attr code */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1075:8: note: byref variable will be forcibly initialized int logflags; /* logging flags */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1074:8: note: byref variable will be forcibly initialized int version = 1; /* superblock attr version */ ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1072:16: note: byref variable will be forcibly initialized xfs_trans_t *tp; /* transaction pointer */ ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iread_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1218:25: note: byref variable will be forcibly initialized struct xfs_iread_state ir; ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_first_unused': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1265:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1264:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_before': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1312:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1311:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1345:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_isaeof': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1375:8: note: byref variable will be forcibly initialized int is_empty; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1374:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_offset': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1412:8: note: byref variable will be forcibly initialized int is_empty; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1411:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_unwritten_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2492:7: note: byref variable will be forcibly initialized int tmp_logflags; /* partial log flag return val */ ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2005:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec old; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2000:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t r[3]; /* neighbor extent entries */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1997:8: note: byref variable will be forcibly initialized int i; /* temp state */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1995:20: note: byref variable will be forcibly initialized xfs_btree_cur_t *cur; /* btree cursor */ ^~~ /kisskb/src/drivers/leds/leds-lm3530.c: In function 'lm3530_init_registers': /kisskb/src/drivers/leds/leds-lm3530.c:234:25: note: byref variable will be forcibly initialized struct lm3530_als_data als; ^~~ /kisskb/src/drivers/leds/leds-lm3530.c:230:5: note: byref variable will be forcibly initialized u8 reg_val[LM3530_REG_MAX]; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_convert_unwritten': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4241:8: note: byref variable will be forcibly initialized int tmp_logflags = 0; ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3588:16: note: byref variable will be forcibly initialized xfs_extlen_t blen; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_read': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3928:8: note: byref variable will be forcibly initialized int n = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3925:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3922:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_reserve_delalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4032:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec prev; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4018:17: note: byref variable will be forcibly initialized xfs_fileoff_t aoff = off; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4015:16: note: byref variable will be forcibly initialized xfs_extlen_t alen; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_write': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4381:8: note: byref variable will be forcibly initialized int n; /* current extent index */ ^ /kisskb/src/drivers/media/tuners/qm1d1c0042.c: In function 'reg_write': /kisskb/src/drivers/media/tuners/qm1d1c0042.c:66:5: note: byref variable will be forcibly initialized u8 wbuf[2] = { reg, val }; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mutex.c: In function 'nfp_cpp_mutex_alloc': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mutex.c:130:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mutex.c: In function 'nfp_cpp_mutex_unlock': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mutex.c:222:11: note: byref variable will be forcibly initialized u32 key, value; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mutex.c:222:6: note: byref variable will be forcibly initialized u32 key, value; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_convert_delalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4563:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4561:22: note: byref variable will be forcibly initialized struct xfs_bmalloca bma = { NULL }; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mutex.c: In function 'nfp_cpp_mutex_trylock': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mutex.c:268:18: note: byref variable will be forcibly initialized u32 key, value, tmp; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mutex.c:268:6: note: byref variable will be forcibly initialized u32 key, value, tmp; ^~~ /kisskb/src/drivers/media/tuners/qm1d1c0042.c: In function 'reg_read': /kisskb/src/drivers/media/tuners/qm1d1c0042.c:77:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_remap': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4690:8: note: byref variable will be forcibly initialized int logflags = 0, error; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mutex.c: In function 'nfp_cpp_mutex_reclaim': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mutex.c:348:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4688:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4687:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4686:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur = NULL; ^~~ /kisskb/src/drivers/media/tuners/qm1d1c0042.c: In function 'qm1d1c0042_init': /kisskb/src/drivers/media/tuners/qm1d1c0042.c:320:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_delay': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4853:29: note: byref variable will be forcibly initialized xfs_filblks_t got_indlen, new_indlen, stolen; ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4853:17: note: byref variable will be forcibly initialized xfs_filblks_t got_indlen, new_indlen, stolen; ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4850:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec new; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_cow': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4977:23: note: byref variable will be forcibly initialized 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:5541:26: note: byref variable will be forcibly initialized struct xfs_bmbt_irec prev; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5354:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5353:17: note: byref variable will be forcibly initialized xfs_fileoff_t end; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5347:8: note: byref variable will be forcibly initialized int tmp_logflags; /* partial logging flags */ ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5344:8: note: byref variable will be forcibly initialized int logflags; /* transaction logging flags */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5341:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; /* current extent record */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5338:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec del; /* extent being deleted */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5337:24: note: byref variable will be forcibly initialized 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:5848:8: note: byref variable will be forcibly initialized int logflags = 0; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5845:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5844:28: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, prev; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5844:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, prev; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_can_insert_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5928:8: note: byref variable will be forcibly initialized int is_empty; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5927:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^~~ 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_insert_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5963:8: note: byref variable will be forcibly initialized int logflags = 0; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5960:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5959:28: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, next; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5959:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, next; ^~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_write_reg_mask': /kisskb/src/drivers/media/tuners/r820t.c:409:5: note: byref variable will be forcibly initialized u8 tmp = val; ^~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_write_reg': /kisskb/src/drivers/media/tuners/r820t.c:391:5: note: byref variable will be forcibly initialized u8 tmp = val; /* work around GCC PR81715 with asan-stack=1 */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_split_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6144:7: note: byref variable will be forcibly initialized int tmp_logflags; /* partial log flag return val */ ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6066:9: note: byref variable will be forcibly initialized int i = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6063:26: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6060:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec new; /* split extent */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6059:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6058:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur = 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_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:48:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_read_gain': /kisskb/src/drivers/media/tuners/r820t.c:1186:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iread_bmbt_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1188:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec new; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1166:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_set_pll': /kisskb/src/drivers/media/tuners/r820t.c:535:5: note: byref variable will be forcibly initialized u8 data[5]; ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_set_tv_standard': /kisskb/src/drivers/media/tuners/r820t.c:935:5: note: byref variable will be forcibly initialized u8 data[5], val; ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_xtal_check': /kisskb/src/drivers/media/tuners/r820t.c:1386:5: note: byref variable will be forcibly initialized u8 data[3], val; ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_multi_read': /kisskb/src/drivers/media/tuners/r820t.c:1503:5: note: byref variable will be forcibly initialized u8 data[2], min = 255, max = 0; ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_imr_cross': /kisskb/src/drivers/media/tuners/r820t.c:1529:25: note: byref variable will be forcibly initialized struct r820t_sect_type cross[5]; /* (0,0)(0,Q-1)(0,I-1)(Q-1,0)(I-1,0) */ ^~~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_section': /kisskb/src/drivers/media/tuners/r820t.c:1725:40: note: byref variable will be forcibly initialized struct r820t_sect_type compare_iq[3], compare_bet[3]; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c:1725:25: note: byref variable will be forcibly initialized 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:1808:5: note: byref variable will be forcibly initialized u8 x_direction = 0; /* 1:x, 0:y */ ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c:1806:25: note: byref variable will be forcibly initialized 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:1889:25: note: byref variable will be forcibly initialized struct r820t_sect_type imr_point; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_pll_calc': /kisskb/src/drivers/media/tuners/tda18250.c:435:15: note: byref variable will be forcibly initialized unsigned int uval, exp, lopd, scale; ^~~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_wait_for_irq': /kisskb/src/drivers/media/tuners/tda18250.c:91:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/leds/leds-lm355x.c: In function 'pattern_store': /kisskb/src/drivers/leds/leds-lm355x.c:360:15: note: byref variable will be forcibly initialized unsigned int state; ^~~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_attach': /kisskb/src/drivers/media/tuners/r820t.c:2319:5: note: byref variable will be forcibly initialized u8 data[5]; ^~~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_set_params': /kisskb/src/drivers/media/tuners/tda18250.c:502:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_power_control': /kisskb/src/drivers/media/tuners/tda18250.c:19:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_get_rf_strength': /kisskb/src/drivers/media/tuners/m88rs6000t.c:498:6: note: byref variable will be forcibly initialized u32 BBGS[14] = {0, 286, 275, 290, 294, 300, 290, ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c:496:6: note: byref variable will be forcibly initialized u32 IFGS[12] = {0, 300, 230, 270, 270, 285, ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c:494:6: note: byref variable will be forcibly initialized u32 RFGS[13] = {0, 245, 266, 268, 270, 285, ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c:487:15: note: byref variable will be forcibly initialized unsigned int val, i; ^~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_set_pll_freq': /kisskb/src/drivers/media/tuners/m88rs6000t.c:155:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/clk/tegra.h:10, from /kisskb/src/drivers/firmware/tegra/bpmp.c:6: /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:11, from /kisskb/src/drivers/firmware/tegra/bpmp.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_probe': /kisskb/src/drivers/media/tuners/tda18250.c:751:16: note: byref variable will be forcibly initialized unsigned char chip_id[3]; ^~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_ping': /kisskb/src/drivers/firmware/tegra/bpmp.c:547:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:546:26: note: byref variable will be forcibly initialized struct mrq_ping_request request; ^~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:545:27: note: byref variable will be forcibly initialized struct mrq_ping_response response; ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_get_firmware_tag_old': /kisskb/src/drivers/firmware/tegra/bpmp.c:586:13: note: byref variable will be forcibly initialized dma_addr_t phys; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:584:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:583:31: note: byref variable will be forcibly initialized struct mrq_query_tag_request request; ^~~~~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_set_demod_mclk': /kisskb/src/drivers/media/tuners/m88rs6000t.c:32:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_handle_mrq': /kisskb/src/drivers/firmware/tegra/bpmp.c:442:6: note: byref variable will be forcibly initialized u32 zero = 0; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_mrq_handle_ping': /kisskb/src/drivers/firmware/tegra/bpmp.c:533:27: note: byref variable will be forcibly initialized struct mrq_ping_response response; ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_mrq_is_supported': /kisskb/src/drivers/firmware/tegra/bpmp.c:506:32: note: byref variable will be forcibly initialized struct mrq_query_abi_response resp; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:505:31: note: byref variable will be forcibly initialized struct mrq_query_abi_request req = { .mrq = cpu_to_le32(mrq) }; ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_get_firmware_tag': /kisskb/src/drivers/firmware/tegra/bpmp.c:623:29: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg = { ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:622:36: note: byref variable will be forcibly initialized struct mrq_query_fw_tag_response resp; ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_probe': /kisskb/src/drivers/media/tuners/m88rs6000t.c:583:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_probe': /kisskb/src/drivers/firmware/tegra/bpmp.c:691:7: note: byref variable will be forcibly initialized char tag[TAG_SZ]; ^~~ /kisskb/src/drivers/leds/leds-lp3952.c: In function 'lp3952_get_label': /kisskb/src/drivers/leds/leds-lp3952.c:98:14: note: byref variable will be forcibly initialized const char *str; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.c: In function 'nfp_nffw_info_fwid_first': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.c:220:22: note: byref variable will be forcibly initialized struct nffw_fwinfo *fwinfo; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c: In function 'atl1c_vlan_mode': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c:446:6: note: byref variable will be forcibly initialized u32 mac_ctrl_data = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c: In function 'atl1c_clear_phy_int': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c:1602:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c: In function 'atl1c_mdio_read': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c:596:6: note: byref variable will be forcibly initialized u16 result; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c: In function 'atl1c_check_link_status': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c:268:13: note: byref variable will be forcibly initialized u16 speed, duplex; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c:268:6: note: byref variable will be forcibly initialized u16 speed, duplex; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c: In function 'atl1c_patch_assign': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c:758:6: note: byref variable will be forcibly initialized u32 misc_ctrl; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c: In function 'atl1c_reset_pcie': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c:137:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c: In function 'atl1c_xmit_frame': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c:2315:25: note: byref variable will be forcibly initialized struct atl1c_tpd_desc *tpd; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c: In function 'atl1c_sw_init': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_main.c:798:6: note: byref variable will be forcibly initialized u32 revision; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c: In function 's6e3ha2_set_vint': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c:419:16: note: byref variable will be forcibly initialized unsigned char data[] = { 0xf4, 0x8b, ^~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c: In function 'sym_set_workarounds': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:1459:10: note: byref variable will be forcibly initialized u_short status_reg; ^~~~~~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c: In function 'sym2_reset_workarounds': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:1780:10: note: byref variable will be forcibly initialized u_short status_reg; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c: In function 's6e8aa0_panel_cond_set_v142': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:171:11: note: byref variable will be forcibly initialized const u8 d[] = { seq };\ ^ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:249:2: note: in expansion of macro 's6e8aa0_dcs_write_seq' s6e8aa0_dcs_write_seq(ctx, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c: In function 's6e8aa0_elvss_nvm_set_v142': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:171:11: note: byref variable will be forcibly initialized const u8 d[] = { seq };\ ^ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:341:2: note: in expansion of macro 's6e8aa0_dcs_write_seq' s6e8aa0_dcs_write_seq(ctx, 0xd9, 0x14, 0x40, 0x0c, 0xcb, 0xce, 0x6e, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c: In function 'get_int_arg': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:983:8: note: byref variable will be forcibly initialized char *end; ^~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c: In function 'sym2_setup_params': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:87:9: note: byref variable will be forcibly initialized char *next_p; ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c: In function 's6e8aa0_etc_elvss_control': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:171:11: note: byref variable will be forcibly initialized const u8 d[] = { seq };\ ^ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:318:2: note: in expansion of macro 's6e8aa0_dcs_write_seq' s6e8aa0_dcs_write_seq(ctx, 0xb1, 0x04, id); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c: In function 'sym_user_command': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:1021:11: note: byref variable will be forcibly initialized u_long target; ^~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:1019:20: note: byref variable will be forcibly initialized struct sym_usrcmd cmd, *uc = &cmd; ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c: In function 's6e8aa0_read_mtp_id': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:822:5: note: byref variable will be forcibly initialized u8 id[3]; ^~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c: In function 'sym_eh_handler': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:582:20: note: byref variable will be forcibly initialized struct completion eh_done; ^~~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c: In function 'sym_iomap_device': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:1508:24: note: byref variable will be forcibly initialized struct pci_bus_region bus_addr; ^~~~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c: In function 'sym_config_pqs': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:1567:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c: In function 'sym2_probe': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:1659:19: note: byref variable will be forcibly initialized struct sym_nvram nvram; ^~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:1658:20: note: byref variable will be forcibly initialized struct sym_device sym_dev; ^~~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c: In function 'sym_log_bus_error': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.c:476:17: note: byref variable will be forcibly initialized unsigned short pci_sts; ^~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c: In function 'vxge_hw_vpath_mac_addr_get': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c:1772:6: note: byref variable will be forcibly initialized u64 data2 = 0ULL; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c:1771:6: note: byref variable will be forcibly initialized u64 data1 = 0ULL; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c: In function 'vxge_hw_vpath_mac_addr_get_next': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c:1823:6: note: byref variable will be forcibly initialized u64 data2 = 0ULL; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c:1822:6: note: byref variable will be forcibly initialized u64 data1 = 0ULL; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c: In function 'vxge_hw_vpath_poll_rx': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c:2359:8: note: byref variable will be forcibly initialized void *first_rxdh; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c:2357:5: note: byref variable will be forcibly initialized u8 t_code; ^~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c: In function 'vxge_hw_vpath_poll_tx': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c:2414:8: note: byref variable will be forcibly initialized void *first_txdlh; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-traffic.c:2413:26: note: byref variable will be forcibly initialized enum vxge_hw_fifo_tcode t_code; ^~~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c: In function 'vxge_ethtool_gregs': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c:132:6: note: byref variable will be forcibly initialized u64 reg; ^~~ /kisskb/src/drivers/leds/leds-lp5521.c: In function 'lp5521_run_selftest': /kisskb/src/drivers/leds/leds-lp5521.c:336:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/leds/leds-lp5521.c: In function 'lp5521_run_engine': /kisskb/src/drivers/leds/leds-lp5521.c:165:5: note: byref variable will be forcibly initialized u8 exec; ^~~~ /kisskb/src/drivers/leds/leds-lp5521.c:164:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/leds/leds-lp5521.c: In function 'lp5521_update_program_memory': /kisskb/src/drivers/leds/leds-lp5521.c:223:6: note: byref variable will be forcibly initialized int nrchars; ^~~~~~~ /kisskb/src/drivers/leds/leds-lp5521.c:222:7: note: byref variable will be forcibly initialized char c[3]; ^ /kisskb/src/drivers/leds/leds-lp5521.c:221:11: note: byref variable will be forcibly initialized unsigned cmd; ^~~ /kisskb/src/drivers/leds/leds-lp5521.c: In function 'lp5521_post_init_device': /kisskb/src/drivers/leds/leds-lp5521.c:283:5: note: byref variable will be forcibly initialized u8 val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/leds/leds-lp5521.c:12: /kisskb/src/drivers/leds/leds-lp5521.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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-lp5521.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c: In function 'seiko_panel_get_fixed_modes': /kisskb/src/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c:68:20: note: byref variable will be forcibly initialized struct videomode vm; ^~ /kisskb/src/drivers/leds/leds-lt3593.c: In function 'lt3593_led_probe': /kisskb/src/drivers/leds/leds-lt3593.c:70:14: note: byref variable will be forcibly initialized const char *tmp; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/ni/nixge.c:7: /kisskb/src/drivers/net/ethernet/ni/nixge.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/ni/nixge.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/ni/nixge.c: In function 'nixge_get_nvmem_address': /kisskb/src/drivers/net/ethernet/ni/nixge.c:1207:9: note: byref variable will be forcibly initialized size_t cell_size; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp_cmds.c: In function 'nfp_hwmon_read_sensor': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp_cmds.c:73:21: note: byref variable will be forcibly initialized struct nfp_sensors s; ^ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/unaligned/packed_struct.h:4, from /kisskb/src/include/asm-generic/unaligned.h:9, from ./arch/arm64/include/generated/asm/unaligned.h:1, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c:10: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c:16: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/unaligned/packed_struct.h:4, from /kisskb/src/include/asm-generic/unaligned.h:9, from ./arch/arm64/include/generated/asm/unaligned.h:1, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c:10: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c:16: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c: In function 'nfp_nsp_check': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c:230:18: note: byref variable will be forcibly initialized u64 nsp_status, reg; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c: In function '__nfp_nsp_command': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c:361:11: note: byref variable will be forcibly initialized u64 reg, ret_val, nsp_base, nsp_buffer, nsp_status, nsp_command; ^~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c:361:6: note: byref variable will be forcibly initialized u64 reg, ret_val, nsp_base, nsp_buffer, nsp_status, nsp_command; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c: In function 'nfp_nsp_command_buf_def': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c:441:6: note: byref variable will be forcibly initialized u64 reg, cpp_buf; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c: In function 'nfp_nsp_command_buf_dma_sg': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c:545:14: note: byref variable will be forcibly initialized dma_addr_t addr; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c: In function 'nfp_nsp_command_buf_dma': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c:629:6: note: byref variable will be forcibly initialized u64 reg; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c: In function 'nfp_nsp_command_buf': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c:661:6: note: byref variable will be forcibly initialized u64 reg; ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'store_engine_leds': /kisskb/src/drivers/leds/leds-lp5523.c:529:6: note: byref variable will be forcibly initialized u16 mux = 0; ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'show_master_fader_leds': /kisskb/src/drivers/leds/leds-lp5523.c:738:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'lp5523_run_engine': /kisskb/src/drivers/leds/leds-lp5523.c:221:5: note: byref variable will be forcibly initialized u8 exec; ^~~~ /kisskb/src/drivers/leds/leds-lp5523.c:220:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'lp5523_init_program_engine': /kisskb/src/drivers/leds/leds-lp5523.c:270:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'store_master_fader': /kisskb/src/drivers/leds/leds-lp5523.c:709:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'show_master_fader': /kisskb/src/drivers/leds/leds-lp5523.c:687:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'lp5523_selftest': /kisskb/src/drivers/leds/leds-lp5523.c:585:18: note: byref variable will be forcibly initialized u8 status, adc, vdd; ^~~ /kisskb/src/drivers/leds/leds-lp5523.c:585:13: note: byref variable will be forcibly initialized u8 status, adc, vdd; ^~~ /kisskb/src/drivers/leds/leds-lp5523.c:585:5: note: byref variable will be forcibly initialized u8 status, adc, vdd; ^~~~~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'show_engine_leds': /kisskb/src/drivers/leds/leds-lp5523.c:484:7: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized int nrchars; ^~~~~~~ /kisskb/src/drivers/leds/leds-lp5523.c:330:7: note: byref variable will be forcibly initialized char c[3]; ^ /kisskb/src/drivers/leds/leds-lp5523.c:329:15: note: byref variable will be forcibly initialized unsigned int cmd; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/leds/leds-lp5523.c:12: /kisskb/src/drivers/leds/leds-lp5523.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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-lp5523.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_hw.c: In function 'atl1e_get_permanent_address': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_hw.c:60:6: note: byref variable will be forcibly initialized u8 eth_addr[ETH_ALEN]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_hw.c:57:6: note: byref variable will be forcibly initialized u32 addr[2]; ^~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_hw.c: In function 'atl1e_reset_hw': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_hw.c:508:6: note: byref variable will be forcibly initialized u16 pci_cfg_cmd_word = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_hw.c: In function 'atl1e_get_speed_and_duplex': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_hw.c:586:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/mmc/host/mtk-sd.c: In function 'msdc_timeout_cal': /kisskb/src/drivers/mmc/host/mtk-sd.c:752:6: note: byref variable will be forcibly initialized u32 mode = 0; ^~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'led_current_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:100:16: note: byref variable will be forcibly initialized unsigned long curr; ^~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'run_engine_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:330:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/leds/leds-lp55xx-common.c:12: /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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-lp55xx-common.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_init_led': /kisskb/src/drivers/leds/leds-lp55xx-common.c:168:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bitfield.h:10, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp_eth.c:9: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp_eth.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp_eth.c:10: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'select_engine_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:288:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/mmc/host/mtk-sd.c: In function 'hs400_tune_response': /kisskb/src/drivers/mmc/host/mtk-sd.c:2034:6: note: byref variable will be forcibly initialized int cmd_err; ^~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_parse_multi_led_child': /kisskb/src/drivers/leds/leds-lp55xx-common.c:591:15: note: byref variable will be forcibly initialized int chan_nr, color_id, ret; ^~~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c:591:6: note: byref variable will be forcibly initialized int chan_nr, color_id, ret; ^~~~~~~ /kisskb/src/drivers/mmc/host/mtk-sd.c: In function 'msdc_tune_response': /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_parse_logical_led': /kisskb/src/drivers/leds/leds-lp55xx-common.c:634:6: note: byref variable will be forcibly initialized int chan_nr = 0; ^~~~~~~ /kisskb/src/drivers/mmc/host/mtk-sd.c:1943:6: note: byref variable will be forcibly initialized int cmd_err; ^~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c:633:6: note: byref variable will be forcibly initialized int led_color, ret; ^~~~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_detect_device': /kisskb/src/drivers/leds/leds-lp55xx-common.c:56:5: note: byref variable will be forcibly initialized u8 val = cfg->enable.val; ^~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_update_bits': /kisskb/src/drivers/leds/leds-lp55xx-common.c:384:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c: In function 'write_sgl': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c:909:24: note: byref variable will be forcibly initialized struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1]; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c:36: /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c: In function 'bar2_address': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c:2183:6: note: byref variable will be forcibly initialized u64 bar2_qoffset; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_hwtstamp_get': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:3218:25: note: byref variable will be forcibly initialized struct hwtstamp_config config; ^~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c: In function 'process_responses': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c:1780:18: note: byref variable will be forcibly initialized struct pkt_gl gl; ^~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_hwtstamp_set': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:3156:25: note: byref variable will be forcibly initialized struct hwtstamp_config config; ^~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c: In function 't4vf_eth_xmit': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c:1169:13: note: byref variable will be forcibly initialized dma_addr_t addr[MAX_SKB_FRAGS + 1]; ^~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_vpath_intr_enable': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:1360:6: note: byref variable will be forcibly initialized int tim_msix_id[4] = {0, 1, 0, 0}; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'VXGE_COMPLETE_VPATH_TX': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:103:6: note: byref variable will be forcibly initialized int more; ^~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:102:18: note: byref variable will be forcibly initialized struct sk_buff *completed[NR_SKB_COMPLETED]; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:99:19: note: byref variable will be forcibly initialized struct sk_buff **skb_ptr = NULL; ^~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c: In function 't4vf_sge_alloc_rxq': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c:2211:24: note: byref variable will be forcibly initialized struct fw_iq_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c:2211:19: note: byref variable will be forcibly initialized struct fw_iq_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_rx_1b_compl': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:367:31: note: byref variable will be forcibly initialized struct vxge_hw_ring_rxd_info ext_info; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:361:6: note: byref variable will be forcibly initialized int dtr_cnt = 0; ^~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:360:8: note: byref variable will be forcibly initialized void *first_dtr = NULL; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c: In function 't4vf_sge_alloc_eth_txq': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c:2419:28: note: byref variable will be forcibly initialized struct fw_eq_eth_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4vf/sge.c:2419:23: note: byref variable will be forcibly initialized struct fw_eq_eth_cmd cmd, rpl; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_isr_napi': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:2167:6: note: byref variable will be forcibly initialized u64 reason; ^~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:47: /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_rth_configure': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:1904:32: note: byref variable will be forcibly initialized struct vxge_hw_rth_hash_types hash_types; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_search_mac_addr_in_da_table': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:1421:16: note: byref variable will be forcibly initialized unsigned char macaddr[ETH_ALEN]; ^~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:1420:16: note: byref variable will be forcibly initialized unsigned char macmask[ETH_ALEN]; ^~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_restore_vpath_mac_addr': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:1446:17: note: byref variable will be forcibly initialized struct macInfo mac_info; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_learn_mac': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:729:6: note: byref variable will be forcibly initialized u64 mac_addr = 0, vpath_vector = 0; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:727:17: note: byref variable will be forcibly initialized struct macInfo mac_info; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_mac_list_del': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:1070:6: note: byref variable will be forcibly initialized u64 del_mac = 0; ^~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_set_multicast': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:1128:17: note: byref variable will be forcibly initialized struct macInfo mac_info; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_set_mac_addr': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:1287:31: note: byref variable will be forcibly initialized struct macInfo mac_info_new, mac_info_old; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:1287:17: note: byref variable will be forcibly initialized struct macInfo mac_info_new, mac_info_old; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_open_vpaths': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:2013:28: note: byref variable will be forcibly initialized struct vxge_hw_vpath_attr attr; ^~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_enable_msix': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:2374:6: note: byref variable will be forcibly initialized int tim_msix_id[4] = {0, 1, 0, 0}; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'do_vxge_close': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:2923:6: note: byref variable will be forcibly initialized u64 val64, vpath_vector; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_device_unregister': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:3498:7: note: byref variable will be forcibly initialized char buf[IFNAMSIZ]; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'is_sriov_initialized': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:4255:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_xmit': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:808:8: note: byref variable will be forcibly initialized void *dtr = NULL; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:807:8: note: byref variable will be forcibly initialized void *dtr_priv; ^~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.c:13: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.c: In function 'crc32_posix_end': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/crc32.h:21:6: note: byref variable will be forcibly initialized u8 c = total_len & 0xff; ^ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.c: In function 'nfp_cpp_resource_find': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.c:71:28: note: byref variable will be forcibly initialized struct nfp_resource_entry entry; ^~~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_device_register': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:3363:6: note: byref variable will be forcibly initialized u64 stat; ^~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_fw_upgrade': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:4122:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:4120:16: note: byref variable will be forcibly initialized u32 maj, min, bld, cmaj, cmin, cbld; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:4120:11: note: byref variable will be forcibly initialized u32 maj, min, bld, cmaj, cmin, cbld; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:4120:6: note: byref variable will be forcibly initialized u32 maj, min, bld, cmaj, cmin, cbld; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_probe': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:4495:22: note: byref variable will be forcibly initialized struct eprom_image img[VXGE_HW_MAX_ROM_IMAGES]; ^~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:4294:29: note: byref variable will be forcibly initialized struct vxge_hw_device_attr attr; ^~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:4291:18: note: byref variable will be forcibly initialized struct vxgedev *vdev; ^~~~ /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:4286:27: note: byref variable will be forcibly initialized struct __vxge_hw_device *hldev; ^~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c: In function 'sym_compute_residual': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c:3847:6: note: byref variable will be forcibly initialized int dp_ofs = 0; ^~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c: In function 'sym_modify_dp': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c:3747:6: note: byref variable will be forcibly initialized int dp_ofs = ofs; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_target.c: In function 'nfp_encode_basic_qdr': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_target.c:434:6: note: byref variable will be forcibly initialized int v, ret; ^ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_target.c: In function 'nfp_encode_basic': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_target.c:479:6: note: byref variable will be forcibly initialized int isld[2]; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_target.c: In function 'nfp_encode_mu': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_target.c:574:6: note: byref variable will be forcibly initialized int isld[2]; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/leds/leds-mc13783.c:15: /kisskb/src/drivers/leds/leds-mc13783.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/leds/leds-mc13783.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-mc13783.c: In function 'mc13xxx_led_probe_dt': /kisskb/src/drivers/leds/leds-mc13783.c:145:7: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/leds/leds-mc13783.c:144:15: note: byref variable will be forcibly initialized const char *str; ^~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c: In function 'sym_sync_nego_check': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c:3948:29: note: byref variable will be forcibly initialized u_char chg, ofs, per, fak, div; ^~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c:3948:24: note: byref variable will be forcibly initialized u_char chg, ofs, per, fak, div; ^~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c: In function 'sym_ppr_nego_check': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c:4063:21: note: byref variable will be forcibly initialized unsigned char fak, div; ^~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c:4063:16: note: byref variable will be forcibly initialized unsigned char fak, div; ^~~ /kisskb/src/drivers/mmc/host/cb710-mmc.c: In function 'cb710_mmc_init': /kisskb/src/drivers/mmc/host/cb710-mmc.c:693:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c:28: /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mmc/host/cb710-mmc.c: In function 'cb710_mmc_select_clock_divider': /kisskb/src/drivers/mmc/host/cb710-mmc.c:31:6: note: byref variable will be forcibly initialized u32 src_freq_idx; ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cb710-mmc.c: In function 'cb710_mmc_receive': /kisskb/src/drivers/mmc/host/cb710-mmc.c:267:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/drivers/mmc/host/cb710-mmc.c: In function 'cb710_mmc_send': /kisskb/src/drivers/mmc/host/cb710-mmc.c:311:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c: In function 'sym_clear_tasks': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.c:3188:14: note: byref variable will be forcibly initialized SYM_QUEHEAD qtmp, *qp; ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c: In function 'sharp_panel_write': /kisskb/src/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c:50:5: note: byref variable will be forcibly initialized u8 payload[3] = { offset >> 8, offset & 0xff, value }; ^~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_close': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:149:28: note: byref variable will be forcibly initialized struct mrq_debug_response resp; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debugfs_dumpdir': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:555:30: note: byref variable will be forcibly initialized struct mrq_debugfs_response resp; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debugfs_read': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:496:30: note: byref variable will be forcibly initialized struct mrq_debugfs_response resp; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:487:29: note: byref variable will be forcibly initialized struct mrq_debugfs_request req = { ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debugfs_write': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:525:35: note: byref variable will be forcibly initialized const struct mrq_debugfs_request req = { ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_open': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:109:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg = { ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:108:28: note: byref variable will be forcibly initialized struct mrq_debug_response resp; ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c: In function 'sharp_nt_panel_init': /kisskb/src/drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c:55:44: note: byref variable will be forcibly initialized ret = mipi_dsi_dcs_write(dsi, 0xae, (u8[]){ 0x03 }, 1); ^ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'get_filename': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:77:7: note: byref variable will be forcibly initialized char root_path_buf[512]; ^~~~~~~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_debug_show': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:316:19: note: byref variable will be forcibly initialized uint32_t fd = 0, len = 0; ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:316:11: note: byref variable will be forcibly initialized uint32_t fd = 0, len = 0; ^~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:304:28: note: byref variable will be forcibly initialized struct mrq_debug_response resp; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:299:7: note: byref variable will be forcibly initialized char fnamebuf[256]; ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_write': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:253:19: note: byref variable will be forcibly initialized uint32_t fd = 0, len = 0; ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:253:11: note: byref variable will be forcibly initialized uint32_t fd = 0, len = 0; ^~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:241:28: note: byref variable will be forcibly initialized struct mrq_debug_response resp; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_debug_store': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:363:7: note: byref variable will be forcibly initialized char fnamebuf[256]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx424akp.c: In function 'acx424akp_set_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx424akp.c:101:5: note: byref variable will be forcibly initialized u8 par; ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx424akp.c:100:5: note: byref variable will be forcibly initialized u8 pwm_div; ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx424akp.c:99:5: note: byref variable will be forcibly initialized u8 pwm_ratio; ^~~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_read': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:190:19: note: byref variable will be forcibly initialized uint32_t fd = 0, len = 0; ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:190:11: note: byref variable will be forcibly initialized uint32_t fd = 0, len = 0; ^~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:178:28: note: byref variable will be forcibly initialized struct mrq_debug_response resp; ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx424akp.c: In function 'acx424akp_read_id': /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx424akp.c:195:22: note: byref variable will be forcibly initialized u8 vendor, version, panel; ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx424akp.c:195:13: note: byref variable will be forcibly initialized u8 vendor, version, panel; ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx424akp.c:195:5: note: byref variable will be forcibly initialized u8 vendor, version, panel; ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx424akp.c: In function 'acx424akp_prepare': /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx424akp.c:270:11: note: byref variable will be forcibly initialized const u8 mddi = 3; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_populate_debugfs_inband': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:411:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:409:16: note: byref variable will be forcibly initialized struct seqbuf seqbuf; ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:407:18: note: byref variable will be forcibly initialized uint32_t dsize, attrs = 0; ^~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:407:11: note: byref variable will be forcibly initialized uint32_t dsize, attrs = 0; ^~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_populate_dir': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:693:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:692:14: note: byref variable will be forcibly initialized uint32_t d, t; ^ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:692:11: note: byref variable will be forcibly initialized uint32_t d, t; ^ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_populate_debugfs_shmem': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:745:9: note: byref variable will be forcibly initialized size_t nbytes; ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:744:13: note: byref variable will be forcibly initialized dma_addr_t phys; ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:742:16: note: byref variable will be forcibly initialized struct seqbuf seqbuf; ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'debugfs_show': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:591:14: note: byref variable will be forcibly initialized size_t len, nbytes; ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:589:7: note: byref variable will be forcibly initialized char buf[256]; ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:588:23: note: byref variable will be forcibly initialized dma_addr_t dataphys, namephys; ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:588:13: note: byref variable will be forcibly initialized dma_addr_t dataphys, namephys; ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'debugfs_store': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:640:7: note: byref variable will be forcibly initialized char fnamebuf[256]; ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:639:23: note: byref variable will be forcibly initialized dma_addr_t dataphys, namephys; ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:639:13: note: byref variable will be forcibly initialized dma_addr_t dataphys, namephys; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c: In function 'visionox_rm69299_prepare': /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:119:51: note: byref variable will be forcibly initialized ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0x51, 0xff }, 2); ^ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:113:51: note: byref variable will be forcibly initialized ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0x35, 0x00 }, 2); ^ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:107:51: note: byref variable will be forcibly initialized ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0xc2, 0x08 }, 2); ^ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:101:51: note: byref variable will be forcibly initialized ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0xfe, 0x00 }, 2); ^ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/leds/leds-pca963x.c:25: /kisskb/src/drivers/leds/leds-pca963x.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/leds-pca963x.c:29: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-pca963x.c: In function 'pca963x_register_leds': /kisskb/src/drivers/leds/leds-pca963x.c:325:8: note: byref variable will be forcibly initialized char default_label[32]; ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-pca963x.c:324:24: note: byref variable will be forcibly initialized struct led_init_data init_data = {}; ^~~~~~~~~ /kisskb/src/drivers/leds/leds-pca963x.c:294:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c: In function '__nfp_rtsym_table_read': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:99:45: note: byref variable will be forcibly initialized u32 strtab_addr, symtab_addr, strtab_size, symtab_size; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:99:32: note: byref variable will be forcibly initialized u32 strtab_addr, symtab_addr, strtab_size, symtab_size; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:99:19: note: byref variable will be forcibly initialized u32 strtab_addr, symtab_addr, strtab_size, symtab_size; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:99:6: note: byref variable will be forcibly initialized u32 strtab_addr, symtab_addr, strtab_size, symtab_size; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c: In function '__nfp_rtsym_read': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:273:6: note: byref variable will be forcibly initialized u8 tmp[8]; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:262:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:261:6: note: byref variable will be forcibly initialized u32 cpp_id; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c: In function '__nfp_rtsym_readl': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:298:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:297:6: note: byref variable will be forcibly initialized u32 cpp_id; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c: In function '__nfp_rtsym_readq': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:324:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:323:6: note: byref variable will be forcibly initialized u32 cpp_id; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c: In function '__nfp_rtsym_write': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:356:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:355:6: note: byref variable will be forcibly initialized u32 cpp_id; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c: In function '__nfp_rtsym_writel': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:383:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:382:6: note: byref variable will be forcibly initialized u32 cpp_id; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c: In function '__nfp_rtsym_writeq': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:409:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:408:6: note: byref variable will be forcibly initialized u32 cpp_id; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c: In function 'nfp_rtsym_read_le': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:448:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:447:6: note: byref variable will be forcibly initialized u32 val32; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c: In function 'nfp_rtsym_map': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:529:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c:528:6: note: byref variable will be forcibly initialized u32 cpp_id; ^~~~~~ In file included from /kisskb/src/drivers/scsi/sym53c8xx_2/sym_glue.h:219, from /kisskb/src/drivers/scsi/sym53c8xx_2/sym_malloc.c:27: /kisskb/src/drivers/scsi/sym53c8xx_2/sym_malloc.c: In function 'sym_m_get_dma_mem_cluster': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_hipd.h:1196:13: note: byref variable will be forcibly initialized dma_addr_t baddr = 0; ^~~~~ /kisskb/src/drivers/mmc/host/cavium.c: In function 'cleanup_dma': /kisskb/src/drivers/mmc/host/cavium.c:426:6: note: byref variable will be forcibly initialized u64 emm_dma; ^~~~~~~ /kisskb/src/drivers/mmc/host/cavium.c: In function 'cvm_mmc_reset_bus': /kisskb/src/drivers/mmc/host/cavium.c:253:6: note: byref variable will be forcibly initialized u64 emm_switch, wdog; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/cavium.c: In function 'prepare_ext_dma': /kisskb/src/drivers/mmc/host/cavium.c:628:6: note: byref variable will be forcibly initialized u64 emm_dma; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxbsp_i2c_write_read': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1315:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_read_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1419:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_read_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1523:5: note: byref variable will be forcibly initialized u8 buf[sizeof(*data)]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_read_reg32': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1556:5: note: byref variable will be forcibly initialized u8 buf[sizeof(*data)]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_write_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1596:5: note: byref variable will be forcibly initialized u8 buf[DRXDAP_MAX_WCHUNKSIZE]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_write_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1729:5: note: byref variable will be forcibly initialized u8 buf[sizeof(data)]; ^~~ /kisskb/src/drivers/mmc/host/cavium.c: In function 'cvm_mmc_of_parse': /kisskb/src/drivers/mmc/host/cavium.c:951:38: note: byref variable will be forcibly initialized u32 id, cmd_skew = 0, dat_skew = 0, bus_width = 0; ^~~~~~~~~ /kisskb/src/drivers/mmc/host/cavium.c:951:24: note: byref variable will be forcibly initialized u32 id, cmd_skew = 0, dat_skew = 0, bus_width = 0; ^~~~~~~~ /kisskb/src/drivers/mmc/host/cavium.c:951:10: note: byref variable will be forcibly initialized u32 id, cmd_skew = 0, dat_skew = 0, bus_width = 0; ^~~~~~~~ /kisskb/src/drivers/mmc/host/cavium.c:951:6: note: byref variable will be forcibly initialized u32 id, cmd_skew = 0, dat_skew = 0, bus_width = 0; ^~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_write_aud_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2025:7: note: byref variable will be forcibly initialized u16 tr_status = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_read_aud_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1912:6: note: byref variable will be forcibly initialized u16 tr_status = 0; ^~~~~~~~~ /kisskb/src/drivers/mmc/host/cavium.c: In function 'cvm_mmc_switch_to': /kisskb/src/drivers/mmc/host/cavium.c:275:18: note: byref variable will be forcibly initialized u64 emm_sample, emm_switch; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_sig_strength': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9386:6: note: byref variable will be forcibly initialized u16 if_gain = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9385:6: note: byref variable will be forcibly initialized u16 rf_gain = 0; ^~~~~~~ /kisskb/src/drivers/mmc/host/cavium.c: In function 'cvm_mmc_set_ios': /kisskb/src/drivers/mmc/host/cavium.c:827:13: note: byref variable will be forcibly initialized u64 clock, emm_switch; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vsb_post_rs_pck_err': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6220:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vs_bpre_viterbi_ber': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6303:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vs_bpost_viterbi_ber': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6259:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vsbmer': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6325:6: note: byref variable will be forcibly initialized u16 data_hi = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_qamrs_err_count': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9310:45: note: byref variable will be forcibly initialized nr_packet_errors = 0, nr_failures = 0, nr_snc_par_fail_count = 0; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cavium.c: In function 'cvm_mmc_request': /kisskb/src/drivers/mmc/host/cavium.c:756:6: note: byref variable will be forcibly initialized u64 emm_cmd, rsp_sts; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9310:28: note: byref variable will be forcibly initialized nr_packet_errors = 0, nr_failures = 0, nr_snc_par_fail_count = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9310:6: note: byref variable will be forcibly initialized nr_packet_errors = 0, nr_failures = 0, nr_snc_par_fail_count = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9309:6: note: byref variable will be forcibly initialized nr_symbol_errors = 0, ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9308:6: note: byref variable will be forcibly initialized u16 nr_bit_errors = 0, ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_get_qam_sig_quality': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9474:6: note: byref variable will be forcibly initialized u16 fec_oc_period = 0; /* SNC sync failure measurement period */ ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9473:6: note: byref variable will be forcibly initialized u16 qsym_err_vd = 0; /* quadrature symbol errors in QAM_VD */ ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9472:6: note: byref variable will be forcibly initialized u16 qam_sl_err_power = 0; /* accumulated error between raw and sliced symbols */ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9465:23: note: byref variable will be forcibly initialized struct drxjrs_errors measuredrs_errors = { 0, 0, 0, 0, 0 }; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cavium.c: In function 'cvm_mmc_init_lowlevel': /kisskb/src/drivers/mmc/host/cavium.c:916:6: note: byref variable will be forcibly initialized u64 emm_switch; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_sig_quality': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10685:11: note: byref variable will be forcibly initialized u16 mer, strength = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10685:6: note: byref variable will be forcibly initialized u16 mer, strength = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:21: note: byref variable will be forcibly initialized u32 ber, cnt, err, pkt; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:16: note: byref variable will be forcibly initialized u32 ber, cnt, err, pkt; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:11: note: byref variable will be forcibly initialized u32 ber, cnt, err, pkt; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:6: note: byref variable will be forcibly initialized u32 ber, cnt, err, pkt; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_uio_write': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3674:6: note: byref variable will be forcibly initialized u16 value = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_set_lna_state': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11911:21: note: byref variable will be forcibly initialized struct drxuio_data uio_data; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11910:20: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u16 result = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3881:21: note: byref variable will be forcibly initialized struct drxj_hi_cmd hi_cmd; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_i2c_gate_ctrl': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12186:7: note: byref variable will be forcibly initialized bool i2c_gate_state; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'hi_cfg_command': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2237:6: note: byref variable will be forcibly initialized u16 result = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2236:21: note: byref variable will be forcibly initialized struct drxj_hi_cmd hi_cmd; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'scu_command': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3981:6: note: byref variable will be forcibly initialized u16 cur_cmd = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_lock_status': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10800:6: note: byref variable will be forcibly initialized u16 cmd_result[2] = { 0, 0 }; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10793:21: note: byref variable will be forcibly initialized struct drxjscu_cmd cmd_scu = { /* command */ 0, ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_read_status': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11966:23: note: byref variable will be forcibly initialized enum drx_lock_status lock_status; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_scu_atomic_read_write_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4147:6: note: byref variable will be forcibly initialized u16 cmd_result[15]; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4146:6: note: byref variable will be forcibly initialized u16 set_param_parameters[18]; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4144:21: note: byref variable will be forcibly initialized struct drxjscu_cmd scu_cmd; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_scu_atomic_write_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4236:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_iqm_af': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5354:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_down_atv': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9754:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9747:21: note: byref variable will be forcibly initialized struct drxjscu_cmd cmd_scu = { /* command */ 0, ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'adc_sync_measurement': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4261:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_blink_set': /kisskb/src/drivers/leds/leds-an30259a.c:132:15: note: byref variable will be forcibly initialized unsigned int led_on; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'adc_synchronization': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4336:7: note: byref variable will be forcibly initialized u16 clk_neg = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4324:6: note: byref variable will be forcibly initialized u16 count = 0; ^~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_brightness_set': /kisskb/src/drivers/leds/leds-an30259a.c:86:15: note: byref variable will be forcibly initialized unsigned int led_on; ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_init_default_state': /kisskb/src/drivers/leds/leds-an30259a.c:261:6: note: byref variable will be forcibly initialized int led_on, err; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'init_agc': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4400:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4397:6: note: byref variable will be forcibly initialized u16 agc_ki = 0; ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_dt_init': /kisskb/src/drivers/leds/leds-an30259a.c:216:7: note: byref variable will be forcibly initialized u32 source; ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c:208:14: note: byref variable will be forcibly initialized const char *str; ^~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_probe': /kisskb/src/drivers/leds/leds-an30259a.c:313:24: note: byref variable will be forcibly initialized struct led_init_data init_data = {}; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_agc_if': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5152:7: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_agc_rf': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4938:7: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_mpegtei_handling': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3377:6: note: byref variable will be forcibly initialized u16 fec_oc_ems_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3376:6: note: byref variable will be forcibly initialized u16 fec_oc_snc_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3375:6: note: byref variable will be forcibly initialized u16 fec_oc_dpr_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'bit_reverse_mpeg_output': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3448:6: note: byref variable will be forcibly initialized u16 fec_oc_ipr_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_mpeg_start_width': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3492:6: note: byref variable will be forcibly initialized u16 fec_oc_comm_mb = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_atomic_read_write_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2110:6: note: byref variable will be forcibly initialized u16 dummy = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2109:6: note: byref variable will be forcibly initialized u16 word; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2107:21: note: byref variable will be forcibly initialized struct drxj_hi_cmd hi_cmd; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_device_capabilities': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2479:6: note: byref variable will be forcibly initialized u16 bid = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2478:6: note: byref variable will be forcibly initialized u32 sio_top_jtagid_lo = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/packetengines/yellowfin.c: In function 'set_rx_mode': /kisskb/src/drivers/net/ethernet/packetengines/yellowfin.c:1306:7: note: byref variable will be forcibly initialized u16 hash_table[4]; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2477:6: note: byref variable will be forcibly initialized u16 sio_pdr_ohw_cfg = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_orx_nsu_aox': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9872:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'smart_ant_init': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3918:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3916:20: note: byref variable will be forcibly initialized struct drxuio_cfg uio_cfg = { DRX_UIO1, DRX_UIO_MODE_FIRMWARE_SMA }; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_write_reg32': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1802:5: note: byref variable will be forcibly initialized u8 buf[sizeof(data)]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_cfg_mpeg_output': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2734:6: note: byref variable will be forcibly initialized u16 fec_oc_reg_ipr_mode = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2733:6: note: byref variable will be forcibly initialized u16 fec_oc_reg_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/packetengines/yellowfin.c: In function 'yellowfin_init_one': /kisskb/src/drivers/net/ethernet/packetengines/yellowfin.c:381:20: note: byref variable will be forcibly initialized dma_addr_t ring_dma; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_down_qam': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6370:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6368:29: note: byref variable will be forcibly initialized struct drx_cfg_mpeg_output cfg_mpeg_output; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6360:21: note: byref variable will be forcibly initialized struct drxjscu_cmd cmd_scu = { /* command */ 0, ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_down_vsb': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5409:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5407:29: note: byref variable will be forcibly initialized struct drx_cfg_mpeg_output cfg_mpeg_output; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5401:21: note: byref variable will be forcibly initialized struct drxjscu_cmd cmd_scu = { /* command */ 0, ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'qam_flip_spec': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8683:6: note: byref variable will be forcibly initialized u16 fsm_state = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8681:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8680:6: note: byref variable will be forcibly initialized u16 qam_ctl_ena = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8679:6: note: byref variable will be forcibly initialized u32 iqm_fs_rate_lo = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8678:6: note: byref variable will be forcibly initialized u32 iqm_fs_rate_ofs = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'qam64auto': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8879:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_standard': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10933:8: note: byref variable will be forcibly initialized 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:30: note: byref variable will be forcibly initialized struct drx_cfg_mpeg_output cfg_mpeg_output; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6076:28: note: byref variable will be forcibly initialized struct drxj_cfg_afe_gain vsb_pga_cfg = { DRX_STANDARD_8VSB, 0 }; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5970:7: note: byref variable will be forcibly initialized u16 fec_oc_reg_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5933:7: note: byref variable will be forcibly initialized u16 fec_oc_snc_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5720:6: note: byref variable will be forcibly initialized u16 cmd_param = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5719:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5717:21: note: byref variable will be forcibly initialized 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:31: note: byref variable will be forcibly initialized struct drx_cfg_mpeg_output cfg_mpeg_output; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8482:29: note: byref variable will be forcibly initialized struct drxj_cfg_afe_gain qam_pga_cfg = { DRX_STANDARD_ITU_B, 0 }; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:7868:21: note: byref variable will be forcibly initialized struct drxjscu_cmd cmd_scu = { /* command */ 0, ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:7866:6: note: byref variable will be forcibly initialized u16 set_env_parameters = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:7863:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/leds/leds-is31fl32xx.c:12: /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/leds/leds-is31fl32xx.c:12: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'is31fl32xx_parse_child_dt': /kisskb/src/drivers/leds/leds-is31fl32xx.c:334:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'is31fl32xx_parse_dt': /kisskb/src/drivers/leds/leds-is31fl32xx.c:371:24: note: byref variable will be forcibly initialized struct led_init_data init_data = {}; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_qam_channel': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9225:8: note: byref variable will be forcibly initialized u16 qam_ctl_ena = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9143:8: note: byref variable will be forcibly initialized u16 qam_ctl_ena = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9101:23: note: byref variable will be forcibly initialized enum drx_lock_status lock_status = DRX_NOT_LOCKED; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_channel': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10585:22: note: byref variable will be forcibly initialized struct drxuio_data uio1 = { DRX_UIO1, false }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10500:21: note: byref variable will be forcibly initialized struct drxuio_cfg uio_cfg = { DRX_UIO1, DRX_UIO_MODE_FIRMWARE_SAW }; ^~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c: In function 'atl1e_set_link_ksettings': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c:65:6: note: byref variable will be forcibly initialized u32 advertising; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx_ctrl_u_code': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11854:7: note: byref variable will be forcibly initialized u8 mc_data_buffer[DRX_UCODE_MAX_BUF_SIZE]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11757:26: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c:9: /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_oob': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9938:5: note: byref variable will be forcibly initialized u8 pfi_coeffs[4][6] = { ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9930:6: note: byref variable will be forcibly initialized u16 cmd_result[2] = { 0, 0 }; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9929:6: note: byref variable will be forcibly initialized u16 set_param_parameters[3]; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9928:21: note: byref variable will be forcibly initialized struct drxjscu_cmd scu_cmd; ^~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c: In function 'atl1e_get_regs': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c:151:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_up_device': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2681:25: note: byref variable will be forcibly initialized struct i2c_device_addr wake_up_addr; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2679:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_set_powerstate': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11945:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_set_frontend': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12107:7: note: byref variable will be forcibly initialized u32 int_freq; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12082:21: note: byref variable will be forcibly initialized struct drx_channel channel; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12081:20: note: byref variable will be forcibly initialized enum drx_standard standard = DRX_STANDARD_8VSB; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_close': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11562:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRX_POWER_UP; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_open': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11353:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRX_POWER_UP; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11351:29: note: byref variable will be forcibly initialized struct drx_cfg_mpeg_output cfg_mpeg_output; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11350:24: note: byref variable will be forcibly initialized struct drxu_code_info ucode_info; ^~~~~~~~~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c: In function 'add_clocksource': /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:117:6: note: byref variable will be forcibly initialized u32 rate; ^~~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:115:16: note: byref variable will be forcibly initialized void __iomem *iobase; ^~~~~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c: In function 'add_clockevent': /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:89:11: note: byref variable will be forcibly initialized u32 irq, rate; ^~~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:87:16: note: byref variable will be forcibly initialized void __iomem *iobase; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/ccm_mbox.c: In function 'nfp_ccm_mbox_copy_in': /kisskb/src/drivers/net/ethernet/netronome/nfp/ccm_mbox.c:173:11: note: byref variable will be forcibly initialized __be32 tmp = 0; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/net/ethernet/netronome/nfp/ccm_mbox.c:5: /kisskb/src/drivers/net/ethernet/netronome/nfp/ccm_mbox.c: In function 'nfp_ccm_mbox_unlink_unlock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/ccm_mbox.c:443:3: note: in expansion of macro 'wait_event' wait_event(nn->mbox_cmsg.wq, nfp_ccm_mbox_done(skb)); ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/devlink_param.c: In function 'nfp_devlink_param_u8_set': /kisskb/src/drivers/net/ethernet/netronome/nfp/devlink_param.c:140:7: note: byref variable will be forcibly initialized char hwinfo[32]; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/devlink_param.c: In function 'nfp_devlink_param_u8_get': /kisskb/src/drivers/net/ethernet/netronome/nfp/devlink_param.c:90:7: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/devlink_param.c:89:7: note: byref variable will be forcibly initialized char hwinfo[32]; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/ccm_mbox.c: In function '__nfp_ccm_mbox_communicate': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/ccm_mbox.c:563:9: note: in expansion of macro 'wait_event_timeout' to = !wait_event_timeout(nn->mbox_cmsg.wq, ^~~~~~~~~~~~~~~~~~ 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/skbuff.h:17, from /kisskb/src/drivers/net/ethernet/netronome/nfp/ccm.h:8, from /kisskb/src/drivers/net/ethernet/netronome/nfp/ccm.c:6: /kisskb/src/drivers/net/ethernet/netronome/nfp/ccm.c: In function 'nfp_ccm_wait_reply': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/ccm.c:104:8: note: in expansion of macro 'wait_event_interruptible_timeout' err = wait_event_interruptible_timeout(ccm->wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c: In function 'atl1c_get_permanent_address': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c:75:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c: In function 'atl1c_phy_reset': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c:501:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c: In function 'atl1c_get_link_status': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c:646:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c: In function 'atl1c_get_speed_and_duplex': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c:671:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c: In function 'atl1c_phy_to_ps_link': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c:722:6: note: byref variable will be forcibly initialized u16 duplex = FULL_DUPLEX; ^~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c:721:6: note: byref variable will be forcibly initialized u16 speed = SPEED_0; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c:720:6: note: byref variable will be forcibly initialized u16 mii_lpa_data; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c: In function 'atl1c_power_saving': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c:786:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c: In function 'atl1c_post_phy_linkchg': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c:845:6: note: byref variable will be forcibly initialized u16 phy_val; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c: In function 'anx6345_get_downstream_info': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:437:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c: In function 'anx6345_dp_link_training': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:100:12: note: byref variable will be forcibly initialized u8 dp_bw, dpcd[2]; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:100:5: note: byref variable will be forcibly initialized u8 dp_bw, dpcd[2]; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:99:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c: In function 'anx6345_get_chip_id': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:667:28: note: byref variable will be forcibly initialized unsigned int i, idl, idh, version; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:667:23: note: byref variable will be forcibly initialized unsigned int i, idl, idh, version; ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:667:18: note: byref variable will be forcibly initialized unsigned int i, idl, idh, version; ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_secure_mailbox_send': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:105:5: note: byref variable will be forcibly initialized u8 header[4]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_secure_mailbox_recv_header': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:57:5: note: byref variable will be forcibly initialized u8 header[4]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_get_status': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:131:5: note: byref variable will be forcibly initialized u8 hdcp_status[HDCP_STATUS_SIZE]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_rx_id_valid': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:187:5: note: byref variable will be forcibly initialized u8 rec_id_hdr[2]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_set_config': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:270:6: note: byref variable will be forcibly initialized u16 hdcp_port_status; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_auth_check': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:291:6: note: byref variable will be forcibly initialized u16 hdcp_port_status; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_check_receviers': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:316:5: note: byref variable will be forcibly initialized u8 hdcp_num_rec; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:315:5: note: byref variable will be forcibly initialized u8 hdcp_rec_id[HDCP_MAX_RECEIVERS][HDCP_RECEIVER_ID_SIZE_BYTES]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_auth_22': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:335:6: note: byref variable will be forcibly initialized u16 hdcp_port_status; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:334:5: note: byref variable will be forcibly initialized u8 resp[HDCP_STATUS_SIZE]; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_check_link': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:434:6: note: byref variable will be forcibly initialized u16 hdcp_port_status; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/dw_mmc-exynos.c: In function 'dw_mci_exynos_parse_dt': /kisskb/src/drivers/mmc/host/dw_mmc-exynos.c:343:6: note: byref variable will be forcibly initialized u32 div = 0; ^~~ /kisskb/src/drivers/mmc/host/dw_mmc-exynos.c:342:6: note: byref variable will be forcibly initialized u32 timing[2]; ^~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c: In function 'S24C16_read_byte': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c:349:9: note: byref variable will be forcibly initialized u_char read_bit; ^~~~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c: In function 'sym_read_S24C16_nvram': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c:422:9: note: byref variable will be forcibly initialized u_char ack_data; ^~~~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c:420:17: note: byref variable will be forcibly initialized u_char gpcntl, gpreg; ^~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c:420:9: note: byref variable will be forcibly initialized u_char gpcntl, gpreg; ^~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c: In function 'T93C46_Read_Word': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c:610:9: note: byref variable will be forcibly initialized u_char read_bit; ^~~~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c: In function 'T93C46_Read_Data': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c:632:17: note: byref variable will be forcibly initialized unsigned char read_bit; ^~~~~~~~ /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c: In function 'sym_read_T93C46_nvram': /kisskb/src/drivers/scsi/sym53c8xx_2/sym_nvram.c:649:17: note: byref variable will be forcibly initialized u_char gpcntl, gpreg; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_print_lt_status': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1008:7: note: byref variable will be forcibly initialized char pe[8] = "0/0/0/0"; ^~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1007:7: note: byref variable will be forcibly initialized char vs[8] = "0/0/0/0"; ^~ /kisskb/src/drivers/mmc/host/dw_mmc.c: In function 'dw_mci_parse_dt': /kisskb/src/drivers/mmc/host/dw_mmc.c:3160:6: note: byref variable will be forcibly initialized u32 clock_frequency; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/dw_mmc.c: In function 'dw_mci_edmac_start_dma': /kisskb/src/drivers/mmc/host/dw_mmc.c:780:26: note: byref variable will be forcibly initialized struct dma_slave_config cfg; ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_mailbox_send': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:143:5: note: byref variable will be forcibly initialized u8 header[4]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_reg_write': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:212:5: note: byref variable will be forcibly initialized u8 msg[6]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_reg_write_bit': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:232:5: note: byref variable will be forcibly initialized u8 field[8]; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_set_firmware_active': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:325:5: note: byref variable will be forcibly initialized u8 msg[5]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_mailbox_recv_header': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:93:5: note: byref variable will be forcibly initialized u8 header[4]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_read_hpd_event': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:442:5: note: byref variable will be forcibly initialized u8 event = 0; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_get_hpd_status': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:360:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_get_edid_block': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:398:13: note: byref variable will be forcibly initialized u8 msg[2], reg[2], i; ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:398:5: note: byref variable will be forcibly initialized u8 msg[2], reg[2], i; ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_dpcd_write': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:288:13: note: byref variable will be forcibly initialized u8 msg[6], reg[5]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:288:5: note: byref variable will be forcibly initialized u8 msg[6], reg[5]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_dpcd_read': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:254:13: note: byref variable will be forcibly initialized u8 msg[5], reg[5]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:254:5: note: byref variable will be forcibly initialized u8 msg[5], reg[5]; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:22: /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2581:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhdp->fw_load_wq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_power_down': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:577:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_power_up': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:538:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_reg_read': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:168:13: note: byref variable will be forcibly initialized u8 msg[4], resp[8]; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:168:5: note: byref variable will be forcibly initialized u8 msg[4], resp[8]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_configure_video': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1760:24: note: byref variable will be forcibly initialized u32 bpp, bpc, pxlfmt, framer; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_configure': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:609:5: note: byref variable will be forcibly initialized u8 values[2]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_training_init': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:860:27: note: byref variable will be forcibly initialized union phy_configure_opts phy_cfg; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_adjust_lt': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:479:5: note: byref variable will be forcibly initialized u8 hdr[5]; /* For DPCD read response header */ ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:478:5: note: byref variable will be forcibly initialized u8 payload[7]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_training_cr': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1171:28: note: byref variable will be forcibly initialized bool same_before_adjust, max_swing_reached; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1171:8: note: byref variable will be forcibly initialized bool same_before_adjust, max_swing_reached; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1170:6: note: byref variable will be forcibly initialized u8 requested_adjust_pre_emphasis[CDNS_DP_MAX_NUM_LANES] = {}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1169:6: note: byref variable will be forcibly initialized u8 requested_adjust_volt_swing[CDNS_DP_MAX_NUM_LANES] = {}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1157:27: note: byref variable will be forcibly initialized union phy_configure_opts phy_cfg; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1156:7: note: byref variable will be forcibly initialized bool cr_done; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1155:5: note: byref variable will be forcibly initialized u8 link_status[DP_LINK_STATUS_SIZE]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1153:5: note: byref variable will be forcibly initialized u8 lanes_data[CDNS_DP_MAX_NUM_LANES], ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_training_channel_eq': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1031:27: note: byref variable will be forcibly initialized union phy_configure_opts phy_cfg; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1030:5: note: byref variable will be forcibly initialized u8 link_status[DP_LINK_STATUS_SIZE]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1029:5: note: byref variable will be forcibly initialized u8 lanes_data[CDNS_DP_MAX_NUM_LANES], fail_counter_short = 0; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_training': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1249:6: note: byref variable will be forcibly initialized u32 reg32; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_up': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1410:5: note: byref variable will be forcibly initialized u8 ext_cap_chk = 0; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1409:6: note: byref variable will be forcibly initialized u32 resp, interval, interval_us; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1408:33: note: byref variable will be forcibly initialized u8 dpcd[DP_RECEIVER_CAP_SIZE], amp[2]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1408:5: note: byref variable will be forcibly initialized u8 dpcd[DP_RECEIVER_CAP_SIZE], amp[2]; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_update_link_status': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2253:7: note: byref variable will be forcibly initialized bool hpd_pulse; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2252:5: note: byref variable will be forcibly initialized u8 status[DP_LINK_STATUS_SIZE]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_atomic_disable': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2059:6: note: byref variable will be forcibly initialized u32 resp; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_atomic_enable': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1978:6: note: byref variable will be forcibly initialized u32 resp; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_connector_init': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1675:6: note: byref variable will be forcibly initialized u32 bus_format = MEDIA_BUS_FMT_RGB121212_1X36; ^~~~~~~~~~ In file included 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/leds/leds-lm3532.c:6: /kisskb/src/drivers/leds/leds-lm3532.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lm3532.c:6: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-lm3532.c: In function 'lm3532_parse_als': /kisskb/src/drivers/leds/leds-lm3532.c:487:6: note: byref variable will be forcibly initialized int als_impedance; ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c:486:6: note: byref variable will be forcibly initialized int als_avg_time; ^~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c: In function 'lm3532_parse_node': /kisskb/src/drivers/leds/leds-lm3532.c:578:24: note: byref variable will be forcibly initialized struct led_init_data idata = { ^~~~~ /kisskb/src/drivers/leds/leds-lm3532.c:550:6: note: byref variable will be forcibly initialized u32 ramp_time; ^~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c:549:6: note: byref variable will be forcibly initialized int control_bank; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_app.c:4: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_app.c: In function 'nfp_app_reprs_set': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_app.c:135:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(app->reprs[type], reprs); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:22: /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_wait_for_sw_event': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2391:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhdp->sw_events_wq, ^~~~~~~~~~~~~~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c:9: /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c: In function 'atl1c_get_regs': /kisskb/src/drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c:132:6: note: byref variable will be forcibly initialized u16 phy_data; ^~~~~~~~ /kisskb/src/drivers/leds/leds-lm3642.c: In function 'torch_pin_store': /kisskb/src/drivers/leds/leds-lm3642.c:176:15: note: byref variable will be forcibly initialized unsigned int state; ^~~~~ /kisskb/src/drivers/leds/leds-lm3642.c: In function 'strobe_pin_store': /kisskb/src/drivers/leds/leds-lm3642.c:223:15: note: byref variable will be forcibly initialized unsigned int state; ^~~~~ /kisskb/src/drivers/net/ethernet/realtek/8139cp.c: In function 'cp_get_ethtool_stats': /kisskb/src/drivers/net/ethernet/realtek/8139cp.c:1541:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/net/ethernet/realtek/8139cp.c: In function 'cp_interrupt': /kisskb/src/drivers/net/ethernet/realtek/8139cp.c:616:7: note: byref variable will be forcibly initialized u16 pci_status; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_devlink.c: In function 'nfp_devlink_port_unsplit': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_devlink.c:103:28: note: byref variable will be forcibly initialized struct nfp_eth_table_port eth_port; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_devlink.c: In function 'nfp_devlink_port_split': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_devlink.c:69:28: note: byref variable will be forcibly initialized struct nfp_eth_table_port eth_port; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_devlink.c: In function 'nfp_devlink_port_register': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_devlink.c:355:12: note: byref variable will be forcibly initialized const u8 *serial; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_devlink.c:353:28: note: byref variable will be forcibly initialized struct nfp_eth_table_port eth_port; ^~~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_cmdline_set': /kisskb/src/drivers/firmware/qemu_fw_cfg.c:806:17: note: byref variable will be forcibly initialized int processed, consumed = 0; ^~~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c:805:44: note: byref variable will be forcibly initialized resource_size_t size, ctrl_off, data_off, dma_off; ^~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c:805:34: note: byref variable will be forcibly initialized resource_size_t size, ctrl_off, data_off, dma_off; ^~~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c:805:24: note: byref variable will be forcibly initialized resource_size_t size, ctrl_off, data_off, dma_off; ^~~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c:804:14: note: byref variable will be forcibly initialized phys_addr_t base; ^~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c:803:8: note: byref variable will be forcibly initialized char *str; ^~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_do_platform_probe': /kisskb/src/drivers/firmware/qemu_fw_cfg.c:236:7: note: byref variable will be forcibly initialized char sig[FW_CFG_SIG_SIZE]; ^~~ /kisskb/src/drivers/leds/leds-lm3692x.c: In function 'lm3692x_fault_check': /kisskb/src/drivers/leds/leds-lm3692x.c:148:15: note: byref variable will be forcibly initialized unsigned int read_buf; ^~~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_build_symlink': /kisskb/src/drivers/firmware/qemu_fw_cfg.c:499:20: note: byref variable will be forcibly initialized char *name_copy, *p, *tok; ^ /kisskb/src/drivers/leds/leds-lm3692x.c: In function 'lm3692x_probe_dt': /kisskb/src/drivers/leds/leds-lm3692x.c:381:11: note: byref variable will be forcibly initialized u32 ovp, max_cur; ^~~~~~~ /kisskb/src/drivers/leds/leds-lm3692x.c:381:6: note: byref variable will be forcibly initialized u32 ovp, max_cur; ^~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_register_dir_entries': /kisskb/src/drivers/firmware/qemu_fw_cfg.c:636:9: note: byref variable will be forcibly initialized __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:679:9: note: byref variable will be forcibly initialized __le32 rev; ^~~ /kisskb/src/drivers/net/ethernet/sis/sis190.c: In function 'sis190_rx_interrupt': /kisskb/src/drivers/net/ethernet/sis/sis190.c:599:20: note: byref variable will be forcibly initialized struct sk_buff *skb = tp->Rx_skbuff[entry]; ^~~ /kisskb/src/drivers/net/ethernet/sis/sis190.c: In function 'sis190_phy_task': /kisskb/src/drivers/net/ethernet/sis/sis190.c:948:5: note: byref variable will be forcibly initialized } reg31[] = { ^~~~~ /kisskb/src/drivers/clocksource/arm_arch_timer.c: In function 'arch_timer_mem_of_init': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_param.c: In function 'atl1e_check_options': /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_param.c:247:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/clocksource/arm_arch_timer.c:1486:7: note: byref variable will be forcibly initialized u32 n; ^ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_param.c:238:23: note: byref variable will be forcibly initialized struct atl1e_option opt = { ^~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_param.c:228:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_param.c:219:23: note: byref variable will be forcibly initialized struct atl1e_option opt = { ^~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_param.c:208:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/clocksource/arm_arch_timer.c:1472:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_param.c:199:23: note: byref variable will be forcibly initialized struct atl1e_option opt = { ^~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_param.c:189:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/net/ethernet/atheros/atl1e/atl1e_param.c:180:23: note: byref variable will be forcibly initialized struct atl1e_option opt = { ^~~ /kisskb/src/drivers/clocksource/arm_arch_timer.c: In function 'kvm_arch_ptp_get_crosststamp': /kisskb/src/drivers/clocksource/arm_arch_timer.c:1686:23: note: byref variable will be forcibly initialized struct arm_smccc_res hvc_res; ^~~~~~~ /kisskb/src/drivers/net/ethernet/sis/sis190.c: In function 'sis190_mii_probe_88e1111_fixup': /kisskb/src/drivers/net/ethernet/sis/sis190.c:1368:7: note: byref variable will be forcibly initialized u16 reg[2][2] = { ^~~ /kisskb/src/drivers/net/ethernet/sis/sis190.c: In function 'sis190_get_mac_addr_from_apc': /kisskb/src/drivers/net/ethernet/sis/sis190.c:1632:10: note: byref variable will be forcibly initialized u8 reg, tmp8; ^~~~ /kisskb/src/drivers/net/ethernet/sis/sis190.c:1632:5: note: byref variable will be forcibly initialized u8 reg, tmp8; ^~~ /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c: In function 'sh_eth_tsu_find_entry': /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c:2731:5: note: byref variable will be forcibly initialized u8 c_addr[ETH_ALEN]; ^~~~~~ /kisskb/src/drivers/net/ethernet/sis/sis190.c: In function 'sis190_get_mac_addr': /kisskb/src/drivers/net/ethernet/sis/sis190.c:1710:6: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/mmc/host/vub300.c: In function 'download_offload_pseudocode': /kisskb/src/drivers/mmc/host/vub300.c:1359:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/mmc/host/vub300.c: In function 'vub300_usb_bulk_msg': /kisskb/src/drivers/mmc/host/vub300.c:1403:20: note: byref variable will be forcibly initialized struct completion done; ^~~~ /kisskb/src/drivers/mmc/host/vub300.c: In function '__command_read_data': /kisskb/src/drivers/mmc/host/vub300.c:1473:8: note: byref variable will be forcibly initialized int actual_length = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/vub300.c: In function '__command_write_data': /kisskb/src/drivers/mmc/host/vub300.c:1558:17: note: byref variable will be forcibly initialized unsigned char buf[64 * 4]; ^~~ /kisskb/src/drivers/mmc/host/vub300.c:1536:8: note: byref variable will be forcibly initialized int actual_length; ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/vub300.c:1512:7: note: byref variable will be forcibly initialized int actual_length; ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/vub300.c: In function 'vub300_probe': /kisskb/src/drivers/mmc/host/vub300.c:2093:7: note: byref variable will be forcibly initialized char serial_number[32]; ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/vub300.c:2092:7: note: byref variable will be forcibly initialized char product[32]; ^~~~~~~ /kisskb/src/drivers/mmc/host/vub300.c:2091:7: note: byref variable will be forcibly initialized char manufacturer[48]; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c: In function 'nfp_net_dump_calculate_size': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c:315:24: note: byref variable will be forcibly initialized struct nfp_level_size lev_sz; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c: In function 'nfp_net_dump_populate_buffer': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c:740:24: note: byref variable will be forcibly initialized struct nfp_dump_state dump; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c: In function 'nfp_board_ready': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:164:7: note: byref variable will be forcibly initialized long state; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c:14: /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c: In function 'nfp_get_fw_policy_value': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:424:7: note: byref variable will be forcibly initialized long hi_val; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:423:7: note: byref variable will be forcibly initialized char hwinfo[64]; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c: In function 'nfp_net_fw_request': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:335:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c: In function 'nfp_net_fw_find': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:361:12: note: byref variable will be forcibly initialized const u8 *serial; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:360:7: note: byref variable will be forcibly initialized char fw_name[256]; ^~~~~~~ /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c: In function 'sh_eth_tsu_disable_cam_entry_table': /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c:2758:5: note: byref variable will be forcibly initialized u8 blank[ETH_ALEN]; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c: In function 'nfp_fw_load': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:472:17: note: byref variable will be forcibly initialized unsigned long interface_hi; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:460:7: note: byref variable will be forcibly initialized char hwinfo[64]; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:459:16: note: byref variable will be forcibly initialized char *token, *ptr; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:458:18: note: byref variable will be forcibly initialized int err, reset, policy, ifcs = 0; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:458:11: note: byref variable will be forcibly initialized int err, reset, policy, ifcs = 0; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'sp_tx_edid_read': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:796:5: note: byref variable will be forcibly initialized u8 pblock_buf[MAX_DPCD_BUFFER_SIZE]; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c: In function 'sh_eth_tsu_purge_mcast': /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c:2848:5: note: byref variable will be forcibly initialized u8 addr[ETH_ALEN]; ^~~~ /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c: In function 'sh_eth_tsu_find_empty': /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c:2744:5: note: byref variable will be forcibly initialized u8 blank[ETH_ALEN]; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c: In function 'nfp_pf_find_rtsyms': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:650:7: note: byref variable will be forcibly initialized char pf_symbol[256]; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c: In function 'nfp_pcie_sriov_read_nfd_limit': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:202:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_dsi_video_timing_config': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:412:5: note: byref variable will be forcibly initialized u8 post_divider = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:409:19: note: byref variable will be forcibly initialized unsigned long m, n; ^ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:409:16: note: byref variable will be forcibly initialized unsigned long m, n; ^ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c: In function 'nfp_pf_rtsym_read_optional': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:55:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:54:7: note: byref variable will be forcibly initialized char name[256]; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c: In function 'nfp_pf_map_rtsym': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_attach_dsi': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:75:7: note: byref variable will be forcibly initialized char pf_symbol[256]; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:1304:36: note: byref variable will be forcibly initialized const struct mipi_dsi_device_info info = { ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c: In function 'nfp_mbox_cmd': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_main.c:89:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:1222:20: note: byref variable will be forcibly initialized struct drm_panel *panel; ^~~~~ /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c: In function 'sh_eth_phy_init': /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c:2012:8: note: byref variable will be forcibly initialized char phy_id[MII_BUS_ID_SIZE + 3]; ^~~~~~ /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c: In function 'sh_eth_poll': /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c:1915:6: note: byref variable will be forcibly initialized int quota = budget; ^~~~~ /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c: In function 'sh_eth_parse_dt': /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c:3173:18: note: byref variable will be forcibly initialized phy_interface_t interface; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c: In function 'sh_eth_drv_probe': /kisskb/src/drivers/net/ethernet/renesas/sh_eth.c:3222:19: note: byref variable will be forcibly initialized struct resource *res; ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/drivers/leds/leds-lm3697.c:5: /kisskb/src/drivers/leds/leds-lm3697.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lm3697.c:7: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-lm3697.c: In function 'lm3697_probe_dt': /kisskb/src/drivers/leds/leds-lm3697.c:224:24: note: byref variable will be forcibly initialized struct led_init_data init_data = {}; ^~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3697.c:209:6: note: byref variable will be forcibly initialized int control_bank; ^~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lp3944.c: In function 'lp3944_led_set': /kisskb/src/drivers/leds/leds-lp3944.c:171:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ 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/highmem.h:10, 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/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_main.c:13: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_main.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c: In function 'nfp_port_get_module_info': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c:1219:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c:1216:15: note: byref variable will be forcibly initialized unsigned int read_len; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_main.c: In function 'nfp_net_pci_probe': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_main.c:646:28: note: byref variable will be forcibly initialized struct nfp_net_fw_version fw_ver; ^~~~~~ /kisskb/src/drivers/leds/leds-lp5562.c: In function 'lp5562_run_engine': /kisskb/src/drivers/leds/leds-lp5562.c:157:5: note: byref variable will be forcibly initialized u8 exec; ^~~~ /kisskb/src/drivers/leds/leds-lp5562.c:156:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ In file included from /kisskb/src/drivers/firmware/ti_sci.c:20: /kisskb/src/drivers/firmware/ti_sci.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-lp5562.c: In function 'lp5562_store_pattern': /kisskb/src/drivers/leds/leds-lp5562.c:413:16: note: byref variable will be forcibly initialized unsigned long mode; ^~~~ /kisskb/src/drivers/leds/leds-lp5562.c: In function 'lp5562_update_firmware': /kisskb/src/drivers/leds/leds-lp5562.c:219:6: note: byref variable will be forcibly initialized int nrchars; ^~~~~~~ /kisskb/src/drivers/leds/leds-lp5562.c:217:7: note: byref variable will be forcibly initialized char c[3]; ^ /kisskb/src/drivers/leds/leds-lp5562.c:216:11: note: byref variable will be forcibly initialized unsigned cmd; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/leds/leds-lp5562.c:10: /kisskb/src/drivers/leds/leds-lp5562.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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-lp5562.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/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/firmware/ti_sci.c:11: /kisskb/src/drivers/firmware/ti_sci.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:11, from /kisskb/src/drivers/firmware/ti_sci.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_repr.c:4: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_repr.c: In function 'nfp_reprs_resync_phys_ports': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_repr.c:533:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(reprs->reprs[i], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c: In function 'nfp_netvf_get_mac_addr': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c:51:5: note: byref variable will be forcibly initialized u8 mac_addr[ETH_ALEN]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c: In function 'nfp_netvf_pci_probe': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c:68:28: note: byref variable will be forcibly initialized struct nfp_net_fw_version fw_ver; ^~~~~~ /kisskb/src/drivers/firmware/ti_sci.c: In function 'ti_sci_cmd_clk_is_off': /kisskb/src/drivers/firmware/ti_sci.c:1210:18: note: byref variable will be forcibly initialized u8 c_state = 0, r_state = 0; ^~~~~~~ /kisskb/src/drivers/firmware/ti_sci.c:1210:5: note: byref variable will be forcibly initialized u8 c_state = 0, r_state = 0; ^~~~~~~ /kisskb/src/drivers/firmware/ti_sci.c: In function 'ti_sci_cmd_clk_is_on': /kisskb/src/drivers/firmware/ti_sci.c:1177:18: note: byref variable will be forcibly initialized u8 c_state = 0, r_state = 0; ^~~~~~~ /kisskb/src/drivers/firmware/ti_sci.c:1177:5: note: byref variable will be forcibly initialized u8 c_state = 0, r_state = 0; ^~~~~~~ /kisskb/src/drivers/firmware/ti_sci.c: In function 'ti_sci_cmd_clk_is_auto': /kisskb/src/drivers/firmware/ti_sci.c:1148:5: note: byref variable will be forcibly initialized u8 state = 0; ^~~~~ /kisskb/src/drivers/firmware/ti_sci.c: In function 'ti_sci_cmd_dev_is_trans': /kisskb/src/drivers/firmware/ti_sci.c:842:5: note: byref variable will be forcibly initialized u8 state; ^~~~~ /kisskb/src/drivers/firmware/ti_sci.c: In function 'ti_sci_cmd_dev_is_on': /kisskb/src/drivers/firmware/ti_sci.c:812:14: note: byref variable will be forcibly initialized u8 p_state, c_state; ^~~~~~~ /kisskb/src/drivers/firmware/ti_sci.c:812:5: note: byref variable will be forcibly initialized u8 p_state, c_state; ^~~~~~~ /kisskb/src/drivers/firmware/ti_sci.c: In function 'ti_sci_cmd_dev_is_stop': /kisskb/src/drivers/firmware/ti_sci.c:781:14: note: byref variable will be forcibly initialized u8 p_state, c_state; ^~~~~~~ /kisskb/src/drivers/firmware/ti_sci.c:781:5: note: byref variable will be forcibly initialized u8 p_state, c_state; ^~~~~~~ /kisskb/src/drivers/firmware/ti_sci.c: In function 'ti_sci_cmd_dev_is_idle': /kisskb/src/drivers/firmware/ti_sci.c:754:5: note: byref variable will be forcibly initialized u8 state; ^~~~~ /kisskb/src/drivers/firmware/ti_sci.c: In function 'ti_sci_cmd_dev_is_valid': /kisskb/src/drivers/firmware/ti_sci.c:722:5: note: byref variable will be forcibly initialized u8 unused; ^~~~~~ /kisskb/src/drivers/firmware/ti_sci.c: In function 'ti_sci_debugfs_create': /kisskb/src/drivers/firmware/ti_sci.c:164:7: note: byref variable will be forcibly initialized char debug_name[50] = "ti_sci_debug@"; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:22: /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/ti_sci.c: In function 'ti_sci_probe': /kisskb/src/drivers/firmware/ti_sci.c:3306:6: note: byref variable will be forcibly initialized u32 h_id; ^~~~ /kisskb/src/drivers/mmc/host/usdhi6rol0.c: In function 'usdhi6_blk_read': /kisskb/src/drivers/mmc/host/usdhi6rol0.c:1288:7: note: byref variable will be forcibly initialized u16 d = usdhi6_read16(host, USDHI6_SD_BUF0); ^ /kisskb/src/drivers/mmc/host/usdhi6rol0.c: In function 'usdhi6_blk_write': /kisskb/src/drivers/mmc/host/usdhi6rol0.c:1328:7: note: byref variable will be forcibly initialized u16 d; ^ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'fw_crash_state_store': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:3343:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'fw_crash_buffer_store': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:3267:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/mmc/host/meson-gx-mmc.c: In function 'meson_mmc_copy_buffer': /kisskb/src/drivers/mmc/host/meson-gx-mmc.c:756:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/drivers/mmc/host/meson-gx-mmc.c: In function 'meson_mmc_start_cmd': /kisskb/src/drivers/mmc/host/meson-gx-mmc.c:794:6: note: byref variable will be forcibly initialized u32 cmd_cfg = 0, cmd_data = 0; ^~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_adp_reset_xscale': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:560:6: note: byref variable will be forcibly initialized u32 pcidata; ^~~~~~~ /kisskb/src/drivers/mmc/host/meson-gx-mmc.c: In function 'meson_mmc_clk_init': /kisskb/src/drivers/mmc/host/meson-gx-mmc.c:437:8: note: byref variable will be forcibly initialized char name[16]; ^~~~ /kisskb/src/drivers/mmc/host/meson-gx-mmc.c:423:14: note: byref variable will be forcibly initialized const char *clk_parent[1]; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/meson-gx-mmc.c:422:14: note: byref variable will be forcibly initialized const char *mux_parent_names[MUX_CLK_NUM_PARENTS]; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/meson-gx-mmc.c:420:7: note: byref variable will be forcibly initialized char clk_name[32]; ^~~~~~~~ /kisskb/src/drivers/mmc/host/meson-gx-mmc.c:417:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:22: /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_issue_blocked_abort_cmd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:1243:3: note: in expansion of macro 'wait_event' wait_event(instance->abort_cmd_wait_q, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:1233:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(instance->abort_cmd_wait_q, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_mgmt_ioctl_aen': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:8573:21: note: byref variable will be forcibly initialized struct megasas_aen aen; ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bitfield.h:10, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:14: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:15: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:22: /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_issue_blocked_cmd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:1176:3: note: in expansion of macro 'wait_event' wait_event(instance->int_cmd_wait_q, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:1167:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(instance->int_cmd_wait_q, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_get_ld_vf_affiliation_111': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:2360:13: note: byref variable will be forcibly initialized dma_addr_t new_affiliation_111_h; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_get_ld_vf_affiliation_12': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:2467:13: note: byref variable will be forcibly initialized dma_addr_t new_affiliation_h; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_get_seq_num': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:6581:13: note: byref variable will be forcibly initialized dma_addr_t el_info_h = 0; ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_start_aen': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:6873:30: note: byref variable will be forcibly initialized struct megasas_evt_log_info eli; ^~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_issue_pending_cmds_again': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:3809:19: note: byref variable will be forcibly initialized struct list_head clist_local; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_wait_for_outstanding': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:2744:19: note: byref variable will be forcibly initialized struct list_head clist_local; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:57, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h:28, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:31: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'calc_crc8': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h:7728:5: note: byref variable will be forcibly initialized u8 C[8]; ^ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h:7727:5: note: byref variable will be forcibly initialized u8 NewCRC[8]; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h:7726:5: note: byref variable will be forcibly initialized u8 D[32]; ^ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c: In function 'nfp_net_rx': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:1841:14: note: byref variable will be forcibly initialized dma_addr_t new_dma_addr; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:1839:8: note: byref variable will be forcibly initialized bool redir_egress = false; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:1838:26: note: byref variable will be forcibly initialized struct nfp_meta_parsed meta; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:1825:18: note: byref variable will be forcibly initialized struct xdp_buff xdp; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:1821:7: note: byref variable will be forcibly initialized bool xdp_tx_cmpl = false; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:31: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_hc_ack_sb': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h:661:26: note: byref variable will be forcibly initialized struct igu_ack_register igu_ack; ^~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c: In function 'nfp_ctrl_rx_one': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:2243:13: note: byref variable will be forcibly initialized dma_addr_t new_dma_addr; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:23, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:15: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bitfield.h:10, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:14: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:15: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_mgmt_fw_ioctl': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:8241:13: note: byref variable will be forcibly initialized dma_addr_t sense_handle; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:8238:13: note: byref variable will be forcibly initialized dma_addr_t buf_handle = 0; ^~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:8237:8: note: byref variable will be forcibly initialized void *kbuff_arr[MAX_IOCTL_SGE]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/filter.h:19, from /kisskb/src/include/trace/events/xdp.h:9, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:16: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/net/ethernet/atheros/alx/main.c:36: /kisskb/src/drivers/net/ethernet/atheros/alx/main.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_init_fw': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:6023:6: note: byref variable will be forcibly initialized u16 lnksta, speed; ^~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:6017:16: note: byref variable will be forcibly initialized unsigned long bar_list; ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:6014:18: note: byref variable will be forcibly initialized resource_size_t base_addr; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_free_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:286:24: note: byref variable will be forcibly initialized struct xfs_owner_info oinfo; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:201:19: note: byref variable will be forcibly initialized xfs_alloc_arg_t args; /* block allocation args */ ^~~~ 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/highmem.h:10, 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/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:22: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_fill_frag_skb': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:593:28: note: byref variable will be forcibly initialized struct sw_rx_page *rx_pg, old_rx_pg; ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_probe_one': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:7463:6: note: byref variable will be forcibly initialized u16 control = 0; ^~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c: In function 'nfp_udp_tunnel_sync': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:3783:31: note: byref variable will be forcibly initialized struct udp_tunnel_info ti0, ti1; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:3783:26: note: byref variable will be forcibly initialized struct udp_tunnel_info ti0, ti1; ^~~ /kisskb/src/drivers/clocksource/timer-sp804.c: In function 'sp804_of_init': /kisskb/src/drivers/clocksource/timer-sp804.c:258:6: note: byref variable will be forcibly initialized u32 irq_num = 0; ^~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'enable_sdev_max_qd_store': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:3425:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_free_tx_skbs_queue': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:1498:28: note: byref variable will be forcibly initialized unsigned pkts_compl = 0, bytes_compl = 0; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:1498:12: note: byref variable will be forcibly initialized unsigned pkts_compl = 0, bytes_compl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/alx/main.c: In function 'alx_mdio_read': /kisskb/src/drivers/net/ethernet/atheros/alx/main.c:1590:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c: In function 'nfp_net_rss_init': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_net_common.c:3972:26: note: byref variable will be forcibly initialized unsigned long func_bit, rss_cap_hfunc; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_rx_int': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:918:23: note: byref variable will be forcibly initialized enum pkt_hash_types rxhash_type; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:23: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_fill_fw_str': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:147:6: note: byref variable will be forcibly initialized u8 phy_fw_ver[PHY_FW_VER_LEN]; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_tx_int': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:277:31: note: byref variable will be forcibly initialized unsigned int pkts_compl = 0, bytes_compl = 0; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:277:15: note: byref variable will be forcibly initialized unsigned int pkts_compl = 0, bytes_compl = 0; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pltfm.c: In function 'sdhci_get_property': /kisskb/src/drivers/mmc/host/sdhci-pltfm.c:84:6: note: byref variable will be forcibly initialized u32 bus_width; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function '__bnx2x_link_report': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:1265:32: note: byref variable will be forcibly initialized struct bnx2x_link_report_data cur_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_squeeze_objects': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:2148:34: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0, vlan_mac_flags = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:2148:16: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0, vlan_mac_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_set_power_state': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:3162:6: note: byref variable will be forcibly initialized u16 pmcsr; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_start_xmit': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:4081:33: note: byref variable will be forcibly initialized unsigned int pkts_compl = 0, bytes_compl = 0; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:4081:17: note: byref variable will be forcibly initialized unsigned int pkts_compl = 0, bytes_compl = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:3939:8: note: byref variable will be forcibly initialized u16 global_data = 0; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:3903:7: note: byref variable will be forcibly initialized u16 vlan_tci = 0; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:3749:6: note: byref variable will be forcibly initialized u32 pbd_e2_parsing_data = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:3744:26: note: byref variable will be forcibly initialized struct eth_tx_start_bd *tx_start_bd, *first_bd; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_setup_tc': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:4243:34: note: byref variable will be forcibly initialized u8 c2s_map[BNX2X_MAX_PRIORITY], c2s_def; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:4243:5: note: byref variable will be forcibly initialized u8 c2s_map[BNX2X_MAX_PRIORITY], c2s_def; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_nic_unload': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:2981:7: note: byref variable will be forcibly initialized bool global = false; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c: In function 'bnx2x_nic_load': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c:2613:17: note: byref variable will be forcibly initialized int i, rc = 0, load_code = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_readb': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:227:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bitfield.h:10, from /kisskb/src/drivers/mmc/host/sdhci-cadence.c:7: /kisskb/src/drivers/mmc/host/sdhci-cadence.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/iopoll.h:14, from /kisskb/src/drivers/mmc/host/sdhci-cadence.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-cadence.c: In function 'sdhci_cdns_phy_param_parse': /kisskb/src/drivers/mmc/host/sdhci-cadence.c:141:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_av_composer': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1856:14: note: byref variable will be forcibly initialized u8 inv_val, bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_AVI': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1639:28: note: byref variable will be forcibly initialized struct hdmi_avi_infoframe frame; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_vendor_specific_infoframe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1767:5: note: byref variable will be forcibly initialized u8 buffer[10]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1766:31: note: byref variable will be forcibly initialized struct hdmi_vendor_infoframe frame; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_drm_infoframe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1821:5: note: byref variable will be forcibly initialized u8 buffer[30]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1820:28: note: byref variable will be forcibly initialized struct hdmi_drm_infoframe frame; ^~~~~ /kisskb/src/drivers/mmc/host/bcm2835.c: In function 'bcm2835_add_host': /kisskb/src/drivers/mmc/host/bcm2835.c:1269:7: note: byref variable will be forcibly initialized char pio_limit_string[20]; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:13: /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_connector_create': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:2453:28: note: byref variable will be forcibly initialized struct cec_connector_info conn_info; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_probe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3444:33: note: byref variable will be forcibly initialized struct dw_hdmi_i2s_audio_data audio; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3428:29: note: byref variable will be forcibly initialized struct dw_hdmi_audio_data audio; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3223:6: note: byref variable will be forcibly initialized u32 val = 1; ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3218:26: note: byref variable will be forcibly initialized struct dw_hdmi_cec_data cec; ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3216:30: note: byref variable will be forcibly initialized struct platform_device_info pdevinfo; ^~~~~~~~ /kisskb/src/drivers/leds/leds-lp8860.c: In function 'lp8860_fault_check': /kisskb/src/drivers/leds/leds-lp8860.c:183:15: note: byref variable will be forcibly initialized unsigned int read_buf; ^~~~~~~~ /kisskb/src/drivers/leds/leds-lp8860.c: In function 'lp8860_init': /kisskb/src/drivers/leds/leds-lp8860.c:241:15: note: byref variable will be forcibly initialized unsigned int read_buf; ^~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-tegra.c: In function 'sdhci_tegra_cqhci_irq': /kisskb/src/drivers/mmc/host/sdhci-tegra.c:1256:6: note: byref variable will be forcibly initialized int data_error = 0; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-tegra.c:1255:6: note: byref variable will be forcibly initialized int cmd_error = 0; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_port.c: In function 'nfp_port_get_port_parent_id': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_port.c:37:12: note: byref variable will be forcibly initialized const u8 *serial; ^~~~~~ /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c: In function '_rtl_eri_read': /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c:799:6: note: byref variable will be forcibly initialized u32 cmd = ERIAR_READ_CMD | type | ERIAR_MASK_1111 | addr; ^~~ /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c: In function '_rtl_eri_write': /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c:779:6: note: byref variable will be forcibly initialized u32 cmd = ERIAR_WRITE_CMD | type | mask | addr; ^~~ In file included from /kisskb/src/include/net/devlink.h:11, from /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c:5: /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c: In function 'nfp_shared_buf_pool_get': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c:30:32: note: byref variable will be forcibly initialized struct nfp_shared_buf_pool_id id = { ^~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c:29:38: note: byref variable will be forcibly initialized struct nfp_shared_buf_pool_info_get get_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c: In function 'nfp_shared_buf_register': /kisskb/src/drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c:82:23: note: byref variable will be forcibly initialized struct nfp_cpp_area *sb_desc_area; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_xtal_clk_sel': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:269:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_send_video_infoframe': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:773:5: note: byref variable will be forcibly initialized u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AVI_INFOFRAME_SIZE]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:985:28: note: byref variable will be forcibly initialized struct hdmi_avi_infoframe frame; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_get_downstream_info': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:808:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c: In function 'rtl8169_get_pauseparam': /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c:1921:17: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c:1921:7: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c: In function 'rtl_set_coalesce': /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c:1822:13: note: byref variable will be forcibly initialized u16 w = 0, cp01 = 0; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_dp_link_training': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:606:12: note: byref variable will be forcibly initialized u8 dp_bw, dpcd[2]; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:606:5: note: byref variable will be forcibly initialized u8 dp_bw, dpcd[2]; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_handle_hdmi_int_1': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1106:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ In file included from /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c:20: /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c: In function 'rtl_skb_is_udp': /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c:4092:20: note: byref variable will be forcibly initialized struct iphdr *ih, _ih; ^~~ /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c:4091:23: note: byref variable will be forcibly initialized struct ipv6hdr *i6h, _i6h; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_i2c_probe': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1222:28: note: byref variable will be forcibly initialized unsigned int i, idl, idh, version; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1222:23: note: byref variable will be forcibly initialized unsigned int i, idl, idh, version; ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1222:18: note: byref variable will be forcibly initialized unsigned int i, idl, idh, version; ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_intp_threaded_handler': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1148:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/net/ethernet/sis/sis900.c: In function 'sis900_set_wol': /kisskb/src/drivers/net/ethernet/sis/sis900.c:2089:6: note: byref variable will be forcibly initialized u32 cfgpmcsr = 0, pmctrl_bits = 0; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c: In function 'rtl8169_start_xmit': /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c:4272:6: note: byref variable will be forcibly initialized u32 opts[2]; ^~~~ /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c: In function 'rtl8169_pcierr_interrupt': /kisskb/src/drivers/net/ethernet/realtek/r8169_main.c:4422:6: note: byref variable will be forcibly initialized u16 pci_cmd; ^~~~~~~ /kisskb/src/drivers/net/ethernet/sis/sis900.c: In function 'sis900_timer': /kisskb/src/drivers/net/ethernet/sis/sis900.c:1314:17: note: byref variable will be forcibly initialized int speed = 0, duplex = 0; ^~~~~~ /kisskb/src/drivers/net/ethernet/sis/sis900.c:1314:6: note: byref variable will be forcibly initialized int speed = 0, duplex = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/sis/sis900.c: In function 'sis630e_get_mac_addr': /kisskb/src/drivers/net/ethernet/sis/sis900.c:293:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/net/ethernet/sis/sis900.c: In function 'sis900_probe': /kisskb/src/drivers/net/ethernet/sis/sis900.c:431:13: note: byref variable will be forcibly initialized dma_addr_t ring_dma; ^~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-sparx5.c: In function 'sdhci_sparx5_probe': /kisskb/src/drivers/mmc/host/sdhci-of-sparx5.c:166:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c: In function 'sdhci_arasan_cqhci_irq': /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:406:6: note: byref variable will be forcibly initialized int data_error = 0; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:405:6: note: byref variable will be forcibly initialized int cmd_error = 0; ^~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c: In function 'arasan_dt_parse_clk_phases': /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:1084:7: note: byref variable will be forcibly initialized u32 versal_oclk_phase[MMC_TIMING_MMC_HS400 + 1] = ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:1082:7: note: byref variable will be forcibly initialized u32 versal_iclk_phase[MMC_TIMING_MMC_HS400 + 1] = ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:1066:7: note: byref variable will be forcibly initialized u32 zynqmp_oclk_phase[MMC_TIMING_MMC_HS400 + 1] = ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:1064:7: note: byref variable will be forcibly initialized u32 zynqmp_iclk_phase[MMC_TIMING_MMC_HS400 + 1] = ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:1053:6: note: byref variable will be forcibly initialized u32 mio_bank = 0; ^~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c: In function 'sdhci_arasan_register_sdcardclk': /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:1314:14: note: byref variable will be forcibly initialized const char *parent_clk_name; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:1313:23: note: byref variable will be forcibly initialized struct clk_init_data sdcardclk_init; ^~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c: In function 'sdhci_arasan_register_sampleclk': /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:1366:14: note: byref variable will be forcibly initialized const char *parent_clk_name; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:1365:23: note: byref variable will be forcibly initialized struct clk_init_data sampleclk_init; ^~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c: In function 'sdhci_arasan_register_sdclk': /kisskb/src/drivers/mmc/host/sdhci-of-arasan.c:1475:6: note: byref variable will be forcibly initialized u32 num_clks = 0; ^~~~~~~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_get_hw': /kisskb/src/drivers/leds/leds-mlxreg.c:104:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_store_hw': /kisskb/src/drivers/leds/leds-mlxreg.c:66:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_config': /kisskb/src/drivers/leds/leds-mlxreg.c:192:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/mmc/host/sdhci-brcmstb.c: In function 'sdhci_brcmstb_cqhci_irq': /kisskb/src/drivers/mmc/host/sdhci-brcmstb.c:162:6: note: byref variable will be forcibly initialized int data_error = 0; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-brcmstb.c:161:6: note: byref variable will be forcibly initialized int cmd_error = 0; ^~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-brcmstb.c: In function 'sdhci_brcmstb_probe': /kisskb/src/drivers/mmc/host/sdhci-brcmstb.c:222:26: note: byref variable will be forcibly initialized struct sdhci_pltfm_data brcmstb_pdata; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/cmsg.c: In function 'nfp_bpf_ctrl_entry_op': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/cmsg.c:302:6: note: byref variable will be forcibly initialized u32 cache_gen; ^~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/mmc/host/cqhci-core.c:5: /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/mmc/host/cqhci-core.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/mmc/host/cqhci-core.c:6: /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_halt': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:961:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(cq_host->wait_queue, cqhci_halted(cq_host), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_clear_all_tasks': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:927:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(cq_host->wait_queue, cqhci_tasks_cleared(cq_host), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'legacy_scpi_clk_set_val': /kisskb/src/drivers/firmware/arm_scpi.c:575:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_device_set_power_state': /kisskb/src/drivers/firmware/arm_scpi.c:773:24: note: byref variable will be forcibly initialized struct dev_pstate_set dev_set = { ^~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:772:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_device_get_power_state': /kisskb/src/drivers/firmware/arm_scpi.c:763:9: note: byref variable will be forcibly initialized __le16 id = cpu_to_le16(dev_id); ^~ /kisskb/src/drivers/firmware/arm_scpi.c:762:5: note: byref variable will be forcibly initialized u8 pstate; ^~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_value': /kisskb/src/drivers/firmware/arm_scpi.c:742:9: note: byref variable will be forcibly initialized __le64 value; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:741:9: note: byref variable will be forcibly initialized __le16 id = cpu_to_le16(sensor); ^~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_wait_for_idle': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:878:2: note: in expansion of macro 'wait_event' wait_event(cq_host->wait_queue, cqhci_is_idle(cq_host, &ret)); ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:876:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_info': /kisskb/src/drivers/firmware/arm_scpi.c:726:27: note: byref variable will be forcibly initialized struct _scpi_sensor_info _info; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:725:9: note: byref variable will be forcibly initialized __le16 id = cpu_to_le16(sensor_id); ^~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_capability': /kisskb/src/drivers/firmware/arm_scpi.c:712:9: note: byref variable will be forcibly initialized __le16 cap; ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_set_idx': /kisskb/src/drivers/firmware/arm_scpi.c:599:18: note: byref variable will be forcibly initialized struct dvfs_set dvfs = {domain, index}; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c:598:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_get_idx': /kisskb/src/drivers/firmware/arm_scpi.c:588:5: note: byref variable will be forcibly initialized u8 dvfs_idx; ^~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_set_val': /kisskb/src/drivers/firmware/arm_scpi.c:563:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_get_val': /kisskb/src/drivers/firmware/arm_scpi.c:551:9: note: byref variable will be forcibly initialized __le16 le_clk_id = cpu_to_le16(clk_id); ^~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:550:9: note: byref variable will be forcibly initialized __le32 rate; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_get_range': /kisskb/src/drivers/firmware/arm_scpi.c:536:9: note: byref variable will be forcibly initialized __le16 le_clk_id = cpu_to_le16(clk_id); ^~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:535:22: note: byref variable will be forcibly initialized struct clk_get_info clk; ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_init_versions': /kisskb/src/drivers/firmware/arm_scpi.c:809:26: note: byref variable will be forcibly initialized struct scp_capabilities caps; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dev_domain_id': /kisskb/src/drivers/firmware/arm_scpi.c:656:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_prep_dcmd_desc': /kisskb/src/drivers/mmc/host/cqhci-core.c:533:6: note: byref variable will be forcibly initialized u64 data = 0; ^~~~ In file included from /kisskb/src/drivers/firmware/arm_scpi.c:34: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_irq': /kisskb/src/drivers/mmc/host/cqhci-core.c:813:25: note: byref variable will be forcibly initialized unsigned long tag = 0, comp_status; ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_get_info': /kisskb/src/drivers/firmware/arm_scpi.c:616:19: note: byref variable will be forcibly initialized struct dvfs_info buf; ^~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_addr_cells': /kisskb/src/drivers/of/base.c:91:6: note: byref variable will be forcibly initialized u32 cells; ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_size_cells': /kisskb/src/drivers/of/base.c:112:6: note: byref variable will be forcibly initialized u32 cells; ^~~~~ In file included 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/firmware/arm_scpi.c:19: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/firmware/arm_scpi.c:21: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_probe': /kisskb/src/drivers/firmware/arm_scpi.c:913:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/of/base.c: In function '__of_device_is_available': /kisskb/src/drivers/of/base.c:592:6: note: byref variable will be forcibly initialized int statlen; ^~~~~~~ /kisskb/src/drivers/of/base.c: In function '__of_find_n_match_cpu_property': /kisskb/src/drivers/of/base.c:317:10: note: byref variable will be forcibly initialized int ac, prop_len, tid; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/main.c: In function 'nfp_bpf_parse_capabilities': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/main.c:333:23: note: byref variable will be forcibly initialized struct nfp_cpp_area *area; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_modalias_node': /kisskb/src/drivers/of/base.c:1176:6: note: byref variable will be forcibly initialized int cplen; ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_init': /kisskb/src/drivers/of/base.c:1245:6: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_next': /kisskb/src/drivers/of/base.c:1273:11: note: byref variable will be forcibly initialized uint32_t count = 0; ^~~~~ /kisskb/src/drivers/of/base.c: In function '__of_parse_phandle_with_args': /kisskb/src/drivers/of/base.c:1374:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle': /kisskb/src/drivers/of/base.c:1433:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_state_node': /kisskb/src/drivers/of/base.c:436:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle_with_args_map': /kisskb/src/drivers/of/base.c:1552:17: note: byref variable will be forcibly initialized u32 list_size, new_size; ^~~~~~~~ /kisskb/src/drivers/of/base.c:1552:6: note: byref variable will be forcibly initialized u32 list_size, new_size; ^~~~~~~~~ /kisskb/src/drivers/of/base.c:1551:14: note: byref variable will be forcibly initialized int i, ret, map_len, match; ^~~~~~~ /kisskb/src/drivers/of/base.c:1549:9: note: byref variable will be forcibly initialized __be32 initial_match_array[MAX_PHANDLE_ARGS]; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_count_phandle_with_args': /kisskb/src/drivers/of/base.c:1750:7: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/drivers/of/base.c:1739:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ /kisskb/src/drivers/of/base.c: In function 'of_update_property': /kisskb/src/drivers/of/base.c:1916:19: note: byref variable will be forcibly initialized struct property *oldprop; ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_alias_scan': /kisskb/src/drivers/of/base.c:1991:7: note: byref variable will be forcibly initialized int id, len; ^~ /kisskb/src/drivers/of/base.c:1972:15: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_find_last_cache_level': /kisskb/src/drivers/of/base.c:2197:6: note: byref variable will be forcibly initialized u32 cache_level = 0; ^~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_map_id': /kisskb/src/drivers/of/base.c:2235:6: note: byref variable will be forcibly initialized int map_len; ^~~~~~~ /kisskb/src/drivers/of/base.c:2234:6: note: byref variable will be forcibly initialized u32 map_mask, masked_id; ^~~~~~~~ /kisskb/src/drivers/leds/leds-mt6323.c: In function 'mt6323_get_led_hw_brightness': /kisskb/src/drivers/leds/leds-mt6323.c:162:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/leds/leds-mt6323.c: In function 'mt6323_led_probe': /kisskb/src/drivers/leds/leds-mt6323.c:400:24: note: byref variable will be forcibly initialized struct led_init_data init_data = {}; ^~~~~~~~~ /kisskb/src/drivers/leds/leds-mt6323.c:374:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/of/device.c: In function 'of_dma_configure_id': /kisskb/src/drivers/of/device.c:111:31: note: byref variable will be forcibly initialized const struct bus_dma_region *map = NULL; ^~~ In file included from /kisskb/src/include/linux/bpf.h:23, from /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/offload.c:11: /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/offload.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c:14: /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c: In function 'is_mbpf_pseudo_call': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/main.h:470:18: note: byref variable will be forcibly initialized struct bpf_insn insn = meta->insn; ^~~~ In file included from /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/main.h:12, from /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/offload.c:24: /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/offload.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/offload.c:11: /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/offload.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/offload.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c: In function 'nfp_bpf_check_helper_call': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c:250:9: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c: In function 'nfp_bpf_check_exit': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c:321:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/offload.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/main.h:12, from /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/offload.c:24: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/include/linux/bpf.h:23, from /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c:4: /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/offload.c: In function 'nfp_bpf_event_output': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/offload.c:450:27: note: byref variable will be forcibly initialized u32 pkt_size, data_size, map_id; ^~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c: In function 'nfp_bpf_get_stack_usage': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c:704:17: note: byref variable will be forcibly initialized unsigned short ret_prog[MAX_CALL_FRAMES]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c:703:17: note: byref variable will be forcibly initialized unsigned short frame_depths[MAX_CALL_FRAMES]; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/verifier.c:702:24: note: byref variable will be forcibly initialized struct nfp_insn_meta *ret_insn[MAX_CALL_FRAMES]; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/leds/leds-pwm.c:12: /kisskb/src/drivers/leds/leds-pwm.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/leds/leds-pwm.c:14: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-pwm.c: In function 'led_pwm_create_fwnode': /kisskb/src/drivers/leds/leds-pwm.c:138:17: note: byref variable will be forcibly initialized struct led_pwm led; ^~~ In file included from /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:14: /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'is_mbpf_pseudo_call': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/main.h:470:18: note: byref variable will be forcibly initialized struct bpf_insn insn = meta->insn; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'nfp_bpf_opt_reg_init': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:3893:19: note: byref variable will be forcibly initialized struct bpf_insn insn = meta->insn; ^~~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c: In function 'reset_and_configure': /kisskb/src/drivers/media/dvb-frontends/l64781.c:102:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x00, .flags = 0, .buf = buf, .len = 1 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:101:5: note: byref variable will be forcibly initialized u8 buf [] = { 0x06 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c: In function 'l64781_readreg': /kisskb/src/drivers/media/dvb-frontends/l64781.c:58:17: note: byref variable will be forcibly initialized struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:57:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:56:5: note: byref variable will be forcibly initialized u8 b0 [] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/l64781.c: In function 'l64781_writereg': /kisskb/src/drivers/media/dvb-frontends/l64781.c:44:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:43:5: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg [] = { { .addr = config->demod_address, .flags = 0, .buf = b0, .len = 1 }, ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:495:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0x00 }; ^~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:494:5: note: byref variable will be forcibly initialized u8 b0 [] = { 0x1a }; ^~ /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c: In function 'get_dt_pad_ctrl_data': /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c:658:18: note: byref variable will be forcibly initialized struct resource iomem; ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c:657:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c: In function 'xenon_emmc_phy_parse_params': /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c:698:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'emit_ld_field_any': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:514:26: note: byref variable will be forcibly initialized struct nfp_insn_re_regs reg; ^~~ /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c: In function 'xenon_phy_parse_params': /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c:842:14: note: byref variable will be forcibly initialized const char *phy_type = NULL; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'emit_alu': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:418:26: note: byref variable will be forcibly initialized struct nfp_insn_ur_regs reg; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'emit_immed': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:297:26: note: byref variable will be forcibly initialized struct nfp_insn_ur_regs reg; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'wrp_immed': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:611:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:610:19: note: byref variable will be forcibly initialized enum immed_shift shift; ^~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'emit_cmd_any': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:103:26: note: byref variable will be forcibly initialized struct nfp_insn_re_regs reg; ^~~ /kisskb/src/drivers/mmc/host/sdhci-xenon.c: In function 'xenon_probe_params': /kisskb/src/drivers/mmc/host/sdhci-xenon.c:434:6: note: byref variable will be forcibly initialized u32 tuning_count; ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-xenon.c:433:6: note: byref variable will be forcibly initialized u32 sdhc_id, nr_sdhc; ^~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'data_ld_host_order_addr40': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:940:14: note: byref variable will be forcibly initialized swreg rega, regb; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:940:8: note: byref variable will be forcibly initialized swreg rega, regb; ^~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'emit_shf': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:366:26: note: byref variable will be forcibly initialized struct nfp_insn_re_regs reg; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'emit_br_bit_relo': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:211:26: note: byref variable will be forcibly initialized struct nfp_insn_re_regs reg; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'emit_rtn': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:258:26: note: byref variable will be forcibly initialized struct nfp_insn_ur_regs reg; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'emit_csr_wr': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:555:26: note: byref variable will be forcibly initialized struct nfp_insn_ur_regs reg; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'nfp_cpp_memcpy': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:737:18: note: byref variable will be forcibly initialized swreg src_base, off; ^~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:737:8: note: byref variable will be forcibly initialized swreg src_base, off; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'emit_mul': /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:457:26: note: byref variable will be forcibly initialized struct nfp_insn_ur_regs reg; ^~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:6: /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/drivers/net/ethernet/netronome/nfp/bpf/jit.c:7: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-wm831x-status.c: In function 'wm831x_status_probe': /kisskb/src/drivers/leds/leds-wm831x-status.c:212:29: note: byref variable will be forcibly initialized struct wm831x_status_pdata pdata; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c: In function 'alx_get_phy_config': /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c:240:6: note: byref variable will be forcibly initialized u16 phy_val; ^~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c: In function 'alx_get_perm_macaddr': /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c:293:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c: In function 'alx_reset_phy': /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c:494:6: note: byref variable will be forcibly initialized u16 phy_val; ^~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c: In function 'alx_reset_pcie': /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c:564:6: note: byref variable will be forcibly initialized u16 val16; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/alx/ethtool.c: In function 'alx_set_link_ksettings': /kisskb/src/drivers/net/ethernet/atheros/alx/ethtool.c:185:6: note: byref variable will be forcibly initialized u32 advertising; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c: In function 'alx_post_phy_link': /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c:780:6: note: byref variable will be forcibly initialized u16 phy_val, len, agc; ^~~~~~~ /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c: In function 'alx_read_phy_link': /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c:868:12: note: byref variable will be forcibly initialized u16 bmsr, giga; ^~~~ /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c:868:6: note: byref variable will be forcibly initialized u16 bmsr, giga; ^~~~ /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c: In function 'alx_clear_phy_intr': /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c:917:6: note: byref variable will be forcibly initialized u16 isr; ^~~ /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c: In function 'alx_get_phy_info': /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c:1050:14: note: byref variable will be forcibly initialized u16 devs1, devs2; ^~~~~ /kisskb/src/drivers/net/ethernet/atheros/alx/hw.c:1050:7: note: byref variable will be forcibly initialized u16 devs1, devs2; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_nvram_write1': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:1669:9: note: byref variable will be forcibly initialized __be32 val_be; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_get_vf_link_ksettings': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:225:17: note: byref variable will be forcibly initialized u32 supported, advertising; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:225:6: note: byref variable will be forcibly initialized u32 supported, advertising; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_get_strings': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:3186:7: note: byref variable will be forcibly initialized char queue_name[MAX_QUEUE_NAME_LEN+1]; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_get_drvinfo': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:1111:7: note: byref variable will be forcibly initialized char version[ETHTOOL_FWVERS_LEN]; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_set_link_ksettings': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:374:6: note: byref variable will be forcibly initialized u32 supported; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:372:6: note: byref variable will be forcibly initialized u32 advertising, cfg_idx, old_multi_phy_config, new_multi_phy_config; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_get_link_ksettings': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:267:30: note: byref variable will be forcibly initialized u32 supported, advertising, lp_advertising; ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_is_nvm_accessible': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:1468:6: note: byref variable will be forcibly initialized u16 pm = 0; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_get_module_info': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:1573:19: note: byref variable will be forcibly initialized u8 sff8472_comp, diag_type; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:1573:5: note: byref variable will be forcibly initialized u8 sff8472_comp, diag_type; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_nvram_read': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:1398:9: note: byref variable will be forcibly initialized __be32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_test_dir_entry': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:2831:20: note: byref variable will be forcibly initialized struct code_entry entry; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_test_nvram_ext_dirs': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:2843:20: note: byref variable will be forcibly initialized struct code_entry entry; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:2842:10: note: byref variable will be forcibly initialized u32 rc, cnt, dir_offset = NVRAM_DIR_OFFSET; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c: In function 'bnx2x_test_nvram': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c:2935:6: note: byref variable will be forcibly initialized u32 magic; ^~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/firmware/scpi_pm_domain.c:8: /kisskb/src/drivers/firmware/scpi_pm_domain.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/firmware/scpi_pm_domain.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/scpi_pm_domain.c: In function 'scpi_pm_domain_probe': /kisskb/src/drivers/firmware/scpi_pm_domain.c:73:11: note: byref variable will be forcibly initialized int ret, num_domains, i; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c: In function 'adv7511_dsi_config_timing_gen': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c:32:5: note: byref variable will be forcibly initialized u8 clock_div_by_lanes[] = { 6, 4, 3 }; /* 2, 3, 4 lanes */ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c: In function 'adv7533_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c:145:36: note: byref variable will be forcibly initialized const struct mipi_dsi_device_info info = { .type = "adv7533", ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_reset_stats': /kisskb/src/drivers/media/dvb-frontends/dib8000.c:999:6: note: byref variable will be forcibly initialized u32 ucb; ^~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c: In function 'adv7533_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c:192:6: note: byref variable will be forcibly initialized u32 num_lanes; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/dib8000.c:3839:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_set_frequency_offset': /kisskb/src/drivers/media/dvb-frontends/dib8000.c:2741:6: note: byref variable will be forcibly initialized u32 current_rf; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/sun/sunhme.c: In function 'happy_meal_set_multicast': /kisskb/src/drivers/net/ethernet/sun/sunhme.c:2394:7: note: byref variable will be forcibly initialized u16 hash_table[4]; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_get_stats': /kisskb/src/drivers/media/dvb-frontends/dib8000.c:4130:6: note: byref variable will be forcibly initialized u16 strength; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c:4127:24: note: byref variable will be forcibly initialized u32 time_us = 0, snr, val; ^~~ /kisskb/src/drivers/net/ethernet/sun/sunhme.c: In function 'happy_meal_init': /kisskb/src/drivers/net/ethernet/sun/sunhme.c:1504:7: note: byref variable will be forcibly initialized u16 hash_table[4]; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_get_frontend': /kisskb/src/drivers/media/dvb-frontends/dib8000.c:3418:17: note: byref variable will be forcibly initialized enum fe_status stat = 0; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_hpd': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:401:15: note: byref variable will be forcibly initialized unsigned int irq0; ^~~~ /kisskb/src/drivers/net/ethernet/sun/sunhme.c: In function 'get_hme_mac_nonsparc': /kisskb/src/drivers/net/ethernet/sun/sunhme.c:2933:9: note: byref variable will be forcibly initialized size_t size; ^~~~ /kisskb/src/drivers/net/ethernet/sun/sunhme.c: In function 'happy_meal_pci_probe': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_irq_process': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:459:21: note: byref variable will be forcibly initialized unsigned int irq0, irq1; ^~~~ /kisskb/src/drivers/net/ethernet/sun/sunhme.c:2971:7: note: byref variable will be forcibly initialized char prom_name[64]; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:459:15: note: byref variable will be forcibly initialized unsigned int irq0, irq1; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:8: /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_wait_for_edid': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:508:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(adv7511->wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_get_edid_block': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:539:16: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:531:10: note: byref variable will be forcibly initialized uint8_t offset; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:530:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[2]; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_set_config_csc': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:210:10: note: byref variable will be forcibly initialized uint8_t infoframe[17]; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:207:30: note: byref variable will be forcibly initialized struct adv7511_video_config config; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_detect': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:647:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:995:5: note: byref variable will be forcibly initialized u8 sink; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:993:16: note: byref variable will be forcibly initialized struct dp_sdp psr_vsc; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_is_enhanced_mode_available': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:192:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_get_max_rx_bandwidth': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:615:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_get_max_rx_lane_count': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:630:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_hpd_work': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:421:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_fast_link_train_detection': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:926:5: note: byref variable will be forcibly initialized u8 spread; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_detect_sink_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:108:16: note: byref variable will be forcibly initialized unsigned char psr_version; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:1075:14: note: byref variable will be forcibly initialized const char *str; ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c: In function 'anx_dp_aux_op_finished': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c:26:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c: In function 'anx_dp_aux_wait': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c:39:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_rx_to_enhanced_mode': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:171:5: note: byref variable will be forcibly initialized u8 data; ^~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:8: /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_set_enhanced_mode': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:208:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_fast_link_train': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:715:17: note: byref variable will be forcibly initialized u8 link_align, link_status[2]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:715:5: note: byref variable will be forcibly initialized u8 link_align, link_status[2]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_link_start': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:260:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_probe': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:1160:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:1157:29: note: byref variable will be forcibly initialized struct adv7511_link_config link_config; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_process_clock_recovery': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:470:21: note: byref variable will be forcibly initialized u8 link_status[2], adjust_request[2]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:470:5: note: byref variable will be forcibly initialized u8 link_status[2], adjust_request[2]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_process_equalizer_training': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:542:33: note: byref variable will be forcibly initialized u8 link_align, link_status[2], adjust_request[2]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:542:17: note: byref variable will be forcibly initialized u8 link_align, link_status[2], adjust_request[2]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:542:5: note: byref variable will be forcibly initialized u8 link_align, link_status[2], adjust_request[2]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:541:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_disable_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1023:5: note: byref variable will be forcibly initialized u8 sink; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1021:16: note: byref variable will be forcibly initialized struct dp_sdp psr_vsc; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_scramble': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:862:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_sink_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:123:16: note: byref variable will be forcibly initialized unsigned char psr_en; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c: In function 'analogix_dp_get_psr_status': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c:941:5: note: byref variable will be forcibly initialized u8 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/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/include/linux/regulator/consumer.h:35, from /kisskb/src/include/linux/amba/bus.h:19, from /kisskb/src/drivers/of/platform.c:14: /kisskb/src/drivers/of/platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_dev_lookup': /kisskb/src/drivers/of/platform.c:299:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_alloc': /kisskb/src/drivers/of/platform.c:112:24: note: byref variable will be forcibly initialized struct resource *res, temp_res; ^~~~~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_platform_notify': /kisskb/src/drivers/of/platform.c:674:7: note: byref variable will be forcibly initialized bool children_left; ^~~~~~~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_suffix_prop_cells': /kisskb/src/drivers/of/property.c:1223:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_gpio_compat': /kisskb/src/drivers/of/property.c:1320:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_prop_cells': /kisskb/src/drivers/of/property.c:1169:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_interrupts': /kisskb/src/drivers/of/property.c:1342:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_fwnode_get_reference_args': /kisskb/src/drivers/of/property.c:966:25: note: byref variable will be forcibly initialized struct of_phandle_args of_args; ^~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u8_array': /kisskb/src/drivers/of/property.c:221:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u16_array': /kisskb/src/drivers/of/property.c:271:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u32_array': /kisskb/src/drivers/of/property.c:318:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u64_array': /kisskb/src/drivers/of/property.c:396:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_port_by_id': /kisskb/src/drivers/of/property.c:615:7: note: byref variable will be forcibly initialized u32 port_id = 0; ^~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_endpoint_by_regs': /kisskb/src/drivers/of/property.c:710:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c: In function 'cas_set_link_modes': /kisskb/src/drivers/net/ethernet/sun/cassini.c:3568:26: note: byref variable will be forcibly initialized int full_duplex, speed, pause; ^~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c:3568:19: note: byref variable will be forcibly initialized int full_duplex, speed, pause; ^~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c:3568:6: note: byref variable will be forcibly initialized int full_duplex, speed, pause; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c: In function 'cas_spare_free': /kisskb/src/drivers/net/ethernet/sun/cassini.c:502:19: note: byref variable will be forcibly initialized struct list_head list, *elem, *tmp; ^~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c: In function 'tlan_phy_detect': /kisskb/src/drivers/net/ethernet/ti/tlan.c:2454:7: note: byref variable will be forcibly initialized u16 lo; ^~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2453:7: note: byref variable will be forcibly initialized u16 hi; ^~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2452:7: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c: In function '__tlan_phy_print': /kisskb/src/drivers/net/ethernet/ti/tlan.c:2396:30: note: byref variable will be forcibly initialized u16 i, data0, data1, data2, data3, phy; ^~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2396:23: note: byref variable will be forcibly initialized u16 i, data0, data1, data2, data3, phy; ^~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2396:16: note: byref variable will be forcibly initialized u16 i, data0, data1, data2, data3, phy; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/dibx000_common.c: In function 'dibx000_reset_i2c_master': /kisskb/src/drivers/media/dvb-frontends/dibx000_common.c:413:5: note: byref variable will be forcibly initialized u8 tx[4]; ^~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2396:9: note: byref variable will be forcibly initialized u16 i, data0, data1, data2, data3, phy; ^~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c: In function 'cas_spare_recover': /kisskb/src/drivers/net/ethernet/sun/cassini.c:535:19: note: byref variable will be forcibly initialized struct list_head list, *elem, *tmp; ^~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c: In function 'tlan_finish_reset': /kisskb/src/drivers/net/ethernet/ti/tlan.c:2237:18: note: byref variable will be forcibly initialized u16 tlphy_id1, tlphy_id2; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2237:7: note: byref variable will be forcibly initialized u16 tlphy_id1, tlphy_id2; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2236:7: note: byref variable will be forcibly initialized u16 tlphy_par; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2235:7: note: byref variable will be forcibly initialized u16 tlphy_ctl; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2234:7: note: byref variable will be forcibly initialized u16 partner; ^~~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2233:7: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/net/ethernet/xilinx/ll_temac_mdio.c: In function 'temac_mdio_setup': /kisskb/src/drivers/net/ethernet/xilinx/ll_temac_mdio.c:71:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/net/ethernet/xilinx/ll_temac_mdio.c:68:6: note: byref variable will be forcibly initialized u32 bus_hz; ^~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c: In function 'tlan_phy_start_link': /kisskb/src/drivers/net/ethernet/ti/tlan.c:2587:7: note: byref variable will be forcibly initialized u16 tctl; ^~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2586:7: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2582:7: note: byref variable will be forcibly initialized u16 ability; ^~~~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c: In function 'cas_process_mc_list': /kisskb/src/drivers/net/ethernet/sun/cassini.c:2923:6: note: byref variable will be forcibly initialized u16 hash_table[16]; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c: In function 'tlan_phy_finish_auto_neg': /kisskb/src/drivers/net/ethernet/ti/tlan.c:2674:7: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2671:7: note: byref variable will be forcibly initialized u16 an_lpa; ^~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:2670:7: note: byref variable will be forcibly initialized u16 an_adv; ^~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c: In function 'tlan_phy_monitor': /kisskb/src/drivers/net/ethernet/ti/tlan.c:2750:10: note: byref variable will be forcibly initialized u16 phy_status; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c: In function 'tlan_phy_reset': /kisskb/src/drivers/net/ethernet/ti/tlan.c:2551:7: note: byref variable will be forcibly initialized u16 value; ^~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c: In function 'tlan_handle_status_check': /kisskb/src/drivers/net/ethernet/ti/tlan.c:1680:7: note: byref variable will be forcibly initialized u16 tlphy_sts; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/ti/tlan.c:1679:7: note: byref variable will be forcibly initialized u16 tlphy_ctl; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c: In function 'cas_get_link_ksettings': /kisskb/src/drivers/net/ethernet/sun/cassini.c:4511:26: note: byref variable will be forcibly initialized int full_duplex, speed, pause; ^~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c:4511:19: note: byref variable will be forcibly initialized int full_duplex, speed, pause; ^~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c:4511:6: note: byref variable will be forcibly initialized int full_duplex, speed, pause; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/via/via-rhine.c: In function 'rhine_set_rx_mode': /kisskb/src/drivers/net/ethernet/via/via-rhine.c:2234:6: note: byref variable will be forcibly initialized u32 mc_filter[2]; /* Multicast hash filter */ ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c: In function 'cas_rx_ringN': /kisskb/src/drivers/net/ethernet/sun/cassini.c:2284:7: note: byref variable will be forcibly initialized u64 words[4]; ^~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c:2282:19: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c: In function 'cas_program_bridge': /kisskb/src/drivers/net/ethernet/sun/cassini.c:4796:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/via/via-rhine.c: In function 'rhine_rx': /kisskb/src/drivers/net/ethernet/via/via-rhine.c:2102:26: note: byref variable will be forcibly initialized struct rhine_skb_dma sd; ^~ /kisskb/src/drivers/net/ethernet/via/via-rhine.c: In function 'alloc_rbufs': /kisskb/src/drivers/net/ethernet/via/via-rhine.c:1263:24: note: byref variable will be forcibly initialized struct rhine_skb_dma sd; ^~ /kisskb/src/drivers/net/ethernet/sun/cassini.c: In function 'cas_saturn_firmware_init': /kisskb/src/drivers/net/ethernet/sun/cassini.c:789:13: note: byref variable will be forcibly initialized const char fw_name[] = "sun/cassini.bin"; ^~~~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c:788:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/net/ethernet/sun/cassini.c: In function 'cas_init_one': /kisskb/src/drivers/net/ethernet/sun/cassini.c:4897:5: note: byref variable will be forcibly initialized u8 orig_cacheline_size = 0, cas_cacheline_size = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/sun/cassini.c:4896:6: note: byref variable will be forcibly initialized u16 pci_cmd; ^~~~~~~ /kisskb/src/drivers/net/ethernet/via/via-rhine.c: In function 'rhine_update_vcam': /kisskb/src/drivers/net/ethernet/via/via-rhine.c:1510:6: note: byref variable will be forcibly initialized u16 vid; ^~~ /kisskb/src/drivers/net/ethernet/via/via-rhine.c: In function 'alloc_ring': /kisskb/src/drivers/net/ethernet/via/via-rhine.c:1141:13: note: byref variable will be forcibly initialized dma_addr_t ring_dma; ^~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, 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:209:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_i2c_read16': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:282:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:245:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_i2c_write16': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:363:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_write_word_attr': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:384:5: note: byref variable will be forcibly initialized u8 b[2] = { val >> 8, val & 0xff }; ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_mbx_send_attr': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:529:9: note: byref variable will be forcibly initialized u8 *d, b[2]; ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_apb_access_read': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1015:8: note: byref variable will be forcibly initialized u8 i, s; ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1014:6: note: byref variable will be forcibly initialized u16 mb[10]; ^~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_apb_access_write': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1042:5: note: byref variable will be forcibly initialized u8 s, i; ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1041:6: note: byref variable will be forcibly initialized u16 mb[10]; ^~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_diversity_in': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1532:6: note: byref variable will be forcibly initialized u16 mode = (u16) onoff; ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_check_version': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:768:6: note: byref variable will be forcibly initialized u16 fw_version = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:767:5: note: byref variable will be forcibly initialized u8 size; ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:766:5: note: byref variable will be forcibly initialized u8 r[4]; ^ /kisskb/src/drivers/net/ethernet/xilinx/xilinx_axienet_main.c: In function 'axienet_start_xmit_done': /kisskb/src/drivers/net/ethernet/xilinx/xilinx_axienet_main.c:664:6: note: byref variable will be forcibly initialized u32 size = 0; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_read_buf_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1267:15: note: byref variable will be forcibly initialized xfs_daddr_t d; ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_write_word': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:378:5: note: byref variable will be forcibly initialized u8 b[2] = { val >> 8, val & 0xff }; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_readahead_ptr': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:974:15: note: byref variable will be forcibly initialized 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:394:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* btree block's buffer pointer */ ^~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_output_mode': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1539:6: note: byref variable will be forcibly initialized u16 outreg, smo_mode; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lastrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:728:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer containing block */ ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_firstrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:698:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer containing block */ ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_read_bufl': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:797:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* return value */ ^~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_init': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1083:5: note: byref variable will be forcibly initialized u8 size; ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_channel_head': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1157:5: note: byref variable will be forcibly initialized u8 b[9]; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_is_lastrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1174:22: note: byref variable will be forcibly initialized union xfs_btree_ptr ptr; ^~~ /kisskb/src/drivers/net/ethernet/xilinx/xilinx_axienet_main.c: In function 'axienet_probe': /kisskb/src/drivers/net/ethernet/xilinx/xilinx_axienet_main.c:2005:19: note: byref variable will be forcibly initialized struct resource dmares; ^~~~~~ /kisskb/src/drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1852:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1850:5: note: byref variable will be forcibly initialized u8 mac_addr[ETH_ALEN]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_channel_union': /kisskb/src/drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1849:19: note: byref variable will be forcibly initialized struct resource *ethres; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1349:24: note: byref variable will be forcibly initialized struct dibDVBTChannel ch; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_buf_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1238:15: note: byref variable will be forcibly initialized xfs_daddr_t d; ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:2240:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_kill_iroot': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3489:22: note: byref variable will be forcibly initialized union xfs_btree_ptr ptr; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3483:19: note: byref variable will be forcibly initialized struct xfs_buf *cbp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_log_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1462:8: note: byref variable will be forcibly initialized int last; /* last byte offset logged */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1461:8: note: byref variable will be forcibly initialized int first; /* first byte offset logged */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_block_change_owner': /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_get_frontend': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1901:17: note: byref variable will be forcibly initialized enum fe_status stat; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4359:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_increment': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1532:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1531:22: note: byref variable will be forcibly initialized union xfs_btree_ptr ptr; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1530:26: note: byref variable will be forcibly initialized struct xfs_btree_block *block; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_decrement': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1636:22: note: byref variable will be forcibly initialized union xfs_btree_ptr ptr; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1633:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1632:26: note: byref variable will be forcibly initialized struct xfs_btree_block *block; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_dec_cursor': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3607:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lookup_get_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1722:15: note: byref variable will be forcibly initialized xfs_daddr_t daddr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1721:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer pointer for btree block */ ^~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_set_frontend': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1998:40: note: byref variable will be forcibly initialized struct dvb_frontend_parametersContext channel_status; ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_visit_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4251:23: note: byref variable will be forcibly initialized union xfs_btree_ptr rptr; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4250:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4249:27: note: byref variable will be forcibly initialized struct xfs_btree_block *block; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_overlapped_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4647:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4643:27: note: byref variable will be forcibly initialized struct xfs_btree_block *block; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4639:23: note: byref variable will be forcibly initialized union xfs_btree_key rec_hkey; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4638:23: note: byref variable will be forcibly initialized union xfs_btree_key rec_key; ^~~~~~~ /kisskb/src/drivers/net/ethernet/tehuti/tehuti.c: In function 'bdx_siocdevprivate': /kisskb/src/drivers/net/ethernet/tehuti/tehuti.c:644:6: note: byref variable will be forcibly initialized u32 data[3]; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4636:23: note: byref variable will be forcibly initialized union xfs_btree_ptr ptr; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lookup': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1934:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1874:25: note: byref variable will be forcibly initialized union xfs_btree_key key; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1815:22: note: byref variable will be forcibly initialized union xfs_btree_ptr ptr; /* ptr to btree block */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1809:26: note: byref variable will be forcibly initialized struct xfs_btree_block *block; /* current btree block */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_leaf_keys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1981:22: note: byref variable will be forcibly initialized union xfs_btree_key hkey; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1980:22: note: byref variable will be forcibly initialized union xfs_btree_key max_hkey; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_new_root': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2998:22: note: byref variable will be forcibly initialized union xfs_btree_ptr lptr; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2997:22: note: byref variable will be forcibly initialized union xfs_btree_ptr rptr; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2996:26: note: byref variable will be forcibly initialized struct xfs_btree_block *right; /* right btree block */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2995:19: note: byref variable will be forcibly initialized struct xfs_buf *rbp; /* right buffer pointer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2993:26: note: byref variable will be forcibly initialized struct xfs_btree_block *new; /* new (root) btree block */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2992:19: note: byref variable will be forcibly initialized struct xfs_buf *nbp; /* new (root) buffer */ ^~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_dev_rmhs_complete_tm': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2991:26: note: byref variable will be forcibly initialized struct xfs_btree_block *left; /* left btree block */ ^~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:1478:37: note: byref variable will be forcibly initialized struct mpi3_iounit_control_request iou_ctrl; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2990:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* left buffer pointer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2988:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer containing block */ ^~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_dev_rmhs_send_tm': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:1539:37: note: byref variable will be forcibly initialized struct mpi3_scsi_task_mgmt_request tm_req; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function '__xfs_btree_updkeys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2082:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2077:22: note: byref variable will be forcibly initialized union xfs_btree_key key; /* keys from current level */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_updkeys_force': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2130:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_update_keys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2148:22: note: byref variable will be forcibly initialized union xfs_btree_key key; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2146:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_rshift': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2454:8: note: byref variable will be forcibly initialized int i; /* loop counter */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2449:22: note: byref variable will be forcibly initialized union xfs_btree_ptr rptr; /* right block pointer */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2448:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *tcur; /* temporary btree cursor */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2447:26: note: byref variable will be forcibly initialized struct xfs_btree_block *right; /* right btree block */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2446:19: note: byref variable will be forcibly initialized struct xfs_buf *rbp; /* right buffer pointer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2444:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* left buffer pointer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lshift': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2259:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2254:22: note: byref variable will be forcibly initialized union xfs_btree_ptr lptr; /* left btree pointer */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2252:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *tcur; /* temporary btree cursor */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2250:19: note: byref variable will be forcibly initialized struct xfs_buf *rbp; /* right buffer pointer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2248:26: note: byref variable will be forcibly initialized struct xfs_btree_block *left; /* left btree block */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2247:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* left buffer pointer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function '__xfs_btree_split': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2624:26: note: byref variable will be forcibly initialized struct xfs_btree_block *rrblock; /* right-right btree block */ ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2623:19: note: byref variable will be forcibly initialized struct xfs_buf *rrbp; /* right-right buffer pointer */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2622:22: note: byref variable will be forcibly initialized union xfs_btree_ptr rrptr; /* right-right sibling ptr */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2621:26: note: byref variable will be forcibly initialized struct xfs_btree_block *right; /* right btree block */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2620:19: note: byref variable will be forcibly initialized struct xfs_buf *rbp; /* right buffer pointer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2619:22: note: byref variable will be forcibly initialized union xfs_btree_ptr rptr; /* right sibling block ptr */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2617:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* left buffer pointer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2616:22: note: byref variable will be forcibly initialized union xfs_btree_ptr lptr; /* left sibling block ptr */ ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_split': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2854:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2853:30: note: byref variable will be forcibly initialized struct xfs_btree_split_args args; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mmc.h:193, from /kisskb/src/drivers/mmc/core/core.c:36: /kisskb/src/drivers/mmc/core/core.c: In function 'perf_trace_mmc_request_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'svc_thread_cmd_data_claim': /kisskb/src/drivers/firmware/stratix10-svc.c:201:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/mmc/core/core.c: In function 'perf_trace_mmc_request_done': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_delrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3647:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *tcur; /* temporary btree cursor */ ^~~~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'svc_thread_cmd_config_status': /kisskb/src/drivers/firmware/stratix10-svc.c:247:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3645:19: note: byref variable will be forcibly initialized struct xfs_buf *rrbp; /* right-right buffer pointer */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3644:26: note: byref variable will be forcibly initialized struct xfs_btree_block *rrblock; /* right-right btree block */ ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3643:26: note: byref variable will be forcibly initialized struct xfs_btree_block *right; /* right btree block */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3642:19: note: byref variable will be forcibly initialized struct xfs_buf *rbp; /* right buffer pointer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3641:22: note: byref variable will be forcibly initialized union xfs_btree_ptr rptr; /* right sibling block ptr */ ^~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_issue_tm': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:2591:37: note: byref variable will be forcibly initialized struct mpi3_scsi_task_mgmt_request tm_req; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3638:26: note: byref variable will be forcibly initialized struct xfs_btree_block *left; /* left btree block */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3637:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* left buffer pointer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3636:22: note: byref variable will be forcibly initialized union xfs_btree_ptr lptr; /* left sibling block ptr */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3635:8: note: byref variable will be forcibly initialized int i; /* loop counter */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3633:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer for block */ ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3632:22: note: byref variable will be forcibly initialized union xfs_btree_ptr cptr; /* current block ptr */ ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmc.h:193, from /kisskb/src/drivers/mmc/core/core.c:36: /kisskb/src/drivers/mmc/core/core.c: In function 'trace_event_raw_event_mmc_request_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function '__get_convention': /kisskb/src/drivers/firmware/qcom_scm.c:131:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/net/ethernet/tehuti/tehuti.c: In function 'bdx_fw_load': /kisskb/src/drivers/net/ethernet/tehuti/tehuti.c:323:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'svc_normal_to_secure_thread': /kisskb/src/drivers/firmware/stratix10-svc.c:342:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/mmc/core/core.c: In function 'trace_event_raw_event_mmc_request_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function '__qcom_scm_assign_mem': /kisskb/src/drivers/firmware/qcom_scm.c:812:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function '__qcom_scm_pas_mss_reset': /kisskb/src/drivers/firmware/qcom_scm.c:618:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_eh_target_reset': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:2924:5: note: byref variable will be forcibly initialized u8 resp_code = 0; ^~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function '__qcom_scm_is_call_available': /kisskb/src/drivers/firmware/qcom_scm.c:241:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/drivers/firmware/stratix10-svc.c:6: /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'devm_kmalloc_array': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_eh_dev_reset': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:2978:5: note: byref variable will be forcibly initialized u8 resp_code = 0; ^~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/firmware/stratix10-svc.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/mmc.h:193, from /kisskb/src/drivers/mmc/core/core.c:36: /kisskb/src/drivers/mmc/core/core.c: In function '__bpf_trace_mmc_request_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/drivers/mmc/core/core.c: In function '__bpf_trace_mmc_request_done': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'get_invoke_func': /kisskb/src/drivers/firmware/stratix10-svc.c:705:14: note: byref variable will be forcibly initialized const char *method; ^~~~~~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'svc_normal_to_secure_shm_thread': /kisskb/src/drivers/firmware/stratix10-svc.c:531:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_find_dload_address': /kisskb/src/drivers/firmware/qcom_scm.c:1155:6: note: byref variable will be forcibly initialized u32 offset; ^~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c:1154:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/net/ethernet/tehuti/tehuti.c: In function 'print_hw_id': /kisskb/src/drivers/net/ethernet/tehuti/tehuti.c:101:6: note: byref variable will be forcibly initialized u16 pci_ctrl = 0; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/tehuti/tehuti.c:100:6: note: byref variable will be forcibly initialized u16 pci_link_status = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'mmc_of_get_func_num': /kisskb/src/drivers/mmc/core/core.c:1079:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_set_remote_state': /kisskb/src/drivers/firmware/qcom_scm.c:383:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_init_image': /kisskb/src/drivers/firmware/qcom_scm.c:453:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c:443:13: note: byref variable will be forcibly initialized dma_addr_t mdata_phys; ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'osintfc_mrioc_security_status': /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_mem_setup': /kisskb/src/drivers/firmware/qcom_scm.c:506:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:3606:6: note: byref variable will be forcibly initialized u32 cap_data; ^~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_auth_and_reset': /kisskb/src/drivers/firmware/qcom_scm.c:536:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_shutdown': /kisskb/src/drivers/firmware/qcom_scm.c:565:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_supported': /kisskb/src/drivers/firmware/qcom_scm.c:596:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_io_readl': /kisskb/src/drivers/firmware/qcom_scm.c:658:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_update': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2194:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_new_iroot': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2892:22: note: byref variable will be forcibly initialized union xfs_btree_ptr nptr; /* new block addr */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2887:26: note: byref variable will be forcibly initialized struct xfs_btree_block *cblock; /* child btree block */ ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2885:19: note: byref variable will be forcibly initialized struct xfs_buf *cbp; /* buffer for cblock */ ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_restore_sec_cfg': /kisskb/src/drivers/firmware/qcom_scm.c:708:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_iommu_secure_ptbl_size': /kisskb/src/drivers/firmware/qcom_scm.c:726:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_make_block_unfull': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3132:8: note: byref variable will be forcibly initialized int logflags = 0; ^~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_mem_protect_video_var': /kisskb/src/drivers/firmware/qcom_scm.c:784:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_assign_mem': /kisskb/src/drivers/firmware/qcom_scm.c:849:16: note: byref variable will be forcibly initialized unsigned long srcvm_bits = *srcvm; ^~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c:840:13: note: byref variable will be forcibly initialized dma_addr_t ptr_phys; ^~~~~~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'mmc_cqe_recovery': /kisskb/src/drivers/mmc/core/core.c:537:21: note: byref variable will be forcibly initialized struct mmc_command cmd; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_insrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3195:8: note: byref variable will be forcibly initialized int ptr; /* key/record index */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3194:8: note: byref variable will be forcibly initialized int optr; /* old key/record index */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3192:22: note: byref variable will be forcibly initialized union xfs_btree_key nkey; /* new block key */ ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/net/ethernet/xilinx/ll_temac_main.c:30: /kisskb/src/drivers/net/ethernet/xilinx/ll_temac_main.c: In function 'devm_kmalloc_array': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3191:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *ncur; /* new btree cursor */ ^~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3190:22: note: byref variable will be forcibly initialized union xfs_btree_ptr nptr; /* new block ptr */ ^~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/xilinx/ll_temac_main.c:31: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3189:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer for block */ ^~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_process_op_reply_desc': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:2146:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_ice_set_key': /kisskb/src/drivers/firmware/qcom_scm.c:1036:13: note: byref variable will be forcibly initialized dma_addr_t key_phys; ^~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_hdcp_req': /kisskb/src/drivers/firmware/qcom_scm.c:1116:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c:1098:23: note: byref variable will be forcibly initialized struct qcom_scm_desc desc = { ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mmc/core/core.c:10: /kisskb/src/drivers/mmc/core/core.c: In function '__mmc_claim_host': /kisskb/src/drivers/mmc/core/core.c:784:20: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_insert': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3399:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; /* record to insert */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3397:22: note: byref variable will be forcibly initialized union xfs_btree_key bkey; /* key of block to insert */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3395:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *ncur; /* new cursor (split result) */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3394:22: note: byref variable will be forcibly initialized union xfs_btree_ptr nptr; /* new block number (split result) */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3392:8: note: byref variable will be forcibly initialized int i; /* result value, 0 for failure */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_delete': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4156:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4210:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer pointer */ ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_simple_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4548:9: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4546:23: note: byref variable will be forcibly initialized union xfs_btree_key rec_key; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4545:24: note: byref variable will be forcibly initialized union xfs_btree_rec *recp; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_visit_blocks': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4282:27: note: byref variable will be forcibly initialized struct xfs_btree_block *block = NULL; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4280:23: note: byref variable will be forcibly initialized union xfs_btree_ptr lptr; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_change_owner': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4404:43: note: byref variable will be forcibly initialized struct xfs_btree_block_change_owner_info bbcoi; ^~~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'mmc_erase': /kisskb/src/drivers/mmc/core/core.c:1745:20: note: byref variable will be forcibly initialized unsigned int rem, to = from + nr; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4780:23: note: byref variable will be forcibly initialized union xfs_btree_key high_key; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4779:23: note: byref variable will be forcibly initialized union xfs_btree_key low_key; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4778:23: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_query_all': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4810:23: note: byref variable will be forcibly initialized union xfs_btree_key high_key; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4809:23: note: byref variable will be forcibly initialized union xfs_btree_key low_key; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_has_more_records': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4913:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/drivers/net/ethernet/xilinx/ll_temac_main.c: In function 'temac_probe': /kisskb/src/drivers/net/ethernet/xilinx/ll_temac_main.c:1379:5: note: byref variable will be forcibly initialized u8 addr[ETH_ALEN]; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/greybus/greybus_trace.h:501, from /kisskb/src/drivers/greybus/core.c:13: /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_message': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_operation': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_connection': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_bundle': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_interface': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_module': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_module, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_module, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_host_device': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/greybus/greybus_trace.h:501, from /kisskb/src/drivers/greybus/core.c:13: /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_message': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_operation': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_connection': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_bundle': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_interface': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_module': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_module, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_host_device': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_operation': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_connection': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_bundle': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_interface': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_module': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_module, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm-smc.c: In function '__scm_smc_call': /kisskb/src/drivers/firmware/qcom_scm-smc.c:95:24: note: byref variable will be forcibly initialized struct arm_smccc_args smc = {0}; ^~~ /kisskb/src/drivers/firmware/qcom_scm-smc.c:94:23: note: byref variable will be forcibly initialized struct arm_smccc_res smc_res; ^~~~~~~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_one': /kisskb/src/drivers/of/fdt_address.c:115:6: note: byref variable will be forcibly initialized int rlen; ^~~~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_address': /kisskb/src/drivers/of/fdt_address.c:169:19: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~~ /kisskb/src/drivers/of/fdt_address.c:169:14: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~~ /kisskb/src/drivers/of/fdt_address.c:169:10: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~ /kisskb/src/drivers/of/fdt_address.c:169:6: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~ /kisskb/src/drivers/of/fdt_address.c:168:9: note: byref variable will be forcibly initialized __be32 addr[OF_MAX_ADDR_CELLS]; ^~~~ /kisskb/src/drivers/of/fdt_address.c:165:14: note: byref variable will be forcibly initialized int parent, len; ^~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_attach_node': /kisskb/src/drivers/of/dynamic.c:207:6: note: byref variable will be forcibly initialized int sz; ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_property_notify': /kisskb/src/drivers/of/dynamic.c:192:26: note: byref variable will be forcibly initialized struct of_reconfig_data pr; ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_notify': /kisskb/src/drivers/of/dynamic.c:539:28: note: byref variable will be forcibly initialized struct of_changeset_entry ce_inverted; ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c:538:26: note: byref variable will be forcibly initialized struct of_reconfig_data rd; ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_attach_node': /kisskb/src/drivers/of/dynamic.c:237:26: note: byref variable will be forcibly initialized struct of_reconfig_data rd; ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_apply': /kisskb/src/drivers/of/dynamic.c:572:19: note: byref variable will be forcibly initialized struct property *old_prop, **propp; ^~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_revert': /kisskb/src/drivers/of/dynamic.c:664:28: note: byref variable will be forcibly initialized struct of_changeset_entry ce_inverted; ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function 'of_detach_node': /kisskb/src/drivers/of/dynamic.c:290:26: note: byref variable will be forcibly initialized struct of_reconfig_data rd; ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_apply': /kisskb/src/drivers/of/dynamic.c:770:11: note: byref variable will be forcibly initialized int ret, ret_revert = 0; ^~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_revert': /kisskb/src/drivers/of/dynamic.c:863:11: note: byref variable will be forcibly initialized int ret, ret_reply; ^~~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_properties': /kisskb/src/drivers/of/fdt.c:125:7: note: byref variable will be forcibly initialized u32 sz; ^~ /kisskb/src/drivers/of/fdt.c:124:15: note: byref variable will be forcibly initialized const char *pname; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:20: /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:22: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:20: /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:22: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_node': /kisskb/src/drivers/of/fdt.c:214:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/fdt.c: In function 'unflatten_dt_nodes': /kisskb/src/drivers/of/fdt.c:292:22: note: byref variable will be forcibly initialized struct device_node *nps[FDT_MAX_DEPTH]; ^~~ /kisskb/src/drivers/of/fdt.c:290:18: note: byref variable will be forcibly initialized int offset = 0, depth = 0, initial_depth = 0; ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_fdt_is_compatible': /kisskb/src/drivers/of/fdt.c:774:6: note: byref variable will be forcibly initialized int cplen; ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_fdt_limit_memory': /kisskb/src/drivers/of/fdt.c:46:6: note: byref variable will be forcibly initialized int len; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:34: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_clk_gating': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_scan_flat_dt': /kisskb/src/drivers/of/fdt.c:683:22: note: byref variable will be forcibly initialized int offset, rc = 0, depth = -1; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_clk_scaling': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_fdt_scan_reserved_mem': /kisskb/src/drivers/of/fdt.c:635:12: note: byref variable will be forcibly initialized u64 base, size; ^~~~ /kisskb/src/drivers/of/fdt.c:635:6: note: byref variable will be forcibly initialized u64 base, size; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_auto_bkops_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:22: /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_profiling_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_check_for_initrd': /kisskb/src/drivers/of/fdt.c:921:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_command': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_uic_command': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_flat_dt_match_machine': /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/drivers/of/fdt.c:878:7: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/drivers/of/fdt.c:864:21: note: byref variable will be forcibly initialized const char *const *compat; ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_exception_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function '__reserved_mem_reserve_reg': /kisskb/src/drivers/of/fdt.c:504:16: note: byref variable will be forcibly initialized const __be32 *prop; ^~~~ /kisskb/src/drivers/of/fdt.c:503:6: note: byref variable will be forcibly initialized int len; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:34: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_clk_gating': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_clk_scaling': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_check_for_usable_mem_range': /kisskb/src/drivers/of/fdt.c:983:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/fdt.c:982:16: note: byref variable will be forcibly initialized const __be32 *prop; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_auto_bkops_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_chosen': /kisskb/src/drivers/of/fdt.c:1134:6: note: byref variable will be forcibly initialized int l; ^ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_profiling_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_command': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_memory': /kisskb/src/drivers/of/fdt.c:1090:6: note: byref variable will be forcibly initialized int l; ^ /kisskb/src/drivers/of/fdt.c:1089:16: note: byref variable will be forcibly initialized const __be32 *reg, *endp; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_uic_command': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_exception_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'megasas_build_ldio_fusion': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:2737:6: note: byref variable will be forcibly initialized u8 *raidLUN; ^~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:2734:25: note: byref variable will be forcibly initialized struct IO_REQUEST_INFO io_info; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:34: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_upiu': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:34: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_upiu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ 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/scsi/ufs/ufshcd.c:34: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_clk_gating': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_auto_bkops_state': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_exception_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_clk_scaling': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_upiu': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_profiling_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_command': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_uic_command': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'megasas_alloc_rdpq_fusion': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:793:13: note: byref variable will be forcibly initialized dma_addr_t rdpq_chunk_phys[RDPQ_MAX_CHUNK_COUNT]; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_compose_devman_upiu': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2580:5: note: byref variable will be forcibly initialized u8 upiu_flags; ^~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_comp_scsi_upiu': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2607:5: note: byref variable will be forcibly initialized u8 upiu_flags; ^~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'megasas_ioc_init_fusion': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:1089:41: note: byref variable will be forcibly initialized union MEGASAS_REQUEST_DESCRIPTOR_UNION req_desc; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_any_tag_in_use': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1362:6: note: byref variable will be forcibly initialized int busy = 0; ^~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'megasas_reset_fusion': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:4869:30: note: byref variable will be forcibly initialized int retval = SUCCESS, i, j, convert = 0; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chrontel-ch7033.c: In function 'ch7033_probe': /kisskb/src/drivers/gpu/drm/bridge/chrontel-ch7033.c:535:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkgate_enable_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1881:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkgate_delay_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1857:23: note: byref variable will be forcibly initialized unsigned long flags, value; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_init_clk_gating': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1932:7: note: byref variable will be forcibly initialized char wq_name[sizeof("ufs_clk_gating_00")]; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_init_clk_scaling': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1581:7: note: byref variable will be forcibly initialized char wq_name[sizeof("ufs_clkscaling_00")]; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_dev_pwr_mode': /kisskb/src/drivers/scsi/ufs/ufshcd.c:8630:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_uic_pwr_ctrl': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3969:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(uic_async_done); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c: In function 'axienet_mdio_enable': /kisskb/src/drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c:158:6: note: byref variable will be forcibly initialized u32 host_clock; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/include/linux/of_gpio.h:14, from /kisskb/src/drivers/mmc/core/host.c:16: /kisskb/src/drivers/mmc/core/host.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_exec_dev_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2912:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_issue_devman_upiu_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6685:5: note: byref variable will be forcibly initialized u8 upiu_flags; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c:6680:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/mmc/core/host.c: In function 'mmc_of_parse': /kisskb/src/drivers/mmc/core/host.c:270:27: note: byref variable will be forcibly initialized u32 bus_width, drv_type, cd_debounce_delay_ms; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/host.c:270:17: note: byref variable will be forcibly initialized u32 bus_width, drv_type, cd_debounce_delay_ms; ^~~~~~~~ /kisskb/src/drivers/mmc/core/host.c:270:6: note: byref variable will be forcibly initialized u32 bus_width, drv_type, cd_debounce_delay_ms; ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__ufshcd_query_descriptor': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3178:24: note: byref variable will be forcibly initialized struct ufs_query_res *response = NULL; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3177:24: note: byref variable will be forcibly initialized struct ufs_query_req *request = NULL; ^~~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_one': /kisskb/src/drivers/of/address.c:399:15: note: byref variable will be forcibly initialized unsigned int rlen; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__ufshcd_issue_tm_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6541:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_translate_address': /kisskb/src/drivers/of/address.c:481:19: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~~ /kisskb/src/drivers/of/address.c:481:14: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~~ /kisskb/src/drivers/of/address.c:481:10: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~ /kisskb/src/drivers/of/address.c:481:6: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~ /kisskb/src/drivers/of/address.c:480:9: note: byref variable will be forcibly initialized __be32 addr[OF_MAX_ADDR_CELLS]; ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_ioport': /kisskb/src/drivers/of/address.c:775:22: note: byref variable will be forcibly initialized struct device_node *host; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_try_to_abort_task': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6924:5: note: byref variable will be forcibly initialized u8 resp = 0xF; ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_dma_parent': /kisskb/src/drivers/of/address.c:584:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/of/address.c: In function 'parser_init': /kisskb/src/drivers/of/address.c:676:6: note: byref variable will be forcibly initialized int rlen; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/of/address.c:11: /kisskb/src/drivers/of/address.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_write': /kisskb/src/drivers/media/dvb-frontends/mt312.c:89:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:88:5: note: byref variable will be forcibly initialized u8 buf[MAX_XFER_SIZE]; ^~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_address': /kisskb/src/drivers/of/address.c:568:22: note: byref variable will be forcibly initialized struct device_node *host; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_query_flag': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3019:24: note: byref variable will be forcibly initialized struct ufs_query_res *response = NULL; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3018:24: note: byref variable will be forcibly initialized struct ufs_query_req *request = NULL; ^~~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_dma_address': /kisskb/src/drivers/of/address.c:612:22: note: byref variable will be forcibly initialized struct device_node *host; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_writereg': /kisskb/src/drivers/media/dvb-frontends/mt312.c:132:5: note: byref variable will be forcibly initialized u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_set_voltage': /kisskb/src/drivers/media/dvb-frontends/mt312.c:420:11: note: byref variable will be forcibly initialized const u8 volt_tab[3] = { 0x00, 0x40, 0x00 }; ^~~~~~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_address': /kisskb/src/drivers/of/address.c:634:22: note: byref variable will be forcibly initialized int onesize, i, na, ns; ^~ /kisskb/src/drivers/of/address.c:634:18: note: byref variable will be forcibly initialized int onesize, i, na, ns; ^~ /kisskb/src/drivers/of/address.c:631:15: note: byref variable will be forcibly initialized unsigned int psize; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read': /kisskb/src/drivers/media/dvb-frontends/mt312.c:55:5: note: byref variable will be forcibly initialized u8 regbuf[1] = { reg }; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:54:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/mt312.c:519:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/of/address.c: In function '__of_address_to_resource': /kisskb/src/drivers/of/address.c:801:14: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_complete_dev_init': /kisskb/src/drivers/of/address.c:800:15: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/drivers/of/address.c:799:7: note: byref variable will be forcibly initialized u64 size; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_snr': /kisskb/src/drivers/media/dvb-frontends/mt312.c:504:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:4406:7: note: byref variable will be forcibly initialized bool flag_res = true; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/mt312.c:482:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_query_attr': /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_ber': /kisskb/src/drivers/media/dvb-frontends/mt312.c:466:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3088:24: note: byref variable will be forcibly initialized struct ufs_query_res *response = NULL; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3087:24: note: byref variable will be forcibly initialized struct ufs_query_req *request = NULL; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_status': /kisskb/src/drivers/media/dvb-frontends/mt312.c:437:5: note: byref variable will be forcibly initialized u8 status[3]; ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_get_ref_clk_gating_wait': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3518:6: note: byref variable will be forcibly initialized u32 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_i2c_gate_ctrl': /kisskb/src/drivers/media/dvb-frontends/mt312.c:662:5: note: byref variable will be forcibly initialized u8 val = 0x00; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_dev_ref_clk': /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_set_tone': /kisskb/src/drivers/of/address.c: In function 'of_iomap': /kisskb/src/drivers/media/dvb-frontends/mt312.c:399:5: note: byref variable will be forcibly initialized u8 diseqc_mode; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:396:11: note: byref variable will be forcibly initialized const u8 tone_tab[2] = { 0x01, 0x00 }; ^~~~~~~~ /kisskb/src/drivers/of/address.c:860:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7830:6: note: byref variable will be forcibly initialized u32 freq = hba->dev_ref_clk_freq; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7829:6: note: byref variable will be forcibly initialized u32 ref_clk; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_send_burst': /kisskb/src/drivers/media/dvb-frontends/mt312.c:375:5: note: byref variable will be forcibly initialized u8 diseqc_mode; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:372:11: note: byref variable will be forcibly initialized const u8 mini_tab[2] = { 0x02, 0x03 }; ^~~~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_io_request_and_map': /kisskb/src/drivers/of/address.c:889:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_presrv_usrspc_keep_vcc_on': /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_inversion': /kisskb/src/drivers/media/dvb-frontends/mt312.c:147:5: note: byref variable will be forcibly initialized u8 vit_mode; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:5718:6: note: byref variable will be forcibly initialized u32 cur_buf; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_code_rate': /kisskb/src/drivers/media/dvb-frontends/mt312.c:220:5: note: byref variable will be forcibly initialized u8 fec_status; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:215:26: note: byref variable will be forcibly initialized const enum fe_code_rate fec_tab[8] = ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_need_flush': /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_sleep': /kisskb/src/drivers/of/address.c: In function 'of_dma_get_range': /kisskb/src/drivers/media/dvb-frontends/mt312.c:691:5: note: byref variable will be forcibly initialized u8 config; ^~~~~~ /kisskb/src/drivers/of/address.c:939:6: note: byref variable will be forcibly initialized int len, num_ranges = 0; ^~~ /kisskb/src/drivers/of/address.c:937:18: note: byref variable will be forcibly initialized struct of_range range; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:5747:6: note: byref variable will be forcibly initialized u32 avail_buf; ^~~~~~~~~ /kisskb/src/drivers/of/address.c:936:25: note: byref variable will be forcibly initialized struct of_range_parser parser; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_symbol_rate': /kisskb/src/drivers/media/dvb-frontends/mt312.c:166:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:162:5: note: byref variable will be forcibly initialized u8 sym_rate_h; ^~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_read_desc_param': /kisskb/src/drivers/of/address.c: In function 'of_dma_get_max_cpu_address': /kisskb/src/drivers/of/address.c:1017:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/address.c:1014:18: note: byref variable will be forcibly initialized struct of_range range; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3319:6: note: byref variable will be forcibly initialized int buff_len; ^~~~~~~~ /kisskb/src/drivers/of/address.c:1011:25: note: byref variable will be forcibly initialized struct of_range_parser parser; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_send_master_cmd': /kisskb/src/drivers/media/dvb-frontends/mt312.c:336:5: note: byref variable will be forcibly initialized u8 diseqc_mode; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_initfe': /kisskb/src/drivers/media/dvb-frontends/mt312.c:254:6: note: byref variable will be forcibly initialized u8 buf_def[8] = { 0x14, 0x12, 0x03, 0x02, ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:235:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mt312.c:535:13: note: byref variable will be forcibly initialized u8 buf[5], config_val; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:535:5: note: byref variable will be forcibly initialized u8 buf[5], config_val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_probe': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7410:6: note: byref variable will be forcibly initialized u32 d_lu_wb_buf_alloc; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_queue_depth': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4806:5: note: byref variable will be forcibly initialized u8 lun_qdepth; ^~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_get_lu_power_on_wp_status': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4879:6: note: byref variable will be forcibly initialized u8 b_lu_write_protect; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_active_icc_lvl': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7300:6: note: byref variable will be forcibly initialized u32 icc_level; ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_dme_get_attr': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3869:27: note: byref variable will be forcibly initialized struct ufs_pa_layer_attr temp_pwr_info; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3868:27: note: byref variable will be forcibly initialized struct ufs_pa_layer_attr orig_pwr_info; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_is_pwr_mode_restore_needed': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6032:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_disable_tx_lcc': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4619:6: note: byref variable will be forcibly initialized int tx_lanes = 0, i, err = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_tune_pa_tactivate': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7600:6: note: byref variable will be forcibly initialized u32 peer_rx_min_activatetime = 0, tuned_pa_tactivate; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_tune_pa_hibern8time': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7635:37: note: byref variable will be forcibly initialized u32 local_tx_hibern8_time_cap = 0, peer_rx_hibern8_time_cap = 0; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7635:6: note: byref variable will be forcibly initialized u32 local_tx_hibern8_time_cap = 0, peer_rx_hibern8_time_cap = 0; ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_quirk_tune_host_pa_tactivate': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7678:20: note: byref variable will be forcibly initialized u32 pa_tactivate, peer_pa_tactivate; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7678:6: note: byref variable will be forcibly initialized u32 pa_tactivate, peer_pa_tactivate; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7677:19: note: byref variable will be forcibly initialized u32 granularity, peer_granularity; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7677:6: note: byref variable will be forcibly initialized u32 granularity, peer_granularity; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_scale_gear': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1137:27: note: byref variable will be forcibly initialized struct ufs_pa_layer_attr new_pwr_info; ^~~~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm-legacy.c: In function 'scm_legacy_call': /kisskb/src/drivers/firmware/qcom_scm-legacy.c:140:23: note: byref variable will be forcibly initialized struct arm_smccc_res smc_res; ^~~~~~~ /kisskb/src/drivers/firmware/qcom_scm-legacy.c:135:15: note: byref variable will be forcibly initialized int ret = 0, context_id; ^~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm-legacy.c: In function 'scm_legacy_call_atomic': /kisskb/src/drivers/firmware/qcom_scm-legacy.c:225:23: note: byref variable will be forcibly initialized struct arm_smccc_res smc_res; ^~~~~~~ /kisskb/src/drivers/firmware/qcom_scm-legacy.c:224:6: note: byref variable will be forcibly initialized int context_id; ^~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_eh_device_reset_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6860:5: note: byref variable will be forcibly initialized u8 resp = 0xF, lun; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_bkops_exception_event_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5611:6: note: byref variable will be forcibly initialized u32 curr_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_exception_event_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5808:6: note: byref variable will be forcibly initialized u32 status = 0; ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_bkops_ctrl': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5565:6: note: byref variable will be forcibly initialized u32 curr_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c: In function 'ps8640_bridge_vdo_control': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c:80:5: note: byref variable will be forcibly initialized u8 vdo_ctrl_buf[] = { VDO_CTL_ADD, ctrl }; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkscale_enable_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1524:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c: In function 'ps8640_probe': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c:317:20: note: byref variable will be forcibly initialized struct drm_panel *panel; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c: In function 'ps8640_bridge_attach': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c:221:36: note: byref variable will be forcibly initialized const struct mipi_dsi_device_info info = { .type = "ps8640", ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufs_get_device_desc': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7538:8: note: byref variable will be forcibly initialized bool hpb_en = false; ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_device_params_init': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7862:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/firmware/turris-mox-rwtm.c: In function 'mox_hwrng_read': /kisskb/src/drivers/firmware/turris-mox-rwtm.c:287:33: note: byref variable will be forcibly initialized struct armada_37xx_rwtm_tx_msg msg; ^~~ /kisskb/src/drivers/firmware/turris-mox-rwtm.c: In function 'mox_get_board_info': /kisskb/src/drivers/firmware/turris-mox-rwtm.c:193:33: note: byref variable will be forcibly initialized struct armada_37xx_rwtm_tx_msg msg; ^~~ /kisskb/src/drivers/firmware/turris-mox-rwtm.c: In function 'check_get_random_support': /kisskb/src/drivers/firmware/turris-mox-rwtm.c:265:33: note: byref variable will be forcibly initialized struct armada_37xx_rwtm_tx_msg msg; ^~~ /kisskb/src/drivers/of/irq.c: In function '__of_msi_map_id': /kisskb/src/drivers/of/irq.c:583:6: note: byref variable will be forcibly initialized u32 id_out = id_in; ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_find_parent': /kisskb/src/drivers/of/irq.c:57:10: note: byref variable will be forcibly initialized phandle parent; ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_raw': /kisskb/src/drivers/of/irq.c:100:6: note: byref variable will be forcibly initialized int imaplen, match, i, rc = -EINVAL; ^~~~~~~ /kisskb/src/drivers/of/irq.c:99:45: note: byref variable will be forcibly initialized u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:99:29: note: byref variable will be forcibly initialized u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; ^~~~~~~~~~ /kisskb/src/drivers/of/irq.c:99:6: note: byref variable will be forcibly initialized u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; ^~~~~~~ /kisskb/src/drivers/of/irq.c:98:36: note: byref variable will be forcibly initialized const __be32 *tmp, *imap, *imask, dummy_imask[] = { [0 ... MAX_PHANDLE_ARGS] = cpu_to_be32(~0) }; ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:96:9: note: byref variable will be forcibly initialized __be32 initial_match_array[MAX_PHANDLE_ARGS]; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/turris-mox-rwtm.c: In function 'do_sign_write': /kisskb/src/drivers/firmware/turris-mox-rwtm.c:362:9: note: byref variable will be forcibly initialized loff_t dummy = 0; ^~~~~ /kisskb/src/drivers/firmware/turris-mox-rwtm.c:361:33: note: byref variable will be forcibly initialized struct armada_37xx_rwtm_tx_msg msg; ^~~ /kisskb/src/drivers/net/ethernet/jme.c: In function 'jme_new_phy_on': /kisskb/src/drivers/net/ethernet/jme.c:1658:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/net/ethernet/jme.c: In function 'jme_new_phy_off': /kisskb/src/drivers/net/ethernet/jme.c:1674:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/net/ethernet/jme.c: In function 'jme_phy_setEA': /kisskb/src/drivers/net/ethernet/jme.c:1773:5: note: byref variable will be forcibly initialized u8 nic_ctrl; ^~~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_one': /kisskb/src/drivers/of/irq.c:290:6: note: byref variable will be forcibly initialized u32 intsize; ^~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'irq_of_parse_and_map': /kisskb/src/drivers/of/irq.c:38:25: note: byref variable will be forcibly initialized struct of_phandle_args oirq; ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_get': /kisskb/src/drivers/of/irq.c:390:25: note: byref variable will be forcibly initialized struct of_phandle_args oirq; ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_to_resource': /kisskb/src/drivers/of/irq.c:359:15: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_count': /kisskb/src/drivers/of/irq.c:435:25: note: byref variable will be forcibly initialized struct of_phandle_args irq; ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_init': /kisskb/src/drivers/of/irq.c:484:35: note: byref variable will be forcibly initialized struct list_head intc_desc_list, intc_parent_list; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:484:19: note: byref variable will be forcibly initialized struct list_head intc_desc_list, intc_parent_list; ^~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:481:29: note: byref variable will be forcibly initialized 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:626:22: note: byref variable will be forcibly initialized struct device_node *np = NULL; ^~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_get_domain': /kisskb/src/drivers/of/irq.c:661:26: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/net/ethernet/jme.c: In function 'jme_check_link': /kisskb/src/drivers/net/ethernet/jme.c:414:7: note: byref variable will be forcibly initialized char linkmsg[64]; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/net/ethernet/jme.c:16: /kisskb/src/drivers/net/ethernet/jme.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/jme.c: In function 'jme_ioctl': /kisskb/src/drivers/net/ethernet/jme.c:2618:15: note: byref variable will be forcibly initialized unsigned int duplex_chg; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/jme.c: In function 'jme_fill_tx_desc': /kisskb/src/drivers/net/ethernet/jme.c:2114:5: note: byref variable will be forcibly initialized u8 flags; ^~~~~ /kisskb/src/drivers/of/resolver.c: In function 'update_usages_of_a_phandle_reference': /kisskb/src/drivers/of/resolver.c:78:6: note: byref variable will be forcibly initialized int offset, len; ^~~~~~ /kisskb/src/drivers/of/resolver.c: In function 'of_resolve_phandles': /kisskb/src/drivers/of/resolver.c:268:14: note: byref variable will be forcibly initialized const char *refpath; ^~~~~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function '__reserved_mem_alloc_size': /kisskb/src/drivers/of/of_reserved_mem.c:87:16: note: byref variable will be forcibly initialized const __be32 *prop; ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c:86:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/of_reserved_mem.c:85:14: note: byref variable will be forcibly initialized phys_addr_t base = 0, align = 0, size; ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function 'fdt_init_reserved_mem': /kisskb/src/drivers/of/of_reserved_mem.c:262:7: note: byref variable will be forcibly initialized int len; ^~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/drivers/of/of_reserved_mem.c:15: /kisskb/src/drivers/of/of_reserved_mem.c: In function 'of_reserved_mem_device_release': /kisskb/src/drivers/of/of_reserved_mem.c:405:12: note: byref variable will be forcibly initialized LIST_HEAD(release_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/net/ethernet/sun/sungem.c: In function 'gem_setup_multicast': /kisskb/src/drivers/net/ethernet/sun/sungem.c:1792:7: note: byref variable will be forcibly initialized u16 hash_table[16]; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/sun/sungem.c: In function 'gem_begin_auto_negotiation': /kisskb/src/drivers/net/ethernet/sun/sungem.c:1254:6: note: byref variable will be forcibly initialized u32 advertising; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/sun/sungem.c: In function 'gem_set_link_ksettings': /kisskb/src/drivers/net/ethernet/sun/sungem.c:2600:6: note: byref variable will be forcibly initialized u32 advertising; ^~~~~~~~~~~ /kisskb/src/drivers/of/of_net.c: In function 'of_get_mac_addr_nvmem': /kisskb/src/drivers/of/of_net.c:65:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/of/of_net.c: In function 'of_get_phy_mode': /kisskb/src/drivers/of/of_net.c:28:14: note: byref variable will be forcibly initialized const char *pm; ^~ /kisskb/src/drivers/net/ethernet/sun/sungem.c: In function 'get_gem_mac_nonobp': /kisskb/src/drivers/net/ethernet/sun/sungem.c:2762:9: note: byref variable will be forcibly initialized size_t size; ^~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/greybus.h:16, from /kisskb/src/drivers/greybus/manifest.c:9: /kisskb/src/drivers/greybus/manifest.c: In function 'gb_manifest_parse_cports': /kisskb/src/drivers/greybus/manifest.c:233:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/net/ethernet/ti/davinci_mdio.c: In function 'davinci_mdio_probe_dt': /kisskb/src/drivers/net/ethernet/ti/davinci_mdio.c:313:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/drivers/net/ethernet/ethoc.c: In function 'ethoc_init_ring': /kisskb/src/drivers/net/ethernet/ethoc.c:304:18: note: byref variable will be forcibly initialized struct ethoc_bd bd; ^~ /kisskb/src/drivers/net/ethernet/ethoc.c: In function 'ethoc_rx': /kisskb/src/drivers/net/ethernet/ethoc.c:427:19: note: byref variable will be forcibly initialized struct ethoc_bd bd; ^~ /kisskb/src/drivers/net/ethernet/ethoc.c: In function 'ethoc_tx': /kisskb/src/drivers/net/ethernet/ethoc.c:516:18: note: byref variable will be forcibly initialized struct ethoc_bd bd; ^~ /kisskb/src/drivers/net/ethernet/ethoc.c: In function 'ethoc_start_xmit': /kisskb/src/drivers/net/ethernet/ethoc.c:887:18: note: byref variable will be forcibly initialized struct ethoc_bd bd; ^~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/dma-mapping.h:6, from /kisskb/src/drivers/net/ethernet/ethoc.c:11: /kisskb/src/drivers/net/ethernet/ethoc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/net/ethernet/ethoc.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c:5: /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c: In function 'ionic_vf_dealloc_locked': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c:113:13: note: byref variable will be forcibly initialized dma_addr_t dma = 0; ^~~ In file included from /kisskb/src/drivers/of/overlay.c:19: /kisskb/src/drivers/of/overlay.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/of/overlay.c: In function 'find_target': /kisskb/src/drivers/of/overlay.c:693:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/of/overlay.c:692:14: note: byref variable will be forcibly initialized const char *path; ^~~~ /kisskb/src/drivers/of/overlay.c: In function 'add_changeset_node': /kisskb/src/drivers/of/overlay.c:416:15: note: byref variable will be forcibly initialized int ret = 0, size; ^~~~ /kisskb/src/drivers/of/overlay.c:415:16: note: byref variable will be forcibly initialized struct target target_child; ^~~~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'build_changeset': /kisskb/src/drivers/of/overlay.c:639:16: note: byref variable will be forcibly initialized struct target target; ^~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'overlay_notify': /kisskb/src/drivers/of/overlay.c:162:32: note: byref variable will be forcibly initialized struct of_overlay_notify_data nd; ^~ /kisskb/src/drivers/of/overlay.c: In function 'of_overlay_apply': /kisskb/src/drivers/of/overlay.c:920:15: note: byref variable will be forcibly initialized int ret = 0, ret_revert, ret_tmp; ^~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'of_overlay_fdt_apply': /kisskb/src/drivers/of/overlay.c:1024:22: note: byref variable will be forcibly initialized struct device_node *overlay_root = NULL; ^~~~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'of_overlay_remove': /kisskb/src/drivers/of/overlay.c:1195:11: note: byref variable will be forcibly initialized int ret, ret_apply, ret_tmp; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda1004x_write_byteI': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:118:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:138:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda1004x_do_upload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:310:5: note: byref variable will be forcibly initialized u8 buf[65]; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda10045_fwupload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:382:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda10046_fwupload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:476:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ In file included from /kisskb/src/include/linux/libfdt.h:6, from /kisskb/src/drivers/of/kexec.c:15: /kisskb/src/drivers/of/kexec.c: In function 'fdt_setprop_u64': /kisskb/src/include/linux/../../scripts/dtc/libfdt/libfdt.h:1715:10: note: byref variable will be forcibly initialized fdt64_t tmp = cpu_to_fdt64(val); ^~~ /kisskb/src/drivers/of/kexec.c: In function 'fdt_find_and_del_mem_rsv': /kisskb/src/drivers/of/kexec.c:43:18: note: byref variable will be forcibly initialized u64 rsv_start, rsv_size; ^~~~~~~~ /kisskb/src/drivers/of/kexec.c:43:7: note: byref variable will be forcibly initialized u64 rsv_start, rsv_size; ^~~~~~~~~ /kisskb/src/drivers/of/kexec.c: In function 'of_kexec_alloc_and_setup_fdt': /kisskb/src/drivers/of/kexec.c:422:9: note: byref variable will be forcibly initialized void *rng_seed; ^~~~~~~~ /kisskb/src/drivers/mmc/core/mmc.c: In function 'mmc_compare_ext_csds': /kisskb/src/drivers/mmc/core/mmc.c:708:6: note: byref variable will be forcibly initialized u8 *bw_ext_csd; ^~~~~~~~~~ /kisskb/src/drivers/mmc/core/mmc.c: In function 'mmc_read_ext_csd': /kisskb/src/drivers/mmc/core/mmc.c:670:6: note: byref variable will be forcibly initialized u8 *ext_csd; ^~~~~~~ /kisskb/src/drivers/mmc/core/mmc.c: In function 'mmc_select_driver_type': /kisskb/src/drivers/mmc/core/mmc.c:1324:37: note: byref variable will be forcibly initialized int card_drv_type, drive_strength, drv_type = 0; ^~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_bus_test': /kisskb/src/drivers/mmc/core/mmc_ops.c:738:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc.c: In function 'mmc_init_card': /kisskb/src/drivers/mmc/core/mmc.c:1569:6: note: byref variable will be forcibly initialized u32 rocr; ^~~~ /kisskb/src/drivers/mmc/core/mmc.c:1568:6: note: byref variable will be forcibly initialized u32 cid[4]; ^~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_busy_cb': /kisskb/src/drivers/mmc/core/mmc_ops.c:435:6: note: byref variable will be forcibly initialized u32 status = 0; ^~~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_devlink.c: In function 'ionic_dl_info_get': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_devlink.c:26:7: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_adtc_data': /kisskb/src/drivers/mmc/core/mmc_ops.c:260:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_switch_status': /kisskb/src/drivers/mmc/core/mmc_ops.c:419:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function '__mmc_poll_for_busy': /kisskb/src/drivers/mmc/core/mmc_ops.c:482:7: note: byref variable will be forcibly initialized bool busy = false; ^~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_poll_for_busy': /kisskb/src/drivers/mmc/core/mmc_ops.c:518:23: note: byref variable will be forcibly initialized struct mmc_busy_data cb_data; ^~~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_interrupt_hpi': /kisskb/src/drivers/mmc/core/mmc_ops.c:870:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_tuning': /kisskb/src/drivers/mmc/core/mmc_ops.c:642:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/gpu/drm/bridge/tc358762.c: In function 'tc358762_write': /kisskb/src/drivers/gpu/drm/bridge/tc358762.c:83:5: note: byref variable will be forcibly initialized u8 data[6]; ^~~~ /kisskb/src/drivers/mmc/core/mmc.c: In function 'mmc_attach_mmc': /kisskb/src/drivers/mmc/core/mmc.c:2250:6: note: byref variable will be forcibly initialized u32 ocr, rocr; ^~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_read_bkops_status': /kisskb/src/drivers/mmc/core/mmc_ops.c:916:6: note: byref variable will be forcibly initialized u8 *ext_csd; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358762.c: In function 'tc358762_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/tc358762.c:182:20: note: byref variable will be forcibly initialized struct drm_panel *panel; ^~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_process_op_reply_q': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:457:6: note: byref variable will be forcibly initialized u64 reply_dma = 0; ^~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_print_ioc_info': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3022:7: note: byref variable will be forcibly initialized char personality[16]; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c: In function 'bnx2x_dcbx_fill_cos_params': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c:1754:31: note: byref variable will be forcibly initialized struct cos_help_data cos_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c: In function 'bnx2x_dcbx_get_ets_feature': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c:279:22: note: byref variable will be forcibly initialized struct pg_help_data pg_help_data; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c: In function 'bnx2x_dcbx_admin_mib_updated_params': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c:830:24: note: byref variable will be forcibly initialized struct lldp_admin_mib admin_mib; ^~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_process_admin_reply_q': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:392:6: note: byref variable will be forcibly initialized u64 reply_dma = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_write': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:84:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_set_gain_params': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:272:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_set_frequency': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:172:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_set_bandwidth': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:200:5: note: byref variable will be forcibly initialized u8 zl10036_rsd_off[] = { 0xc8 }; /* set RSD=1 */ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c:197:5: note: byref variable will be forcibly initialized u8 buf_br[] = { ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c:194:5: note: byref variable will be forcibly initialized u8 buf_bf[] = { ^~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_issue_iocfacts': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2221:13: note: byref variable will be forcibly initialized dma_addr_t data_dma; ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2219:32: note: byref variable will be forcibly initialized struct mpi3_ioc_facts_request iocfacts_req; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_sleep': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:136:5: note: byref variable will be forcibly initialized u8 buf[] = { 0xf0, 0x80 }; /* regs 12/13 */ ^~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_issue_iocinit': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2598:13: note: byref variable will be forcibly initialized dma_addr_t data_dma; ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2596:31: note: byref variable will be forcibly initialized struct mpi3_ioc_init_request iocinit_req; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_init_regs': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:385:5: note: byref variable will be forcibly initialized u8 zl10036_init_tab[][2] = { ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_read_status_reg': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:62:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c:61:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_create_op_reply_q': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:1549:41: note: byref variable will be forcibly initialized struct mpi3_create_reply_queue_request create_req; ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_create_op_req_q': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:1661:43: note: byref variable will be forcibly initialized struct mpi3_create_request_queue_request create_req; ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_delete_op_reply_q': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:1353:41: note: byref variable will be forcibly initialized struct mpi3_delete_reply_queue_request delq_req; ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_issue_event_notification': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2728:41: note: byref variable will be forcibly initialized struct mpi3_event_notification_request evtnotify_req; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_issue_port_enable': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2940:34: note: byref variable will be forcibly initialized struct mpi3_port_enable_request pe_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/blkdev.h:5, from /kisskb/src/drivers/staging/rts5208/rtsx.c:12: /kisskb/src/drivers/staging/rts5208/rtsx.c: In function 'rtsx_scan_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx.c:671:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_setup_resources': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3123:6: note: byref variable will be forcibly initialized u16 message_control; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_init_ioc': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3228:29: note: byref variable will be forcibly initialized struct mpi3_ioc_facts_data facts_data; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_tuner_i2c_tuner_xfer': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:837:5: note: byref variable will be forcibly initialized u8 tx_open[2] = { CON_1, state->CON_1_val | 1 }; /* repeater stops once there was a stop condition */ ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:836:17: note: byref variable will be forcibly initialized struct i2c_msg m[3]; ^ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:99:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:98:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/greybus.h:14, from /kisskb/src/drivers/greybus/module.c:9: /kisskb/src/drivers/greybus/module.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ 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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:69:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:68:5: note: byref variable will be forcibly initialized u8 b[2]; ^ /kisskb/src/drivers/greybus/module.c: In function 'eject_store': /kisskb/src/drivers/greybus/module.c:19:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_sync_timestamp': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:1915:37: note: byref variable will be forcibly initialized struct mpi3_iounit_control_request iou_ctrl; ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_send_event_ack': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2798:32: note: byref variable will be forcibly initialized struct mpi3_event_ack_request evtack_req; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_set_frontend': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:651:8: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:633:36: note: byref variable will be forcibly initialized struct dvb_frontend_tune_settings fesettings; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_mcast_handle_restore_cmd_e2': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:2908:32: note: byref variable will be forcibly initialized union bnx2x_mcast_config_data cfg_data = {NULL}; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_mcast_hdl_add': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:3172:32: note: byref variable will be forcibly initialized union bnx2x_mcast_config_data cfg_data = {NULL}; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_mcast_handle_current_cmd': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:3224:6: note: byref variable will be forcibly initialized int cnt = start_cnt; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_mcast_handle_restore_cmd_e1': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:3731:32: note: byref variable will be forcibly initialized union bnx2x_mcast_config_data cfg_data = {NULL}; ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/media/meson/vdec/esparser.c:13: /kisskb/src/drivers/staging/media/meson/vdec/esparser.c: In function 'esparser_write_data': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/meson/vdec/esparser.c:233:9: note: in expansion of macro 'wait_event_interruptible_timeout' return wait_event_interruptible_timeout(wq, search_done, (HZ / 5)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_queue_comp_cmd': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:4739:16: note: byref variable will be forcibly initialized unsigned long cur_pending = o->pending; ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'power_now_show': /kisskb/src/drivers/greybus/interface.c:500:6: note: byref variable will be forcibly initialized u32 measurement; ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'current_now_show': /kisskb/src/drivers/greybus/interface.c:481:6: note: byref variable will be forcibly initialized u32 measurement; ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'voltage_now_show': /kisskb/src/drivers/greybus/interface.c:462:6: note: byref variable will be forcibly initialized u32 measurement; ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_activate_operation': /kisskb/src/drivers/greybus/interface.c:877:5: note: byref variable will be forcibly initialized u8 type; ^~~~ /kisskb/src/drivers/staging/media/meson/vdec/esparser.c: In function 'esparser_queue_eos': /kisskb/src/drivers/staging/media/meson/vdec/esparser.c:260:13: note: byref variable will be forcibly initialized dma_addr_t eos_paddr; ^~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_read_ara_dme': /kisskb/src/drivers/greybus/interface.c:57:11: note: byref variable will be forcibly initialized u32 sn0, sn1; ^~~ /kisskb/src/drivers/greybus/interface.c:57:6: note: byref variable will be forcibly initialized u32 sn0, sn1; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_func_state_change_comp': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:5750:16: note: byref variable will be forcibly initialized unsigned long cur_pending = o->pending; ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_read_and_clear_init_status': /kisskb/src/drivers/greybus/interface.c:367:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_activate': /kisskb/src/drivers/greybus/interface.c:1007:25: note: byref variable will be forcibly initialized enum gb_interface_type type; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_mcast_hdl_pending_add_e2': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:2940:32: note: byref variable will be forcibly initialized union bnx2x_mcast_config_data cfg_data = {NULL}; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_bundle_version': /kisskb/src/drivers/greybus/control.c:60:44: note: byref variable will be forcibly initialized struct gb_control_bundle_version_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:59:43: note: byref variable will be forcibly initialized struct gb_control_bundle_version_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_version': /kisskb/src/drivers/greybus/control.c:22:37: note: byref variable will be forcibly initialized struct gb_control_version_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:21:36: note: byref variable will be forcibly initialized struct gb_control_version_request request; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_exe_queue_step': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:179:32: note: byref variable will be forcibly initialized struct bnx2x_exeq_elem *elem, spacer; ^~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_manifest_size_operation': /kisskb/src/drivers/greybus/control.c:106:47: note: byref variable will be forcibly initialized struct gb_control_get_manifest_size_response response; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function '__bnx2x_vlan_mac_h_exec_pending': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:457:16: note: byref variable will be forcibly initialized unsigned long ramrod_flags = o->saved_ramrod_flags; ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_connected_operation': /kisskb/src/drivers/greybus/control.c:133:38: note: byref variable will be forcibly initialized struct gb_control_connected_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_disconnected_operation': /kisskb/src/drivers/greybus/control.c:142:41: note: byref variable will be forcibly initialized struct gb_control_disconnected_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_suspend': /kisskb/src/drivers/greybus/control.c:218:39: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:217:38: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_resume': /kisskb/src/drivers/greybus/control.c:243:39: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:242:38: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_deactivate': /kisskb/src/drivers/greybus/control.c:268:39: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:267:38: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_activate': /kisskb/src/drivers/greybus/control.c:294:39: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:293:38: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_suspend_prepare': /kisskb/src/drivers/greybus/control.c:334:37: note: byref variable will be forcibly initialized struct gb_control_intf_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_deactivate_prepare': /kisskb/src/drivers/greybus/control.c:357:37: note: byref variable will be forcibly initialized struct gb_control_intf_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_hibernate_abort': /kisskb/src/drivers/greybus/control.c:380:37: note: byref variable will be forcibly initialized struct gb_control_intf_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'power_state_store': /kisskb/src/drivers/greybus/interface.c:530:7: note: byref variable will be forcibly initialized bool activate; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_optimize_vlan_mac': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:1668:25: note: byref variable will be forcibly initialized struct bnx2x_exeq_elem query, *pos; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_validate_vlan_mac_del': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:1393:25: note: byref variable will be forcibly initialized struct bnx2x_exeq_elem query_elem; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_validate_vlan_mac_move': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:1451:25: note: byref variable will be forcibly initialized struct bnx2x_exeq_elem query_elem; ^~~~~~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:26: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_execute_vlan_mac': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:1790:39: note: byref variable will be forcibly initialized struct bnx2x_vlan_mac_registry_elem *reg_elem; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_sample_get': /kisskb/src/drivers/greybus/svc.c:176:43: note: byref variable will be forcibly initialized struct gb_svc_pwrmon_sample_get_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:175:42: note: byref variable will be forcibly initialized struct gb_svc_pwrmon_sample_get_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_rail_count_get': /kisskb/src/drivers/greybus/svc.c:132:47: note: byref variable will be forcibly initialized struct gb_svc_pwrmon_rail_count_get_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_power_read': /kisskb/src/drivers/greybus/svc.c:731:7: note: byref variable will be forcibly initialized char buff[16]; ^~~~ /kisskb/src/drivers/greybus/svc.c:730:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_current_read': /kisskb/src/drivers/greybus/svc.c:707:7: note: byref variable will be forcibly initialized char buff[16]; ^~~~ /kisskb/src/drivers/greybus/svc.c:706:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_voltage_read': /kisskb/src/drivers/greybus/svc.c:683:7: note: byref variable will be forcibly initialized char buff[16]; ^~~~ /kisskb/src/drivers/greybus/svc.c:682:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ In file included from /kisskb/src/include/linux/greybus.h:17, from /kisskb/src/drivers/greybus/svc.c:11: /kisskb/src/drivers/greybus/svc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_debugfs_init': /kisskb/src/drivers/greybus/svc.c:794:8: note: byref variable will be forcibly initialized char fname[GB_SVC_PWRMON_RAIL_NAME_BUFSIZE]; ^~~~~ /kisskb/src/drivers/greybus/svc.c:764:5: note: byref variable will be forcibly initialized u8 rail_count; ^~~~~~~~~~ /kisskb/src/drivers/staging/media/meson/vdec/vdec.c: In function 'vdec_decoder_cmd': /kisskb/src/drivers/staging/media/meson/vdec/vdec.c:750:7: note: byref variable will be forcibly initialized u32 len; ^~~ /kisskb/src/drivers/staging/media/meson/vdec/vdec.c: In function 'vdec_s_fmt': /kisskb/src/drivers/staging/media/meson/vdec/vdec.c:606:21: note: byref variable will be forcibly initialized struct v4l2_format format; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_mcast_hdl_pending_set_e2_convert': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:3019:31: note: byref variable will be forcibly initialized u64 cur[BNX2X_MCAST_VEC_SZ], req[BNX2X_MCAST_VEC_SZ]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:3019:6: note: byref variable will be forcibly initialized u64 cur[BNX2X_MCAST_VEC_SZ], req[BNX2X_MCAST_VEC_SZ]; ^~~ /kisskb/src/drivers/greybus/svc.c: In function 'watchdog_store': /kisskb/src/drivers/greybus/svc.c:84:7: note: byref variable will be forcibly initialized bool user_request; ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_intf_sample_get': /kisskb/src/drivers/greybus/svc.c:213:48: note: byref variable will be forcibly initialized struct gb_svc_pwrmon_intf_sample_get_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:212:47: note: byref variable will be forcibly initialized struct gb_svc_pwrmon_intf_sample_get_request request; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_mcast_hdl_pending_set_e2': /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_device_id': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:3087:32: note: byref variable will be forcibly initialized union bnx2x_mcast_config_data cfg_data = {NULL}; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:259:39: note: byref variable will be forcibly initialized struct gb_svc_intf_device_id_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_eject': /kisskb/src/drivers/greybus/svc.c:270:35: note: byref variable will be forcibly initialized struct gb_svc_intf_eject_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'intf_eject_store': /kisskb/src/drivers/greybus/svc.c:52:17: note: byref variable will be forcibly initialized unsigned short intf_id; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_vsys_set': /kisskb/src/drivers/greybus/svc.c:294:35: note: byref variable will be forcibly initialized struct gb_svc_intf_vsys_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:293:34: note: byref variable will be forcibly initialized struct gb_svc_intf_vsys_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_refclk_set': /kisskb/src/drivers/greybus/svc.c:317:37: note: byref variable will be forcibly initialized struct gb_svc_intf_refclk_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:316:36: note: byref variable will be forcibly initialized struct gb_svc_intf_refclk_request request; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_mcast_setup_e1h': /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_unipro_set': /kisskb/src/drivers/greybus/svc.c:340:37: note: byref variable will be forcibly initialized struct gb_svc_intf_unipro_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:339:36: note: byref variable will be forcibly initialized struct gb_svc_intf_unipro_request request; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:3539:7: note: byref variable will be forcibly initialized u32 mc_filter[MC_HASH_SIZE] = {0}; ^~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_activate': /kisskb/src/drivers/greybus/svc.c:363:39: note: byref variable will be forcibly initialized struct gb_svc_intf_activate_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:362:38: note: byref variable will be forcibly initialized struct gb_svc_intf_activate_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_resume': /kisskb/src/drivers/greybus/svc.c:389:37: note: byref variable will be forcibly initialized struct gb_svc_intf_resume_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:388:36: note: byref variable will be forcibly initialized struct gb_svc_intf_resume_request request; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_mcast_handle_pending_cmds_e2': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:3122:6: note: byref variable will be forcibly initialized int cnt = 0; ^~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_dme_peer_get': /kisskb/src/drivers/greybus/svc.c:418:38: note: byref variable will be forcibly initialized struct gb_svc_dme_peer_get_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:417:37: note: byref variable will be forcibly initialized struct gb_svc_dme_peer_get_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_dme_peer_set': /kisskb/src/drivers/greybus/svc.c:452:38: note: byref variable will be forcibly initialized struct gb_svc_dme_peer_set_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:451:37: note: byref variable will be forcibly initialized struct gb_svc_dme_peer_set_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_connection_create': /kisskb/src/drivers/greybus/svc.c:485:36: note: byref variable will be forcibly initialized struct gb_svc_conn_create_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_connection_destroy': /kisskb/src/drivers/greybus/svc.c:501:37: note: byref variable will be forcibly initialized struct gb_svc_conn_destroy_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_route_create': /kisskb/src/drivers/greybus/svc.c:522:37: note: byref variable will be forcibly initialized struct gb_svc_route_create_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_route_destroy': /kisskb/src/drivers/greybus/svc.c:536:38: note: byref variable will be forcibly initialized struct gb_svc_route_destroy_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_set_power_mode': /kisskb/src/drivers/greybus/svc.c:559:39: note: byref variable will be forcibly initialized struct gb_svc_intf_set_pwrm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:558:38: note: byref variable will be forcibly initialized struct gb_svc_intf_set_pwrm_request request; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_mcast_handle_pending_cmds_e1': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:3756:6: note: byref variable will be forcibly initialized int cnt = 0; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:3755:32: note: byref variable will be forcibly initialized union bnx2x_mcast_config_data cfg_data = {NULL}; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_set_power_mode_hibernate': /kisskb/src/drivers/greybus/svc.c:601:39: note: byref variable will be forcibly initialized struct gb_svc_intf_set_pwrm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:600:38: note: byref variable will be forcibly initialized struct gb_svc_intf_set_pwrm_request request; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c: In function 'bnx2x_vlan_mac_del_all': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c:2026:38: note: byref variable will be forcibly initialized struct bnx2x_vlan_mac_ramrod_params p; ^ /kisskb/src/drivers/staging/media/meson/vdec/vdec_helpers.c: In function 'dst_buf_done': /kisskb/src/drivers/staging/media/meson/vdec/vdec_helpers.c:296:27: note: byref variable will be forcibly initialized const struct v4l2_event ev = { .type = V4L2_EVENT_EOS }; ^~ /kisskb/src/drivers/staging/media/meson/vdec/vdec_helpers.c: In function 'set_canvas_nv12m': /kisskb/src/drivers/staging/media/meson/vdec/vdec_helpers.c:146:5: note: byref variable will be forcibly initialized u8 canvas_id[NUM_CANVAS_NV12]; /* Y U/V */ ^~~~~~~~~ /kisskb/src/drivers/staging/media/meson/vdec/vdec_helpers.c: In function 'set_canvas_yuv420m': /kisskb/src/drivers/staging/media/meson/vdec/vdec_helpers.c:102:5: note: byref variable will be forcibly initialized u8 canvas_id[NUM_CANVAS_YUV420]; /* Y U V */ ^~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c:31: /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c: In function 'sn65dsi83_atomic_enable': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c:380:9: note: byref variable will be forcibly initialized __le16 le16val; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c:379:15: note: byref variable will be forcibly initialized unsigned int pval; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c: In function 'sn65dsi83_attach': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c:253:36: note: byref variable will be forcibly initialized const struct mipi_dsi_device_info info = { ^~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c: In function 'sn65dsi83_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c:603:20: note: byref variable will be forcibly initialized struct drm_panel *panel; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c:600:21: note: byref variable will be forcibly initialized struct drm_bridge *panel_bridge; ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_write_ext_reg': /kisskb/src/drivers/mmc/core/sd.c:1016:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_parse_ext_reg': /kisskb/src/drivers/mmc/core/sd.c:1185:6: note: byref variable will be forcibly initialized u32 reg_addr; ^~~~~~~~ /kisskb/src/drivers/mmc/core/sd.c:1184:6: note: byref variable will be forcibly initialized u16 sfc, offset, ext = *next_ext_addr; ^~~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_read_ext_regs': /kisskb/src/drivers/mmc/core/sd.c:1235:16: note: byref variable will be forcibly initialized u16 rev, len, next_ext_addr; ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_poweroff_notify': /kisskb/src/drivers/mmc/core/sd.c:1646:22: note: byref variable will be forcibly initialized struct sd_busy_data cb_data; ^~~~~~~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_select_driver_type': /kisskb/src/drivers/mmc/core/sd.c:415:37: note: byref variable will be forcibly initialized int card_drv_type, drive_strength, drv_type; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_get_max_lanes': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:957:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_read_valid_rates': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:851:10: note: byref variable will be forcibly initialized __le16 sink_rates[DP_MAX_SUPPORTED_RATES]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:838:5: note: byref variable will be forcibly initialized u8 dpcd_val; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_link_training': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:973:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_enable': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1031:14: note: byref variable will be forcibly initialized const char *last_err_str = "No supported DP rate"; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_attach': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:677:36: note: byref variable will be forcibly initialized const struct mipi_dsi_device_info info = { .type = "ti_sn_bridge", ^~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:673:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/mmc/core/sd.c: In function 'mmc_sd_init_card': /kisskb/src/drivers/mmc/core/sd.c:1395:6: note: byref variable will be forcibly initialized u32 rocr = 0; ^~~~ /kisskb/src/drivers/mmc/core/sd.c:1394:6: note: byref variable will be forcibly initialized u32 cid[4]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_parse_lanes': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1139:6: note: byref variable will be forcibly initialized u32 lane_assignments[SN_MAX_DP_LANES] = { 0, 1, 2, 3 }; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_probe': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1204:20: note: byref variable will be forcibly initialized struct drm_panel *panel; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_aux_transfer': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:466:5: note: byref variable will be forcibly initialized u8 addr_len[SN_AUX_LENGTH_REG + 1 - SN_AUX_ADDR_19_16_REG]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:464:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:463:15: note: byref variable will be forcibly initialized unsigned int len = msg->size; ^~~ /kisskb/src/drivers/mmc/core/sd.c: In function 'mmc_attach_sd': /kisskb/src/drivers/mmc/core/sd.c:1807:6: note: byref variable will be forcibly initialized u32 ocr, rocr; ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn65dsi86_parse_regulators': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1481:21: note: byref variable will be forcibly initialized const char * const ti_sn_bridge_supply_names[] = { ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'status_show': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:354:20: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_gpio_get': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1301:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/platform/chrome/cros_ec.c: In function 'cros_ec_handle_event': /kisskb/src/drivers/platform/chrome/cros_ec.c:64:7: note: byref variable will be forcibly initialized bool ec_has_more_events; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec.c:63:7: note: byref variable will be forcibly initialized bool wake_event; ^~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec.c: In function 'cros_ec_sleep_event': /kisskb/src/drivers/platform/chrome/cros_ec.c:114:13: note: byref variable will be forcibly initialized } __packed buf; ^~~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_send_if_cond_pcie': /kisskb/src/drivers/mmc/core/sd_ops.c:204:6: note: byref variable will be forcibly initialized u32 resp = 0; ^~~~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_app_send_scr': /kisskb/src/drivers/mmc/core/sd_ops.c:262:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_app_sd_status': /kisskb/src/drivers/mmc/core/sd_ops.c:333:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:127:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:126:5: note: byref variable will be forcibly initialized u8 buf[] = { reg >> 8, reg & 0xff, val }; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_reg': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:151:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:150:5: note: byref variable will be forcibly initialized u8 reg_buf[] = { reg >> 8, reg & 0xff }; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_set_reg_bit': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:185:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_mpeg_tristate': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:290:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1722:14: note: in expansion of macro 'read_reg' *ucblocks = read_reg(state, 0x00f4); /* TPIFTPERRCNT[0-7] */ ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_calculate_snr_x100': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1495:9: note: in expansion of macro 'read_reg' (read_reg(state, 0x00e9)); ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1494:9: note: in expansion of macro 'read_reg' pwr = (read_reg(state, 0x00e8) << 8) | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1493:9: note: in expansion of macro 'read_reg' (read_reg(state, 0x00ed)); ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1492:9: note: in expansion of macro 'read_reg' mse = (read_reg(state, 0x00ec) << 8) | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1642:6: note: byref variable will be forcibly initialized u16 snr; /* snr_x10 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1641:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_ber': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1707:21: note: in expansion of macro 'read_reg' tmp = (tmp << 8) | read_reg(state, 0x00ff); /* NBERVALUE[0-7] */ ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1706:21: note: in expansion of macro 'read_reg' tmp = (tmp << 8) | read_reg(state, 0x00fe); /* NBERVALUE[8-15] */ ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1705:21: note: in expansion of macro 'read_reg' tmp = (tmp << 8) | read_reg(state, 0x00fd); /* NBERVALUE[16-23] */ ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1704:21: note: in expansion of macro 'read_reg' tmp = read_reg(state, 0x00fc); /* NBERVALUE[24-31] */ ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_check_neverlock_status': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1263:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_check_oper_mode': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1146:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_check_lock_status': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1178:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_get_packet_error': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1424:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_pre_monitoring': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1281:5: note: byref variable will be forcibly initialized u8 currChDiffACQ, snrRef, mainStrong, aiccrejStatus; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1279:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_monitor_vsb': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1073:13: note: byref variable will be forcibly initialized u8 snrRef, maxPowerMan, nCombDet; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1071:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_mpeg_mode': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:226:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_mpeg_mode_polarity': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:264:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_i2c_write': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:46:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_status': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1569:6: note: byref variable will be forcibly initialized u16 strength = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_i2c_read': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:63:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_i2c_writeread': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_set_vsb': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:462:25: note: byref variable will be forcibly initialized u32 resp_checksum = 0, resp_checksum_tmp = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:383:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_set_qam': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:543:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:965:5: note: byref variable will be forcibly initialized u8 op_param = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_powermode': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:841:5: note: byref variable will be forcibly initialized u8 mode = power_mode; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_reset': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:662:39: note: byref variable will be forcibly initialized u32 dev_type = MXL_EAGLE_DEVICE_MAX, reg_val = 0x2; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c:662:6: note: byref variable will be forcibly initialized 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:689:6: note: byref variable will be forcibly initialized u32 reg_val; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_config_xtal': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:725:15: note: byref variable will be forcibly initialized u32 reg_val, reg_val1; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c:725:6: note: byref variable will be forcibly initialized u32 reg_val, reg_val1; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_init': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:817:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_fwdownload': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:579:10: note: byref variable will be forcibly initialized u32 ix, reg_val = 0x1; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c:579:6: note: byref variable will be forcibly initialized 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:868:25: note: byref variable will be forcibly initialized const struct firmware *firmware; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_search': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1761:17: note: byref variable will be forcibly initialized enum fe_status status = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_attach': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1799:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_transfer_sglist_adma_partial': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:321:20: note: byref variable will be forcibly initialized struct completion trans_done; ^~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_transfer_sglist_adma': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:485:20: note: byref variable will be forcibly initialized struct completion trans_done; ^~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_transfer_buf': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:631:20: note: byref variable will be forcibly initialized struct completion trans_done; ^~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_stor_set_xfer_buf': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:123:26: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:123:15: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_stor_get_xfer_buf': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:134:26: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:134:15: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_send_cmd': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:228:20: note: byref variable will be forcibly initialized struct completion trans_done; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:12: /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:12: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_pre_handle_sdio_new': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:144:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_manage_sd_lock': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:982:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_stop_cmd': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1286:6: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_write_cfg_dw': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1353:15: note: byref variable will be forcibly initialized u8 mode = 0, tmp; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_read_cfg_dw': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1400:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rts5288_init': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:698:6: note: byref variable will be forcibly initialized u32 lval = 0; ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:697:5: note: byref variable will be forcibly initialized u8 val = 0, max_func; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_is_ss_allowed': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1002:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_monitor_aspm_config': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:914:5: note: byref variable will be forcibly initialized u8 reg0 = 0, reg1 = 0; ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:913:6: note: byref variable will be forcibly initialized u32 tmp = 0; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_handle_pm_dstate': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1730:6: note: byref variable will be forcibly initialized u32 ultmp; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c: In function 'lnbh25_read_vmon': /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:45:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:44:5: note: byref variable will be forcibly initialized u8 status[6]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:43:5: note: byref variable will be forcibly initialized u8 addr = 0x00; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c: In function 'lnbh25_set_voltage': /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:88:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_write_phy_register': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1546:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_read_phy_register': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1583:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_enable_pcie_intr': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:306:7: note: byref variable will be forcibly initialized u16 reg; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rts5208_init': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:639:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:638:6: note: byref variable will be forcibly initialized u16 reg = 0; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_read_efuse': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1624:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_write_efuse': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1655:5: note: byref variable will be forcibly initialized u8 data = 0, tmp = 0xFF; ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_clr_phy_reg_bit': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1693:6: note: byref variable will be forcibly initialized u16 value; ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_set_phy_reg_bit': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1712:6: note: byref variable will be forcibly initialized u16 value; ^~~~~ In file included 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/include/linux/ethtool.h:16, from /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:4: /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:4: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'ionic_set_vf_link_state': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:2520:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'ionic_set_vf_trust': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:2495:5: note: byref variable will be forcibly initialized u8 data = set; /* convert to u8 for config */ ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_polling_func': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1214:6: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'ionic_set_vf_spoofchk': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:2470:5: note: byref variable will be forcibly initialized u8 data = set; /* convert to u8 for config */ ^~~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_connection_recv': /kisskb/src/drivers/greybus/operation.c:1029:30: note: byref variable will be forcibly initialized struct gb_operation_msg_hdr header; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/greybus/operation.c:10: /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1083:2: note: in expansion of macro 'wait_event' wait_event(gb_operation_cancellation_queue, ^~~~~~~~~~ /kisskb/src/drivers/greybus/es2.c: In function 'apb_log_enable_write': /kisskb/src/drivers/greybus/es2.c:1180:6: note: byref variable will be forcibly initialized int enable; ^~~~~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel_incoming': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1110:2: note: in expansion of macro 'wait_event' wait_event(gb_operation_cancellation_queue, ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'ionic_lif_adminq_init': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:3111:27: note: byref variable will be forcibly initialized struct ionic_q_init_comp comp; ^~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'ionic_lif_create_hwstamp_txq': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:848:20: note: byref variable will be forcibly initialized struct ionic_qcq *txq; ^~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'ionic_lif_create_hwstamp_rxq': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:912:20: note: byref variable will be forcibly initialized struct ionic_qcq *rxq; ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'apb_log_enable_read': /kisskb/src/drivers/greybus/es2.c:1171:7: note: byref variable will be forcibly initialized char tmp_buf[3]; ^~~~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'ionic_station_set': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:3212:18: note: byref variable will be forcibly initialized struct sockaddr addr; ^~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'ionic_lif_rx_mode': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:1445:26: note: byref variable will be forcibly initialized struct ionic_admin_ctx ctx = { ^~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:1388:7: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_clear': /kisskb/src/drivers/greybus/es2.c:679:30: note: byref variable will be forcibly initialized struct arpc_cport_clear_req req; ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_quiesce': /kisskb/src/drivers/greybus/es2.c:652:6: note: byref variable will be forcibly initialized int result; ^~~~~~ /kisskb/src/drivers/greybus/es2.c:651:32: note: byref variable will be forcibly initialized struct arpc_cport_quiesce_req req; ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_shutdown': /kisskb/src/drivers/greybus/es2.c:626:6: note: byref variable will be forcibly initialized int result; ^~~~~~ /kisskb/src/drivers/greybus/es2.c:625:33: note: byref variable will be forcibly initialized struct arpc_cport_shutdown_req req; ^~~ /kisskb/src/drivers/staging/media/meson/vdec/vdec_1.c: In function 'vdec_1_load_firmware': /kisskb/src/drivers/staging/media/meson/vdec/vdec_1.c:28:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_flush': /kisskb/src/drivers/greybus/es2.c:606:30: note: byref variable will be forcibly initialized struct arpc_cport_flush_req req; ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_connected': /kisskb/src/drivers/greybus/es2.c:587:34: note: byref variable will be forcibly initialized struct arpc_cport_connected_req req; ^~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'ionic_lif_config_hwstamp_rxq_all': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:970:28: note: byref variable will be forcibly initialized struct ionic_queue_params qparam; ^~~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'ionic_lif_init': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_lif.c:3257:29: note: byref variable will be forcibly initialized struct ionic_lif_init_comp comp; ^~~~ /kisskb/src/drivers/staging/media/meson/vdec/vdec_hevc.c: In function 'vdec_hevc_load_firmware': /kisskb/src/drivers/staging/media/meson/vdec/vdec_hevc.c:31:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_enable_wide': /kisskb/src/drivers/mmc/core/sdio.c:249:5: note: byref variable will be forcibly initialized u8 ctrl; ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_disable_wide': /kisskb/src/drivers/mmc/core/sdio.c:306:5: note: byref variable will be forcibly initialized u8 ctrl; ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_read_cccr': /kisskb/src/drivers/mmc/core/sdio.c:149:16: note: byref variable will be forcibly initialized unsigned char speed; ^~~~~ /kisskb/src/drivers/mmc/core/sdio.c:148:16: note: byref variable will be forcibly initialized unsigned char data; ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_disable_cd': /kisskb/src/drivers/mmc/core/sdio.c:285:5: note: byref variable will be forcibly initialized u8 ctrl; ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'mmc_sdio_switch_hs': /kisskb/src/drivers/mmc/core/sdio.c:385:5: note: byref variable will be forcibly initialized u8 speed; ^~~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_read_fbr': /kisskb/src/drivers/mmc/core/sdio.c:75:16: note: byref variable will be forcibly initialized unsigned char data; ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_set_bus_speed_mode': /kisskb/src/drivers/mmc/core/sdio.c:506:16: note: byref variable will be forcibly initialized unsigned char speed; ^~~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_select_driver_type': /kisskb/src/drivers/mmc/core/sdio.c:468:16: note: byref variable will be forcibly initialized unsigned char card_strength; ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/sdio.c:467:37: note: byref variable will be forcibly initialized int card_drv_type, drive_strength, drv_type; ^~~~~~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'mmc_sdio_init_card': /kisskb/src/drivers/mmc/core/sdio.c:649:6: note: byref variable will be forcibly initialized u32 rocr = 0; ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'mmc_attach_sdio': /kisskb/src/drivers/mmc/core/sdio.c:1185:6: note: byref variable will be forcibly initialized u32 ocr, rocr; ^~~ /kisskb/src/drivers/staging/media/meson/vdec/codec_mpeg12.c: In function 'codec_mpeg12_start': /kisskb/src/drivers/staging/media/meson/vdec/codec_mpeg12.c:84:13: note: byref variable will be forcibly initialized (u32[]){ 8, 0 }); ^ /kisskb/src/drivers/staging/media/meson/vdec/codec_mpeg12.c:83:41: note: byref variable will be forcibly initialized ret = amvdec_set_canvases(sess, (u32[]){ AV_SCRATCH_0, 0 }, ^ /kisskb/src/drivers/staging/media/meson/vdec/codec_h264.c: In function 'codec_h264_resume': /kisskb/src/drivers/staging/media/meson/vdec/codec_h264.c:293:15: note: byref variable will be forcibly initialized (u32[]){ 24, 0 }); ^ /kisskb/src/drivers/staging/media/meson/vdec/codec_h264.c:292:15: note: byref variable will be forcibly initialized (u32[]){ ANC0_CANVAS_ADDR, 0 }, ^ /kisskb/src/drivers/staging/media/meson/vdec/codec_hevc_common.c: In function 'codec_hevc_alloc_fbc_buffers': /kisskb/src/drivers/staging/media/meson/vdec/codec_hevc_common.c:180:14: note: byref variable will be forcibly initialized dma_addr_t paddr; ^~~~~ /kisskb/src/drivers/staging/media/meson/vdec/codec_hevc_common.c: In function 'codec_hevc_alloc_mmu_headers': /kisskb/src/drivers/staging/media/meson/vdec/codec_hevc_common.c:233:14: note: byref variable will be forcibly initialized dma_addr_t paddr; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_self_test.c: In function 'bnx2x_idle_chk': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_self_test.c:3043:7: note: byref variable will be forcibly initialized char message[MAX_FAIL_MSG]; /* message to log */ ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_self_test.c:3042:19: note: byref variable will be forcibly initialized struct st_record rec; /* current record variable */ ^~~ /kisskb/src/drivers/gpu/drm/bridge/nwl-dsi.c: In function 'nwl_dsi_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/nwl-dsi.c:850:27: note: byref variable will be forcibly initialized union phy_configure_opts new_cfg; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_is_hpd_detect': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:521:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/nwl-dsi.c: In function 'nwl_dsi_bridge_attach': /kisskb/src/drivers/gpu/drm/bridge/nwl-dsi.c:914:20: note: byref variable will be forcibly initialized struct drm_panel *panel; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/nwl-dsi.c:913:21: note: byref variable will be forcibly initialized struct drm_bridge *panel_bridge; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_wait_ddc_ready': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:357:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_abort_ddc_ops': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:387:24: note: byref variable will be forcibly initialized unsigned int swreset, cpdesire; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:387:15: note: byref variable will be forcibly initialized unsigned int swreset, cpdesire; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_irq_threaded_handler': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:841:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/nwl-dsi.c: In function 'nwl_dsi_host_transfer': /kisskb/src/drivers/gpu/drm/bridge/nwl-dsi.c:576:26: note: byref variable will be forcibly initialized struct nwl_dsi_transfer xfer; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/nwl-dsi.c: In function 'nwl_dsi_read': /kisskb/src/drivers/gpu/drm/bridge/nwl-dsi.c:154:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_get_edid_block': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:423:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:12: /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:695:12: note: byref variable will be forcibly initialized const u16 aviinfo_reg[HDMI_AVI_INFOFRAME_SIZE] = { ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:693:5: note: byref variable will be forcibly initialized u8 buf[HDMI_INFOFRAME_SIZE(AVI)]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_probe': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:892:21: note: byref variable will be forcibly initialized u32 vendor_ids[2], device_ids[2], revision_id; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:892:6: note: byref variable will be forcibly initialized u32 vendor_ids[2], device_ids[2], revision_id; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/include/linux/mod_devicetable.h:13, from /kisskb/src/include/linux/pci.h:27, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:19, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:22: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:19, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:22: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c: In function 'bnx2x_copy32_vf_dmae': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:1079:22: note: byref variable will be forcibly initialized struct dmae_command dmae; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c: In function 'bnx2x_vf_mbx_acquire_resp': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:1261:6: note: byref variable will be forcibly initialized u16 length; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c: In function 'bnx2x_vf_mbx_setup_q': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:1538:17: note: byref variable will be forcibly initialized unsigned long q_type = 0; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:1522:41: note: byref variable will be forcibly initialized struct bnx2x_vf_queue_construct_params qctor; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c: In function 'bnx2x_vf_mbx_qfilters': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:1795:17: note: byref variable will be forcibly initialized unsigned long accept = 0; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:1740:37: note: byref variable will be forcibly initialized struct bnx2x_vf_mac_vlan_filters *fl = NULL; ^~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c: In function 'ionic_rx_filter_replay': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c:26:25: note: byref variable will be forcibly initialized struct ionic_admin_ctx ctx; ^~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c:25:20: note: byref variable will be forcibly initialized struct hlist_head new_id_list; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c: In function 'bnx2x_vf_mbx_update_rss': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:1982:33: note: byref variable will be forcibly initialized struct bnx2x_config_rss_params rss; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c: In function 'bnx2x_vf_mbx_update_tpa': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:2066:39: note: byref variable will be forcibly initialized struct bnx2x_queue_update_tpa_params vf_op_params; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c: In function 'ionic_lif_list_addr': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c:251:26: note: byref variable will be forcibly initialized struct ionic_admin_ctx ctx = { ^~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c: In function 'ionic_rx_filter_sync': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c:298:19: note: byref variable will be forcibly initialized struct list_head sync_del_list; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c:297:19: note: byref variable will be forcibly initialized struct list_head sync_add_list; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c: In function 'bnx2x_vfpf_acquire': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:230:6: note: byref variable will be forcibly initialized u32 vf_id; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c: In function 'bnx2x_vfpf_release': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:400:10: note: byref variable will be forcibly initialized u32 rc, vf_id; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c: In function 'bnx2x_vfpf_close_vf': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c:494:6: note: byref variable will be forcibly initialized u32 vf_id; ^~~~~ /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:20: note: byref variable will be forcibly initialized struct xfs_buf *child_bp; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:483:27: note: byref variable will be forcibly initialized struct xfs_btree_block *child_block; ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:480:23: note: byref variable will be forcibly initialized union xfs_btree_key child_key; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_prep_block': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:376:27: note: byref variable will be forcibly initialized struct xfs_btree_block *new_block; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:375:20: note: byref variable will be forcibly initialized struct xfs_buf *new_bp; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:374:23: note: byref variable will be forcibly initialized union xfs_btree_ptr new_ptr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_compute_geometry': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:669:16: note: byref variable will be forcibly initialized unsigned int avg_per_block; ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:667:12: note: byref variable will be forcibly initialized uint64_t dontcare64; ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:666:12: note: byref variable will be forcibly initialized uint64_t level_blocks; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c: In function 'ionic_get_module_eeprom': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c:853:7: note: byref variable will be forcibly initialized char tbuf[sizeof(xcvr->sprom)]; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:807:23: note: byref variable will be forcibly initialized union xfs_btree_ptr first_ptr; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:755:17: note: byref variable will be forcibly initialized unsigned int avg_per_block; ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:753:13: note: byref variable will be forcibly initialized uint64_t blocks_with_extra; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:751:13: note: byref variable will be forcibly initialized uint64_t blocks; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:749:27: note: byref variable will be forcibly initialized struct xfs_btree_block *block = NULL; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:748:20: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:747:23: note: byref variable will be forcibly initialized union xfs_btree_ptr ptr; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:746:23: note: byref variable will be forcibly initialized union xfs_btree_ptr child_ptr; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:745:20: note: byref variable will be forcibly initialized struct list_head buffers_list; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c: In function 'ionic_set_channels': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c:618:28: note: byref variable will be forcibly initialized struct ionic_queue_params qparam; ^~~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c: In function 'ionic_set_ringparam': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c:544:28: note: byref variable will be forcibly initialized struct ionic_queue_params qparam; ^~~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_stats.c: In function 'ionic_get_lif_stats': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_stats.c:216:27: note: byref variable will be forcibly initialized struct rtnl_link_stats64 ns; ^~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_stats.c: In function 'ionic_sw_stats_get_values': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_stats.c:441:28: note: byref variable will be forcibly initialized struct ionic_lif_sw_stats lif_stats; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lnbp21.c: In function 'lnbp21_set_tone': /kisskb/src/drivers/media/dvb-frontends/lnbp21.c:81:17: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/scsi/bnx2i/bnx2i.h:20, from /kisskb/src/drivers/scsi/bnx2i/bnx2i_init.c:17: /kisskb/src/drivers/scsi/bnx2i/bnx2i_init.c: In function 'bnx2i_stop': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_init.c:248:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(hba->eh_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_init.c:238:2: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(hba->eh_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_transfer': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:1028:25: note: byref variable will be forcibly initialized struct mipi_dsi_packet packet; ^~~~~~ /kisskb/src/drivers/mmc/core/sdio_ops.c: In function 'mmc_io_rw_extended': /kisskb/src/drivers/mmc/core/sdio_ops.c:121:18: note: byref variable will be forcibly initialized struct sg_table sgtable; ^~~~~~~ /kisskb/src/drivers/mmc/core/sdio_ops.c:120:21: note: byref variable will be forcibly initialized struct scatterlist sg, *sg_ptr; ^~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_bridge_mode_valid': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:672:22: note: byref variable will be forcibly initialized struct cdns_dsi_cfg dsi_cfg; ^~~~~~~ /kisskb/src/drivers/mmc/core/sdio_ops.c: In function 'sdio_reset': /kisskb/src/drivers/mmc/core/sdio_ops.c:205:5: note: byref variable will be forcibly initialized u8 abort; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_bridge_enable': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:788:22: note: byref variable will be forcibly initialized struct cdns_dsi_cfg dsi_cfg; ^~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_card.c: In function 'try_to_switch_sdio_ctrl': /kisskb/src/drivers/staging/rts5208/rtsx_card.c:83:15: note: byref variable will be forcibly initialized u8 reg1 = 0, reg2 = 0; ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_card.c:83:5: note: byref variable will be forcibly initialized u8 reg1 = 0, reg2 = 0; ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_card.c: In function 'dynamic_configure_sdio_aspm': /kisskb/src/drivers/staging/rts5208/rtsx_card.c:101:14: note: byref variable will be forcibly initialized u8 buf[12], reg; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_card.c:101:5: note: byref variable will be forcibly initialized u8 buf[12], reg; ^~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'handle_drvrcmd': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:284:10: note: byref variable will be forcibly initialized mimd_t kmimd; ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'mraid_mm_get_adapter': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:238:10: note: byref variable will be forcibly initialized mimd_t mimd; ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'cros_ec_query_all': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:416:6: note: byref variable will be forcibly initialized u32 ver_mask = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'kioc_to_mimd': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:813:17: note: byref variable will be forcibly initialized mcontroller_t cinfo; ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:806:11: note: byref variable will be forcibly initialized mimd_t kmimd; ^~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'get_keyboard_state_event': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:677:5: note: byref variable will be forcibly initialized u8 buffer[sizeof(struct cros_ec_command) + ^~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'get_next_event': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:656:13: note: byref variable will be forcibly initialized } __packed buf; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_card.c: In function 'toggle_gpio': /kisskb/src/drivers/staging/rts5208/rtsx_card.c:1048:5: note: byref variable will be forcibly initialized u8 temp_reg; ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_debugfs.c: In function 'megasas_setup_debugfs': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_debugfs.c:124:7: note: byref variable will be forcibly initialized char name[64]; ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'cros_ec_get_sensor_count': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:864:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ In file included from /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:14: /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'mimd_to_kioc': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:362:11: note: byref variable will be forcibly initialized mimd_t mimd; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:13: /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'lld_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:704:2: note: in expansion of macro 'wait_event' wait_event(wait_q, (kioc->status != -ENODATA)); ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:109:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:108:5: note: byref variable will be forcibly initialized u8 b; ^ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'mraid_mm_ioctl': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:110:7: note: byref variable will be forcibly initialized int drvrcmd_rval; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:107:7: note: byref variable will be forcibly initialized int rval; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:93:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->i2c_addr, ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:92:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_set_frequency': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:383:6: note: byref variable will be forcibly initialized s32 f = 0; ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:382:6: note: byref variable will be forcibly initialized u16 n = 6; ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_set_params': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:471:6: note: byref variable will be forcibly initialized u32 bw; ^~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_agc_callback': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:492:6: note: byref variable will be forcibly initialized s16 s, i; ^ /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c: In function 'cros_ec_chardev_ioctl_xcmd': /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c:277:25: note: byref variable will be forcibly initialized struct cros_ec_command u_cmd; ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'read_host_reg': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1336:11: note: byref variable will be forcibly initialized u8 addr, buf[4]; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c:14: /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c: In function 'cros_ec_chardev_fetch_event': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c:141:8: note: in expansion of macro 'wait_event_interruptible_locked' err = wait_event_interruptible_locked(priv->wait_event, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'inquiry': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:475:16: note: byref variable will be forcibly initialized unsigned char inquiry_buf[] = { ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c: In function 'cros_ec_chardev_read': /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c:203:7: note: byref variable will be forcibly initialized char msg[sizeof(struct ec_response_get_version) + ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'read_status': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:2409:5: note: byref variable will be forcibly initialized u8 rtsx_status[16]; ^~~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'write_host_reg': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1367:11: note: byref variable will be forcibly initialized u8 addr, buf[4]; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'get_dev_status': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1544:5: note: byref variable will be forcibly initialized u8 status[32]; ^~~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_txrx.c: In function 'ionic_tx_clean': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_txrx.c:712:32: note: byref variable will be forcibly initialized struct skb_shared_hwtstamps hwts = {}; ^~~~ /kisskb/src/drivers/mailbox/mailbox.c: In function 'mbox_request_channel': /kisskb/src/drivers/mailbox/mailbox.c:335:25: note: byref variable will be forcibly initialized struct of_phandle_args spec; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_vf_handle_classification_eqe': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:1662:16: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_vf_vlan_mac_clear': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:337:38: note: byref variable will be forcibly initialized struct bnx2x_vlan_mac_ramrod_params ramrod; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_vf_mac_vlan_config': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:383:38: note: byref variable will be forcibly initialized struct bnx2x_vlan_mac_ramrod_params ramrod; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_set_vf_vlan_filter': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2773:16: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2772:38: note: byref variable will be forcibly initialized struct bnx2x_vlan_mac_ramrod_params ramrod_param; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_vf_queue_destroy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:280:34: note: byref variable will be forcibly initialized struct bnx2x_queue_state_params q_params; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_vf_queue_flr': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:519:35: note: byref variable will be forcibly initialized struct bnx2x_queue_state_params qstate; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_set_pf_tx_switching': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2338:34: note: byref variable will be forcibly initialized struct bnx2x_queue_state_params q_params; ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'get_card_bus_width': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:2539:11: note: byref variable will be forcibly initialized u8 card, bus_width; ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:19, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:22: /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'get_variable': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1486:6: note: byref variable will be forcibly initialized u8 tmp = chip->blink_led; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1463:6: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'read_phy_register': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1799:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_set_vf_vlan_acceptance': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2754:16: note: byref variable will be forcibly initialized unsigned long accept_flags; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2753:37: note: byref variable will be forcibly initialized struct bnx2x_rx_mode_ramrod_params rx_ramrod; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_vfq_init': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:1406:16: note: byref variable will be forcibly initialized unsigned long q_type = 0; ^~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'write_efuse': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:2102:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_vf_mcast': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:541:35: note: byref variable will be forcibly initialized struct bnx2x_mcast_ramrod_params mcast; ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'set_chip_mode': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1672:6: note: byref variable will be forcibly initialized u16 reg; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_vf_rxmode': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:615:37: note: byref variable will be forcibly initialized struct bnx2x_rx_mode_ramrod_params ramrod; ^~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'rw_mem_cmd_buf': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1723:21: note: byref variable will be forcibly initialized u8 cmd_type, mask, value, idx; ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'spi_vendor_cmd': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:2564:5: note: byref variable will be forcibly initialized u8 gpio_dir; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_iov_link_update_vf': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:1441:22: note: byref variable will be forcibly initialized struct bnx2x_virtf *vf; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:1440:33: note: byref variable will be forcibly initialized struct pf_vf_bulletin_content *bulletin; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_vf_close': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2168:30: note: byref variable will be forcibly initialized struct set_vf_state_cookie cookie; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_vf_tpa_update': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2235:34: note: byref variable will be forcibly initialized struct bnx2x_queue_state_params qstate; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_get_vf_config': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2597:33: note: byref variable will be forcibly initialized struct pf_vf_bulletin_content *bulletin = NULL; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2596:22: note: byref variable will be forcibly initialized struct bnx2x_virtf *vf = NULL; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_set_vf_mac': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2711:17: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2675:33: note: byref variable will be forcibly initialized struct pf_vf_bulletin_content *bulletin = NULL; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2674:22: note: byref variable will be forcibly initialized struct bnx2x_virtf *vf = NULL; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_set_vf_vlan': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2878:35: note: byref variable will be forcibly initialized struct bnx2x_queue_state_params q_params = {NULL}; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2801:22: note: byref variable will be forcibly initialized struct bnx2x_virtf *vf = NULL; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2800:16: note: byref variable will be forcibly initialized unsigned long ramrod_flags = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2799:16: note: byref variable will be forcibly initialized unsigned long vlan_mac_flags = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2796:33: note: byref variable will be forcibly initialized struct pf_vf_bulletin_content *bulletin = NULL; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/platform/chrome/cros_ec_trace.h:178, from /kisskb/src/drivers/platform/chrome/cros_ec_trace.c:215: /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'perf_trace_cros_ec_request_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:22:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:22:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_start, ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'perf_trace_cros_ec_request_done': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:45:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:45:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_done, ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'perf_trace_cros_ec_sensorhub_timestamp': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'perf_trace_cros_ec_sensorhub_data': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'perf_trace_cros_ec_sensorhub_filter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:135:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_filter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:135:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_filter, ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c: In function 'bnx2x_set_vf_spoofchk': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2968:35: note: byref variable will be forcibly initialized struct bnx2x_queue_state_params q_params = {NULL}; ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_mbox_flush_cache': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/platform/chrome/cros_ec_trace.h:178, from /kisskb/src/drivers/platform/chrome/cros_ec_trace.c:215: /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'trace_event_raw_event_cros_ec_request_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:22:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_start, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:3199:10: note: byref variable will be forcibly initialized uint8_t raw_mbox[sizeof(mbox_t)]; ^~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'trace_event_raw_event_cros_ec_request_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:45:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_done, ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'trace_event_raw_event_cros_ec_sensorhub_timestamp': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_mbox_extended_cdb': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:2996:11: note: byref variable will be forcibly initialized uint8_t raw_mbox[sizeof(mbox_t)]; ^~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'trace_event_raw_event_cros_ec_sensorhub_data': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_mbox_support_ha': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:3032:11: note: byref variable will be forcibly initialized uint8_t raw_mbox[sizeof(mbox_t)]; ^~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'trace_event_raw_event_cros_ec_sensorhub_filter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:135:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_filter, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_mbox_support_random_del': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:3074:11: note: byref variable will be forcibly initialized uint8_t raw_mbox[sizeof(mbox_t)]; ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_mbox_get_max_sg': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:3124:11: note: byref variable will be forcibly initialized uint8_t raw_mbox[sizeof(mbox_t)]; ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_mbox_enum_raid_scsi': In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/platform/chrome/cros_ec_trace.h:178, from /kisskb/src/drivers/platform/chrome/cros_ec_trace.c:215: /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function '__bpf_trace_cros_ec_request_start': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:3165:11: note: byref variable will be forcibly initialized uint8_t raw_mbox[sizeof(mbox_t)]; ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:22:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:22:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_start, ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function '__bpf_trace_cros_ec_request_done': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:45:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:45:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:45:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:45:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_request_done, ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function '__bpf_trace_cros_ec_sensorhub_timestamp': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_mbox_fire_sync_cmd': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:3229:10: note: byref variable will be forcibly initialized uint8_t raw_mbox[sizeof(mbox_t)]; ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_timestamp, ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function '__bpf_trace_cros_ec_sensorhub_data': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:105:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_data, ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function '__bpf_trace_cros_ec_sensorhub_filter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:135:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_filter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:135:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_filter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:135:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_filter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:135:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_filter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:135:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_filter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:135:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cros_ec_sensorhub_filter, ^~~~~~~~~~~ In file included from /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:68: /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_mbox_dpc': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:2172:19: note: byref variable will be forcibly initialized struct list_head clist; ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_ack_sequence': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:2037:19: note: byref variable will be forcibly initialized struct list_head clist; ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_reset_handler': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:2521:11: note: byref variable will be forcibly initialized uint8_t raw_mbox[sizeof(mbox_t)]; ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_mbox_product_info': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:2876:14: note: byref variable will be forcibly initialized dma_addr_t pinfo_dma_h; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:2874:12: note: byref variable will be forcibly initialized uint8_t raw_mbox[sizeof(mbox_t)]; ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_init_mbox': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:701:12: note: byref variable will be forcibly initialized uint32_t magic64; ^~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_cmm_register': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:3395:16: note: byref variable will be forcibly initialized mraid_mmadp_t adp; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:68: /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_sysfs_get_ldmap': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:3923:3: note: in expansion of macro 'wait_event' wait_event(raid_dev->sysfs_wait_q, (uioc->status != -ENODATA)); ^~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:3874:22: note: byref variable will be forcibly initialized struct uioc_timeout timeout; ^~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_i2c.c: In function 'cros_ec_pkt_xfer_i2c': /kisskb/src/drivers/platform/chrome/cros_ec_i2c.c:62:17: note: byref variable will be forcibly initialized struct i2c_msg i2c_msg[2]; ^~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_i2c.c: In function 'cros_ec_cmd_xfer_i2c': /kisskb/src/drivers/platform/chrome/cros_ec_i2c.c:191:17: note: byref variable will be forcibly initialized struct i2c_msg i2c_msg[2]; ^~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_mbox_build_cmd': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:1491:9: note: byref variable will be forcibly initialized char scan[] = "scanning"; ^~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:1490:9: note: byref variable will be forcibly initialized char skip[] = "skipping"; ^~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c: In function 'megaraid_queue_command_lck': /kisskb/src/drivers/scsi/megaraid/megaraid_mbox.c:1440:7: note: byref variable will be forcibly initialized int if_busy; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:353:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:351:5: note: byref variable will be forcibly initialized u8 b1[] = { 0, 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:350:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:792:6: note: byref variable will be forcibly initialized u16 snr; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_read_status': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:654:6: note: byref variable will be forcibly initialized u32 tuner_status = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:336:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = buf, .len = 3 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:334:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data >> 8, data & 0xff }; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_update_alt_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:127:17: note: byref variable will be forcibly initialized struct i2c_msg msg[3] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:126:5: note: byref variable will be forcibly initialized u8 b2[] = {reg, data}; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:125:5: note: byref variable will be forcibly initialized u8 b1[] = {0}; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:124:5: note: byref variable will be forcibly initialized u8 b0[] = {reg}; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:64:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:63:5: note: byref variable will be forcibly initialized u8 buf[] = {reg, data}; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_read_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:86:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:85:5: note: byref variable will be forcibly initialized u8 b1[] = {0}; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:84:5: note: byref variable will be forcibly initialized u8 b0[] = {reg}; ^~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c: In function 'chipone_enable': /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:112:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, 0x09, 0x10); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:111:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, 0x51, 0x20); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:110:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, 0xb6, 0x20); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:107:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, MIPI_DCS_EXIT_SLEEP_MODE, 0x98); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:106:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, MIPI_DCS_ENTER_SLEEP_MODE, 0x40); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:105:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, 0x69, 0x2b); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:104:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, 0x6b, 0x71); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:103:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, MIPI_DCS_GET_POWER_SAVE, 0x92); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:102:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, MIPI_DCS_SET_COLUMN_ADDRESS, 0x01); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:101:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, 0x5c, 0xff); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:100:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, 0xb5, 0xa0); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:99:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, MIPI_DCS_SET_ADDRESS_MODE, 0x28); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:98:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, MIPI_DCS_SET_TEAR_OFF, 0x80); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:95:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, VBP, mode->vtotal - mode->vsync_end); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:93:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, VSYNC, mode->vsync_end - mode->vsync_start); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:91:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, VFP, mode->vsync_start - mode->vdisplay); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:89:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, HFP_HSW_HBP_HI, 0x00); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:87:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, HBP_LI, mode->htotal - mode->hsync_end); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:85:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, HSYNC_LI, mode->hsync_end - mode->hsync_start); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:83:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, HFP_LI, mode->hsync_start - mode->hdisplay); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:79:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, VACTIVE_HACTIVE_HI, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:73:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, VACTIVE_LI, mode->vdisplay & 0xff); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:71:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, HACTIVE_LI, mode->hdisplay & 0xff); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized const u8 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:69:2: note: in expansion of macro 'ICN6211_DSI' ICN6211_DSI(icn, 0x7a, 0xc1); ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c: In function 'chipone_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:181:20: note: byref variable will be forcibly initialized struct drm_panel *panel; ^~~~~ /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_fw.c: In function 'ionic_firmware_update': /kisskb/src/drivers/net/ethernet/pensando/ionic/ionic_fw.c:100:27: note: byref variable will be forcibly initialized union ionic_dev_cmd_comp comp; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c: In function 'lt8912_check_cable_status': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c:364:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'userspace_control_store': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:493:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'version_show': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:159:24: note: byref variable will be forcibly initialized uint32_t version = 0, flags = 0; ^~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:159:11: note: byref variable will be forcibly initialized uint32_t version = 0, flags = 0; ^~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'sequence_store': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:384:15: note: byref variable will be forcibly initialized unsigned int num; ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'brightness_store': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:181:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'led_rgb_store': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:222:15: note: byref variable will be forcibly initialized unsigned int val[4]; ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'interval_msec_store': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:43:16: note: byref variable will be forcibly initialized unsigned long msec; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_writeregs': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:224:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c: In function 'lt8912_connector_get_modes': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c:418:6: note: byref variable will be forcibly initialized u32 bus_format = MEDIA_BUS_FMT_RGB888_1X24; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c: In function 'lt8912_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c:464:36: note: byref variable will be forcibly initialized const struct mipi_dsi_device_info info = { .type = "lt8912", ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:195:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c:194:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:166:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c:165:5: note: byref variable will be forcibly initialized u8 buf = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_voltage': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:535:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_msg_mpeg_output_global_config': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:443:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_tone': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:512:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_diseqc_send_burst': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:490:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_vco': /kisskb/src/drivers/mmc/core/sdio_cis.c: In function 'sdio_read_cis': /kisskb/src/drivers/mmc/core/sdio_cis.c:278:27: note: byref variable will be forcibly initialized unsigned char tpl_code, tpl_link; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1237:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/mmc/core/sdio_cis.c:278:17: note: byref variable will be forcibly initialized unsigned char tpl_code, tpl_link; ^~~~~~~~ /kisskb/src/drivers/mmc/core/sdio_cis.c:255:17: note: byref variable will be forcibly initialized unsigned char x, fn; ^ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_msg_mpeg_output_config': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:469:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_send_diseqc_msg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:551:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_get_stats': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:609:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_clock_ratios': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:918:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1136:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_init': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1272:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1269:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub.c: In function 'cros_ec_sensorhub_allocate_sensor': /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub.c:32:33: note: byref variable will be forcibly initialized struct cros_ec_sensor_platform sensor_platforms = { ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'dyn_cap_needed_attribute_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1215:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_cur_buf_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1101:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(wb_cur_buf, _CURR_WB_BUFF_SIZE); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_life_time_est_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1100:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(wb_life_time_est, _WB_BUFF_LIFE_TIME_EST); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_avail_buf_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1099:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(wb_avail_buf, _AVAIL_WB_BUFF_SIZE); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_flush_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1098:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(wb_flush_status, _WB_FLUSH_STATUS); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'psa_data_size_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1097:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(psa_data_size, _PSA_DATA_SIZE); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'psa_state_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1096:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(psa_state, _PSA_STATE); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'ffu_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1095:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(ffu_status, _FFU_STATUS); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'exception_event_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1094:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(exception_event_status, _EE_STATUS); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'exception_event_control_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1093:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(exception_event_control, _EE_CONTROL); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_number_of_rtt_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1092:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(max_number_of_rtt, _MAX_NUM_OF_RTT); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'configuration_descriptor_lock_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1091:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(configuration_descriptor_lock, _CONF_DESC_LOCK); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'reference_clock_frequency_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1090:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(reference_clock_frequency, _REF_CLK_FREQ); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_data_out_size_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1089:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(max_data_out_size, _MAX_DATA_OUT); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_data_in_size_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1088:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(max_data_in_size, _MAX_DATA_IN); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'purge_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1087:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(purge_status, _PURGE_STATUS); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'bkops_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1086:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(bkops_status, _BKOPS_STATUS); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'ooo_data_enabled_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1085:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(ooo_data_enabled, _OOO_DATA_EN); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'active_icc_level_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1084:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(active_icc_level, _ACTIVE_ICC_LVL); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'current_power_mode_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1083:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(current_power_mode, _POWER_MODE); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_data_size_hpb_single_cmd_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1082:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(max_data_size_hpb_single_cmd, _MAX_HPB_SINGLE_CMD); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'boot_lun_enabled_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1081:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(boot_lun_enabled, _BOOT_LU_EN); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'hpb_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1021:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(hpb_enable, _HPB_EN); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_flush_during_h8_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1020:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(wb_flush_during_h8, _WB_BUFF_FLUSH_DURING_HIBERN8); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_flush_en_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1019:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(wb_flush_en, _WB_BUFF_FLUSH_EN); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1018:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(wb_enable, _WB_EN); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'disable_fw_update_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1017:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(disable_fw_update, _PERMANENTLY_DISABLE_FW_UPDATE); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'busy_rtc_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1016:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(busy_rtc, _BUSY_RTC); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'phy_resource_removal_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1015:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(phy_resource_removal, _FPHYRESOURCEREMOVAL); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'life_span_mode_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1014:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(life_span_mode_enable, _LIFE_SPAN_MODE_ENABLE); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'bkops_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1013:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(bkops_enable, _BKOPS_EN); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'power_on_wpe_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1012:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(power_on_wpe, _PWR_ON_WPE); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'permanent_wpe_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1011:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(permanent_wpe, _PERMANENT_WPE); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'device_init_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1010:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(device_init, _FDEVICEINIT); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'product_revision_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized u8 *desc_buf; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:957:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(product_revision, _PRDCT_REV); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized int desc_len = QUERY_DESC_MAX_SIZE; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:957:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(product_revision, _PRDCT_REV); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'serial_number_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized u8 *desc_buf; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:956:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(serial_number, _SN); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized int desc_len = QUERY_DESC_MAX_SIZE; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:956:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(serial_number, _SN); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'oem_id_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized u8 *desc_buf; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:955:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(oem_id, _OEM_ID); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized int desc_len = QUERY_DESC_MAX_SIZE; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:955:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(oem_id, _OEM_ID); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'product_name_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized u8 *desc_buf; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:954:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(product_name, _PRDCT_NAME); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized int desc_len = QUERY_DESC_MAX_SIZE; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:954:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(product_name, _PRDCT_NAME); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'manufacturer_name_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized u8 *desc_buf; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:953:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(manufacturer_name, _MANF_NAME); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized int desc_len = QUERY_DESC_MAX_SIZE; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:953:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(manufacturer_name, _MANF_NAME); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'monitor_chunk_size_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:329:16: note: byref variable will be forcibly initialized unsigned long value, flags; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'ufs_sysfs_pm_lvl_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:43:23: note: byref variable will be forcibly initialized unsigned long flags, value; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'monitor_enable_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:294:16: note: byref variable will be forcibly initialized unsigned long value, flags; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_on_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:224:15: note: byref variable will be forcibly initialized unsigned int wb_enable; ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'auto_hibern8_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:187:15: note: byref variable will be forcibly initialized unsigned int timer; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c:8: /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c: In function 'cros_ec_sensor_ring_process_event': /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c:405:7: note: byref variable will be forcibly initialized s64 b = fifo_info->timestamp; ^ /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c:404:7: note: byref variable will be forcibly initialized s64 a = in->timestamp; ^ /kisskb/src/drivers/platform/chrome/cros_usbpd_notify.c: In function 'cros_usbpd_get_event_and_notify': /kisskb/src/drivers/platform/chrome/cros_usbpd_notify.c:103:39: note: byref variable will be forcibly initialized struct ec_response_host_event_status host_event_status; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c: In function 'cros_ec_sensorhub_ring_handler': /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c:769:26: note: byref variable will be forcibly initialized ktime_t fifo_timestamp, current_timestamp; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_search_final_phase': /kisskb/src/drivers/staging/rts5208/sd.c:1616:27: note: byref variable will be forcibly initialized struct timing_phase_path path[MAX_PHASE + 1]; ^~~~ /kisskb/src/drivers/mailbox/arm_mhu.c: In function 'mhu_rx_interrupt': /kisskb/src/drivers/mailbox/arm_mhu.c:44:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_data0_status': /kisskb/src/drivers/staging/rts5208/sd.c:98:5: note: byref variable will be forcibly initialized u8 stat; ^~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_send_cmd_get_rsp': /kisskb/src/drivers/staging/rts5208/sd.c:167:6: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_wait_state_data_ready': /kisskb/src/drivers/staging/rts5208/sd.c:671:5: note: byref variable will be forcibly initialized u8 rsp[5]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_update_lock_status': /kisskb/src/drivers/staging/rts5208/sd.c:644:5: note: byref variable will be forcibly initialized u8 rsp[5]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_csd': /kisskb/src/drivers/staging/rts5208/sd.c:399:5: note: byref variable will be forcibly initialized u8 rsp[16]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_change_phase': /kisskb/src/drivers/staging/rts5208/sd.c:819:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/staging/media/zoran/zoran_device.c: In function 'zr36057_enable_jpg': /kisskb/src/drivers/staging/media/zoran/zoran_device.c:623:26: note: byref variable will be forcibly initialized struct jpeg_com_marker com; ^~~ /kisskb/src/drivers/staging/media/zoran/zoran_device.c:622:26: note: byref variable will be forcibly initialized struct jpeg_app_marker app; ^~~ /kisskb/src/drivers/staging/media/zoran/zoran_device.c:608:6: note: byref variable will be forcibly initialized int field_size = zr->buffer_size / zr->jpg_settings.field_per_buff; ^~~~~~~~~~ /kisskb/src/drivers/staging/media/zoran/zoran_device.c:607:22: note: byref variable will be forcibly initialized struct vfe_settings cap; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_wait_data_idle': /kisskb/src/drivers/staging/rts5208/sd.c:1409:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'mmc_ddr_tuning_rx_cmd': /kisskb/src/drivers/staging/rts5208/sd.c:1492:5: note: byref variable will be forcibly initialized u8 cmd[5], bus_width; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_sdr_tuning_rx_cmd': /kisskb/src/drivers/staging/rts5208/sd.c:1429:5: note: byref variable will be forcibly initialized u8 cmd[5]; ^~~ /kisskb/src/drivers/staging/media/zoran/zoran_device.c: In function 'zoran_set_pci_master': /kisskb/src/drivers/staging/media/zoran/zoran_device.c:892:7: note: byref variable will be forcibly initialized u16 command; ^~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_ddr_tuning_rx_cmd': /kisskb/src/drivers/staging/rts5208/sd.c:1457:5: note: byref variable will be forcibly initialized u8 cmd[5]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_spec': /kisskb/src/drivers/staging/rts5208/sd.c:947:13: note: byref variable will be forcibly initialized u8 cmd[5], buf[8]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c:947:5: note: byref variable will be forcibly initialized u8 cmd[5], buf[8]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_switch_mode': /kisskb/src/drivers/staging/rts5208/sd.c:1093:13: note: byref variable will be forcibly initialized u8 cmd[5], buf[64]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c:1093:5: note: byref variable will be forcibly initialized u8 cmd[5], buf[64]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_switch': /kisskb/src/drivers/staging/rts5208/sd.c:1206:7: note: byref variable will be forcibly initialized u8 stat; ^~~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_probe': /kisskb/src/drivers/media/dvb-frontends/si2168.c:672:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_read_status': /kisskb/src/drivers/media/dvb-frontends/si2168.c:121:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_ts_bus_ctrl': /kisskb/src/drivers/media/dvb-frontends/si2168.c:87:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_read_lba0': /kisskb/src/drivers/staging/rts5208/sd.c:2209:5: note: byref variable will be forcibly initialized u8 cmd[5], bus_width; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_wp_state': /kisskb/src/drivers/staging/rts5208/sd.c:2244:13: note: byref variable will be forcibly initialized u8 cmd[5], buf[64]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c:2244:5: note: byref variable will be forcibly initialized u8 cmd[5], buf[64]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_set_frontend': /kisskb/src/drivers/media/dvb-frontends/si2168.c:236:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_ddr_tuning_tx_cmd': /kisskb/src/drivers/staging/rts5208/sd.c:1561:5: note: byref variable will be forcibly initialized u8 cmd[5], bus_width; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'mmc_test_switch_bus': /kisskb/src/drivers/staging/rts5208/sd.c:2734:7: note: byref variable will be forcibly initialized u8 rsp[5]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c:2717:7: note: byref variable will be forcibly initialized u8 rsp[5]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'mmc_switch_timing_bus': /kisskb/src/drivers/staging/rts5208/sd.c:2818:6: note: byref variable will be forcibly initialized u8 rsp[5]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_sleep': /kisskb/src/drivers/media/dvb-frontends/si2168.c:556:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_init': /kisskb/src/drivers/media/dvb-frontends/si2168.c:415:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c:414:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_voltage_switch': /kisskb/src/drivers/staging/rts5208/sd.c:729:5: note: byref variable will be forcibly initialized u8 stat; ^~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c: In function 'bnx2i_570x_send_conn_ofld_req': /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:790:34: note: byref variable will be forcibly initialized struct iscsi_kwqe_conn_offload2 ofld_req2; ^~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:789:34: note: byref variable will be forcibly initialized struct iscsi_kwqe_conn_offload1 ofld_req1; ^~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:788:15: note: byref variable will be forcibly initialized struct kwqe *kwqe_arr[2]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_deselect': /kisskb/src/drivers/media/dvb-frontends/si2168.c:612:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_read_edid': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:599:15: note: byref variable will be forcibly initialized unsigned int temp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_select': /kisskb/src/drivers/media/dvb-frontends/si2168.c:594:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_bridge_detect': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:925:15: note: byref variable will be forcibly initialized unsigned int reg_val = 0; ^~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c: In function 'bnx2i_ring_577xx_doorbell': /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:212:27: note: byref variable will be forcibly initialized struct bnx2i_5771x_dbell dbell; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_read_video_check': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:292:21: note: byref variable will be forcibly initialized unsigned int temp, temp2; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:292:15: note: byref variable will be forcibly initialized unsigned int temp, temp2; ^~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c: In function 'bnx2i_5771x_send_conn_ofld_req': /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:851:34: note: byref variable will be forcibly initialized struct iscsi_kwqe_conn_offload3 ofld_req3[1]; ^~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:850:34: note: byref variable will be forcibly initialized struct iscsi_kwqe_conn_offload2 ofld_req2; ^~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:849:34: note: byref variable will be forcibly initialized struct iscsi_kwqe_conn_offload1 ofld_req1; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_connector_detect': /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:848:15: note: byref variable will be forcibly initialized struct kwqe *kwqe_arr[5]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:585:15: note: byref variable will be forcibly initialized unsigned int reg_val = 0; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_read_device_rev': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:1004:15: note: byref variable will be forcibly initialized unsigned int rev; ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_enable_hpd_interrupts': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:432:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_pass_thru_mode': /kisskb/src/drivers/staging/rts5208/sd.c:3746:5: note: byref variable will be forcibly initialized u8 buf[18] = { ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_irq_thread_handler': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:394:15: note: byref variable will be forcibly initialized unsigned int irq_flag3 = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:393:15: note: byref variable will be forcibly initialized unsigned int irq_flag0 = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:760:36: note: byref variable will be forcibly initialized const struct mipi_dsi_device_info info = { "lt9611", 0, NULL }; ^~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'reset_sd': /kisskb/src/drivers/staging/rts5208/sd.c:2293:5: note: byref variable will be forcibly initialized u8 rsp[16]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:905:28: note: byref variable will be forcibly initialized struct hdmi_avi_infoframe avi_frame; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_hdmi_i2s_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:1063:21: note: byref variable will be forcibly initialized struct of_endpoint of_ep; ^~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c: In function 'bnx2i_unsol_pdu_adjust_rq': /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:1674:7: note: byref variable will be forcibly initialized char dummy_rq_data[2]; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c: In function 'bnx2i_send_iscsi_tmf': /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:391:6: note: byref variable will be forcibly initialized u32 scsi_lun[2]; ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'reset_mmc': /kisskb/src/drivers/staging/rts5208/sd.c:2876:5: note: byref variable will be forcibly initialized u8 rsp[16]; ^~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c: In function 'bnx2i_update_iscsi_conn': /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:635:32: note: byref variable will be forcibly initialized struct iscsi_kwqe_conn_update conn_update_kwqe; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:633:15: note: byref variable will be forcibly initialized struct kwqe *kwqe_arr[2]; ^~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c: In function 'bnx2i_send_conn_destroy': /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:754:33: note: byref variable will be forcibly initialized struct iscsi_kwqe_conn_destroy conn_cleanup; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:753:15: note: byref variable will be forcibly initialized struct kwqe *kwqe_arr[2]; ^~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c: In function 'bnx2i_send_fw_iscsi_init_msg': /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:1248:26: note: byref variable will be forcibly initialized struct iscsi_kwqe_init2 iscsi_init2; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:1247:26: note: byref variable will be forcibly initialized struct iscsi_kwqe_init1 iscsi_init; ^~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:1246:15: note: byref variable will be forcibly initialized struct kwqe *kwqe_arr[3]; ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_rw': /kisskb/src/drivers/staging/rts5208/sd.c:3496:6: note: byref variable will be forcibly initialized u8 stat = 0; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:17: /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c: In function 'bnx2i_percpu_io_thread': /kisskb/src/drivers/scsi/bnx2i/bnx2i_hwi.c:1856:12: note: byref variable will be forcibly initialized LIST_HEAD(work_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_execute_no_data': /kisskb/src/drivers/staging/rts5208/sd.c:3856:14: note: byref variable will be forcibly initialized u8 cmd_idx, rsp_type; ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c:3855:14: note: byref variable will be forcibly initialized int retval, rsp_len; ^~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_execute_read_data': /kisskb/src/drivers/staging/rts5208/sd.c:4055:6: note: byref variable will be forcibly initialized u8 cmd[5]; ^~~ /kisskb/src/drivers/staging/rts5208/sd.c:3969:14: note: byref variable will be forcibly initialized u8 cmd_idx, rsp_type, bus_width; ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c:3967:14: note: byref variable will be forcibly initialized int retval, rsp_len, i; ^~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_execute_write_data': /kisskb/src/drivers/staging/rts5208/sd.c:4203:14: note: byref variable will be forcibly initialized u8 cmd_idx, rsp_type; ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c:4201:14: note: byref variable will be forcibly initialized int retval, rsp_len, i; ^~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_read_cis': /kisskb/src/drivers/staging/rts5208/xd.c:274:16: note: byref variable will be forcibly initialized u8 ecc_bit, ecc_byte; ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:274:7: note: byref variable will be forcibly initialized u8 ecc_bit, ecc_byte; ^~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:246:16: note: byref variable will be forcibly initialized u8 ecc_bit, ecc_byte; ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:246:7: note: byref variable will be forcibly initialized u8 ecc_bit, ecc_byte; ^~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:204:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'reset_xd': /kisskb/src/drivers/staging/rts5208/xd.c:718:7: note: byref variable will be forcibly initialized u8 buf[10]; ^~~ /kisskb/src/drivers/staging/rts5208/xd.c:443:22: note: byref variable will be forcibly initialized u8 *ptr, id_buf[4], redunt[11]; ^~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:443:11: note: byref variable will be forcibly initialized u8 *ptr, id_buf[4], redunt[11]; ^~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_mark_bad_block': /kisskb/src/drivers/staging/rts5208/xd.c:998:5: note: byref variable will be forcibly initialized u8 reg = 0; ^~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_init_page': /kisskb/src/drivers/staging/rts5208/xd.c:1050:5: note: byref variable will be forcibly initialized u8 reg = 0; ^~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_erase_block': /kisskb/src/drivers/staging/rts5208/xd.c:1243:5: note: byref variable will be forcibly initialized u8 reg = 0, *ptr; ^~~ /kisskb/src/drivers/staging/rts5208/spi.c: In function 'spi_read_eeprom': /kisskb/src/drivers/staging/rts5208/spi.c:360:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_copy_page': /kisskb/src/drivers/staging/rts5208/xd.c:1103:8: note: byref variable will be forcibly initialized u8 i, reg = 0; ^~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_build_l2p_tbl': /kisskb/src/drivers/staging/rts5208/xd.c:1301:5: note: byref variable will be forcibly initialized u8 redunt[11]; ^~~~~~ /kisskb/src/drivers/staging/rts5208/spi.c: In function 'spi_read_flash': /kisskb/src/drivers/staging/rts5208/spi.c:557:26: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~~ /kisskb/src/drivers/staging/rts5208/spi.c:557:15: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~ /kisskb/src/drivers/staging/rts5208/spi.c: In function 'spi_write_flash': /kisskb/src/drivers/staging/rts5208/spi.c:654:26: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~~ /kisskb/src/drivers/staging/rts5208/spi.c:654:15: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_read_multiple_pages': /kisskb/src/drivers/staging/rts5208/xd.c:1506:5: note: byref variable will be forcibly initialized u8 reg_val, page_cnt; ^~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_write_multiple_pages': /kisskb/src/drivers/staging/rts5208/xd.c:1708:15: note: byref variable will be forcibly initialized u8 page_cnt, reg_val; ^~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_rw': /kisskb/src/drivers/staging/rts5208/xd.c:1835:26: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:1835:15: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/s921.c: In function 's921_i2c_readreg': /kisskb/src/drivers/media/dvb-frontends/s921.c:234:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/s921.c:232:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/s921.c: In function 's921_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/s921.c:384:17: note: byref variable will be forcibly initialized enum fe_status status; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/s921.c: In function 's921_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/s921.c:202:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/s921.c:201:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/staging/rts5208/ms.c:12: /kisskb/src/drivers/staging/rts5208/ms.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/staging/rts5208/ms.c:12: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_write_bytes': /kisskb/src/drivers/staging/rts5208/ms.c:193:6: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_set_rw_reg_addr': /kisskb/src/drivers/staging/rts5208/ms.c:306:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_switch_parallel_bus': /kisskb/src/drivers/staging/rts5208/ms.c:723:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_send_cmd': /kisskb/src/drivers/staging/rts5208/ms.c:326:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_set_tpc_para_sub': /kisskb/src/drivers/staging/rts5208/ms.c:3772:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mspro_set_rw_cmd': /kisskb/src/drivers/staging/rts5208/ms.c:2545:5: note: byref variable will be forcibly initialized u8 data[8]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_identify_media_type': /kisskb/src/drivers/staging/rts5208/ms.c:591:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_bytes': /kisskb/src/drivers/staging/rts5208/ms.c:260:6: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_confirm_cpu_startup': /kisskb/src/drivers/staging/rts5208/ms.c:675:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_status_reg': /kisskb/src/drivers/staging/rts5208/ms.c:1233:5: note: byref variable will be forcibly initialized u8 val[2]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_page': /kisskb/src/drivers/staging/rts5208/ms.c:1393:10: note: byref variable will be forcibly initialized u8 val, data[6]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1393:5: note: byref variable will be forcibly initialized u8 val, data[6]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_write_extra_data': /kisskb/src/drivers/staging/rts5208/ms.c:1337:10: note: byref variable will be forcibly initialized u8 val, data[16]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1337:5: note: byref variable will be forcibly initialized u8 val, data[16]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_init_page': /kisskb/src/drivers/staging/rts5208/ms.c:1598:5: note: byref variable will be forcibly initialized u8 extra[MS_EXTRA_SIZE], i; ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'check_ms_err': /kisskb/src/drivers/staging/rts5208/ms.c:3704:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_send_ex_cmd': /kisskb/src/drivers/staging/rts5208/ms.c:3740:5: note: byref variable will be forcibly initialized u8 data[8]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_extra_data': /kisskb/src/drivers/staging/rts5208/ms.c:1256:10: note: byref variable will be forcibly initialized u8 val, data[10]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1256:5: note: byref variable will be forcibly initialized u8 val, data[10]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_copy_page': /kisskb/src/drivers/staging/rts5208/ms.c:1628:38: note: byref variable will be forcibly initialized u8 extra[MS_EXTRA_SIZE], val, i, j, data[16]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1628:27: note: byref variable will be forcibly initialized u8 extra[MS_EXTRA_SIZE], val, i, j, data[16]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c:1628:5: note: byref variable will be forcibly initialized u8 extra[MS_EXTRA_SIZE], val, i, j, data[16]; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c: In function 'st6110x_init_regs': /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:338:5: note: byref variable will be forcibly initialized u8 default_regs[] = {0x07, 0x11, 0xdc, 0x85, 0x17, 0x01, 0xe6, 0x1e}; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c: In function 'stv6110x_read_reg': /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:36:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:35:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:34:5: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:55:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_set_bad_block': /kisskb/src/drivers/staging/rts5208/ms.c:1462:19: note: byref variable will be forcibly initialized u8 val, data[8], extra[MS_EXTRA_SIZE]; ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1462:10: note: byref variable will be forcibly initialized u8 val, data[8], extra[MS_EXTRA_SIZE]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1462:5: note: byref variable will be forcibly initialized u8 val, data[8], extra[MS_EXTRA_SIZE]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_erase_block': /kisskb/src/drivers/staging/rts5208/ms.c:1520:10: note: byref variable will be forcibly initialized u8 val, data[6]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1520:5: note: byref variable will be forcibly initialized u8 val, data[6]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_transfer_data': /kisskb/src/drivers/staging/rts5208/ms.c:100:5: note: byref variable will be forcibly initialized u8 val, err_code = 0; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_attribute_info': /kisskb/src/drivers/staging/rts5208/ms.c:877:52: note: byref variable will be forcibly initialized u8 val, *buf, class_code, device_type, sub_class, data[16]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:877:5: note: byref variable will be forcibly initialized u8 val, *buf, class_code, device_type, sub_class, data[16]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_switch_8bit_bus': /kisskb/src/drivers/staging/rts5208/ms.c:743:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mspro_read_format_progress': /kisskb/src/drivers/staging/rts5208/ms.c:2753:5: note: byref variable will be forcibly initialized u8 data[8]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:2752:10: note: byref variable will be forcibly initialized u8 cnt, tmp; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mspro_rw_multi_sector': /kisskb/src/drivers/staging/rts5208/ms.c:2616:5: note: byref variable will be forcibly initialized u8 val, trans_mode, rw_tpc, rw_cmd; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_init_l2p_tbl': /kisskb/src/drivers/staging/rts5208/ms.c:2101:11: note: byref variable will be forcibly initialized u8 val1, val2; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:2101:5: note: byref variable will be forcibly initialized u8 val1, val2; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_build_l2p_tbl': /kisskb/src/drivers/staging/rts5208/ms.c:2281:5: note: byref variable will be forcibly initialized u8 extra[MS_EXTRA_SIZE], us1, us2; ^~~~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_enable_func': /kisskb/src/drivers/mmc/core/sdio_io.c:62:16: note: byref variable will be forcibly initialized unsigned char reg; ^~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_disable_func': /kisskb/src/drivers/mmc/core/sdio_io.c:113:16: note: byref variable will be forcibly initialized unsigned char reg; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_write_multiple_pages': /kisskb/src/drivers/staging/rts5208/ms.c:3129:21: note: byref variable will be forcibly initialized u8 page_addr, val, data[16]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:3129:16: note: byref variable will be forcibly initialized u8 page_addr, val, data[16]; ^~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_readb': /kisskb/src/drivers/mmc/core/sdio_io.c:383:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_writeb_readb': /kisskb/src/drivers/mmc/core/sdio_io.c:445:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_f0_readb': /kisskb/src/drivers/mmc/core/sdio_io.c:635:16: note: byref variable will be forcibly initialized unsigned char val; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mspro_format': /kisskb/src/drivers/staging/rts5208/ms.c:2882:13: note: byref variable will be forcibly initialized u8 buf[8], tmp; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c:2882:5: note: byref variable will be forcibly initialized u8 buf[8], tmp; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'msxc_change_power': /kisskb/src/drivers/staging/rts5208/ms.c:839:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_set_leaf_id': /kisskb/src/drivers/staging/rts5208/ms.c:3803:15: note: byref variable will be forcibly initialized u8 buf1[32], buf2[12]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:3803:5: note: byref variable will be forcibly initialized u8 buf1[32], buf2[12]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_chg': /kisskb/src/drivers/staging/rts5208/ms.c:3899:5: note: byref variable will be forcibly initialized u8 buf[32]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_get_rsp_chg': /kisskb/src/drivers/staging/rts5208/ms.c:3973:15: note: byref variable will be forcibly initialized u8 buf1[32], buf2[36]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:3973:5: note: byref variable will be forcibly initialized u8 buf1[32], buf2[36]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_rsp': /kisskb/src/drivers/staging/rts5208/ms.c:4028:5: note: byref variable will be forcibly initialized u8 buf[32]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'reset_ms': /kisskb/src/drivers/staging/rts5208/ms.c:1884:10: note: byref variable will be forcibly initialized u8 val, extra[MS_EXTRA_SIZE], j, *ptr; ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1884:5: note: byref variable will be forcibly initialized u8 val, extra[MS_EXTRA_SIZE], j, *ptr; ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_wr_reg_val_tab': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:39:5: note: byref variable will be forcibly initialized u8 buf[83]; ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_get_frontend': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1186:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_multiple_pages': /kisskb/src/drivers/staging/rts5208/ms.c:2960:54: note: byref variable will be forcibly initialized u8 extra[MS_EXTRA_SIZE], page_addr, val, trans_cfg, data[6]; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:2960:38: note: byref variable will be forcibly initialized u8 extra[MS_EXTRA_SIZE], page_addr, val, trans_cfg, data[6]; ^~~ /kisskb/src/drivers/staging/rts5208/ms.c:2960:5: note: byref variable will be forcibly initialized u8 extra[MS_EXTRA_SIZE], page_addr, val, trans_cfg, data[6]; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_probe': /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:206:6: note: byref variable will be forcibly initialized u32 if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1773:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'sdio_get_pending_irqs': /kisskb/src/drivers/mmc/core/sdio_irq.c:46:17: note: byref variable will be forcibly initialized unsigned char dummy; ^~~~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'process_sdio_pending_irqs': /kisskb/src/drivers/mmc/core/sdio_irq.c:63:16: note: byref variable will be forcibly initialized unsigned char pending; ^~~~~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_rw_multi_sector': /kisskb/src/drivers/staging/rts5208/ms.c:3397:26: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_diseqc_send_burst': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1551:15: note: byref variable will be forcibly initialized unsigned int utmp, burst; ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:3397:15: note: byref variable will be forcibly initialized unsigned int index = 0, offset = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_read_status': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:24:5: note: byref variable will be forcibly initialized u8 buf[5]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c:23:15: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_diseqc_send_master_cmd': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1472:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/scsi/ufs/ufs_bsg.c: In function 'ufs_bsg_request': /kisskb/src/drivers/scsi/ufs/ufs_bsg.c:90:6: note: byref variable will be forcibly initialized int desc_len = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs_bsg.c:89:11: note: byref variable will be forcibly initialized uint8_t *desc_buff = NULL; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_read_status': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:288:16: note: byref variable will be forcibly initialized unsigned int utmp, post_bit_error, post_bit_count; ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:177:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:176:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_init': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:400:25: note: byref variable will be forcibly initialized const struct firmware *firmware; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c:399:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'sdio_claim_irq': /kisskb/src/drivers/mmc/core/sdio_irq.c:302:16: note: byref variable will be forcibly initialized unsigned char reg; ^~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'sdio_release_irq': /kisskb/src/drivers/mmc/core/sdio_irq.c:345:16: note: byref variable will be forcibly initialized unsigned char reg; ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_probe': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:582:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103b_dt_read': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:115:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:114:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:113:5: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:74:5: note: byref variable will be forcibly initialized u8 buf[] = {reg, data}; ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103b_select_mclk': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:383:6: note: byref variable will be forcibly initialized u32 offset_MHz[3]; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:382:6: note: byref variable will be forcibly initialized u8 reg16_list[3] = {96, 92, 100}, reg16, reg15; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:381:6: note: byref variable will be forcibly initialized u32 adc_Freq_MHz[3] = {96, 93, 99}; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_set_frontend': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:632:40: note: byref variable will be forcibly initialized u32 tuner_frequency_khz, target_mclk, u32tmp; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:632:6: note: byref variable will be forcibly initialized u32 tuner_frequency_khz, target_mclk, u32tmp; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:630:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_init': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1022:25: note: byref variable will be forcibly initialized const struct firmware *firmware; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1021:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_select': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1645:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_get_agc_pwm': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:159:11: note: byref variable will be forcibly initialized unsigned tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_attach': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1674:24: note: byref variable will be forcibly initialized struct i2c_board_info board_info; ^~~~~~~~~~ /kisskb/src/drivers/mmc/core/regulator.c: In function 'mmc_regulator_set_ocr': /kisskb/src/drivers/mmc/core/regulator.c:111:16: note: byref variable will be forcibly initialized int min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/mmc/core/regulator.c:111:8: note: byref variable will be forcibly initialized int min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_write_page': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:701:22: note: byref variable will be forcibly initialized struct reg_sequence seq_write_addr[] = { ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:691:22: note: byref variable will be forcibly initialized struct reg_sequence seq_write_prepare[] = { ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/regulator.c: In function 'mmc_regulator_set_vqmmc': /kisskb/src/drivers/mmc/core/regulator.c:182:25: note: byref variable will be forcibly initialized int ret, volt, min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/mmc/core/regulator.c:182:11: note: byref variable will be forcibly initialized int ret, volt, min_uV, max_uV; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_read_page': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:721:22: note: byref variable will be forcibly initialized struct reg_sequence seq_read_page[] = { ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_read': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:738:22: note: byref variable will be forcibly initialized struct reg_sequence seq_read_setup[] = { ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_update': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:811:8: note: byref variable will be forcibly initialized char buf[LT9611UXC_FW_PAGE_SIZE]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:777:22: note: byref variable will be forcibly initialized struct reg_sequence seq_block_erase[] = { ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:768:22: note: byref variable will be forcibly initialized struct reg_sequence seq_setup[] = { ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:766:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/firmware.h:7, from /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:7: /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_wait_for_edid': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:494:9: note: in expansion of macro 'wait_event_interruptible_timeout' return wait_event_interruptible_timeout(lt9611uxc->wq, lt9611uxc->edid_read, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_bridge_detect': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:470:15: note: byref variable will be forcibly initialized unsigned int reg_val = 0; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_read_device_rev': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:586:27: note: byref variable will be forcibly initialized unsigned int rev0, rev1, rev2; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:586:21: note: byref variable will be forcibly initialized unsigned int rev0, rev1, rev2; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:586:15: note: byref variable will be forcibly initialized unsigned int rev0, rev1, rev2; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_read_version': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:606:15: note: byref variable will be forcibly initialized unsigned int rev; ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:257:36: note: byref variable will be forcibly initialized const struct mipi_dsi_device_info info = { "lt9611uxc", 0, NULL }; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_irq_thread_handler': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:141:15: note: byref variable will be forcibly initialized unsigned int hpd_status = 0; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:140:15: note: byref variable will be forcibly initialized unsigned int irq_status = 0; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_hdmi_i2s_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:640:21: note: byref variable will be forcibly initialized struct of_endpoint of_ep; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_set_hpb_read_to_upiu': /kisskb/src/drivers/scsi/ufs/ufshpb.c:341:9: note: byref variable will be forcibly initialized __be64 ppn_tmp = ppn; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_prep_entry': /kisskb/src/drivers/scsi/ufs/ufshpb.c:439:25: note: byref variable will be forcibly initialized int rgn_idx, srgn_idx, srgn_offset; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c:439:15: note: byref variable will be forcibly initialized int rgn_idx, srgn_idx, srgn_offset; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c:439:6: note: byref variable will be forcibly initialized int rgn_idx, srgn_idx, srgn_offset; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_pre_req_compl_fn': /kisskb/src/drivers/scsi/ufs/ufshpb.c:410:25: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c: In function 'stdp2690_get_edid': /kisskb/src/drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c:75:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c:71:16: note: byref variable will be forcibly initialized unsigned char start = 0x00; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'inflight_map_req_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2265:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'timeout_polling_interval_ms_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2237:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'read_timeout_expiries_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2209:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'read_timeout_ms_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2181:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'eviction_thld_exit_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2154:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'eviction_thld_enter_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2127:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'normalization_factor_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2100:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'activation_thld_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2073:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'requeue_timeout_ms_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2049:6: note: byref variable will be forcibly initialized int val; ^~~ In file included from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/scsi/ufs/ufshpb.c:13: /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_read_to_handler': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1081:12: note: byref variable will be forcibly initialized LIST_HEAD(expired_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_get_lu_info': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2649:7: note: byref variable will be forcibly initialized char desc_buf[QUERY_DESC_MAX_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c:2647:6: note: byref variable will be forcibly initialized int size; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/scsi/ufs/ufshcd.h:18, from /kisskb/src/drivers/scsi/ufs/ufshpb.c:15: /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/scsi/ufs/ufshpb.c:13: /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_run_inactive_region_list': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1701:12: note: byref variable will be forcibly initialized LIST_HEAD(pending_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_write_regs': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:717:17: note: byref variable will be forcibly initialized struct i2c_msg i2c_msg = { .addr = config->address, .flags = 0, .buf = buf, .len = 2 + count }; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:716:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/mailbox/arm_mhu_db.c: In function 'mhu_db_mbox_irq_to_channel': /kisskb/src/drivers/mailbox/arm_mhu_db.c:97:16: note: byref variable will be forcibly initialized unsigned long bits; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/unaligned/packed_struct.h:4, from /kisskb/src/include/asm-generic/unaligned.h:9, from ./arch/arm64/include/generated/asm/unaligned.h:1, from /kisskb/src/drivers/scsi/ufs/ufshpb.c:12: /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/include/linux/cgroup-defs.h:22, from /kisskb/src/include/linux/cgroup.h:28, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/include/linux/regulator/consumer.h:35, from /kisskb/src/drivers/scsi/ufs/ufshcd.h:32, from /kisskb/src/drivers/scsi/ufs/ufshpb.c:15: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/include/linux/amba/bus.h:14, from /kisskb/src/drivers/mailbox/arm_mhu_db.c:9: /kisskb/src/drivers/mailbox/arm_mhu_db.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/amba/bus.h:15, from /kisskb/src/drivers/mailbox/arm_mhu_db.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mailbox/arm_mhu_db.c: In function 'mhu_db_probe': /kisskb/src/drivers/mailbox/arm_mhu_db.c:250:6: note: byref variable will be forcibly initialized u32 cell_count; ^~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_check_hpb_reset_query': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2531:7: note: byref variable will be forcibly initialized bool flag_res = true; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_prep': /kisskb/src/drivers/scsi/ufs/ufshpb.c:613:6: note: byref variable will be forcibly initialized int read_id = 0; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c:612:39: note: byref variable will be forcibly initialized int transfer_len, rgn_idx, srgn_idx, srgn_offset; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c:612:29: note: byref variable will be forcibly initialized int transfer_len, rgn_idx, srgn_idx, srgn_offset; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c:612:20: note: byref variable will be forcibly initialized int transfer_len, rgn_idx, srgn_idx, srgn_offset; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c:610:9: note: byref variable will be forcibly initialized __be64 ppn; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_get_dev_info': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2864:6: note: byref variable will be forcibly initialized u32 max_hpb_single_cmd = HPB_MULTI_CHUNK_LOW; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_read_reg': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:691:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:689:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:688:5: note: byref variable will be forcibly initialized u8 b0[] = { reg >> 8, reg & 0xff }; ^~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'of_hwspin_lock_get_id': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:343:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:341:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_read_buf': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:150:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:149:5: note: byref variable will be forcibly initialized u8 data = addr; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_readb': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:5: note: byref variable will be forcibly initialized u8 ret = 0; ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_burst_receive': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:670:5: note: byref variable will be forcibly initialized u8 buf[3], *d; ^~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'hwspin_lock_request': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:711:21: note: byref variable will be forcibly initialized struct hwspinlock *hwlock; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_write_buf': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:192:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_burst_send': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:658:6: note: byref variable will be forcibly initialized u8 b[2] = { min(ctx->burst.rx_ack, 255), 0 }; ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function '__sii8620_write_seq': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:241:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, seq[i], seq[i + 1]); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_enable_gen2_write_burst': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized const u16 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:318:2: note: in expansion of macro 'sii8620_write_seq' sii8620_write_seq(ctx, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mt_read_devcap_send': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized const u16 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:465:2: note: in expansion of macro 'sii8620_write_seq' sii8620_write_seq(ctx, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_stop_video': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1011:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_TPI_SC, val); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_setbits': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:259:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, addr, val); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_set_format': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized const u16 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1043:2: note: in expansion of macro 'sii8620_write_seq' sii8620_write_seq(ctx, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_emsc_enable': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1413:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_EMSCINTRMASK, BIT_EMSCINTR_SPI_DVLD); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1412:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_EMSCINTR, reg); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mt_msc_cmd_send': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:376:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_MSC_COMMAND_START, ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:375:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_MSC_CMD_OR_OFFSET, msg->reg[1]); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:370:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_MSC_COMMAND_START, ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:365:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_MSC_COMMAND_START, ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_edid': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1925:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_INTR9, stat); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_block': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1986:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_EMSCINTR, stat); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_merr': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1918:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_CBUS_INT_1, stat); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_send_features': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1750:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_MDT_XMIT_CTRL, BIT_MDT_XMIT_CTRL_EN ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1748:5: note: byref variable will be forcibly initialized u8 buf[16]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_coc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1911:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_COC_INTR, stat); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_read_burst': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1645:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_MDT_RCV_CTRL, BIT_MDT_RCV_CTRL_MDT_RCV_EN | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1642:5: note: byref variable will be forcibly initialized u8 buf[17]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_cbus_reset': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:966:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_PWD_SRST, BIT_PWD_SRST_CBUS_RST_SW_EN); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:963:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_PWD_SRST, BIT_PWD_SRST_CBUS_RST ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_set_mode': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1482:4: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_CBUS3_CNVT, 0x85); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1451:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_M3_CTRL, VAL_M3_CTRL_MHL3_VALUE); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_write_unlocked': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:202:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_read_unlocked': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:187:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_update_bits_unlocked': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:215:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_thread': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2028:5: note: byref variable will be forcibly initialized u8 stats[LEN_FAST_INTR_STAT]; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_i2c_bypass_deselect': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:901:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_status_dcap_ready': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1677:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_INTR9_MASK, BIT_INTR9_DEVCAP_DONE ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_read_per': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:3570:17: note: byref variable will be forcibly initialized enum fe_status status; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_i2c_bypass_select': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:855:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_connector_detect': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:252:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_ddc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2001:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_INTR3, stat); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1994:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_INTR3_MASK, 0); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_g2wb': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1666:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_MDT_INT_0, stat); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1664:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_MDT_XMIT_CTRL, 0); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:359:28: note: byref variable will be forcibly initialized struct hdmi_avi_infoframe frame; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:358:5: note: byref variable will be forcibly initialized u8 buf[HDMI_INFOFRAME_SIZE(AVI)]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_disc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1637:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_CBUS_DISC_INTR0, stat); ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/isl6423.c: In function 'isl6423_write': /kisskb/src/drivers/media/dvb-frontends/isl6423.c:62:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = ®, .len = 1 }; ^~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_get_modes': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:276:6: note: byref variable will be forcibly initialized u32 bus_format = MEDIA_BUS_FMT_RGB888_1X24; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_msc_mr_write_stat': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1699:23: note: byref variable will be forcibly initialized u8 st[MHL_DST_SIZE], xst[MHL_XDS_SIZE]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_interrupt': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1699:5: note: byref variable will be forcibly initialized u8 st[MHL_DST_SIZE], xst[MHL_XDS_SIZE]; ^~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:823:15: note: byref variable will be forcibly initialized unsigned int status = 0; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_tdm': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1972:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_TRXINTH, stat); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_audio_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:709:21: note: byref variable will be forcibly initialized struct of_endpoint of_ep; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_msc_mr_set_int': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1776:5: note: byref variable will be forcibly initialized u8 ints[MHL_INT_SIZE]; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_audio_hw_params': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:511:5: note: byref variable will be forcibly initialized u8 infoframe_buf[HDMI_INFOFRAME_SIZE(AUDIO)]; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:506:5: note: byref variable will be forcibly initialized u8 i2s_config_reg = SII902X_TPI_I2S_SD_DIRECTION_MSB_FIRST; ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_set_infoframes': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1134:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_TPI_INFO_FSEL, BIT_TPI_INFO_FSEL_EN ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1125:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_PKT_FILTER_0, ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1117:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_PKT_FILTER_0, ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1115:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_TPI_SC, ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1101:5: note: byref variable will be forcibly initialized u8 buf[31]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1100:23: note: byref variable will be forcibly initialized union hdmi_infoframe frm; ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1099:24: note: byref variable will be forcibly initialized struct mhl3_infoframe mhl_frm; ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_start_video': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized const u16 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1201:3: note: in expansion of macro 'sii8620_write_seq' sii8620_write_seq(ctx, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1153:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_TPI_SC, 0); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1151:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_RX_HDMI_CTRL2, ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_scdt': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1942:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_INTR5, stat); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_audio_codec_init': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:756:5: note: byref variable will be forcibly initialized u8 lanes[4]; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_fetch_edid': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized const u16 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:863:2: note: in expansion of macro 'sii8620_write_seq' sii8620_write_seq(ctx, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_init': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:963:5: note: byref variable will be forcibly initialized u8 chipid[4]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized const u16 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:810:3: note: in expansion of macro 'sii8620_write_seq' sii8620_write_seq(ctx, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:962:15: note: byref variable will be forcibly initialized unsigned int status = 0; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized const u16 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:805:3: note: in expansion of macro 'sii8620_write_seq' sii8620_write_seq(ctx, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:794:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_DDC_ADDR, 0x50 << 1); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:790:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_DDC_STATUS, ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized const u16 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:777:2: note: in expansion of macro 'sii8620_write_seq' sii8620_write_seq(ctx, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_identify_sink': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:489:7: note: byref variable will be forcibly initialized char sink_name[20]; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mr_devcap': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:516:5: note: byref variable will be forcibly initialized u8 dcap[MHL_DCAP_SIZE]; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mt_read_devcap_recv': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized const u16 d[] = { seq }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:549:2: note: in expansion of macro 'sii8620_write_seq' sii8620_write_seq(ctx, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_msc_mr_msc_msg': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1829:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_msc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1864:4: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_CBUS_INT_0, BIT_CBUS_HPD_CHG); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1858:3: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_CBUS_INT_0, stat & ~BIT_CBUS_HPD_CHG); ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_write_reg': /kisskb/src/drivers/media/dvb-frontends/ec100.c:24:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c:23:5: note: byref variable will be forcibly initialized u8 buf[2] = {reg, val}; ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_reg': /kisskb/src/drivers/media/dvb-frontends/ec100.c:49:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/ec100.c:235:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_ber': /kisskb/src/drivers/media/dvb-frontends/ec100.c:203:10: note: byref variable will be forcibly initialized u8 tmp, tmp2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c:203:5: note: byref variable will be forcibly initialized u8 tmp, tmp2; ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_xtal_set_rate': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:931:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_HDCP2X_TP1, rates[i].tp1); ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:930:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_DIV_CTL_MAIN, rates[i].div); ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_status': /kisskb/src/drivers/media/dvb-frontends/ec100.c:167:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_cable_in': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized u8 d[] = { arr }; \ ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2074:2: note: in expansion of macro 'sii8620_write' sii8620_write(ctx, REG_DPD, ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2055:5: note: byref variable will be forcibly initialized u8 ver[5]; ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_attach': /kisskb/src/drivers/media/dvb-frontends/ec100.c:276:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_sw_algo': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:2402:33: note: byref variable will be forcibly initialized s32 inc, timeout_step, trials, steps_max; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:2402:11: note: byref variable will be forcibly initialized s32 inc, timeout_step, trials, steps_max; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:2402:6: note: byref variable will be forcibly initialized 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:51: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_algo': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:3166:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/staging/media/tegra-video/vi.c: In function 'tegra_vi_channels_alloc': /kisskb/src/drivers/staging/media/tegra-video/vi.c:1347:15: note: byref variable will be forcibly initialized unsigned int port_num; ^~~~~~~~ /kisskb/src/drivers/staging/media/tegra-video/vi.c: In function 'tegra_vi_graph_build': /kisskb/src/drivers/staging/media/tegra-video/vi.c:1575:26: note: byref variable will be forcibly initialized struct v4l2_fwnode_link link; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ix2505v.c: In function 'ix2505v_write': /kisskb/src/drivers/media/dvb-frontends/ix2505v.c:67:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/ix2505v.c: In function 'ix2505v_read_status_reg': /kisskb/src/drivers/media/dvb-frontends/ix2505v.c:55:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/ix2505v.c:52:5: note: byref variable will be forcibly initialized u8 b2[] = {0}; ^~ /kisskb/src/drivers/staging/media/tegra-video/vi.c: In function 'tegra_channel_s_dv_timings': /kisskb/src/drivers/staging/media/tegra-video/vi.c:790:25: note: byref variable will be forcibly initialized struct v4l2_dv_timings curr_timings; ^~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:7: /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, 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:209:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function '__beiscsi_iface_get_param': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:515:34: note: byref variable will be forcibly initialized struct be_cmd_get_if_info_resp *if_info; ^~~~~~~ /kisskb/src/drivers/staging/media/tegra-video/vi.c: In function '__tegra_channel_try_format': /kisskb/src/drivers/staging/media/tegra-video/vi.c:495:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format fmt; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_open_conn': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:1053:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/staging/media/tegra-video/vi.c: In function 'tegra_channel_set_format': /kisskb/src/drivers/staging/media/tegra-video/vi.c:587:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format fmt; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_dabuf_map': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2513:19: note: byref variable will be forcibly initialized int error = 0, nirecs, i; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2510:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec, *irecs = &irec; ^~~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_iface_create_default': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:279:34: note: byref variable will be forcibly initialized struct be_cmd_get_if_info_resp *if_info; ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_iface_set_param': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:435:11: note: byref variable will be forcibly initialized uint32_t rm_len = dt_len; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1367:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_iface_get_param': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:576:37: note: byref variable will be forcibly initialized struct be_cmd_get_def_gateway_resp gateway; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_order': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1770:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr node2hdr; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1769:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr node1hdr; ^~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_get_macaddr': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:801:34: note: byref variable will be forcibly initialized struct be_cmd_get_nic_conf_resp resp; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:873:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr2; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:872:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr1; ^~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_conn_start': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:903:32: note: byref variable will be forcibly initialized struct beiscsi_offload_params params; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_add': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1010:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1497:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr save_hdr; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1496:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr drop_hdr; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_remove': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1442:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_verify': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:212:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_fixhashpath': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1416:29: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1391:8: note: byref variable will be forcibly initialized int count; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_grow_inode_int': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2150:8: note: byref variable will be forcibly initialized int nmap, error, got, i, mapi; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2149:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map, *mapp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_grow_inode': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2231:17: note: byref variable will be forcibly initialized xfs_fileoff_t bno; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2595:8: note: byref variable will be forcibly initialized int nmap = 1; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2594:27: note: byref variable will be forcibly initialized struct xfs_buf_map map, *mapp = ↦ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2594:21: note: byref variable will be forcibly initialized struct xfs_buf_map map, *mapp = ↦ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2593:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_create': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:431:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_root_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:685:30: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:672:29: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr icnodehdr; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:647:15: note: byref variable will be forcibly initialized xfs_dablk_t blkno; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:643:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:641:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_read_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2632:8: note: byref variable will be forcibly initialized int nmap = 1; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2631:27: note: byref variable will be forcibly initialized struct xfs_buf_map map, *mapp = ↦ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2631:21: note: byref variable will be forcibly initialized struct xfs_buf_map map, *mapp = ↦ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2630:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_blk_unlink': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1894:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_blk_link': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1801:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:773:15: note: byref variable will be forcibly initialized xfs_dablk_t blkno; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:772:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:479:8: note: byref variable will be forcibly initialized int action = 0; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_path_shift': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1977:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1976:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1312:29: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr thdr; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1253:8: note: byref variable will be forcibly initialized int retval; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1249:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1248:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1588:8: note: byref variable will be forcibly initialized int retval; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1579:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_probe': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:556:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_search': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:326:17: note: byref variable will be forcibly initialized enum fe_status status = 0; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_swap_lastblock': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2326:29: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr deadhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2316:30: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2272:17: note: byref variable will be forcibly initialized xfs_fileoff_t lastoff; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2270:19: note: byref variable will be forcibly initialized struct xfs_buf *par_buf; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2269:19: note: byref variable will be forcibly initialized struct xfs_buf *sib_buf; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2268:19: note: byref variable will be forcibly initialized struct xfs_buf *last_buf; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2263:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr par_hdr; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_gpio_set': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:440:5: note: byref variable will be forcibly initialized u8 gpio[GPIO_COUNT]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_gpio_direction_output': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:426:5: note: byref variable will be forcibly initialized u8 gpio[GPIO_COUNT]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_attach': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:520:32: note: byref variable will be forcibly initialized struct cxd2820r_platform_data pdata; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:519:24: note: byref variable will be forcibly initialized struct i2c_board_info board_info; ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_shrink_inode': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2468:8: note: byref variable will be forcibly initialized int done, error, w, count; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_root_join': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1179:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr oldroothdr; ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1178:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_join': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1067:8: note: byref variable will be forcibly initialized int action = 0; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_reada_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2670:8: note: byref variable will be forcibly initialized int nmap; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2669:22: note: byref variable will be forcibly initialized struct xfs_buf_map *mapp; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2668:21: note: byref variable will be forcibly initialized struct xfs_buf_map map; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_set_frontend_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:20:22: note: byref variable will be forcibly initialized struct reg_val_mask tab[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:19:6: note: byref variable will be forcibly initialized u32 if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:18:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_get_frontend_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:95:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:94:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_read_status_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:149:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:148:15: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_set_frontend_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:30:22: note: byref variable will be forcibly initialized struct reg_val_mask tab[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:25:5: note: byref variable will be forcibly initialized u8 bw_params2[][2] = { ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:20:5: note: byref variable will be forcibly initialized u8 bw_params1[][5] = { ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:19:5: note: byref variable will be forcibly initialized u8 buf[3], bw_param; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:18:6: note: byref variable will be forcibly initialized u32 if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_get_frontend_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:133:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:132:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_read_status_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:254:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/staging/media/zoran/zoran_driver.c: In function 'zoran_s_selection': /kisskb/src/drivers/staging/media/zoran/zoran_driver.c:701:28: note: byref variable will be forcibly initialized struct zoran_jpg_settings settings; ^~~~~~~~ /kisskb/src/drivers/staging/media/zoran/zoran_driver.c: In function 'zoran_try_fmt_vid_out': /kisskb/src/drivers/staging/media/zoran/zoran_driver.c:351:28: note: byref variable will be forcibly initialized struct zoran_jpg_settings settings; ^~~~~~~~ /kisskb/src/drivers/staging/media/zoran/zoran_driver.c: In function 'zoran_s_fmt_vid_out': /kisskb/src/drivers/staging/media/zoran/zoran_driver.c:448:28: note: byref variable will be forcibly initialized struct zoran_jpg_settings settings; ^~~~~~~~ /kisskb/src/drivers/staging/media/zoran/zoran_driver.c:447:9: note: byref variable will be forcibly initialized __le32 printformat = __cpu_to_le32(fmt->fmt.pix.pixelformat); ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:11: /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'ufshcd_parse_clock_info': /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:31:6: note: byref variable will be forcibly initialized int len = 0; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:28:8: note: byref variable will be forcibly initialized char *name; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'ufshcd_populate_vreg': /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:109:7: note: byref variable will be forcibly initialized char prop_name[MAX_PROP_SIZE]; ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'ufshcd_pltfrm_init': /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:318:18: note: byref variable will be forcibly initialized struct ufs_hba *hba; ^~~ /kisskb/src/drivers/mailbox/platform_mhu.c: In function 'platform_mhu_rx_interrupt': /kisskb/src/drivers/mailbox/platform_mhu.c:50:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_set_frontend_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:26:22: note: byref variable will be forcibly initialized struct reg_val_mask tab[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:20:5: note: byref variable will be forcibly initialized u8 bw_params1[][5] = { ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:19:5: note: byref variable will be forcibly initialized u8 buf[3], bw_param; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:18:6: note: byref variable will be forcibly initialized u32 if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-qcom.c: In function 'ufs_qcom_link_startup_post_change': /kisskb/src/drivers/scsi/ufs/ufs-qcom.c:195:6: note: byref variable will be forcibly initialized u32 tx_lanes; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-qcom.c: In function 'ufs_qcom_check_hibern8': /kisskb/src/drivers/scsi/ufs/ufs-qcom.c:203:6: note: byref variable will be forcibly initialized u32 tx_fsm_val = 0; ^~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-qcom.c: In function 'ufs_qcom_quirk_host_pa_saveconfigtime': /kisskb/src/drivers/scsi/ufs/ufs-qcom.c:789:6: note: byref variable will be forcibly initialized u32 pa_vs_config_reg1; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-qcom.c: In function 'ufs_qcom_set_dme_vs_core_clk_ctrl_clear_div': /kisskb/src/drivers/scsi/ufs/ufs-qcom.c:1131:6: note: byref variable will be forcibly initialized u32 core_clk_ctrl_reg; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-qcom.c: In function 'ufs_qcom_clk_scale_down_pre_change': /kisskb/src/drivers/scsi/ufs/ufs-qcom.c:1176:6: note: byref variable will be forcibly initialized u32 core_clk_ctrl_reg; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_get_frontend_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:163:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:162:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_read_status_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:282:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/scsi/ufs/ufs-qcom.c: In function 'ufs_qcom_pwr_change_notify': /kisskb/src/drivers/scsi/ufs/ufs-qcom.c:707:24: note: byref variable will be forcibly initialized struct ufs_dev_params ufs_qcom_cap; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c:11: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c: In function 'qcom_hwspinlock_unlock': /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c:42:6: note: byref variable will be forcibly initialized u32 lock_owner; ^~~~~~~~~~ /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c: In function 'qcom_hwspinlock_trylock': /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c:25:6: note: byref variable will be forcibly initialized u32 lock_owner; ^~~~~~~~~~ /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c: In function 'qcom_hwspinlock_probe': /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c:136:6: note: byref variable will be forcibly initialized u32 base; ^~~~ /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c:135:6: note: byref variable will be forcibly initialized u32 stride; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c: In function '__hwrm_req_init': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c:64:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358764.c: In function 'tc358764_write': /kisskb/src/drivers/gpu/drm/bridge/tc358764.c:191:5: note: byref variable will be forcibly initialized u8 data[6]; ^~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358764.c: In function 'tc358764_init': /kisskb/src/drivers/gpu/drm/bridge/tc358764.c:221:6: note: byref variable will be forcibly initialized u32 v = 0; ^ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c: In function 'bnx2i_setup_write_cmd_bd_info': /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:88:6: note: byref variable will be forcibly initialized u32 start_bd_idx; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:87:6: note: byref variable will be forcibly initialized u32 start_bd_offset; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_write': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:182:6: note: byref variable will be forcibly initialized int tmpval = val; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_update_bits': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:214:11: note: byref variable will be forcibly initialized u32 tmp, orig; ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:18: /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c: In function 'bnx2i_ep_poll': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:1958:7: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(bnx2i_ep->ofld_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c: In function 'bnx2i_tear_down_conn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:1747:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(ep->ofld_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c: In function 'bnx2i_ep_connect': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:1859:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(bnx2i_ep->ofld_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_dsi_host_transfer': /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:1786:23: note: byref variable will be forcibly initialized struct cnic_sockaddr saddr; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:454:25: note: byref variable will be forcibly initialized struct mipi_dsi_packet packet; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_dsi_host_attach': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:375:20: note: byref variable will be forcibly initialized struct drm_panel *panel; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:374:21: note: byref variable will be forcibly initialized struct drm_bridge *bridge; ^~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c: In function 'bnx2i_cpy_scsi_cdb': /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:1135:6: note: byref variable will be forcibly initialized u32 scsi_lun[2]; ^~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:1131:6: note: byref variable will be forcibly initialized u32 dword; ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:18: /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c: In function 'bnx2i_conn_start': /kisskb/src/drivers/media/dvb-frontends/stv6111.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/stv6111.c:320:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = adr, .flags = 0, ^~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:1624:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(bnx2i_conn->ep->ofld_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6111.c: In function 'write_regs': /kisskb/src/drivers/media/dvb-frontends/stv6111.c:332:5: note: byref variable will be forcibly initialized u8 d[12]; ^ /kisskb/src/drivers/media/dvb-frontends/stv6111.c: In function 'write_reg': /kisskb/src/drivers/media/dvb-frontends/stv6111.c:341:5: note: byref variable will be forcibly initialized 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:307:17: note: byref variable will be forcibly initialized 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:582:6: note: byref variable will be forcibly initialized 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:357:6: note: byref variable will be forcibly initialized u8 regval; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6111.c: In function 'set_lof': /kisskb/src/drivers/media/dvb-frontends/stv6111.c:454:10: note: byref variable will be forcibly initialized u8 icp, tmp; ^~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c: In function 'bnx2i_hw_ep_disconnect': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_iscsi.c:2097:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(bnx2i_ep->ofld_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg24': /kisskb/src/drivers/media/dvb-frontends/si2165.c:116:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg16': /kisskb/src/drivers/media/dvb-frontends/si2165.c:105:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg16': /kisskb/src/drivers/media/dvb-frontends/si2165.c:131:5: note: byref variable will be forcibly initialized u8 buf[2] = { val & 0xff, (val >> 8) & 0xff }; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg32': /kisskb/src/drivers/media/dvb-frontends/si2165.c:145:5: note: byref variable will be forcibly initialized u8 buf[4] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_set_if_freq_shift': /kisskb/src/drivers/media/dvb-frontends/si2165.c:849:6: note: byref variable will be forcibly initialized u32 IF = 0; ^~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_init_pll': /kisskb/src/drivers/media/dvb-frontends/si2165.c:209:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_upload_firmware_block': /kisskb/src/drivers/media/dvb-frontends/si2165.c:290:5: note: byref variable will be forcibly initialized u8 buf_ctrl[4] = { 0x00, 0x00, 0x00, 0xc0 }; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg24': /kisskb/src/drivers/media/dvb-frontends/si2165.c:138:5: note: byref variable will be forcibly initialized u8 buf[3] = { val & 0xff, (val >> 8) & 0xff, (val >> 16) & 0xff }; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg8': /kisskb/src/drivers/media/dvb-frontends/si2165.c:95:15: note: byref variable will be forcibly initialized unsigned int val_tmp; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_wait_init_done': /kisskb/src/drivers/media/dvb-frontends/si2165.c:270:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_probe': /kisskb/src/drivers/media/dvb-frontends/si2165.c:1154:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_read_status': /kisskb/src/drivers/media/dvb-frontends/si2165.c:768:9: note: byref variable will be forcibly initialized u32 biterrcnt; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:672:6: note: byref variable will be forcibly initialized u32 u32tmp; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:671:5: note: byref variable will be forcibly initialized u8 u8tmp; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_set_frontend': /kisskb/src/drivers/media/dvb-frontends/si2165.c:1039:5: note: byref variable will be forcibly initialized u8 val[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg_mask8': /kisskb/src/drivers/media/dvb-frontends/si2165.c:158:6: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_upload_firmware': /kisskb/src/drivers/media/dvb-frontends/si2165.c:372:6: note: byref variable will be forcibly initialized u32 offset; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:368:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:365:6: note: byref variable will be forcibly initialized u16 val16; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:364:5: note: byref variable will be forcibly initialized u8 val[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_init': /kisskb/src/drivers/media/dvb-frontends/si2165.c:530:5: note: byref variable will be forcibly initialized u8 patch_version = 0x00; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:529:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c: In function 'tfp410_parse_timings': /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:228:6: note: byref variable will be forcibly initialized u32 deskew = 0; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:227:6: note: byref variable will be forcibly initialized u32 bus_width = 24; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:226:6: note: byref variable will be forcibly initialized u32 pclk_sample = 0; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c: In function 'tfp410_i2c_probe': /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:383:6: note: byref variable will be forcibly initialized int reg; ^~~ /kisskb/src/drivers/scsi/ufs/ufs-exynos.c: In function 'exynos_ufs_config_smu': /kisskb/src/drivers/scsi/ufs/ufs-exynos.c:557:11: note: byref variable will be forcibly initialized u32 reg, val; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_pid_filter': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:606:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/scsi/ufs/ufs-exynos.c: In function 'exynos_ufs_host_reset': /kisskb/src/drivers/scsi/ufs/ufs-exynos.c:1012:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/scsi/ufs/ufs-exynos.c: In function 'exynos_ufs_post_hibern8': /kisskb/src/drivers/scsi/ufs/ufs-exynos.c:1079:7: note: byref variable will be forcibly initialized u32 cur_mode = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-exynos.c: In function 'exynos_ufs_calc_pwm_clk_div': /kisskb/src/drivers/scsi/ufs/ufs-exynos.c:343:13: note: byref variable will be forcibly initialized int i = 0, clk_idx = -1; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-exynos.c: In function 'exynos_ufs_post_pwr_mode': /kisskb/src/drivers/scsi/ufs/ufs-exynos.c:662:7: note: byref variable will be forcibly initialized char pwr_str[PWR_MODE_STR_LEN] = ""; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_probe': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:777:5: note: byref variable will be forcibly initialized u8 u8tmp; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_read_status': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:388:12: note: byref variable will be forcibly initialized u8 u8tmp, buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:388:5: note: byref variable will be forcibly initialized u8 u8tmp, buf[2]; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_rd_demod_reg': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:148:15: note: byref variable will be forcibly initialized u8 msb, lsb, reading[4], len; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_get_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:530:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_get_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:274:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_pid_filter': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:980:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/scsi/ufs/ufs-exynos.c: In function 'exynos_ufs_pre_pwr_mode': /kisskb/src/drivers/scsi/ufs/ufs-exynos.c:612:24: note: byref variable will be forcibly initialized struct ufs_dev_params ufs_exynos_cap; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_set_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:166:14: note: byref variable will be forcibly initialized u32 if_ctl, if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:165:13: note: byref variable will be forcibly initialized u8 buf[3], u8tmp; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:165:5: note: byref variable will be forcibly initialized u8 buf[3], u8tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_wr_demod_reg': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:178:27: note: byref variable will be forcibly initialized u8 msb, lsb, reading[4], writing[4], len; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:178:15: note: byref variable will be forcibly initialized u8 msb, lsb, reading[4], writing[4], len; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_read': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:695:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_gather_write': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:749:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:748:5: note: byref variable will be forcibly initialized u8 buf[256]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_write': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:723:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_init': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:253:27: note: byref variable will be forcibly initialized struct rtl2832_reg_value rtl2832_initial_regs[] = { ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_set_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:446:7: note: byref variable will be forcibly initialized u32 if_freq; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_read_status': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:644:12: note: byref variable will be forcibly initialized u8 u8tmp, buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:644:5: note: byref variable will be forcibly initialized u8 u8tmp, buf[2]; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:643:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_probe': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:1031:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/mailbox/bcm2835-mailbox.c: In function 'bcm2835_mbox_irq': /kisskb/src/drivers/mailbox/bcm2835-mailbox.c:73:7: note: byref variable will be forcibly initialized u32 msg = readl(mbox->regs + MAIL0_RD); ^~~ /kisskb/src/drivers/mailbox/ti-msgmgr.c: In function 'ti_msgmgr_queue_rx_interrupt': /kisskb/src/drivers/mailbox/ti-msgmgr.c:210:27: note: byref variable will be forcibly initialized struct ti_msgmgr_message message; ^~~~~~~ /kisskb/src/drivers/mailbox/ti-msgmgr.c: In function 'ti_msgmgr_queue_rx_irq_req': /kisskb/src/drivers/mailbox/ti-msgmgr.c:413:7: note: byref variable will be forcibly initialized char of_rx_irq_name[7]; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/mailbox/ti-msgmgr.c:11: /kisskb/src/drivers/mailbox/ti-msgmgr.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/mailbox/ti-msgmgr.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mailbox/ti-msgmgr.c: In function 'ti_msgmgr_probe': /kisskb/src/drivers/mailbox/ti-msgmgr.c:784:37: note: byref variable will be forcibly initialized struct ti_msgmgr_valid_queue_desc sproxy_desc; ^~~~~~~~~~~ /kisskb/src/drivers/mailbox/pl320-ipc.c: In function 'ipc_handler': /kisskb/src/drivers/mailbox/pl320-ipc.c:102:6: note: byref variable will be forcibly initialized u32 data[7]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:229:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'write16_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:354:33: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm[6], len; ^~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c: In function 'm88rs2000_writereg': /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:56:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:55:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c: In function 'm88rs2000_readreg': /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:78:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:76:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:75:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c: In function 'm88rs2000_set_frontend': /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:603:6: note: byref variable will be forcibly initialized u32 tuner_freq; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'reg_read': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:68:17: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522s_read_status': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:128:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_write_regs': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:51:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c:50:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'reg_write': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:49:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_leave_power_save': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:117:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 data[5]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522s_set_tsid': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:100:17: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct reg_val rv; ^~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_enter_power_save': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:90:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_attach': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:339:5: note: byref variable will be forcibly initialized u8 buf[3], val; ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522_set_if_agc': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:536:17: note: byref variable will be forcibly initialized struct reg_val agc_ter[] = { ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c:530:17: note: byref variable will be forcibly initialized 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/drivers/media/dvb-frontends/drxk_hard.c: In function 'write32_flags': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:383:33: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm[8], len; ^~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_read': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:253:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522_master_xfer': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:640:5: note: byref variable will be forcibly initialized u8 wbuf[256]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'read16_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:286:41: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm1[4], mm2[2], len; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:286:33: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm1[4], mm2[2], len; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6676:6: note: byref variable will be forcibly initialized u16 err; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_dvbt_lock_status': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4078:6: note: byref variable will be forcibly initialized u16 sc_comm_exec = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4077:6: note: byref variable will be forcibly initialized u16 sc_ra_ram_lock = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522t_get_frontend': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:403:7: note: byref variable will be forcibly initialized u16 dummy; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c:337:5: note: byref variable will be forcibly initialized u8 val[15], mode; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_strength': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6402:17: note: byref variable will be forcibly initialized u16 scu_coc = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6401:17: note: byref variable will be forcibly initialized u16 scu_lvl = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6397:29: note: byref variable will be forcibly initialized struct s_cfg_agc rf_agc, if_agc; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522s_get_frontend': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:245:7: note: byref variable will be forcibly initialized u16 dummy; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c:202:5: note: byref variable will be forcibly initialized u8 val[10]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_stop': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1399:6: note: byref variable will be forcibly initialized u16 fec_oc_ipr_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1398:6: note: byref variable will be forcibly initialized u16 fec_oc_snc_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_iqm_af': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1528:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'write_gpio': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5858:6: note: byref variable will be forcibly initialized u16 value = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'adc_sync_measurement': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2840:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'adc_synchronization': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2889:7: note: byref variable will be forcibly initialized u16 clk_neg = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2878:6: note: byref variable will be forcibly initialized u16 count = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_agc_rf': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2139:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_agc_if': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2291:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_dto_setup': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1969:6: note: byref variable will be forcibly initialized u16 fec_oc_reg_ipr_mode = 0; /* FEC_OC_IPR_MODE register value */ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1968:6: note: byref variable will be forcibly initialized u16 fec_oc_reg_mode = 0; /* FEC_OC_MODE register value */ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_ctrl_set_echo_threshold': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3367:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_activate_presets': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3439:36: note: byref variable will be forcibly initialized struct drxk_cfg_dvbt_echo_thres_t echo_thres8k = { 0, DRX_FFTMODE_8K }; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3438:36: note: byref variable will be forcibly initialized struct drxk_cfg_dvbt_echo_thres_t echo_thres2k = { 0, DRX_FFTMODE_2K }; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'init_agc': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3002:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_sysfs.c: In function 'bnx2i_set_ccell_info': /kisskb/src/drivers/scsi/bnx2i/bnx2i_sysfs.c:119:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/scsi/bnx2i/bnx2i_sysfs.c: In function 'bnx2i_set_sq_info': /kisskb/src/drivers/scsi/bnx2i/bnx2i_sysfs.c:64:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_start': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1899:6: note: byref variable will be forcibly initialized u16 fec_oc_snc_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'read32_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:320:41: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm1[4], mm2[4], len; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:320:33: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm1[4], mm2[4], len; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_device_capabilities': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:788:6: note: byref variable will be forcibly initialized u32 sio_top_jtagid_lo = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:787:6: note: byref variable will be forcibly initialized u16 sio_pdr_ohw_cfg = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxx_open': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:757:6: note: byref variable will be forcibly initialized u16 key = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:756:6: note: byref variable will be forcibly initialized u16 bid = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:755:6: note: byref variable will be forcibly initialized u32 jtag = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_read1': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:219:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[1] = { {.addr = adr, .flags = I2C_M_RD, ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'hi_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1007:7: note: byref variable will be forcibly initialized u16 wait_cmd; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_device': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:472:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_enable_ofdm_token_ring': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1360:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_discard_rx': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:1205:6: note: byref variable will be forcibly initialized u32 tmp_raw_cons = *raw_cons; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_sc_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3203:6: note: byref variable will be forcibly initialized u16 sc_exec = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3201:6: note: byref variable will be forcibly initialized u16 err_code = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3200:6: note: byref variable will be forcibly initialized u16 cur_cmd = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_dvbt_signal_to_noise': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2481:6: note: byref variable will be forcibly initialized u16 transmission_params = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2474:6: note: byref variable will be forcibly initialized u16 eq_reg_td_req_smb_cnt = 0; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2473:6: note: byref variable will be forcibly initialized u16 eq_reg_td_tps_pwr_ofs = 0; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2472:6: note: byref variable will be forcibly initialized u16 eq_reg_td_sqr_err_exp = 0; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2469:6: note: byref variable will be forcibly initialized u16 reg_data = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_qam_signal_to_noise': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2420:6: note: byref variable will be forcibly initialized u16 qam_sl_err_power = 0; /* accum. error between ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_read_snr': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6655:6: note: byref variable will be forcibly initialized s32 snr2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'scu_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1439:7: note: byref variable will be forcibly initialized char errname[30]; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1436:5: note: byref variable will be forcibly initialized u8 buffer[34]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1433:6: note: byref variable will be forcibly initialized u16 cur_cmd = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_qam_lock_status': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5327:6: note: byref variable will be forcibly initialized u16 result[2] = { 0, 0 }; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_get_stats': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6509:6: note: byref variable will be forcibly initialized s32 cnr; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6501:6: note: byref variable will be forcibly initialized u16 reg16; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6500:6: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_down_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4128:6: note: byref variable will be forcibly initialized u16 cmd_result; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4127:6: note: byref variable will be forcibly initialized 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:5229:6: note: byref variable will be forcibly initialized u16 cmd_result; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'qam_demodulator_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5376:7: note: byref variable will be forcibly initialized u16 set_env_parameters[1] = { 0 }; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5370:6: note: byref variable will be forcibly initialized u16 set_param_parameters[4] = { 0, 0, 0, 0 }; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5369:6: note: byref variable will be forcibly initialized u16 cmd_result; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5427:6: note: byref variable will be forcibly initialized u16 cmd_result; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_dvbt': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3721:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:18: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_down_dvbt': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1670:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1669:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1668:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_dvbt': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3319:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRX_POWER_UP; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4112:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'bl_chain_cmd': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1251:6: note: byref variable will be forcibly initialized u16 bl_status = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_dvbt_standard': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3476:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3475:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function '__bnxt_hwrm_reserve_pf_rings': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6035:30: note: byref variable will be forcibly initialized struct hwrm_func_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function '__bnxt_hwrm_reserve_vf_rings': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6088:33: note: byref variable will be forcibly initialized struct hwrm_func_vf_cfg_input *req; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'bl_direct_cmd': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2790:6: note: byref variable will be forcibly initialized u16 bl_status = 0; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function '__bnxt_hwrm_set_coal_nq': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6551:54: note: byref variable will be forcibly initialized struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_port_qstats': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:8136:33: note: byref variable will be forcibly initialized struct hwrm_port_qstats_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_set_async_event_cr': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5636:34: note: byref variable will be forcibly initialized struct hwrm_func_vf_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5625:31: note: byref variable will be forcibly initialized struct hwrm_func_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_vnic_set_hds': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5180:39: note: byref variable will be forcibly initialized struct hwrm_vnic_plcmodes_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_vnic_set_tpa': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4917:34: note: byref variable will be forcibly initialized struct hwrm_vnic_tpa_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_vnic_free_one': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5334:32: note: byref variable will be forcibly initialized struct hwrm_vnic_free_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_vnic_ctx_free_one': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5203:46: note: byref variable will be forcibly initialized struct hwrm_vnic_rss_cos_lb_ctx_free_input *req; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_set_parameters': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6327:6: note: byref variable will be forcibly initialized u32 IF; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_func_drv_unrgtr': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4636:37: note: byref variable will be forcibly initialized struct hwrm_func_drv_unrgtr_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_func_backing_store_cfg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6964:44: note: byref variable will be forcibly initialized struct hwrm_func_backing_store_cfg_input *req; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'init_drxk': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6034:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_set_cache_line_size': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:8336:30: note: byref variable will be forcibly initialized struct hwrm_func_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_set_br_mode': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:8313:30: note: byref variable will be forcibly initialized struct hwrm_func_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_port_phy_write': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:10467:41: note: byref variable will be forcibly initialized struct hwrm_port_phy_mdio_write_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_cfa_ntuple_filter_free': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4750:44: note: byref variable will be forcibly initialized struct hwrm_cfa_ntuple_filter_free_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_fw_echo_reply': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11662:40: note: byref variable will be forcibly initialized struct hwrm_func_echo_response_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_get_rings': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5985:8: note: byref variable will be forcibly initialized int tx = hw_resc->resv_tx_rings; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5984:8: note: byref variable will be forcibly initialized int rx = hw_resc->resv_rx_rings; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5954:31: note: byref variable will be forcibly initialized struct hwrm_func_qcfg_input *req; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_attach': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6810:26: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_func_qstat_ext': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4055:37: note: byref variable will be forcibly initialized struct hwrm_func_qstats_ext_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_port_qstats_ext': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:8163:37: note: byref variable will be forcibly initialized struct hwrm_port_qstats_ext_input *req_qs; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:8161:40: note: byref variable will be forcibly initialized struct hwrm_queue_pri2cos_qcfg_input *req_qc; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_stat_ctx_alloc': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6711:36: note: byref variable will be forcibly initialized struct hwrm_stat_ctx_alloc_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_ring_grp_alloc': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5446:36: note: byref variable will be forcibly initialized struct hwrm_ring_grp_alloc_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_vnic_ctx_alloc': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5233:47: note: byref variable will be forcibly initialized struct hwrm_vnic_rss_cos_lb_ctx_alloc_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_set_vnic_filter': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4855:41: note: byref variable will be forcibly initialized struct hwrm_cfa_l2_filter_alloc_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_func_qcfg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6746:31: note: byref variable will be forcibly initialized struct hwrm_func_qcfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_clear_vnic_filter': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4890:40: note: byref variable will be forcibly initialized struct hwrm_cfa_l2_filter_free_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_ring_grp_free': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5480:35: note: byref variable will be forcibly initialized struct hwrm_ring_grp_free_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_stat_ctx_free': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6669:35: note: byref variable will be forcibly initialized struct hwrm_stat_ctx_free_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6668:40: note: byref variable will be forcibly initialized struct hwrm_stat_ctx_clr_stats_input *req0 = NULL; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_queue_qportcfg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:7845:36: note: byref variable will be forcibly initialized struct hwrm_queue_qportcfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_get_wol_fltrs': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:9913:37: note: byref variable will be forcibly initialized struct hwrm_wol_filter_qcfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_cfa_adv_flow_mgnt_qcaps': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:7590:45: note: byref variable will be forcibly initialized struct hwrm_cfa_adv_flow_mgnt_qcaps_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_error_recovery_qcfg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:7757:41: note: byref variable will be forcibly initialized struct hwrm_error_recovery_qcfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_vnic_qcaps': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5400:32: note: byref variable will be forcibly initialized struct hwrm_vnic_qcaps_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_port_led_qcaps': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:9831:36: note: byref variable will be forcibly initialized struct hwrm_port_led_qcaps_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_port_phy_read': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:10436:40: note: byref variable will be forcibly initialized struct hwrm_port_phy_mdio_read_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_cfa_ntuple_filter_alloc': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4784:45: note: byref variable will be forcibly initialized struct hwrm_cfa_ntuple_filter_alloc_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_dbg_hwrm_ring_info_get': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11143:39: note: byref variable will be forcibly initialized struct hwrm_dbg_ring_info_get_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_chk_missed_irq': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11606:8: note: byref variable will be forcibly initialized u32 val[2]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_cfa_l2_set_rx_mask': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4731:40: note: byref variable will be forcibly initialized struct hwrm_cfa_l2_set_rx_mask_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_func_backing_store_qcaps': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6857:46: note: byref variable will be forcibly initialized struct hwrm_func_backing_store_qcaps_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_coal_params_qcaps': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6440:39: note: byref variable will be forcibly initialized struct hwrm_ring_aggint_qcaps_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_rx_ring_reset': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11216:32: note: byref variable will be forcibly initialized struct hwrm_ring_reset_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'hwrm_ring_alloc_send_msg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5507:32: note: byref variable will be forcibly initialized struct hwrm_ring_alloc_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_vnic_alloc': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5362:32: note: byref variable will be forcibly initialized struct hwrm_vnic_alloc_input *req; ^~~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_read_status': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:231:5: note: byref variable will be forcibly initialized u8 u8tmp; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_set_frontend': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:43:6: note: byref variable will be forcibly initialized u32 if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'hwrm_ring_free_send_msg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5818:31: note: byref variable will be forcibly initialized struct hwrm_ring_free_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_tunnel_dst_port_free': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4650:42: note: byref variable will be forcibly initialized struct hwrm_tunnel_dst_port_free_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_tunnel_dst_port_alloc': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4692:43: note: byref variable will be forcibly initialized struct hwrm_tunnel_dst_port_alloc_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_udp_tunnel_sync': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:12646:25: note: byref variable will be forcibly initialized struct udp_tunnel_info ti; ^~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_i2c_master_xfer': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:316:5: note: byref variable will be forcibly initialized u8 u8tmp; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_vnic_set_rss': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5116:34: note: byref variable will be forcibly initialized struct hwrm_vnic_rss_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_cfg_rx_mode': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:10730:40: note: byref variable will be forcibly initialized struct hwrm_cfa_l2_filter_free_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_phy_qcaps': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:9302:36: note: byref variable will be forcibly initialized struct hwrm_port_phy_qcaps_input *req; ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'dvb_pll_set_params': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:671:17: note: byref variable will be forcibly initialized struct i2c_msg msg = ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:670:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'dvb_pll_sleep': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:648:18: note: byref variable will be forcibly initialized struct i2c_msg msg = { .flags = 0, ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'dvb_pll_init': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:745:18: note: byref variable will be forcibly initialized struct i2c_msg msg = { .flags = 0, ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'samsung_dtos403ih102a_set': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:414:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c: In function 'opera1_bw': /kisskb/src/drivers/media/dvb-frontends/dvb-pll.c:343:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c: In function 'stv0299_readregs': /kisskb/src/drivers/media/dvb-frontends/stv0299.c:115:17: note: byref variable will be forcibly initialized 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:237:5: note: byref variable will be forcibly initialized s8 rtf; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c:236:5: note: byref variable will be forcibly initialized u8 sfr[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c: In function 'stv0299_writeregI': /kisskb/src/drivers/media/dvb-frontends/stv0299.c:74:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c:73:5: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c:99:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c:98:5: note: byref variable will be forcibly initialized 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:399:10: note: byref variable will be forcibly initialized ktime_t nexttime; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_set_rx_mode': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:10692:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'tegra_hsp_doorbell_irq': /kisskb/src/drivers/mailbox/tegra-hsp.c:172:24: note: byref variable will be forcibly initialized unsigned long master, value; ^~~~~ /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'tegra_hsp_shared_irq': /kisskb/src/drivers/mailbox/tegra-hsp.c:210:21: note: byref variable will be forcibly initialized unsigned long bit, mask; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/mailbox/tegra-hsp.c:6: /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mailbox_controller.h:9, from /kisskb/src/drivers/mailbox/tegra-hsp.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_tpa_end': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:1663:14: note: byref variable will be forcibly initialized dma_addr_t new_mapping; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_get_max_irq': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:12861:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function '__bnxt_hwrm_ptp_qcfg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:7407:39: note: byref variable will be forcibly initialized struct hwrm_port_mac_ptp_qcfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function '__bnxt_hwrm_func_qcaps': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:7469:32: note: byref variable will be forcibly initialized struct hwrm_func_qcaps_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_poll': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:7895:29: note: byref variable will be forcibly initialized struct hwrm_ver_get_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_ver_get': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:7914:29: note: byref variable will be forcibly initialized struct hwrm_ver_get_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_func_reset': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:7820:32: note: byref variable will be forcibly initialized struct hwrm_func_reset_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_nvm_cfg_ver_get': /kisskb/src/drivers/staging/media/zoran/zoran_card.c: In function 'zoran_probe': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:7834:38: note: byref variable will be forcibly initialized struct hwrm_nvm_get_dev_info_output nvm_info; ^~~~~~~~ /kisskb/src/drivers/staging/media/zoran/zoran_card.c:1060:16: note: byref variable will be forcibly initialized unsigned char latency, need_latency; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_reenable_sriov': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:10305:7: note: byref variable will be forcibly initialized int n = pf->active_vfs; ^ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_shutdown_link': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:9656:34: note: byref variable will be forcibly initialized struct hwrm_port_phy_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_fw_reset_writel': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:12006:6: note: byref variable will be forcibly initialized u32 val = fw_health->fw_reset_seq_vals[reg_idx]; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_log_enable_store': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:107:11: note: byref variable will be forcibly initialized uint32_t param_val = 0;\ ^~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c:140:1: note: in expansion of macro 'beiscsi_store_param' beiscsi_store_param(_name)\ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c:148:1: note: in expansion of macro 'BEISCSI_RW_ATTR' BEISCSI_RW_ATTR(log_enable, 0x00, ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_reset_all': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:12049:31: note: byref variable will be forcibly initialized struct hwrm_fw_reset_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_bridge_setlink': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:12686:6: note: byref variable will be forcibly initialized int rem, rc = 0; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_ioctl': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:10504:7: note: byref variable will be forcibly initialized u16 mii_regval = 0; ^~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:36: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_features_check': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11078:6: note: byref variable will be forcibly initialized u8 *l4_proto; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_vpd_read_info': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:13106:25: note: byref variable will be forcibly initialized unsigned int vpd_size, kw_len; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:13106:15: note: byref variable will be forcibly initialized unsigned int vpd_size, kw_len; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_alloc_rx_data': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:819:13: note: byref variable will be forcibly initialized dma_addr_t mapping; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_alloc_one_rx_ring': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:3521:14: note: byref variable will be forcibly initialized dma_addr_t mapping; ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_hdq_process_compl': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:1769:24: note: byref variable will be forcibly initialized u8 ulp_num, consumed, header = 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/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/reboot.h:6, from /kisskb/src/drivers/scsi/be2iscsi/be_main.c:26: /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_bsg_request': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c:4829:8: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c:4793:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_rx_pkt': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:1974:12: note: byref variable will be forcibly initialized u64 ns, ts; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:1776:6: note: byref variable will be forcibly initialized u8 *data_ptr, agg_bufs, cmp_type; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:1775:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:1772:6: note: byref variable will be forcibly initialized u32 tmp_raw_cons = *raw_cons; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_fw_health_readl': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:2056:25: note: byref variable will be forcibly initialized u32 reg_type, reg_off, val = 0; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'be2iscsi_enable_msix': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:3563:23: note: byref variable will be forcibly initialized struct irq_affinity desc = { .post_vectors = 1 }; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_poll_nitroa0': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:2525:5: note: byref variable will be forcibly initialized u8 event = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:2523:6: note: byref variable will be forcibly initialized u32 raw_cons = cpr->cp_raw_cons; ^~~~~~~~ In file included from /kisskb/src/drivers/scsi/be2iscsi/be_main.c:28: /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function '__bnxt_poll_work': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:2399:5: note: byref variable will be forcibly initialized u8 event = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:2395:6: note: byref variable will be forcibly initialized u32 raw_cons = cpr->cp_raw_cons; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_read_reg': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:152:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c:150:5: note: byref variable will be forcibly initialized u8 regs[STB6100_NUMREGS]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24110.c: In function 'cx24110_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24110.c:106:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24110.c:105:5: note: byref variable will be forcibly initialized u8 buf [] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_read_regs': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:124:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24110.c: In function 'cx24110_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24110.c:123:17: note: byref variable will be forcibly initialized struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24110.c:122:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/cx24110.c:121:5: note: byref variable will be forcibly initialized u8 b0 [] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_get_frequency': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:304:5: note: byref variable will be forcibly initialized u8 regs[STB6100_NUMREGS]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_write_reg_range': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:177:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c:176:5: note: byref variable will be forcibly initialized u8 cmdbuf[MAX_XFER_SIZE]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_write_reg': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:217:5: note: byref variable will be forcibly initialized u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_alloc_mem': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:2448:13: note: byref variable will be forcibly initialized dma_addr_t bus_add; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_func_drv_rgtr': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4576:7: note: byref variable will be forcibly initialized u32 data[8]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4548:35: note: byref variable will be forcibly initialized struct hwrm_func_drv_rgtr_input *req; ^~~ In file included from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:4545:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(async_events_bmap, 256); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_create_eqs': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:2999:13: note: byref variable will be forcibly initialized dma_addr_t paddr; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_vnic_set_rss_p5': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5142:34: note: byref variable will be forcibly initialized struct hwrm_vnic_rss_cfg_input *req; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_create_cqs': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:3065:13: note: byref variable will be forcibly initialized dma_addr_t paddr; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_vnic_cfg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:5260:30: note: byref variable will be forcibly initialized struct hwrm_vnic_cfg_input *req; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_post_pages': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:3269:20: note: byref variable will be forcibly initialized struct be_dma_mem sgl; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_post_template_hdr': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:3234:20: note: byref variable will be forcibly initialized struct be_dma_mem sgl; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function '__bnxt_hwrm_get_tx_rings': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6009:31: note: byref variable will be forcibly initialized struct hwrm_func_qcfg_input *req; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_create_wrb_rings': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:3336:20: note: byref variable will be forcibly initialized struct be_dma_mem sgl; ^~~ /kisskb/src/drivers/staging/media/tegra-video/csi.c: In function 'tegra_csi_channels_alloc': /kisskb/src/drivers/staging/media/tegra-video/csi.c:483:22: note: byref variable will be forcibly initialized unsigned int lanes, portno, num_pads; ^~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/staging/media/tegra-video/csi.c:6: /kisskb/src/drivers/staging/media/tegra-video/csi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/staging/media/tegra-video/csi.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function '__bnxt_reserve_rings': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6288:11: note: byref variable will be forcibly initialized int grp, rx_rings, rc; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6286:6: note: byref variable will be forcibly initialized int tx = bp->tx_nr_rings; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_set_ring_coal': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6580:19: note: byref variable will be forcibly initialized struct bnxt_coal coal; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6578:54: note: byref variable will be forcibly initialized struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req_rx; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_set_coal': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6607:63: note: byref variable will be forcibly initialized struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req_rx, *req_tx, ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:6607:54: note: byref variable will be forcibly initialized struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req_rx, *req_tx, ^~~~~~ /kisskb/src/drivers/mailbox/armada-37xx-rwtm-mailbox.c: In function 'a37xx_mbox_receive': /kisskb/src/drivers/mailbox/armada-37xx-rwtm-mailbox.c:46:33: note: byref variable will be forcibly initialized struct armada_37xx_rwtm_rx_msg rx_msg; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_init_chip': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:8602:7: note: byref variable will be forcibly initialized u32 mask = 0; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_func_resc_qcaps': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:7349:41: note: byref variable will be forcibly initialized struct hwrm_func_resource_qcaps_input *req; ^~~ /kisskb/src/drivers/staging/media/tegra-video/tegra210.c: In function 'tegra_channel_capture_done': /kisskb/src/drivers/staging/media/tegra-video/tegra210.c:426:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_fw_set_time': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:8029:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:8028:33: note: byref variable will be forcibly initialized struct hwrm_fw_set_time_input *req; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/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/staging/media/tegra-video/tegra210.c:11: /kisskb/src/drivers/staging/media/tegra-video/tegra210.c: In function 'chan_capture_kthread_finish': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/tegra-video/tegra210.c:507:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(chan->done_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/tegra-video/tegra210.c: In function 'tegra_channel_capture_frame': /kisskb/src/drivers/staging/media/tegra-video/tegra210.c:328:14: note: byref variable will be forcibly initialized u32 thresh, value, frame_start, mw_ack_done; ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_eqd_update_work': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:5168:20: note: byref variable will be forcibly initialized struct be_set_eqd set_eqd[MAX_CPUS]; ^~~~~~~ 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/staging/media/tegra-video/tegra210.c:11: /kisskb/src/drivers/staging/media/tegra-video/tegra210.c: In function 'chan_capture_kthread_start': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/tegra-video/tegra210.c:466:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(chan->start_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_fw_reset_close': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11428:7: note: byref variable will be forcibly initialized u16 val = 0; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_set_pause': /kisskb/src/drivers/staging/media/tegra-video/tegra210.c: In function 'tegra210_csi_port_start_streaming': /kisskb/src/drivers/staging/media/tegra-video/tegra210.c:882:5: note: byref variable will be forcibly initialized u8 ths_settle_time = 10; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/tegra-video/tegra210.c:881:5: note: byref variable will be forcibly initialized u8 clk_settle_time = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:9583:34: note: byref variable will be forcibly initialized struct hwrm_port_phy_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_set_link_setting': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:9637:34: note: byref variable will be forcibly initialized struct hwrm_port_phy_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_update_link': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:9366:35: note: byref variable will be forcibly initialized struct hwrm_port_phy_qcfg_input *req; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_eh_abort': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:223:24: note: byref variable will be forcibly initialized struct invldt_cmd_tbl inv_tbl; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_if_change': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:9725:40: note: byref variable will be forcibly initialized struct hwrm_func_drv_if_change_input *req; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_alloc_pdu': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:4359:13: note: byref variable will be forcibly initialized dma_addr_t paddr; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_alloc_wol_fltr': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:9874:38: note: byref variable will be forcibly initialized struct hwrm_wol_filter_alloc_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_hwrm_free_wol_fltr': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:9896:37: note: byref variable will be forcibly initialized struct hwrm_wol_filter_free_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_dbg_hwrm_rd_reg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11106:13: note: byref variable will be forcibly initialized dma_addr_t mapping; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11104:37: note: byref variable will be forcibly initialized struct hwrm_dbg_read_direct_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_get_max_rings': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:12901:14: note: byref variable will be forcibly initialized int rx, tx, cp; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:12901:10: note: byref variable will be forcibly initialized int rx, tx, cp; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:12901:6: note: byref variable will be forcibly initialized int rx, tx, cp; ^~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_offload_connection': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:4278:26: note: byref variable will be forcibly initialized struct hwi_wrb_context *pwrb_context = NULL; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_set_dflt_rings': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:12970:32: note: byref variable will be forcibly initialized int dflt_rings, max_rx_rings, max_tx_rings, rc; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:12970:18: note: byref variable will be forcibly initialized int dflt_rings, max_rx_rings, max_tx_rings, rc; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_dev_probe': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:5511:7: note: byref variable will be forcibly initialized char wq_name[20]; ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c:5510:15: note: byref variable will be forcibly initialized unsigned int s_handle; ^~~~~~~~ In file included from /kisskb/src/drivers/mmc/core/queue.c:6: /kisskb/src/drivers/mmc/core/queue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_fw_reset_task': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:12161:8: note: byref variable will be forcibly initialized u16 val; ^~~ In file included from /kisskb/src/drivers/mmc/core/queue.c:8: /kisskb/src/drivers/mmc/core/queue.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blkdev.h:1171:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ /kisskb/src/drivers/mmc/core/queue.c: In function 'mmc_cqe_timed_out': /kisskb/src/drivers/mmc/core/queue.c:101:7: note: byref variable will be forcibly initialized bool recovery_needed = false; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_check_rings': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11772:14: note: byref variable will be forcibly initialized int max_rx, max_tx, tx_sets = 1; ^~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_sd_num_wr_blocks': /kisskb/src/drivers/mmc/core/block.c:912:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:11772:6: note: byref variable will be forcibly initialized int max_rx, max_tx, tx_sets = 1; ^~~~~~ In file included from /kisskb/src/drivers/mmc/core/block.c:27: /kisskb/src/drivers/mmc/core/block.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_busy_cb': /kisskb/src/drivers/mmc/core/block.c:1886:6: note: byref variable will be forcibly initialized u32 status = 0; ^~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_rw_rq_prep': /kisskb/src/drivers/mmc/core/block.c:1584:18: note: byref variable will be forcibly initialized bool do_rel_wr, do_data_tag; ^~~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c:1584:7: note: byref variable will be forcibly initialized bool do_rel_wr, do_data_tag; ^~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_read_single': /kisskb/src/drivers/mmc/core/block.c:1688:7: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_mq_rw_recovery': /kisskb/src/drivers/mmc/core/block.c:1793:6: note: byref variable will be forcibly initialized u32 blocks; ^~~~~~ /kisskb/src/drivers/mmc/core/block.c:1792:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_card_busy': /kisskb/src/drivers/mmc/core/block.c:1903:27: note: byref variable will be forcibly initialized struct mmc_blk_busy_data cb_data; ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mmc/core/block.c:22: /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_rw_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c:2210:2: note: in expansion of macro 'wait_event' wait_event(mq->wait, mmc_blk_rw_wait_cond(mq, &err)); ^~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c:2208:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/drivers/mmc/core/block.c: In function '__mmc_blk_ioctl_cmd': /kisskb/src/drivers/mmc/core/block.c:470:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_issue_drv_op': /kisskb/src/drivers/mmc/core/block.c:1034:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_mq_issue_rw_rq': /kisskb/src/drivers/mmc/core/block.c:2223:18: note: byref variable will be forcibly initialized struct request *prev_req = NULL; ^~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/include/linux/amba/bus.h:14, from /kisskb/src/drivers/mailbox/arm_mhuv2.c:28: /kisskb/src/drivers/mailbox/arm_mhuv2.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/amba/bus.h:15, from /kisskb/src/drivers/mailbox/arm_mhuv2.c:28: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c: In function 'mhuv2_tx_init': /kisskb/src/drivers/mailbox/arm_mhuv2.c:251:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:995:4: note: in expansion of macro 'writel_relaxed_bitfield' writel_relaxed_bitfield(1, &mhu->send->int_en, struct int_en_t, chcomb); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:243:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:975:15: note: in expansion of macro 'readl_relaxed_bitfield' mhu->minor = readl_relaxed_bitfield(&mhu->send->aidr, struct aidr_t, arch_minor_rev); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:243:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:974:17: note: in expansion of macro 'readl_relaxed_bitfield' mhu->windows = readl_relaxed_bitfield(&mhu->send->mhu_cfg, struct mhu_cfg_t, num_ch); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c: In function 'mhuv2_rx_init': /kisskb/src/drivers/mailbox/arm_mhuv2.c:251:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1050:3: note: in expansion of macro 'writel_relaxed_bitfield' writel_relaxed_bitfield(1, &mhu->recv->int_en, struct int_en_t, chcomb); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:243:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1029:15: note: in expansion of macro 'readl_relaxed_bitfield' mhu->minor = readl_relaxed_bitfield(&mhu->recv->aidr, struct aidr_t, arch_minor_rev); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:243:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1028:17: note: in expansion of macro 'readl_relaxed_bitfield' mhu->windows = readl_relaxed_bitfield(&mhu->recv->mhu_cfg, struct mhu_cfg_t, num_ch); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_alloc_req': /kisskb/src/drivers/mmc/core/block.c:2346:7: note: byref variable will be forcibly initialized char cap_str[10]; ^~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'power_ro_lock_store': /kisskb/src/drivers/mmc/core/block.c:249:16: note: byref variable will be forcibly initialized unsigned long set; ^~~ /kisskb/src/drivers/mmc/core/block.c: In function 'force_ro_store': /kisskb/src/drivers/mmc/core/block.c:307:8: note: byref variable will be forcibly initialized char *end; ^~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_ioctl_cmd': /kisskb/src/drivers/mmc/core/block.c:627:27: note: byref variable will be forcibly initialized struct mmc_blk_ioc_data *idatas[1]; ^~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_ioctl_multi_cmd': /kisskb/src/drivers/mmc/core/block.c:680:8: note: byref variable will be forcibly initialized __u64 num_of_cmds; ^~~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_alloc_rpmb_part': /kisskb/src/drivers/mmc/core/block.c:2589:7: note: byref variable will be forcibly initialized char cap_str[10]; ^~~~~~~ /kisskb/src/drivers/mmc/core/block.c:2588:7: note: byref variable will be forcibly initialized char rpmb_name[DISK_NAME_LEN]; ^~~~~~~~~ /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c: In function 'ep0_in_overbytes': /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c:608:24: note: byref variable will be forcibly initialized union usb_reg_access temp_32; ^~~~~~~ /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c: In function 'ep0_out_overbytes': /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c:560:24: note: byref variable will be forcibly initialized union usb_reg_access temp_32; ^~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_ext_csd_open': /kisskb/src/drivers/mmc/core/block.c:2761:6: note: byref variable will be forcibly initialized u8 *ext_csd; ^~~~~~~ /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c: In function '_nbu2ss_epn_out_pio': /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c:855:23: note: byref variable will be forcibly initialized union usb_reg_access temp_32; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c: In function 'tda8083_writereg': /kisskb/src/drivers/media/dvb-frontends/tda8083.c:53:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c:52:5: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c: In function 'tda8083_readreg': /kisskb/src/drivers/media/dvb-frontends/tda8083.c:81:5: note: byref variable will be forcibly initialized u8 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:6: note: byref variable will be forcibly initialized u16 status_data = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib3000mc.c: In function 'dib3000mc_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib3000mc.c:590:33: note: byref variable will be forcibly initialized struct dtv_frontend_properties schan; ^~~~~ /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c: In function '_nbu2ss_dma_unmap_single': /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c:490:6: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/rpmsg/rpmsg_char.c: In function 'rpmsg_ctrldev_ioctl': /kisskb/src/drivers/rpmsg/rpmsg_char.c:433:29: note: byref variable will be forcibly initialized struct rpmsg_endpoint_info eptinfo; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/rpmsg/rpmsg_char.c:12: /kisskb/src/drivers/rpmsg/rpmsg_char.c: In function 'rpmsg_eptdev_read_iter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/rpmsg_char.c:190:3: note: in expansion of macro 'if' if (wait_event_interruptible(eptdev->readq, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/rpmsg_char.c:190:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(eptdev->readq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_bus_type': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1628:5: note: byref variable will be forcibly initialized u8 stat; ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_device_rev': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1610:5: note: byref variable will be forcibly initialized u8 rev; ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_manufactorer_id': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1591:5: note: byref variable will be forcibly initialized u8 id; ^~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_device_id': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1573:5: note: byref variable will be forcibly initialized u8 id; ^~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_DAC': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1397:10: note: byref variable will be forcibly initialized u8 msb, lsb, offset; ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c:1397:5: note: byref variable will be forcibly initialized u8 msb, lsb, offset; ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_temp_offset': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1248:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_ad': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1103:10: note: byref variable will be forcibly initialized u8 msb, lsb; ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c:1103:5: note: byref variable will be forcibly initialized u8 msb, lsb; ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_ad_bound': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1902:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_DAC': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1434:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_set_int_mask': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1861:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_temp_offset': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1267:6: note: byref variable will be forcibly initialized int data; ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_target_alloc': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:567:21: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:564:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_set_ad_bound': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1933:6: note: byref variable will be forcibly initialized int data; ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_set_width': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2318:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2317:21: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_bus_reset': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:761:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_DAC_internal_Vref': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1061:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_info': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:499:7: note: byref variable will be forcibly initialized char ahc_info[256]; ^~~~~~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_DAC_update_mode': /kisskb/src/drivers/staging/iio/addac/adt7316.c:875:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_run_command': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1410:28: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_DAC_2Vref_ch_mask': /kisskb/src/drivers/staging/iio/addac/adt7316.c:818:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_ad_channel': /kisskb/src/drivers/staging/iio/addac/adt7316.c:416:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_update_DAC': /kisskb/src/drivers/staging/iio/addac/adt7316.c:928:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_queue_lck': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:527:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_release_simq': /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_event_handler': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2013:9: note: byref variable will be forcibly initialized u_long s; ^ /kisskb/src/drivers/staging/iio/addac/adt7316.c:1734:12: note: byref variable will be forcibly initialized u8 stat1, stat2; ^~~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c:1734:5: note: byref variable will be forcibly initialized u8 stat1, stat2; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_set_dt': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2415:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2413:15: note: byref variable will be forcibly initialized unsigned int period = tinfo->goal.period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2411:15: note: byref variable will be forcibly initialized unsigned int ppr_options = tinfo->goal.ppr_options ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2410:21: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2405:27: note: byref variable will be forcibly initialized 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:2384:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2383:15: note: byref variable will be forcibly initialized unsigned int period = 0; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2382:15: note: byref variable will be forcibly initialized unsigned int ppr_options = 0; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2381:21: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2376:27: note: byref variable will be forcibly initialized 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:2338:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2337:15: note: byref variable will be forcibly initialized unsigned int ppr_options = tinfo->goal.ppr_options; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2336:21: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2331:27: note: byref variable will be forcibly initialized 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:2502:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000m.c: In function 'dib7000m_set_channel': /kisskb/src/drivers/media/dvb-frontends/dib7000m.c:846:13: note: byref variable will be forcibly initialized u16 value, est[4]; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, 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:2293:30: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2049:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000m.c: In function 'dib7000m_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib7000m.c:968:33: note: byref variable will be forcibly initialized struct dtv_frontend_properties schan; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_dmamap_load': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:871:20: note: byref variable will be forcibly initialized bus_dma_segment_t stack_sg; ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_handle_scsi_status': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1798:21: note: byref variable will be forcibly initialized 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:1995:16: note: byref variable will be forcibly initialized 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:1164:28: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1162:22: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1131:16: note: byref variable will be forcibly initialized 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:1076:9: note: byref variable will be forcibly initialized u_long s; ^ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1073:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_isr': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1572:9: note: byref variable will be forcibly initialized u_long flags; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ves1820.c: In function 'ves1820_writereg': /kisskb/src/drivers/media/dvb-frontends/ves1820.c:50:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = state->config->demod_address,.flags = 0,.buf = buf,.len = 3 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/ves1820.c:49:5: note: byref variable will be forcibly initialized u8 buf[] = { 0x00, reg, data }; ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_send_async': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1597:28: note: byref variable will be forcibly initialized 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:1378:21: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ves1820.c: In function 'ves1820_readreg': /kisskb/src/drivers/media/dvb-frontends/ves1820.c:66:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/ves1820.c:65:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/ves1820.c:64:5: note: byref variable will be forcibly initialized u8 b0[] = { 0x00, reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_writereg': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:57:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 4 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c:56:5: note: byref variable will be forcibly initialized 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:315:6: note: byref variable will be forcibly initialized int frequency_shift; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'i2c_writebytes': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:42:17: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = {{ .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 }, ^~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c:79:5: note: byref variable will be forcibly initialized u8 b1 [2]; ^~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c:78:5: note: byref variable will be forcibly initialized 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:355:11: note: byref variable will be forcibly initialized u16 val, reg0xc05; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c:353:11: note: byref variable will be forcibly initialized unsigned actual_freq; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_init': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:523:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_set_phys_id': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3158:34: note: byref variable will be forcibly initialized struct hwrm_port_led_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_hwrm_mac_loopback': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3226:34: note: byref variable will be forcibly initialized struct hwrm_port_mac_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_hwrm_selftest_irq': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3198:34: note: byref variable will be forcibly initialized struct hwrm_selftest_irq_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_erase_nvram_directory': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2886:41: note: byref variable will be forcibly initialized struct hwrm_nvm_erase_dir_entry_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_read_sfp_module_eeprom_info': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3024:39: note: byref variable will be forcibly initialized struct hwrm_port_phy_i2c_read_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_get_module_info': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3057:5: note: byref variable will be forcibly initialized u8 data[SFF_DIAG_SUPPORT_OFFSET + 1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_query_force_speeds': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3244:36: note: byref variable will be forcibly initialized struct hwrm_port_phy_qcaps_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_disable_an_for_lpbk': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3264:6: note: byref variable will be forcibly initialized u16 fw_advertising; ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_hwrm_phy_loopback': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3299:34: note: byref variable will be forcibly initialized struct hwrm_port_phy_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'nvm_get_dir_info': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2649:38: note: byref variable will be forcibly initialized struct hwrm_nvm_get_dir_info_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_get_nvram_item': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2734:30: note: byref variable will be forcibly initialized struct hwrm_nvm_read_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2733:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_hwrm_dbg_dma_data': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3619:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_hwrm_dbg_coredump_list': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3691:39: note: byref variable will be forcibly initialized struct hwrm_dbg_coredump_list_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_hwrm_dbg_coredump_retrieve': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3733:43: note: byref variable will be forcibly initialized struct hwrm_dbg_coredump_retrieve_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_hwrm_dbg_coredump_initiate': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3715:43: note: byref variable will be forcibly initialized struct hwrm_dbg_coredump_initiate_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_run_fw_tests': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3440:35: note: byref variable will be forcibly initialized struct hwrm_selftest_exec_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_find_nvram_item': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2767:40: note: byref variable will be forcibly initialized struct hwrm_nvm_find_dir_entry_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_flash_nvram': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2155:14: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2147:31: note: byref variable will be forcibly initialized struct hwrm_nvm_write_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_hwrm_firmware_reset': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2187:30: note: byref variable will be forcibly initialized struct hwrm_fw_reset_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_get_pkgver': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2833:6: note: byref variable will be forcibly initialized u32 pkglen; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2831:6: note: byref variable will be forcibly initialized u16 index = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_set_fecparam': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:1983:34: note: byref variable will be forcibly initialized struct hwrm_port_phy_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_get_nvram_directory': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2689:41: note: byref variable will be forcibly initialized struct hwrm_nvm_get_dir_entries_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2688:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2685:6: note: byref variable will be forcibly initialized u32 entry_length; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2684:6: note: byref variable will be forcibly initialized u32 dir_entries; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_fill_coredump_record': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3797:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3796:24: note: byref variable will be forcibly initialized u32 os_ver_major = 0, os_ver_minor = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3796:6: note: byref variable will be forcibly initialized u32 os_ver_major = 0, os_ver_minor = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_get_coredump': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3883:21: note: byref variable will be forcibly initialized u32 duration = 0, seg_len = 0; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3845:35: note: byref variable will be forcibly initialized struct bnxt_coredump_segment_hdr seg_hdr; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_get_channels': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:822:20: note: byref variable will be forcibly initialized int max_rx_rings, max_tx_rings, tcs; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:822:6: note: byref variable will be forcibly initialized int max_rx_rings, max_tx_rings, tcs; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_flash_firmware_from_file': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2443:26: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_self_test': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:3469:5: note: byref variable will be forcibly initialized u8 test_results = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/mailbox/mailbox-altera.c: In function 'altera_mbox_rx_data': /kisskb/src/drivers/mailbox/mailbox-altera.c:120:6: note: byref variable will be forcibly initialized u32 data[2]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_get_regs': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:1371:13: note: byref variable will be forcibly initialized dma_addr_t hw_pcie_stats_addr; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:1369:33: note: byref variable will be forcibly initialized struct hwrm_pcie_qstats_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_hwrm_nvm_get_dev_info': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2114:38: note: byref variable will be forcibly initialized struct hwrm_nvm_get_dev_info_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_flash_package_from_fw_obj': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2479:6: note: byref variable will be forcibly initialized u16 index; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2478:6: note: byref variable will be forcibly initialized u32 item_len; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2475:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2472:32: note: byref variable will be forcibly initialized struct hwrm_nvm_modify_input *modify; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2470:40: note: byref variable will be forcibly initialized struct hwrm_nvm_install_update_input *install; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_flash_package_from_file': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:2613:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: In function 'bnxt_ethtool_init': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:4035:36: note: byref variable will be forcibly initialized struct hwrm_selftest_qlist_input *req; ^~~ /kisskb/src/drivers/mailbox/omap-mailbox.c: In function '__mbox_rx_interrupt': /kisskb/src/drivers/mailbox/omap-mailbox.c:291:6: note: byref variable will be forcibly initialized u32 msg; ^~~ /kisskb/src/drivers/mailbox/omap-mailbox.c: In function 'mbox_rx_work': /kisskb/src/drivers/mailbox/omap-mailbox.c:260:6: note: byref variable will be forcibly initialized u32 msg; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/mailbox/omap-mailbox.c:12: /kisskb/src/drivers/mailbox/omap-mailbox.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/mailbox/omap-mailbox.c:19: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mailbox/omap-mailbox.c: In function 'omap_mbox_probe': /kisskb/src/drivers/mailbox/omap-mailbox.c:714:6: note: byref variable will be forcibly initialized u32 tmp[3]; ^~~ /kisskb/src/drivers/mailbox/omap-mailbox.c:713:17: note: byref variable will be forcibly initialized u32 num_users, num_fifos; ^~~~~~~~~ /kisskb/src/drivers/mailbox/omap-mailbox.c:713:6: note: byref variable will be forcibly initialized u32 num_users, num_fifos; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c: In function 'nxt6000_writereg': /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:41:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = state->config->demod_address,.flags = 0,.buf = buf,.len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:40:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c: In function 'nxt6000_readreg': /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:55:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:54:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:53:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'lock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:120:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:119:5: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg_post={.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:133:5: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:71:5: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:55:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:54:5: note: byref variable will be forcibly initialized u8 b0 [] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'tda10023_init': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:220:5: note: byref variable will be forcibly initialized u8 tda10023_inittab[] = { ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:43:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = state->config->demod_address,.flags = 0,.buf = buf,.len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c:42:5: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 STRENGTH[3]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:59:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { {.addr = state->config->demod_address,.flags = 0,.buf = b0,.len = 1}, ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c:58:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c:57:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 BER[3]; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:12, from /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_abort_srb': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:1751:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(comp); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function '__qla2x00_abort_all_cmds': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:1814:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_schedule_rport_del': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:3960:6: note: byref variable will be forcibly initialized int now; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:14, from /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_uevent_emit': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5127:8: note: byref variable will be forcibly initialized char *envp[] = { event_string, NULL }; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5126:7: note: byref variable will be forcibly initialized char event_string[40]; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_force_lock_recovery': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5761:11: note: byref variable will be forcibly initialized uint32_t data; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_idc_lock_recovery': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5823:25: note: byref variable will be forcibly initialized uint32_t o_drv_lockid, n_drv_lockid; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5823:11: note: byref variable will be forcibly initialized uint32_t o_drv_lockid, n_drv_lockid; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla25xx_rdp_rsp_reduce_size': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5900:7: note: byref variable will be forcibly initialized char fwstr[16]; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_fw_version_str': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:646:7: note: byref variable will be forcibly initialized char un_str[10]; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_iospace_config': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:2106:11: note: byref variable will be forcibly initialized uint16_t msix; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_iospace_config': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:2003:11: note: byref variable will be forcibly initialized uint16_t msix; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla24xx_pci_info_str': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:602:12: note: byref variable will be forcibly initialized uint32_t lstat, lspeed, lwidth; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_mem_alloc': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:4061:7: note: byref variable will be forcibly initialized char name[16]; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:9, from /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_wait_for_sess_deletion': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:1168:3: note: in expansion of macro 'if' if (wait_event_timeout(vha->fcport_waitQ, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:1168:7: note: in expansion of macro 'wait_event_timeout' if (wait_event_timeout(vha->fcport_waitQ, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_set_exlogins_buffer': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:4496:17: note: byref variable will be forcibly initialized uint16_t size, max_cnt; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:4496:11: note: byref variable will be forcibly initialized uint16_t size, max_cnt; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_set_exchoffld_buffer': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:4612:6: note: byref variable will be forcibly initialized u32 actual_cnt, totsz; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:4611:12: note: byref variable will be forcibly initialized u16 size, max_cnt; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:4611:6: note: byref variable will be forcibly initialized u16 size, max_cnt; ^~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_writebytes': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:85:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = b, .len = len + 1 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:83:5: note: byref variable will be forcibly initialized u8 b[256]; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_relogin': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5513:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_readbytes': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:106:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:12, from /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_do_work': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5376:12: note: byref variable will be forcibly initialized LIST_HEAD(work); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_hab_send_request': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:156:25: note: byref variable will be forcibly initialized bcm3510_register_value v,hab; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_hab_get_response': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:139:25: note: byref variable will be forcibly initialized bcm3510_register_value v; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_idc_lock': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5861:11: note: byref variable will be forcibly initialized uint32_t lock_owner; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_do_hab_cmd': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:207:24: note: byref variable will be forcibly initialized u8 ob[MAX_XFER_SIZE], ib[MAX_XFER_SIZE]; ^~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:207:5: note: byref variable will be forcibly initialized u8 ob[MAX_XFER_SIZE], ib[MAX_XFER_SIZE]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5860:11: note: byref variable will be forcibly initialized uint32_t data; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla24xx_process_purex_rdp': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5961:13: note: byref variable will be forcibly initialized dma_addr_t sfp_dma; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5960:13: note: byref variable will be forcibly initialized dma_addr_t stat_dma; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5959:13: note: byref variable will be forcibly initialized dma_addr_t rsp_payload_dma; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5958:13: note: byref variable will be forcibly initialized dma_addr_t rsp_els_dma; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_check_firmware_version': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:663:42: note: byref variable will be forcibly initialized struct bcm3510_hab_cmd_get_version_info ver; ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_bert_reset': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:267:25: note: byref variable will be forcibly initialized bcm3510_register_value b; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_clear_reset': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:704:25: note: byref variable will be forcibly initialized bcm3510_register_value v; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_reset': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:683:25: note: byref variable will be forcibly initialized bcm3510_register_value v; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_tuner_cmd': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:365:30: note: byref variable will be forcibly initialized struct bcm3510_hab_cmd_tune c; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_set_frontend': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:500:38: note: byref variable will be forcibly initialized struct bcm3510_hab_cmd_bert_control bert; ^~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:499:37: note: byref variable will be forcibly initialized struct bcm3510_hab_cmd_ext_acquire cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_download_firmware': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:633:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_init_cold': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:729:25: note: byref variable will be forcibly initialized bcm3510_register_value v; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla24xx_process_purex_list': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6367:19: note: byref variable will be forcibly initialized struct list_head head = LIST_HEAD_INIT(head); ^~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_init': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:763:33: note: byref variable will be forcibly initialized struct bcm3510_hab_cmd_set_agc c; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:762:25: note: byref variable will be forcibly initialized bcm3510_register_value j; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_idc_unlock': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6392:11: note: byref variable will be forcibly initialized uint32_t data; ^~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_attach': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:800:25: note: byref variable will be forcibly initialized bcm3510_register_value v; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_nic_core_unrecoverable_work': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5622:11: note: byref variable will be forcibly initialized uint32_t dev_state = 0; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_check_nic_core_fw_alive': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5659:32: note: byref variable will be forcibly initialized uint32_t heart_beat_counter1, heart_beat_counter2; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5659:11: note: byref variable will be forcibly initialized uint32_t heart_beat_counter1, heart_beat_counter2; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_nic_core_reset_work': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5690:11: note: byref variable will be forcibly initialized uint32_t dev_state = 0; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_service_idc_aen': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5729:22: note: byref variable will be forcibly initialized uint32_t dev_state, idc_control; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5729:11: note: byref variable will be forcibly initialized uint32_t dev_state, idc_control; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_device_bootstrap': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6549:11: note: byref variable will be forcibly initialized uint32_t idc_control; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_need_reset_handler': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6510:20: note: byref variable will be forcibly initialized uint32_t drv_ack, drv_presence; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6510:11: note: byref variable will be forcibly initialized uint32_t drv_ack, drv_presence; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function '__qla83xx_set_drv_presence': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6453:11: note: byref variable will be forcibly initialized uint32_t drv_presence; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function '__qla83xx_clear_drv_presence': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6482:11: note: byref variable will be forcibly initialized uint32_t drv_presence; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_idc_state_handler': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6585:11: note: byref variable will be forcibly initialized uint32_t dev_state; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla83xx_idc_state_handler_work': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:5644:11: note: byref variable will be forcibly initialized uint32_t dev_state = 0; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_timer': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:7255:18: note: byref variable will be forcibly initialized uint16_t w; ^ /kisskb/src/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c: In function 'display_ctrl_adjust': /kisskb/src/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c:316:6: note: byref variable will be forcibly initialized u32 pll2; /* bit[63:32] of PLL */ ^~~~ /kisskb/src/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c:315:6: note: byref variable will be forcibly initialized u32 pll1; /* bit[31:0] of PLL */ ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2x00_probe_one': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:2835:18: note: byref variable will be forcibly initialized struct rsp_que *rsp = NULL; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:2834:18: note: byref variable will be forcibly initialized struct req_que *req = NULL; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:2830:19: note: byref variable will be forcibly initialized char fw_str[30], wq_name[30]; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:2830:7: note: byref variable will be forcibly initialized char fw_str[30], wq_name[30]; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:2829:7: note: byref variable will be forcibly initialized char pci_info[30]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:601:6: note: byref variable will be forcibly initialized u16 snr; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3302_sw_reset': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:128:5: note: byref variable will be forcibly initialized u8 reset[] = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3303_sw_reset': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:151:5: note: byref variable will be forcibly initialized u8 reset[] = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_set_parameters': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:342:5: note: byref variable will be forcibly initialized u8 top_ctrl_cfg[] = { TOP_CONTROL, 0x03 }; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'i2c_read_demod_bytes': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:96:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:95:5: note: byref variable will be forcibly initialized u8 wr[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_probe': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:864:5: note: byref variable will be forcibly initialized u8 buf[1]; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3303_read_snr': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:542:5: note: byref variable will be forcibly initialized u8 buf[5]; /* read data buffer */ ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3303_read_status': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:726:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3302_read_snr': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:495:5: note: byref variable will be forcibly initialized u8 buf[5]; /* read data buffer */ ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_read_reg': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:81:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:80:5: note: byref variable will be forcibly initialized u8 reg_buf[] = { reg >> 8, reg & 0xff }; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3302_read_status': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:623:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2161_read_snr': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1246:11: note: byref variable will be forcibly initialized u8 snr1, snr2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1246:5: note: byref variable will be forcibly initialized u8 snr1, snr2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_read_lock_status': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1122:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_read_status': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1189:21: note: byref variable will be forcibly initialized int ret, acq_lock, sync_lock; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1189:11: note: byref variable will be forcibly initialized int ret, acq_lock, sync_lock; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_attach': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:920:25: note: byref variable will be forcibly initialized struct lgdt330x_config config = *_config; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_fic_version': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:496:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_nog': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:530:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_tnog': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:546:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_sgn': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:562:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_prc': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:578:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_rs_frame_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:597:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_rs_frame_ensemble': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:637:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_rs_code_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:663:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_sccc_block_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:688:5: note: byref variable will be forcibly initialized u8 val; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:12, from /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_os.c: In function 'qla2xxx_eh_abort': /kisskb/src/drivers/scsi/qla2xxx/qla_os.c:1251:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(comp); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_sccc_code_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:725:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_read_snr': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1218:11: note: byref variable will be forcibly initialized u8 snr1, snr2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1218:5: note: byref variable will be forcibly initialized u8 snr1, snr2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_write_reg': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:57:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:56:5: note: byref variable will be forcibly initialized u8 buf[] = { reg >> 8, reg & 0xff, val }; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_set_reg_bit': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:126:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_agc_fix': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:263:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_agc_polarity': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:305:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_tuner_pwr_save_polarity': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:325:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_set_if': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:238:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_tuner_pwr_save': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:362:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_set_spi_clock': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:422:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2161_set_output_interface': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:440:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_set_ensemble': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:395:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_spectrum_polarity': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:344:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c: In function 'pdc_receive_one': /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:584:22: note: byref variable will be forcibly initialized struct brcm_message mssg; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:29: /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:35: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c: In function 'pdc_ring_init': /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:991:24: note: byref variable will be forcibly initialized struct pdc_ring_alloc rx; ^~ /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:990:24: note: byref variable will be forcibly initialized struct pdc_ring_alloc tx; ^~ /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c: In function 'pdc_rx_list_init': /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:820:13: note: byref variable will be forcibly initialized dma_addr_t daddr; ^~~~~ In file included 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/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/rpmsg/qcom_glink_native.c:6: /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/rpmsg/qcom_glink_native.c:7: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_area_map': /kisskb/src/drivers/mmc/core/mmc_test.c:1394:15: note: byref variable will be forcibly initialized unsigned int sg_len = 0; ^~~~~~ /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c: In function 'pdc_setup_debugfs': /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:492:7: note: byref variable will be forcibly initialized char spu_stats_name[16]; ^~~~~~~~~~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:11, from /kisskb/src/include/linux/keyslot-manager.h:9, from /kisskb/src/include/linux/mmc/host.h:18, from /kisskb/src/drivers/mmc/core/mmc_test.c:8: /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_data': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:794:13: note: byref variable will be forcibly initialized } __packed hdr; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_native_intr': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:982:19: note: byref variable will be forcibly initialized struct glink_msg msg; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'rpmsg_name_show': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1598:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_version_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:356:19: note: byref variable will be forcibly initialized struct glink_msg msg; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_advertise_intent': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:638:17: note: byref variable will be forcibly initialized struct command cmd; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_close_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:452:19: note: byref variable will be forcibly initialized struct glink_msg 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:5, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/swait.h:7, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mmc/core.h:8, from /kisskb/src/drivers/mmc/core/mmc_test.c:6: /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_open_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:368:19: note: byref variable will be forcibly initialized struct glink_msg msg; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_done_work': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:483:13: note: byref variable will be forcibly initialized } __packed cmd; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_close_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:464:19: note: byref variable will be forcibly initialized struct glink_msg req; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_intent_req_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:607:19: note: byref variable will be forcibly initialized struct glink_msg msg; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_version': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:345:19: note: byref variable will be forcibly initialized struct glink_msg msg; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_print_avg_rate': /kisskb/src/drivers/mmc/core/mmc_test.c:589:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_channel_release': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:247:6: note: byref variable will be forcibly initialized int iid; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_area_io_seq': /kisskb/src/drivers/mmc/core/mmc_test.c:1448:25: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1448:20: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_announce_create': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1176:9: note: byref variable will be forcibly initialized __be32 defaults[] = { cpu_to_be32(SZ_1K), cpu_to_be32(5) }; ^~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_request_intent': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1231:13: note: byref variable will be forcibly initialized } __packed cmd; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_sglen_r_nonblock_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:2309:15: note: byref variable will be forcibly initialized unsigned int sg_len[] = {1, 1 << 3, 1 << 4, 1 << 5, 1 << 6, ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_sglen_r_blocking_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:2290:15: note: byref variable will be forcibly initialized unsigned int sg_len[] = {1, 1 << 3, 1 << 4, 1 << 5, 1 << 6, ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_sglen_wr_nonblock_perf': /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function '__qcom_glink_send': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1271:13: note: byref variable will be forcibly initialized } __packed req; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:2271:15: note: byref variable will be forcibly initialized unsigned int sg_len[] = {1, 1 << 3, 1 << 4, 1 << 5, 1 << 6, ^~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1266:6: note: byref variable will be forcibly initialized int iid = 0; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_sglen_wr_blocking_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:2252:15: note: byref variable will be forcibly initialized unsigned int sg_len[] = {1, 1 << 3, 1 << 4, 1 << 5, 1 << 6, ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_mult_read_nonblock_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:2233:15: note: byref variable will be forcibly initialized unsigned int bs[] = {1 << 12, 1 << 13, 1 << 14, 1 << 15, 1 << 16, ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_mult_read_blocking_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:2214:15: note: byref variable will be forcibly initialized unsigned int bs[] = {1 << 12, 1 << 13, 1 << 14, 1 << 15, 1 << 16, ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_mult_write_nonblock_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:2195:15: note: byref variable will be forcibly initialized unsigned int bs[] = {1 << 12, 1 << 13, 1 << 14, 1 << 15, 1 << 16, ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_mult_write_blocking_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:2176:15: note: byref variable will be forcibly initialized unsigned int bs[] = {1 << 12, 1 << 13, 1 << 14, 1 << 15, 1 << 16, ^~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_open_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:411:13: note: byref variable will be forcibly initialized } __packed req; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_seq_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:2003:25: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:2003:20: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_rnd_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:1917:25: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2, ts; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1917:20: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2, ts; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_match_channel': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1357:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_close': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1477:28: note: byref variable will be forcibly initialized struct rpmsg_channel_info chinfo; ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_seq_write_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:1823:25: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1823:20: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_seq_read_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:1784:25: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1784:20: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_open': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1403:6: note: byref variable will be forcibly initialized int lcid; ^~~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_print_rate': /kisskb/src/drivers/mmc/core/mmc_test.c:563:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c: In function 'cx24123_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24123.c:236:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c:235:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_seq_trim_perf': /kisskb/src/drivers/mmc/core/mmc_test.c:1869:25: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1869:20: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_create_ept': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1139:6: note: byref variable will be forcibly initialized int cid; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_profile_trim_perf': /kisskb/src/drivers/media/dvb-frontends/cx24123.c: In function 'cx24123_i2c_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24123.c:257:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c:256:5: note: byref variable will be forcibly initialized u8 b = 0; ^ /kisskb/src/drivers/mmc/core/mmc_test.c:1752:25: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/mmc/core/mmc_test.c:1752:20: note: byref variable will be forcibly initialized struct timespec64 ts1, ts2; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_native_remove': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1731:6: note: byref variable will be forcibly initialized int cid; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c: In function 'cx24123_read_status': /kisskb/src/drivers/media/dvb-frontends/cx24123.c:828:7: note: byref variable will be forcibly initialized u32 tun_status = 0; ^~~~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_broken_transfer': /kisskb/src/drivers/mmc/core/mmc_test.c:908:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_buffer_transfer': /kisskb/src/drivers/mmc/core/mmc_test.c:298:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_basic_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1032:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_basic_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1018:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_align_multi_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1236:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_align_multi_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1209:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_align_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1193:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_align_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1178:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_weird_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1160:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_weird_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1142:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_pow2_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1124:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_pow2_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1106:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_multi_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1085:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_multi_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1064:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_verify_read': /kisskb/src/drivers/mmc/core/mmc_test.c:1054:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mmc_test_verify_write': /kisskb/src/drivers/mmc/core/mmc_test.c:1045:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_test.c: In function 'mtf_test_write': /kisskb/src/drivers/mmc/core/mmc_test.c:3092:7: note: byref variable will be forcibly initialized long testcase; ^~~~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_set_iop_datetime': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:3856:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/drivers/media/dvb-frontends/lnbh29.c: In function 'lnbh29_read_vmon': /kisskb/src/drivers/media/dvb-frontends/lnbh29.c:45:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbh29.c:43:5: note: byref variable will be forcibly initialized u8 status[2]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lnbh29.c:42:5: note: byref variable will be forcibly initialized u8 addr = 0x00; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lnbh29.c: In function 'lnbh29_set_voltage': /kisskb/src/drivers/media/dvb-frontends/lnbh29.c:84:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_hardware_reset': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:4436:10: note: byref variable will be forcibly initialized uint8_t value[64]; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:4593:13: note: in expansion of macro 'wait_event_timeout' 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:13: note: byref variable will be forcibly initialized 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:13: note: byref variable will be forcibly initialized dma_addr_t dma_coherent_handle; ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/staging/media/av7110/av7110.h:30, from /kisskb/src/drivers/staging/media/av7110/budget-patch.c:16: /kisskb/src/drivers/staging/media/av7110/budget-patch.c: In function 'stv0299_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0299.h:100:5: note: byref variable will be forcibly initialized u8 buf[] = {reg, val}; ^~~ /kisskb/src/drivers/staging/media/av7110/budget-patch.c: In function 'grundig_29504_451_tuner_set_params': /kisskb/src/drivers/staging/media/av7110/budget-patch.c:298:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/staging/media/av7110/budget-patch.c:297:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ In file included from /kisskb/src/drivers/staging/media/av7110/budget-patch.c:23: /kisskb/src/drivers/staging/media/av7110/budget-patch.c: In function 'alps_bsru6_tuner_set_params': /kisskb/src/drivers/media/dvb-frontends/bsru6.h:92:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; ^~~ /kisskb/src/drivers/media/dvb-frontends/bsru6.h:90:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/staging/media/av7110/budget-patch.c: In function 'alps_bsrv2_tuner_set_params': /kisskb/src/drivers/staging/media/av7110/budget-patch.c:256:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; ^~~ /kisskb/src/drivers/staging/media/av7110/budget-patch.c:255:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/staging/media/av7110/budget-patch.c: In function 'av7110_set22k': /kisskb/src/drivers/staging/media/av7110/budget-patch.c:178:6: note: byref variable will be forcibly initialized u16 buf[2] = {( COMTYPE_AUDIODAC << 8) | (state ? ON22K : OFF22K), 0}; ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6405.c: In function 'isl6405_enable_high_lnb_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6405.c:75:17: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_remove': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:1653:11: note: byref variable will be forcibly initialized uint16_t dev_id; ^~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_handle_virtual_command': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:3189:17: note: byref variable will be forcibly initialized unsigned char inqdata[36]; ^~~~~~~ /kisskb/src/drivers/staging/media/zoran/zr36060.c: In function 'zr36060_set_sof': /kisskb/src/drivers/staging/media/zoran/zr36060.c:255:7: note: byref variable will be forcibly initialized char sof_data[34]; // max. size of register set ^~~~~~~~ /kisskb/src/drivers/staging/media/zoran/zr36060.c: In function 'zr36060_set_sos': /kisskb/src/drivers/staging/media/zoran/zr36060.c:283:7: note: byref variable will be forcibly initialized char sos_data[16]; // max. size of register set ^~~~~~~~ /kisskb/src/drivers/staging/media/zoran/zr36060.c: In function 'zr36060_set_dri': /kisskb/src/drivers/staging/media/zoran/zr36060.c:308:7: note: byref variable will be forcibly initialized char dri_data[6]; // max. size of register set ^~~~~~~~ In file included from /kisskb/src/include/asm-generic/barrier.h:16, from /kisskb/src/arch/arm64/include/asm/barrier.h:185, from /kisskb/src/drivers/mailbox/bcm-flexrm-mailbox.c:26: /kisskb/src/drivers/mailbox/bcm-flexrm-mailbox.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/mailbox/bcm-flexrm-mailbox.c:32: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_set_tone': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:146:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_enable_high_lnb_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:127:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_set_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:37:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c:34:5: note: byref variable will be forcibly initialized u8 buf; ^~~ In file included from /kisskb/src/drivers/mailbox/qcom-ipcc.c:9: /kisskb/src/drivers/mailbox/qcom-ipcc.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_defer.c: In function 'xfs_defer_trans_roll': /kisskb/src/fs/xfs/libxfs/xfs_defer.c:245:21: note: byref variable will be forcibly initialized struct xfs_inode *iplist[XFS_DEFER_OPS_NR_INODES]; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_defer.c:244:20: note: byref variable will be forcibly initialized struct xfs_buf *bplist[XFS_DEFER_OPS_NR_BUFS]; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_defer.c: In function 'xfs_defer_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_defer.c:411:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *state = NULL; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_defer.c:6: /kisskb/src/fs/xfs/libxfs/xfs_defer.c: In function 'xfs_defer_finish_noroll': /kisskb/src/fs/xfs/libxfs/xfs_defer.c:463:12: note: byref variable will be forcibly initialized LIST_HEAD(dop_pending); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_write_byte': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:42:5: note: byref variable will be forcibly initialized u8 b0[] = { reg, data }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_read_byte': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:59:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c:58:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_set_frontend': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:406:6: note: byref variable will be forcibly initialized u32 freq = 0; ^~~~ /kisskb/src/drivers/staging/iio/cdc/ad7746.c: In function 'ad7746_start_calib': /kisskb/src/drivers/staging/iio/cdc/ad7746.c:293:7: note: byref variable will be forcibly initialized bool doit; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_set_params': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:69:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 11 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c:68:5: note: byref variable will be forcibly initialized u8 buf [11]; ^~~ /kisskb/src/drivers/staging/iio/cdc/ad7746.c: In function 'ad7746_probe': /kisskb/src/drivers/staging/iio/cdc/ad7746.c:673:15: note: byref variable will be forcibly initialized unsigned int vdd_permille; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_sleep': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:42:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c:41:5: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c:133:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0, 0 }; ^~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c: In function 'ahc_dump_target_state': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c:140:27: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda8261.c: In function 'tda8261_read': /kisskb/src/drivers/media/dvb-frontends/tda8261.c:31:17: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 result = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda8261.c: In function 'tda8261_write': /kisskb/src/drivers/media/dvb-frontends/tda8261.c:43:17: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8261.c:88:20: note: byref variable will be forcibly initialized u32 frequency, N, status = 0; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c: In function 'ahc_proc_write_seeprom': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c:193:9: note: byref variable will be forcibly initialized u_long s; ^ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c:191:28: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized char ahc_info[256]; ^~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c: In function 'nvec_toggle_global_events': /kisskb/src/drivers/staging/nvec/nvec.c:340:16: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized char ap_pwr_down[] = { NVEC_SLEEP, AP_PWR_DOWN }; ^~~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c: In function 'nvec_suspend': /kisskb/src/drivers/staging/nvec/nvec.c:906:7: note: byref variable will be forcibly initialized char ap_suspend[] = { NVEC_SLEEP, AP_SUSPEND }; ^~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c:905:19: note: byref variable will be forcibly initialized struct nvec_msg *msg; ^~~ /kisskb/src/drivers/staging/nvec/nvec.c: In function 'tegra_nvec_probe': /kisskb/src/drivers/staging/nvec/nvec.c:773:3: note: byref variable will be forcibly initialized unmute_speakers[] = { NVEC_OEM0, 0x10, 0x59, 0x95 }, ^~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c:772:7: note: byref variable will be forcibly initialized char get_firmware_version[] = { NVEC_CNTL, GET_FIRMWARE_VERSION }, ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c:770:19: note: byref variable will be forcibly initialized struct nvec_msg *msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_set_params': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:68:17: note: byref variable will be forcibly initialized struct i2c_msg msg2 = { .addr = priv->i2c_address, .flags = 0, .buf = reg2, .len = 3 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:67:17: note: byref variable will be forcibly initialized struct i2c_msg msg1 = { .addr = priv->i2c_address, .flags = 0, .buf = reg1, .len = 4 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:66:17: note: byref variable will be forcibly initialized struct i2c_msg msg0 = { .addr = priv->i2c_address, .flags = 0, .buf = reg0, .len = 2 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:65:5: note: byref variable will be forcibly initialized u8 reg2[] = { 0x02, 0x00, 0x00 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:64:5: note: byref variable will be forcibly initialized u8 reg1[] = { 0x01, 0x00, 0x00, 0x00 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:63:5: note: byref variable will be forcibly initialized u8 reg0[] = { 0x00, 0x00 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_sleep': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:44:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = reg0, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:43:5: note: byref variable will be forcibly initialized u8 reg0[] = { 0x00, 0x00 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_attach': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:165:17: note: byref variable will be forcibly initialized struct i2c_msg msg [] = { { .addr = addr, .flags = 0, .buf = b1, .len = 1 }, ^~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:164:5: note: byref variable will be forcibly initialized u8 b2 [] = { 0x00 }; ^~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:163:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0x80 }; ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:306:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:304:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data >> 8, data & 0xff }; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:324:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:322:5: note: byref variable will be forcibly initialized u8 b1[] = { 0, 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:321:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:877:6: note: byref variable will be forcibly initialized u16 snr; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_read_status': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:750:6: note: byref variable will be forcibly initialized u32 tuner_status = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_ssr.c: In function 'qcom_glink_ssr_notifier_call': /kisskb/src/drivers/rpmsg/qcom_glink_ssr.c:103:24: note: byref variable will be forcibly initialized struct do_cleanup_msg msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/itd1000.c: In function 'itd1000_write_regs': /kisskb/src/drivers/media/dvb-frontends/itd1000.c:45:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/itd1000.c:44:5: note: byref variable will be forcibly initialized u8 buf[MAX_XFER_SIZE]; ^~~ /kisskb/src/drivers/media/dvb-frontends/itd1000.c: In function 'itd1000_write_reg': /kisskb/src/drivers/media/dvb-frontends/itd1000.c:88:5: note: byref variable will be forcibly initialized u8 tmp = v; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/itd1000.c: In function 'itd1000_read_reg': /kisskb/src/drivers/media/dvb-frontends/itd1000.c:71:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/itd1000.c:70:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:43:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:67:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10048.c: In function 'tda10048_writereg': /kisskb/src/drivers/media/dvb-frontends/tda10048.c:214:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10048.c:213:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_snr': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:866:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 str; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:791:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 t; ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_status': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:716:8: note: byref variable will be forcibly initialized u8 t, locked = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:716:5: note: byref variable will be forcibly initialized u8 t, locked = 0; ^ /kisskb/src/drivers/media/dvb-frontends/tda10048.c: In function 'tda10048_writeregbulk': /kisskb/src/drivers/media/dvb-frontends/tda10048.c:256:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_set_mode_auto': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:206:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 t; ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_init': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:615:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda10048.c: In function 'tda10048_readreg': /kisskb/src/drivers/media/dvb-frontends/tda10048.c:234:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10048.c:233:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10048.c:232:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_ber': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:924:25: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u8 t2; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:253:5: note: byref variable will be forcibly initialized u8 t; ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'wait_reg_mask': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:104:5: note: byref variable will be forcibly initialized u8 t; ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_autolock_gi': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:363:9: note: byref variable will be forcibly initialized u8 t1, t2; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:363:5: note: byref variable will be forcibly initialized u8 t1, t2; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:362:5: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u8 t; ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:403:5: note: byref variable will be forcibly initialized u8 locked = 0, tmp_gi; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10048.c: In function 'tda10048_firmware_upload': /kisskb/src/drivers/media/dvb-frontends/tda10048.c:469:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_auto_lock': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:490:6: note: byref variable will be forcibly initialized u8 t; ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:472:5: note: byref variable will be forcibly initialized u8 detected_param = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:471:5: note: byref variable will be forcibly initialized 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:25: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/au8522_decoder.c: In function 'au8522_probe': /kisskb/src/drivers/media/dvb-frontends/au8522_decoder.c:675:23: note: byref variable will be forcibly initialized struct au8522_state *state; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c: In function 'au8522_writereg': /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:35:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config.demod_address, ^~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:33:5: note: byref variable will be forcibly initialized u8 buf[] = { (reg >> 8) | 0x80, reg & 0xff, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c: In function 'au8522_readreg': /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:54:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:52:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:51:5: note: byref variable will be forcibly initialized u8 b0[] = { (reg >> 8) | 0x40, reg & 0xff }; ^~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_write_reg': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:31:5: note: byref variable will be forcibly initialized u8 buf2[] = { data }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:30:5: note: byref variable will be forcibly initialized u8 buf1[] = { reg >> 8, reg & 0xFF }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_reg': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:56:5: note: byref variable will be forcibly initialized u8 buf2[] = { 0 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:55:5: note: byref variable will be forcibly initialized u8 buf1[] = { reg >> 8, reg & 0xFF }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:376:5: note: byref variable will be forcibly initialized u8 t; ^ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_ber': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:352:5: note: byref variable will be forcibly initialized u8 t; ^ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'is_locked': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:149:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_status': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:330:5: note: byref variable will be forcibly initialized u8 agc_locked = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:329:5: note: byref variable will be forcibly initialized u8 locked = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'set_if_freq': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:111:5: note: byref variable will be forcibly initialized u8 dat; ^~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_set_fe': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:261:5: note: byref variable will be forcibly initialized u8 locked = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_attach': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:454:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c: In function 'stv0288_writeregI': /kisskb/src/drivers/media/dvb-frontends/stv0288.c:55:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:54:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c: In function 'stv0288_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0288.c:86:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:85:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:84:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_get_frontend': /kisskb/src/drivers/media/dvb-frontends/af9013.c:403:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_init': /kisskb/src/drivers/media/dvb-frontends/af9013.c:835:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_pid_filter': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1187:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_read_status': /kisskb/src/drivers/media/dvb-frontends/af9013.c:522:5: note: byref variable will be forcibly initialized u8 buf[7]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:42: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2, utmp3, utmp4; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:35: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2, utmp3, utmp4; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:28: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2, utmp3, utmp4; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:21: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2, utmp3, utmp4; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:15: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2, utmp3, utmp4; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_set_frontend': /kisskb/src/drivers/media/dvb-frontends/af9013.c:113:6: note: byref variable will be forcibly initialized u32 if_frequency, freq_cw; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:112:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_sleep': /kisskb/src/drivers/media/dvb-frontends/af9013.c:982:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_download_firmware': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1032:25: note: byref variable will be forcibly initialized const struct firmware *firmware; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1030:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1029:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_probe': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1440:5: note: byref variable will be forcibly initialized u8 firmware_version[4]; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_rregs': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1326:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1325:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/staging/nvec/nvec_power.c: In function 'get_bat_mfg_data': /kisskb/src/drivers/staging/nvec/nvec_power.c:112:7: note: byref variable will be forcibly initialized char buf[] = { NVEC_BAT, SLOT_STATUS }; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_wregs': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1284:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1283:5: note: byref variable will be forcibly initialized u8 buf[21]; ^~~ /kisskb/src/drivers/staging/nvec/nvec_power.c: In function 'nvec_power_poll': /kisskb/src/drivers/staging/nvec/nvec_power.c:350:7: note: byref variable will be forcibly initialized char buf[] = { NVEC_SYS, GET_SYSTEM_STATUS }; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c: In function 'stb6000_sleep': /kisskb/src/drivers/media/dvb-frontends/stb6000.c:42:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:41:5: note: byref variable will be forcibly initialized u8 buf[] = { 10, 0 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c: In function 'stb6000_set_params': /kisskb/src/drivers/media/dvb-frontends/stb6000.c:73:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:72:5: note: byref variable will be forcibly initialized u8 buf[12]; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c: In function 'stb6000_attach': /kisskb/src/drivers/media/dvb-frontends/stb6000.c:193:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:192:5: note: byref variable will be forcibly initialized u8 b1[] = { 0, 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:191:5: note: byref variable will be forcibly initialized u8 b0[] = { 0 }; ^~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c: In function 'ahc_linux_pci_dev_remove': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:146:9: note: byref variable will be forcibly initialized u_long s; ^ /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:9: note: byref variable will be forcibly initialized char buf[80]; ^~~ /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:12: note: byref variable will be forcibly initialized uint32_t retval; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:262:12: note: byref variable will be forcibly initialized uint16_t retval; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:255:11: note: byref variable will be forcibly initialized 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:19: note: byref variable will be forcibly initialized uint8_t __iomem *maddr; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:366:18: note: byref variable will be forcibly initialized resource_size_t base; ^~~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_calc_out_ranges': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:251:15: note: byref variable will be forcibly initialized unsigned int normalized_3v3[4] = {1980, 198, 383, 970}; ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_cmd': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:157:16: note: byref variable will be forcibly initialized unsigned char dat = st->ctrl_hb | cmd; ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_reset': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:165:16: note: byref variable will be forcibly initialized unsigned char dat = st->ctrl_lb | AD5933_CTRL_RESET; ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_set_freq': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:196:4: note: byref variable will be forcibly initialized } dat; ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_setup': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:218:9: note: byref variable will be forcibly initialized __be16 dat; ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_wait_busy': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:173:16: note: byref variable will be forcibly initialized unsigned char val, timeout = AD5933_MAX_RETRIES; ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_read_raw': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:505:9: note: byref variable will be forcibly initialized __be16 dat; ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_show_frequency': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:273:4: note: byref variable will be forcibly initialized } dat; ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_store': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:380:9: note: byref variable will be forcibly initialized __be16 dat; ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:378:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_store_frequency': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:299:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_work': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:612:16: note: byref variable will be forcibly initialized unsigned char status; ^~~~~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:611:6: note: byref variable will be forcibly initialized int val[2]; ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:610:9: note: byref variable will be forcibly initialized __be16 buf[2]; ^~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_v2_disable': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:279:6: note: byref variable will be forcibly initialized u32 pmnc, clear; ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_disable': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:127:6: note: byref variable will be forcibly initialized u32 pmnc; ^~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:11: /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/devfreq/event/exynos-ppmu.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/staging/media/av7110/av7110_hw.c:21: /kisskb/src/drivers/staging/media/av7110/av7110_hw.c: In function 'WaitUntilBmpLoaded': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_hw.c:842:12: note: in expansion of macro 'wait_event_timeout' int ret = wait_event_timeout(av7110->bmpq, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/staging/media/av7110/av7110_hw.c:24: /kisskb/src/drivers/staging/media/av7110/av7110_hw.c: In function 'irdebi': /kisskb/src/drivers/staging/media/av7110/av7110_hw.h:403:6: note: byref variable will be forcibly initialized u32 res; ^~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_v2_get_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:422:28: note: byref variable will be forcibly initialized unsigned int total_count, count; ^~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:422:15: note: byref variable will be forcibly initialized unsigned int total_count, count; ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:421:27: note: byref variable will be forcibly initialized unsigned int pmcnt_high, pmcnt_low; ^~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:421:15: note: byref variable will be forcibly initialized unsigned int pmcnt_high, pmcnt_low; ^~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:420:21: note: byref variable will be forcibly initialized unsigned int pmnc, cntenc; ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:420:15: note: byref variable will be forcibly initialized unsigned int pmnc, cntenc; ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_v2_set_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:372:21: note: byref variable will be forcibly initialized unsigned int pmnc, cntens; ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:372:15: note: byref variable will be forcibly initialized unsigned int pmnc, cntens; ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_get_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:203:21: note: byref variable will be forcibly initialized unsigned int pmnc, cntenc; ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:203:15: note: byref variable will be forcibly initialized unsigned int pmnc, cntenc; ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:202:28: note: byref variable will be forcibly initialized unsigned int pmcnt3_high, pmcnt3_low; ^~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:202:15: note: byref variable will be forcibly initialized unsigned int pmcnt3_high, pmcnt3_low; ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:201:28: note: byref variable will be forcibly initialized unsigned int total_count, load_count; ^~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:201:15: note: byref variable will be forcibly initialized unsigned int total_count, load_count; ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_set_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:157:12: note: byref variable will be forcibly initialized u32 pmnc, cntens; ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:157:6: note: byref variable will be forcibly initialized u32 pmnc, cntens; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110_hw.c: In function 'WriteText': /kisskb/src/drivers/staging/media/av7110/av7110_hw.c:745:6: note: byref variable will be forcibly initialized u16 cbuf[5] = { (COMTYPE_OSD << 8) + DText, 3, win, x, y }; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110_hw.c: In function 'av7110_bootarm': /kisskb/src/drivers/staging/media/av7110/av7110_hw.c:196:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/staging/media/av7110/av7110_hw.c: In function 'av7110_fw_cmd': /kisskb/src/drivers/staging/media/av7110/av7110_hw.c:480:6: note: byref variable will be forcibly initialized u16 buf[MAX_XFER_SIZE]; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110_hw.c:479:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_write_reg': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:123:17: note: byref variable will be forcibly initialized struct i2c_msg i2cmsg = { ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:121:5: note: byref variable will be forcibly initialized u8 data[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_read_reg': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:144:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:143:5: note: byref variable will be forcibly initialized u8 buf = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:142:5: note: byref variable will be forcibly initialized u8 b0[] = { MSB(reg), LSB(reg) }; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_write_bits': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:182:16: note: byref variable will be forcibly initialized u8 reg, mask, pos; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:182:10: note: byref variable will be forcibly initialized u8 reg, mask, pos; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_get_bits': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:197:11: note: byref variable will be forcibly initialized u8 mask, pos; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:197:5: note: byref variable will be forcibly initialized u8 mask, pos; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_send_burst': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:1742:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110_hw.c: In function 'av7110_firmversion': /kisskb/src/drivers/staging/media/av7110/av7110_hw.c:626:6: note: byref variable will be forcibly initialized u16 buf[20]; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110_hw.c: In function 'av7110_osd_cmd': /kisskb/src/drivers/staging/media/av7110/av7110_hw.c:1128:8: note: byref variable will be forcibly initialized char textbuf[240]; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_get_tuner_freq': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1154:6: note: byref variable will be forcibly initialized u32 freq = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_blind_search_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1596:3: note: byref variable will be forcibly initialized fec_timeout = 50, ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1595:6: note: byref variable will be forcibly initialized s32 demod_timeout = 500, ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_track_optimization': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:820:3: note: byref variable will be forcibly initialized timef, ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:819:3: note: byref variable will be forcibly initialized timed, ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_attach': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:1903:29: note: byref variable will be forcibly initialized struct stv0900_init_params init_params; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_sw_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:192:3: note: byref variable will be forcibly initialized max_steps; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:190:3: note: byref variable will be forcibly initialized sft_stp_tout, ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:189:3: note: byref variable will be forcibly initialized fqc_inc, ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_exec_nemb_cmd': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:231:15: note: byref variable will be forcibly initialized unsigned int tag; ^~~ In file included from /kisskb/src/drivers/extcon/extcon.c:24: /kisskb/src/drivers/extcon/extcon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_clr_ip': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:518:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_mod_gw': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:441:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_set_ip': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:556:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_boot_process_compl': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:825:21: note: byref variable will be forcibly initialized struct be_mcc_wrb *wrb; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/extcon/extcon.c:17: /kisskb/src/drivers/extcon/extcon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/extcon/extcon.c:20: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'mgmt_vendor_specific_fw_cmd': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:40:15: note: byref variable will be forcibly initialized unsigned int tag = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_dvbs1_acq_workaround': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1273:3: note: byref variable will be forcibly initialized fec_timeout, ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1272:3: note: byref variable will be forcibly initialized demod_timeout, ^~~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon.c: In function 'extcon_sync': /kisskb/src/drivers/extcon/extcon.c:413:8: note: byref variable will be forcibly initialized char *envp[3]; ^~~~ /kisskb/src/drivers/extcon/extcon.c:411:7: note: byref variable will be forcibly initialized char state_buf[120]; ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon.c:410:7: note: byref variable will be forcibly initialized char name_buf[120]; ^~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'mgmt_open_connection': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:125:15: note: byref variable will be forcibly initialized unsigned int tag = 0; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:123:19: note: byref variable will be forcibly initialized struct phys_addr template_address = { 0, 0 }; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1810:27: note: byref variable will be forcibly initialized s32 demod_timeout = 500, fec_timeout = 50; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1810:6: note: byref variable will be forcibly initialized s32 demod_timeout = 500, fec_timeout = 50; ^~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c: In function 'glink_rpm_probe': /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c:266:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_modify_eq_delay': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:324:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_get_initiator_name': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:363:25: note: byref variable will be forcibly initialized struct be_cmd_hba_name resp; ^~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:362:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c:14: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_get_handle': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:394:15: note: byref variable will be forcibly initialized unsigned int tag; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:391:21: note: byref variable will be forcibly initialized struct be_mcc_wrb *wrb; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_get_gw': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:495:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_set_gw': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:462:37: note: byref variable will be forcibly initialized struct be_cmd_get_def_gateway_resp gw_resp; ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_get_info': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:748:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_en_static': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:601:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:599:34: note: byref variable will be forcibly initialized struct be_cmd_get_if_info_resp *if_info; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c: In function 'bnxt_send_msg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c:242:16: note: byref variable will be forcibly initialized struct input *req; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_en_dhcp': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:649:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:647:34: note: byref variable will be forcibly initialized struct be_cmd_get_if_info_resp *if_info; ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:646:37: note: byref variable will be forcibly initialized struct be_cmd_get_def_gateway_resp gw_resp; ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'mgmt_get_nic_conf': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:805:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_boot_logout_sess': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:930:15: note: byref variable will be forcibly initialized unsigned int tag; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_boot_reopen_sess': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:969:15: note: byref variable will be forcibly initialized unsigned int tag; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_boot_get_sinfo': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1012:15: note: byref variable will be forcibly initialized unsigned int tag; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function '__beiscsi_boot_get_shandle': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1058:15: note: byref variable will be forcibly initialized unsigned int tag; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c:10: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c: In function 'bnxt_register_dev': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c:55:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ulp->ulp_ops, ulp_ops); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_boot_get_shandle': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1097:21: note: byref variable will be forcibly initialized struct be_mcc_wrb *wrb; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_invalidate_cxn': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1440:15: note: byref variable will be forcibly initialized unsigned int tag = 0; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_upload_cxn': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1477:15: note: byref variable will be forcibly initialized unsigned int tag; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_mgmt_invalidate_icds': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1508:18: note: byref variable will be forcibly initialized unsigned int i, tag; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1506:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/devfreq.h:68, from /kisskb/src/drivers/devfreq/devfreq.c:34: /kisskb/src/drivers/devfreq/devfreq.c: In function 'perf_trace_devfreq_frequency': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'perf_trace_devfreq_monitor': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/devfreq.h:68, from /kisskb/src/drivers/devfreq/devfreq.c:34: /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_frequency': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_monitor': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ In file included from /kisskb/src/include/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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function '__bpf_trace_devfreq_monitor': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/devfreq/devfreq.c:10: /kisskb/src/drivers/devfreq/devfreq.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/devfreq.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:13, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/include/linux/overflow.h:287:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_min_freq': /kisskb/src/drivers/devfreq/devfreq.c:89:16: note: byref variable will be forcibly initialized unsigned long min_freq = 0; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_max_freq': /kisskb/src/drivers/devfreq/devfreq.c:103:16: note: byref variable will be forcibly initialized unsigned long max_freq = ULONG_MAX; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/devfreq/devfreq.c:10: /kisskb/src/drivers/devfreq/devfreq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ 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/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'set_freq_table': /kisskb/src/drivers/devfreq/devfreq.c:182:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'timer_store': /kisskb/src/drivers/devfreq/devfreq.c:1799:7: note: byref variable will be forcibly initialized char str_timer[DEVFREQ_NAME_LEN + 1]; ^~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'polling_interval_store': /kisskb/src/drivers/devfreq/devfreq.c:1767:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1615:26: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1615:16: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1561:26: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1561:16: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'cur_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1507:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_writereg': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:231:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:230:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_writeFW': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:264:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'governor_store': /kisskb/src/drivers/devfreq/devfreq.c:1383:7: note: byref variable will be forcibly initialized char str_governor[DEVFREQ_NAME_LEN + 1]; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_readreg': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:304:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:303:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:302:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_summary_show': /kisskb/src/drivers/devfreq/devfreq.c:1892:36: note: byref variable will be forcibly initialized unsigned long cur_freq, min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1892:26: note: byref variable will be forcibly initialized 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:1711:11: note: byref variable will be forcibly initialized int err, value; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1575:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1534:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_set_target': /kisskb/src/drivers/devfreq/devfreq.c:354:16: note: byref variable will be forcibly initialized unsigned long cur_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:353:23: note: byref variable will be forcibly initialized struct devfreq_freqs freqs; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_set_frontend': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:891:6: note: byref variable will be forcibly initialized u32 frequency; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:889:17: note: byref variable will be forcibly initialized enum fe_status status; ^~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_update_target': /kisskb/src/drivers/devfreq/devfreq.c:408:26: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:408:16: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_firmware_ondemand': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:336:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_monitor_resume': /kisskb/src/drivers/devfreq/devfreq.c:563:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_read_tuner_gain': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:341:11: note: byref variable will be forcibly initialized unsigned utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_get_tuner_gain': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:400:5: note: byref variable will be forcibly initialized u8 agc_pwm; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_set_tuner_rf': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:168:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_set_params': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:193:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_probe': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:561:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_attach': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:512:23: note: byref variable will be forcibly initialized struct ts2020_config pdata; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c:509:24: note: byref variable will be forcibly initialized struct i2c_board_info board_info; ^~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec_paz00.c: In function 'nvec_led_brightness_set': /kisskb/src/drivers/staging/nvec/nvec_paz00.c:33:16: note: byref variable will be forcibly initialized unsigned char buf[] = NVEC_LED_REQ; ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:216:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:215:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_i2c_readreg': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:251:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:249:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_get_interleaving': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:447:6: note: byref variable will be forcibly initialized int interleaving[] = { ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_write': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:67:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:65:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, val }; ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_get_stats': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1570:23: note: byref variable will be forcibly initialized u32 block_error = 0, block_count = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1570:6: note: byref variable will be forcibly initialized u32 block_error = 0, block_count = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1567:21: note: byref variable will be forcibly initialized u32 bit_error = 0, bit_count = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1567:6: note: byref variable will be forcibly initialized u32 bit_error = 0, bit_count = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1864:10: note: byref variable will be forcibly initialized int rc, if_freq; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:89:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:87:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:86:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'signal_det': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:406:16: note: byref variable will be forcibly initialized unsigned char S[3]; ^ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_setbits': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:228:11: note: byref variable will be forcibly initialized u8 mask, pos; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:228:5: note: byref variable will be forcibly initialized u8 mask, pos; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_get_tuner_freq': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:356:6: note: byref variable will be forcibly initialized u32 freq = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writeregs': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:125:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:124:5: note: byref variable will be forcibly initialized u8 buf[MAX_XFER_SIZE]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'afcerr_chk': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:528:24: note: byref variable will be forcibly initialized unsigned char AFCM_L, AFCM_H ; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:528:16: note: byref variable will be forcibly initialized unsigned char AFCM_L, AFCM_H ; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:159:5: note: byref variable will be forcibly initialized u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'dagcm_val_get': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:555:25: note: byref variable will be forcibly initialized unsigned char DAGCM_H, DAGCM_L; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:555:16: note: byref variable will be forcibly initialized unsigned char DAGCM_H, DAGCM_L; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:168:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:167:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:166:5: note: byref variable will be forcibly initialized u8 b0[] = { 0, 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'sync_chk': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:611:16: note: byref variable will be forcibly initialized unsigned char val; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ter_gate_ctrl': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:335:5: note: byref variable will be forcibly initialized u8 tmp = stv0367_readreg(state, R367TER_I2CRPT); ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_readbits': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:240:11: note: byref variable will be forcibly initialized u8 mask, pos; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:240:5: note: byref variable will be forcibly initialized u8 mask, pos; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'freqerr_chk': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:635:30: note: byref variable will be forcibly initialized unsigned char temp1, temp2, temp3; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:635:23: note: byref variable will be forcibly initialized unsigned char temp1, temp2, temp3; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:635:16: note: byref variable will be forcibly initialized unsigned char temp1, temp2, temp3; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:634:28: note: byref variable will be forcibly initialized unsigned char CRM, AFCML, AFCMH; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:634:21: note: byref variable will be forcibly initialized unsigned char CRM, AFCML, AFCMH; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:634:16: note: byref variable will be forcibly initialized unsigned char CRM, AFCML, AFCMH; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writebits': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:214:16: note: byref variable will be forcibly initialized u8 reg, mask, pos; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:214:10: note: byref variable will be forcibly initialized u8 reg, mask, pos; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_set_fe': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1030:6: note: byref variable will be forcibly initialized int afcex_freq; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1021:16: note: byref variable will be forcibly initialized unsigned char junk; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1019:16: note: byref variable will be forcibly initialized unsigned char VIRM; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1017:25: note: byref variable will be forcibly initialized unsigned char AFCEX_L, AFCEX_H; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1017:16: note: byref variable will be forcibly initialized unsigned char AFCEX_L, AFCEX_H; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1011:16: note: byref variable will be forcibly initialized unsigned char SIG1; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1007:6: note: byref variable will be forcibly initialized int V[60]; ^ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1002:6: note: byref variable will be forcibly initialized int fOSC = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:999:13: note: byref variable will be forcibly initialized u8 agcval, cnmval; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:999:5: note: byref variable will be forcibly initialized u8 agcval, cnmval; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c: In function 'bnxt_xdp_set': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c:294:11: note: byref variable will be forcibly initialized int rx, tx; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c:294:7: note: byref variable will be forcibly initialized int rx, tx; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ddb_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:3081:6: note: byref variable will be forcibly initialized u32 ucblocks = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367cab_get_frontend': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:2604:6: note: byref variable will be forcibly initialized u32 ifkhz = 0; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c: In function 'bnxt_rx_xdp': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c:118:18: note: byref variable will be forcibly initialized struct xdp_buff xdp; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367cab_algo': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:2330:38: note: byref variable will be forcibly initialized u32 QAMFEC_Lock, QAM_Lock, u32_tmp, ifkhz, ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ter_algo': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:1005:51: note: byref variable will be forcibly initialized u32 trl_nomrate = 0, InternalFreq = 0, temp = 0, ifkhz = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'i2c_readn': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:107:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[1] = {{.addr = adr, .flags = I2C_M_RD, ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:114:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = adr, .flags = 0, ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'WriteReg': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:143:5: note: byref variable will be forcibly initialized u8 msg[2] = {SubAddr, Reg}; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'ThermometerRead': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:258:6: note: byref variable will be forcibly initialized u8 Regs[16]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ter_set_frontend': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:1230:5: note: byref variable will be forcibly initialized u8 SenseTrials[] = { INVERSION_ON, INVERSION_OFF }; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'RFTrackingFiltersCorrection': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:922:6: note: byref variable will be forcibly initialized u8 TMValue_Current; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:913:5: note: byref variable will be forcibly initialized u8 dCoverdT; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:912:5: note: byref variable will be forcibly initialized u8 RFBand; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:911:6: note: byref variable will be forcibly initialized s32 Cprog_table; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'WriteRegs': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:127:5: note: byref variable will be forcibly initialized u8 data[MAX_XFER_SIZE]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalcMainPLL': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:322:6: note: byref variable will be forcibly initialized u8 Div; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:321:6: note: byref variable will be forcibly initialized u8 PostDiv; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'PowerScan': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:592:8: note: byref variable will be forcibly initialized u8 Regs[NUM_REGS]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:590:8: note: byref variable will be forcibly initialized u8 CountLimit = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:589:8: note: byref variable will be forcibly initialized u8 CID_Target = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:588:8: note: byref variable will be forcibly initialized s32 RFC_Cprog = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:587:8: note: byref variable will be forcibly initialized u8 Gain_Taper = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalcCalPLL': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:345:5: note: byref variable will be forcibly initialized u8 Div; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:344:5: note: byref variable will be forcibly initialized u8 PostDiv; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'ChannelConfiguration': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:1059:7: note: byref variable will be forcibly initialized u8 Div; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:1058:7: note: byref variable will be forcibly initialized u8 PostDiv = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:979:5: note: byref variable will be forcibly initialized u8 IR_Meas = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:978:5: note: byref variable will be forcibly initialized u8 GainTaper = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:977:5: note: byref variable will be forcibly initialized u8 RF_Band = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:976:5: note: byref variable will be forcibly initialized u8 BP_Filter = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalibrateRF': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:375:6: note: byref variable will be forcibly initialized u8 RFC_M = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:374:6: note: byref variable will be forcibly initialized u8 RFC_K = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:373:6: note: byref variable will be forcibly initialized u8 GainTaper = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:372:6: note: byref variable will be forcibly initialized u8 BP_Filter = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:370:5: note: byref variable will be forcibly initialized u8 Regs[NUM_REGS]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'RFTrackingFiltersInit': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:509:9: note: byref variable will be forcibly initialized s32 Cprog_table3 = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:508:9: note: byref variable will be forcibly initialized s32 Cprog_cal3 = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:507:9: note: byref variable will be forcibly initialized s32 Cprog_table2 = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:506:9: note: byref variable will be forcibly initialized s32 Cprog_cal2 = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:505:9: note: byref variable will be forcibly initialized s32 Cprog_table1 = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:504:9: note: byref variable will be forcibly initialized s32 Cprog_cal1 = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:502:10: note: byref variable will be forcibly initialized bool bcal = false; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:501:8: note: byref variable will be forcibly initialized u32 RF3 = m_RF_Band_Map[RFBand].m_RF3_Default; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:500:8: note: byref variable will be forcibly initialized u32 RF2 = m_RF_Band_Map[RFBand].m_RF2_Default; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:499:8: note: byref variable will be forcibly initialized u32 RF1 = m_RF_Band_Map[RFBand].m_RF1_Default; ^~~ /kisskb/src/drivers/rpmsg/rpmsg_ns.c: In function 'rpmsg_ns_cb': /kisskb/src/drivers/rpmsg/rpmsg_ns.c:38:28: note: byref variable will be forcibly initialized struct rpmsg_channel_info chinfo; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1775:5: note: byref variable will be forcibly initialized u8 dist; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_snr': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1752:6: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:41: note: byref variable will be forcibly initialized u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:32: note: byref variable will be forcibly initialized u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:23: note: byref variable will be forcibly initialized u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:14: note: byref variable will be forcibly initialized u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:5: note: byref variable will be forcibly initialized u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_if_hz': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:329:6: note: byref variable will be forcibly initialized u32 hz; ^~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_regs': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:264:17: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:216:5: note: byref variable will be forcibly initialized u8 buf[MAX_WRITE_REGSIZE + 1]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_status': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:573:11: note: byref variable will be forcibly initialized u8 stat, stat2; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:573:5: note: byref variable will be forcibly initialized u8 stat, stat2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_write_reg': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:253:5: note: byref variable will be forcibly initialized u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_set_reg_bits': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:301:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_attach': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1828:5: note: byref variable will be forcibly initialized u8 dev_id = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_status_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1054:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 unlock = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1075:5: note: byref variable will be forcibly initialized u8 tslock = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1074:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 data[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1321:5: note: byref variable will be forcibly initialized u8 data[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1339:5: note: byref variable will be forcibly initialized u8 data[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1357:5: note: byref variable will be forcibly initialized u8 data[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'conv_fec': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:677:20: note: byref variable will be forcibly initialized enum fe_code_rate fec2fec[11] = { ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1375:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2083:6: note: byref variable will be forcibly initialized u32 ucblocks = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1407:5: note: byref variable will be forcibly initialized u8 data[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1451:5: note: byref variable will be forcibly initialized u8 pktnum[2]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1450:5: note: byref variable will be forcibly initialized u8 data[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:132:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = adr, .flags = 0, ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_mon_read_ber_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1484:5: note: byref variable will be forcibly initialized u8 data[11]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'write_register': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:213:5: note: byref variable will be forcibly initialized 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:141:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = adr, .flags = I2C_M_RD, ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_mon_read_ber_s2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1522:5: note: byref variable will be forcibly initialized u8 data[5]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_register': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:252:5: note: byref variable will be forcibly initialized u8 data[MXL_HYDRA_REG_SIZE_IN_BYTES + MXL_HYDRA_I2C_HDR_SIZE] = { ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1620:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:603:6: note: byref variable will be forcibly initialized u32 reg_data = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_snr': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:525:6: note: byref variable will be forcibly initialized u32 reg_data = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1572:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'update_by_mnemonic': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:316:6: note: byref variable will be forcibly initialized u32 data, mask; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1943:26: note: byref variable will be forcibly initialized u32 ret, bit_error = 0, bit_count = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1943:11: note: byref variable will be forcibly initialized 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:34: note: byref variable will be forcibly initialized u8 serial_ts, ts_rate_ctrl_off, ts_in_off; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:901:16: note: byref variable will be forcibly initialized u8 serial_ts, ts_rate_ctrl_off, ts_in_off; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:901:5: note: byref variable will be forcibly initialized u8 serial_ts, ts_rate_ctrl_off, ts_in_off; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'config_ts': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1443:25: note: byref variable will be forcibly initialized struct MXL_REG_FIELD_T xpt_nco_clock_rate[MXL_HYDRA_DEMOD_MAX] = { ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1438:25: note: byref variable will be forcibly initialized struct MXL_REG_FIELD_T xpt_continuous_clock[MXL_HYDRA_DEMOD_MAX] = { ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1433:25: note: byref variable will be forcibly initialized struct MXL_REG_FIELD_T xpt_err_replace_valid[MXL_HYDRA_DEMOD_MAX] = { ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1428:25: note: byref variable will be forcibly initialized struct MXL_REG_FIELD_T xpt_err_replace_sync[MXL_HYDRA_DEMOD_MAX] = { ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1423:25: note: byref variable will be forcibly initialized struct MXL_REG_FIELD_T xpt_enable_output[MXL_HYDRA_DEMOD_MAX] = { ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1418:25: note: byref variable will be forcibly initialized struct MXL_REG_FIELD_T xpt_sync_byte[MXL_HYDRA_DEMOD_MAX] = { ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_s_s2': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1413:25: note: byref variable will be forcibly initialized struct MXL_REG_FIELD_T xpt_lsb_first[MXL_HYDRA_DEMOD_MAX] = { ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1129:5: note: byref variable will be forcibly initialized u8 data[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1408:25: note: byref variable will be forcibly initialized struct MXL_REG_FIELD_T xpt_ts_clock_phase[MXL_HYDRA_DEMOD_MAX] = { ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1403:25: note: byref variable will be forcibly initialized struct MXL_REG_FIELD_T xpt_valid_polarity[MXL_HYDRA_DEMOD_MAX] = { ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1398:25: note: byref variable will be forcibly initialized struct MXL_REG_FIELD_T xpt_clock_polarity[MXL_HYDRA_DEMOD_MAX] = { ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1393:25: note: byref variable will be forcibly initialized struct MXL_REG_FIELD_T xpt_sync_polarity[MXL_HYDRA_DEMOD_MAX] = { ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_read_i2c': /kisskb/src/drivers/media/dvb-frontends/sp2.c:22:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_poll_slot_status': /kisskb/src/drivers/media/dvb-frontends/sp2.c:237:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_by_mnemonic': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:299:6: note: byref variable will be forcibly initialized u32 data = 0, mask = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mn88443x.c: In function 'mn88443x_s_read_status': /kisskb/src/drivers/media/dvb-frontends/mn88443x.c:264:25: note: byref variable will be forcibly initialized u32 cpmon, tmpu, tmpl, flg; ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88443x.c:264:19: note: byref variable will be forcibly initialized u32 cpmon, tmpu, tmpl, flg; ^~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_write_i2c': /kisskb/src/drivers/media/dvb-frontends/mn88443x.c:264:13: note: byref variable will be forcibly initialized u32 cpmon, tmpu, tmpl, flg; ^~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c:59:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88443x.c:264:6: note: byref variable will be forcibly initialized u32 cpmon, tmpu, tmpl, flg; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c:56:5: note: byref variable will be forcibly initialized u8 buffer[35]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'validate_sku': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1616:42: note: byref variable will be forcibly initialized u32 pad_mux_bond = 0, prcm_chip_id = 0, prcm_so_cid = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1616:24: note: byref variable will be forcibly initialized u32 pad_mux_bond = 0, prcm_chip_id = 0, prcm_so_cid = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1616:6: note: byref variable will be forcibly initialized u32 pad_mux_bond = 0, prcm_chip_id = 0, prcm_so_cid = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_op_cam': /kisskb/src/drivers/media/dvb-frontends/sp2.c:97:6: note: byref variable will be forcibly initialized int mem, ret; ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c:96:5: note: byref variable will be forcibly initialized u8 store; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'get_fwinfo': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1665:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'set_drive_strength': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1327:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1188:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_ber': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:546:6: note: byref variable will be forcibly initialized u32 reg[8]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88443x.c: In function 'mn88443x_t_read_status': /kisskb/src/drivers/media/dvb-frontends/mn88443x.c:466:34: note: byref variable will be forcibly initialized u32 seqrd, st, flg, tmpu, tmpm, tmpl; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mn88443x.c:466:28: note: byref variable will be forcibly initialized u32 seqrd, st, flg, tmpu, tmpm, tmpl; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mn88443x.c:466:22: note: byref variable will be forcibly initialized u32 seqrd, st, flg, tmpu, tmpm, tmpl; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mn88443x.c:466:17: note: byref variable will be forcibly initialized u32 seqrd, st, flg, tmpu, tmpm, tmpl; ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88443x.c:466:6: note: byref variable will be forcibly initialized u32 seqrd, st, flg, tmpu, tmpm, tmpl; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1232:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_slot_ts_enable': /kisskb/src/drivers/media/dvb-frontends/sp2.c:219:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_status': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:623:6: note: byref variable will be forcibly initialized u32 reg_data = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_slot_reset': /kisskb/src/drivers/media/dvb-frontends/sp2.c:177:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1258:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'get_frontend': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:693:6: note: byref variable will be forcibly initialized u32 freq; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:692:6: note: byref variable will be forcibly initialized u32 reg_data[MXL_DEMOD_CHAN_PARAMS_BUFF_SIZE]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1298:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_register_unlocked': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:160:5: note: byref variable will be forcibly initialized u8 data[MXL_HYDRA_REG_SIZE_IN_BYTES + MXL_HYDRA_I2C_HDR_SIZE] = { ^~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_init': /kisskb/src/drivers/media/dvb-frontends/sp2.c:266:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_chip_id': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:961:5: note: byref variable will be forcibly initialized u8 chip_id = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'send_command': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:185:6: note: byref variable will be forcibly initialized u32 val, count = 10; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_dvbs2_set_symbol_rate': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:359:5: note: byref variable will be forcibly initialized u8 data[3] = {0, 0, 0}; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'set_parameters': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:441:5: note: byref variable will be forcibly initialized u8 cmd_buff[MXL_HYDRA_OEM_MAX_CMD_BUFF_LEN]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:439:33: note: byref variable will be forcibly initialized struct MXL_HYDRA_DEMOD_PARAM_T demod_chan_cfg; ^~~~~~~~~~~~~~ /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:5: note: byref variable will be forcibly initialized u8 data[4] = { 0, 0, 0, 0 }; ^~~~ /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:5: note: byref variable will be forcibly initialized u8 data[MAX_WRITE_REGSIZE]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'cfg_demod_abort_tune': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:418:5: note: byref variable will be forcibly initialized u8 cmd_buff[MXL_HYDRA_OEM_MAX_CMD_BUFF_LEN]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:416:38: note: byref variable will be forcibly initialized struct MXL_HYDRA_DEMOD_ABORT_TUNE_T abort_tune_cmd; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'enable_tuner': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1361:6: note: byref variable will be forcibly initialized u32 val, count = 10; ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1360:5: note: byref variable will be forcibly initialized u8 cmd_buff[MXL_HYDRA_OEM_MAX_CMD_BUFF_LEN]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1358:29: note: byref variable will be forcibly initialized struct MXL_HYDRA_TUNER_CMD ctrl_tuner_cmd; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_t2_band': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2174:5: note: byref variable will be forcibly initialized u8 data[MAX_WRITE_REGSIZE]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'firmware_is_alive': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:330:11: note: byref variable will be forcibly initialized u32 hb0, hb1; ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:330:6: note: byref variable will be forcibly initialized u32 hb0, hb1; ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'write_fw_segment': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:861:5: note: byref variable will be forcibly initialized u8 w_msg_buffer[MXL_HYDRA_OEM_MAX_BLOCK_WRITE_LENGTH - ^~~~~~~~~~~~ /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:5: note: byref variable will be forcibly initialized u8 b10_b6[3]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2818:5: note: byref variable will be forcibly initialized u8 bw6mhz_b10_a6[] = { ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2815:5: note: byref variable will be forcibly initialized u8 bw7_8mhz_b10_a6[] = { ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_i_band': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2647:5: note: byref variable will be forcibly initialized u8 data[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'firmware_download': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:972:5: note: byref variable will be forcibly initialized u8 cmd_buff[sizeof(struct MXL_HYDRA_SKU_COMMAND_T) + 6]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:970:33: note: byref variable will be forcibly initialized struct MXL_HYDRA_SKU_COMMAND_T dev_sku_cfg; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:969:6: note: byref variable will be forcibly initialized u32 reg_data = 0; ^~~~~~~~ /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:5: note: byref variable will be forcibly initialized u8 data24m2[3] = {0xB7, 0x1B, 0x00}; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3131:5: note: byref variable will be forcibly initialized u8 data24m[2] = {0x60, 0x00}; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3130:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 data24m[3] = {0xDC, 0x6C, 0x00}; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2900:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 data[2] = { 0x09, 0x54 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_send_diseqc_msg': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3698:5: note: byref variable will be forcibly initialized u8 data[12]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'probe': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1713:35: note: byref variable will be forcibly initialized struct MXL_HYDRA_MPEGOUT_PARAM_T mpeg_interface_cfg; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1711:6: note: byref variable will be forcibly initialized u32 chipver; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_snr_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1744:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized enum fe_status status = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_set_frontend_tc': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3379:17: note: byref variable will be forcibly initialized enum fe_status status; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_tune_tc': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3540:11: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized enum fe_status status; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3304:27: note: byref variable will be forcibly initialized int ret = 0, i, timeout, carr_offset; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_tune_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3510:11: note: byref variable will be forcibly initialized int ret, carrier_offset; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_read_regs': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:158:17: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:116:5: note: byref variable will be forcibly initialized u8 buf[MAX_WRITE_REGSIZE + 1]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_driver.c: In function 'efct_firmware_write': /kisskb/src/drivers/scsi/elx/efct/efct_driver.c:255:30: note: byref variable will be forcibly initialized struct efct_fw_write_result result; ^~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_driver.c:253:17: note: byref variable will be forcibly initialized struct efc_dma dma; ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_write_reg': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:149:5: note: byref variable will be forcibly initialized u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_set_reg_bits': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:203:5: note: byref variable will be forcibly initialized u8 rdata; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_leave_power_save': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:231:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 data[10]; ^~~~ /kisskb/src/drivers/scsi/elx/efct/efct_driver.c: In function 'efct_request_firmware_update': /kisskb/src/drivers/scsi/elx/efct/efct_driver.c:330:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/scsi/elx/efct/efct_driver.c:329:21: note: byref variable will be forcibly initialized u8 file_name[256], fw_change_status = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_driver.c:329:5: note: byref variable will be forcibly initialized u8 file_name[256], fw_change_status = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_enter_power_save': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:216:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_attach': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:477:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_write_regs': /kisskb/src/drivers/media/dvb-frontends/helene.c:292:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:291:5: note: byref variable will be forcibly initialized u8 buf[MAX_WRITE_REGSIZE + 1]; ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_write_reg': /kisskb/src/drivers/media/dvb-frontends/helene.c:325:5: note: byref variable will be forcibly initialized u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_params_s': /kisskb/src/drivers/media/dvb-frontends/helene.c:512:5: note: byref variable will be forcibly initialized u8 data[MAX_WRITE_REGSIZE]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_read_regs': /kisskb/src/drivers/media/dvb-frontends/helene.c:334:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_reg_bits': /kisskb/src/drivers/media/dvb-frontends/helene.c:379:5: note: byref variable will be forcibly initialized u8 rdata; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_params_t': /kisskb/src/drivers/media/dvb-frontends/helene.c:662:5: note: byref variable will be forcibly initialized u8 data[MAX_WRITE_REGSIZE]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_x_pon': /kisskb/src/drivers/media/dvb-frontends/helene.c:904:5: note: byref variable will be forcibly initialized u8 rdata[2]; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:903:5: note: byref variable will be forcibly initialized u8 data[20]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:902:5: note: byref variable will be forcibly initialized u8 cdata[] = {0x7A, 0x01}; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:899:5: note: byref variable will be forcibly initialized u8 dataT[] = { 0x06, 0x00, 0x02, 0x00 }; ^~~~~ /kisskb/src/drivers/staging/board/board.c: In function 'find_by_address': /kisskb/src/drivers/staging/board/board.c:28:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/staging/board/board.c: In function 'gic_fixup_resource': /kisskb/src/drivers/staging/board/board.c:76:25: note: byref variable will be forcibly initialized 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:25: note: byref variable will be forcibly initialized struct of_phandle_args pd_args; ^~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, 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:625:9: note: byref variable will be forcibly initialized 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:9: note: byref variable will be forcibly initialized u_int skip_addr; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6955:23: note: byref variable will be forcibly initialized const struct patch *cur_patch; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6930:20: note: byref variable will be forcibly initialized 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:10: note: byref variable will be forcibly initialized uint8_t download_consts[7]; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6792:8: note: byref variable will be forcibly initialized u_int skip_addr; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6788:22: note: byref variable will be forcibly initialized const struct patch *cur_patch; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6787:8: note: byref variable will be forcibly initialized u_int end_set[NUM_CRITICAL_SECTIONS]; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6786:8: note: byref variable will be forcibly initialized u_int begin_set[NUM_CRITICAL_SECTIONS]; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6785:12: note: byref variable will be forcibly initialized struct cs cs_table[NUM_CRITICAL_SECTIONS]; ^~~~~~~~ /kisskb/src/drivers/staging/android/ashmem.c: In function 'set_name': /kisskb/src/drivers/staging/android/ashmem.c:567:7: note: byref variable will be forcibly initialized char local_name[ASHMEM_NAME_LEN]; ^~~~~~~~~~ /kisskb/src/drivers/staging/android/ashmem.c: In function 'get_name': /kisskb/src/drivers/staging/android/ashmem.c:604:7: note: byref variable will be forcibly initialized char local_name[ASHMEM_NAME_LEN]; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/staging/android/ashmem.c:16: /kisskb/src/drivers/staging/android/ashmem.c: In function 'ashmem_pin_unpin': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/staging/android/ashmem.c:776:2: note: in expansion of macro 'wait_event' wait_event(ashmem_shrink_wait, !atomic_read(&ashmem_shrink_inflight)); ^~~~~~~~~~ /kisskb/src/drivers/staging/android/ashmem.c:764:23: note: byref variable will be forcibly initialized struct ashmem_range *range = NULL; ^~~~~ /kisskb/src/drivers/staging/android/ashmem.c:761:20: note: byref variable will be forcibly initialized struct ashmem_pin pin; ^~~ /kisskb/src/drivers/staging/android/ashmem.c: In function 'ashmem_ioctl': /kisskb/src/drivers/staging/android/ashmem.c:855:26: note: byref variable will be forcibly initialized struct shrink_control sc = { ^~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_force_renegotiation': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:1952:27: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_update_pending_scbs': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2684:28: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2681:22: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_set_syncrate': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2473:27: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_set_width': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2599:27: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_build_transfer_msg': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2952:8: note: byref variable will be forcibly initialized u_int offset; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2951:8: note: byref variable will be forcibly initialized u_int ppr_options; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2950:8: note: byref variable will be forcibly initialized u_int period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2945:27: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_init': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:5424:28: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_regm': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:142:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'campoll': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:513:6: note: byref variable will be forcibly initialized u8 slotstat; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:500:5: note: byref variable will be forcibly initialized u8 istat; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'poll_slot_status': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:543:5: note: byref variable will be forcibly initialized u8 slotstat; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'cam_mode': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:210:5: note: byref variable will be forcibly initialized u8 dummy; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_data': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:556:10: note: byref variable will be forcibly initialized u8 msb, lsb; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:556:5: note: byref variable will be forcibly initialized u8 msb, lsb; ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_dump_card_state': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:7104:8: note: byref variable will be forcibly initialized u_int cur_col; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_io': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:131:5: note: byref variable will be forcibly initialized u8 addr[2] = {address & 0xff, address >> 8}; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_io': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:120:5: note: byref variable will be forcibly initialized u8 addr[2] = {address & 0xff, address >> 8}; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_cam_control': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:414:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_pccard': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:109:6: note: byref variable will be forcibly initialized u8 buf[256]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:105:5: note: byref variable will be forcibly initialized u8 addr[2] = {address & 0xff, address >> 8}; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_pccard': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:94:5: note: byref variable will be forcibly initialized u8 addr[2] = {address & 0xff, address >> 8}; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_attribute_mem': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:389:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'cxd2099_probe': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:619:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_handle_msg_reject': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3991:27: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_parse_msg': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3791:10: note: byref variable will be forcibly initialized u_int ppr_options; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3790:10: note: byref variable will be forcibly initialized u_int bus_width; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3789:10: note: byref variable will be forcibly initialized u_int offset; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3788:10: note: byref variable will be forcibly initialized u_int period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3691:10: note: byref variable will be forcibly initialized u_int bus_width; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3615:11: note: byref variable will be forcibly initialized u_int offset; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3614:11: note: byref variable will be forcibly initialized u_int ppr_options; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3613:11: note: byref variable will be forcibly initialized u_int period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3562:27: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_handle_message_phase': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3212:21: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6419:21: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized 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:1054:29: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:980:21: note: byref variable will be forcibly initialized 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:1850:30: note: byref variable will be forcibly initialized struct ahc_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:1773:22: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:1746:23: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:1610:22: note: byref variable will be forcibly initialized struct ahc_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_set_start_address': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:160:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_mode_set': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:191:11: note: byref variable will be forcibly initialized int tmp, idx; ^~~ /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_fb_blit_rect': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:321:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:448:18: note: byref variable will be forcibly initialized struct drm_rect rect; ^~~~ /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_fb_blit_fullscreen': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:350:18: note: byref variable will be forcibly initialized struct drm_rect fullscreen = { ^~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-palmas.c: In function 'palmas_vbus_irq_handler': /kisskb/src/drivers/extcon/extcon-palmas.c:46:15: note: byref variable will be forcibly initialized unsigned int vbus_line_state; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-palmas.c: In function 'palmas_id_irq_handler': /kisskb/src/drivers/extcon/extcon-palmas.c:76:20: note: byref variable will be forcibly initialized unsigned int set, id_src; ^~~~~~ /kisskb/src/drivers/extcon/extcon-palmas.c:76:15: note: byref variable will be forcibly initialized unsigned int set, id_src; ^~~ /kisskb/src/drivers/extcon/extcon-palmas.c: In function 'palmas_usb_probe': /kisskb/src/drivers/extcon/extcon-palmas.c:230:7: note: byref variable will be forcibly initialized u32 debounce; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c: In function 'simplefb_get_width_of': /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c:153:6: note: byref variable will be forcibly initialized u32 width; ^~~~~ /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c: In function 'simplefb_get_height_of': /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c:164:6: note: byref variable will be forcibly initialized u32 height; ^~~~~~ /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c: In function 'simplefb_get_stride_of': /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c:175:6: note: byref variable will be forcibly initialized u32 stride; ^~~~~~ /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c: In function 'simplefb_get_format_of': /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c:186:14: note: byref variable will be forcibly initialized const char *format; ^~~~~~ /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c: In function 'simpledrm_simple_display_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c:684:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c:683:18: note: byref variable will be forcibly initialized struct drm_rect clip; ^~~~ /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c: In function 'simpledrm_simple_display_pipe_disable': /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c:662:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c: In function 'simpledrm_simple_display_pipe_enable': /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c:644:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c: In function 'simpledrm_device_init_regulators': /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c:400:8: note: byref variable will be forcibly initialized char name[32]; /* 32 is max size of property name */ ^~~~ /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c: In function 'simpledrm_device_init_modeset': /kisskb/src/drivers/gpu/drm/tiny/simpledrm.c:762:9: note: byref variable will be forcibly initialized size_t nformats; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_grow_inode': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:562:17: note: byref variable will be forcibly initialized xfs_fileoff_t bno; /* directory offset of new block */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_isblock': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:603:17: note: byref variable will be forcibly initialized xfs_fileoff_t last; /* last file offset */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_isleaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:625:17: note: byref variable will be forcibly initialized xfs_fileoff_t last; /* last file offset */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_shrink_inode': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:647:8: note: byref variable will be forcibly initialized int done; /* bunmap is finished */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:645:17: note: byref variable will be forcibly initialized xfs_fileoff_t bno; /* directory file offset */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_createname': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:252:8: note: byref variable will be forcibly initialized int v; /* type-checking value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:348:7: note: byref variable will be forcibly initialized int v; /* type-checking value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:426:8: note: byref variable will be forcibly initialized int v; /* type-checking value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:484:8: note: byref variable will be forcibly initialized int v; /* type-checking value */ ^ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'get_a_tx_buf': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:440:15: note: byref variable will be forcibly initialized 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:598:9: note: in expansion of macro 'wait_event_interruptible_timeout' err = wait_event_interruptible_timeout(vrp->sendq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:558:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'virtio_rpmsg_announce_destroy': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:353:23: note: byref variable will be forcibly initialized struct rpmsg_ns_msg nsm; ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'virtio_rpmsg_announce_create': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:329:23: note: byref variable will be forcibly initialized 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:703:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_recv_done': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:773:15: note: byref variable will be forcibly initialized 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:925:22: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:863:20: note: byref variable will be forcibly initialized struct virtqueue *vqs[2]; ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:861:17: note: byref variable will be forcibly initialized vq_callback_t *vq_cbs[] = { rpmsg_recv_done, rpmsg_xmit_done }; ^~~~~~ /kisskb/src/drivers/extcon/extcon-qcom-spmi-misc.c: In function 'qcom_usb_extcon_detect_cable': /kisskb/src/drivers/extcon/extcon-qcom-spmi-misc.c:39:7: note: byref variable will be forcibly initialized bool state = false; ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c: In function 'beiscsi_get_post_stage': /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1607:6: note: byref variable will be forcibly initialized u32 sem; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/scsi/scsi.h:10, from /kisskb/src/include/scsi/iscsi_proto.h:14, from /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:10: /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c: In function 'beiscsi_mccq_compl_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:254:7: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(phba->ctrl.mcc_wait[tag], ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c: In function 'be_cmd_set_vlan': /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1230:15: note: byref variable will be forcibly initialized unsigned int tag; ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c: In function 'beiscsi_check_supported_fw': /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1261:20: note: byref variable will be forcibly initialized struct be_dma_mem nonemb_cmd; ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c: In function 'beiscsi_detect_ue': /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1793:22: note: byref variable will be forcibly initialized uint32_t ue_hi = 0, ue_lo = 0; ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1793:11: note: byref variable will be forcibly initialized uint32_t ue_hi = 0, ue_lo = 0; ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1792:27: note: byref variable will be forcibly initialized uint32_t ue_mask_hi = 0, ue_mask_lo = 0; ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1792:11: note: byref variable will be forcibly initialized uint32_t ue_mask_hi = 0, ue_mask_lo = 0; ^~~~~~~~~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'readmagic_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:93:5: note: byref variable will be forcibly initialized u8 buf[13]; ^~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'readinfo_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:43:5: note: byref variable will be forcibly initialized u8 tbuf[2]; ^~~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'readlength_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:69:5: note: byref variable will be forcibly initialized u8 tbuf[4]; ^~~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'gs_read_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:129:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c: In function 'msp_readreg': /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:54:5: note: byref variable will be forcibly initialized u8 msg2[2]; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:53:5: note: byref variable will be forcibly initialized u8 msg1[3] = { dev, reg >> 8, reg & 0xff }; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c: In function 'ves1820_writereg': /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:126:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = buf, .len = 3 }; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:125:5: note: byref variable will be forcibly initialized u8 buf[] = { 0x00, reg, data }; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c: In function 'tuner_write': /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:138:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = data, .len = 4 }; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c: In function 'ves1820_set_tv_freq': /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:151:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c: In function 'stv0297_set_tv_freq': /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:180:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_ptp_cfg_pin': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:197:38: note: byref variable will be forcibly initialized struct hwrm_func_ptp_pin_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_ptp_cfg_event': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:235:34: note: byref variable will be forcibly initialized struct hwrm_func_ptp_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_hwrm_ptp_cfg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:383:34: note: byref variable will be forcibly initialized struct hwrm_port_mac_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_ptp_adjfreq': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:151:34: note: byref variable will be forcibly initialized struct hwrm_port_mac_cfg_input *req; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c: In function 'av7110_vbi_write': /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:609:30: note: byref variable will be forcibly initialized struct v4l2_sliced_vbi_data d; ^ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c: In function 'vidioc_g_tuner': /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:315:6: note: byref variable will be forcibly initialized u16 stereo_det; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_hwrm_port_ts_query': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:90:35: note: byref variable will be forcibly initialized struct hwrm_port_ts_query_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_stamp_tx_skb': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:550:6: note: byref variable will be forcibly initialized u64 ts = 0, ns = 0; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:549:30: note: byref variable will be forcibly initialized struct skb_shared_hwtstamps timestamp; ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:11: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c: In function 'msp_writereg': /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:29:5: note: byref variable will be forcibly initialized u8 msg[5] = { dev, reg >> 8, reg & 0xff, val >> 8 , val & 0xff }; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_ptp_pps_init': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:657:39: note: byref variable will be forcibly initialized struct hwrm_func_ptp_pin_qcfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_get_target_cycles': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:274:6: note: byref variable will be forcibly initialized u64 cycles_now; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_ptp_perout_cfg': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:298:17: note: byref variable will be forcibly initialized u64 target_ns, delta; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:297:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:295:34: note: byref variable will be forcibly initialized struct hwrm_func_ptp_cfg_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_ptp_gettimex': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:120:10: note: byref variable will be forcibly initialized u64 ns, cycles; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_cc_read': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:540:6: note: byref variable will be forcibly initialized u64 ns = 0; ^~ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c: In function 'av7110_init_analog_module': /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:695:16: note: byref variable will be forcibly initialized u16 version1, version2; ^~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_v4l.c:695:6: note: byref variable will be forcibly initialized u16 version1, version2; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_hwtstamp_set': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:409:25: note: byref variable will be forcibly initialized struct hwtstamp_config stmpconf; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c: In function 'bnxt_hwtstamp_get': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:482:25: note: byref variable will be forcibly initialized struct hwtstamp_config stmpconf; ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_init_dev_type': /kisskb/src/drivers/extcon/extcon-ptn5150.c:164:15: note: byref variable will be forcibly initialized unsigned int reg_data, vendor_id, version_id; ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_check_state': /kisskb/src/drivers/extcon/extcon-ptn5150.c:72:28: note: byref variable will be forcibly initialized unsigned int port_status, reg_data, vbus; ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_irq_work': /kisskb/src/drivers/extcon/extcon-ptn5150.c:109:15: note: byref variable will be forcibly initialized unsigned int int_status; ^~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-rt8973a.c: In function 'rt8973a_muic_get_cable_type': /kisskb/src/drivers/extcon/extcon-rt8973a.c:262:20: note: byref variable will be forcibly initialized unsigned int adc, dev1; ^~~~ /kisskb/src/drivers/extcon/extcon-rt8973a.c:262:15: note: byref variable will be forcibly initialized unsigned int adc, dev1; ^~~ /kisskb/src/drivers/devfreq/exynos-bus.c: In function 'exynos_bus_get_event': /kisskb/src/drivers/devfreq/exynos-bus.c:66:28: note: byref variable will be forcibly initialized struct devfreq_event_data event_data; ^~~~~~~~~~ /kisskb/src/drivers/devfreq/exynos-bus.c: In function 'exynos_bus_get_dev_status': /kisskb/src/drivers/devfreq/exynos-bus.c:123:28: note: byref variable will be forcibly initialized struct devfreq_event_data edata; ^~~~~ /kisskb/src/drivers/extcon/extcon-rt8973a.c: In function 'rt8973a_init_dev_type': /kisskb/src/drivers/extcon/extcon-rt8973a.c:503:15: note: byref variable will be forcibly initialized unsigned int data, vendor_id, version_id; ^~~~ /kisskb/src/drivers/devfreq/exynos-bus.c: In function 'exynos_bus_parent_parse_of': /kisskb/src/drivers/devfreq/exynos-bus.c:183:14: note: byref variable will be forcibly initialized const char *vdd = "vdd"; ^~~ /kisskb/src/drivers/devfreq/exynos-bus.c: In function 'exynos_bus_parse_of': /kisskb/src/drivers/devfreq/exynos-bus.c:250:16: note: byref variable will be forcibly initialized unsigned long rate; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c: In function 'write_ts_header2': /kisskb/src/drivers/staging/media/av7110/av7110_av.c:732:5: note: byref variable will be forcibly initialized u8 tshead[4] = { 0x47, 0x00, 0x00, 0x10 }; ^~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c: In function 'p_to_t': /kisskb/src/drivers/staging/media/av7110/av7110_av.c:766:5: note: byref variable will be forcibly initialized u8 obuf[TS_SIZE]; ^~~~ In file included 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/include/linux/ethtool.h:16, from /kisskb/src/drivers/staging/media/av7110/av7110_av.c:14: /kisskb/src/drivers/staging/media/av7110/av7110_av.c: In function 'ts_play': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c:453:4: note: in expansion of macro 'if' if (wait_event_interruptible(rb->queue, FREE_COND_TS)) ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c:453:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(rb->queue, FREE_COND_TS)) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c: In function 'dvb_aplay': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c:548:4: note: in expansion of macro 'if' if (wait_event_interruptible(av7110->aout.queue, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c:548:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(av7110->aout.queue, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/drivers/staging/media/av7110/av7110_av.c:14: /kisskb/src/drivers/staging/media/av7110/av7110_av.c: In function 'dvb_video_get_event': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c:905:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(events->wait_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c: In function 'dvb_compat_video_get_event': /kisskb/src/drivers/staging/media/av7110/av7110_av.c:1106:21: note: byref variable will be forcibly initialized struct video_event ev; ^~ In file included 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/include/linux/ethtool.h:16, from /kisskb/src/drivers/staging/media/av7110/av7110_av.c:14: /kisskb/src/drivers/staging/media/av7110/av7110_av.c: In function 'dvb_play_kernel': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c:519:4: note: in expansion of macro 'if' if (wait_event_interruptible(av7110->avout.queue, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c:519:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(av7110->avout.queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c: In function 'dvb_play': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c:486:4: note: in expansion of macro 'if' if (wait_event_interruptible(av7110->avout.queue, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c:486:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(av7110->avout.queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c: In function 'aux_ring_buffer_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c:393:4: note: in expansion of macro 'if' if (wait_event_interruptible(rbuf->queue, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c:393:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(rbuf->queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_av.c: In function 'av7110_av_init': /kisskb/src/drivers/staging/media/av7110/av7110_av.c:1653:9: note: byref variable will be forcibly initialized void (*play[])(u8 *, int, void *) = { play_audio_cb, play_video_cb }; ^~~~ /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_register_divf': /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:281:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_register_divider': /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:325:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_probe': /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:422:6: note: byref variable will be forcibly initialized int nr_outputs; ^~~~~~~~~~ /kisskb/src/drivers/devfreq/tegra30-devfreq.c: In function 'tegra_devfreq_probe': /kisskb/src/drivers/devfreq/tegra30-devfreq.c:794:6: note: byref variable will be forcibly initialized u32 hw_version = BIT(tegra_sku_info.soc_speedo_id); ^~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_xport.c: In function 'efct_reset_stats': /kisskb/src/drivers/scsi/elx/efct/efct_xport.c:862:27: note: byref variable will be forcibly initialized union efct_xport_stats_u dummy; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_xport.c: In function 'efct_get_stats': /kisskb/src/drivers/scsi/elx/efct/efct_xport.c:811:27: note: byref variable will be forcibly initialized union efct_xport_stats_u stats; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_xport.c: In function 'efct_get_host_port_state': /kisskb/src/drivers/scsi/elx/efct/efct_xport.c:729:27: note: byref variable will be forcibly initialized union efct_xport_stats_u status; ^~~~~~ /kisskb/src/drivers/staging/greybus/bootrom.c: In function 'find_firmware': /kisskb/src/drivers/staging/greybus/bootrom.c:148:7: note: byref variable will be forcibly initialized char firmware_name[49]; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_xport.c: In function 'efct_xport_control': /kisskb/src/drivers/scsi/elx/efct/efct_xport.c:557:21: note: byref variable will be forcibly initialized struct completion done; ^~~~ /kisskb/src/drivers/scsi/elx/efct/efct_xport.c:531:10: note: byref variable will be forcibly initialized va_list argp; ^~~~ /kisskb/src/drivers/staging/greybus/bootrom.c: In function 'gb_bootrom_get_version': /kisskb/src/drivers/staging/greybus/bootrom.c:379:37: note: byref variable will be forcibly initialized struct gb_bootrom_version_response response; ^~~~~~~~ /kisskb/src/drivers/staging/greybus/bootrom.c:378:36: note: byref variable will be forcibly initialized 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:41: note: byref variable will be forcibly initialized struct gb_bootrom_get_vid_pid_response response; ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c: In function 'cros_ec_usb_get_power_type': /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c:101:39: note: byref variable will be forcibly initialized struct ec_response_usb_pd_power_info resp; ^~~~ /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c:100:37: note: byref variable will be forcibly initialized struct ec_params_usb_pd_power_info req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c: In function 'bnxt_hwrm_get_nvm_cfg_ver': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:362:13: note: byref variable will be forcibly initialized dma_addr_t data_dma_addr; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:360:28: note: byref variable will be forcibly initialized union devlink_param_value ver; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:357:38: note: byref variable will be forcibly initialized struct hwrm_nvm_get_variable_input *req; ^~~ /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c: In function 'cros_ec_usb_get_role': /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c:148:39: note: byref variable will be forcibly initialized struct ec_response_usb_pd_control_v1 resp; ^~~~ /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c:147:34: note: byref variable will be forcibly initialized struct ec_params_usb_pd_control pd_control; ^~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c: In function 'cros_ec_usb_get_pd_mux_state': /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c:122:37: note: byref variable will be forcibly initialized struct ec_response_usb_pd_mux_info resp; ^~~~ /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c:121:35: note: byref variable will be forcibly initialized struct ec_params_usb_pd_mux_info req; ^~~ /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c: In function 'extcon_cros_ec_detect_cable': /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c:254:7: note: byref variable will be forcibly initialized bool polarity = false; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c: In function 'bnxt_dl_info_get': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:445:6: note: byref variable will be forcibly initialized u32 ver = 0; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:444:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:443:7: note: byref variable will be forcibly initialized char ncsi_ver[FW_VER_STR_LEN]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:442:7: note: byref variable will be forcibly initialized char roce_ver[FW_VER_STR_LEN]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:441:7: note: byref variable will be forcibly initialized char mgmt_ver[FW_VER_STR_LEN]; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:438:38: note: byref variable will be forcibly initialized struct hwrm_nvm_get_dev_info_output nvm_dev_info; ^~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c: In function 'cros_ec_pd_get_num_ports': /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c:177:34: note: byref variable will be forcibly initialized struct ec_response_usb_pd_ports resp; ^~~~ /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c: In function 'extcon_cros_ec_probe': /kisskb/src/drivers/extcon/extcon-usbc-cros-ec.c:399:7: note: byref variable will be forcibly initialized u32 port; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c: In function 'bnxt_hwrm_nvm_req': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:597:13: note: byref variable will be forcibly initialized dma_addr_t data_dma_addr; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c: In function 'bnxt_dl_nvm_param_set': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:682:38: note: byref variable will be forcibly initialized struct hwrm_nvm_set_variable_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c: In function 'bnxt_dl_nvm_param_get': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:664:38: note: byref variable will be forcibly initialized struct hwrm_nvm_get_variable_input *req; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c: In function 'bnxt_devlink_health_report': /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:217:30: note: byref variable will be forcibly initialized struct bnxt_fw_reporter_ctx fw_reporter_ctx; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/panfrost/panfrost_drv.c:6: /kisskb/src/drivers/gpu/drm/panfrost/panfrost_drv.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/drivers/gpu/drm/panfrost/panfrost_drv.c:8: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_drv.c: In function 'panfrost_copy_in_sync': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_drv.c:214:21: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/iio/afe/iio-rescale.c: In function 'rescale_current_sense_shunt_props': /kisskb/src/drivers/iio/afe/iio-rescale.c:219:6: note: byref variable will be forcibly initialized u32 shunt; ^~~~~ /kisskb/src/drivers/iio/afe/iio-rescale.c: In function 'rescale_current_sense_amplifier_props': /kisskb/src/drivers/iio/afe/iio-rescale.c:182:6: note: byref variable will be forcibly initialized u32 gain_div = 1; ^~~~~~~~ /kisskb/src/drivers/iio/afe/iio-rescale.c:181:6: note: byref variable will be forcibly initialized u32 gain_mult = 1; ^~~~~~~~~ /kisskb/src/drivers/iio/afe/iio-rescale.c:180:6: note: byref variable will be forcibly initialized u32 sense; ^~~~~ /kisskb/src/drivers/extcon/extcon-fsa9480.c: In function 'fsa9480_read_irq': /kisskb/src/drivers/extcon/extcon-fsa9480.c:191:5: note: byref variable will be forcibly initialized u8 regs[2]; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla_chk_risc_recovery': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2872:6: note: byref variable will be forcibly initialized u16 mb[32]; ^~ /kisskb/src/drivers/extcon/extcon-fsa9480.c: In function 'fsa9480_read_reg': /kisskb/src/drivers/extcon/extcon-fsa9480.c:178:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/extcon/extcon-fsa9480.c: In function 'fsa9480_irq_handler': /kisskb/src/drivers/extcon/extcon-fsa9480.c:247:6: note: byref variable will be forcibly initialized int intr = 0; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_isp_firmware': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2676:24: note: byref variable will be forcibly initialized uint8_t domain, area, al_pa; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2676:18: note: byref variable will be forcibly initialized uint8_t domain, area, al_pa; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2676:10: note: byref variable will be forcibly initialized uint8_t domain, area, al_pa; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2675:26: note: byref variable will be forcibly initialized uint16_t loop_id, topo, sw_cap; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2675:20: note: byref variable will be forcibly initialized uint16_t loop_id, topo, sw_cap; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2675:11: note: byref variable will be forcibly initialized uint16_t loop_id, topo, sw_cap; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla81xx_mpi_sync': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:3575:11: note: byref variable will be forcibly initialized uint32_t dw; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:3574:11: note: byref variable will be forcibly initialized uint16_t dc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_init_fce_trace': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:3317:13: note: byref variable will be forcibly initialized dma_addr_t tc_dma; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_init_eft_trace': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:3366:13: note: byref variable will be forcibly initialized dma_addr_t tc_dma; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:14, from /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla84xx_init_chip': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:8641:11: note: byref variable will be forcibly initialized uint16_t status[2]; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla83xx_check_driver_presence': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6832:11: note: byref variable will be forcibly initialized uint32_t drv_presence = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function '__qla83xx_set_drv_ack': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6694:11: note: byref variable will be forcibly initialized uint32_t drv_ack; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function '__qla83xx_clear_drv_ack': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6710:11: note: byref variable will be forcibly initialized uint32_t drv_ack; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla25xx_manipulate_risc_semaphore': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:3074:11: note: byref variable will be forcibly initialized uint32_t wd32 = 0; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla81xx_reset_mpi': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2857:11: note: byref variable will be forcibly initialized uint16_t mb[4] = {0x1010, 0, 1, 0}; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_reset_risc': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2921:11: note: byref variable will be forcibly initialized uint16_t wd; ^~ /kisskb/src/drivers/gpu/drm/tiny/bochs.c: In function 'bochs_hw_setbase': /kisskb/src/drivers/gpu/drm/tiny/bochs.c:383:31: note: byref variable will be forcibly initialized unsigned int vx, vy, vwidth, idx; ^~~ /kisskb/src/drivers/gpu/drm/tiny/bochs.c: In function 'bochs_hw_setformat': /kisskb/src/drivers/gpu/drm/tiny/bochs.c:352:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2xxx_print_sfp_info': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:3676:5: note: byref variable will be forcibly initialized u8 str[STR_LEN], *ptr, p; ^~~ /kisskb/src/drivers/gpu/drm/tiny/bochs.c: In function 'bochs_hw_setmode': /kisskb/src/drivers/gpu/drm/tiny/bochs.c:316:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/gpu/drm/tiny/bochs.c: In function 'bochs_hw_load_edid': /kisskb/src/drivers/gpu/drm/tiny/bochs.c:188:5: note: byref variable will be forcibly initialized u8 header[8]; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_iidma_fcport': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:5626:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_reg_remote_port': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_misc_request': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:201:11: note: byref variable will be forcibly initialized int ret, len; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:5676:30: note: byref variable will be forcibly initialized struct fc_rport_identifiers rport_ids; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_fw_ready': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:4464:11: note: byref variable will be forcibly initialized uint16_t state[6]; ^~~~~ /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:572:18: note: byref variable will be forcibly initialized struct drm_rect rect; ^~~~ /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_pipe_enable': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:552:18: note: byref variable will be forcibly initialized struct drm_rect rect = { 0, 0, GM12U320_USER_WIDTH, GM12U320_HEIGHT }; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_configure_hba': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:4604:8: note: byref variable will be forcibly initialized char connect_type[22]; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_fb_update_work': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:324:25: note: byref variable will be forcibly initialized int block, block_size, len; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:4603:16: note: byref variable will be forcibly initialized uint8_t domain; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:4602:16: note: byref variable will be forcibly initialized uint8_t area; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:4601:16: note: byref variable will be forcibly initialized uint8_t al_pa; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:4600:16: note: byref variable will be forcibly initialized uint16_t sw_cap; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:4599:16: note: byref variable will be forcibly initialized uint16_t topo; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:4598:16: note: byref variable will be forcibly initialized uint16_t loop_id; ^~~~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_get_count': /kisskb/src/drivers/staging/greybus/light.c:1140:39: note: byref variable will be forcibly initialized struct gb_lights_get_lights_response resp; ^~~~ In file included from /kisskb/src/drivers/staging/greybus/light.c:13: /kisskb/src/drivers/staging/greybus/light.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_async_prli_sp_done': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:1220:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_async_gpdb': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:1327:13: note: byref variable will be forcibly initialized dma_addr_t pd_dma; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_fcport_handle_login': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:1608:6: note: byref variable will be forcibly initialized u16 data[2]; ^~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_channel_config': /kisskb/src/drivers/staging/greybus/light.c:947:46: note: byref variable will be forcibly initialized struct gb_lights_get_channel_config_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c:946:47: note: byref variable will be forcibly initialized struct gb_lights_get_channel_config_response conf; ^~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_light_config': /kisskb/src/drivers/staging/greybus/light.c:1006:45: note: byref variable will be forcibly initialized struct gb_lights_get_light_config_response conf; ^~~~ /kisskb/src/drivers/staging/greybus/light.c:1005:44: note: byref variable will be forcibly initialized struct gb_lights_get_light_config_request req; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla_rscn_replay': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:1863:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_async_adisc_sp_done': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:538:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_handle_gnl_done_event': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:682:6: note: byref variable will be forcibly initialized u16 data[2]; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:681:6: note: byref variable will be forcibly initialized u64 wwn; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:677:22: note: byref variable will be forcibly initialized fc_port_t *fcport, *conflict_fcport; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_fade_set': /kisskb/src/drivers/staging/greybus/light.c:321:36: note: byref variable will be forcibly initialized struct gb_lights_set_fade_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'fade_out_store': /kisskb/src/drivers/staging/greybus/light.c:203:5: note: byref variable will be forcibly initialized u8 fade; \ ^~~~ /kisskb/src/drivers/staging/greybus/light.c:233:1: note: in expansion of macro 'gb_lights_fade_attr' gb_lights_fade_attr(out); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'fade_in_store': /kisskb/src/drivers/staging/greybus/light.c:203:5: note: byref variable will be forcibly initialized u8 fade; \ ^~~~ /kisskb/src/drivers/staging/greybus/light.c:232:1: note: in expansion of macro 'gb_lights_fade_attr' gb_lights_fade_attr(in); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_color_set': /kisskb/src/drivers/staging/greybus/light.c:347:37: note: byref variable will be forcibly initialized struct gb_lights_set_color_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'color_store': /kisskb/src/drivers/staging/greybus/light.c:249:6: note: byref variable will be forcibly initialized u32 color; ^~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_blink_set': /kisskb/src/drivers/staging/greybus/light.c:455:33: note: byref variable will be forcibly initialized struct gb_lights_blink_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function '__gb_lights_led_brightness_set': /kisskb/src/drivers/staging/greybus/light.c:370:42: note: byref variable will be forcibly initialized struct gb_lights_set_brightness_request req; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_async_gnl_sp_done': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:1041:7: note: byref variable will be forcibly initialized u64 wwnn; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:1040:13: note: byref variable will be forcibly initialized port_id_t id; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:982:19: note: byref variable will be forcibly initialized struct list_head h; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:981:6: note: byref variable will be forcibly initialized u64 wwn; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:979:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_async_gpdb_sp_done': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:1176:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_handle_plogi_done_event': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2085:18: note: byref variable will be forcibly initialized struct fc_port *conflict_fcport; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_async_login_sp_done': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:274:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2100_pci_config': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2486:11: note: byref variable will be forcibly initialized uint16_t w; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2300_pci_config': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2517:11: note: byref variable will be forcibly initialized uint16_t w; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_pci_config': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2599:11: note: byref variable will be forcibly initialized uint16_t w; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla25xx_pci_config': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2643:11: note: byref variable will be forcibly initialized uint16_t w; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_reset_chip': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2714:11: note: byref variable will be forcibly initialized uint16_t cmd; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_setup_chip': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:3994:12: note: byref variable will be forcibly initialized uint32_t size; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:3856:11: note: byref variable will be forcibly initialized uint32_t srisc_address = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_get_status': /kisskb/src/drivers/iio/accel/adxl372.c:578:9: note: byref variable will be forcibly initialized __be32 buf; ^~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_read_threshold_value': /kisskb/src/drivers/iio/accel/adxl372.c:318:9: note: byref variable will be forcibly initialized __be16 raw_regval; ^~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_read_event_value': /kisskb/src/drivers/iio/accel/adxl372.c:846:6: note: byref variable will be forcibly initialized u16 raw_value; ^~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_read_axis': /kisskb/src/drivers/iio/accel/adxl372.c:356:9: note: byref variable will be forcibly initialized __be16 regval; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_configure_local_loop': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:5429:11: note: byref variable will be forcibly initialized uint16_t entries; ^~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_arrange_axis_data': /kisskb/src/drivers/iio/accel/adxl372.c:603:9: note: byref variable will be forcibly initialized __be16 axis_sample[3]; ^~~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_trigger_handler': /kisskb/src/drivers/iio/accel/adxl372.c:640:6: note: byref variable will be forcibly initialized u16 fifo_entries; ^~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c:639:14: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c:639:5: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_set_activity_threshold': /kisskb/src/drivers/iio/accel/adxl372.c:449:16: note: byref variable will be forcibly initialized unsigned char buf[6]; ^~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_setup': /kisskb/src/drivers/iio/accel/adxl372.c:681:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_configure_fabric': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:5874:7: note: byref variable will be forcibly initialized int discovery_gen; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:12, from /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:5872:12: note: byref variable will be forcibly initialized LIST_HEAD(new_fcports); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:5870:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/iio/buffer/kfifo_buf.c: In function 'iio_read_kfifo': /kisskb/src/drivers/iio/buffer/kfifo_buf.c:103:11: note: byref variable will be forcibly initialized int ret, copied; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_configure_loop': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:5262:23: note: byref variable will be forcibly initialized unsigned long flags, save_flags; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:5262:16: note: byref variable will be forcibly initialized unsigned long flags, save_flags; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_fabric_login': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6356:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla2x00_local_device_login': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6497:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla83xx_reset_ownership': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6635:27: note: byref variable will be forcibly initialized uint32_t dev_part_info1, dev_part_info2, class_type; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6635:11: note: byref variable will be forcibly initialized uint32_t dev_part_info1, dev_part_info2, class_type; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6634:11: note: byref variable will be forcibly initialized uint32_t drv_presence, drv_presence_mask; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla83xx_nic_core_fw_load': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2244:11: note: byref variable will be forcibly initialized uint16_t config[4]; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2243:26: note: byref variable will be forcibly initialized uint32_t idc_major_ver, idc_minor_ver; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:2243:11: note: byref variable will be forcibly initialized uint32_t idc_major_ver, idc_minor_ver; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla83xx_initiating_reset': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6779:25: note: byref variable will be forcibly initialized uint32_t idc_control, dev_state; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:6779:12: note: byref variable will be forcibly initialized uint32_t idc_control, dev_state; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla28xx_get_aux_images': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:7832:52: note: byref variable will be forcibly initialized struct qla27xx_image_status pri_aux_image_status, sec_aux_image_status; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:7832:30: note: byref variable will be forcibly initialized struct qla27xx_image_status pri_aux_image_status, sec_aux_image_status; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla27xx_get_active_image': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:7930:48: note: byref variable will be forcibly initialized struct qla27xx_image_status pri_image_status, sec_image_status; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:7930:30: note: byref variable will be forcibly initialized struct qla27xx_image_status pri_image_status, sec_image_status; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_check_signature': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:49:11: note: byref variable will be forcibly initialized unsigned val; ^~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_irq_handler': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:69:11: note: byref variable will be forcibly initialized unsigned reg; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_configure_vhba': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:8539:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_update_fcport_fcp_prio': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:9177:11: note: byref variable will be forcibly initialized uint16_t mb[5]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_init.c: In function 'qla_register_fcport_fn': /kisskb/src/drivers/scsi/qla2xxx/qla_init.c:5830:6: note: byref variable will be forcibly initialized u16 data[2]; ^~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'enabled_store': /kisskb/src/drivers/powercap/powercap_sys.c:447:7: note: byref variable will be forcibly initialized bool mode; ^~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'enabled_show': /kisskb/src/drivers/powercap/powercap_sys.c:424:7: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:113:1: note: in expansion of macro 'define_power_zone_show' 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:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:112:1: note: in expansion of macro 'define_power_zone_show' 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:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:114:1: note: in expansion of macro 'define_power_zone_show' 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:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:116:1: note: in expansion of macro 'define_power_zone_show' define_power_zone_show(max_energy_range_uj); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/powercap/powercap_sys.c:10: /kisskb/src/drivers/powercap/powercap_sys.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'energy_uj_store': /kisskb/src/drivers/powercap/powercap_sys.c:43:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:115:1: note: in expansion of macro 'define_power_zone_store' 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:6: note: byref variable will be forcibly initialized int id; \ ^~ /kisskb/src/drivers/powercap/powercap_sys.c:132:1: note: in expansion of macro 'define_power_zone_constraint_show' define_power_zone_constraint_show(min_time_window_us); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:132:1: note: in expansion of macro 'define_power_zone_constraint_show' 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:6: note: byref variable will be forcibly initialized int id; \ ^~ /kisskb/src/drivers/powercap/powercap_sys.c:131:1: note: in expansion of macro 'define_power_zone_constraint_show' define_power_zone_constraint_show(max_time_window_us); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:131:1: note: in expansion of macro 'define_power_zone_constraint_show' 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:6: note: byref variable will be forcibly initialized int id; \ ^~ /kisskb/src/drivers/powercap/powercap_sys.c:130:1: note: in expansion of macro 'define_power_zone_constraint_show' define_power_zone_constraint_show(min_power_uw); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:130:1: note: in expansion of macro 'define_power_zone_constraint_show' 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:6: note: byref variable will be forcibly initialized int id; \ ^~ /kisskb/src/drivers/powercap/powercap_sys.c:129:1: note: in expansion of macro 'define_power_zone_constraint_show' define_power_zone_constraint_show(max_power_uw); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:129:1: note: in expansion of macro 'define_power_zone_constraint_show' define_power_zone_constraint_show(max_power_uw); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'store_constraint_time_window_us': /kisskb/src/drivers/powercap/powercap_sys.c:92:6: note: byref variable will be forcibly initialized int id; \ ^~ /kisskb/src/drivers/powercap/powercap_sys.c:128:1: note: in expansion of macro 'define_power_zone_constraint_store' define_power_zone_constraint_store(time_window_us); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:90:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:128:1: note: in expansion of macro 'define_power_zone_constraint_store' 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:6: note: byref variable will be forcibly initialized int id; \ ^~ /kisskb/src/drivers/powercap/powercap_sys.c:127:1: note: in expansion of macro 'define_power_zone_constraint_show' define_power_zone_constraint_show(time_window_us); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:127:1: note: in expansion of macro 'define_power_zone_constraint_show' define_power_zone_constraint_show(time_window_us); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'store_constraint_power_limit_uw': /kisskb/src/drivers/powercap/powercap_sys.c:92:6: note: byref variable will be forcibly initialized int id; \ ^~ /kisskb/src/drivers/powercap/powercap_sys.c:126:1: note: in expansion of macro 'define_power_zone_constraint_store' define_power_zone_constraint_store(power_limit_uw); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:90:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:126:1: note: in expansion of macro 'define_power_zone_constraint_store' 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:6: note: byref variable will be forcibly initialized int id; \ ^~ /kisskb/src/drivers/powercap/powercap_sys.c:125:1: note: in expansion of macro 'define_power_zone_constraint_show' define_power_zone_constraint_show(power_limit_uw); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:6: note: byref variable will be forcibly initialized u64 value; \ ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:125:1: note: in expansion of macro 'define_power_zone_constraint_show' define_power_zone_constraint_show(power_limit_uw); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'show_constraint_name': /kisskb/src/drivers/powercap/powercap_sys.c:160:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'sysfs_read': /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:175:7: note: byref variable will be forcibly initialized char tmp[32]; ^~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'sysfs_write': /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:157:16: note: byref variable will be forcibly initialized 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_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:527:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(fifo->write_queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:485:6: note: byref variable will be forcibly initialized u32 tmp_buf[WRITE_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_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:384:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(fifo->read_queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:364:6: note: byref variable will be forcibly initialized u32 tmp_buf[READ_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'axis_fifo_parse_dt': /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:750:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'axis_fifo_probe': /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:816:7: note: byref variable will be forcibly initialized char device_name[32]; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/greybus/loopback.c:12: /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_async_wait_all': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:419:2: note: in expansion of macro 'wait_event' wait_event(gb->wq_completion, ^~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_async_wait_to_send': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:828:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(gb->wq_completion, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_log.c: In function 'esas2r_log': /kisskb/src/drivers/scsi/esas2r/esas2r_log.c:192:10: note: byref variable will be forcibly initialized 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:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_calculate_latency_stats': /kisskb/src/drivers/staging/greybus/loopback.c:780:6: note: byref variable will be forcibly initialized u32 lat; ^~~ /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_dbgfs_latency_show_common': /kisskb/src/drivers/staging/greybus/loopback.c:944:6: note: byref variable will be forcibly initialized u32 latency; ^~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_probe': /kisskb/src/drivers/staging/greybus/loopback.c:982:7: note: byref variable will be forcibly initialized char name[DEBUGFS_NAMELEN]; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/greybus/loopback.c:12: /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_fn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:852:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(gb->wq, gb->type || ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_enum_links': /kisskb/src/drivers/media/mc/mc-device.c:178:27: note: byref variable will be forcibly initialized struct media_link_desc klink_desc; ^~~~~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c:164:26: note: byref variable will be forcibly initialized struct media_pad_desc pad; ^~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_enum_links32': /kisskb/src/drivers/media/mc/mc-device.c:496:26: note: byref variable will be forcibly initialized struct media_links_enum links; ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_ioctl': /kisskb/src/drivers/media/mc/mc-device.c:445:7: note: byref variable will be forcibly initialized char __karg[256], *karg = __karg; ^~~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_get_topology': /kisskb/src/drivers/media/mc/mc-device.c:240:23: note: byref variable will be forcibly initialized struct media_v2_link klink, __user *ulink; ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:239:22: note: byref variable will be forcibly initialized struct media_v2_pad kpad, __user *upad; ^~~~ /kisskb/src/drivers/media/mc/mc-device.c:238:28: note: byref variable will be forcibly initialized struct media_v2_interface kintf, __user *uintf; ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:237:25: note: byref variable will be forcibly initialized struct media_v2_entity kentity, __user *uentity; ^~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_register_entity': /kisskb/src/drivers/media/mc/mc-device.c:659:22: note: byref variable will be forcibly initialized struct media_graph new = { .top = 0 }; ^~~ /kisskb/src/drivers/perf/arm-cci.c: In function 'validate_group': /kisskb/src/drivers/perf/arm-cci.c:1256:16: note: byref variable will be forcibly initialized unsigned long mask[BITS_TO_LONGS(HW_CNTRS_MAX)]; ^~~~ In file included from /kisskb/src/include/linux/arm-cci.h:12, from /kisskb/src/drivers/perf/arm-cci.c:6: /kisskb/src/drivers/perf/arm-cci.c: In function 'cci5xx_pmu_write_counters': /kisskb/src/drivers/perf/arm-cci.c:952:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(saved_mask, HW_CNTRS_MAX); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/perf/arm-cci.c: In function 'cci_pmu_sync_counters': /kisskb/src/drivers/perf/arm-cci.c:646:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(mask, HW_CNTRS_MAX); ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/drivers/perf/arm-cci.c:7: /kisskb/src/drivers/perf/arm-cci.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/perf/arm-cci.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/ctype.h:5, from /kisskb/src/drivers/perf/arm-ccn.c:7: /kisskb/src/drivers/perf/arm-ccn.c: In function 'devm_kmalloc_array': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_cb_link_stat': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/perf_event.h:50, from /kisskb/src/drivers/perf/arm-ccn.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:3028:34: note: byref variable will be forcibly initialized struct efct_hw_link_stat_counts counts[EFCT_HW_LINK_STAT_MAX]; ^~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_cb_host_stat': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:3133:34: note: byref variable will be forcibly initialized struct efct_hw_host_stat_counts counts[EFCT_HW_HOST_STAT_MAX]; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/elx/efct/../include/efc_common.h:10, from /kisskb/src/drivers/scsi/elx/efct/efct_driver.h:16, from /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:7: /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_command_cancel': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:1515:7: note: byref variable will be forcibly initialized u8 mqe[SLI4_BMBX_SIZE] = { 0 }; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_mq_process': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:1491:5: note: byref variable will be forcibly initialized u8 mqe[SLI4_BMBX_SIZE]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_parse_filter': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:1123:8: note: byref variable will be forcibly initialized char *p = NULL; ^ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_get_wwnn': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:1156:5: note: byref variable will be forcibly initialized u8 p[8]; ^ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_get_wwpn': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:1166:5: note: byref variable will be forcibly initialized u8 p[8]; ^ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_cb_link': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:191:7: note: byref variable will be forcibly initialized u8 buf[SLI4_BMBX_SIZE]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:181:29: note: byref variable will be forcibly initialized struct efc_domain_record drec = {0}; ^~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_read_max_dump_size': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:49:5: note: byref variable will be forcibly initialized u8 buf[SLI4_BMBX_SIZE]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_config_sli_port_health_check': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:855:49: note: byref variable will be forcibly initialized struct sli4_rqst_cmn_set_features_health_check param; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:854:5: note: byref variable will be forcibly initialized u8 buf[SLI4_BMBX_SIZE]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_config_set_fdt_xfer_hint': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:700:54: note: byref variable will be forcibly initialized struct sli4_rqst_cmn_set_features_set_fdt_xfer_hint param; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:699:5: note: byref variable will be forcibly initialized u8 buf[SLI4_BMBX_SIZE]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_config_rq': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:724:5: note: byref variable will be forcibly initialized u8 buf[SLI4_BMBX_SIZE]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:723:25: note: byref variable will be forcibly initialized struct sli4_cmd_rq_cfg rq_cfg[SLI4_CMD_REG_FCFI_NUM_RQ_CFG]; ^~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_config_mrq': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:783:25: note: byref variable will be forcibly initialized struct sli4_cmd_rq_cfg rq_filter[SLI4_CMD_REG_FCFI_MRQ_NUM_RQ_CFG]; ^~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:780:5: note: byref variable will be forcibly initialized u8 buf[SLI4_BMBX_SIZE], mrq_bitmask = 0; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_init_prereg_io': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:611:17: note: byref variable will be forcibly initialized struct efc_dma req; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:605:5: note: byref variable will be forcibly initialized u8 cmd[SLI4_BMBX_SIZE]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_setup_io': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:484:6: note: byref variable will be forcibly initialized u32 index; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_cq_process': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:2319:19: note: byref variable will be forcibly initialized enum sli4_qentry ctype; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:2317:6: note: byref variable will be forcibly initialized u16 rid = U16_MAX; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:2316:5: note: byref variable will be forcibly initialized u8 cqe[sizeof(struct sli4_mcqe)]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_eq_process': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:2216:7: note: byref variable will be forcibly initialized u16 cq_id = 0; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_wq_process_io': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:367:6: note: byref variable will be forcibly initialized u32 ext = 0; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_bls_send': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:2574:25: note: byref variable will be forcibly initialized struct sli_bls_payload bls; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_els_hw_srrs_send': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:2804:24: note: byref variable will be forcibly initialized struct sli_ct_params ct_params; ^~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:2790:24: note: byref variable will be forcibly initialized struct sli_ct_params ct_params; ^~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:2776:25: note: byref variable will be forcibly initialized struct sli_els_params els_params; ^~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:2761:25: note: byref variable will be forcibly initialized struct sli_els_params els_params; ^~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_get_link_stats': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:3106:5: note: byref variable will be forcibly initialized u8 mbxdata[SLI4_BMBX_SIZE]; ^~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_get_host_stats': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:3190:5: note: byref variable will be forcibly initialized u8 mbxdata[SLI4_BMBX_SIZE]; ^~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_firmware_write': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:3306:5: note: byref variable will be forcibly initialized u8 mbxdata[SLI4_BMBX_SIZE]; ^~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw.c: In function 'efct_hw_port_control': /kisskb/src/drivers/scsi/elx/efct/efct_hw.c:3346:5: note: byref variable will be forcibly initialized u8 link[SLI4_BMBX_SIZE]; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110_ca.c: In function 'ci_ll_reset': /kisskb/src/drivers/staging/media/av7110/av7110_ca.c:112:5: note: byref variable will be forcibly initialized u8 msg[8] = { 0x00, 0x06, 0x00, 0x00, 0xff, 0x02, 0x00, 0x00 }; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/staging/media/av7110/av7110_ca.c:14: /kisskb/src/drivers/staging/media/av7110/av7110_ca.c: In function 'ci_ll_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_ca.c:158:3: note: in expansion of macro 'if' if (wait_event_interruptible(cibuf->queue, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_ca.c:158:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(cibuf->queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_ca.c: In function 'ci_ll_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_ca.c:183:2: note: in expansion of macro 'if' if (wait_event_interruptible(cibuf->queue, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_ca.c:183:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(cibuf->queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_ca.c: In function 'ci_ll_init': /kisskb/src/drivers/staging/media/av7110/av7110_ca.c:76:25: note: byref variable will be forcibly initialized struct dvb_ringbuffer *tab[] = { cirbuf, ciwbuf, NULL }, **p; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/elx/efct/../include/efc_common.h:10, from /kisskb/src/drivers/scsi/elx/efct/efct_driver.h:16, from /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:7: /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c: In function 'efct_hw_rqpair_put': /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:609:6: note: byref variable will be forcibly initialized u32 phys_payload[2]; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:608:6: note: byref variable will be forcibly initialized u32 phys_hdr[2]; ^~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c: In function 'efct_hw_new_cq_set': /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:200:21: note: byref variable will be forcibly initialized struct sli4_queue *assefct[SLI4_MAX_CQ_SET_COUNT]; ^~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:199:21: note: byref variable will be forcibly initialized struct sli4_queue *qs[SLI4_MAX_CQ_SET_COUNT]; ^~ /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c: In function 'efct_hw_init_queues': /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:21:16: note: byref variable will be forcibly initialized struct hw_rq *rqs[EFCT_HW_MAX_NUM_EQ]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:20:16: note: byref variable will be forcibly initialized struct hw_cq *cqs[EFCT_HW_MAX_NUM_EQ]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:19:16: note: byref variable will be forcibly initialized struct hw_eq *eqs[EFCT_HW_MAX_NUM_EQ]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c: In function 'efct_hw_rqpair_process_rq': /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:529:6: note: byref variable will be forcibly initialized u32 p_len; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:528:6: note: byref variable will be forcibly initialized u32 h_len; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:525:6: note: byref variable will be forcibly initialized u32 index; ^~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_hw_queues.c:524:6: note: byref variable will be forcibly initialized u16 rq_id; ^~~~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_devfreq.c: In function 'panfrost_devfreq_init': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_devfreq.c:89:16: note: byref variable will be forcibly initialized unsigned long cur_freq; ^~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/gpu/drm/panfrost/panfrost_device.c:5: /kisskb/src/drivers/gpu/drm/panfrost/panfrost_device.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/gpu/drm/panfrost/panfrost_device.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_nport_alloc_read_sparm64': /kisskb/src/drivers/scsi/elx/efct/efct_unsol.c: In function 'efct_sframe_common_send': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:175:5: note: byref variable will be forcibly initialized u8 data[SLI4_BMBX_SIZE]; ^~~~ /kisskb/src/drivers/scsi/elx/efct/efct_unsol.c:230:25: note: byref variable will be forcibly initialized struct fc_frame_header hdr; ^~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_nport_alloc_init_vpi': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:122:5: note: byref variable will be forcibly initialized u8 data[SLI4_BMBX_SIZE]; ^~~~ /kisskb/src/drivers/scsi/elx/efct/efct_unsol.c: In function 'efct_sframe_send_task_set_full_or_busy': /kisskb/src/drivers/scsi/elx/efct/efct_unsol.c:316:27: note: byref variable will be forcibly initialized struct fcp_resp_with_ext fcprsp; ^~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_nport_free_unreg_vpi': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:69:5: note: byref variable will be forcibly initialized u8 data[SLI4_BMBX_SIZE]; ^~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_domain_alloc_init_vfi': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:422:5: note: byref variable will be forcibly initialized u8 data[SLI4_BMBX_SIZE]; ^~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_domain_alloc_read_sparm64': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:381:5: note: byref variable will be forcibly initialized u8 data[SLI4_BMBX_SIZE]; ^~~~ /kisskb/src/drivers/perf/arm-cmn.c: In function 'arm_cmn_validate_group': /kisskb/src/drivers/perf/arm-cmn.c:867:21: note: byref variable will be forcibly initialized struct arm_cmn_val val; ^~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_domain_free_unreg_vfi': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:566:5: note: byref variable will be forcibly initialized u8 data[SLI4_BMBX_SIZE]; ^~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_cmd_nport_alloc': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:209:6: note: byref variable will be forcibly initialized u32 index; ^~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_cmd_nport_attach': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:264:5: note: byref variable will be forcibly initialized u8 buf[SLI4_BMBX_SIZE]; ^~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_cmd_domain_alloc': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:452:6: note: byref variable will be forcibly initialized u32 index; ^~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_cmd_domain_attach': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:510:5: note: byref variable will be forcibly initialized u8 buf[SLI4_BMBX_SIZE]; ^~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_cmd_node_attach': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:656:5: note: byref variable will be forcibly initialized u8 buf[SLI4_BMBX_SIZE]; ^~~ /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c: In function 'efc_cmd_node_detach': /kisskb/src/drivers/scsi/elx/libefc/efc_cmds.c:751:5: note: byref variable will be forcibly initialized u8 buf[SLI4_BMBX_SIZE]; ^~~ In file included 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/perf/arm-cmn.c:5: /kisskb/src/drivers/perf/arm-cmn.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/perf/arm-cmn.c:5: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/perf/arm-cmn.c: In function 'arm_cmn_discover': /kisskb/src/drivers/perf/arm-cmn.c:1337:22: note: byref variable will be forcibly initialized struct arm_cmn_node cfg, *dn; ^~~ /kisskb/src/drivers/perf/arm-cmn.c: In function 'arm_cmn_of_probe': /kisskb/src/drivers/perf/arm-cmn.c:1488:6: note: byref variable will be forcibly initialized u32 rootnode; ^~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_format_wwn': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:22:5: note: byref variable will be forcibly initialized u8 a[8]; ^ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_setup_session': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1176:7: note: byref variable will be forcibly initialized char wwpn[WWN_NAME_LEN]; ^~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_npiv_tpg_attrib_session_deletion_wait_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1557:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1582:1: note: in expansion of macro 'DEF_EFCT_NPIV_TPG_ATTRIB' DEF_EFCT_NPIV_TPG_ATTRIB(session_deletion_wait); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_npiv_tpg_attrib_demo_mode_login_only_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1557:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1581:1: note: in expansion of macro 'DEF_EFCT_NPIV_TPG_ATTRIB' DEF_EFCT_NPIV_TPG_ATTRIB(demo_mode_login_only); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_npiv_tpg_attrib_prod_mode_write_protect_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1557:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1580:1: note: in expansion of macro 'DEF_EFCT_NPIV_TPG_ATTRIB' DEF_EFCT_NPIV_TPG_ATTRIB(prod_mode_write_protect); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_npiv_tpg_attrib_demo_mode_write_protect_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1557:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1579:1: note: in expansion of macro 'DEF_EFCT_NPIV_TPG_ATTRIB' DEF_EFCT_NPIV_TPG_ATTRIB(demo_mode_write_protect); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_npiv_tpg_attrib_cache_dynamic_acls_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1557:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1578:1: note: in expansion of macro 'DEF_EFCT_NPIV_TPG_ATTRIB' DEF_EFCT_NPIV_TPG_ATTRIB(cache_dynamic_acls); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_npiv_tpg_attrib_generate_node_acls_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1557:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1577:1: note: in expansion of macro 'DEF_EFCT_NPIV_TPG_ATTRIB' DEF_EFCT_NPIV_TPG_ATTRIB(generate_node_acls); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_tpg_attrib_session_deletion_wait_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1501:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1526:1: note: in expansion of macro 'DEF_EFCT_TPG_ATTRIB' DEF_EFCT_TPG_ATTRIB(session_deletion_wait); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_tpg_attrib_demo_mode_login_only_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1501:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1525:1: note: in expansion of macro 'DEF_EFCT_TPG_ATTRIB' DEF_EFCT_TPG_ATTRIB(demo_mode_login_only); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_tpg_attrib_prod_mode_write_protect_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1501:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1524:1: note: in expansion of macro 'DEF_EFCT_TPG_ATTRIB' DEF_EFCT_TPG_ATTRIB(prod_mode_write_protect); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_tpg_attrib_demo_mode_write_protect_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1501:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1523:1: note: in expansion of macro 'DEF_EFCT_TPG_ATTRIB' DEF_EFCT_TPG_ATTRIB(demo_mode_write_protect); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_tpg_attrib_cache_dynamic_acls_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1501:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1522:1: note: in expansion of macro 'DEF_EFCT_TPG_ATTRIB' DEF_EFCT_TPG_ATTRIB(cache_dynamic_acls); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_tpg_attrib_generate_node_acls_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1501:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1521:1: note: in expansion of macro 'DEF_EFCT_TPG_ATTRIB' DEF_EFCT_TPG_ATTRIB(generate_node_acls); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_npiv_tpg_enable_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:156:16: note: byref variable will be forcibly initialized unsigned long op; ^~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_parse_wwn': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:32:5: note: byref variable will be forcibly initialized u8 b[8]; ^ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_init_nodeacl': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:1020:6: note: byref variable will be forcibly initialized u64 wwnn; ^~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_npiv_make_tpg': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:964:16: note: byref variable will be forcibly initialized unsigned long n; ^ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_make_tpg': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:907:16: note: byref variable will be forcibly initialized unsigned long n; ^ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_make_nport': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:752:6: note: byref variable will be forcibly initialized u64 wwpn; ^~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_npiv_make_nport': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:788:30: note: byref variable will be forcibly initialized struct fc_vport_identifiers vport_id; ^~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:785:18: note: byref variable will be forcibly initialized char *p, *pbuf, tmp[128]; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:785:12: note: byref variable will be forcibly initialized char *p, *pbuf, tmp[128]; ^~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:784:25: note: byref variable will be forcibly initialized u64 p_wwpn, npiv_wwpn, npiv_wwnn; ^~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:784:14: note: byref variable will be forcibly initialized u64 p_wwpn, npiv_wwpn, npiv_wwnn; ^~~~~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:784:6: note: byref variable will be forcibly initialized u64 p_wwpn, npiv_wwpn, npiv_wwnn; ^~~~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_queue_status': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:671:28: note: byref variable will be forcibly initialized struct efct_scsi_cmd_resp rsp; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_send_resp': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:551:28: note: byref variable will be forcibly initialized struct efct_scsi_cmd_resp rsp; ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c:7: /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c: In function 'iio_dma_buffer_cleanup_worker': /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c:127:12: note: byref variable will be forcibly initialized LIST_HEAD(block_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_queue_data_in': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:503:30: note: byref variable will be forcibly initialized struct efct_scsi_cmd_resp rsp; ^~~ /kisskb/src/drivers/scsi/elx/efct/efct_lio.c: In function 'efct_lio_tpg_enable_store': /kisskb/src/drivers/scsi/elx/efct/efct_lio.c:97:16: note: byref variable will be forcibly initialized unsigned long op; ^~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_event_handler': /kisskb/src/drivers/iio/adc/ad7091r-base.c:179:18: note: byref variable will be forcibly initialized unsigned int i, read_val; ^~~~~~~~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_set_channel': /kisskb/src/drivers/iio/adc/ad7091r-base.c:82:15: note: byref variable will be forcibly initialized unsigned int dummy; ^~~~~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_read_one': /kisskb/src/drivers/iio/adc/ad7091r-base.c:102:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_read_raw': /kisskb/src/drivers/iio/adc/ad7091r-base.c:126:15: note: byref variable will be forcibly initialized unsigned int read_val; ^~~~~~~~ /kisskb/src/drivers/staging/greybus/raw.c: In function 'raw_init': /kisskb/src/drivers/staging/greybus/raw.c:340:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_write_basic_config': /kisskb/src/drivers/iio/adc/max1363.c:343:5: note: byref variable will be forcibly initialized u8 tx_buf[2] = { st->setupbyte, st->configbyte }; ^~~~~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_read_single_chan': /kisskb/src/drivers/iio/adc/max1363.c:365:5: note: byref variable will be forcibly initialized u8 rxbuf[2]; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/iio/adc/max1363.c:15: /kisskb/src/drivers/iio/adc/max1363.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/iio/adc/max1363.c:15: /kisskb/src/include/linux/overflow.h:287:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_monitor_store_freq': /kisskb/src/drivers/iio/adc/max1363.c:702:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_event_handler': /kisskb/src/drivers/iio/adc/max1363.c:801:5: note: byref variable will be forcibly initialized u8 tx[2] = { st->setupbyte, ^~ /kisskb/src/drivers/iio/adc/max1363.c:800:5: note: byref variable will be forcibly initialized u8 rx; ^~ /kisskb/src/drivers/iio/adc/max1363.c:799:16: note: byref variable will be forcibly initialized unsigned long mask, loc; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_mc_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_arm_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_aer_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_memory_failure_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_mc_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_arm_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_aer_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_memory_failure_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_non_standard_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_non_standard_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'gud_usb_transfer': /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:155:6: note: byref variable will be forcibly initialized int idx, ret; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_mc_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:53:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:53:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:54:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:54:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ 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/gpu/drm/gud/gud_drv.c:12: /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_arm_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_non_standard_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_aer_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_memory_failure_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:6: /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/dma-buf.h:21, from /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'gud_stats_debugfs': /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:329:7: note: byref variable will be forcibly initialized char buf[10]; ^~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:6: /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'drmm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:25: /kisskb/src/include/drm/drm_managed.h:78:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'gud_probe': /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:440:36: note: byref variable will be forcibly initialized struct gud_display_descriptor_req desc; ^~~~ /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:439:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *bulk_out; ^~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372_i2c.c: In function 'adxl372_i2c_probe': /kisskb/src/drivers/iio/accel/adxl372_i2c.c:25:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_disc.c: In function 'esas2r_disc_passthru_dev_addr': /kisskb/src/drivers/scsi/esas2r/esas2r_disc.c:888:27: note: byref variable will be forcibly initialized struct esas2r_sg_context sgc; ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_calc_byte_xor_cksum': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:99:6: note: byref variable will be forcibly initialized u32 cksum = seed; ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_read_flash_rev': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1043:5: note: byref variable will be forcibly initialized u8 bytes[256]; ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_read_image_type': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1108:5: note: byref variable will be forcibly initialized u8 bytes[256]; ^~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_ipack.c: In function 'send_ipack': /kisskb/src/drivers/staging/media/av7110/av7110_ipack.c:48:24: note: byref variable will be forcibly initialized struct dvb_audio_info ai; ^~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_nvram_write': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1262:5: note: byref variable will be forcibly initialized u8 sas_address_bytes[8]; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110_ipack.c: In function 'write_ipack': /kisskb/src/drivers/staging/media/av7110/av7110_ipack.c:125:5: note: byref variable will be forcibly initialized u8 headr[3] = { 0x00, 0x00, 0x01 }; ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_nvram_get_defaults': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1379:5: note: byref variable will be forcibly initialized u8 sas_addr[8]; ^~~~~~~~ In file included from /kisskb/src/drivers/iio/buffer/industrialio-buffer-dmaengine.c:9: /kisskb/src/drivers/iio/buffer/industrialio-buffer-dmaengine.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:971:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_compact': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:311:8: note: byref variable will be forcibly initialized int needscan = 0; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:683:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* block buffer */ ^~ In file included from /kisskb/src/drivers/staging/media/av7110/av7110.h:30, from /kisskb/src/drivers/staging/media/av7110/av7110.c:45: /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'stv0299_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0299.h:100:5: note: byref variable will be forcibly initialized u8 buf[] = {reg, val}; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:374:12: note: byref variable will be forcibly initialized __be16 *tagp; /* pointer to tag value */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:373:8: note: byref variable will be forcibly initialized int needscan; /* need to rescan freespace */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:372:8: note: byref variable will be forcibly initialized int needlog; /* need to log header */ ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:367:8: note: byref variable will be forcibly initialized int lfloglow=0; /* first final leaf to log */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:366:8: note: byref variable will be forcibly initialized int lfloghigh=0; /* last final leaf to log */ ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:362:26: note: byref variable will be forcibly initialized xfs_dir2_data_unused_t *enddup=NULL; /* unused at end of data */ ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:360:26: note: byref variable will be forcibly initialized xfs_dir2_data_unused_t *dup; /* block unused entry */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:357:8: note: byref variable will be forcibly initialized int compact; /* need to compact leaf ents */ ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:355:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer for block */ ^~ In file included from /kisskb/src/drivers/staging/media/av7110/av7110.c:51: /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'alps_bsbe1_tuner_set_params': /kisskb/src/drivers/media/dvb-frontends/bsbe1.h:61:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/media/dvb-frontends/bsbe1.h:59:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'grundig_29504_401_tuner_set_params': /kisskb/src/drivers/staging/media/av7110/av7110.c:1873:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1872:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'alps_tdlb7_tuner_set_params': /kisskb/src/drivers/staging/media/av7110/av7110.c:1678:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x60, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1677:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'alps_tdbe2_tuner_set_params': /kisskb/src/drivers/staging/media/av7110/av7110.c:1587:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x62, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1586:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'grundig_29504_451_tuner_set_params': /kisskb/src/drivers/staging/media/av7110/av7110.c:1619:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1618:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_lookup': In file included from /kisskb/src/drivers/staging/media/av7110/av7110.c:53: /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'alps_bsru6_tuner_set_params': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:639:8: note: byref variable will be forcibly initialized int ent; /* entry index */ ^~~ /kisskb/src/drivers/media/dvb-frontends/bsru6.h:92:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; ^~~ /kisskb/src/drivers/media/dvb-frontends/bsru6.h:90:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:635:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* block buffer */ ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:791:20: note: byref variable will be forcibly initialized xfs_dir2_sf_hdr_t sfh; /* shortform header */ ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'alps_bsrv2_tuner_set_params': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:790:8: note: byref variable will be forcibly initialized int needscan; /* need to fixup bestfree */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:789:8: note: byref variable will be forcibly initialized int needlog; /* need to log block header */ ^~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1544:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:787:8: note: byref variable will be forcibly initialized int ent; /* block leaf entry index */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:783:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* block buffer */ ^~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1543:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'philips_cd1516_tuner_set_params': /kisskb/src/drivers/staging/media/av7110/av7110.c:1647:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_replace': /kisskb/src/drivers/staging/media/av7110/av7110.c:1646:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:868:8: note: byref variable will be forcibly initialized int ent; /* leaf entry index */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:864:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* block buffer */ ^~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'read_pwm': /kisskb/src/drivers/staging/media/av7110/av7110.c:2082:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { { .addr = 0x50,.flags = 0,.buf = &b,.len = 1 }, ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:2081:5: note: byref variable will be forcibly initialized u8 pwm; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:2080:5: note: byref variable will be forcibly initialized u8 b = 0xff; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_leaf_to_block': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:945:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:940:20: note: byref variable will be forcibly initialized xfs_dir2_sf_hdr_t sfh; /* shortform header */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:939:8: note: byref variable will be forcibly initialized int needscan; /* need to scan for bestfree */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:938:8: note: byref variable will be forcibly initialized int needlog; /* need to log data header */ ^~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'nexusca_stv0297_tuner_set_params': /kisskb/src/drivers/staging/media/av7110/av7110.c:1817:17: note: byref variable will be forcibly initialized struct i2c_msg readmsg = { .addr = 0x63, .flags = I2C_M_RD, .buf = data, .len = 1 }; ^~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1816:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x63, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1815:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_sf_to_block': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1095:19: note: byref variable will be forcibly initialized struct xfs_name name; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1088:8: note: byref variable will be forcibly initialized int needscan; /* need to scan block freespc */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1087:8: note: byref variable will be forcibly initialized int needlog; /* need to log block header */ ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1082:8: note: byref variable will be forcibly initialized int dummy; /* trash */ ^~~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'StartHWFilter': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1079:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* block buffer */ ^~ /kisskb/src/drivers/staging/media/av7110/av7110.c:777:6: note: byref variable will be forcibly initialized u16 handle; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1076:17: note: byref variable will be forcibly initialized xfs_dir2_db_t blkno; /* dir-relative block # (0) */ ^~~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:775:6: note: byref variable will be forcibly initialized u16 buf[20]; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'StopHWFilter': /kisskb/src/drivers/staging/media/av7110/av7110.c:827:6: note: byref variable will be forcibly initialized u16 answ[2]; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:826:6: note: byref variable will be forcibly initialized u16 buf[3]; ^~~ In file included from /kisskb/src/drivers/staging/media/av7110/av7110.c:46: /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'irdebi': /kisskb/src/drivers/staging/media/av7110/av7110_hw.h:403:6: note: byref variable will be forcibly initialized u32 res; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'gpioirq': /kisskb/src/drivers/staging/media/av7110/av7110.c:500:22: note: byref variable will be forcibly initialized struct video_event event; ^~~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'dvb_get_stc': /kisskb/src/drivers/staging/media/av7110/av7110.c:1104:6: note: byref variable will be forcibly initialized u16 tag = ((COMTYPE_REQUEST << 8) + ReqSTC); ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1103:6: note: byref variable will be forcibly initialized u16 fwstc[4]; ^~~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'get_firmware': /kisskb/src/drivers/staging/media/av7110/av7110.c:1500:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'i2c_writereg': /kisskb/src/drivers/staging/media/av7110/av7110.c:1410:17: note: byref variable will be forcibly initialized struct i2c_msg msgs; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1409:5: note: byref variable will be forcibly initialized u8 msg[2] = { reg, val }; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/media/av7110/av7110.c:16: /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'arm_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:242:13: note: in expansion of macro 'wait_event_interruptible_timeout' timeout = wait_event_interruptible_timeout(av7110->arm_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c: In function 'i2c_readreg': /kisskb/src/drivers/staging/media/av7110/av7110.c:1423:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1422:5: note: byref variable will be forcibly initialized u8 mm2[] = {0x00}; ^~~ /kisskb/src/drivers/staging/media/av7110/av7110.c:1421:5: note: byref variable will be forcibly initialized u8 mm1[] = {0x00}; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'coresight_find_sink': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:981:7: note: byref variable will be forcibly initialized int child_depth = curr_depth; ^~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:964:34: note: byref variable will be forcibly initialized int i, curr_depth = *depth + 1, found_depth = 0; ^~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/hid.c: In function 'gb_hid_get_report': /kisskb/src/drivers/staging/greybus/hid.c:77:35: note: byref variable will be forcibly initialized struct gb_hid_get_report_request request; ^~~~~~~ /kisskb/src/drivers/staging/greybus/hid.c: In function 'gb_hid_start': /kisskb/src/drivers/staging/greybus/hid.c:315:15: note: byref variable will be forcibly initialized unsigned int bufsize = HID_MIN_BUFFER_SIZE; ^~~~~~~ In file included from /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:13: /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'enable_sink_store': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1219:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:6: /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:13: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'coresight_find_default_sink': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1020:6: note: byref variable will be forcibly initialized int depth = 0; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'enable_source_store': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1249:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/perf/arm_spe_pmu.c:22: /kisskb/src/drivers/perf/arm_spe_pmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_write_raw': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:577:9: note: byref variable will be forcibly initialized __be32 reg = cpu_to_be32(val / 10); ^~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_read_raw': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:513:10: note: byref variable will be forcibly initialized __be32 reg; ^~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_check_do_calibration': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:327:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_check_orp_calibration': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:311:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_check_ec_calibration': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:273:9: note: byref variable will be forcibly initialized __be16 rval; ^~~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c:272:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/adc/nau7802.c: In function 'nau7802_probe': /kisskb/src/drivers/iio/adc/nau7802.c:418:6: note: byref variable will be forcibly initialized u32 tmp = 0; ^~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_check_ph_calibration': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:245:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-events.c: In function 'xadc_write_event_config': /kisskb/src/drivers/iio/adc/xilinx-xadc-events.c:128:11: note: byref variable will be forcibly initialized uint16_t cfg, old_cfg; ^~~ /kisskb/src/drivers/scsi/elx/libefc/efc_domain.c: In function '__efc_domain_init': /kisskb/src/drivers/scsi/elx/libefc/efc_domain.c:249:10: note: byref variable will be forcibly initialized __be64 bewwpn; ^~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_domain.c: In function '__efc_domain_wait_attach': /kisskb/src/drivers/scsi/elx/libefc/efc_domain.c:555:17: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_domain.c: In function '__efc_domain_wait_shutdown': /kisskb/src/drivers/scsi/elx/libefc/efc_domain.c:743:29: note: byref variable will be forcibly initialized struct efc_domain_record drec = domain->pending_drec; ^~~~ /kisskb/src/drivers/iio/adc/palmas_gpadc.c: In function 'palmas_gpadc_get_adc_dt_data': /kisskb/src/drivers/iio/adc/palmas_gpadc.c:473:6: note: byref variable will be forcibly initialized u32 pval; ^~~~ /kisskb/src/drivers/iio/adc/palmas_gpadc.c: In function 'palmas_gpadc_start_conversion': /kisskb/src/drivers/iio/adc/palmas_gpadc.c:339:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/adc/palmas_gpadc.c: In function 'palmas_gpadc_calibrate': /kisskb/src/drivers/iio/adc/palmas_gpadc.c:300:6: note: byref variable will be forcibly initialized int d2; ^~ /kisskb/src/drivers/iio/adc/palmas_gpadc.c:299:6: note: byref variable will be forcibly initialized int d1; ^~ /kisskb/src/drivers/iio/adc/palmas_gpadc.c: In function 'palmas_gpadc_probe': /kisskb/src/drivers/iio/adc/palmas_gpadc.c:499:37: note: byref variable will be forcibly initialized struct palmas_gpadc_platform_data *gpadc_pdata = NULL; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_job_cleanup': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c:320:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_node.c: In function 'efc_node_update_display_name': /kisskb/src/drivers/scsi/elx/libefc/efc_node.c:250:7: note: byref variable will be forcibly initialized char portid_display[16]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_reset': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c:627:16: note: byref variable will be forcibly initialized u32 js_state, js_state_mask = 0xffffffff; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_job_push': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c:274:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx acquire_ctx; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_node.c: In function 'efc_node_recv_els_frame': /kisskb/src/drivers/scsi/elx/libefc/efc_node.c:945:21: note: byref variable will be forcibly initialized struct efc_node_cb cbdata; ^~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_node.c:933:4: note: byref variable will be forcibly initialized } els_cmd_list[] = { ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_job_open': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c:879:28: note: byref variable will be forcibly initialized struct drm_gpu_scheduler *sched; ^~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_node.c: In function 'efc_node_recv_fcp_cmd': /kisskb/src/drivers/scsi/elx/libefc/efc_node.c:983:21: note: byref variable will be forcibly initialized struct efc_node_cb cbdata; ^~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_fabric.c: In function 'efc_process_gidpt_payload': /kisskb/src/drivers/scsi/elx/libefc/efc_fabric.c:664:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_fabric.c: In function 'efc_fabric_notify_topology': /kisskb/src/drivers/scsi/elx/libefc/efc_fabric.c:111:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_drain_fifo': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:154:19: note: byref variable will be forcibly initialized uint32_t status, tmp; ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:154:11: note: byref variable will be forcibly initialized uint32_t status, tmp; ^~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_update_alarm': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:432:11: note: byref variable will be forcibly initialized uint32_t status; ^~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_axi_read_adc_reg': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:467:11: note: byref variable will be forcibly initialized uint32_t val32; ^~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_axi_update_alarm': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:533:11: note: byref variable will be forcibly initialized uint32_t val; ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_axi_interrupt_handler': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:500:19: note: byref variable will be forcibly initialized uint32_t status, mask; ^~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:500:11: note: byref variable will be forcibly initialized uint32_t status, mask; ^~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_get_dclk_rate': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:407:11: note: byref variable will be forcibly initialized uint32_t val; ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_interrupt_handler': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:298:11: note: byref variable will be forcibly initialized uint32_t status; ^~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_unmask_worker': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:264:15: note: byref variable will be forcibly initialized unsigned int misc_sts, unmask; ^~~~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_write_adc_reg': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:178:11: note: byref variable will be forcibly initialized uint32_t tmp; ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:177:11: note: byref variable will be forcibly initialized uint32_t cmd[1]; ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_read_adc_reg': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:212:17: note: byref variable will be forcibly initialized uint32_t resp, tmp; ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:212:11: note: byref variable will be forcibly initialized uint32_t resp, tmp; ^~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:211:11: note: byref variable will be forcibly initialized uint32_t cmd[2]; ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_update_scan_mode': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:614:9: note: byref variable will be forcibly initialized size_t new_size, n; ^~~~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_parse_dt': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:1196:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:1195:6: note: byref variable will be forcibly initialized u32 ext_mux_chan; ^~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:1194:14: note: byref variable will be forcibly initialized const char *external_mux; ^~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_read_samplerate': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:890:11: note: byref variable will be forcibly initialized uint16_t val16; ^~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_read_raw': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:909:11: note: byref variable will be forcibly initialized uint16_t val16; ^~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function '_xadc_update_adc_reg': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:583:11: note: byref variable will be forcibly initialized uint16_t tmp; ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_trigger_set_state': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:693:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_probe': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:1312:15: note: byref variable will be forcibly initialized unsigned int conf0; ^~~~~ In file included from /kisskb/src/include/linux/filter.h:19, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:91, from /kisskb/src/drivers/staging/qlge/qlge_main.c:27: /kisskb/src/drivers/staging/qlge/qlge_main.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/drivers/staging/qlge/qlge_main.c: In function 'qlge_process_mac_rx_page': /kisskb/src/drivers/staging/qlge/qlge_main.c:1472:9: note: byref variable will be forcibly initialized size_t hlen = ETH_HLEN; ^~~~ /kisskb/src/drivers/staging/qlge/qlge_main.c: In function 'qlge_build_rx_skb': /kisskb/src/drivers/staging/qlge/qlge_main.c:1681:9: note: byref variable will be forcibly initialized size_t hlen = ETH_HLEN; ^~~~ In file included from /kisskb/src/drivers/media/mc/mc-entity.c:13: /kisskb/src/drivers/media/mc/mc-entity.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/mc/mc-entity.c: In function 'media_entity_get_fwnode_pad': /kisskb/src/drivers/media/mc/mc-entity.c:373:25: note: byref variable will be forcibly initialized struct fwnode_endpoint endpoint; ^~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:264, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/media/mc/mc-entity.c:11: /kisskb/src/drivers/media/mc/mc-entity.c: In function '__media_pipeline_start': /kisskb/src/drivers/media/mc/mc-entity.c:427:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(has_no_links, MEDIA_ENTITY_MAX_PADS); ^~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/media/mc/mc-entity.c:426:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(active, MEDIA_ENTITY_MAX_PADS); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/staging/qlge/qlge_main.c:13: /kisskb/src/drivers/staging/qlge/qlge_main.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/qlge/qlge_main.c: In function 'qlge_get_alt_pcie_func': /kisskb/src/drivers/staging/qlge/qlge_main.c:4291:6: note: byref variable will be forcibly initialized u32 temp; ^~~~ /kisskb/src/drivers/staging/qlge/qlge_main.c: In function 'qlge_set_mac_addr': /kisskb/src/drivers/staging/qlge/qlge_main.c:428:7: note: byref variable will be forcibly initialized char zero_mac_addr[ETH_ALEN]; ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/qlge/qlge_main.c: In function '__qlge_vlan_rx_add_vid': /kisskb/src/drivers/staging/qlge/qlge_main.c:2293:6: note: byref variable will be forcibly initialized u32 enable_bit = MAC_ADDR_E; ^~~~~~~~~~ /kisskb/src/drivers/staging/qlge/qlge_main.c: In function '__qlge_vlan_rx_kill_vid': /kisskb/src/drivers/staging/qlge/qlge_main.c:2324:6: note: byref variable will be forcibly initialized u32 enable_bit = 0; ^~~~~~~~~~ /kisskb/src/drivers/staging/qlge/qlge_main.c: In function 'qlge_get_8000_flash_params': /kisskb/src/drivers/staging/qlge/qlge_main.c:676:5: note: byref variable will be forcibly initialized u8 mac_addr[6]; ^~~~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_nport.c: In function 'efc_nport_shutdown': /kisskb/src/drivers/scsi/elx/libefc/efc_nport.c:217:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_nport.c: In function '__efc_nport_vport_init': /kisskb/src/drivers/scsi/elx/libefc/efc_nport.c:354:10: note: byref variable will be forcibly initialized __be64 be_wwpn = cpu_to_be64(nport->wwpn); ^~~~~~~ /kisskb/src/drivers/staging/qlge/qlge_main.c: In function 'qlge_8012_port_initialize': /kisskb/src/drivers/staging/qlge/qlge_main.c:879:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_nport.c: In function '__efc_nport_attached': /kisskb/src/drivers/scsi/elx/libefc/efc_nport.c:504:17: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_nport.c: In function 'efc_nport_attach': /kisskb/src/drivers/scsi/elx/libefc/efc_nport.c:182:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/staging/qlge/qlge_main.c: In function 'qlge_read_xgmac_reg64': /kisskb/src/drivers/staging/qlge/qlge_main.c:835:6: note: byref variable will be forcibly initialized u32 lo = 0; ^~ /kisskb/src/drivers/staging/qlge/qlge_main.c:834:6: note: byref variable will be forcibly initialized u32 hi = 0; ^~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c: In function 'configure_termination': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1550:7: note: byref variable will be forcibly initialized int enablePRI_high; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1549:7: note: byref variable will be forcibly initialized int enablePRI_low; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1548:7: note: byref variable will be forcibly initialized int enableSEC_high; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1547:7: note: byref variable will be forcibly initialized int enableSEC_low; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1546:7: note: byref variable will be forcibly initialized int eeprom_present; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1545:7: note: byref variable will be forcibly initialized int externalcable_present; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1544:7: note: byref variable will be forcibly initialized int internal68_present; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1543:7: note: byref variable will be forcibly initialized int internal50_present; ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/lz4.h:45, from /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:6: /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/usb/ch9.h:36, from /kisskb/src/include/linux/usb.h:6, from /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:7: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c: In function 'check_extport': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1255:28: note: byref variable will be forcibly initialized 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:9: note: byref variable will be forcibly initialized u_int sxfrctl1; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_prep_flush': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:156:21: note: byref variable will be forcibly initialized struct dma_buf_map map_data[DRM_FORMAT_MAX_PLANES]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:155:21: note: byref variable will be forcibly initialized struct dma_buf_map map[DRM_FORMAT_MAX_PLANES]; ^~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensors_cmd_read_u16': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:507:9: note: byref variable will be forcibly initialized __le16 tmp; ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c: In function 'ahc_pci_resume': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:2028:9: note: byref variable will be forcibly initialized u_int sxfrctl1; ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:2027:29: note: byref variable will be forcibly initialized struct seeprom_descriptor sd; ^~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_usb_bulk': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:248:30: note: byref variable will be forcibly initialized struct gud_usb_bulk_context ctx; ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_flush_rect': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:276:28: note: byref variable will be forcibly initialized struct gud_set_buffer_req req; ^~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensors_read_until_not_busy': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:528:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_flush_work': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:388:19: note: byref variable will be forcibly initialized struct drm_rect rect = damage; ^~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:360:6: note: byref variable will be forcibly initialized int idx, ret = 0; ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:358:18: note: byref variable will be forcibly initialized struct drm_rect damage; ^~~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensors_core_init': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:258:16: note: byref variable will be forcibly initialized u32 ver_mask, temp; ^~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:258:6: note: byref variable will be forcibly initialized u32 ver_mask, temp; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_pipe_check': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:485:34: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:453:6: note: byref variable will be forcibly initialized int idx, ret; ^~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensor_set_report_latency': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:126:15: note: byref variable will be forcibly initialized int integer, fract, ret; ^~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:126:6: note: byref variable will be forcibly initialized int integer, fract, ret; ^~~~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensors_calibrate': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:414:7: note: byref variable will be forcibly initialized bool calibrate; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_pipe_update': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:563:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:562:18: note: byref variable will be forcibly initialized struct drm_rect damage; ^~~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensors_read_lpc': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:603:21: note: byref variable will be forcibly initialized u8 samp_id = 0xff, status = 0; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, 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:625:9: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized u16 devcontrol; ^~~~~~~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_lid_angle.c: In function 'cros_ec_lid_angle_read': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_lid_angle.c:72:6: note: byref variable will be forcibly initialized s16 data; ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_init.c: In function 'esas2r_init_adapter': /kisskb/src/drivers/scsi/esas2r/esas2r_init.c:267:8: note: byref variable will be forcibly initialized void *next_uncached; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_init.c:265:6: note: byref variable will be forcibly initialized u64 bus_addr = 0; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:15: /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_register_cnic': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:391:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(bp->cnic_ops, ops); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_report_fw_link': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:941:7: note: byref variable will be forcibly initialized u32 bmsr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_resolve_flow_ctrl': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1051:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1033:17: note: byref variable will be forcibly initialized u32 local_adv, remote_adv; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1033:6: note: byref variable will be forcibly initialized u32 local_adv, remote_adv; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_5706s_linkup': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1177:23: note: byref variable will be forcibly initialized u32 bmcr, local_adv, remote_adv, common; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1177:12: note: byref variable will be forcibly initialized u32 bmcr, local_adv, remote_adv, common; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1177:6: note: byref variable will be forcibly initialized u32 bmcr, local_adv, remote_adv, common; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_5708s_linkup': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1148:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_copper_linkup': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1277:7: note: byref variable will be forcibly initialized u32 ext_status; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1220:18: note: byref variable will be forcibly initialized u32 local_adv, remote_adv, common; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1220:7: note: byref variable will be forcibly initialized u32 local_adv, remote_adv, common; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1214:6: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_test_and_disable_2g5': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1432:6: note: byref variable will be forcibly initialized u32 up1; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_enable_forced_2g5': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1465:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1458:6: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_disable_forced_2g5': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1509:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1502:6: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_5708_serdes_timer': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6160:7: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_test_and_enable_2g5': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1403:6: note: byref variable will be forcibly initialized u32 up1; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_test_link': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:5998:6: note: byref variable will be forcibly initialized u32 bmsr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_5706s_force_link_dn': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1541:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_5709s_linkup': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1109:6: note: byref variable will be forcibly initialized u32 val, speed; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_nway_reset': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:7156:6: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_ioctl': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:7866:7: note: byref variable will be forcibly initialized u32 mii_regval; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_5706_serdes_has_link': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6055:24: note: byref variable will be forcibly initialized u32 mode_ctl, an_dbg, exp; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6055:16: note: byref variable will be forcibly initialized u32 mode_ctl, an_dbg, exp; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6055:6: note: byref variable will be forcibly initialized u32 mode_ctl, an_dbg, exp; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_setup_serdes_phy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1759:11: note: byref variable will be forcibly initialized u32 adv, bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1759:6: note: byref variable will be forcibly initialized u32 adv, bmcr; ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_send_reset_ae': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:855:25: note: byref variable will be forcibly initialized struct atto_vda_ae_hdr ae; ^~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_setup_copper_phy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:2129:7: note: byref variable will be forcibly initialized u32 bmsr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:2089:7: note: byref variable will be forcibly initialized u32 adv1000_reg; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:2077:12: note: byref variable will be forcibly initialized u32 bmcr, adv_reg, new_adv = 0; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:2077:6: note: byref variable will be forcibly initialized u32 bmcr, adv_reg, new_adv = 0; ^~~~ In file included from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:46, 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:12: note: byref variable will be forcibly initialized LIST_HEAD(comp_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_do_deferred_processes': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:341:13: note: byref variable will be forcibly initialized LIST_HEAD(comp_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_set_link': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_process_bus_reset': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:452:12: note: byref variable will be forcibly initialized LIST_HEAD(comp_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1615:8: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1574:12: note: byref variable will be forcibly initialized u32 val, an_dbg; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1554:6: note: byref variable will be forcibly initialized u32 bmsr; ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_process_adapter_reset': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:394:12: note: byref variable will be forcibly initialized LIST_HEAD(comp_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_5706_serdes_timer': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6127:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6115:8: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6110:7: note: byref variable will be forcibly initialized u32 phy2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6093:7: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'intel_th_subdevice_alloc': /kisskb/src/drivers/hwtracing/intel_th/core.c:620:18: note: byref variable will be forcibly initialized struct resource res[3]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_reset_phy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:1639:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_init_5706s_phy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:2312:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:2300:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_init_5708s_phy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:2233:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_init_5709s_phy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:2183:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_init_copper_phy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:2329:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_init_phy': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:2390:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'active_store': /kisskb/src/drivers/hwtracing/intel_th/core.c:309:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/iio/adc/adi-axi-adc.c: In function 'adi_axi_adc_config_dma_buffer': /kisskb/src/drivers/iio/adc/adi-axi-adc.c:107:14: note: byref variable will be forcibly initialized const char *dma_name; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:15: /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:23: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:23: /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/drivers/gpu/drm/panfrost/panfrost_mmu.c:6: /kisskb/src/drivers/gpu/drm/panfrost/panfrost_mmu.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-mapping.h:10, from /kisskb/src/drivers/gpu/drm/panfrost/panfrost_mmu.c:9: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_set_rx_mode': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:3607:7: note: byref variable will be forcibly initialized u32 mc_filter[NUM_MC_HASH_REGISTERS]; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_init_chip': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:4932:7: note: byref variable will be forcibly initialized u16 val16; ^~~~~ In file included from /kisskb/src/drivers/nvmem/core.c:20: /kisskb/src/drivers/nvmem/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_cnic_start': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:455:23: note: byref variable will be forcibly initialized struct cnic_ctl_info info; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_cnic_stop': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:439:23: note: byref variable will be forcibly initialized struct cnic_ctl_info info; ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_add_cells_from_of': /kisskb/src/drivers/nvmem/core.c:683:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_reset_task': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6448:6: note: byref variable will be forcibly initialized u16 pcicmd; ^~~~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_prepare_write_buffer': /kisskb/src/drivers/nvmem/core.c:1448:5: note: byref variable will be forcibly initialized u8 v, *p, *buf, *b, pbyte, pbits; ^ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_nvram_read': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:4484:6: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:4471:6: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:4439:6: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_read': /kisskb/src/drivers/nvmem/core.c:1731:10: note: byref variable will be forcibly initialized ssize_t len; ^~~ /kisskb/src/drivers/nvmem/core.c:1729:20: note: byref variable will be forcibly initialized struct nvmem_cell cell; ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_write': /kisskb/src/drivers/nvmem/core.c:1760:20: note: byref variable will be forcibly initialized struct nvmem_cell cell; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_test_nvram': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:5963:9: note: byref variable will be forcibly initialized __be32 buf[NVRAM_SIZE / 4]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_nvram_write': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:4530:21: note: byref variable will be forcibly initialized u8 *buf, start[4], end[4], *align_buf = NULL, *flash_buffer = NULL; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:4530:11: note: byref variable will be forcibly initialized u8 *buf, start[4], end[4], *align_buf = NULL, *flash_buffer = NULL; ^~~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_common': /kisskb/src/drivers/nvmem/core.c:1538:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u32': /kisskb/src/drivers/nvmem/core.c:1666:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u64': /kisskb/src/drivers/nvmem/core.c:1697:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_set_link_ksettings': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6966:6: note: byref variable will be forcibly initialized u32 advertising = bp->advertising; ^~~~~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_read_all': /kisskb/src/drivers/iio/adc/dln2-adc.c:314:6: note: byref variable will be forcibly initialized int olen = sizeof(*get_all_vals); ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:313:7: note: byref variable will be forcibly initialized __u8 port = dln2->port; ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_set_chan_enabled': /kisskb/src/drivers/iio/adc/dln2-adc.c:183:28: note: byref variable will be forcibly initialized struct dln2_adc_port_chan port_chan = { ^~~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_set_port_resolution': /kisskb/src/drivers/iio/adc/dln2-adc.c:166:28: note: byref variable will be forcibly initialized struct dln2_adc_port_chan port_chan = { ^~~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_set_port_enabled': /kisskb/src/drivers/iio/adc/dln2-adc.c:202:6: note: byref variable will be forcibly initialized int olen = sizeof(conflict); ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:201:9: note: byref variable will be forcibly initialized __le16 conflict; ^~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:200:5: note: byref variable will be forcibly initialized u8 port = dln2->port; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_enable_msix': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6268:20: note: byref variable will be forcibly initialized struct msix_entry msix_ent[BNX2_MAX_MSIX_VEC]; ^~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_get_chan_count': /kisskb/src/drivers/iio/adc/dln2-adc.c:149:6: note: byref variable will be forcibly initialized int olen = sizeof(count); ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:148:5: note: byref variable will be forcibly initialized u8 count; ^~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:147:5: note: byref variable will be forcibly initialized u8 port = dln2->port; ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_trigger_h': /kisskb/src/drivers/iio/adc/dln2-adc.c:489:31: note: byref variable will be forcibly initialized struct dln2_adc_get_all_vals dev_data; ^~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:488:4: note: byref variable will be forcibly initialized } data; ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_triggered_buffer_postenable': /kisskb/src/drivers/iio/adc/dln2-adc.c:524:6: note: byref variable will be forcibly initialized u16 conflict; ^~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_read': /kisskb/src/drivers/iio/adc/dln2-adc.c:255:28: note: byref variable will be forcibly initialized struct dln2_adc_port_chan port_chan = { ^~~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:254:6: note: byref variable will be forcibly initialized int olen = sizeof(value); ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:253:9: note: byref variable will be forcibly initialized __le16 value; ^~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:252:6: note: byref variable will be forcibly initialized u16 conflict; ^~~~~~~~ /kisskb/src/drivers/iio/chemical/atlas-ezo-sensor.c: In function 'atlas_ezo_read_raw': /kisskb/src/drivers/iio/chemical/atlas-ezo-sensor.c:124:8: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_dump_state': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6551:12: note: byref variable will be forcibly initialized u32 val1, val2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:6551:6: note: byref variable will be forcibly initialized u32 val1, val2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_read_vpd_fw_ver': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:8041:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/iio/adc/ad799x.c: In function 'ad799x_write_frequency': /kisskb/src/drivers/iio/adc/ad799x.c:343:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_perfcnt.c: In function 'panfrost_perfcnt_enable_locked': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_perfcnt.c:76:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_perfcnt.c: In function 'panfrost_perfcnt_disable_locked': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_perfcnt.c:184:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(perfcnt->buf); ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c: In function 'bnx2_init_one': /kisskb/src/drivers/net/ethernet/broadcom/bnx2.c:8549:7: note: byref variable will be forcibly initialized char str[40]; ^~~ /kisskb/src/drivers/iio/accel/dmard10.c: In function 'dmard10_reset': /kisskb/src/drivers/iio/accel/dmard10.c:76:16: note: byref variable will be forcibly initialized unsigned char buffer[7]; ^~~~~~ /kisskb/src/drivers/iio/accel/dmard10.c: In function 'dmard10_shutdown': /kisskb/src/drivers/iio/accel/dmard10.c:129:16: note: byref variable will be forcibly initialized unsigned char buffer[3]; ^~~~~~ /kisskb/src/drivers/iio/accel/dmard10.c: In function 'dmard10_read_raw': /kisskb/src/drivers/iio/accel/dmard10.c:143:9: note: byref variable will be forcibly initialized __le16 buf[4]; ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function 'xfs_dir3_data_init': /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:699:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c: In function '_rtl92e_net_update': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:943:6: note: byref variable will be forcibly initialized u16 rate_config = 0; ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function '__xfs_dir3_data_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:115:19: note: byref variable will be forcibly initialized struct xfs_name name; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:107:24: note: byref variable will be forcibly initialized xfs_dir2_data_free_t *dfp; /* bestfree entry */ ^~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c: In function '_rtl92e_query_rxphystatus': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:1478:5: note: byref variable will be forcibly initialized s8 rx_pwr[4], rx_pwr_all = 0; ^~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:1477:50: note: byref variable will be forcibly initialized u8 i, max_spatial_stream, tmp_rxsnr, tmp_rxevm, rxsc_sgien_exflg; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_trigger_handler': /kisskb/src/drivers/iio/accel/kxsd9.c:219:4: note: byref variable will be forcibly initialized } hw_values; ^~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c: In function 'rtl92e_set_reg': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:168:6: note: byref variable will be forcibly initialized u8 pAcParam = *val; ^~~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_read_raw': /kisskb/src/drivers/iio/accel/kxsd9.c:166:9: note: byref variable will be forcibly initialized __be16 raw_val; ^~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c:165:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c: In function 'rtl92e_stop_adapter': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:2075:5: note: byref variable will be forcibly initialized u8 OpMode; ^~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c: In function 'rtl92e_update_ratr_table': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:2124:6: note: byref variable will be forcibly initialized u16 rate_config = 0; ^~~~~~~~~~~ In file included 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/hwtracing/coresight/coresight-platform.c:6: /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'of_coresight_count_ports': /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:153:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'of_coresight_get_ports_legacy': /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:90:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'of_coresight_parse_endpoint': /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:222:31: note: byref variable will be forcibly initialized struct of_endpoint endpoint, rendpoint; ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:222:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint, rendpoint; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm-perf.c: In function 'etm_perf_symlink': /kisskb/src/drivers/hwtracing/coresight/coresight-etm-perf.c:658:7: note: byref variable will be forcibly initialized char entry[sizeof("cpu9999999")]; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_poll_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:156:6: note: byref variable will be forcibly initialized s32 value = 0; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_samp_freq_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:177:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_samp_freq_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:204:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_raw_hyst_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:239:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_raw_hyst_rel_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:262:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_raw_hyst_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:285:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_raw_hyst_rel_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:316:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_get_report_latency': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:470:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_parse_common_attributes': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:559:13: note: byref variable will be forcibly initialized int val0, val1; ^~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:559:7: note: byref variable will be forcibly initialized int val0, val1; ^~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:504:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:503:39: note: byref variable will be forcibly initialized struct hid_sensor_hub_attribute_info timestamp; ^~~~~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_els.c: In function 'efc_els_send_req': /kisskb/src/drivers/scsi/elx/libefc/efc_els.c:265:21: note: byref variable will be forcibly initialized struct efc_node_cb cbdata; ^~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_els.c: In function 'efc_els_retry': /kisskb/src/drivers/scsi/elx/libefc/efc_els.c:301:21: note: byref variable will be forcibly initialized struct efc_node_cb cbdata; ^~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_els.c: In function 'efc_els_req_cb': /kisskb/src/drivers/scsi/elx/libefc/efc_els.c:166:21: note: byref variable will be forcibly initialized struct efc_node_cb cbdata; ^~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_els.c: In function 'efc_els_send_rsp': /kisskb/src/drivers/scsi/elx/libefc/efc_els.c:360:21: note: byref variable will be forcibly initialized struct efc_node_cb cbdata; ^~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_els.c: In function 'efc_els_acc_cb': /kisskb/src/drivers/scsi/elx/libefc/efc_els.c:328:21: note: byref variable will be forcibly initialized struct efc_node_cb cbdata; ^~~~~~ /kisskb/src/drivers/scsi/elx/libefc/efc_els.c: In function 'efc_send_bls_acc': /kisskb/src/drivers/scsi/elx/libefc/efc_els.c:1080:24: note: byref variable will be forcibly initialized struct sli_bls_params bls; ^~~ /kisskb/src/drivers/iio/adc/exynos_adc.c: In function 'exynos_ts_isr': /kisskb/src/drivers/iio/adc/exynos_adc.c:653:9: note: byref variable will be forcibly initialized u32 x, y; ^ /kisskb/src/drivers/iio/adc/exynos_adc.c:653:6: note: byref variable will be forcibly initialized u32 x, y; ^ /kisskb/src/drivers/scsi/elx/libefc_sli/sli4.c: In function 'sli_get_ctrl_attributes': /kisskb/src/drivers/scsi/elx/libefc_sli/sli4.c:4378:17: note: byref variable will be forcibly initialized struct efc_dma data; ^~~~ /kisskb/src/drivers/scsi/elx/libefc_sli/sli4.c: In function 'sli_setup': /kisskb/src/drivers/scsi/elx/libefc_sli/sli4.c:4584:6: note: byref variable will be forcibly initialized u32 asic_id = 0; ^~~~~~~ /kisskb/src/drivers/scsi/elx/libefc_sli/sli4.c:4581:6: note: byref variable will be forcibly initialized u32 pci_class_rev = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/elx/libefc_sli/sli4.c:4580:6: note: byref variable will be forcibly initialized u32 intf = U32_MAX; ^~~~ /kisskb/src/drivers/iio/accel/mma7455_core.c: In function 'mma7455_drdy': /kisskb/src/drivers/iio/accel/mma7455_core.c:68:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/iio/accel/mma7455_core.c: In function 'mma7455_read_raw': /kisskb/src/drivers/iio/accel/mma7455_core.c:120:9: note: byref variable will be forcibly initialized __le16 data; ^~~~ /kisskb/src/drivers/iio/accel/mma7455_core.c:119:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/iio/accel/mma7455_core.c: In function 'mma7455_core_probe': /kisskb/src/drivers/iio/accel/mma7455_core.c:247:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/nvmem/qfprom.c: In function 'qfprom_reg_write': /kisskb/src/drivers/nvmem/qfprom.c:261:31: note: byref variable will be forcibly initialized struct qfprom_touched_values old; ^~~ /kisskb/src/drivers/iio/adc/ltc2471.c: In function 'ltc2471_get_value': /kisskb/src/drivers/iio/adc/ltc2471.c:33:9: note: byref variable will be forcibly initialized __be16 buf; ^~~ 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:29, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/include/linux/backlight.h:13, from /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:6: /kisskb/src/drivers/gpu/drm/gud/gud_connector.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/hwtracing/intel_th/gth.c:11: /kisskb/src/drivers/hwtracing/intel_th/gth.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hwtracing/intel_th/gth.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c: In function 'gud_connector_detect': /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:156:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:155:6: note: byref variable will be forcibly initialized int idx, ret; ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c: In function 'gud_connector_get_modes': /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:224:6: note: byref variable will be forcibly initialized int idx, ret; ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:221:36: note: byref variable will be forcibly initialized struct gud_connector_get_edid_ctx edid_ctx; ^~~~~~~~ /kisskb/src/drivers/hwtracing/intel_th/gth.c: In function 'output_attr_store': /kisskb/src/drivers/hwtracing/intel_th/gth.c:351:15: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized int old_port, port; ^~~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c: In function 'gud_connector_backlight_update_status_work': /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:66:6: note: byref variable will be forcibly initialized int idx, ret; ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:64:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c: In function 'gud_connector_add_tv_mode': /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:380:14: note: byref variable will be forcibly initialized const char *modes[GUD_CONNECTOR_TV_MODE_MAX_NUM]; ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_io.c: In function 'esas2r_build_sg_list_sge': /kisskb/src/drivers/scsi/esas2r/esas2r_io.c:195:7: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ In file included from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:46, 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:12: note: byref variable will be forcibly initialized LIST_HEAD(comp_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'hba_ioctl_callback': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:788:8: note: byref variable will be forcibly initialized u32 caps; ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:787:8: note: byref variable will be forcibly initialized u16 stat; ^~~~ /kisskb/src/drivers/iio/adc/ltc2485.c: In function 'ltc2485_read': /kisskb/src/drivers/iio/adc/ltc2485.c:40:9: note: byref variable will be forcibly initialized __be32 buf = 0; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:46, 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:275:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(a->buffered_ioctl_waiter, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:209:27: note: byref variable will be forcibly initialized struct esas2r_sg_context sgc; ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_smp_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:314:31: note: byref variable will be forcibly initialized struct esas2r_buffered_ioctl bi; ^~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_csmi_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:648:31: note: byref variable will be forcibly initialized struct esas2r_buffered_ioctl bi; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:46, 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:161:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(a->fm_api_waiter, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_hba_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1232:31: note: byref variable will be forcibly initialized struct esas2r_buffered_ioctl bi; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:46, 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/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1260:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(a->nvram_waiter, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_read_vda': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1865:5: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(a->vda_waiter, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1833:28: note: byref variable will be forcibly initialized struct esas2r_sg_context sgc; ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_write_vda': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1896:14: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:46, 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/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1997:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(a->fs_api_waiter, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1953:28: note: byref variable will be forcibly initialized struct esas2r_sg_context sgc; ^~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/vgem/vgem_drv.c:33: /kisskb/src/drivers/gpu/drm/vgem/vgem_drv.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-buf.h:19, from /kisskb/src/drivers/gpu/drm/vgem/vgem_drv.c:33: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvmem/meson-mx-efuse.c: In function 'meson_mx_efuse_read': /kisskb/src/drivers/nvmem/meson-mx-efuse.c:140:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c: In function '_hid_sensor_power_state': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:87:6: note: byref variable will be forcibly initialized int report_val; ^~~~~~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:86:6: note: byref variable will be forcibly initialized int state_val; ^~~~~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c: In function '_hid_sensor_set_report_latency': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:25:15: note: byref variable will be forcibly initialized int integer, fract, ret; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:25:6: note: byref variable will be forcibly initialized int integer, fract, ret; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_resolve_seqaddr': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9455:8: note: byref variable will be forcibly initialized u_int skip_addr; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9453:22: note: byref variable will be forcibly initialized const struct patch *cur_patch; ^~~~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, 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:625:9: note: byref variable will be forcibly initialized 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:20: note: byref variable will be forcibly initialized 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:11: note: byref variable will be forcibly initialized uint8_t iocell_opts[sizeof(ahd->iocell_opts)]; ^~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/sp8870.c: In function 'sp8870_writereg': /kisskb/src/drivers/staging/media/av7110/sp8870.c:56:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 4 }; ^~~ /kisskb/src/drivers/staging/media/av7110/sp8870.c:55:5: note: byref variable will be forcibly initialized u8 buf [] = { reg >> 8, reg & 0xff, data >> 8, data & 0xff }; ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_loadseq': /kisskb/src/drivers/staging/media/av7110/sp8870.c: In function 'sp8870_firmware_upload': /kisskb/src/drivers/staging/media/av7110/sp8870.c:90:5: note: byref variable will be forcibly initialized u8 tx_buf[255]; ^~~~~~ /kisskb/src/drivers/staging/media/av7110/sp8870.c:87:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9272:10: note: byref variable will be forcibly initialized uint8_t download_consts[DOWNLOAD_CONST_COUNT]; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9266:8: note: byref variable will be forcibly initialized u_int skip_addr; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9261:22: note: byref variable will be forcibly initialized const struct patch *cur_patch; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9260:8: note: byref variable will be forcibly initialized u_int end_set[NUM_CRITICAL_SECTIONS]; ^~~~~~~ /kisskb/src/drivers/staging/media/av7110/sp8870.c: In function 'sp8870_readreg': /kisskb/src/drivers/staging/media/av7110/sp8870.c:72:17: note: byref variable will be forcibly initialized struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 }, ^~~ /kisskb/src/drivers/staging/media/av7110/sp8870.c:71:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0, 0 }; ^~ /kisskb/src/drivers/staging/media/av7110/sp8870.c:70:5: note: byref variable will be forcibly initialized u8 b0 [] = { reg >> 8 , reg & 0xff }; ^~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9259:8: note: byref variable will be forcibly initialized u_int begin_set[NUM_CRITICAL_SECTIONS]; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9258:12: note: byref variable will be forcibly initialized struct cs cs_table[NUM_CRITICAL_SECTIONS]; ^~~~~~~~ /kisskb/src/drivers/staging/media/av7110/sp8870.c: In function 'sp8870_set_frontend_parameters': /kisskb/src/drivers/staging/media/av7110/sp8870.c:240:6: note: byref variable will be forcibly initialized u16 reg0xc05; ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_busy_tcl': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7937:8: note: byref variable will be forcibly initialized u_int saved_scbptr; ^~~~~~~~~~~~ /kisskb/src/drivers/staging/media/av7110/sp8870.c: In function 'sp8870_init': /kisskb/src/drivers/staging/media/av7110/sp8870.c:296:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_find_busy_tcl': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7925:8: note: byref variable will be forcibly initialized 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:8: note: byref variable will be forcibly initialized u_int offset; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4499:8: note: byref variable will be forcibly initialized u_int ppr_options; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4498:8: note: byref variable will be forcibly initialized u_int period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4494:27: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_force_renegotiation': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:3391:27: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_dump_card_state': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9640:10: note: byref variable will be forcibly initialized u_int cur_col; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_search_qinfifo': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8215:9: note: byref variable will be forcibly initialized u_int tid_tail; ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8214:9: note: byref variable will be forcibly initialized u_int tid_head; ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_stat_timer': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8788:9: note: byref variable will be forcibly initialized u_long s; ^ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_chip_init': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7376:23: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_scsi_status': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8935:28: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8931:22: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_update_pending_scbs': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4207:28: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4206:22: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_set_syncrate': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:3860:27: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_set_width': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4005:27: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_default_config': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7558:23: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_parse_cfgdata': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7637:23: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_msg_reject': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5494:27: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_parse_msg': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5291:10: note: byref variable will be forcibly initialized u_int ppr_options; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5290:10: note: byref variable will be forcibly initialized u_int bus_width; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5289:10: note: byref variable will be forcibly initialized u_int offset; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5288:10: note: byref variable will be forcibly initialized u_int period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5192:10: note: byref variable will be forcibly initialized u_int bus_width; ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5119:11: note: byref variable will be forcibly initialized u_int offset; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5118:11: note: byref variable will be forcibly initialized u_int ppr_options; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5117:11: note: byref variable will be forcibly initialized u_int period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5069:27: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_message_phase': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4679:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_reset_channel': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8761:23: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8615:21: note: byref variable will be forcibly initialized 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:3104:29: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:3017:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_proto_violation': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:3291:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_seqint': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2290:24: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2230:22: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2153:22: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2044:22: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:1905:23: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/nvmem/bcm-ocotp.c: In function 'bcm_otpc_probe': /kisskb/src/drivers/nvmem/bcm-ocotp.c:261:6: note: byref variable will be forcibly initialized u32 num_words; ^~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg.c:7: /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_transmission_error': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2664:8: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_init': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:6996:12: note: byref variable will be forcibly initialized uint8_t fstat; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:6995:12: note: byref variable will be forcibly initialized uint8_t current_sensing; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_read_voltage_data': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:176:15: note: byref variable will be forcibly initialized u8 rslt_lsb, rslt_msb; ^~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:176:5: note: byref variable will be forcibly initialized u8 rslt_lsb, rslt_msb; ^~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_configure': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:240:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_poll_wait_eoc': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:201:5: note: byref variable will be forcibly initialized u8 status1; ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc_read_raw_common': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:441:21: note: byref variable will be forcibly initialized u16 adc_code_volt, adc_code_cur; ^~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:441:6: note: byref variable will be forcibly initialized u16 adc_code_volt, adc_code_cur; ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc7_configure': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:277:19: note: byref variable will be forcibly initialized u8 conv_req = 0, buf[4]; ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:277:5: note: byref variable will be forcibly initialized u8 conv_req = 0, buf[4]; ^~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc7_do_conversion': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:361:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ In file included 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/drivers/iio/adc/qcom-spmi-adc5.c:6: /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/iio/iio.h:10, from /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_get_dt_channel_data': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:687:6: note: byref variable will be forcibly initialized u8 dig_version[2]; ^~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:620:19: note: byref variable will be forcibly initialized u32 chan, value, varr[2]; ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:620:12: note: byref variable will be forcibly initialized u32 chan, value, varr[2]; ^~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:620:6: note: byref variable will be forcibly initialized u32 chan, value, varr[2]; ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_get_dt_data': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:808:27: note: byref variable will be forcibly initialized struct adc5_channel_prop prop, *chan_props; ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_probe': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:867:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_read': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:120:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_status_show': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:32: note: byref variable will be forcibly initialized u8 mode, sta1, chan, dig, en, req; ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:28: note: byref variable will be forcibly initialized u8 mode, sta1, chan, dig, en, req; ^~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:23: note: byref variable will be forcibly initialized u8 mode, sta1, chan, dig, en, req; ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:17: note: byref variable will be forcibly initialized u8 mode, sta1, chan, dig, en, req; ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:11: note: byref variable will be forcibly initialized u8 mode, sta1, chan, dig, en, req; ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:5: note: byref variable will be forcibly initialized u8 mode, sta1, chan, dig, en, req; ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_poll_wait_eoc': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:251:5: note: byref variable will be forcibly initialized u8 sta1; ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_version_check': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:397:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_reset': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:138:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_read_raw': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:316:6: note: byref variable will be forcibly initialized u16 adc_raw, vsense_raw; ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_rsense_read': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:433:5: note: byref variable will be forcibly initialized u8 deviation; ^~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_probe': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:492:6: note: byref variable will be forcibly initialized u32 res; ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_pci.c: In function 'ahd_configure_termination': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_pci.c:641:11: note: byref variable will be forcibly initialized 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:20: note: byref variable will be forcibly initialized struct vpd_config vpd; ^~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_get_fifo_count': /kisskb/src/drivers/iio/adc/meson_saradc.c:304:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_clear_fifo': /kisskb/src/drivers/iio/adc/meson_saradc.c:536:22: note: byref variable will be forcibly initialized unsigned int count, tmp; ^~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_wait_busy_clear': /kisskb/src/drivers/iio/adc/meson_saradc.c:325:6: note: byref variable will be forcibly initialized int regval, timeout = 10000; ^~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_lock': /kisskb/src/drivers/iio/adc/meson_saradc.c:493:6: note: byref variable will be forcibly initialized int val, timeout = 10000; ^~~ /kisskb/src/drivers/nvmem/qcom-spmi-sdam.c: In function 'sdam_probe': /kisskb/src/drivers/nvmem/qcom-spmi-sdam.c:115:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_irq': /kisskb/src/drivers/iio/adc/meson_saradc.c:1010:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_read_raw_sample': /kisskb/src/drivers/iio/adc/meson_saradc.c:348:6: note: byref variable will be forcibly initialized int regval, fifo_chan, fifo_val, count; ^~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_clk_init': /kisskb/src/drivers/iio/adc/meson_saradc.c:654:14: note: byref variable will be forcibly initialized const char *clk_parents[1]; ^~~~~~~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c:653:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_temp_sensor_init': /kisskb/src/drivers/iio/adc/meson_saradc.c:705:9: note: byref variable will be forcibly initialized size_t read_len; ^~~~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_init': /kisskb/src/drivers/iio/adc/meson_saradc.c:768:6: note: byref variable will be forcibly initialized int regval, i, ret; ^~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_calib': /kisskb/src/drivers/iio/adc/meson_saradc.c:1027:39: note: byref variable will be forcibly initialized int ret, nominal0, nominal1, value0, value1; ^~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c:1027:31: note: byref variable will be forcibly initialized int ret, nominal0, nominal1, value0, value1; ^~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_vda.c: In function 'esas2r_complete_vda_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_vda.c:305:9: note: byref variable will be forcibly initialized char buf[sizeof(cfg->data.init.fw_release) + 1]; ^~~ /kisskb/src/drivers/iio/chemical/ams-iaq-core.c: In function 'ams_iaqcore_read_measurement': /kisskb/src/drivers/iio/chemical/ams-iaq-core.c:64:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_target_alloc': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:617:27: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:615:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:613:16: note: byref variable will be forcibly initialized 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:2364:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2363:21: note: byref variable will be forcibly initialized 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:871:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, 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:781:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:780:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:779:27: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized 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:1549:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1546:28: note: byref variable will be forcibly initialized 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:1291:28: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1289:22: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1269:16: note: byref variable will be forcibly initialized 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:2762:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2760:15: note: byref variable will be forcibly initialized unsigned int period = tinfo->goal.period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2758:15: note: byref variable will be forcibly initialized unsigned int ppr_options = tinfo->goal.ppr_options ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2757:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2752:27: note: byref variable will be forcibly initialized 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:2712:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2710:15: note: byref variable will be forcibly initialized unsigned int period = tinfo->goal.period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2708:15: note: byref variable will be forcibly initialized unsigned int ppr_options = tinfo->goal.ppr_options ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2707:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2702:27: note: byref variable will be forcibly initialized 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:2668:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2666:15: note: byref variable will be forcibly initialized unsigned int period = tinfo->goal.period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2664:15: note: byref variable will be forcibly initialized unsigned int ppr_options = tinfo->goal.ppr_options ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2663:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2658:27: note: byref variable will be forcibly initialized 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:2596:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2594:15: note: byref variable will be forcibly initialized unsigned int period = tinfo->goal.period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2592:15: note: byref variable will be forcibly initialized unsigned int ppr_options = tinfo->goal.ppr_options ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2591:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2586:27: note: byref variable will be forcibly initialized 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:2632:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2630:15: note: byref variable will be forcibly initialized unsigned int period = tinfo->goal.period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2628:15: note: byref variable will be forcibly initialized unsigned int ppr_options = tinfo->goal.ppr_options ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2627:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2622:27: note: byref variable will be forcibly initialized 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:2517:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2515:15: note: byref variable will be forcibly initialized unsigned int period = tinfo->goal.period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2513:15: note: byref variable will be forcibly initialized unsigned int ppr_options = tinfo->goal.ppr_options ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2512:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2507:27: note: byref variable will be forcibly initialized 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:2475:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2473:15: note: byref variable will be forcibly initialized unsigned int period = tinfo->goal.period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2471:15: note: byref variable will be forcibly initialized unsigned int ppr_options = tinfo->goal.ppr_options ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2470:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2465:27: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_iu': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2556:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2554:15: note: byref variable will be forcibly initialized unsigned int period = tinfo->goal.period; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2552:15: note: byref variable will be forcibly initialized unsigned int ppr_options = tinfo->goal.ppr_options ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2551:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2546:27: note: byref variable will be forcibly initialized 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:2439:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2437:15: note: byref variable will be forcibly initialized unsigned int period = 0; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2436:15: note: byref variable will be forcibly initialized unsigned int ppr_options = 0; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2435:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2430:27: note: byref variable will be forcibly initialized 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:2385:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2383:15: note: byref variable will be forcibly initialized unsigned int ppr_options = tinfo->goal.ppr_options; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2382:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2377:27: note: byref variable will be forcibly initialized struct ahd_tmode_tstate *tstate; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_get_signalling': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2781:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, 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:2334:30: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2145:16: note: byref variable will be forcibly initialized 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:12: note: byref variable will be forcibly initialized uint32_t retval; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:494:12: note: byref variable will be forcibly initialized uint16_t retval; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:487:11: note: byref variable will be forcibly initialized uint8_t retval; ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_dmamap_load': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:978:20: note: byref variable will be forcibly initialized bus_dma_segment_t stack_sg; ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_register_host': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1214:9: note: byref variable will be forcibly initialized u_long s; ^ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1211:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_handle_scsi_status': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1872:21: note: byref variable will be forcibly initialized 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:1661:9: note: byref variable will be forcibly initialized u_long flags; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_send_async': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1680:28: note: byref variable will be forcibly initialized 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:1515:21: note: byref variable will be forcibly initialized struct ahd_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_main.c: In function 'esas2r_queuecommand': /kisskb/src/drivers/scsi/esas2r/esas2r_main.c:823:27: note: byref variable will be forcibly initialized struct esas2r_sg_context sgc; ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_main.c: In function 'esas2r_eh_abort': /kisskb/src/drivers/scsi/esas2r/esas2r_main.c:1020:6: note: byref variable will be forcibly initialized u8 task_management_status = RS_PENDING; ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_main.c: In function 'esas2r_dev_targ_reset': /kisskb/src/drivers/scsi/esas2r/esas2r_main.c:1109:5: note: byref variable will be forcibly initialized u8 task_management_status = RS_PENDING; ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_device.c: In function 'find_chipid': /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_device.c:447:19: note: byref variable will be forcibly initialized unsigned int r, patch; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_device.c:447:16: note: byref variable will be forcibly initialized unsigned int r, patch; ^ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_device.c:442:6: note: byref variable will be forcibly initialized u32 chipid; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_device.c:440:14: note: byref variable will be forcibly initialized const char *compat; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_mailbox_command': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:416:19: note: byref variable will be forcibly initialized uint16_t w; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_read_asic_temperature': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5057:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_load_ram': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:618:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_execute_fw': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:688:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla_get_exlogin_status': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:833:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla_set_exlogin_mem_cfg': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:889:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla_get_exchoffld_status': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:943:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla_set_exchoffld_mem_cfg': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:999:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_fw_version': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1051:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_volt': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:413:6: note: byref variable will be forcibly initialized s64 voltage = 0, result = 0; ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_chg_temp': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:474:6: note: byref variable will be forcibly initialized s64 voltage = 0, result = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_fw_options': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1220:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_set_fw_options': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1268:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_mbx_reg_test': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1328:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_therm': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:429:6: note: byref variable will be forcibly initialized s64 voltage = 0; ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_die_temp': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:451:6: note: byref variable will be forcibly initialized s64 voltage = 0; ^~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c: In function '_rtl92e_phy_switch_channel': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c:962:6: note: byref variable will be forcibly initialized u32 delay = 0; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_verify_checksum': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1389:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_issue_iocb_timeout': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1448:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function '__qla24xx_issue_tmf': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3330:13: note: byref variable will be forcibly initialized dma_addr_t tsk_dma; ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc7_scale_hw_calib_therm': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:539:11: note: byref variable will be forcibly initialized int ret, result; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_abort_command': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1514:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_abort_target': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1570:13: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_lun_reset': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1618:13: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_adapter_id': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1684:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_retry_cnt': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1797:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_init_firmware': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1852:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_port_database': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2064:12: note: byref variable will be forcibly initialized uint64_t zero = 0; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2004:12: note: byref variable will be forcibly initialized uint64_t zero = 0; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1957:13: note: byref variable will be forcibly initialized dma_addr_t pd_dma; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:1953:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_get_port_database': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2127:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_firmware_state': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2194:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_port_name': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2260:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_link_initialize': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2324:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_lip_reset': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2376:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_send_sns': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2447:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_login_fabric': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2491:13: note: byref variable will be forcibly initialized dma_addr_t lg_dma; ^~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_convert_and_read': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:108:9: note: byref variable will be forcibly initialized __be32 buf = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_login_fabric': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2625:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_read_serial': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:190:9: note: byref variable will be forcibly initialized __be16 send_buf; ^~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:188:9: note: byref variable will be forcibly initialized __be64 rcv_buf = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_login_local_device': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2706:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_write_resolution': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:288:5: note: byref variable will be forcibly initialized u8 config_reg; ^~~~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_show_battery_low': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:319:5: note: byref variable will be forcibly initialized u8 config_reg; ^~~~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_show_heater': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:345:5: note: byref variable will be forcibly initialized u8 config_reg; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_fabric_logout': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_write_heater': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:373:10: note: byref variable will be forcibly initialized u8 val, config_reg; ^~~~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:373:5: note: byref variable will be forcibly initialized u8 val, config_reg; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2766:13: note: byref variable will be forcibly initialized dma_addr_t lg_dma; ^~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_ht_read_temperature': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:421:6: note: byref variable will be forcibly initialized u32 adc; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_fabric_logout': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2840:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_ht_read_humidity': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:462:6: note: byref variable will be forcibly initialized u32 adc; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_full_login_lip': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2893:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_id_list': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2938:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_read_temp_and_pressure': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:623:13: note: byref variable will be forcibly initialized u32 t_adc, p_adc; ^~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:623:6: note: byref variable will be forcibly initialized u32 t_adc, p_adc; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_resource_cnts': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:2999:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/nvmem/rmem.c: In function 'rmem_read': /kisskb/src/drivers/nvmem/rmem.c:25:9: note: byref variable will be forcibly initialized loff_t off = offset; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_fcal_position_map': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3063:13: note: byref variable will be forcibly initialized dma_addr_t pmap_dma; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c: In function 'cscfg_add_preset_groups': /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c:116:7: note: byref variable will be forcibly initialized char name[CONFIGFS_ITEM_NAME_LEN]; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3060:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_link_status': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3128:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_abort_command': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3234:13: note: byref variable will be forcibly initialized dma_addr_t abt_dma; ^~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c: In function 'cscfg_param_value_store': /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c:229:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_system_error': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3444:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_write_serdes_word': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3475:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_read_serdes_word': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3514:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla8044_write_serdes_word': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3553:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla8044_read_serdes_word': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3589:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_set_serdes_params': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3635:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_stop_firmware': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3669:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_enable_eft_trace': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3703:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_disable_eft_trace': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3744:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_enable_fce_trace': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3780:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_disable_fce_trace': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3832:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_idma_speed': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3881:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_set_idma_speed': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3924:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_report_id_acquisition': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3970:12: note: byref variable will be forcibly initialized port_id_t id; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_modify_vp_config': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4225:13: note: byref variable will be forcibly initialized dma_addr_t vpmod_dma; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_display.c: In function 'pl111_init_clock_divider': /kisskb/src/drivers/gpu/drm/pl111/pl111_display.c:539:14: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_send_change_request': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4305:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_dump_ram': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4335:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla84xx_verify_chip': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4394:13: note: byref variable will be forcibly initialized dma_addr_t mn_dma; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla25xx_init_req_que': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4487:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla25xx_init_rsp_que': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4560:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla81xx_idc_ack': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4631:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla81xx_fac_get_sector_size': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4660:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla81xx_fac_do_write_enable': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4695:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla81xx_fac_erase_sector': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4730:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla81xx_fac_semaphore_access': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4768:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla81xx_restart_mpi_firmware': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4804:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla82xx_set_driver_version': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4833:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla25xx_set_driver_version': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4885:13: note: byref variable will be forcibly initialized dma_addr_t str_dma; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4880:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_get_port_login_templ': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4940:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla25xx_set_els_cmds_supported': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4987:10: note: byref variable will be forcibly initialized uint8_t cmd_opcode[PUREX_CMD_COUNT]; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4986:13: note: byref variable will be forcibly initialized dma_addr_t els_cmd_map_dma; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:4982:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_read_sfp': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5091:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_write_sfp': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5142:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_xgmac_stats': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5189:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_dcbx_params': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5230:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_read_ram_word': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5268:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_loopback_test': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5302:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_echo_test': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5364:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla84xx_reset_chip': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5427:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_write_ram_word': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5454:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_set_data_rate': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5552:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_data_rate': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5611:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla81xx_get_port_config': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5656:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla81xx_set_port_config': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5691:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_set_fcp_prio': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5722:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_get_thermal_temp': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5767:10: note: byref variable will be forcibly initialized uint8_t byte; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla82xx_mbx_intr_enable': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5814:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla82xx_mbx_intr_disable': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5849:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla82xx_md_get_template_size': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5883:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla82xx_md_get_template': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5927:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla8044_md_get_template': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:5976:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla81xx_set_led_config': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6032:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla81xx_get_led_config': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6076:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla82xx_mbx_beacon_ctl': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6120:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla83xx_wr_reg': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6158:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_port_logout': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6195:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla83xx_rd_reg': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6231:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla83xx_restart_nic_firmware': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6282:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla83xx_access_control': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6315:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2x00_dump_mctp_data': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6369:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla26xx_dport_diagnostics': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6415:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_get_isp_stats': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:3187:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function '__qla24xx_parse_gpdb': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6592:11: note: byref variable will be forcibly initialized uint64_t zero = 0; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_gpdb_wait': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6547:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6544:13: note: byref variable will be forcibly initialized dma_addr_t pd_dma; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_gidlist_wait': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6672:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla27xx_set_zio_threshold': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6702:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla27xx_get_zio_threshold': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6728:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla24xx_res_count_wait': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6808:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla28xx_secure_flash_update': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6838:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2xxx_write_remote_register': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6871:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla2xxx_read_remote_register': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6903:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'ql26xx_led_config': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6935:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c: In function 'qla_no_op_mb': /kisskb/src/drivers/scsi/qla2xxx/qla_mbx.c:6997:12: note: byref variable will be forcibly initialized mbx_cmd_t mc; ^~ 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-core/dvbdev.c:27: /kisskb/src/drivers/media/dvb-core/dvbdev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/qlge/qlge_dbg.c: In function 'qlge_read_other_func_reg': /kisskb/src/drivers/staging/qlge/qlge_dbg.c:13:6: note: byref variable will be forcibly initialized u32 reg_val; ^~~~~~~ /kisskb/src/drivers/staging/qlge/qlge_dbg.c: In function 'qlge_get_sem_registers': /kisskb/src/drivers/staging/qlge/qlge_dbg.c:678:21: note: byref variable will be forcibly initialized u32 func_num, reg, reg_val; ^~~~~~~ /kisskb/src/drivers/staging/qlge/qlge_dbg.c: In function 'qlge_get_serdes_regs': /kisskb/src/drivers/staging/qlge/qlge_dbg.c:139:19: note: byref variable will be forcibly initialized u32 *direct_ptr, temp; ^~~~ /kisskb/src/drivers/staging/qlge/qlge_dbg.c: In function 'qlge_get_cam_entries': /kisskb/src/drivers/staging/qlge/qlge_dbg.c:416:6: note: byref variable will be forcibly initialized u32 value[3]; ^~~~~ /kisskb/src/drivers/staging/qlge/qlge_dbg.c: In function 'qlge_get_routing_entries': /kisskb/src/drivers/staging/qlge/qlge_dbg.c:453:6: note: byref variable will be forcibly initialized u32 value, i; ^~~~~ /kisskb/src/drivers/media/dvb-core/dvbdev.c: In function 'dvb_usercopy': /kisskb/src/drivers/media/dvb-core/dvbdev.c:917:10: note: byref variable will be forcibly initialized char sbuf[128]; ^~~~ /kisskb/src/drivers/staging/most/net/net.c: In function 'comp_rx_data': /kisskb/src/drivers/staging/most/net/net.c:430:12: note: byref variable will be forcibly initialized const u32 zero = 0; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etb10.c: In function 'trigger_cntr_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etb10.c:697:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/drivers/hwtracing/coresight/coresight-etb10.c:8: /kisskb/src/drivers/hwtracing/coresight/coresight-etb10.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hwtracing/coresight/coresight-etb10.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'win_switch_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:2055:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'wrap_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1824:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'intel_th_msc_read': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1545:33: note: byref variable will be forcibly initialized struct msc_win_to_user_struct u = { ^ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hwtracing/intel_th/msu.c:16: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'nr_pages_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1983:16: note: byref variable will be forcibly initialized unsigned long val, *win = NULL, *rewin; ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1875:6: note: byref variable will be forcibly initialized int i, ret; ^ /kisskb/src/drivers/hwtracing/coresight/coresight-funnel.c: In function 'priority_store': /kisskb/src/drivers/hwtracing/coresight/coresight-funnel.c:162:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/scsi.h:320, from /kisskb/src/drivers/scsi/scsi.c:74: /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_dispatch_cmd_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_dispatch_cmd_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_cmd_done_timeout_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_eh_wakeup': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/scsi.h:320, from /kisskb/src/drivers/scsi/scsi.c:74: /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_cmd_done_timeout_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_eh_wakeup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/scsi.h:320, from /kisskb/src/drivers/scsi/scsi.c:74: /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_dispatch_cmd_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_cmd_done_timeout_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_eh_wakeup': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_dispatch_cmd_error': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_vpd_inquiry': /kisskb/src/drivers/scsi/scsi.c:305:16: note: byref variable will be forcibly initialized unsigned char cmd[16]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c:429:12: note: in expansion of macro 'rcu_replace_pointer' vpd_buf = rcu_replace_pointer(*sdev_vpd_buf, vpd_buf, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_report_opcode': /kisskb/src/drivers/scsi/scsi.c:487:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi.c:486:16: note: byref variable will be forcibly initialized unsigned char cmd[16]; ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_event_handler': /kisskb/src/drivers/iio/adc/ti-ads1015.c:763:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/iio/chemical/sgp40.c: In function 'sgp40_measure_resistance_raw': /kisskb/src/drivers/iio/chemical/sgp40.c:168:25: note: byref variable will be forcibly initialized struct sgp40_tg_result tgres; ^~~~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_get_adc_result': /kisskb/src/drivers/iio/adc/ti-ads1015.c:348:15: note: byref variable will be forcibly initialized unsigned int old, mask, cfg; ^~~ /kisskb/src/drivers/iio/chemical/sgp40.c: In function 'sgp40_read_raw': /kisskb/src/drivers/iio/chemical/sgp40.c:216:6: note: byref variable will be forcibly initialized u16 resistance_raw; ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/chemical/sgp40.c:215:11: note: byref variable will be forcibly initialized int ret, voc; ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_enable_event_config': /kisskb/src/drivers/iio/adc/ti-ads1015.c:663:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_trigger_handler': /kisskb/src/drivers/iio/adc/ti-ads1015.c:401:17: note: byref variable will be forcibly initialized int chan, ret, res; ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c:400:4: note: byref variable will be forcibly initialized } scan; ^~~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_client_get_channels_config': /kisskb/src/drivers/iio/adc/ti-ads1015.c:866:7: note: byref variable will be forcibly initialized u32 pval; ^~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_transfer': /kisskb/src/drivers/iio/accel/mma9551_core.c:115:21: note: byref variable will be forcibly initialized struct i2c_msg in, out; ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:115:17: note: byref variable will be forcibly initialized struct i2c_msg in, out; ^~ /kisskb/src/drivers/iio/accel/mma9551_core.c:114:31: note: byref variable will be forcibly initialized struct mma9551_mbox_response rsp; ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:113:30: note: byref variable will be forcibly initialized struct mma9551_mbox_request req; ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_config_word': /kisskb/src/drivers/iio/accel/mma9551_core.c:295:9: note: byref variable will be forcibly initialized __be16 v; ^ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_write_config_word': /kisskb/src/drivers/iio/accel/mma9551_core.c:325:9: note: byref variable will be forcibly initialized __be16 v = cpu_to_be16(val); ^ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_status_word': /kisskb/src/drivers/iio/accel/mma9551_core.c:353:9: note: byref variable will be forcibly initialized __be16 v; ^ /kisskb/src/drivers/iio/accel/mma9551.c: In function 'mma9551_read_event_value': /kisskb/src/drivers/iio/accel/mma9551.c:281:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_config_words': /kisskb/src/drivers/iio/accel/mma9551_core.c:383:9: note: byref variable will be forcibly initialized __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; ^~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_status_words': /kisskb/src/drivers/iio/accel/mma9551_core.c:422:9: note: byref variable will be forcibly initialized __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; ^~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_write_config_words': /kisskb/src/drivers/iio/accel/mma9551_core.c:461:9: note: byref variable will be forcibly initialized __be16 be_buf[(MMA9551_MAX_MAILBOX_DATA_REGS - 1) / 2]; ^~~~~~ /kisskb/src/drivers/iio/accel/mma9551.c: In function 'mma9551_read_incli_chan': /kisskb/src/drivers/iio/accel/mma9551.c:56:24: note: byref variable will be forcibly initialized u8 quad_shift, angle, quadrant; ^~~~~~~~ /kisskb/src/drivers/iio/accel/mma9551.c:56:17: note: byref variable will be forcibly initialized u8 quad_shift, angle, quadrant; ^~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_update_config_bits': /kisskb/src/drivers/iio/accel/mma9551_core.c:496:10: note: byref variable will be forcibly initialized u8 tmp, orig; ^~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_version': /kisskb/src/drivers/iio/accel/mma9551_core.c:605:30: note: byref variable will be forcibly initialized struct mma9551_version_info info; ^~~~ /kisskb/src/drivers/iio/accel/mma9551.c: In function 'mma9551_event_handler': /kisskb/src/drivers/iio/accel/mma9551.c:340:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_accel_chan': /kisskb/src/drivers/iio/accel/mma9551_core.c:724:6: note: byref variable will be forcibly initialized s16 raw_accel; ^~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_version': /kisskb/src/drivers/tee/tee_core.c:269:32: note: byref variable will be forcibly initialized 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:606:30: note: byref variable will be forcibly initialized 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:622:37: note: byref variable will be forcibly initialized 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:640:26: note: byref variable will be forcibly initialized struct tee_ioctl_param ip; ^~ In file included from /kisskb/src/drivers/tee/tee_core.c:13: /kisskb/src/drivers/tee/tee_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'uuid_v5': /kisskb/src/drivers/tee/tee_core.c:143:16: note: byref variable will be forcibly initialized unsigned char hash[SHA1_DIGEST_SIZE]; ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_shm_alloc': /kisskb/src/drivers/tee/tee_core.c:286:34: note: byref variable will be forcibly initialized 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:735:26: note: byref variable will be forcibly initialized 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:778:28: note: byref variable will be forcibly initialized 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:323:37: note: byref variable will be forcibly initialized 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:363:26: note: byref variable will be forcibly initialized 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:470:36: note: byref variable will be forcibly initialized struct tee_ioctl_open_session_arg arg; ^~~ /kisskb/src/drivers/tee/tee_core.c:468:28: note: byref variable will be forcibly initialized struct tee_ioctl_buf_data buf; ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_invoke': /kisskb/src/drivers/tee/tee_core.c:549:30: note: byref variable will be forcibly initialized struct tee_ioctl_invoke_arg arg; ^~~ /kisskb/src/drivers/tee/tee_core.c:547:28: note: byref variable will be forcibly initialized struct tee_ioctl_buf_data buf; ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_supp_recv': /kisskb/src/drivers/tee/tee_core.c:685:6: note: byref variable will be forcibly initialized u32 func; ^~~~ /kisskb/src/drivers/tee/tee_core.c:684:6: note: byref variable will be forcibly initialized u32 num_params; ^~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c:681:28: note: byref variable will be forcibly initialized 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:968:32: note: byref variable will be forcibly initialized 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:1108:24: note: byref variable will be forcibly initialized struct match_dev_data match_data = { vers ? vers : &v, data, match }; ^~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c:1107:32: note: byref variable will be forcibly initialized struct tee_ioctl_version_data v; ^ In file included from /kisskb/src/drivers/tee/tee_shm.c:10: /kisskb/src/drivers/tee/tee_shm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/tee/tee_shm.c:6: /kisskb/src/drivers/tee/tee_shm.c: In function 'tee_shm_alloc': /kisskb/src/drivers/tee/tee_shm.c:155:30: note: byref variable will be forcibly initialized DEFINE_DMA_BUF_EXPORT_INFO(exp_info); ^~~~~~~~ /kisskb/src/include/linux/dma-buf.h:551:29: note: in definition of macro 'DEFINE_DMA_BUF_EXPORT_INFO' struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \ ^~~~ /kisskb/src/drivers/tee/tee_shm.c: In function 'tee_shm_register': /kisskb/src/drivers/tee/tee_shm.c:307:30: note: byref variable will be forcibly initialized DEFINE_DMA_BUF_EXPORT_INFO(exp_info); ^~~~~~~~ /kisskb/src/include/linux/dma-buf.h:551:29: note: in definition of macro 'DEFINE_DMA_BUF_EXPORT_INFO' struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \ ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'traceid_store': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:624:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'port_select_store': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:541:16: note: byref variable will be forcibly initialized unsigned long val, stmsper; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'port_enable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:588:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'hwevent_select_store': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:506:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'hwevent_enable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:477:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'of_stm_get_stimulus_area': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:696:14: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'stm_probe': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:864:18: note: byref variable will be forcibly initialized struct resource ch_res; ^~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'stm_send': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:308:5: note: byref variable will be forcibly initialized u8 paload[8]; ^~~~~~ /kisskb/src/drivers/iio/accel/mma9553.c: In function 'mma9553_read_activity_stepcnt': /kisskb/src/drivers/iio/accel/mma9553.c:315:6: note: byref variable will be forcibly initialized u16 buf[2]; ^~~ /kisskb/src/drivers/iio/accel/mma9553.c: In function 'mma9553_event_handler': /kisskb/src/drivers/iio/accel/mma9553.c:1009:5: note: byref variable will be forcibly initialized u8 activity; ^~~~~~~~ /kisskb/src/drivers/iio/accel/mma9553.c:1008:6: note: byref variable will be forcibly initialized u16 stepcnt; ^~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ /kisskb/src/drivers/iio/accel/mma9553.c: In function 'mma9553_set_config': /kisskb/src/drivers/iio/accel/mma9553.c:267:15: note: byref variable will be forcibly initialized u16 reg_val, config; ^~~~~~ /kisskb/src/drivers/iio/accel/mma9553.c: In function 'mma9553_read_raw': /kisskb/src/drivers/iio/accel/mma9553.c:468:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /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:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf1_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:105:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_compact_x1': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:982:7: note: byref variable will be forcibly initialized int lowstale; /* stale entry before index */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:979:7: note: byref variable will be forcibly initialized int highstale; /* stale entry at/after index */ ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:354:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_block_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:397:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:394:8: note: byref variable will be forcibly initialized int needscan; /* need to rescan bestfree */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:393:8: note: byref variable will be forcibly initialized int needlog; /* need to log block header */ ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:389:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf block's buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:383:15: note: byref variable will be forcibly initialized xfs_dablk_t blkno; /* leaf block's bno */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_search_hash': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1550:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:640:17: note: byref variable will be forcibly initialized xfs_dir2_db_t use_block; /* data block number */ ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:639:8: note: byref variable will be forcibly initialized int needscan; /* need to rescan data free */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:638:8: note: byref variable will be forcibly initialized int needlog; /* need to log data header */ ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:636:8: note: byref variable will be forcibly initialized int lowstale = 0; /* index of prev stale leaf */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:635:8: note: byref variable will be forcibly initialized int lfloghigh; /* high leaf logging index */ ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:634:8: note: byref variable will be forcibly initialized int lfloglow; /* low leaf logging index */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:632:8: note: byref variable will be forcibly initialized int index; /* leaf table position */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:630:8: note: byref variable will be forcibly initialized int highstale = 0; /* index of next stale leaf */ ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:617:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf's buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:616:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:612:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1222:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1217:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp = NULL; /* data buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1165:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1162:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1161:8: note: byref variable will be forcibly initialized int index; /* found entry index */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1157:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1361:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1358:8: note: byref variable will be forcibly initialized int needscan; /* need to rescan data frees */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1357:8: note: byref variable will be forcibly initialized int needlog; /* need to log data header */ ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1353:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1352:8: note: byref variable will be forcibly initialized int index; /* index into leaf entries */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1347:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1499:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1496:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1495:8: note: byref variable will be forcibly initialized int index; /* index of leaf entry */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1491:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_trim_data': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1597:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_node_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1690:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1689:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1687:8: note: byref variable will be forcibly initialized int rval; /* successful free trim? */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1682:17: note: byref variable will be forcibly initialized xfs_fileoff_t fo; /* freespace file offset */ ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1681:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp; /* buffer for freespace block */ ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c: In function 'debug_enable_func': /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c:415:12: note: byref variable will be forcibly initialized cpumask_t mask; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c: In function 'debug_func_knob_write': /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c:476:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c: In function 'debug_func_knob_read': /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c:511:7: note: byref variable will be forcibly initialized char buf[3]; ^~~ In file included from /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c:15: /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c: In function 'adreno_gpu_ascii85_encode': /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c:606:7: note: byref variable will be forcibly initialized char out[ASCII85_BUFSZ]; ^~~ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c: In function 'adreno_get_legacy_pwrlevels': /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c:827:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c: In function 'adreno_get_pwrlevels': /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c:849:16: note: byref variable will be forcibly initialized unsigned long freq = ULONG_MAX; ^~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c: In function 'adreno_request_fw': /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c:286:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c: In function 'zap_shader_load_mdt': /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c:32:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c:30:14: note: byref variable will be forcibly initialized const char *signed_fwname = NULL; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c:29:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c: In function 'adreno_fw_create_bo': /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gpu.c:390:25: note: byref variable will be forcibly initialized struct drm_gem_object *bo; ^~ /kisskb/src/drivers/iio/accel/mxc6255.c: In function 'mxc6255_read_raw': /kisskb/src/drivers/iio/accel/mxc6255.c:54:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/iio/accel/mxc6255.c: In function 'mxc6255_probe': /kisskb/src/drivers/iio/accel/mxc6255.c:122:15: note: byref variable will be forcibly initialized unsigned int chip_id; ^~~~~~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_versatile.c: In function 'pl111_versatile_init': /kisskb/src/drivers/gpu/drm/pl111/pl111_versatile.c:472:29: note: byref variable will be forcibly initialized const struct of_device_id *clcd_id; ^~~~~~~ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy': /kisskb/src/drivers/scsi/hosts.c:583:6: note: byref variable will be forcibly initialized int cnt = 0; ^~~ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy_iter': /kisskb/src/drivers/scsi/hosts.c:718:34: note: byref variable will be forcibly initialized struct scsi_host_busy_iter_data iter_data = { ^~~~~~~~~ /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'service_done_flag': /kisskb/src/drivers/staging/most/dim2/dim2.c:254:24: note: byref variable will be forcibly initialized struct dim_ch_state_t st; ^~ /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'try_start_dim_transfer': /kisskb/src/drivers/staging/most/dim2/dim2.c:156:24: note: byref variable will be forcibly initialized struct dim_ch_state_t st; ^~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c: In function 'cti_remove_sysfs_link': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c:501:30: note: byref variable will be forcibly initialized struct coresight_sysfs_link link_info; ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c: In function 'cti_add_sysfs_link': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c:482:30: note: byref variable will be forcibly initialized struct coresight_sysfs_link link_info; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/most/dim2/dim2.c:10: /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'deliver_netinfo_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/most/dim2/dim2.c:207:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(dev->netinfo_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'dim2_ahb_isr': /kisskb/src/drivers/staging/most/dim2/dim2.c:390:22: note: byref variable will be forcibly initialized 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:730:14: note: byref variable will be forcibly initialized const char *clock_speed; ^~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c: In function 'cti_probe': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c:859:24: note: byref variable will be forcibly initialized struct coresight_desc cti_desc; ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c: In function 'ahd_dump_target_state': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c:162:27: note: byref variable will be forcibly initialized 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:9: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized char ahd_info[256]; ^~~~~~~~ /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:9: note: byref variable will be forcibly initialized 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:9: note: byref variable will be forcibly initialized char buf[80]; ^~~ /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:19: note: byref variable will be forcibly initialized resource_size_t base2; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:294:19: note: byref variable will be forcibly initialized uint8_t __iomem *maddr; ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:293:18: note: byref variable will be forcibly initialized resource_size_t base; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:21: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_buffer_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:86:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(src->queue, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:21: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:23: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c: In function '_rtl92e_fw_prepare': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c:98:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_power_on': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:516:15: note: byref variable will be forcibly initialized unsigned int dummy; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:21: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1455:3: note: in expansion of macro 'wait_event' wait_event(dmxdev->dvr_dvbdev->wait_queue, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1451:3: note: in expansion of macro 'wait_event' wait_event(dmxdev->dvbdev->wait_queue, ^~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'test_dpram': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:403:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int ind_ap; ^~~~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_command_read': /kisskb/src/drivers/iio/chemical/scd30_core.c:58:9: note: byref variable will be forcibly initialized __be16 tmp; ^~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_area_2': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:568:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized unsigned int ind_ap, ev; ^~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:917:15: note: byref variable will be forcibly initialized unsigned int ind_ap, ev; ^~~~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_wait_meas_poll': /kisskb/src/drivers/iio/chemical/scd30_core.c:162:7: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'read_ind_ab': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:418:18: note: byref variable will be forcibly initialized unsigned int a, b, i = 0; ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:418:15: note: byref variable will be forcibly initialized unsigned int a, b, i = 0; ^ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_trigger_handler': /kisskb/src/drivers/iio/chemical/scd30_core.c:598:4: note: byref variable will be forcibly initialized } scan; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/perf_event.h:49, from /kisskb/src/include/linux/coresight.h:11, from /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:5: /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_read_raw': /kisskb/src/drivers/iio/chemical/scd30_core.c:202:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_forced_value_store': /kisskb/src/drivers/iio/chemical/scd30_core.c:426:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'qs_have_work': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:878:18: note: byref variable will be forcibly initialized struct ab_task *t; ^ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_forced_value_show': /kisskb/src/drivers/iio/chemical/scd30_core.c:411:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_auto_enable_show': /kisskb/src/drivers/iio/chemical/scd30_core.c:377:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'ab_task_dequeue_finish_put': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:327:18: note: byref variable will be forcibly initialized struct ab_task *t; ^ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_auto_enable_store': /kisskb/src/drivers/iio/chemical/scd30_core.c:391:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'process_q': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:864:18: note: byref variable will be forcibly initialized struct ab_task *t; ^ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_reset': /kisskb/src/drivers/iio/chemical/scd30_core.c:70:6: note: byref variable will be forcibly initialized u16 val; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:143: /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'qthread_fn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:991:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(cd->wq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_probe': /kisskb/src/drivers/iio/chemical/scd30_core.c:682:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c: In function 'cti_plat_create_v8_etm_connection': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:120:27: note: byref variable will be forcibly initialized struct coresight_device *csdev; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c: In function 'cti_plat_create_v8_connections': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:179:7: note: byref variable will be forcibly initialized char cpu_name_str[16]; ^~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c: In function 'cti_plat_create_connection': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:348:7: note: byref variable will be forcibly initialized char cpu_name_str[16]; ^~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:347:14: note: byref variable will be forcibly initialized const char *assoc_name = "unknown"; ^~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:346:27: note: byref variable will be forcibly initialized struct coresight_device *csdev = NULL; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:7: /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/coresight.h:9, from /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'anybuss_host_common_probe': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:1267:9: note: byref variable will be forcibly initialized __be16 fieldbus_type; ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:1266:5: note: byref variable will be forcibly initialized u8 val[4]; ^~~ /kisskb/src/drivers/iio/chemical/scd30_i2c.c: In function 'scd30_i2c_command': /kisskb/src/drivers/iio/chemical/scd30_i2c.c:69:7: note: byref variable will be forcibly initialized char buf[SCD30_I2C_MAX_BUF_SIZE]; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'trigout_sig_show': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:975:16: note: byref variable will be forcibly initialized unsigned long mask = con->con_out->used_mask; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'trigin_sig_show': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:961:16: note: byref variable will be forcibly initialized unsigned long mask = con->con_in->used_mask; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'print_chan_list': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:870:16: note: byref variable will be forcibly initialized unsigned long inuse_bits = 0, chan_mask; ^~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'chan_gate_enable_show': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:640:16: note: byref variable will be forcibly initialized unsigned long ctigate_bitmask = cfg->ctigate; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'trigout_filtered_show': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:746:16: note: byref variable will be forcibly initialized unsigned long mask = cfg->trig_out_filter; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'chan_xtrigs_sel_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:795:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'trig_filter_enable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:726:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'inout_sel_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:301:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'chan_op_parse': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:669:15: note: byref variable will be forcibly initialized int err = 0, channel = 0; ^~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'chan_gate_disable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:656:15: note: byref variable will be forcibly initialized int err = 0, channel = 0; ^~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'chan_gate_enable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:625:15: note: byref variable will be forcibly initialized int err = 0, channel = 0; ^~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'cti_trig_op_parse': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:571:6: note: byref variable will be forcibly initialized u32 trig_idx; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:570:6: note: byref variable will be forcibly initialized u32 chan_idx; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/staging/most/video/video.c:10: /kisskb/src/drivers/staging/most/video/video.c: In function 'comp_vdev_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/most/video/video.c:166:3: note: in expansion of macro 'if' if (wait_event_interruptible(mdev->wait_data, data_ready(mdev))) ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/most/video/video.c:166:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(mdev->wait_data, data_ready(mdev))) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'apppulse_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:440:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'appclear_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:416:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'cti_reg32_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:246:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'outen_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:374:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'inen_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:335:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'itchinack_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:511:16: note: byref variable will be forcibly initialized unsigned long val = 0; \ ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:528:1: note: in expansion of macro 'coresight_cti_reg_wo' coresight_cti_reg_wo(itchinack, ITCHINACK); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'ittriginack_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:511:16: note: byref variable will be forcibly initialized unsigned long val = 0; \ ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:529:1: note: in expansion of macro 'coresight_cti_reg_wo' coresight_cti_reg_wo(ittriginack, ITTRIGINACK); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'itchout_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:490:16: note: byref variable will be forcibly initialized unsigned long val = 0; \ ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:525:1: note: in expansion of macro 'coresight_cti_reg_rw' coresight_cti_reg_rw(itchout, ITCHOUT); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'ittrigout_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:490:16: note: byref variable will be forcibly initialized unsigned long val = 0; \ ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:526:1: note: in expansion of macro 'coresight_cti_reg_rw' coresight_cti_reg_rw(ittrigout, ITTRIGOUT); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'itctrl_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:490:16: note: byref variable will be forcibly initialized unsigned long val = 0; \ ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:527:1: note: in expansion of macro 'coresight_cti_reg_rw' coresight_cti_reg_rw(itctrl, CORESIGHT_ITCTRL); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'intack_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:398:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'enable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:104:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_write_ctr': /kisskb/src/drivers/staging/most/dim2/hal.c:202:12: note: byref variable will be forcibly initialized 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:12: note: byref variable will be forcibly initialized u32 const value[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:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 value[4] = { 0, 0, 0, 0 }; ^~~~~ /kisskb/src/drivers/staging/most/dim2/hal.c:230:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 value[4] = { 0, 0, 0, 0 }; ^~~~~ /kisskb/src/drivers/staging/most/dim2/hal.c:243:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 adt[4] = { 0, 0, 0, 0 }; ^~~ /kisskb/src/drivers/staging/most/dim2/hal.c:325:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 adt[4] = { 0, 0, 0, 0 }; ^~~ /kisskb/src/drivers/staging/most/dim2/hal.c:302:6: note: byref variable will be forcibly initialized u32 mask[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:6: note: byref variable will be forcibly initialized u32 cdt[4] = { 0, 0, 0, 0 }; ^~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'service_channel': /kisskb/src/drivers/staging/most/dim2/hal.c:579:6: note: byref variable will be forcibly initialized u32 adt_w[4] = { 0, 0, 0, 0 }; ^~~~~ /kisskb/src/drivers/staging/most/dim2/hal.c:578:6: note: byref variable will be forcibly initialized u32 mask[4] = { 0, 0, 0, 0 }; ^~~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_dump_ram': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:749:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_get_mgmnt_traffic_ctl': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:1043:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_idc_ack': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:685:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_about_fw': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:614:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_get_fw_state': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:646:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_set_port_cfg': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:717:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_dump_risc_ram_area': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:784:13: note: byref variable will be forcibly initialized dma_addr_t buf_dma; ^~~~~~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_get_port_cfg': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:807:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_wol_mode': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:837:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_wol_set_magic': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:862:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_set_led_cfg': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:952:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_get_led_cfg': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:979:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mb_set_mgmnt_traffic_ctl': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:1006:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_wait_fifo_empty': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:1079:6: note: byref variable will be forcibly initialized u32 mgmnt_fifo_empty; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/qlge/qlge_mpi.c: In function 'qlge_mpi_work': /kisskb/src/drivers/staging/qlge/qlge_mpi.c:1233:21: note: byref variable will be forcibly initialized struct mbox_params mbc; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_get_idlun': /kisskb/src/drivers/scsi/scsi_ioctl.c:220:20: note: byref variable will be forcibly initialized struct scsi_idlun v = { ^ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_get_cdrom_generic_arg': /kisskb/src/drivers/scsi/scsi_ioctl.c:753:39: note: byref variable will be forcibly initialized struct compat_cdrom_generic_command cgc32; ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_put_cdrom_generic_arg': /kisskb/src/drivers/scsi/scsi_ioctl.c:783:39: note: byref variable will be forcibly initialized struct compat_cdrom_generic_command cgc32 = { ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'ioctl_internal_command': /kisskb/src/drivers/scsi/scsi_ioctl.c:71:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/iio/dac/ad5446.c: In function 'ad5622_write': /kisskb/src/drivers/iio/dac/ad5446.c:533:9: note: byref variable will be forcibly initialized __be16 data = cpu_to_be16(val); ^~~~ /kisskb/src/drivers/iio/dac/ad5446.c: In function 'ad5446_write_dac_powerdown': /kisskb/src/drivers/iio/dac/ad5446.c:114:7: note: byref variable will be forcibly initialized bool powerdown; ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_set_medium_removal': /kisskb/src/drivers/scsi/scsi_ioctl.c:123:7: note: byref variable will be forcibly initialized char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:460:17: note: byref variable will be forcibly initialized struct iovec *iov = NULL; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c:459:19: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_cdrom_send_packet': /kisskb/src/drivers/scsi/scsi_ioctl.c:811:19: note: byref variable will be forcibly initialized struct sg_io_hdr hdr; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c:810:31: note: byref variable will be forcibly initialized struct cdrom_generic_command cgc; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'put_sg_io_hdr': /kisskb/src/drivers/scsi/scsi_ioctl.c:649:27: note: byref variable will be forcibly initialized struct compat_sg_io_hdr hdr32 = { ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'get_sg_io_hdr': /kisskb/src/drivers/scsi/scsi_ioctl.c:691:26: note: byref variable will be forcibly initialized struct compat_sg_io_hdr hdr32; ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl_sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:866:19: note: byref variable will be forcibly initialized struct sg_io_hdr hdr; ^~~ /kisskb/src/drivers/hwtracing/intel_th/pti.c: In function 'clock_divider_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:121:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl': /kisskb/src/drivers/scsi/scsi_ioctl.c:896:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sense_hdr; ^~~~~~~~~ /kisskb/src/drivers/hwtracing/intel_th/pti.c: In function 'freerunning_clock_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:93:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/intel_th/pti.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:61:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_drv.c: In function 'pl111_modeset_init': /kisskb/src/drivers/gpu/drm/pl111/pl111_drv.c:98:22: note: byref variable will be forcibly initialized struct drm_bridge *tmp_bridge; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_drv.c:97:21: note: byref variable will be forcibly initialized struct drm_panel *tmp_panel; ^~~~~~~~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_dev_probe': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:319:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_set_fullscale': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:132:11: note: byref variable will be forcibly initialized int err, i = 0; ^ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_set_odr': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:75:27: note: byref variable will be forcibly initialized struct st_sensor_odr_avl odr_out = {0, 0}; ^~~~~~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_set_enable': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:162:27: note: byref variable will be forcibly initialized struct st_sensor_odr_avl odr_out = {0, 0}; ^~~~~~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_verify_id': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:618:6: note: byref variable will be forcibly initialized int wai, err; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c:358:2: note: in expansion of macro 'wait_event' wait_event(sdev->host->host_wait, !scsi_host_in_recovery(sdev->host)); ^~~~~~~~~~ /kisskb/src/drivers/mux/core.c: In function 'mux_control_get': /kisskb/src/drivers/mux/core.c:428:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_check_sense': /kisskb/src/drivers/scsi/scsi_error.c:504:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_send_eh_cmnd': /kisskb/src/drivers/scsi/scsi_error.c:1076:22: note: byref variable will be forcibly initialized struct scsi_eh_save ses; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c:1074:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:57, from /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:48: /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'calc_crc8': /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h:7728:5: note: byref variable will be forcibly initialized u8 C[8]; ^ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h:7727:5: note: byref variable will be forcibly initialized u8 NewCRC[8]; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h:7726:5: note: byref variable will be forcibly initialized u8 D[32]; ^ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:11, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/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:1559:12: note: byref variable will be forcibly initialized LIST_HEAD(check_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_error.c:1558:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ 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:388:12: note: byref variable will be forcibly initialized LIST_HEAD(starved_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_bus_reset': /kisskb/src/drivers/scsi/scsi_error.c:1621:12: note: byref variable will be forcibly initialized LIST_HEAD(check_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_ack_bnx2x_int': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:3056:26: note: byref variable will be forcibly initialized struct igu_ack_register igu_ack; ^~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_host_reset': /kisskb/src/drivers/scsi/scsi_error.c:1693:12: note: byref variable will be forcibly initialized LIST_HEAD(check_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion_nz_result': /kisskb/src/drivers/scsi/scsi_lib.c:824:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_submit_kwqe_16': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1395:18: note: byref variable will be forcibly initialized struct kwqe_16 *kwq[1]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1394:18: note: byref variable will be forcibly initialized struct l5cm_spe kwqe; ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_unjam_host': /kisskb/src/drivers/scsi/scsi_error.c:2168:12: note: byref variable will be forcibly initialized LIST_HEAD(eh_done_q); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_error.c:2167:12: note: byref variable will be forcibly initialized LIST_HEAD(eh_work_q); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_evt_emit': /kisskb/src/drivers/scsi/scsi_lib.c:2363:8: note: byref variable will be forcibly initialized char *envp[3]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_cm_upload_pg': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:3449:15: note: byref variable will be forcibly initialized struct kwqe *wqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_ctx_wr': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:192:22: note: byref variable will be forcibly initialized struct drv_ctl_info info; ^~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion_action': /kisskb/src/drivers/scsi/scsi_lib.c:652:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_reg_rd_ind': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:253:22: note: byref variable will be forcibly initialized struct drv_ctl_info info; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_shutdown_bnx2_rx_ring': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:4663:24: note: byref variable will be forcibly initialized struct kwqe *wqes[1], l2kwqe; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:4663:15: note: byref variable will be forcibly initialized struct kwqe *wqes[1], l2kwqe; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_ring_ctl': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:221:22: note: byref variable will be forcibly initialized struct drv_ctl_info info; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_spq_completion': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:294:22: note: byref variable will be forcibly initialized struct drv_ctl_info info; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_reg_wr_ind': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:239:22: note: byref variable will be forcibly initialized struct drv_ctl_info info; ^~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion': /kisskb/src/drivers/scsi/scsi_lib.c:913:15: note: byref variable will be forcibly initialized blk_status_t blk_stat = BLK_STS_OK; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_cm_update_pg': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:3421:15: note: byref variable will be forcibly initialized struct kwqe *wqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_cm_offload_pg': /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_alloc_sgtables': /kisskb/src/drivers/scsi/scsi_lib.c:985:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:3379:15: note: byref variable will be forcibly initialized struct kwqe *wqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_ulp_ctl': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:267:22: note: byref variable will be forcibly initialized struct drv_ctl_info info; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:17: /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_register_device': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:593:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(cp->ulp_ops[ulp_type], ulp_ops); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_ctx_tbl_wr': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:207:22: note: byref variable will be forcibly initialized struct drv_ctl_info info; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_setup_bnx2x_ctx': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1700:17: note: byref variable will be forcibly initialized struct regpair context_addr; ^~~~~~~~~~~~ /kisskb/src/drivers/iio/chemical/scd30_serial.c: In function 'scd30_serdev_command': /kisskb/src/drivers/iio/chemical/scd30_serial.c:109:7: note: byref variable will be forcibly initialized rxbuf[SCD30_SERDEV_MAX_BUF_SIZE]; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_close': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2204:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_reset': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2216:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_cm_conn_req': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:3469:15: note: byref variable will be forcibly initialized struct kwqe *wqes[3]; ^~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a2xx_gpu.c: In function 'a2xx_hw_init': /kisskb/src/drivers/gpu/drm/msm/adreno/a2xx_gpu.c:105:22: note: byref variable will be forcibly initialized dma_addr_t pt_base, tran_error; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a2xx_gpu.c:105:13: note: byref variable will be forcibly initialized dma_addr_t pt_base, tran_error; ^~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_select': /kisskb/src/drivers/scsi/scsi_lib.c:2022:16: note: byref variable will be forcibly initialized unsigned char cmd[10]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_cm_close_req': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:3551:15: note: byref variable will be forcibly initialized struct kwqe *wqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_cm_abort_req': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:3568:15: note: byref variable will be forcibly initialized struct kwqe *wqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_close_bnx2x_conn': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:4178:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_send_nlmsg': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:321:20: note: byref variable will be forcibly initialized struct iscsi_path path_req; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_sense': /kisskb/src/drivers/scsi/scsi_lib.c:2099:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr my_sshdr; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c:2095:16: note: byref variable will be forcibly initialized unsigned char cmd[12]; ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_test_unit_ready': /kisskb/src/drivers/scsi/scsi_lib.c:2206:7: note: byref variable will be forcibly initialized char cmd[] = { ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_evt_thread': /kisskb/src/drivers/scsi/scsi_lib.c:2412:12: note: byref variable will be forcibly initialized LIST_HEAD(event_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:22: /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_iscsi_init2': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1552:15: note: byref variable will be forcibly initialized struct kcqe *cqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1551:20: note: byref variable will be forcibly initialized struct iscsi_kcqe kcqe; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_offload_pg': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2228:15: note: byref variable will be forcibly initialized struct kcqe *cqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2227:16: note: byref variable will be forcibly initialized struct l4_kcq kcqe; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_update_pg': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2243:15: note: byref variable will be forcibly initialized struct kcqe *cqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2242:16: note: byref variable will be forcibly initialized struct l4_kcq kcqe; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_kwqe_err': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2584:15: note: byref variable will be forcibly initialized struct kcqe *cqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2583:14: note: byref variable will be forcibly initialized struct kcqe kcqe; ^~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_signal_show': /kisskb/src/drivers/counter/counter.c:305:28: note: byref variable will be forcibly initialized enum counter_signal_level level; ^~~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_action_show': /kisskb/src/drivers/counter/counter.c:553:9: note: byref variable will be forcibly initialized size_t action_index; ^~~~~~~~~~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_function_show': /kisskb/src/drivers/counter/counter.c:766:9: note: byref variable will be forcibly initialized size_t func_index; ^~~~~~~~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_count_show': /kisskb/src/drivers/counter/counter.c:716:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/drivers/counter/counter.c:18: /kisskb/src/drivers/counter/counter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_shutdown_rings': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:5248:28: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_name_attribute_create': /kisskb/src/drivers/counter/counter.c:332:27: note: byref variable will be forcibly initialized struct counter_attr_parm parm; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_init_rings': /kisskb/src/drivers/counter/counter.c: In function 'counter_size_attribute_create': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:5181:34: note: byref variable will be forcibly initialized struct ustorm_eth_rx_producers rx_prods = {0}; ^~~~~~~~ /kisskb/src/drivers/counter/counter.c:1059:27: note: byref variable will be forcibly initialized struct counter_attr_parm parm; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:5180:28: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_signal_ext_register': /kisskb/src/drivers/counter/counter.c:411:27: note: byref variable will be forcibly initialized struct counter_attr_parm parm; ^~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_signal_attributes_create': /kisskb/src/drivers/counter/counter.c:454:27: note: byref variable will be forcibly initialized struct counter_attr_parm parm; ^~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_synapses_register': /kisskb/src/drivers/counter/counter.c:631:27: note: byref variable will be forcibly initialized struct counter_attr_parm parm; ^~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_count_ext_register': /kisskb/src/drivers/counter/counter.c:845:27: note: byref variable will be forcibly initialized struct counter_attr_parm parm; ^~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_count_attributes_create': /kisskb/src/drivers/counter/counter.c:913:27: note: byref variable will be forcibly initialized struct counter_attr_parm parm; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_iscsi_update': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1947:6: note: byref variable will be forcibly initialized u32 l5_cid, cid = BNX2X_SW_CID(req->context_id); ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1946:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_fcoe_init1': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2290:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_fcoe_enable': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2435:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_fcoe_disable': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2463:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_fcoe_stat': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2258:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_device_ext_register': /kisskb/src/drivers/counter/counter.c:1116:27: note: byref variable will be forcibly initialized struct counter_attr_parm parm; ^~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_count_store': /kisskb/src/drivers/counter/counter.c:734:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_signal_enum_read': /kisskb/src/drivers/counter/counter.c:43:9: note: byref variable will be forcibly initialized size_t index; ^~~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_count_enum_read': /kisskb/src/drivers/counter/counter.c:106:9: note: byref variable will be forcibly initialized size_t index; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_fcoe_fw_destroy': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2564:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/counter/counter.c: In function 'counter_device_enum_read': /kisskb/src/drivers/counter/counter.c:168:9: note: byref variable will be forcibly initialized size_t index; ^~~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'sps30_read_raw': /kisskb/src/drivers/iio/chemical/sps30.c:133:6: note: byref variable will be forcibly initialized int data[4], ret = -EINVAL; ^~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'sps30_trigger_handler': /kisskb/src/drivers/iio/chemical/sps30.c:112:4: note: byref variable will be forcibly initialized } scan; ^~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'start_cleaning_store': /kisskb/src/drivers/iio/chemical/sps30.c:195:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'cleaning_period_store': /kisskb/src/drivers/iio/chemical/sps30.c:232:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'cleaning_period_show': /kisskb/src/drivers/iio/chemical/sps30.c:215:9: note: byref variable will be forcibly initialized __be32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_iscsi_ofld1': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1881:15: note: byref variable will be forcibly initialized struct kcqe *cqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1880:20: note: byref variable will be forcibly initialized struct iscsi_kcqe kcqe; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_fcoe_ofld1': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2353:15: note: byref variable will be forcibly initialized struct kcqe *cqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2352:19: note: byref variable will be forcibly initialized struct fcoe_kcqe kcqe; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2351:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2350:17: note: byref variable will be forcibly initialized struct regpair ctx_addr; ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:17: /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_destroy_ramrod': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1982:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ctx->waitq, ctx->wait_cond, CNIC_RAMROD_TMO); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1969:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/drivers/media/dvb-core/dvb_demux.c:22: /kisskb/src/drivers/media/dvb-core/dvb_demux.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/dvb-core/dvb_demux.c:24: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_iscsi_destroy': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1999:15: note: byref variable will be forcibly initialized struct kcqe *cqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:1998:20: note: byref variable will be forcibly initialized struct iscsi_kcqe kcqe; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_delete_task': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:4277:23: note: byref variable will be forcibly initialized struct drv_ctl_info info; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:17: /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_fcoe_destroy': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2521:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ctx->waitq, ctx->wait_cond, CNIC_RAMROD_TMO); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2500:15: note: byref variable will be forcibly initialized struct kcqe *cqes[1]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2499:19: note: byref variable will be forcibly initialized struct fcoe_kcqe kcqe; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2494:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_submit_bnx2x_fcoe_kwqes': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2730:9: note: byref variable will be forcibly initialized int i, work, ret; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_init_storm_conn_bufs': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2050:26: note: byref variable will be forcibly initialized struct in6_addr src_ip, dst_ip; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2050:18: note: byref variable will be forcibly initialized struct in6_addr src_ip, dst_ip; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2048:17: note: byref variable will be forcibly initialized struct regpair context_addr; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_bnx2x_connect': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2128:27: note: byref variable will be forcibly initialized union l5cm_specific_data l5_data; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_submit_bnx2x_iscsi_kwqes': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:2656:9: note: byref variable will be forcibly initialized int i, work, ret; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'is_cnic_dev': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:5630:25: note: byref variable will be forcibly initialized struct ethtool_drvinfo drvinfo; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:17: /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dmapool.h:14, from /kisskb/src/include/linux/pci.h:1503, from /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:23: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:17: /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_cm_open': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:4343:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(cp->ulp_ops[CNIC_ULP_L4], &cm_ulp_ops); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_ctl': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:3291:7: note: byref variable will be forcibly initialized u32 l5_cid; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_netdev_event': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:5730:22: note: byref variable will be forcibly initialized struct net_device *realdev; ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/msm/adreno/a5xx_gpu.c:11: /kisskb/src/drivers/gpu/drm/msm/adreno/a5xx_gpu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_cm_select_dev': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:3718:21: note: byref variable will be forcibly initialized struct net_device *netdev = NULL; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_get_route': /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:3762:21: note: byref variable will be forcibly initialized struct net_device *realdev; ^~~~~~~ In file included from /kisskb/src/drivers/hwtracing/intel_th/msu-sink.c:10: /kisskb/src/drivers/hwtracing/intel_th/msu-sink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:17: /kisskb/src/drivers/net/ethernet/broadcom/cnic.c: In function 'cnic_register_driver': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/cnic.c:498:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(cnic_ulp_tbl[ulp_type], ulp_ops); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/siox.h:66, from /kisskb/src/drivers/siox/siox-core.c:37: /kisskb/src/drivers/siox/siox-core.c: In function 'perf_trace_siox_set_data': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'perf_trace_siox_get_data': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/siox.h:66, from /kisskb/src/drivers/siox/siox-core.c:37: /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_set_data': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_get_data': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function '__bpf_trace_siox_get_data': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'poll_interval_ns_store': /kisskb/src/drivers/siox/siox-core.c:646:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/siox/siox-core.c: In function 'device_add_store': /kisskb/src/drivers/siox/siox-core.c:599:5: note: byref variable will be forcibly initialized u8 statustype = 0; ^~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:22: note: byref variable will be forcibly initialized size_t inbytes = 0, outbytes = 0; ^~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:9: note: byref variable will be forcibly initialized size_t inbytes = 0, outbytes = 0; ^~~~~~~ /kisskb/src/drivers/siox/siox-core.c:597:7: note: byref variable will be forcibly initialized char type[20] = ""; ^~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'active_store': /kisskb/src/drivers/siox/siox-core.c:568:6: note: byref variable will be forcibly initialized int active; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a5xx_gpu.c: In function 'check_speed_bin': /kisskb/src/drivers/gpu/drm/msm/adreno/a5xx_gpu.c:1716:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_parse_attributes': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:456:5: note: byref variable will be forcibly initialized u8 tuple[257]; ^~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:455:6: note: byref variable will be forcibly initialized int tuple_type; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:454:6: note: byref variable will be forcibly initialized int tuple_length; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:453:6: note: byref variable will be forcibly initialized int address = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_write': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1447:5: note: byref variable will be forcibly initialized u8 fragbuf[HOST_LINK_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1445:11: note: byref variable will be forcibly initialized u8 slot, connection_id; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1445:5: note: byref variable will be forcibly initialized u8 slot, connection_id; ^~~~ 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/drivers/staging/most/i2c/i2c.c: In function 'do_rx_work': /kisskb/src/drivers/staging/most/i2c/i2c.c:193:16: note: byref variable will be forcibly initialized unsigned char msg[MAX_BUF_SIZE_CONTROL]; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_read_data': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:637:5: note: byref variable will be forcibly initialized u8 buf[HOST_LINK_BUF_SIZE]; ^~~ 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/interconnect/core.c:9: /kisskb/src/drivers/interconnect/core.c: In function '__ab_c_size': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_link_init': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:325:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/interconnect/core.c:10: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'path_find': /kisskb/src/drivers/interconnect/core.c:184:19: note: byref variable will be forcibly initialized struct list_head visited_list; ^~~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:183:19: note: byref variable will be forcibly initialized struct list_head edge_list; ^~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:182:19: note: byref variable will be forcibly initialized struct list_head traverse_list; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_read_condition': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1547:5: note: byref variable will be forcibly initialized u8 hdr[2]; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1544:9: note: byref variable will be forcibly initialized size_t fraglen; ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_poll': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1787:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/drivers/interconnect/core.c: In function 'of_icc_get_by_index': /kisskb/src/drivers/interconnect/core.c:442:35: note: byref variable will be forcibly initialized struct of_phandle_args src_args, dst_args; ^~~~~~~~ /kisskb/src/drivers/interconnect/core.c:442:25: note: byref variable will be forcibly initialized struct of_phandle_args src_args, dst_args; ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:20: /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1628:12: note: in expansion of macro 'wait_event_interruptible' status = wait_event_interruptible(ca->wait_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1607:9: note: byref variable will be forcibly initialized size_t fraglen; ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1603:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1602:5: note: byref variable will be forcibly initialized u8 hdr[2]; ^~~ In file included from /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:20: /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/vdpa/virtio_pci/vp_vdpa.c:11: /kisskb/src/drivers/vdpa/virtio_pci/vp_vdpa.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/vdpa/virtio_pci/vp_vdpa.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_set_channel_modes': /kisskb/src/drivers/iio/dac/ad5592r-base.c:200:6: note: byref variable will be forcibly initialized u16 read_back; ^~~~~~~~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_read_raw': /kisskb/src/drivers/iio/dac/ad5592r-base.c:376:6: note: byref variable will be forcibly initialized u16 read_val; ^~~~~~~~ In file included 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/drivers/iio/dac/ad5592r-base.c:9: /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/iio/iio.h:10, from /kisskb/src/drivers/iio/dac/ad5592r-base.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_alloc_channels': /kisskb/src/drivers/iio/dac/ad5592r-base.c:514:11: note: byref variable will be forcibly initialized u32 reg, tmp; ^~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c:514:6: note: byref variable will be forcibly initialized u32 reg, tmp; ^~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_gpio_get': /kisskb/src/drivers/iio/dac/ad5592r-base.c:28:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mux/gpio.c: In function 'mux_gpio_set': /kisskb/src/drivers/mux/gpio.c:27:6: note: byref variable will be forcibly initialized u32 value = state; ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:264, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/mux/gpio.c:10: /kisskb/src/drivers/mux/gpio.c:26:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, BITS_PER_TYPE(state)); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/mux/gpio.c: In function 'mux_gpio_probe': /kisskb/src/drivers/mux/gpio.c:54:6: note: byref variable will be forcibly initialized s32 idle_state; ^~~~~~~~~~ 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/staging/qlge/qlge.h:9, from /kisskb/src/drivers/staging/qlge/qlge_devlink.c:2: /kisskb/src/drivers/staging/qlge/qlge_devlink.c: In function 'qlge_reporter_coredump': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/qlge/qlge_devlink.c:68:4: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(wait, 0, 5 * HZ); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/qlge/qlge_devlink.c:59:20: note: byref variable will be forcibly initialized wait_queue_head_t wait; ^~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_unlock_floptical': /kisskb/src/drivers/scsi/scsi_scan.c:188:16: note: byref variable will be forcibly initialized unsigned char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_probe_lun': /kisskb/src/drivers/scsi/scsi_scan.c:609:7: note: byref variable will be forcibly initialized int resid; ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:591:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:587:16: note: byref variable will be forcibly initialized unsigned char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ In file included from /kisskb/src/drivers/scsi/scsi_scan.c:51: /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_probe_and_add_lun': /kisskb/src/drivers/scsi/scsi_scan.c:1139:19: note: byref variable will be forcibly initialized unsigned char mod[17]; ^~~ /kisskb/src/drivers/scsi/scsi_logging.h:51:4: note: in definition of macro 'SCSI_CHECK_LOGGING' CMD; \ ^~~ /kisskb/src/drivers/scsi/scsi_scan.c:1137:4: note: in expansion of macro 'SCSI_LOG_SCAN_BUS' SCSI_LOG_SCAN_BUS(1, { ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1138:19: note: byref variable will be forcibly initialized unsigned char vend[9]; ^~~~ /kisskb/src/drivers/scsi/scsi_logging.h:51:4: note: in definition of macro 'SCSI_CHECK_LOGGING' CMD; \ ^~~ /kisskb/src/drivers/scsi/scsi_scan.c:1137:4: note: in expansion of macro 'SCSI_LOG_SCAN_BUS' SCSI_LOG_SCAN_BUS(1, { ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1079:16: note: byref variable will be forcibly initialized blist_flags_t bflags; ^~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_report_lun_scan': /kisskb/src/drivers/scsi/scsi_scan.c:1326:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1319:16: note: byref variable will be forcibly initialized unsigned char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function '__scsi_scan_target': /kisskb/src/drivers/scsi/scsi_scan.c:1561:16: note: byref variable will be forcibly initialized blist_flags_t bflags = 0; ^~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function '__scsi_add_device': /kisskb/src/drivers/scsi/scsi_scan.c:1489:22: note: byref variable will be forcibly initialized struct scsi_device *sdev = ERR_PTR(-ENODEV); ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla24xx_build_scsi_type_6_iocbs': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:588:16: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd = NULL, *next_dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla24xx_ct_iocb': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:3228:16: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla2x00_ct_iocb': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:3161:16: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla25xx_build_bidir_iocb': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:3898:16: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla2x00_build_scsi_iocbs_32': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:196:16: note: byref variable will be forcibly initialized struct dsd32 *cur_dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla2x00_build_scsi_iocbs_64': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:252:16: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla24xx_build_scsi_iocbs': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:704:16: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd; ^~~~~~~ /kisskb/src/drivers/staging/qlge/qlge_ethtool.c: In function 'qlge_update_stats': /kisskb/src/drivers/staging/qlge/qlge_ethtool.c:245:6: note: byref variable will be forcibly initialized u64 data; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla24xx_walk_and_build_sglist_no_difb': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:847:18: note: byref variable will be forcibly initialized struct qla2_sgx sgx; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:846:11: note: byref variable will be forcibly initialized uint32_t partial; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla24xx_walk_and_build_sglist': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:957:16: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd = dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla24xx_build_scsi_crc_2_iocbs': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:1353:14: note: byref variable will be forcibly initialized dma_addr_t crc_ctx_dma; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla24xx_dif_start_scsi': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:1756:13: note: byref variable will be forcibly initialized uint32_t partial; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:1755:20: note: byref variable will be forcibly initialized struct qla2_sgx sgx; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:1704:12: note: byref variable will be forcibly initialized uint16_t fw_prot_opts = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla2xxx_dif_start_scsi_mq': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:2134:13: note: byref variable will be forcibly initialized uint32_t partial; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:2133:20: note: byref variable will be forcibly initialized struct qla2_sgx sgx; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:2068:12: note: byref variable will be forcibly initialized uint16_t fw_prot_opts = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla2x00_els_dcmd2_sp_done': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:2843:18: note: byref variable will be forcibly initialized struct fc_port *conflict_fcport; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:2841:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/iio/chemical/sps30_i2c.c: In function 'sps30_i2c_command': /kisskb/src/drivers/iio/chemical/sps30_i2c.c:79:16: note: byref variable will be forcibly initialized unsigned char buf[SPS30_I2C_MAX_BUF_SIZE]; ^~~ /kisskb/src/drivers/iio/chemical/sps30_i2c.c: In function 'sps30_i2c_meas_ready': /kisskb/src/drivers/iio/chemical/sps30_i2c.c:155:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/iio/chemical/sps30_i2c.c: In function 'sps30_i2c_start_meas': /kisskb/src/drivers/iio/chemical/sps30_i2c.c:126:16: note: byref variable will be forcibly initialized unsigned char buf[] = { 0x03, 0x00 }; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla24xx_els_dcmd_iocb': /kisskb/src/drivers/scsi/qla2xxx/qla_iocb.c:2645:26: note: byref variable will be forcibly initialized struct els_logo_payload logo_pyld; ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq_sim.h:12, from /kisskb/src/drivers/iio/dummy/iio_dummy_evgen.c:24: /kisskb/src/drivers/iio/dummy/iio_dummy_evgen.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/iio/dummy/iio_dummy_evgen.c: In function 'iio_evgen_poke': /kisskb/src/drivers/iio/dummy/iio_dummy_evgen.c:141:16: note: byref variable will be forcibly initialized unsigned long event; ^~~~~ /kisskb/src/drivers/scsi/scsi_devinfo.c: In function 'scsi_dev_info_list_add_keyed': /kisskb/src/drivers/scsi/scsi_devinfo.c:372:22: note: byref variable will be forcibly initialized unsigned long long val; ^~~ /kisskb/src/drivers/scsi/scsi_devinfo.c: In function 'scsi_dev_info_list_add_str': /kisskb/src/drivers/scsi/scsi_devinfo.c:526:36: note: byref variable will be forcibly initialized char *vendor, *model, *strflags, *next; ^~~~ /kisskb/src/drivers/iio/chemical/vz89x.c: In function 'vz89x_i2c_xfer': /kisskb/src/drivers/iio/chemical/vz89x.c:179:5: note: byref variable will be forcibly initialized u8 buf[6] = { cmd, 0, 0, 0, 0, 0xf3 }; ^~~ /kisskb/src/drivers/iio/chemical/vz89x.c:177:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/staging/fieldbus/dev_core.c: In function 'enabled_store': /kisskb/src/drivers/staging/fieldbus/dev_core.c:49:7: note: byref variable will be forcibly initialized bool value; ^~~~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_action_get': /kisskb/src/drivers/counter/microchip-tcb-capture.c:185:6: note: byref variable will be forcibly initialized u32 cmr; ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_read': /kisskb/src/drivers/counter/microchip-tcb-capture.c:247:6: note: byref variable will be forcibly initialized u32 cnt; ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_signal_read': /kisskb/src/drivers/counter/microchip-tcb-capture.c:165:6: note: byref variable will be forcibly initialized u32 sr; ^~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_function_set': /kisskb/src/drivers/counter/microchip-tcb-capture.c:102:11: note: byref variable will be forcibly initialized u32 bmr, cmr; ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c:102:6: note: byref variable will be forcibly initialized u32 bmr, cmr; ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_probe': /kisskb/src/drivers/counter/microchip-tcb-capture.c:316:6: note: byref variable will be forcibly initialized int channel; ^~~~~~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c:313:7: note: byref variable will be forcibly initialized char clk_name[7]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a5xx_preempt.c: In function 'preempt_init_ring': /kisskb/src/drivers/gpu/drm/msm/adreno/a5xx_preempt.c:229:16: note: byref variable will be forcibly initialized u64 iova = 0, counters_iova = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a5xx_preempt.c:229:6: note: byref variable will be forcibly initialized u64 iova = 0, counters_iova = 0; ^~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a5xx_preempt.c:228:37: note: byref variable will be forcibly initialized struct drm_gem_object *bo = NULL, *counters_bo = NULL; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a5xx_preempt.c:228:25: note: byref variable will be forcibly initialized struct drm_gem_object *bo = NULL, *counters_bo = NULL; ^~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mtd/parsers/ar7part.c: In function 'create_mtd_partitions': /kisskb/src/drivers/mtd/parsers/ar7part.c:37:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/mtd/parsers/ar7part.c:35:21: note: byref variable will be forcibly initialized struct ar7_bin_rec header; ^~~~~~ /kisskb/src/drivers/vdpa/vdpa.c: In function 'vdpa_nl_cmd_dev_get_dumpit': /kisskb/src/drivers/vdpa/vdpa.c:594:28: note: byref variable will be forcibly initialized struct vdpa_dev_dump_info info; ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/drivers/vdpa/vdpa.c:15: /kisskb/src/drivers/vdpa/vdpa.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/drivers/vdpa/vdpa.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/drivers/vdpa/vdpa.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_gpu.c: In function 'a6xx_set_pagetable': /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_gpu.c:106:6: note: byref variable will be forcibly initialized u32 asid; ^~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_gpu.c:105:14: note: byref variable will be forcibly initialized phys_addr_t ttbr; ^~~~ 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_write_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_read_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_read_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_cmd': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_read_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/spmi.h:136, from /kisskb/src/drivers/spmi/spmi.c:18: /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_write_begin': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_write_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_cmd': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_read_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_gpu.c: In function 'a6xx_set_supported_hw': /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_gpu.c:1726:6: note: byref variable will be forcibly initialized u32 speedbin; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_gpu.c:1725:6: note: byref variable will be forcibly initialized u32 supp_hw = UINT_MAX; ^~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'of_spmi_register_devices': /kisskb/src/drivers/spmi/spmi.c:469:7: note: byref variable will be forcibly initialized u32 reg[2]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:60:25: note: in expansion of macro 'smp_load_acquire' return (rbuf->pread == smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_avail': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:90:10: note: in expansion of macro 'smp_load_acquire' avail = smp_load_acquire(&rbuf->pwrite) - rbuf->pread; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_flush': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:97:52: note: in definition of macro '__smp_store_release' { .__val = (__force __unqual_scalar_typeof(*p)) (v) }; \ ^ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:106:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:106:34: note: in expansion of macro 'smp_load_acquire' smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:106:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_reset': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:118:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:116:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_read_user': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:154:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, (rbuf->pread + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:148:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_read': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:178:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, (rbuf->pread + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:173:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_write': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:202:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, (rbuf->pwrite + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:198:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_write_user': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:233:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, (rbuf->pwrite + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:227:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, 0); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_free_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:327:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr hdr; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:325:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_leafn_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:65:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_lookup_for_entry': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:796:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:784:19: note: byref variable will be forcibly initialized struct xfs_buf *curbp = NULL; /* current data/free buffer */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_add': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:507:8: note: byref variable will be forcibly initialized int lowstale = 0; /* previous stale entry */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:506:8: note: byref variable will be forcibly initialized int lfloglow; /* low leaf entry logging */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:505:8: note: byref variable will be forcibly initialized int lfloghigh; /* high leaf entry logging */ ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:504:8: note: byref variable will be forcibly initialized int highstale = 0; /* next stale entry */ ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:498:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_sf.c: In function 'xfs_dir2_sf_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_sf.c:375:23: note: byref variable will be forcibly initialized xfs_dir2_sf_entry_t *sfep = NULL; /* shortform entry */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_sf.c:372:23: note: byref variable will be forcibly initialized xfs_dir2_data_aoff_t offset = 0; /* offset for new entry */ ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_free_hdr_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:582:29: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized xfs_fileoff_t fo; ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1800:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp = NULL; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_add_datablk': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1692:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1691:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1690:17: note: byref variable will be forcibly initialized xfs_dir2_db_t fbno; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_addname_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1914:8: note: byref variable will be forcibly initialized int needscan = 0; /* need to rescan data frees */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1913:8: note: byref variable will be forcibly initialized int needlog = 0; /* need to log data header */ ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1910:8: note: byref variable will be forcibly initialized int findex; /* freespace entry index */ ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1908:17: note: byref variable will be forcibly initialized xfs_dir2_db_t dbno; /* data block number */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1906:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp; /* freespace buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1905:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1904:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_data_block_free': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1189:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_lookup_for_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:698:31: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:646:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:631:19: note: byref variable will be forcibly initialized struct xfs_buf *curbp = NULL; /* current data/free buffer */ ^~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_check_parameters': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:963:6: note: byref variable will be forcibly initialized u32 freq_max; ^~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:962:6: note: byref variable will be forcibly initialized u32 freq_min; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_remove': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1360:30: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1343:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp; /* freeblock buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1282:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1279:8: note: byref variable will be forcibly initialized int needscan; /* need to rescan data frees */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1278:8: note: byref variable will be forcibly initialized int needlog; /* need to log data header */ ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leaf_to_node': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:420:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:412:17: note: byref variable will be forcibly initialized xfs_dir2_db_t fdb; /* freespace block number */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:411:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp; /* freespace buffer */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leaf_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:604:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_order': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1038:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr hdr2; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1037:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr hdr1; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1080:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr hdr2; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1079:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr hdr1; ^~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_format_opcode_name': /kisskb/src/drivers/scsi/scsi_logging.c:110:32: note: byref variable will be forcibly initialized const char *cdb_name = NULL, *sa_name = NULL; ^~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:110:14: note: byref variable will be forcibly initialized const char *cdb_name = NULL, *sa_name = NULL; ^~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_swzigzag': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:480:17: note: byref variable will be forcibly initialized enum fe_status s = FE_NONE; ^ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_dump_sense': /kisskb/src/drivers/scsi/scsi_logging.c:297:9: note: byref variable will be forcibly initialized size_t logbuf_len; ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_split': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1424:15: note: byref variable will be forcibly initialized xfs_dablk_t blkno; /* new leaf block number */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1551:30: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr hdr2; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1498:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1497:8: note: byref variable will be forcibly initialized int rval; /* result from path_shift */ ^~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_format_extd_sense': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1490:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* leaf buffer */ ^~ /kisskb/src/drivers/scsi/scsi_logging.c:245:14: note: byref variable will be forcibly initialized const char *extd_sense_fmt = NULL; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense_hdr': /kisskb/src/drivers/scsi/scsi_logging.c:323:14: note: byref variable will be forcibly initialized size_t off, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense': /kisskb/src/drivers/scsi/scsi_logging.c:347:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'sdev_prefix_printk': /kisskb/src/drivers/scsi/scsi_logging.c:59:18: note: byref variable will be forcibly initialized size_t off = 0, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:57:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1623:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr drophdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1622:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr savehdr; ^~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scmd_printk': /kisskb/src/drivers/scsi/scsi_logging.c:86:18: note: byref variable will be forcibly initialized size_t off = 0, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:84:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2010:8: note: byref variable will be forcibly initialized int rval; /* sub-return value */ ^~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_print_command': /kisskb/src/drivers/scsi/scsi_logging.c:182:14: note: byref variable will be forcibly initialized size_t off, logbuf_len; ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2079:7: note: byref variable will be forcibly initialized int rval; /* operation return value */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2131:8: note: byref variable will be forcibly initialized int rval; /* operation return value */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2225:30: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2196:8: note: byref variable will be forcibly initialized int rval; /* internal return value */ ^~~~ 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/drivers/scsi/scsi_logging.c: In function 'scsi_print_result': /kisskb/src/drivers/scsi/scsi_logging.c:387:14: note: byref variable will be forcibly initialized size_t off, logbuf_len; ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:675:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(fepriv->wait_queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:655:17: note: byref variable will be forcibly initialized enum fe_status s = FE_NONE; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_trim_free': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2288:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2283:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* freespace buffer */ ^~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_get_property': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2346:33: note: byref variable will be forcibly initialized struct dtv_frontend_properties getp; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_get_frontend': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2400:33: note: byref variable will be forcibly initialized struct dtv_frontend_properties getp; ^~~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:301:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(events->wait_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_handle_ioctl': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2624:12: note: byref variable will be forcibly initialized ktime_t nexttime; ^~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_handle_compat_ioctl': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2172:34: note: byref variable will be forcibly initialized struct dtv_frontend_properties getp = fe->dtv_property_cache; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2170:32: note: byref variable will be forcibly initialized struct compat_dtv_properties prop, *tvps = NULL; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2140:32: note: byref variable will be forcibly initialized struct compat_dtv_properties prop, *tvps = NULL; ^~~~ /kisskb/src/drivers/slimbus/core.c: In function 'of_register_slim_devices': /kisskb/src/drivers/slimbus/core.c:209:16: note: byref variable will be forcibly initialized int manf_id, prod_code; ^~~~~~~~~ /kisskb/src/drivers/slimbus/core.c:209:7: note: byref variable will be forcibly initialized int manf_id, prod_code; ^~~~~~~ /kisskb/src/drivers/slimbus/core.c:208:7: note: byref variable will be forcibly initialized int reg[2], ret; ^~~ /kisskb/src/drivers/slimbus/core.c:206:21: note: byref variable will be forcibly initialized struct slim_eaddr e_addr; ^~~~~~ /kisskb/src/drivers/slimbus/core.c: In function 'slim_device_alloc_laddr': /kisskb/src/drivers/slimbus/core.c:430:5: note: byref variable will be forcibly initialized u8 laddr; ^~~~~ /kisskb/src/drivers/mtd/parsers/cmdlinepart.c: In function 'newpart': /kisskb/src/drivers/mtd/parsers/cmdlinepart.c:93:17: note: byref variable will be forcibly initialized unsigned char *extra_mem; ^~~~~~~~~ /kisskb/src/drivers/mtd/parsers/cmdlinepart.c: In function 'mtdpart_setup_real': /kisskb/src/drivers/mtd/parsers/cmdlinepart.c:228:19: note: byref variable will be forcibly initialized int mtd_id_len, num_parts; ^~~~~~~~~ /kisskb/src/drivers/mtd/parsers/cmdlinepart.c:226:33: note: byref variable will be forcibly initialized struct cmdline_mtd_partition *this_mtd; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_gmu.c: In function 'a6xx_gmu_build_freq_table': /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1325:16: note: byref variable will be forcibly initialized unsigned long freq = 1; ^~~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_trigger.c: In function 'st_sensors_new_samples_available': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_trigger.c:31:11: note: byref variable will be forcibly initialized int ret, status; ^~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_mode_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:283:15: note: byref variable will be forcibly initialized unsigned int ready; ^~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:282:15: note: byref variable will be forcibly initialized unsigned int active; ^~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_odr_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:449:15: note: byref variable will be forcibly initialized unsigned int odr_bits; ^~~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_range_fs_from_value': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:236:15: note: byref variable will be forcibly initialized unsigned int fs_double; ^~~~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_scale_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:555:6: note: byref variable will be forcibly initialized int fs_bits; ^~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_lpf_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:480:15: note: byref variable will be forcibly initialized unsigned int bw_bits; ^~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_hpf_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:524:15: note: byref variable will be forcibly initialized unsigned int sel_bits; ^~~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_lpf_set': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:501:6: note: byref variable will be forcibly initialized int odr; ^~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_chip_init': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:752:15: note: byref variable will be forcibly initialized unsigned int chip_id; ^~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_temp_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:384:15: note: byref variable will be forcibly initialized unsigned int temp; ^~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_axis_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:417:9: note: byref variable will be forcibly initialized __be16 axis_be; ^~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_data_rdy_thread': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:806:15: note: byref variable will be forcibly initialized unsigned int data_ready; ^~~~~~~~~~ In file included from /kisskb/src/drivers/hsi/hsi_core.c:13: /kisskb/src/drivers/hsi/hsi_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_mode': /kisskb/src/drivers/hsi/hsi_core.c:139:14: note: byref variable will be forcibly initialized const char *mode; ^~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_flow': /kisskb/src/drivers/hsi/hsi_core.c:159:14: note: byref variable will be forcibly initialized const char *flow; ^~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_arb_mode': /kisskb/src/drivers/hsi/hsi_core.c:179:14: note: byref variable will be forcibly initialized const char *arb_mode; ^~~~~~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_add_client_from_dt': /kisskb/src/drivers/hsi/hsi_core.c:203:39: note: byref variable will be forcibly initialized int length, cells, err, i, max_chan, mode; ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:203:6: note: byref variable will be forcibly initialized int length, cells, err, i, max_chan, mode; ^~~~~~ /kisskb/src/drivers/hsi/hsi_core.c:202:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:200:21: note: byref variable will be forcibly initialized struct hsi_channel channel; ^~~~~~~ /kisskb/src/drivers/iio/health/afe4404.c: In function 'afe440x_store_register': /kisskb/src/drivers/iio/health/afe4404.c:198:20: note: byref variable will be forcibly initialized int val, integer, fract, ret; ^~~~~ /kisskb/src/drivers/iio/health/afe4404.c:198:11: note: byref variable will be forcibly initialized int val, integer, fract, ret; ^~~~~~~ /kisskb/src/drivers/iio/health/afe4404.c: In function 'afe440x_show_register': /kisskb/src/drivers/iio/health/afe4404.c:175:6: note: byref variable will be forcibly initialized int vals[2]; ^~~~ /kisskb/src/drivers/iio/health/afe4404.c:174:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/iio/humidity/am2315.c: In function 'am2315_read_data': /kisskb/src/drivers/iio/humidity/am2315.c:114:5: note: byref variable will be forcibly initialized u8 rx_buf[8]; ^~~~~~ /kisskb/src/drivers/iio/humidity/am2315.c:107:5: note: byref variable will be forcibly initialized u8 tx_buf[3] = { AM2315_FUNCTION_READ, AM2315_REG_HUM_MSB, 4 }; ^~~~~~ /kisskb/src/drivers/iio/humidity/am2315.c: In function 'am2315_read_raw': /kisskb/src/drivers/iio/humidity/am2315.c:198:28: note: byref variable will be forcibly initialized struct am2315_sensor_data sensor_data; ^~~~~~~~~~~ /kisskb/src/drivers/iio/humidity/am2315.c: In function 'am2315_trigger_handler': /kisskb/src/drivers/iio/humidity/am2315.c:165:28: note: byref variable will be forcibly initialized struct am2315_sensor_data sensor_data; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_hfi.c: In function 'a6xx_hfi_wait_for_ack': /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_hfi.c:119:32: note: byref variable will be forcibly initialized struct a6xx_hfi_msg_response resp; ^~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_hfi.c: In function 'a6xx_hfi_send_test': /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_hfi.c:478:27: note: byref variable will be forcibly initialized struct a6xx_hfi_msg_test msg = { 0 }; ^~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_hfi.c: In function 'a6xx_hfi_send_start': /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_hfi.c:486:28: note: byref variable will be forcibly initialized struct a6xx_hfi_msg_start msg = { 0 }; ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/irq.h:13, from /kisskb/src/include/linux/of_irq.h:7, from /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi.c:8: /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/linux/of_gpio.h:14, from /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_resume': /kisskb/src/drivers/iio/dac/mcp4725.c:62:5: note: byref variable will be forcibly initialized u8 outbuf[2]; ^~~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_suspend': /kisskb/src/drivers/iio/dac/mcp4725.c:49:5: note: byref variable will be forcibly initialized u8 outbuf[2]; ^~~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_set_value': /kisskb/src/drivers/iio/dac/mcp4725.c:267:5: note: byref variable will be forcibly initialized u8 outbuf[2]; ^~~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4726_set_cfg': /kisskb/src/drivers/iio/dac/mcp4725.c:288:5: note: byref variable will be forcibly initialized u8 outbuf[3]; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi.c: In function 'msm_hdmi_bind': /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi.c:565:9: note: byref variable will be forcibly initialized char name3[32]; ^~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_write_powerdown': /kisskb/src/drivers/iio/dac/mcp4725.c:178:7: note: byref variable will be forcibly initialized bool state; ^~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_store_eeprom': /kisskb/src/drivers/iio/dac/mcp4725.c:80:7: note: byref variable will be forcibly initialized bool state; ^~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c:79:5: note: byref variable will be forcibly initialized u8 inoutbuf[3]; ^~~~~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_probe': /kisskb/src/drivers/iio/dac/mcp4725.c:377:5: note: byref variable will be forcibly initialized u8 inbuf[4]; ^~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c:376:39: note: byref variable will be forcibly initialized struct mcp4725_platform_data *pdata, pdata_dt; ^~~~~~~~ /kisskb/src/drivers/spmi/hisi-spmi-controller.c: In function 'spmi_write_cmd': /kisskb/src/drivers/spmi/hisi-spmi-controller.c:194:11: note: byref variable will be forcibly initialized u32 cmd, data; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_execute': /kisskb/src/drivers/scsi/scsi_transport_spi.c:114:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr_tmp; ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:113:16: note: byref variable will be forcibly initialized unsigned char sense[SCSI_SENSE_BUFFERSIZE]; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_dv_device_echo_buffer': /kisskb/src/drivers/scsi/scsi_transport_spi.c:638:13: note: byref variable will be forcibly initialized const char spi_read_buffer[] = { ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:635:13: note: byref variable will be forcibly initialized const char spi_write_buffer[] = { ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:633:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/spmi/hisi-spmi-controller.c: In function 'spmi_read_cmd': /kisskb/src/drivers/spmi/hisi-spmi-controller.c:118:11: note: byref variable will be forcibly initialized u32 cmd, data; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_dv_device_compare_inquiry': /kisskb/src/drivers/scsi/scsi_transport_spi.c:718:13: note: byref variable will be forcibly initialized const char spi_inquiry[] = { ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'print_nego': /kisskb/src/drivers/scsi/scsi_transport_spi.c:1267:8: note: byref variable will be forcibly initialized char buf[20]; ^~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'store_spi_transport_period_helper': /kisskb/src/drivers/scsi/scsi_transport_spi.c:448:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'store_spi_transport_period': /kisskb/src/drivers/scsi/scsi_transport_spi.c:505:6: note: byref variable will be forcibly initialized int period, retval; ^~~~~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_group_fops_unl_ioctl': /kisskb/src/drivers/vfio/vfio.c:1528:28: note: byref variable will be forcibly initialized struct vfio_group_status status; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/vfio/vfio.c:13: /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_unregister_group_dev': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio.c:1011:3: note: in expansion of macro 'wait_event' wait_event(group->container_q, !group->container); ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_display_xfer_agreement': /kisskb/src/drivers/scsi/scsi_transport_spi.c:1137:8: note: byref variable will be forcibly initialized char tmp[8]; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/slimbus/messaging.c:6: /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_do_transfer': /kisskb/src/drivers/slimbus/messaging.c:112:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_read': /kisskb/src/drivers/slimbus/messaging.c:298:22: note: byref variable will be forcibly initialized struct slim_val_inf msg; ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_readb': /kisskb/src/drivers/slimbus/messaging.c:317:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_write': /kisskb/src/drivers/slimbus/messaging.c:341:22: note: byref variable will be forcibly initialized struct slim_val_inf msg; ^~~ In file included from /kisskb/src/drivers/mtd/parsers/ofpart_core.c:16: /kisskb/src/drivers/mtd/parsers/ofpart_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized 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:9: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_bsg_initialize': /kisskb/src/drivers/scsi/scsi_transport_sas.c:206:8: note: byref variable will be forcibly initialized char name[20]; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'show_sas_rphy_enclosure_identifier': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1185:6: note: byref variable will be forcibly initialized u64 identifier; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_maximum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:467:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:482:2: note: in expansion of macro 'sas_phy_store_linkspeed' sas_phy_store_linkspeed(field) \ ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:614:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' sas_phy_linkspeed_rw_attr(maximum_linkrate); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_minimum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:467:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:482:2: note: in expansion of macro 'sas_phy_store_linkspeed' sas_phy_store_linkspeed(field) \ ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:612:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' sas_phy_linkspeed_rw_attr(minimum_linkrate); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_read_port_mode_page': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1231:24: note: byref variable will be forcibly initialized struct scsi_mode_data mode_data; ^~~~~~~~~ /kisskb/src/drivers/iio/humidity/dht11.c: In function 'dht11_decode': /kisskb/src/drivers/iio/humidity/dht11.c:125:7: note: byref variable will be forcibly initialized char bits[DHT11_BITS_PER_READ]; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'fc_bsg_hostadd': /kisskb/src/drivers/scsi/scsi_transport_fc.c:4283:7: note: byref variable will be forcibly initialized char bsg_name[20]; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'fc_rport_set_marginal_state': /kisskb/src/drivers/scsi/scsi_transport_fc.c:1246:21: note: byref variable will be forcibly initialized enum fc_port_state port_state; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_rport_fast_io_fail_tmo': /kisskb/src/drivers/scsi/scsi_transport_fc.c:1316:8: note: byref variable will be forcibly initialized char *cp; ^~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'fc_str_to_dev_loss': /kisskb/src/drivers/scsi/scsi_transport_fc.c:1138:8: note: byref variable will be forcibly initialized char *cp; ^~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_rport_dev_loss_tmo': /kisskb/src/drivers/scsi/scsi_transport_fc.c:1186:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_private_host_dev_loss_tmo': /kisskb/src/drivers/scsi/scsi_transport_fc.c:2069:16: note: byref variable will be forcibly initialized unsigned long val, flags; ^~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'fc_parse_wwn': /kisskb/src/drivers/scsi/scsi_transport_fc.c:2281:5: note: byref variable will be forcibly initialized u8 wwn[8]; ^~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_host_vport_create': /kisskb/src/drivers/scsi/scsi_transport_fc.c:2318:19: note: byref variable will be forcibly initialized struct fc_vport *vport; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c:2317:30: note: byref variable will be forcibly initialized struct fc_vport_identifiers vid; ^~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_private_host_tgtid_bind_type': /kisskb/src/drivers/scsi/scsi_transport_fc.c:2014:30: note: byref variable will be forcibly initialized enum fc_tgtid_binding_type val; ^~~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_setup': /kisskb/src/drivers/scsi/qla1280.c:4048:13: note: byref variable will be forcibly initialized char *cp, *ptr; ^~~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_isr': /kisskb/src/drivers/scsi/qla1280.c:3348:11: note: byref variable will be forcibly initialized 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:2514:12: note: byref variable will be forcibly initialized LIST_HEAD(done_q); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/qla1280.c:330: /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_mailbox_command': /kisskb/src/drivers/scsi/qla1280.c:2427:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_set_target_parameters': /kisskb/src/drivers/scsi/qla1280.c:1117:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_get_target_parameters': /kisskb/src/drivers/scsi/qla1280.c:3891:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_abort_command': /kisskb/src/drivers/scsi/qla1280.c:2642:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_device_reset': /kisskb/src/drivers/scsi/qla1280.c:2608:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_chip_diag': /kisskb/src/drivers/scsi/qla1280.c:1554:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_start_firmware': /kisskb/src/drivers/scsi/qla1280.c:1821:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_config_target': /kisskb/src/drivers/scsi/qla1280.c:2072:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_config_bus': /kisskb/src/drivers/scsi/qla1280.c:2130:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_nvram_config': /kisskb/src/drivers/scsi/qla1280.c:2164:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_init_rings': /kisskb/src/drivers/scsi/qla1280.c:1886:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_bus_reset': /kisskb/src/drivers/scsi/qla1280.c:2548:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_request_firmware': /kisskb/src/drivers/scsi/qla1280.c:1499:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_load_firmware_pio': /kisskb/src/drivers/scsi/qla1280.c:1669:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT], i; ^~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'fc_vport_create': /kisskb/src/drivers/scsi/scsi_transport_fc.c:3959:19: note: byref variable will be forcibly initialized struct fc_vport *vport; ^~~~~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_load_firmware_dma': /kisskb/src/drivers/scsi/qla1280.c:1718:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT], cnt; ^~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_host_vport_delete': /kisskb/src/drivers/scsi/scsi_transport_fc.c:2366:12: note: byref variable will be forcibly initialized u64 wwpn, wwnn; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c:2366:6: note: byref variable will be forcibly initialized u64 wwpn, wwnn; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/qla1280.c:330: /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_wait_for_single_command': /kisskb/src/drivers/scsi/qla1280.c:766:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_error_action': /kisskb/src/drivers/scsi/qla1280.c:828:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dma_rw_chunk': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:3144:19: note: byref variable will be forcibly initialized struct vfio_dma *dma; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dma_rw': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:3204:9: note: byref variable will be forcibly initialized size_t done; ^~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, 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/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:25: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'put_pfn': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:462:16: note: byref variable will be forcibly initialized struct page *page = pfn_to_page(pfn); ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'follow_fault_pfn': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:519:8: note: byref variable will be forcibly initialized bool unlocked = false; ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:514:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:513:9: note: byref variable will be forcibly initialized pte_t *ptep; ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_pin_page_external': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:785:15: note: byref variable will be forcibly initialized struct page *pages[1]; ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_pin_pages_remote': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:654:16: note: byref variable will be forcibly initialized unsigned long pfn; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_pin_pages': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:843:19: note: byref variable will be forcibly initialized struct vfio_dma *dma; ^~~ In file included from /kisskb/src/drivers/hsi/hsi_boardinfo.c:11: /kisskb/src/drivers/hsi/hsi_boardinfo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_unmap_unpin': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1088:7: note: byref variable will be forcibly initialized long unlocked = 0; ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1087:6: note: byref variable will be forcibly initialized int unmapped_region_cnt = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1086:28: note: byref variable will be forcibly initialized struct iommu_iotlb_gather iotlb_gather; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:65, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1085:12: note: byref variable will be forcibly initialized LIST_HEAD(unmapped_region_list); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1083:13: note: byref variable will be forcibly initialized dma_addr_t iova = dma->iova, end = dma->iova + dma->size; ^~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:65, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_resv_refresh': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2526:12: note: byref variable will be forcibly initialized LIST_HEAD(resv_regions); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_audio.c: In function 'msm_hdmi_audio_update': /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_audio.c:116:11: note: byref variable will be forcibly initialized uint8_t buf[14]; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_detach_group': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2567:12: note: byref variable will be forcibly initialized LIST_HEAD(iova_copy); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_replay': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1757:19: note: byref variable will be forcibly initialized unsigned long pfn; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1701:20: note: byref variable will be forcibly initialized struct vfio_batch batch; ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_attach_group': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2280:18: note: byref variable will be forcibly initialized struct device *iommu_device = NULL; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:65, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2255:12: note: byref variable will be forcibly initialized LIST_HEAD(group_resv_regions); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2254:12: note: byref variable will be forcibly initialized LIST_HEAD(iova_copy); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2252:14: note: byref variable will be forcibly initialized phys_addr_t resv_msi_base = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2249:19: note: byref variable will be forcibly initialized struct bus_type *bus = NULL; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_pin_map_dma': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1494:16: note: byref variable will be forcibly initialized unsigned long pfn, limit = rlimit(RLIMIT_MEMLOCK) >> PAGE_SHIFT; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1491:20: note: byref variable will be forcibly initialized struct vfio_batch batch; ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_migration_build_caps': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2823:45: note: byref variable will be forcibly initialized struct vfio_iommu_type1_info_cap_migration cap_mig; ^~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_dma_avail_build_caps': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2839:41: note: byref variable will be forcibly initialized struct vfio_iommu_type1_info_dma_avail cap_dma_avail; ^~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_get_info': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2855:23: note: byref variable will be forcibly initialized struct vfio_info_cap caps = { .buf = NULL, .size = 0 }; ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2853:31: note: byref variable will be forcibly initialized struct vfio_iommu_type1_info info; ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_map_dma': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2919:34: note: byref variable will be forcibly initialized struct vfio_iommu_type1_dma_map map; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'update_user_bitmap': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1211:16: note: byref variable will be forcibly initialized unsigned long leftover; ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_dma_do_unmap': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1413:38: note: byref variable will be forcibly initialized struct vfio_iommu_type1_dma_unmap nb_unmap; ^~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_core.c: In function 'inv_icm42600_setup': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_core.c:372:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_core.c: In function 'inv_icm42600_irq_handler': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_core.c:430:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_unmap_dma': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2938:36: note: byref variable will be forcibly initialized struct vfio_iommu_type1_dma_unmap unmap; ^~~~~ /kisskb/src/drivers/iio/health/max30100.c: In function 'max30100_fifo_count': /kisskb/src/drivers/iio/health/max30100.c:199:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/health/max30100.c: In function 'max30100_read_temp': /kisskb/src/drivers/iio/health/max30100.c:344:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dirty_pages': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:3034:44: note: byref variable will be forcibly initialized struct vfio_iommu_type1_dirty_bitmap_get range; ^~~~~ /kisskb/src/drivers/iio/health/max30100.c: In function 'max30100_led_init': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2991:39: note: byref variable will be forcibly initialized struct vfio_iommu_type1_dirty_bitmap dirty; ^~~~~ /kisskb/src/drivers/iio/health/max30100.c:271:6: note: byref variable will be forcibly initialized int reg, ret; ^~~ /kisskb/src/drivers/iio/health/max30100.c:270:15: note: byref variable will be forcibly initialized unsigned int val[2]; ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dquot_buf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dquot_buf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ /kisskb/src/drivers/scsi/dc395x.c: In function 'dump_register_info': /kisskb/src/drivers/scsi/dc395x.c:1044:6: note: byref variable will be forcibly initialized u16 pstat; ^~~~~ /kisskb/src/drivers/scsi/dc395x.c: In function 'data_io_transfer': /kisskb/src/drivers/scsi/dc395x.c:2340:12: note: byref variable will be forcibly initialized size_t offset = srb->request_length - left_io; ^~~~~~ /kisskb/src/drivers/scsi/dc395x.c:2339:12: note: byref variable will be forcibly initialized size_t len = left_io; ^~~ /kisskb/src/drivers/scsi/dc395x.c: In function 'data_in_phase0': /kisskb/src/drivers/scsi/dc395x.c:2122:12: note: byref variable will be forcibly initialized size_t offset = srb->request_length - left_io; ^~~~~~ /kisskb/src/drivers/scsi/dc395x.c:2121:12: note: byref variable will be forcibly initialized size_t len = left_io; ^~~ /kisskb/src/drivers/scsi/dc395x.c: In function 'srb_done': /kisskb/src/drivers/scsi/dc395x.c:3292:22: note: byref variable will be forcibly initialized size_t offset = 0, len = sizeof(struct ScsiInqData); ^~~ /kisskb/src/drivers/scsi/dc395x.c:3292:10: note: byref variable will be forcibly initialized size_t offset = 0, len = sizeof(struct ScsiInqData); ^~~~~~ In file included from /kisskb/src/drivers/spmi/spmi-pmic-arb.c:11: /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'qpnpint_irq_domain_alloc': /kisskb/src/drivers/spmi/spmi-pmic-arb.c:763:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c:762:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'pmic_arb_write_data': /kisskb/src/drivers/spmi/spmi-pmic-arb.c:236:6: note: byref variable will be forcibly initialized u32 data = 0; ^~~~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'pmic_arb_read_data': /kisskb/src/drivers/spmi/spmi-pmic-arb.c:222:6: note: byref variable will be forcibly initialized u32 data = __raw_readl(pmic_arb->rd_base + reg); ^~~~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'cleanup_irq': /kisskb/src/drivers/spmi/spmi-pmic-arb.c:490:5: note: byref variable will be forcibly initialized u8 irq_mask = BIT(id); ^~~~~~~~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'qpnpint_irq_mask': /kisskb/src/drivers/spmi/spmi-pmic-arb.c:572:5: note: byref variable will be forcibly initialized u8 data = BIT(irq); ^~~~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'qpnpint_irq_ack': /kisskb/src/drivers/spmi/spmi-pmic-arb.c:561:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'qpnpint_get_irqchip_state': /kisskb/src/drivers/spmi/spmi-pmic-arb.c:649:5: note: byref variable will be forcibly initialized u8 status = 0; ^~~~~~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'qpnpint_irq_set_type': /kisskb/src/drivers/spmi/spmi-pmic-arb.c:603:36: note: byref variable will be forcibly initialized struct spmi_pmic_arb_qpnpint_type type; ^~~~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'qpnpint_irq_unmask': /kisskb/src/drivers/spmi/spmi-pmic-arb.c:583:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ In file included 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/spmi/spmi-pmic-arb.c:5: /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/spmi/spmi-pmic-arb.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c: In function 'spmi_pmic_arb_probe': /kisskb/src/drivers/spmi/spmi-pmic-arb.c:1162:15: note: byref variable will be forcibly initialized u32 channel, ee, hw_ver; ^~ /kisskb/src/drivers/spmi/spmi-pmic-arb.c:1162:6: note: byref variable will be forcibly initialized u32 channel, ee, hw_ver; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_bridge.c: In function 'msm_hdmi_config_avi_infoframe': /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_bridge.c:91:5: note: byref variable will be forcibly initialized u8 buffer[HDMI_INFOFRAME_SIZE(AVI)]; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_bridge.c:90:23: note: byref variable will be forcibly initialized union hdmi_infoframe frame; ^~~~~ /kisskb/src/drivers/mtd/parsers/afs.c: In function 'afs_is_v1': /kisskb/src/drivers/mtd/parsers/afs.c:83:9: note: byref variable will be forcibly initialized size_t sz; ^~ /kisskb/src/drivers/mtd/parsers/afs.c:82:6: note: byref variable will be forcibly initialized u32 magic; ^~~~~ /kisskb/src/drivers/mtd/parsers/afs.c: In function 'afs_is_v2': /kisskb/src/drivers/mtd/parsers/afs.c:103:9: note: byref variable will be forcibly initialized size_t sz; ^~ /kisskb/src/drivers/mtd/parsers/afs.c:102:6: note: byref variable will be forcibly initialized u32 foot[2]; ^~~~ /kisskb/src/drivers/mtd/parsers/afs.c: In function 'afs_parse_v1_partition': /kisskb/src/drivers/mtd/parsers/afs.c:132:9: note: byref variable will be forcibly initialized size_t sz; ^~ /kisskb/src/drivers/mtd/parsers/afs.c:123:23: note: byref variable will be forcibly initialized struct image_info_v1 iis; ^~~ /kisskb/src/drivers/mtd/parsers/afs.c:122:19: note: byref variable will be forcibly initialized struct footer_v1 fs; ^~ /kisskb/src/drivers/mtd/parsers/afs.c: In function 'afs_parse_v2_partition': /kisskb/src/drivers/mtd/parsers/afs.c:230:9: note: byref variable will be forcibly initialized size_t sz; ^~ /kisskb/src/drivers/mtd/parsers/afs.c:221:6: note: byref variable will be forcibly initialized u32 imginfo[36]; ^~~~~~~ /kisskb/src/drivers/mtd/parsers/afs.c:220:6: note: byref variable will be forcibly initialized u32 footer[12]; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla2x00_ga_nxt': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:208:16: note: byref variable will be forcibly initialized struct ct_arg arg; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla2x00_gid_pt': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:297:16: note: byref variable will be forcibly initialized struct ct_arg arg; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla2x00_gpn_id': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:378:16: note: byref variable will be forcibly initialized struct ct_arg arg; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla2x00_gnn_id': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:445:16: note: byref variable will be forcibly initialized struct ct_arg arg; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c: In function '_rtl92e_update_cap': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c:339:6: note: byref variable will be forcibly initialized u8 slot_time_val; ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c:314:8: note: byref variable will be forcibly initialized bool ShortPreamble; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla2x00_mgmt_svr_login': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:1364:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_aen_read_queue': /kisskb/src/drivers/scsi/3w-sas.c:375:18: note: byref variable will be forcibly initialized TW_SG_Entry_ISO sglist[1]; ^~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:374:16: note: byref variable will be forcibly initialized unsigned char cdb[TW_MAX_CDB_LEN]; ^~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_handle_attention_interrupt': /kisskb/src/drivers/scsi/3w-sas.c:1082:6: note: byref variable will be forcibly initialized u32 request_id, doorbell; ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_scsi_queue_lck': /kisskb/src/drivers/scsi/3w-sas.c:1455:6: note: byref variable will be forcibly initialized int request_id, retval; ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_aen_queue_event': /kisskb/src/drivers/scsi/3w-sas.c:226:7: note: byref variable will be forcibly initialized char host[16]; ^~~~ /kisskb/src/drivers/iio/dac/ad5380.c: In function 'ad5380_get_powerdown_mode': /kisskb/src/drivers/iio/dac/ad5380.c:126:15: note: byref variable will be forcibly initialized unsigned int mode; ^~~~ /kisskb/src/drivers/iio/dac/ad5380.c: In function 'ad5380_write_dac_powerdown': /kisskb/src/drivers/iio/dac/ad5380.c:96:7: note: byref variable will be forcibly initialized bool pwr_down; ^~~~~~~~ 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/iio/dac/ad5380.c:11: /kisskb/src/drivers/iio/dac/ad5380.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c: In function '_rtl92e_qos_activate': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c:387:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_aen_drain_queue': /kisskb/src/drivers/scsi/3w-sas.c:557:18: note: byref variable will be forcibly initialized TW_SG_Entry_ISO sglist[1]; ^~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:556:16: note: byref variable will be forcibly initialized unsigned char cdb[TW_MAX_CDB_LEN]; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla2x00_gfpn_id': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:2538:16: note: byref variable will be forcibly initialized struct ct_arg arg; ^~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_reset_sequence': /kisskb/src/drivers/scsi/3w-sas.c:1263:6: note: byref variable will be forcibly initialized u32 init_connect_result = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:1262:40: note: byref variable will be forcibly initialized unsigned short fw_on_ctlr_branch = 0, fw_on_ctlr_build = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:1262:17: note: byref variable will be forcibly initialized unsigned short fw_on_ctlr_branch = 0, fw_on_ctlr_build = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:1261:37: note: byref variable will be forcibly initialized unsigned short fw_on_ctlr_srl = 0, fw_on_ctlr_arch_id = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:1261:17: note: byref variable will be forcibly initialized unsigned short fw_on_ctlr_srl = 0, fw_on_ctlr_arch_id = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla81xx_idc_event': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:594:25: note: byref variable will be forcibly initialized uint16_t cnt, timeout, mb[QLA_IDC_ACK_REGS]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla2x00_gpsc': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:2646:16: note: byref variable will be forcibly initialized struct ct_arg arg; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla2x00_gff_id': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:2738:16: note: byref variable will be forcibly initialized struct ct_arg arg; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/iscsi.h:107, from /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:30: /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'perf_trace_iscsi_log_msg': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iscsi_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iscsi_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iscsi_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla24xx_async_gpsc_sp_done': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:2852:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iscsi.h:107, from /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:30: /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'trace_event_raw_event_iscsi_log_msg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iscsi_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iscsi_log_msg, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/iscsi.h:107, from /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:30: /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function '__bpf_trace_iscsi_log_msg': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iscsi_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iscsi_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iscsi_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iscsi_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_allocate_memory': /kisskb/src/drivers/scsi/3w-sas.c:642:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla24xx_handle_gpnid_event': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:3004:6: note: byref variable will be forcibly initialized u16 data[2]; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c: In function '_rtl92e_alloc_tx_ring': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c:1828:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla2x00_async_gpnid_sp_done': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:3109:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla24xx_process_abts': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:67:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/scsi/3w-sas.c:53: /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_chrdev_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:787:13: note: in expansion of macro 'wait_event_timeout' timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:719:26: note: byref variable will be forcibly initialized TW_Ioctl_Driver_Command driver_command; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:718:6: note: byref variable will be forcibly initialized int request_id = 0; ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:717:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c: In function '_rtl92e_irq': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c:2252:6: note: byref variable will be forcibly initialized u32 intb; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c:2251:6: note: byref variable will be forcibly initialized u32 inta; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla24xx_async_gffid_sp_done': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:3290:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:14, from /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/scsi/3w-sas.c:56: /kisskb/src/drivers/scsi/3w-sas.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla2x00_async_gnnid_sp_done': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:4150:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c: In function 'qla2x00_async_gfpnid_sp_done': /kisskb/src/drivers/scsi/qla2xxx/qla_gs.c:4281:19: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_alloc_task': /kisskb/src/drivers/scsi/libiscsi.c:1642:21: note: byref variable will be forcibly initialized struct iscsi_task *task; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla2x00_error_entry': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:3576:13: note: byref variable will be forcibly initialized const char func[] = "ERROR-IOCB"; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c: In function '_rtl92e_pci_probe': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c:2403:5: note: byref variable will be forcibly initialized u8 revision_id; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla24xx_tm_iocb_entry': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:2467:13: note: byref variable will be forcibly initialized const char func[] = "TMF-IOCB"; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_user_scan': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:1819:25: note: byref variable will be forcibly initialized struct iscsi_scan_data scan_data; ^~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/kfifo.h:39, from /kisskb/src/drivers/scsi/libiscsi.c:12: /kisskb/src/drivers/scsi/libiscsi.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/kfifo.h:42, from /kisskb/src/drivers/scsi/libiscsi.c:12: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c: In function '_rtl92e_watchdog_wq_cb': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c:1450:7: note: byref variable will be forcibly initialized u32 TotalRxDataNum = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_core.c:1449:7: note: byref variable will be forcibly initialized u32 TotalRxBcnNum = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_scsi_cmd_rsp': /kisskb/src/drivers/scsi/libiscsi.c:820:12: note: byref variable will be forcibly initialized sector_t sector; ^~~~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'store_priv_session_recovery_tmo': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:4350:8: note: byref variable will be forcibly initialized char *cp; \ ^~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:4371:2: note: in expansion of macro 'iscsi_priv_session_attr_store' iscsi_priv_session_attr_store(field) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:4376:1: note: in expansion of macro 'iscsi_priv_session_rw_attr' iscsi_priv_session_rw_attr(recovery_tmo, "%d"); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla2x00_mbx_iocb_entry': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:1909:13: note: byref variable will be forcibly initialized const char func[] = "MBX-IOCB"; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_bsg_host_add': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:1535:7: note: byref variable will be forcibly initialized char bsg_name[20]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla2x00_ct_entry': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:2051:13: note: byref variable will be forcibly initialized const char func[] = "CT_IOCB"; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_set_param': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:2916:15: note: byref variable will be forcibly initialized int err = 0, value = 0; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla24xx_logio_entry': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:2323:13: note: byref variable will be forcibly initialized const char func[] = "LOGIO-IOCB"; ^~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function '__iscsi_conn_send_pdu': /kisskb/src/drivers/scsi/libiscsi.c:678:21: note: byref variable will be forcibly initialized struct iscsi_task *task; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla24xx_els_ct_entry': /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_send_nopout': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:2130:11: note: byref variable will be forcibly initialized uint32_t fw_status[3]; ^~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c:955:29: note: byref variable will be forcibly initialized struct iscsi_nopout hdr; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:2124:13: note: byref variable will be forcibly initialized const char func[] = "ELS_CT_IOCB"; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla24xxx_nack_iocb_entry': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:2033:13: note: byref variable will be forcibly initialized const char func[] = "nack"; ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi.h:10, from /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_i2c.c:7: /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_i2c.c: In function 'msm_hdmi_i2c_xfer': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_i2c.c:163:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(hdmi_i2c->ddc_event, sw_done(hdmi_i2c), HZ/4); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla24xx_abort_iocb_entry': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:3667:13: note: byref variable will be forcibly initialized const char func[] = "ABT_IOCB"; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla24xx_mbx_iocb_entry': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:1995:13: note: byref variable will be forcibly initialized const char func[] = "MBX-IOCB2"; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla_ctrlvp_completed': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:2683:13: note: byref variable will be forcibly initialized const char func[] = "CTRLVP-IOCB"; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla24xx_nvme_ls4_iocb': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:3690:13: note: byref variable will be forcibly initialized const char func[] = "LS4_IOCB"; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla24xx_process_response_queue': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:3766:25: note: byref variable will be forcibly initialized struct sts_entry_24xx *pkt; ^~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_itt_to_task': /kisskb/src/drivers/scsi/libiscsi.c:1115:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_handle_reject': /kisskb/src/drivers/scsi/libiscsi.c:1023:19: note: byref variable will be forcibly initialized struct iscsi_hdr rejected_pdu; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_create_endpoint': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:212:11: note: byref variable will be forcibly initialized uint64_t id; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla2x00_async_event': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:1621:21: note: byref variable will be forcibly initialized struct event_arg ea; ^~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_verify_itt': /kisskb/src/drivers/scsi/libiscsi.c:1298:15: note: byref variable will be forcibly initialized int age = 0, i = 0; ^ /kisskb/src/drivers/scsi/libiscsi.c:1298:6: note: byref variable will be forcibly initialized int age = 0, i = 0; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/kfifo.h:42, from /kisskb/src/drivers/scsi/libiscsi.c:12: /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_exec_task_mgmt_fn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c:1872:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(session->ehwait, age != session->age || ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla2100_intr_handler': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:333:11: note: byref variable will be forcibly initialized uint16_t mb[8]; ^~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_dbg_trace': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla2300_intr_handler': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:447:11: note: byref variable will be forcibly initialized uint16_t mb[8]; ^~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:4824:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:4823:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla24xx_msix_default': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:4142:11: note: byref variable will be forcibly initialized uint16_t mb[8]; ^~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_scan_session': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:1836:25: note: byref variable will be forcibly initialized struct iscsi_scan_data scan_data; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c: In function 'qla24xx_intr_handler': /kisskb/src/drivers/scsi/qla2xxx/qla_isr.c:4008:11: note: byref variable will be forcibly initialized uint16_t mb[8]; ^~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_eh_session_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c:2523:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(session->ehwait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_host_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c:2841:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(ihost->session_removal_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_set_param': /kisskb/src/drivers/scsi/libiscsi.c:3352:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_if_rx': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:3970:12: note: byref variable will be forcibly initialized uint32_t group; ^~~~~ /kisskb/src/drivers/input/gameport/gameport.c: In function 'gameport_set_phys': /kisskb/src/drivers/input/gameport/gameport.c:513:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/iio/humidity/htu21.c: In function 'htu21_probe': /kisskb/src/drivers/iio/humidity/htu21.c:186:6: note: byref variable will be forcibly initialized u64 serial_number; ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/humidity/htu21.c: In function 'htu21_read_raw': /kisskb/src/drivers/iio/humidity/htu21.c:44:15: note: byref variable will be forcibly initialized unsigned int humidity; ^~~~~~~~ /kisskb/src/drivers/iio/humidity/htu21.c:43:11: note: byref variable will be forcibly initialized int ret, temperature; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/slimbus/stream.c:6: /kisskb/src/drivers/slimbus/stream.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_connect_port_channel': /kisskb/src/drivers/slimbus/stream.c:128:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 2, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:127:5: note: byref variable will be forcibly initialized u8 wbuf[2]; ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_define_channel': /kisskb/src/drivers/slimbus/stream.c:303:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:302:5: note: byref variable will be forcibly initialized u8 wbuf[4]; ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_define_channel_content': /kisskb/src/drivers/slimbus/stream.c:268:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:267:5: note: byref variable will be forcibly initialized u8 wbuf[4]; ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_activate_channel': /kisskb/src/drivers/slimbus/stream.c:327:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:326:5: note: byref variable will be forcibly initialized u8 wbuf[1]; ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_deactivate_remove_channel': /kisskb/src/drivers/slimbus/stream.c:164:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:163:5: note: byref variable will be forcibly initialized u8 wbuf[1]; ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_disconnect_port': /kisskb/src/drivers/slimbus/stream.c:148:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:147:5: note: byref variable will be forcibly initialized u8 wbuf[1]; ^~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, 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/of_device.h:5, from /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy.c:6: /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/gpu/drm/msm/hdmi/hdmi_phy.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/health/max30102.c: In function 'max30102_fifo_count': /kisskb/src/drivers/iio/health/max30102.c:242:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/health/max30102.c: In function 'max30102_read_temp': /kisskb/src/drivers/iio/health/max30102.c:423:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/iio/health/max30102.c: In function 'max30102_led_init': /kisskb/src/drivers/iio/health/max30102.c:326:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/health/max30102.c: In function 'max30102_probe': /kisskb/src/drivers/iio/health/max30102.c:511:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/scsi/stex.c: In function 'stex_hard_reset': /kisskb/src/drivers/scsi/stex.c:1311:5: note: byref variable will be forcibly initialized u8 pci_bctl; ^~~~~~~~ /kisskb/src/drivers/scsi/stex.c:1310:6: note: byref variable will be forcibly initialized u16 pci_cmd; ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/stex.c:15: /kisskb/src/drivers/scsi/stex.c: In function 'stex_do_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/stex.c:1403:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(hba->reset_waitq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_update_scan_mode': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:105:15: note: byref variable will be forcibly initialized unsigned int sleep_temp = 0; ^~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:104:15: note: byref variable will be forcibly initialized unsigned int sleep_gyro = 0; ^~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:102:34: note: byref variable will be forcibly initialized struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_write_scale': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:245:34: note: byref variable will be forcibly initialized struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_write_odr': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:329:34: note: byref variable will be forcibly initialized struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; ^~~~ /kisskb/src/drivers/mtd/parsers/redboot.c: In function 'parse_redboot_of': /kisskb/src/drivers/mtd/parsers/redboot.c:49:6: note: byref variable will be forcibly initialized u32 dirblock; ^~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_write_offset': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:456:20: note: byref variable will be forcibly initialized unsigned int reg, regval; ^~~~~~ /kisskb/src/drivers/mtd/parsers/redboot.c: In function 'parse_redboot_partitions': /kisskb/src/drivers/mtd/parsers/redboot.c:80:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/parsers/redboot.c:78:19: note: byref variable will be forcibly initialized struct fis_list *fl = NULL, *tmp_fl; ^~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_read_sensor': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:153:34: note: byref variable will be forcibly initialized struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_read_raw': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:557:10: note: byref variable will be forcibly initialized int16_t data; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_parse_fifo': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:768:34: note: byref variable will be forcibly initialized struct inv_icm42600_gyro_buffer buffer; ^~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:766:15: note: byref variable will be forcibly initialized unsigned int odr; ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:765:16: note: byref variable will be forcibly initialized const int8_t *temp; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:764:29: note: byref variable will be forcibly initialized const void *accel, *gyro, *timestamp; ^~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:764:22: note: byref variable will be forcibly initialized const void *accel, *gyro, *timestamp; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:764:14: note: byref variable will be forcibly initialized const void *accel, *gyro, *timestamp; ^~~~~ /kisskb/src/drivers/scsi/stex.c: In function 'stex_queuecommand_lck': /kisskb/src/drivers/scsi/stex.c:668:21: note: byref variable will be forcibly initialized 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c: In function 'make_period_modifier': /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c:52:16: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized unsigned char data[10]; ^~~~ /kisskb/src/drivers/input/serio/parkbd.c: In function 'parkbd_getport': /kisskb/src/drivers/input/serio/parkbd.c:142:19: note: byref variable will be forcibly initialized struct pardev_cb parkbd_parport_cb; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/scsi/st.c:34: /kisskb/src/drivers/scsi/st.c: In function 'put_user_mtget': /kisskb/src/include/linux/mtio.h:33:17: note: byref variable will be forcibly initialized struct mtget32 k32 = { ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_hwtstamp_set': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:13801:25: note: byref variable will be forcibly initialized struct hwtstamp_config stmpconf; ^~~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'st_setup': /kisskb/src/drivers/scsi/st.c:4097:14: note: byref variable will be forcibly initialized int i, len, ints[5]; ^~~~ In file included from /kisskb/src/drivers/scsi/st.c:32: /kisskb/src/drivers/scsi/st.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_hwtstamp_get': /kisskb/src/drivers/scsi/st.c: In function 'create_one_cdev': /kisskb/src/drivers/scsi/st.c:4161:7: note: byref variable will be forcibly initialized char name[10]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:13888:25: note: byref variable will be forcibly initialized struct hwtstamp_config stmpconf; ^~~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'st_flush_write_buffer': /kisskb/src/drivers/scsi/st.c:764:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'get_location': /kisskb/src/drivers/scsi/st.c:3102:16: note: byref variable will be forcibly initialized unsigned char scmd[MAX_COMMAND_SIZE]; ^~~~ /kisskb/src/drivers/scsi/st.c: In function 'find_partition': /kisskb/src/drivers/scsi/st.c:3263:15: note: byref variable will be forcibly initialized unsigned int block; ^~~~~ /kisskb/src/drivers/scsi/st.c:3262:9: note: byref variable will be forcibly initialized int i, partition; ^~~~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'set_location': /kisskb/src/drivers/scsi/st.c:3165:16: note: byref variable will be forcibly initialized unsigned char scmd[MAX_COMMAND_SIZE]; ^~~~ /kisskb/src/drivers/scsi/st.c:3163:15: note: byref variable will be forcibly initialized unsigned int blk; ^~~ /kisskb/src/drivers/scsi/st.c:3162:14: note: byref variable will be forcibly initialized int result, p; ^ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_read_indirect_reg32': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:507:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_read_indirect_mbox': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:549:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'cross_eof': /kisskb/src/drivers/scsi/st.c:727:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'st_int_ioctl': /kisskb/src/drivers/scsi/st.c:2698:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_poll_fw': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:1808:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/iio/dac/ad5064.c: In function 'ad5064_write_dac_powerdown': /kisskb/src/drivers/iio/dac/ad5064.c:288:7: note: byref variable will be forcibly initialized bool pwr_down; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_do_mem_test': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:13274:8: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'st_flush': /kisskb/src/drivers/scsi/st.c:1340:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'read_mode_page': /kisskb/src/drivers/scsi/st.c:2474:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'write_mode_page': /kisskb/src/drivers/scsi/st.c:2500:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_pull_config': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4504:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_eee_pull_config': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2342:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_eee_config_ok': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4619:21: note: byref variable will be forcibly initialized struct ethtool_eee eee; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_gather_ump_data': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:1659:6: note: byref variable will be forcibly initialized u32 reg, val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_wait_macro_done': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2444:7: note: byref variable will be forcibly initialized u32 tmp32; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_write_and_check_testpat': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2499:13: note: byref variable will be forcibly initialized u32 low, high; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2499:8: note: byref variable will be forcibly initialized u32 low, high; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_bmcr_reset': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:1351:6: note: byref variable will be forcibly initialized u32 phy_control; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'format_medium': /kisskb/src/drivers/scsi/st.c:3331:16: note: byref variable will be forcibly initialized unsigned char scmd[MAX_COMMAND_SIZE]; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_fet_toggle_apd': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2202:7: note: byref variable will be forcibly initialized u32 phy; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2199:6: note: byref variable will be forcibly initialized u32 phytest; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_toggle_auxctl_smdsp': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:1324:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_set_wirespeed': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2292:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_set_extloopbk': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2170:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_reset_5703_4_5': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2546:15: note: byref variable will be forcibly initialized int retries, do_phy_reset, err; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2545:13: note: byref variable will be forcibly initialized u32 reg32, phy9_orig; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2545:6: note: byref variable will be forcibly initialized u32 reg32, phy9_orig; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_toggle_automdix': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2257:7: note: byref variable will be forcibly initialized u32 ephy; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2250:6: note: byref variable will be forcibly initialized u32 phy; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_copper_an_config_ok': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4660:7: note: byref variable will be forcibly initialized u32 tg3_ctrl; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_copper_fetch_rmtadv': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4689:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_autoneg_cfg': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4323:6: note: byref variable will be forcibly initialized u32 val, new_adv; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'test_ready': /kisskb/src/drivers/scsi/st.c:966:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_copper_begin': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4484:9: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4449:13: note: byref variable will be forcibly initialized u32 bmcr, orig_bmcr; ^~~~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'check_tape': /kisskb/src/drivers/scsi/st.c:1039:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE], saved_cleaning; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_calc_crc_errors': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:11799:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_serdes_parallel_detect': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:6051:8: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:6044:7: note: byref variable will be forcibly initialized u32 phy2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:6017:14: note: byref variable will be forcibly initialized u32 phy1, phy2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:6017:8: note: byref variable will be forcibly initialized u32 phy1, phy2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:6013:7: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_mdio_read': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:1383:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'do_load_unload': /kisskb/src/drivers/scsi/st.c:2600:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_power_down_phy': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:3083:8: note: byref variable will be forcibly initialized u32 phy; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:3081:7: note: byref variable will be forcibly initialized u32 phytest; ^~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'st_ioctl': /kisskb/src/drivers/scsi/st.c:3805:16: note: byref variable will be forcibly initialized struct mtpos mt_pos; ^~~~~~ /kisskb/src/drivers/scsi/st.c:3740:16: note: byref variable will be forcibly initialized struct mtget mt_status; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_lpbk_set': /kisskb/src/drivers/scsi/st.c:3535:15: note: byref variable will be forcibly initialized struct mtop mtc; ^~~ /kisskb/src/drivers/scsi/st.c:3502:15: note: byref variable will be forcibly initialized unsigned int blk; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:8188:11: note: byref variable will be forcibly initialized u32 val, bmcr, mac_mode, ptest = 0; ^~~~ /kisskb/src/drivers/scsi/st.c:3500:27: note: byref variable will be forcibly initialized int i, cmd_nr, cmd_type, bt; ^~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:8188:6: note: byref variable will be forcibly initialized u32 val, bmcr, mac_mode, ptest = 0; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_do_test_dma': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:17140:34: note: byref variable will be forcibly initialized struct tg3_internal_buffer_desc test_desc; ^~~~~~~~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_slim_handle_rx_irq': /kisskb/src/drivers/slimbus/qcom-ctrl.c:210:15: note: byref variable will be forcibly initialized u32 *rx_buf, pkt[10]; ^~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_slim_rxwq': /kisskb/src/drivers/slimbus/qcom-ctrl.c:453:7: note: byref variable will be forcibly initialized u8 laddr; ^~~~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c:452:22: note: byref variable will be forcibly initialized struct slim_eaddr ea; ^~ /kisskb/src/drivers/slimbus/qcom-ctrl.c:441:5: note: byref variable will be forcibly initialized u8 buf[SLIM_MSGQ_BUF_LEN]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_ump_link_report': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:1694:6: note: byref variable will be forcibly initialized u32 data[4]; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/drivers/slimbus/qcom-ctrl.c:6: /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_xfer_msg': /kisskb/src/drivers/slimbus/qcom-ctrl.c:329:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_set_laddr': /kisskb/src/drivers/slimbus/qcom-ctrl.c:399:13: note: byref variable will be forcibly initialized } __packed p; ^ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'fiber_autoneg': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:5404:28: note: byref variable will be forcibly initialized struct tg3_fiber_aneginfo aninfo; ^~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/irq.h:13, from /kisskb/src/drivers/slimbus/qcom-ctrl.c:6: /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/slimbus/qcom-ctrl.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/slimbus/qcom-ctrl.c:6: /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_reset': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:2629:6: note: byref variable will be forcibly initialized u32 val, cpmuctrl; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_restore_pci_state': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:8991:8: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:8976:7: note: byref variable will be forcibly initialized u16 pcix_cmd; ^~~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'st_write': /kisskb/src/drivers/scsi/st.c:1623:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c:1619:10: note: byref variable will be forcibly initialized ssize_t i, do_count, blks, transfer; ^ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_chip_reset': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:9306:7: note: byref variable will be forcibly initialized u32 nic_cfg; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:9188:8: note: byref variable will be forcibly initialized u32 cfg_val; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:9053:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_kms.c: In function 'tidss_dispc_modeset_init': /kisskb/src/drivers/gpu/drm/tidss/tidss_kms.c:135:22: note: byref variable will be forcibly initialized struct drm_bridge *bridge; ^~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_kms.c:134:21: note: byref variable will be forcibly initialized struct drm_panel *panel; ^~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_kms.c:113:15: note: byref variable will be forcibly initialized unsigned int fourccs_len; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'read_tape': /kisskb/src/drivers/scsi/st.c:1899:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_setup_fiber_by_hand': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:5649:16: note: byref variable will be forcibly initialized u32 txflags, rxflags; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:5649:7: note: byref variable will be forcibly initialized u32 txflags, rxflags; ^~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'st_read': /kisskb/src/drivers/scsi/st.c:2097:21: note: byref variable will be forcibly initialized struct st_request *SRpnt = NULL; ^~~~~ /kisskb/src/drivers/scsi/st.c:2095:10: note: byref variable will be forcibly initialized ssize_t i, transfer; ^ In file included from /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:32: /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/drivers/scsi/sg.c: In function 'open_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:266:13: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(sdp->open_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:253:13: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(sdp->open_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/scsi/sg.c:34: /kisskb/src/drivers/scsi/sg.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_rx_prodring_alloc': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:8446:16: note: byref variable will be forcibly initialized unsigned int frag_size; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:8411:16: note: byref variable will be forcibly initialized unsigned int frag_size; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_setup_fiber_mii_phy': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:5922:9: note: byref variable will be forcibly initialized u32 adv; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:5883:7: note: byref variable will be forcibly initialized u32 adv, newadv; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:5816:29: note: byref variable will be forcibly initialized u32 local_adv, remote_adv, sgsr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:5816:17: note: byref variable will be forcibly initialized u32 local_adv, remote_adv, sgsr; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:5816:6: note: byref variable will be forcibly initialized u32 local_adv, remote_adv, sgsr; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:5812:12: note: byref variable will be forcibly initialized u32 bmsr, bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:5812:6: note: byref variable will be forcibly initialized u32 bmsr, bmcr; ^~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_rq_end_io': /kisskb/src/drivers/scsi/sg.c:1354:25: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_start_req': /kisskb/src/drivers/scsi/sg.c:1787:19: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/drivers/scsi/sg.c:1786:17: note: byref variable will be forcibly initialized struct iovec *iov = NULL; ^~~ /kisskb/src/drivers/scsi/sg.c:1701:26: note: byref variable will be forcibly initialized struct rq_map_data *md, map_data; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_setup_copper_phy': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4893:17: note: byref variable will be forcibly initialized u32 aux_stat, bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4893:7: note: byref variable will be forcibly initialized u32 aux_stat, bmcr; ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4778:5: note: byref variable will be forcibly initialized u8 current_duplex; ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4777:6: note: byref variable will be forcibly initialized u32 current_speed; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4776:15: note: byref variable will be forcibly initialized u32 lcl_adv, rmt_adv; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4776:6: note: byref variable will be forcibly initialized u32 lcl_adv, rmt_adv; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4775:12: note: byref variable will be forcibly initialized u32 bmsr, val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4775:6: note: byref variable will be forcibly initialized u32 bmsr, val; ^~~~ /kisskb/src/drivers/scsi/pmcraid.c: In function 'pmcraid_prepare_cancel_cmd': /kisskb/src/drivers/scsi/pmcraid.c:1207:9: note: byref variable will be forcibly initialized __be64 ioarcb_addr; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_new_write': /kisskb/src/drivers/scsi/sg.c:722:16: note: byref variable will be forcibly initialized unsigned char cmnd[SG_MAX_CDB_SIZE]; ^~~~ /kisskb/src/drivers/scsi/pmcraid.c: In function 'pmcraid_reset_alert': /kisskb/src/drivers/scsi/pmcraid.c:641:6: note: byref variable will be forcibly initialized u16 pci_reg; ^~~~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_ioctl_common': /kisskb/src/drivers/scsi/sg.c:983:17: note: byref variable will be forcibly initialized sg_scsi_id_t v; ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:942:12: note: in expansion of macro 'wait_event_interruptible' result = wait_event_interruptible(sfp->read_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:925:14: note: byref variable will be forcibly initialized Sg_request *srp; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_reset_hw': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:10686:8: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:10598:7: note: byref variable will be forcibly initialized u32 rss_key[10]; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:10503:7: note: byref variable will be forcibly initialized u16 pcix_cmd; ^~~~~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_write': /kisskb/src/drivers/scsi/sg.c:612:16: note: byref variable will be forcibly initialized unsigned char cmnd[SG_MAX_CDB_SIZE]; ^~~~ /kisskb/src/drivers/scsi/sg.c:610:19: note: byref variable will be forcibly initialized struct sg_header old_hdr; ^~~~~~~ /kisskb/src/drivers/scsi/pmcraid.c: In function 'pmcraid_bist_done': /kisskb/src/drivers/scsi/pmcraid.c:548:6: note: byref variable will be forcibly initialized u16 pci_reg; ^~~~~~~ /kisskb/src/drivers/scsi/pmcraid.c: In function 'pmcraid_set_timestamp': /kisskb/src/drivers/scsi/pmcraid.c:5392:9: note: byref variable will be forcibly initialized __be32 time_stamp_len = cpu_to_be32(PMCRAID_TIMESTAMP_LEN); ^~~~~~~~~~~~~~ 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/drivers/scsi/pmcraid.c:10: /kisskb/src/drivers/scsi/pmcraid.c: In function 'pmcraid_init_res_table': /kisskb/src/drivers/scsi/pmcraid.c:5459:12: note: byref variable will be forcibly initialized LIST_HEAD(old_res); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/drivers/scsi/sg.c: In function 'sg_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:475:12: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(sfp->read_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:446:6: note: byref variable will be forcibly initialized int req_pack_id = -1; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/scsi/pmcraid.c:10: /kisskb/src/drivers/scsi/pmcraid.c: In function 'pmcraid_reset_reload': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/pmcraid.c:2363:2: note: in expansion of macro 'wait_event' wait_event(pinstance->reset_wait_q, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/pmcraid.c:2329:3: note: in expansion of macro 'wait_event' wait_event(pinstance->reset_wait_q, ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_nway_reset': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:12381:7: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/scsi/pmcraid.c: In function 'pmcraid_store_log_level': /kisskb/src/drivers/scsi/pmcraid.c:4014:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_nvram_write_block_using_eeprom': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:3329:10: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_power_down_prepare': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4109:7: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:25: /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4043:37: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(advertising) = { 0, }; ^~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:4043:4: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(advertising) = { 0, }; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:30: note: byref variable will be forcibly initialized 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:24: note: byref variable will be forcibly initialized struct pps_event_time ts; ^~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_ioctl': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:13966:7: note: byref variable will be forcibly initialized u32 mii_regval; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/pmcraid.c:17: /kisskb/src/drivers/scsi/pmcraid.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_start_xmit': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:7901:6: note: byref variable will be forcibly initialized u32 budget; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:7900:11: note: byref variable will be forcibly initialized u32 len, entry, base_flags, mss, vlan = 0; ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/scsi/pmcraid.c:10: /kisskb/src/drivers/scsi/pmcraid.c: In function 'pmcraid_ioctl_passthrough': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pmcraid.c:3585:8: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_enable_msix': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:11453:20: note: byref variable will be forcibly initialized struct msix_entry msix_ent[TG3_IRQ_MAX_VECS]; ^~~~~~~~ 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_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_update': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:58:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_roll': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1547:20: note: byref variable will be forcibly initialized struct xfs_trans *tp = *tpp; ^~ /kisskb/src/drivers/scsi/pmcraid.c: In function 'pmcraid_init': /kisskb/src/drivers/scsi/pmcraid.c:5828:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_tx': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:6558:32: note: byref variable will be forcibly initialized struct skb_shared_hwtstamps timestamp; ^~~~~~~~~ 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:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); ^~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_rx': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:6874:17: note: byref variable will be forcibly initialized unsigned int frag_size; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:6806:20: note: byref variable will be forcibly initialized u32 std_prod_idx, jmb_prod_idx; ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:6806:6: note: byref variable will be forcibly initialized u32 std_prod_idx, jmb_prod_idx; ^~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, 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:209:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_count_inodes_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2719:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore irec; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:109:24: note: byref variable will be forcibly initialized union xfs_btree_rec *rec; ^~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_set_gain': /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:82:16: note: byref variable will be forcibly initialized unsigned char data[3]; ^~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_set_autocenter': /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:91:16: note: byref variable will be forcibly initialized unsigned char data[3]; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_get_rec': /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'shost_to_rport': /kisskb/src/drivers/scsi/scsi_transport_srp.c:64:17: note: byref variable will be forcibly initialized struct device *child = NULL; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:941:8: note: byref variable will be forcibly initialized int i; ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:203:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(iforce->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_next_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:912:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_finobt_near': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1264:12: note: byref variable will be forcibly initialized int i, j; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1264:9: note: byref variable will be forcibly initialized int i, j; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1262:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rrec; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1261:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *rcur; /* right search cursor */ ^~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_init_device': /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:217:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:216:5: note: byref variable will be forcibly initialized u8 buf[IFORCE_MAX_LENGTH]; ^~~ /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'store_reconnect_delay': /kisskb/src/drivers/scsi/scsi_transport_srp.c:225:11: note: byref variable will be forcibly initialized int res, delay; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'store_srp_rport_dev_loss_tmo': /kisskb/src/drivers/scsi/scsi_transport_srp.c:312:6: note: byref variable will be forcibly initialized int dev_loss_tmo; ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_finobt_newino': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1349:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'store_srp_rport_fast_io_fail_tmo': /kisskb/src/drivers/scsi/scsi_transport_srp.c:277:6: note: byref variable will be forcibly initialized int fast_io_fail_tmo; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_update_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1396:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1394:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_check_agi_freecount': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:225:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:222:26: note: byref variable will be forcibly initialized 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:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:527:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_insert': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:182:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_test_msi': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:11348:6: note: byref variable will be forcibly initialized u16 pci_cmd; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_finobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2033:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2030:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_inode_init': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:270:19: note: byref variable will be forcibly initialized struct xfs_buf *fbuf; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_log_agi': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2422:8: note: byref variable will be forcibly initialized int last; /* last byte number */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2421:8: note: byref variable will be forcibly initialized int first; /* first byte number */ ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_ag_alloc': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:626:12: note: byref variable will be forcibly initialized uint16_t allocmask = (uint16_t) -1; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:624:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:619:15: note: byref variable will be forcibly initialized xfs_agino_t newino; /* new first inode's number */ ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_set_link_ksettings': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:617:23: note: byref variable will be forcibly initialized struct xfs_alloc_arg args; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:12216:6: note: byref variable will be forcibly initialized u32 advertising; ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1024:8: note: byref variable will be forcibly initialized int doneright; /* done, to the right */ ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1023:8: note: byref variable will be forcibly initialized int doneleft; /* done, to the left */ ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:999:11: note: byref variable will be forcibly initialized int i, j; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:999:8: note: byref variable will be forcibly initialized int i, j; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:995:35: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec, trec; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:995:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec, trec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:994:30: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur, *tcur; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_nvram_read_be32': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:3314:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_get_5720_nvram_info': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:14943:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_get_eeprom_size': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:14279:20: note: byref variable will be forcibly initialized u32 cursize, val, magic; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:14279:15: note: byref variable will be forcibly initialized u32 cursize, val, magic; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_get_nvram_size': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:14313:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_read_hwsb_ver': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1448:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15758:6: note: byref variable will be forcibly initialized u32 val, major, minor; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1444:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1442:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur; /* finobt cursor */ ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_fw_img_is_valid': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15693:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1901:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1898:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_try_ag': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1675:13: note: byref variable will be forcibly initialized xfs_ino_t ino; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1674:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2143:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec;/* btree record */ ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2139:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; /* buffer for allocation group header */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_imap_lookup': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2216:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2214:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2212:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_imap': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2278:17: note: byref variable will be forcibly initialized xfs_agblock_t offset_agbno; /* blks from chunk start to inode */ ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2274:17: note: byref variable will be forcibly initialized xfs_agblock_t chunk_agbno; /* first block in inode chunk */ ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_set_eeprom': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:12086:20: note: byref variable will be forcibly initialized __be32 start = 0, end; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:12086:9: note: byref variable will be forcibly initialized __be32 start = 0, end; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_pagi_init': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2639:18: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1741:13: note: byref variable will be forcibly initialized xfs_ino_t ino; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_has_inode_record': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2661:8: note: byref variable will be forcibly initialized int has_record; ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2658:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore irec; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_vpd_readblock': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:12796:13: note: byref variable will be forcibly initialized u32 magic, val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:12796:6: note: byref variable will be forcibly initialized u32 magic, val; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:12795:6: note: byref variable will be forcibly initialized u32 offset = 0, len = 0; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_check_shrink': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2950:8: note: byref variable will be forcibly initialized int has; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2945:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_test_nvram': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:12867:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:12864:12: note: byref variable will be forcibly initialized u32 csum, magic; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_run_loopback': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:13382:6: note: byref variable will be forcibly initialized u32 budget; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:13381:61: note: byref variable will be forcibly initialized u32 base_flags = 0, mss = 0, desc_idx, coal_now, data_off, val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_get_eeprom': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:11995:9: note: byref variable will be forcibly initialized __be32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_calc_dma_bndry': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:16999:5: note: byref variable will be forcibly initialized u8 byte; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_test_dma': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:17227:13: note: byref variable will be forcibly initialized dma_addr_t buf_dma; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_get_eeprom_hw_cfg': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15298:8: note: byref variable will be forcibly initialized u32 cfg3; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15143:19: note: byref variable will be forcibly initialized u32 nic_phy_id, ver, eeprom_phy_id; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15143:7: note: byref variable will be forcibly initialized u32 nic_phy_id, ver, eeprom_phy_id; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15142:27: note: byref variable will be forcibly initialized u32 cfg2 = 0, cfg4 = 0, cfg5 = 0; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15142:17: note: byref variable will be forcibly initialized u32 cfg2 = 0, cfg4 = 0, cfg5 = 0; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15142:7: note: byref variable will be forcibly initialized u32 cfg2 = 0, cfg4 = 0, cfg5 = 0; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15141:7: note: byref variable will be forcibly initialized u32 nic_cfg, led_cfg; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15114:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_mdio_init': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:1505:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_phy_probe': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15561:13: note: byref variable will be forcibly initialized u32 bmsr, dummy; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15561:7: note: byref variable will be forcibly initialized u32 bmsr, dummy; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15442:19: note: byref variable will be forcibly initialized u32 hw_phy_id_1, hw_phy_id_2; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15442:6: note: byref variable will be forcibly initialized u32 hw_phy_id_1, hw_phy_id_2; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_read_vpd': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15598:20: note: byref variable will be forcibly initialized unsigned int len, vpdlen; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15598:15: note: byref variable will be forcibly initialized unsigned int len, vpdlen; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_read_otp_ver': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15922:11: note: byref variable will be forcibly initialized u32 val, val2; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15922:6: note: byref variable will be forcibly initialized u32 val, val2; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_read_bc_ver': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15736:11: note: byref variable will be forcibly initialized __be32 v; ^ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15706:26: note: byref variable will be forcibly initialized u32 val, offset, start, ver_offset; ^~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_update_scan_mode': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:105:15: note: byref variable will be forcibly initialized unsigned int sleep_accel = 0; ^~~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:104:15: note: byref variable will be forcibly initialized unsigned int sleep_temp = 0; ^~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:102:34: note: byref variable will be forcibly initialized struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15706:19: note: byref variable will be forcibly initialized u32 val, offset, start, ver_offset; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15706:11: note: byref variable will be forcibly initialized u32 val, offset, start, ver_offset; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15706:6: note: byref variable will be forcibly initialized u32 val, offset, start, ver_offset; ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_write_scale': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:233:34: note: byref variable will be forcibly initialized struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_write_odr': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:317:34: note: byref variable will be forcibly initialized struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_write_offset': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:445:20: note: byref variable will be forcibly initialized unsigned int reg, regval; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_read_mgmtfw_ver': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15863:10: note: byref variable will be forcibly initialized __be32 v; ^ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15829:19: note: byref variable will be forcibly initialized u32 val, offset, start; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15829:11: note: byref variable will be forcibly initialized u32 val, offset, start; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15829:6: note: byref variable will be forcibly initialized u32 val, offset, start; ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_read_sensor': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:153:34: note: byref variable will be forcibly initialized struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_read_raw': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:546:10: note: byref variable will be forcibly initialized int16_t data; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_read_fw_ver': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:15947:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_parse_fifo': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:756:35: note: byref variable will be forcibly initialized struct inv_icm42600_accel_buffer buffer; ^~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:754:15: note: byref variable will be forcibly initialized unsigned int odr; ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:753:16: note: byref variable will be forcibly initialized const int8_t *temp; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:752:29: note: byref variable will be forcibly initialized const void *accel, *gyro, *timestamp; ^~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:752:22: note: byref variable will be forcibly initialized const void *accel, *gyro, *timestamp; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:752:14: note: byref variable will be forcibly initialized const void *accel, *gyro, *timestamp; ^~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_get_invariants': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:16471:8: note: byref variable will be forcibly initialized u32 pm_reg; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:16398:7: note: byref variable will be forcibly initialized u16 lnkctl; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:16142:6: note: byref variable will be forcibly initialized u16 pci_cmd; ^~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:16141:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:16140:6: note: byref variable will be forcibly initialized u32 pci_state_reg, grc_misc_cfg; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:16139:6: note: byref variable will be forcibly initialized u32 misc_ctrl_reg; ^~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_get_device_address': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:16921:10: note: byref variable will be forcibly initialized u32 hi, lo, mac_offset; ^~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:16921:6: note: byref variable will be forcibly initialized u32 hi, lo, mac_offset; ^~ /kisskb/src/drivers/net/ethernet/broadcom/tg3.c: In function 'tg3_init_one': /kisskb/src/drivers/net/ethernet/broadcom/tg3.c:17561:7: note: byref variable will be forcibly initialized char str[40]; ^~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_poll_for_flush_complete': /kisskb/src/drivers/scsi/ips.c:4621:13: note: byref variable will be forcibly initialized IPS_STATUS cstatus; ^~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_reqsen': /kisskb/src/drivers/scsi/ips.c:4188:18: note: byref variable will be forcibly initialized IPS_SCSI_REQSEN reqsen; ^~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_send_cmd': /kisskb/src/drivers/scsi/ips.c:3507:24: note: byref variable will be forcibly initialized IPS_SCSI_INQ_DATA inquiry; ^~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_inquiry': /kisskb/src/drivers/scsi/ips.c:4032:20: note: byref variable will be forcibly initialized IPS_SCSI_INQ_DATA inquiry; ^~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_msense': /kisskb/src/drivers/scsi/ips.c:4100:26: note: byref variable will be forcibly initialized IPS_SCSI_MODE_PAGE_DATA mdata; ^~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_rdcap': /kisskb/src/drivers/scsi/ips.c:4067:20: note: byref variable will be forcibly initialized IPS_SCSI_CAPACITY cap; ^~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_fix_ffdc_time': /kisskb/src/drivers/scsi/ips.c:5990:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_alloc_passthru_buffer': /kisskb/src/drivers/scsi/ips.c:1531:13: note: byref variable will be forcibly initialized dma_addr_t dma_busaddr; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_flush_and_reset': /kisskb/src/drivers/scsi/ips.c:4565:13: note: byref variable will be forcibly initialized dma_addr_t command_dma; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_allocatescbs': /kisskb/src/drivers/scsi/ips.c:4312:26: note: byref variable will be forcibly initialized dma_addr_t command_dma, sg_dma; ^~~~~~ /kisskb/src/drivers/scsi/ips.c:4312:13: note: byref variable will be forcibly initialized dma_addr_t command_dma, sg_dma; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_map_status': /kisskb/src/drivers/scsi/ips.c:3255:20: note: byref variable will be forcibly initialized IPS_SCSI_INQ_DATA inquiryData; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_chkstatus': /kisskb/src/drivers/scsi/ips.c:3844:20: note: byref variable will be forcibly initialized IPS_SCSI_INQ_DATA inquiryData; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_intr_copperhead': /kisskb/src/drivers/scsi/ips.c:1274:13: note: byref variable will be forcibly initialized IPS_STATUS cstatus; ^~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_intr_morpheus': /kisskb/src/drivers/scsi/ips.c:1338:13: note: byref variable will be forcibly initialized IPS_STATUS cstatus; ^~~~~~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_set_user_power_cap': /kisskb/src/drivers/hwmon/occ/common.c:186:5: note: byref variable will be forcibly initialized u8 cmd[8]; ^~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_poll': /kisskb/src/drivers/hwmon/occ/common.c:136:5: note: byref variable will be forcibly initialized u8 cmd[8]; ^~~ /kisskb/src/drivers/pps/clients/pps_parport.c: In function 'parport_attach': /kisskb/src/drivers/pps/clients/pps_parport.c:125:19: note: byref variable will be forcibly initialized struct pardev_cb pps_client_cb; ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_store_caps_user': /kisskb/src/drivers/hwmon/occ/common.c:701:21: note: byref variable will be forcibly initialized unsigned long long value; ^~~~~ In file included from /kisskb/src/drivers/pps/clients/pps_parport.c:23: /kisskb/src/drivers/pps/clients/pps_parport.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:30: note: byref variable will be forcibly initialized struct system_time_snapshot snap; ^~~~ /kisskb/src/drivers/pps/clients/pps_parport.c: In function 'parport_irq': /kisskb/src/drivers/pps/clients/pps_parport.c:55:35: note: byref variable will be forcibly initialized struct pps_event_time ts_assert, ts_clear; ^~~~~~~~ /kisskb/src/drivers/pps/clients/pps_parport.c:55:24: note: byref variable will be forcibly initialized struct pps_event_time ts_assert, ts_clear; ^~~~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_reset_morpheus': /kisskb/src/drivers/scsi/ips.c:5099:10: note: byref variable will be forcibly initialized uint8_t junk; ^~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_init_phase1': /kisskb/src/drivers/scsi/ips.c:6845:13: note: byref variable will be forcibly initialized dma_addr_t dma_address; ^~~~~~~~~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_check_whoami': /kisskb/src/drivers/iio/humidity/hts221_core.c:129:11: note: byref variable will be forcibly initialized int err, data; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function '__xfs_inobt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:97:19: note: byref variable will be forcibly initialized xfs_alloc_arg_t args; /* block allocation args */ ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_parse_rh_caldata': /kisskb/src/drivers/iio/humidity/hts221_core.c:305:9: note: byref variable will be forcibly initialized __le16 val; ^~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:303:27: note: byref variable will be forcibly initialized int err, *slope, *b_gen, data; ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_parse_temp_caldata': /kisskb/src/drivers/iio/humidity/hts221_core.c:262:9: note: byref variable will be forcibly initialized __le16 val; ^~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:260:33: note: byref variable will be forcibly initialized int err, *slope, *b_gen, cal0, cal1; ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:260:27: note: byref variable will be forcibly initialized int err, *slope, *b_gen, cal0, cal1; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_finobt_read_blocks': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:712:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_read_oneshot': /kisskb/src/drivers/iio/humidity/hts221_core.c:400:9: note: byref variable will be forcibly initialized __le16 data; ^~~~ /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:564:10: note: byref variable will be forcibly initialized 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:611:13: note: byref variable will be forcibly initialized uint64_t allocbmap; ^~~~~~~~~ /kisskb/src/drivers/scsi/ips.c: In function 'ips_insert_device': /kisskb/src/drivers/scsi/ips.c:6784:6: note: byref variable will be forcibly initialized int index = -1; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_inobt_count_blocks': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:690:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur = NULL; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:689:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp = NULL; ^~~~ /kisskb/src/drivers/iio/dac/ad5686.c: In function 'ad5686_write_dac_powerdown': /kisskb/src/drivers/iio/dac/ad5686.c:70:7: note: byref variable will be forcibly initialized bool readin; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_finobt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:737:16: note: byref variable will be forcibly initialized xfs_extlen_t tree_len = 0; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/edp/edp_connector.c: In function 'edp_connector_get_modes': /kisskb/src/drivers/gpu/drm/msm/edp/edp_connector.c:43:15: note: byref variable will be forcibly initialized struct edid *drm_edid = NULL; ^~~~~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-packets.c: In function 'iforce_control_playback': /kisskb/src/drivers/input/joystick/iforce/iforce-packets.c:90:16: note: byref variable will be forcibly initialized unsigned char data[3]; ^~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_getpciinfo_ioctl': /kisskb/src/drivers/scsi/hpsa.c:6365:23: note: byref variable will be forcibly initialized struct hpsa_pci_info pciinfo; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/scsi/hpsa.c:22: /kisskb/src/drivers/scsi/hpsa.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'send_s870': /kisskb/src/drivers/scsi/atp870u.c:729:16: note: byref variable will be forcibly initialized unsigned long l, bttl = 0; ^ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c: In function '_rtl92e_dm_check_rf_ctrl_gpio': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c:1803:8: note: byref variable will be forcibly initialized char *argv[3]; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c: In function '_rtl92e_dm_check_ac_dc_power': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c:264:8: note: byref variable will be forcibly initialized char *argv[] = {(char *)ac_dc_script, DRV_NAME, NULL}; ^~~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'atp870u_intr_handle': /kisskb/src/drivers/scsi/atp870u.c:126:24: note: byref variable will be forcibly initialized unsigned long adrcnt, k; ^ /kisskb/src/drivers/scsi/atp870u.c:126:16: note: byref variable will be forcibly initialized unsigned long adrcnt, k; ^~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c: In function '_rtl92e_dm_check_edca_turbo': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c:1737:7: note: byref variable will be forcibly initialized u8 tmp = AC0_BE; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/hpsa.c:21: /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scsi_do_simple_cmd_core': /kisskb/src/drivers/scsi/hpsa.c:2846:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c: In function '_rtl92e_dm_start_hw_fsync': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c:2232:5: note: byref variable will be forcibly initialized u8 rf_timing = 0x77; ^~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c: In function '_rtl92e_dm_end_hw_fsync': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c:2244:5: note: byref variable will be forcibly initialized u8 rf_timing = 0xaa; ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'decode_sense_data': /kisskb/src/drivers/scsi/hpsa.c:356:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'check_for_unit_attention': /kisskb/src/drivers/scsi/hpsa.c:377:21: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~~ /kisskb/src/drivers/scsi/hpsa.c:377:16: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~ /kisskb/src/drivers/scsi/hpsa.c:377:5: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~~~~~~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'atp885_init': /kisskb/src/drivers/scsi/atp870u.c:1461:16: note: byref variable will be forcibly initialized unsigned char setupdata[2][16]; ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scsi_interpret_error': /kisskb/src/drivers/scsi/hpsa.c:2929:21: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~~ /kisskb/src/drivers/scsi/hpsa.c:2929:16: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~ /kisskb/src/drivers/scsi/hpsa.c:2929:5: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~~~~~~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'tscam': /kisskb/src/drivers/scsi/atp870u.c:1031:38: note: byref variable will be forcibly initialized unsigned short int m, assignid_map, val; ^~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_volume_offline': /kisskb/src/drivers/scsi/hpsa.c:3881:21: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~~ /kisskb/src/drivers/scsi/hpsa.c:3881:16: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~ /kisskb/src/drivers/scsi/hpsa.c:3881:5: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scsi_do_report_luns': /kisskb/src/drivers/scsi/hpsa.c:3744:16: note: byref variable will be forcibly initialized unsigned char scsi3addr[8]; ^~~~~~~~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'atp870_init': /kisskb/src/drivers/scsi/atp870u.c:1321:19: note: byref variable will be forcibly initialized unsigned char k, host_id; ^~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c: In function '_rtl92e_dm_tx_power_tracking_callback_tssi': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c:622:20: note: byref variable will be forcibly initialized struct dcmd_txcmd tx_cmd; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/qla.h:46, from /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:69: /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'perf_trace_qla_log_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/qla.h:17:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(qla_log_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/qla.h:17:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(qla_log_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qla.h:17:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(qla_log_event, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qla.h:46, from /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:69: /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'trace_event_raw_event_qla_log_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/qla.h:17:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(qla_log_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qla.h:17:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(qla_log_event, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/qla.h:46, from /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:69: /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function '__bpf_trace_qla_log_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qla.h:17:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(qla_log_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qla.h:17:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(qla_log_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qla.h:17:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(qla_log_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qla.h:17:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(qla_log_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'qla2xxx_copy_atioqueues': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:564:4: note: byref variable will be forcibly initialized } aq, *aqp; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'qla24xx_soft_reset': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:326:11: note: byref variable will be forcibly initialized uint16_t wd; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'ql_dbg': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2492:7: note: byref variable will be forcibly initialized char pbuf[64]; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2491:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2490:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'ql_dbg_pci': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2529:7: note: byref variable will be forcibly initialized char pbuf[128]; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2527:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'ql_log': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2565:7: note: byref variable will be forcibly initialized char pbuf[128]; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2563:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'qla2300_fw_dump': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:749:9: note: byref variable will be forcibly initialized void *nxt; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'qla24xx_fw_dump': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:1091:11: note: byref variable will be forcibly initialized __be32 *last_chain = NULL; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:1089:9: note: byref variable will be forcibly initialized void *nxt; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'qla25xx_fw_dump': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:1336:11: note: byref variable will be forcibly initialized __be32 *last_chain = NULL; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:1335:9: note: byref variable will be forcibly initialized void *nxt, *nxt_chain; ^~~ /kisskb/src/drivers/scsi/initio.c: In function 'initio_probe_one': /kisskb/src/drivers/scsi/initio.c:2811:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'qla81xx_fw_dump': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:1649:11: note: byref variable will be forcibly initialized __be32 *last_chain = NULL; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:1648:9: note: byref variable will be forcibly initialized void *nxt, *nxt_chain; ^~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_show_dev_msg': /kisskb/src/drivers/scsi/hpsa.c:1228:7: note: byref variable will be forcibly initialized char label[LABEL_SIZE]; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'qla83xx_fw_dump': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:1964:11: note: byref variable will be forcibly initialized __be32 *last_chain = NULL; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:1963:9: note: byref variable will be forcibly initialized void *nxt, *nxt_chain; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'ql_log_pci': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2614:7: note: byref variable will be forcibly initialized char pbuf[128]; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2612:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'ql_log_qp': /kisskb/src/drivers/scsi/hpsa.c: In function 'lunid_show': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2711:7: note: byref variable will be forcibly initialized char pbuf[128]; ^~~~ /kisskb/src/drivers/scsi/hpsa.c:712:16: note: byref variable will be forcibly initialized unsigned char lunid[8]; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2709:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c: In function 'ql_dbg_qp': /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2760:7: note: byref variable will be forcibly initialized char pbuf[128]; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dbg.c:2758:10: note: byref variable will be forcibly initialized va_list va; ^~ In file included from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/hpsa.c:21: /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_find_target_lun': /kisskb/src/drivers/scsi/hpsa.c:1205:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(lun_taken, HPSA_MAX_DEVICES); ^~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scsi_add_entry': /kisskb/src/drivers/scsi/hpsa.c:1287:26: note: byref variable will be forcibly initialized unsigned char addr1[8], addr2[8]; ^~~~~ /kisskb/src/drivers/scsi/hpsa.c:1287:16: note: byref variable will be forcibly initialized unsigned char addr1[8], addr2[8]; ^~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'adjust_hpsa_scsi_table': /kisskb/src/drivers/scsi/hpsa.c:1927:14: note: byref variable will be forcibly initialized int nadded, nremoved; ^~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:1927:6: note: byref variable will be forcibly initialized int nadded, nremoved; ^~~~~~ /kisskb/src/drivers/scsi/hpsa.c:1923:9: note: byref variable will be forcibly initialized int i, entry, device_change, changes = 0; ^~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_update_scsi_devices': /kisskb/src/drivers/scsi/hpsa.c:4416:21: note: byref variable will be forcibly initialized u8 *lunaddrbytes, is_OBDR = 0; ^~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:4346:6: note: byref variable will be forcibly initialized u32 nlocal_logicals = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:4345:6: note: byref variable will be forcibly initialized u32 nlogicals = 0; ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:4344:6: note: byref variable will be forcibly initialized u32 nphysicals = 0; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/scsi/hpsa.c:21: /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scan_start': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:5788:3: note: in expansion of macro 'wait_event' wait_event(h->scan_wait_queue, h->scan_finished); ^~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scsi_ioaccel_raid_map': /kisskb/src/drivers/scsi/hpsa.c:5127:5: note: byref variable will be forcibly initialized u8 cdb[16]; ^~~ /kisskb/src/drivers/scsi/hpsa.c:5122:31: note: byref variable will be forcibly initialized u32 first_group, last_group, current_group; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:5108:6: note: byref variable will be forcibly initialized u32 map_index; ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_enter_performant_mode': /kisskb/src/drivers/scsi/hpsa.c:9326:20: note: byref variable will be forcibly initialized u32 bft2_offset, cfg_base_addr; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:9325:19: note: byref variable will be forcibly initialized u64 cfg_offset, cfg_base_addr_index; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:9325:7: note: byref variable will be forcibly initialized u64 cfg_offset, cfg_base_addr_index; ^~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:9210:6: note: byref variable will be forcibly initialized int bft2[16] = {MIN_IOACCEL2_BFT_ENTRY, 6, 7, 8, 9, 10, 11, 12, ^~~~ /kisskb/src/drivers/scsi/hpsa.c:9207:6: note: byref variable will be forcibly initialized int bft[8] = {5, 6, 8, 10, 12, 20, 28, SG_ENTRIES_IN_CMD + 4}; ^~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_find_cfgtables': /kisskb/src/drivers/scsi/hpsa.c:7648:6: note: byref variable will be forcibly initialized u64 cfg_base_addr_index; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:7647:6: note: byref variable will be forcibly initialized u32 cfg_base_addr; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:7646:6: note: byref variable will be forcibly initialized u64 cfg_offset; ^~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_kdump_hard_reset_controller': /kisskb/src/drivers/scsi/hpsa.c:7302:6: note: byref variable will be forcibly initialized u16 command_register; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:7297:16: note: byref variable will be forcibly initialized unsigned long paddr; ^~~~~ /kisskb/src/drivers/scsi/hpsa.c:7295:6: note: byref variable will be forcibly initialized u64 cfg_base_addr_index; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:7294:6: note: byref variable will be forcibly initialized u32 cfg_base_addr; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:7293:6: note: byref variable will be forcibly initialized u64 cfg_offset; ^~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_message': /kisskb/src/drivers/scsi/hpsa.c:7099:13: note: byref variable will be forcibly initialized dma_addr_t paddr64; ^~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_pci_init': /kisskb/src/drivers/scsi/hpsa.c:7871:7: note: byref variable will be forcibly initialized bool legacy_board; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'path_info_show': /kisskb/src/drivers/scsi/hpsa.c:819:16: note: byref variable will be forcibly initialized unsigned char phys_connector[2]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'host_store_raid_offload_debug': /kisskb/src/drivers/scsi/hpsa.c:482:7: note: byref variable will be forcibly initialized char tmpbuf[10]; ^~~~~~ /kisskb/src/drivers/scsi/hpsa.c:479:6: note: byref variable will be forcibly initialized int debug_level, len; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'host_store_hp_ssd_smart_path_status': /kisskb/src/drivers/scsi/hpsa.c:458:7: note: byref variable will be forcibly initialized char tmpbuf[10]; ^~~~~~ /kisskb/src/drivers/scsi/hpsa.c:455:6: note: byref variable will be forcibly initialized int status, len; ^~~~~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_calibrate': /kisskb/src/drivers/input/gameport/lightning.c:183:6: note: byref variable will be forcibly initialized int cal[4]; ^~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_getdrivver_ioctl': /kisskb/src/drivers/scsi/hpsa.c:6381:28: note: byref variable will be forcibly initialized unsigned char vmaj, vmin, vsubmin; ^~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:6381:22: note: byref variable will be forcibly initialized unsigned char vmaj, vmin, vsubmin; ^~~~ /kisskb/src/drivers/scsi/hpsa.c:6381:16: note: byref variable will be forcibly initialized unsigned char vmaj, vmin, vsubmin; ^~~~ /kisskb/src/drivers/scsi/hpsa.c:6380:17: note: byref variable will be forcibly initialized DriverVer_type DriverVer; ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_ioctl': /kisskb/src/drivers/scsi/hpsa.c:6659:28: note: byref variable will be forcibly initialized BIG_IOCTL_Command_struct ioc; ^~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_add_card': /kisskb/src/drivers/input/gameport/lightning.c:241:6: note: byref variable will be forcibly initialized int cal[4] = { 255, 255, 255, 255 }; ^~~ /kisskb/src/drivers/scsi/hpsa.c:6644:24: note: byref variable will be forcibly initialized IOCTL_Command_struct iocommand; ^~~~~~~~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_exit': /kisskb/src/drivers/input/gameport/lightning.c:312:6: note: byref variable will be forcibly initialized int cal[4] = { 59, 59, 59, 59 }; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/scsi/hpsa.c:21: /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_do_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:3182:3: note: in expansion of macro 'wait_event' wait_event(h->event_sync_wait_queue, ^~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_ioctl32_passthru': /kisskb/src/drivers/scsi/hpsa.c:6274:23: note: byref variable will be forcibly initialized IOCTL_Command_struct arg64; ^~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_ioctl32_big_passthru': /kisskb/src/drivers/scsi/hpsa.c:6305:27: note: byref variable will be forcibly initialized BIG_IOCTL_Command_struct arg64; ^~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_init_one': /kisskb/src/drivers/scsi/hpsa.c:8670:6: note: byref variable will be forcibly initialized u32 board_id; ^~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'complete_scsi_command': /kisskb/src/drivers/scsi/hpsa.c:2573:5: note: byref variable will be forcibly initialized u8 ascq; /* additional sense code qualifier */ ^~~~ /kisskb/src/drivers/scsi/hpsa.c:2572:5: note: byref variable will be forcibly initialized u8 asc; /* additional sense code */ ^~~ /kisskb/src/drivers/scsi/hpsa.c:2571:5: note: byref variable will be forcibly initialized u8 sense_key; ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_eh_device_reset_handler': /kisskb/src/drivers/scsi/hpsa.c:6029:7: note: byref variable will be forcibly initialized char msg[48]; ^~~ /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c: In function 'edp_train_pattern_set_write': /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c:494:5: note: byref variable will be forcibly initialized u8 p = pattern; ^ /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c: In function 'edp_lane_set_write': /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c:470:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/iio/light/as73211.c: In function 'as73211_req_data': /kisskb/src/drivers/iio/light/as73211.c:229:23: note: byref variable will be forcibly initialized union i2c_smbus_data smbus_data; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c: In function 'edp_start_link_train_1': /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c:591:5: note: byref variable will be forcibly initialized u8 link_status[DP_LINK_STATUS_SIZE]; ^~~~~~~~~~~ /kisskb/src/drivers/iio/light/as73211.c: In function 'as73211_trigger_handler': /kisskb/src/drivers/iio/light/as73211.c:582:18: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/iio/light/as73211.c:581:6: note: byref variable will be forcibly initialized u8 addr = as73211_channels[0].address; ^~~~ /kisskb/src/drivers/iio/light/as73211.c:570:4: note: byref variable will be forcibly initialized } scan; ^~~~ /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c: In function 'edp_start_link_train_2': /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c:650:5: note: byref variable will be forcibly initialized u8 link_status[DP_LINK_STATUS_SIZE]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c: In function 'edp_do_link_train': /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c:753:5: note: byref variable will be forcibly initialized u8 values[2]; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c: In function 'edp_ctrl_link_enable': /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c:899:9: note: byref variable will be forcibly initialized u32 m, n; ^ /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c:899:6: note: byref variable will be forcibly initialized u32 m, n; ^ /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c: In function 'edp_ctrl_off_worker': /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c:1038:6: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c: In function 'edp_ctrl_on_worker': /kisskb/src/drivers/gpu/drm/msm/edp/edp_ctrl.c:958:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ 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:30: note: byref variable will be forcibly initialized 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:24: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'myrs_enable_mmio_mbox': /kisskb/src/drivers/scsi/myrs.c:489:13: note: byref variable will be forcibly initialized dma_addr_t mbox_addr; ^~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_temp.c: In function 'inv_icm42600_temp_read_raw': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_temp.c:51:10: note: byref variable will be forcibly initialized int16_t temp; ^~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'DAC960_LP_hw_init': /kisskb/src/drivers/scsi/myrs.c:2974:31: note: byref variable will be forcibly initialized unsigned char status, parm0, parm1; ^~~~~ /kisskb/src/drivers/scsi/myrs.c:2974:24: note: byref variable will be forcibly initialized unsigned char status, parm0, parm1; ^~~~~ /kisskb/src/drivers/scsi/myrs.c:2974:16: note: byref variable will be forcibly initialized unsigned char status, parm0, parm1; ^~~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'DAC960_BA_hw_init': /kisskb/src/drivers/scsi/myrs.c:2756:31: note: byref variable will be forcibly initialized unsigned char status, parm0, parm1; ^~~~~ /kisskb/src/drivers/scsi/myrs.c:2756:24: note: byref variable will be forcibly initialized unsigned char status, parm0, parm1; ^~~~~ /kisskb/src/drivers/scsi/myrs.c:2756:16: note: byref variable will be forcibly initialized unsigned char status, parm0, parm1; ^~~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'DAC960_GEM_hw_init': /kisskb/src/drivers/scsi/myrs.c:2537:31: note: byref variable will be forcibly initialized unsigned char status, parm0, parm1; ^~~~~ /kisskb/src/drivers/scsi/myrs.c:2537:24: note: byref variable will be forcibly initialized unsigned char status, parm0, parm1; ^~~~~ /kisskb/src/drivers/scsi/myrs.c:2537:16: note: byref variable will be forcibly initialized unsigned char status, parm0, parm1; ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/myrs.c:14: /kisskb/src/drivers/scsi/myrs.c: In function 'myrs_exec_cmd': /kisskb/src/drivers/scsi/myrs.c:131:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(complete); ^~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'serial_show': /kisskb/src/drivers/scsi/myrs.c:1302:7: note: byref variable will be forcibly initialized char serial[17]; ^~~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'myrs_get_ldev_info': /kisskb/src/drivers/scsi/myrs.c:225:24: note: byref variable will be forcibly initialized struct myrs_ldev_info ldev_info_orig; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'rebuild_store': /kisskb/src/drivers/scsi/myrs.c:1120:6: note: byref variable will be forcibly initialized int rebuild, ret; ^~~~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'consistency_check_store': /kisskb/src/drivers/scsi/myrs.c:1220:6: note: byref variable will be forcibly initialized int check, ret; ^~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'disable_enclosure_messages_store': /kisskb/src/drivers/scsi/myrs.c:1499:6: note: byref variable will be forcibly initialized int value, ret; ^~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'myrs_mode_sense': /kisskb/src/drivers/scsi/myrs.c:1542:16: note: byref variable will be forcibly initialized unsigned char modes[32], *mode_pg; ^~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'myrs_queuecommand': /kisskb/src/drivers/scsi/myrs.c:1723:14: note: byref variable will be forcibly initialized dma_addr_t hw_sgl_addr; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/myrs.c:1668:14: note: byref variable will be forcibly initialized dma_addr_t dcdb_dma; ^~~~~~~~ /kisskb/src/drivers/scsi/myrs.c:1591:13: note: byref variable will be forcibly initialized dma_addr_t sense_addr; ^~~~~~~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'myrs_get_config': /kisskb/src/drivers/scsi/myrs.c:588:16: note: byref variable will be forcibly initialized unsigned char fw_version[12]; ^~~~~~~~~~ /kisskb/src/drivers/scsi/myrs.c:587:16: note: byref variable will be forcibly initialized unsigned char model[20]; ^~~~~ /kisskb/src/drivers/scsi/myrs.c: In function 'myrs_log_event': /kisskb/src/drivers/scsi/myrs.c:822:16: note: byref variable will be forcibly initialized unsigned char cmd_specific[4]; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/myrs.c:821:16: note: byref variable will be forcibly initialized unsigned char sense_info[4]; ^~~~~~~~~~ /kisskb/src/drivers/scsi/myrs.c:815:16: note: byref variable will be forcibly initialized unsigned char msg_buf[MYRS_LINE_BUFFER_SIZE]; ^~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_util.c: In function 'cfi_qry_present': /kisskb/src/drivers/mtd/chips/cfi_util.c:225:11: note: byref variable will be forcibly initialized map_word qry[3]; ^~~ /kisskb/src/drivers/mtd/chips/cfi_util.c:224:11: note: byref variable will be forcibly initialized map_word val[3]; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla24xx_get_flash_manufacturer': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:520:18: note: byref variable will be forcibly initialized uint32_t faddr, ids = 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/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-serio.c:84:2: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(iforce->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla2xxx_get_flt_info': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:666:17: note: byref variable will be forcibly initialized const uint32_t fcp_prio_cfg1[] = ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:663:17: note: byref variable will be forcibly initialized const uint32_t fcp_prio_cfg0[] = ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:660:17: note: byref variable will be forcibly initialized const uint32_t def_npiv_conf1[] = ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:657:17: note: byref variable will be forcibly initialized const uint32_t def_npiv_conf0[] = ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:654:17: note: byref variable will be forcibly initialized const uint32_t def_fdt[] = ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:652:17: note: byref variable will be forcibly initialized const uint32_t def_nvram1[] = ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:650:17: note: byref variable will be forcibly initialized const uint32_t def_nvram0[] = ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:648:17: note: byref variable will be forcibly initialized const uint32_t def_vpd1[] = ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:646:17: note: byref variable will be forcibly initialized const uint32_t def_vpd0[] = ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:644:17: note: byref variable will be forcibly initialized const uint32_t def_vpd_nvram[] = ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:642:17: note: byref variable will be forcibly initialized const uint32_t def_boot[] = ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:640:17: note: byref variable will be forcibly initialized const uint32_t def_fw[] = ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla2xxx_get_fdt_info': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:955:18: note: byref variable will be forcibly initialized uint8_t man_id, flash_id; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:955:10: note: byref variable will be forcibly initialized uint8_t man_id, flash_id; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla24xx_protect_flash': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:1222:18: note: byref variable will be forcibly initialized uint32_t faddr, dword; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla28xx_write_flash_data': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:2693:24: note: byref variable will be forcibly initialized struct qla_flt_region region; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:2690:13: note: byref variable will be forcibly initialized dma_addr_t sfub_dma; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:2687:13: note: byref variable will be forcibly initialized dma_addr_t optrom_dma; ^~~~~~~~~~ /kisskb/src/drivers/iio/dac/ad5696-i2c.c: In function 'ad5686_i2c_read': /kisskb/src/drivers/iio/dac/ad5696-i2c.c:18:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla24xx_write_flash_data': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:1276:13: note: byref variable will be forcibly initialized dma_addr_t optrom_dma; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla2xxx_get_flash_info': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:1075:11: note: byref variable will be forcibly initialized uint32_t flt_addr; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla2xxx_flash_npiv_conf': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:1155:31: note: byref variable will be forcibly initialized struct fc_vport_identifiers vid; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:1102:25: note: byref variable will be forcibly initialized struct qla_npiv_header hdr; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla2x00_beacon_blink': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:1577:11: note: byref variable will be forcibly initialized uint16_t led_color = 0; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla24xx_beacon_blink': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:1727:11: note: byref variable will be forcibly initialized uint16_t led_color = 0; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla83xx_beacon_blink': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:1782:25: note: byref variable will be forcibly initialized uint32_t led_10_value, led_43_value; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:1782:11: note: byref variable will be forcibly initialized uint32_t led_10_value, led_43_value; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:1781:11: note: byref variable will be forcibly initialized uint16_t orig_led_cfg[6]; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:1780:11: note: byref variable will be forcibly initialized uint16_t led_cfg[6]; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla2x00_write_optrom_data': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:2391:11: note: byref variable will be forcibly initialized uint16_t wd; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:2390:18: note: byref variable will be forcibly initialized uint8_t man_id, flash_id, sec_number, *data; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:2390:10: note: byref variable will be forcibly initialized uint8_t man_id, flash_id, sec_number, *data; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c: In function 'qla25xx_read_optrom_data': /kisskb/src/drivers/scsi/qla2xxx/qla_sup.c:3003:13: note: byref variable will be forcibly initialized dma_addr_t optrom_dma; ^~~~~~~~~~ /kisskb/src/drivers/iio/humidity/hts221_buffer.c: In function 'hts221_trigger_handler_thread': /kisskb/src/drivers/iio/humidity/hts221_buffer.c:55:11: note: byref variable will be forcibly initialized int err, 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/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/msm/msm_drv.h:12, from /kisskb/src/drivers/gpu/drm/msm/disp/mdp_kms.c:8: /kisskb/src/drivers/gpu/drm/msm/disp/mdp_kms.c: In function 'mdp_irq_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp_kms.c:97:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(wait_event, (wait.count <= 0), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_decode_bits': /kisskb/src/drivers/scsi/3w-xxxx.c:257:7: note: byref variable will be forcibly initialized char host[16]; ^~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_allocate_memory': /kisskb/src/drivers/scsi/3w-xxxx.c:832:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_reset_sequence': /kisskb/src/drivers/scsi/3w-xxxx.c:1206:16: note: byref variable will be forcibly initialized unsigned char c = 1; ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/scsi/3w-xxxx.c:199: /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_chrdev_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:989:14: note: in expansion of macro 'wait_event_timeout' 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:879:15: note: byref variable will be forcibly initialized unsigned int data_buffer_length = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:876:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:875:6: note: byref variable will be forcibly initialized int request_id; ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsiop_inquiry_complete': /kisskb/src/drivers/scsi/3w-xxxx.c:1459:16: note: byref variable will be forcibly initialized 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:1654:7: note: byref variable will be forcibly initialized char buff[8]; ^~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsiop_mode_sense_complete': /kisskb/src/drivers/scsi/3w-xxxx.c:1564:16: note: byref variable will be forcibly initialized unsigned char request_buffer[8]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_interrupt': /kisskb/src/drivers/scsi/3w-xxxx.c:1999:6: note: byref variable will be forcibly initialized int request_id; ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsiop_request_sense': /kisskb/src/drivers/scsi/3w-xxxx.c:1783:7: note: byref variable will be forcibly initialized char request_buffer[18]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_aen_queue_event': /kisskb/src/drivers/scsi/3w-9xxx.c:376:7: note: byref variable will be forcibly initialized char host[16]; ^~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsi_queue_lck': /kisskb/src/drivers/scsi/3w-xxxx.c:1924:6: note: byref variable will be forcibly initialized int request_id = 0; ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_aen_read_queue': /kisskb/src/drivers/scsi/3w-9xxx.c:429:14: note: byref variable will be forcibly initialized TW_SG_Entry sglist[1]; ^~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:428:16: note: byref variable will be forcibly initialized unsigned char cdb[TW_MAX_CDB_LEN]; ^~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_scsi_queue_lck': /kisskb/src/drivers/scsi/3w-9xxx.c:1749:6: note: byref variable will be forcibly initialized int request_id, retval; ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_interrupt': /kisskb/src/drivers/scsi/3w-9xxx.c:1216:6: note: byref variable will be forcibly initialized int request_id, error = 0; ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_aen_drain_queue': /kisskb/src/drivers/scsi/3w-9xxx.c:284:14: note: byref variable will be forcibly initialized TW_SG_Entry sglist[1]; ^~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:283:16: note: byref variable will be forcibly initialized unsigned char cdb[TW_MAX_CDB_LEN]; ^~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_check_srl': /kisskb/src/drivers/scsi/3w-9xxx.c:576:6: note: byref variable will be forcibly initialized u32 init_connect_result = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:575:40: note: byref variable will be forcibly initialized unsigned short fw_on_ctlr_branch = 0, fw_on_ctlr_build = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:575:17: note: byref variable will be forcibly initialized unsigned short fw_on_ctlr_branch = 0, fw_on_ctlr_build = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:574:37: note: byref variable will be forcibly initialized unsigned short fw_on_ctlr_srl = 0, fw_on_ctlr_arch_id = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:574:17: note: byref variable will be forcibly initialized unsigned short fw_on_ctlr_srl = 0, fw_on_ctlr_arch_id = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_allocate_memory': /kisskb/src/drivers/scsi/3w-9xxx.c:518:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/scsi/3w-9xxx.c:81: /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_chrdev_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:718:13: note: in expansion of macro 'wait_event_timeout' timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:645:26: note: byref variable will be forcibly initialized TW_Ioctl_Driver_Command driver_command; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:642:6: note: byref variable will be forcibly initialized int request_id = 0; ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:641:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/scsi/3w-9xxx.c:84: /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/pps/pps.c:11: /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_pps_fetch': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:72:10: note: in expansion of macro 'wait_event_interruptible_timeout' err = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:60:9: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(pps->queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_ioctl': /kisskb/src/drivers/pps/pps.c:207:24: note: byref variable will be forcibly initialized struct pps_bind_args bind_args; ^~~~~~~~~ /kisskb/src/drivers/pps/pps.c:177:20: note: byref variable will be forcibly initialized struct pps_fdata fdata; ^~~~~ /kisskb/src/drivers/pps/pps.c:94:21: note: byref variable will be forcibly initialized struct pps_kparams params; ^~~~~~ /kisskb/src/drivers/scsi/wd719x.c: In function 'wd719x_chip_init': /kisskb/src/drivers/scsi/wd719x.c:308:13: note: byref variable will be forcibly initialized const char fwname_risc[] = "wd719x-risc.bin"; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/wd719x.c:307:13: note: byref variable will be forcibly initialized const char fwname_wcs[] = "wd719x-wcs.bin"; ^~~~~~~~~~ /kisskb/src/drivers/scsi/wd719x.c:306:34: note: byref variable will be forcibly initialized const struct firmware *fw_wcs, *fw_risc; ^~~~~~~ /kisskb/src/drivers/scsi/wd719x.c:306:25: note: byref variable will be forcibly initialized const struct firmware *fw_wcs, *fw_risc; ^~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_compat_ioctl': /kisskb/src/drivers/pps/pps.c:259:20: note: byref variable will be forcibly initialized struct pps_fdata fdata; ^~~~~ /kisskb/src/drivers/pps/pps.c:258:27: note: byref variable will be forcibly initialized struct pps_fdata_compat compat; ^~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_lookup_dev': /kisskb/src/drivers/pps/pps.c:434:11: note: byref variable will be forcibly initialized unsigned id; ^~ /kisskb/src/drivers/scsi/wd719x.c: In function 'wd719x_read_eeprom': /kisskb/src/drivers/scsi/wd719x.c:743:30: note: byref variable will be forcibly initialized struct wd719x_eeprom_header header; ^~~~~~ /kisskb/src/drivers/scsi/wd719x.c:741:22: note: byref variable will be forcibly initialized struct eeprom_93cx6 eeprom; ^~~~~~ /kisskb/src/drivers/iio/gyro/mpu3050-core.c: In function 'mpu3050_start_sampling': /kisskb/src/drivers/iio/gyro/mpu3050-core.c:194:9: note: byref variable will be forcibly initialized __be16 raw_val[3]; ^~~~~~~ /kisskb/src/drivers/iio/gyro/mpu3050-core.c: In function 'mpu3050_drdy_trigger_set_state': /kisskb/src/drivers/iio/gyro/mpu3050-core.c:957:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/gyro/mpu3050-core.c: In function 'mpu3050_read_raw': /kisskb/src/drivers/iio/gyro/mpu3050-core.c:269:9: note: byref variable will be forcibly initialized __be16 raw_val; ^~~~~~~ /kisskb/src/drivers/iio/gyro/mpu3050-core.c: In function 'mpu3050_trigger_handler': /kisskb/src/drivers/iio/gyro/mpu3050-core.c:539:11: note: byref variable will be forcibly initialized __be16 fifo_values[5]; ^~~~~~~~~~~ /kisskb/src/drivers/iio/gyro/mpu3050-core.c:499:10: note: byref variable will be forcibly initialized __be16 raw_fifocnt; ^~~~~~~~~~~ /kisskb/src/drivers/iio/gyro/mpu3050-core.c:480:9: note: byref variable will be forcibly initialized __be16 hw_values[8]; ^~~~~~~~~ /kisskb/src/drivers/iio/gyro/mpu3050-core.c: In function 'mpu3050_hw_init': /kisskb/src/drivers/iio/gyro/mpu3050-core.c:799:9: note: byref variable will be forcibly initialized __le64 otp_le; ^~~~~~ /kisskb/src/drivers/iio/gyro/mpu3050-core.c: In function 'mpu3050_irq_thread': /kisskb/src/drivers/iio/gyro/mpu3050-core.c:930:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/gyro/mpu3050-core.c: In function 'mpu3050_common_probe': /kisskb/src/drivers/iio/gyro/mpu3050-core.c:1149:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:68:6: note: byref variable will be forcibly initialized u32 buf[3]; ^~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom_u32': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:91:5: note: byref variable will be forcibly initialized u8 buf[8]; ^~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom_be': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:102:16: note: byref variable will be forcibly initialized __be32 data0, data1; ^~~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c:102:9: note: byref variable will be forcibly initialized __be32 data0, data1; ^~~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_getscom': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:40:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c:39:9: note: byref variable will be forcibly initialized __be64 buf; ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c: In function 'inv_icm42600_buffer_update_watermark': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:209:9: note: byref variable will be forcibly initialized __le16 raw_wm; ^~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:208:7: note: byref variable will be forcibly initialized bool restore; ^~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c: In function 'inv_icm42600_buffer_postdisable': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:381:15: note: byref variable will be forcibly initialized unsigned int sleep_sensor = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:380:15: note: byref variable will be forcibly initialized unsigned int sleep_temp = 0; ^~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:379:34: note: byref variable will be forcibly initialized struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c: In function 'inv_icm42600_buffer_fifo_read': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:454:15: note: byref variable will be forcibly initialized unsigned int odr; ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:453:16: note: byref variable will be forcibly initialized const int8_t *temp; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:452:29: note: byref variable will be forcibly initialized const void *accel, *gyro, *timestamp; ^~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:452:22: note: byref variable will be forcibly initialized const void *accel, *gyro, *timestamp; ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:452:14: note: byref variable will be forcibly initialized const void *accel, *gyro, *timestamp; ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c: In function 'cfi_staa_writev': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:667:22: note: byref variable will be forcibly initialized size_t totlen = 0, thislen; ^~~~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:29: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:32: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c: In function 'map_word_load': /kisskb/src/include/linux/mtd/map.h:323:11: note: byref variable will be forcibly initialized map_word r; ^ /kisskb/src/drivers/iio/dac/max517.c: In function 'max517_resume': /kisskb/src/drivers/iio/dac/max517.c:112:5: note: byref variable will be forcibly initialized u8 outbuf = 0; ^~~~~~ /kisskb/src/drivers/iio/dac/max517.c: In function 'max517_suspend': /kisskb/src/drivers/iio/dac/max517.c:105:5: note: byref variable will be forcibly initialized u8 outbuf = COMMAND_PD; ^~~~~~ /kisskb/src/drivers/iio/dac/max517.c: In function 'max517_set_value': /kisskb/src/drivers/iio/dac/max517.c:48:5: note: byref variable will be forcibly initialized u8 outbuf[2]; ^~~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_completed_bytes': /kisskb/src/drivers/scsi/sd.c:1944:26: note: byref variable will be forcibly initialized u64 start_lba, end_lba, bad_lba; ^~~~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_done': /kisskb/src/drivers/scsi/sd.c:1995:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_print_capacity': /kisskb/src/drivers/scsi/sd.c:2580:22: note: byref variable will be forcibly initialized char cap_str_2[10], cap_str_10[10]; ^~~~~~~~~~ /kisskb/src/drivers/scsi/sd.c:2580:7: note: byref variable will be forcibly initialized char cap_str_2[10], cap_str_10[10]; ^~~~~~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_read_write_protect_flag': /kisskb/src/drivers/scsi/sd.c:2621:24: note: byref variable will be forcibly initialized struct scsi_mode_data data; ^~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_read_cache_type': /kisskb/src/drivers/scsi/sd.c:2685:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/sd.c:2684:24: note: byref variable will be forcibly initialized struct scsi_mode_data data; ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c:7: /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c: In function 'mdp4_crtc_wait_for_flush_done': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c:538:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(dev->vblank[drm_crtc_index(crtc)].queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_pr_command': /kisskb/src/drivers/scsi/sd.c:1784:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_getgeo': /kisskb/src/drivers/scsi/sd.c:1515:6: note: byref variable will be forcibly initialized int diskinfo[4]; ^~~~~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_check_events': /kisskb/src/drivers/scsi/sd.c:1652:25: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr = { 0, }; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c: In function 'mdp4_crtc_cursor_set': /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c:413:11: note: byref variable will be forcibly initialized uint64_t iova; ^~~~ /kisskb/src/drivers/scsi/sd.c: In function 'max_retries_store': /kisskb/src/drivers/scsi/sd.c:550:6: note: byref variable will be forcibly initialized int retries, err; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c: In function 'update_cursor': /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c:367:12: note: byref variable will be forcibly initialized uint64_t iova = mdp4_crtc->cursor.next_iova; ^~~~ /kisskb/src/drivers/scsi/sd.c: In function 'protection_type_store': /kisskb/src/drivers/scsi/sd.c:316:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/scsi/sd.c: In function 'max_write_same_blocks_store': /kisskb/src/drivers/scsi/sd.c:502:16: note: byref variable will be forcibly initialized unsigned long max; ^~~ /kisskb/src/drivers/scsi/sd.c: In function 'manage_start_stop_store': /kisskb/src/drivers/scsi/sd.c:238:7: note: byref variable will be forcibly initialized bool v; ^ /kisskb/src/drivers/scsi/sd.c: In function 'allow_restart_store': /kisskb/src/drivers/scsi/sd.c:264:7: note: byref variable will be forcibly initialized bool v; ^ /kisskb/src/drivers/scsi/sd.c: In function 'sd_read_app_tag_own': /kisskb/src/drivers/scsi/sd.c:2857:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/sd.c:2856:24: note: byref variable will be forcibly initialized struct scsi_mode_data data; ^~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_spinup_disk': /kisskb/src/drivers/scsi/sd.c:2116:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/sd.c:2112:16: note: byref variable will be forcibly initialized unsigned char cmd[10]; ^~~ /kisskb/src/drivers/scsi/sd.c: In function 'read_capacity_10': /kisskb/src/drivers/scsi/sd.c:2404:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/sd.c:2403:16: note: byref variable will be forcibly initialized unsigned char cmd[16]; ^~~ /kisskb/src/drivers/scsi/sd.c: In function 'read_capacity_16': /kisskb/src/drivers/scsi/sd.c:2313:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/sd.c:2312:16: note: byref variable will be forcibly initialized unsigned char cmd[16]; ^~~ /kisskb/src/drivers/scsi/sd.c: In function 'cache_type_store': /kisskb/src/drivers/scsi/sd.c:163:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/sd.c:162:24: note: byref variable will be forcibly initialized struct scsi_mode_data data; ^~~~ /kisskb/src/drivers/scsi/sd.c:160:7: note: byref variable will be forcibly initialized char buffer[64]; ^~~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_sync_cache': /kisskb/src/drivers/scsi/sd.c:1703:17: note: byref variable will be forcibly initialized unsigned char cmd[10] = { 0 }; ^~~ /kisskb/src/drivers/scsi/sd.c:1693:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr my_sshdr; ^~~~~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_start_stop_device': /kisskb/src/drivers/scsi/sd.c:3551:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/sd.c: In function 'sd_suspend_common': /kisskb/src/drivers/scsi/sd.c:3612:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/sd_dif.c: In function 'sd_dif_config_host': /kisskb/src/drivers/scsi/sd_dif.c:32:23: note: byref variable will be forcibly initialized struct blk_integrity bi; ^~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/serio_raw.c:187:12: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(serio_raw->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/serio_raw.c:162:7: note: byref variable will be forcibly initialized char c; ^ /kisskb/src/drivers/pps/kapi.c: In function 'pps_event': /kisskb/src/drivers/pps/kapi.c:164:19: note: byref variable will be forcibly initialized struct pps_ktime ts_real = { .sec = 0, .nsec = 0, .flags = 0 }; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/drivers/edac/edac_mc.c:22: /kisskb/src/drivers/edac/edac_mc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_alloc_dimms': /kisskb/src/drivers/edac/edac_mc.c:310:15: note: byref variable will be forcibly initialized unsigned int pos[EDAC_MAX_LAYERS]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_dump_dimm': /kisskb/src/drivers/edac/edac_mc.c:94:7: note: byref variable will be forcibly initialized char location[80]; ^~~~~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_alloc': /kisskb/src/drivers/edac/edac_mc.c:400:14: note: byref variable will be forcibly initialized void *pvt, *ptr = NULL; ^~~ In file included from /kisskb/src/include/linux/ctype.h:5, from /kisskb/src/drivers/input/joystick/adc-joystick.c:6: /kisskb/src/drivers/input/joystick/adc-joystick.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/drivers/input/joystick/adc-joystick.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/joystick/adc-joystick.c: In function 'adc_joystick_set_axes': /kisskb/src/drivers/input/joystick/adc-joystick.c:111:23: note: byref variable will be forcibly initialized int num_axes, error, i; ^ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:9: /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ 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/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_read_coefficients': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2190:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_sysfs_read_xgmac_stats': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:887:11: note: byref variable will be forcibly initialized uint16_t actual_size; ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_regulator_register': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2436:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_sysfs_write_reset': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:749:13: note: byref variable will be forcibly initialized uint32_t idc_control; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:701:11: note: byref variable will be forcibly initialized uint32_t idc_control; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_mpi_pause_store': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1895:6: note: byref variable will be forcibly initialized int rval = 0; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_beacon_store': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1330:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_set_sensor': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:977:6: note: byref variable will be forcibly initialized s64 val; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_sysfs_write_optrom_ctl': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:367:6: note: byref variable will be forcibly initialized int val, valid; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:366:11: note: byref variable will be forcibly initialized uint32_t size = ha->optrom_size; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:365:11: note: byref variable will be forcibly initialized uint32_t start = 0; ^~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_set_samples': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2048:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_init_debugfs': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2545:7: note: byref variable will be forcibly initialized char name[PMBUS_NAME_SIZE]; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_pci_info_show': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1161:7: note: byref variable will be forcibly initialized char pci_info[30]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_fw_version_show': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1086:7: note: byref variable will be forcibly initialized char fw_str[128]; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla_zio_threshold_store': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1297:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_allow_cna_fw_dump_store': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1743:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_zio_timer_store': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1268:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_zio_store': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1232:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'ql2xexchoffld_store': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:2287:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'ql2xiniexchg_store': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:2324:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_port_speed_store': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1810:8: note: byref variable will be forcibly initialized ulong type, speed; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_thermal_temp_show': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1620:11: note: byref variable will be forcibly initialized uint16_t temp = 0; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_fw_state_show': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1651:11: note: byref variable will be forcibly initialized uint16_t state[6]; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_beacon_config_store': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:1386:11: note: byref variable will be forcibly initialized uint16_t word[4]; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_reset_host_stats': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:2879:13: note: byref variable will be forcibly initialized dma_addr_t stats_dma; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c: In function 'qla2x00_get_fc_host_stats': /kisskb/src/drivers/scsi/qla2xxx/qla_attr.c:2770:13: note: byref variable will be forcibly initialized dma_addr_t stats_dma; ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'store_shost_eh_deadline': /kisskb/src/drivers/scsi/scsi_sysfs.c:337:16: note: byref variable will be forcibly initialized unsigned long deadline, flags; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'check_set': /kisskb/src/drivers/scsi/scsi_sysfs.c:118:8: note: byref variable will be forcibly initialized char *last; ^~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'scsi_scan': /kisskb/src/drivers/scsi/scsi_sysfs.c:136:34: note: byref variable will be forcibly initialized unsigned long long channel, id, lun; ^~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:136:30: note: byref variable will be forcibly initialized unsigned long long channel, id, lun; ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:136:21: note: byref variable will be forcibly initialized unsigned long long channel, id, lun; ^~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:31: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:23: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:15: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:7: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/scsi_sysfs.c:10: /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'scsi_device_dev_release_usercontext': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:488:13: note: in expansion of macro 'rcu_replace_pointer' vpd_pg89 = rcu_replace_pointer(sdev->vpd_pg89, vpd_pg89, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:486:13: note: in expansion of macro 'rcu_replace_pointer' vpd_pg83 = rcu_replace_pointer(sdev->vpd_pg83, vpd_pg83, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:484:13: note: in expansion of macro 'rcu_replace_pointer' vpd_pg80 = rcu_replace_pointer(sdev->vpd_pg80, vpd_pg80, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:482:12: note: in expansion of macro 'rcu_replace_pointer' vpd_pg0 = rcu_replace_pointer(sdev->vpd_pg0, vpd_pg0, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_queue_ramp_up_period': /kisskb/src/drivers/scsi/scsi_sysfs.c:1186:15: note: byref variable will be forcibly initialized unsigned int period; ^~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_eh_timeout': /kisskb/src/drivers/scsi/scsi_sysfs.c:724:15: note: byref variable will be forcibly initialized unsigned int eh_timeout; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_timeout': /kisskb/src/drivers/scsi/scsi_sysfs.c:703:6: note: byref variable will be forcibly initialized int timeout; ^~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_thermal_get_temp': /kisskb/src/drivers/hwmon/hwmon.c:144:7: note: byref variable will be forcibly initialized 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:26: /kisskb/src/drivers/hwmon/hwmon.c: In function 'perf_trace_hwmon_attr_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/cm32181.c: In function 'cm32181_get_lux': /kisskb/src/drivers/iio/light/cm32181.c:311:6: note: byref variable will be forcibly initialized int als_it; ^~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'perf_trace_hwmon_attr_show_string': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:26: /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_show_string': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:26: /kisskb/src/drivers/hwmon/hwmon.c: In function '__bpf_trace_hwmon_attr_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/hwmon/hwmon.c:20: /kisskb/src/drivers/hwmon/hwmon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show': /kisskb/src/drivers/hwmon/hwmon.c:301:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show_string': /kisskb/src/drivers/hwmon/hwmon.c:321:14: note: byref variable will be forcibly initialized const char *s; ^ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_store': /kisskb/src/drivers/hwmon/hwmon.c:340:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_notify_event': /kisskb/src/drivers/hwmon/hwmon.c:626:7: note: byref variable will be forcibly initialized char sattr[MAX_SYSFS_ATTR_NAME_LENGTH]; ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_device_unregister': /kisskb/src/drivers/hwmon/hwmon.c:908:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k3_vid_write_csc': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:1416:6: note: byref variable will be forcibly initialized u32 regval[DISPC_CSC_REGVAL_LEN]; ^~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k2g_vp_write_csc': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:2427:6: note: byref variable will be forcibly initialized u32 regval[DISPC_CSC_REGVAL_LEN]; ^~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k3_vp_write_csc': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:2493:6: note: byref variable will be forcibly initialized u32 regval[DISPC_CSC_REGVAL_LEN]; ^~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k2g_vid_write_csc': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:1393:6: note: byref variable will be forcibly initialized u32 regval[DISPC_CSC_REGVAL_LEN]; ^~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k2g_vp_set_ctm': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:2443:25: note: byref variable will be forcibly initialized struct dispc_csc_coef cpr; ^~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k3_vp_set_ctm': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:2509:25: note: byref variable will be forcibly initialized struct dispc_csc_coef csc; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:7: /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_plane_check': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:1922:30: note: byref variable will be forcibly initialized struct dispc_scaling_params scaling; ^~~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_plane_setup': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:1994:30: note: byref variable will be forcibly initialized struct dispc_scaling_params scale; ^~~~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_read_reg_s16': /kisskb/src/drivers/iio/gyro/itg3200_core.c:60:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c:58:6: note: byref variable will be forcibly initialized s16 out; ^~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_enable_full_scale': /kisskb/src/drivers/iio/gyro/itg3200_core.c:202:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_initial_setup': /kisskb/src/drivers/iio/gyro/itg3200_core.c:220:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_write_raw': /kisskb/src/drivers/iio/gyro/itg3200_core.c:135:5: note: byref variable will be forcibly initialized u8 t; ^ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_read_raw': /kisskb/src/drivers/iio/gyro/itg3200_core.c:89:5: note: byref variable will be forcibly initialized u8 regval; ^~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_resume': /kisskb/src/drivers/iio/dac/max5821.c:282:5: note: byref variable will be forcibly initialized u8 outbuf[2] = { MAX5821_EXTENDED_COMMAND_MODE, ^~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_suspend': /kisskb/src/drivers/iio/dac/max5821.c:272:5: note: byref variable will be forcibly initialized u8 outbuf[2] = { MAX5821_EXTENDED_COMMAND_MODE, ^~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_set_value': /kisskb/src/drivers/iio/dac/max5821.c:215:5: note: byref variable will be forcibly initialized u8 outbuf[2]; ^~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_sync_powerdown_mode': /kisskb/src/drivers/iio/dac/max5821.c:93:5: note: byref variable will be forcibly initialized u8 outbuf[2]; ^~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_get_value': /kisskb/src/drivers/iio/dac/max5821.c:175:5: note: byref variable will be forcibly initialized u8 inbuf[2]; ^~~~~ /kisskb/src/drivers/iio/dac/max5821.c:174:5: note: byref variable will be forcibly initialized u8 outbuf[1]; ^~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_write_dac_powerdown': /kisskb/src/drivers/iio/dac/max5821.c:116:7: note: byref variable will be forcibly initialized bool powerdown; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_insert_node': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:500:16: note: byref variable will be forcibly initialized int i, pos, nr_entries; ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:500:11: note: byref variable will be forcibly initialized int i, pos, nr_entries; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:499:24: note: byref variable will be forcibly initialized struct xfs_iext_node *node, *new; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_remove_node': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:729:19: note: byref variable will be forcibly initialized int level = 2, pos, nr_entries, i; ^~~ /kisskb/src/drivers/memstick/core/memstick.c: In function 'h_memstick_read_dev_id': /kisskb/src/drivers/memstick/core/memstick.c:326:24: note: byref variable will be forcibly initialized struct ms_id_register id_reg; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_insert': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:634:8: note: byref variable will be forcibly initialized int nr_entries, i; ^~~~~~~~~~ /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:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec old; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_irq.c: In function 'mdp4_irq_error_handler': /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_irq.c:30:22: note: byref variable will be forcibly initialized struct drm_printer p = drm_info_printer(mdp4_kms->dev->dev); ^ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:37: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'map_word_ff': /kisskb/src/include/linux/mtd/map.h:375:11: note: byref variable will be forcibly initialized map_word r; ^ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'chip_ready': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:822:12: note: byref variable will be forcibly initialized map_word ready = CMD(CFI_SR_DRB); ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:819:14: note: byref variable will be forcibly initialized map_word d, t; ^ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:819:11: note: byref variable will be forcibly initialized map_word d, t; ^ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'chip_good': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:862:12: note: byref variable will be forcibly initialized map_word ready = CMD(CFI_SR_DRB); ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:859:17: note: byref variable will be forcibly initialized map_word oldd, curd; ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:859:11: note: byref variable will be forcibly initialized map_word oldd, curd; ^~~~ /kisskb/src/drivers/input/joystick/adi.c: In function 'adi_init_input': /kisskb/src/drivers/input/joystick/adi.c:388:7: note: byref variable will be forcibly initialized char buf[ADI_MAX_NAME_LENGTH]; ^~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:96: /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 #define FWH_XXLOCK_ONEBLOCK_UNLOCK ((struct fwh_xxlock_thunk){ FWH_UNLOCKED, FL_UNLOCKING}) ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:96:12: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_UNLOCK' (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 #define FWH_XXLOCK_ONEBLOCK_LOCK ((struct fwh_xxlock_thunk){ FWH_DENY_WRITE, FL_LOCKING}) ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:85:12: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_LOCK' (void *)&FWH_XXLOCK_ONEBLOCK_LOCK); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:23: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_buffer_wait': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1965:22: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_oneword_once': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1685:22: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_oneword_retry': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1764:11: note: byref variable will be forcibly initialized map_word oldd; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c: In function 'mdp4_kms_init': /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c:407:13: note: byref variable will be forcibly initialized u32 major, minor; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c:407:6: note: byref variable will be forcibly initialized u32 major, minor; ^~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:37: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'map_word_load': /kisskb/src/include/linux/mtd/map.h:323:11: note: byref variable will be forcibly initialized map_word r; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_dfs.c: In function 'qla2x00_dfs_tgt_port_database_show': /kisskb/src/drivers/scsi/qla2xxx/qla_dfs.c:185:11: note: byref variable will be forcibly initialized uint16_t entries, loop_id; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dfs.c:182:12: note: byref variable will be forcibly initialized fc_port_t fc_port; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dfs.c:181:13: note: byref variable will be forcibly initialized dma_addr_t gid_list_dma; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_dfs.c: In function 'qla_dfs_fw_resource_cnt_show': /kisskb/src/drivers/scsi/qla2xxx/qla_dfs.c:235:11: note: byref variable will be forcibly initialized uint16_t mb[MAX_IOCB_MB_REG]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_dfs.c: In function 'qla2x00_dfs_create_rport': /kisskb/src/drivers/scsi/qla2xxx/qla_dfs.c:108:7: note: byref variable will be forcibly initialized char wwn[32]; ^~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'cfi_amdstd_write_buffers': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2166:10: note: byref variable will be forcibly initialized size_t retlen_dregs = 0; ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:31: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized 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:292:23: note: byref variable will be forcibly initialized struct cfi_pri_atmel atmel_pri; ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_panic_write_oneword': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2245:11: note: byref variable will be forcibly initialized map_word oldd; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c: In function 'mdp5_ctl_commit': /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c:541:6: note: byref variable will be forcibly initialized u32 flush_id = ctl->id; ^~~~~~~~ /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:1647:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mid.c: In function 'qla24xx_vport_create_req_sanity_check': /kisskb/src/drivers/scsi/qla2xxx/qla_mid.c:466:10: note: byref variable will be forcibly initialized uint8_t port_name[WWN_SIZE]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:12, from /kisskb/src/drivers/scsi/qla2xxx/qla_mid.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_mid.c: In function 'qla24xx_control_vp': /kisskb/src/drivers/scsi/qla2xxx/qla_mid.c:959:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(comp); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c:10: /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c: In function 'mdp5_crtc_wait_for_flush_done': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c:1218:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(dev->vblank[drm_crtc_index(crtc)].queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c: In function 'mdp5_crtc_restore_cursor': /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c:876:18: note: byref variable will be forcibly initialized uint32_t roi_w, roi_h; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c:876:11: note: byref variable will be forcibly initialized uint32_t roi_w, roi_h; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c: In function 'blend_setup': /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c:229:17: note: byref variable will be forcibly initialized enum mdp5_pipe r_stage[STAGE_MAX + 1][MAX_PIPE_STAGE] = { { SSPP_NONE } }; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c:228:17: note: byref variable will be forcibly initialized enum mdp5_pipe stage[STAGE_MAX + 1][MAX_PIPE_STAGE] = { { SSPP_NONE } }; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c: In function 'mdp5_crtc_atomic_check': /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c:696:21: note: byref variable will be forcibly initialized struct plane_state pstates[STAGE_MAX + 1]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c: In function 'mdp5_crtc_cursor_move': /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c:1030:11: note: byref variable will be forcibly initialized uint32_t roi_h; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c:1029:11: note: byref variable will be forcibly initialized uint32_t roi_w; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/memory.h:174, from /kisskb/src/arch/arm64/include/asm/page.h:47, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/edac_device.c: In function 'edac_device_alloc_ctl_info': /kisskb/src/drivers/edac/edac_device.c:65:14: note: byref variable will be forcibly initialized void *pvt, *p; ^ /kisskb/src/drivers/iio/gyro/itg3200_buffer.c: In function 'itg3200_read_all_channels': /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:26:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:25:5: note: byref variable will be forcibly initialized u8 tx = 0x80 | ITG3200_REG_TEMP_OUT_H; ^~ /kisskb/src/drivers/iio/gyro/itg3200_buffer.c: In function 'itg3200_trigger_handler': /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:56:4: note: byref variable will be forcibly initialized } scan; ^~~~ /kisskb/src/drivers/iio/gyro/itg3200_buffer.c: In function 'itg3200_data_rdy_trigger_set_state': /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:87:5: note: byref variable will be forcibly initialized u8 msc; ^~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c: In function 'inv_mpu6050_sensor_set': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c:548:9: note: byref variable will be forcibly initialized __be16 d = cpu_to_be16(val); ^ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c: In function 'inv_mpu6050_sensor_show': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c:562:9: note: byref variable will be forcibly initialized __be16 d; ^ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c: In function 'inv_mpu6050_fifo_rate_store': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c:920:6: note: byref variable will be forcibly initialized int fifo_rate; ^~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c: In function 'inv_check_and_setup_chip': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c:1308:15: note: byref variable will be forcibly initialized unsigned int regval, mask; ^~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_set_u16_val': /kisskb/src/drivers/iio/magnetometer/ak8974.c:222:9: note: byref variable will be forcibly initialized __le16 bulk = cpu_to_le16(val); ^~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_drdy_irq_thread': /kisskb/src/drivers/iio/magnetometer/ak8974.c:407:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_trigmeas': /kisskb/src/drivers/iio/magnetometer/ak8974.c:302:15: note: byref variable will be forcibly initialized unsigned int clear; ^~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_selftest': /kisskb/src/drivers/iio/magnetometer/ak8974.c:429:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_get_u16_val': /kisskb/src/drivers/iio/magnetometer/ak8974.c:210:9: note: byref variable will be forcibly initialized __le16 bulk; ^~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_await_drdy': /kisskb/src/drivers/iio/magnetometer/ak8974.c:339:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_getresult': /kisskb/src/drivers/iio/magnetometer/ak8974.c:369:15: note: byref variable will be forcibly initialized unsigned int src; ^~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_measure_channel': /kisskb/src/drivers/iio/magnetometer/ak8974.c:567:9: note: byref variable will be forcibly initialized __le16 hw_values[3]; ^~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_detect': /kisskb/src/drivers/iio/magnetometer/ak8974.c:535:24: note: byref variable will be forcibly initialized __le16 fab_data1[9], fab_data2[3]; ^~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c:535:10: note: byref variable will be forcibly initialized __le16 fab_data1[9], fab_data2[3]; ^~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c:492:6: note: byref variable will be forcibly initialized u16 sn; ^~ /kisskb/src/drivers/iio/magnetometer/ak8974.c:491:15: note: byref variable will be forcibly initialized unsigned int fw; ^~ /kisskb/src/drivers/iio/magnetometer/ak8974.c:488:15: note: byref variable will be forcibly initialized unsigned int whoami; ^~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'h_mspro_block_setup_cmd': /kisskb/src/drivers/memstick/core/mspro_block.c:674:30: note: byref variable will be forcibly initialized struct mspro_param_register param = { ^~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'mspro_block_set_interface': /kisskb/src/drivers/memstick/core/mspro_block.c:873:30: note: byref variable will be forcibly initialized struct mspro_param_register param = { ^~~~~ In file included from /kisskb/src/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 'blk_rq_map_sg': /kisskb/src/include/linux/blkdev.h:1171:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'h_mspro_block_transfer_data': /kisskb/src/drivers/memstick/core/mspro_block.c:578:16: note: byref variable will be forcibly initialized unsigned char t_val = 0; ^~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'mspro_block_attr_show_specfile': /kisskb/src/drivers/memstick/core/mspro_block.c:443:16: note: byref variable will be forcibly initialized char name[9], ext[4]; ^~~ /kisskb/src/drivers/memstick/core/mspro_block.c:443:7: note: byref variable will be forcibly initialized char name[9], ext[4]; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_irq.c: In function 'mdp5_irq_error_handler': /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_irq.c:32:22: note: byref variable will be forcibly initialized struct drm_printer p = drm_info_printer(mdp5_kms->dev->dev); ^ /kisskb/src/drivers/iio/position/iqs624-pos.c: In function 'iqs624_pos_angle_get': /kisskb/src/drivers/iio/position/iqs624-pos.c:115:9: note: byref variable will be forcibly initialized __le16 val_buf; ^~~~~~~ /kisskb/src/drivers/iio/position/iqs624-pos.c: In function 'iqs624_pos_write_event_config': /kisskb/src/drivers/iio/position/iqs624-pos.c:188:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/position/iqs624-pos.c: In function 'iqs624_pos_read_raw': /kisskb/src/drivers/iio/position/iqs624-pos.c:137:15: note: byref variable will be forcibly initialized unsigned int scale = 1; ^~~~~ /kisskb/src/drivers/input/joystick/as5011.c: In function 'as5011_i2c_read': /kisskb/src/drivers/input/joystick/as5011.c:90:17: note: byref variable will be forcibly initialized struct i2c_msg msg_set[2] = { ^~~~~~~ /kisskb/src/drivers/input/joystick/as5011.c: In function 'as5011_i2c_write': /kisskb/src/drivers/input/joystick/as5011.c:74:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/input/joystick/as5011.c:73:10: note: byref variable will be forcibly initialized uint8_t data[2] = { aregaddr, avalue }; ^~~~ /kisskb/src/drivers/input/joystick/as5011.c: In function 'as5011_axis_interrupt': /kisskb/src/drivers/input/joystick/as5011.c:129:17: note: byref variable will be forcibly initialized signed char x, y; ^ /kisskb/src/drivers/input/joystick/as5011.c:129:14: note: byref variable will be forcibly initialized signed char x, y; ^ /kisskb/src/drivers/input/joystick/as5011.c: In function 'as5011_configure_chip': /kisskb/src/drivers/input/joystick/as5011.c:152:14: note: byref variable will be forcibly initialized signed char value; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c: In function 'mdp5_init': /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c:831:13: note: byref variable will be forcibly initialized u32 major, minor; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c:831:6: note: byref variable will be forcibly initialized u32 major, minor; ^~~~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/w83627hf.c:1097:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'pwm_freq_store': /kisskb/src/drivers/hwmon/w83627hf.c:1140:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/w83627hf.c:1049:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'beep_store': /kisskb/src/drivers/hwmon/w83627hf.c:916:16: note: byref variable will be forcibly initialized unsigned long bit; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c: In function 'smp_show': /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c:239:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(m); ^ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'temp_type_store': /kisskb/src/drivers/hwmon/w83627hf.c:1184:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/w83627hf.c:998:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/w83627hf.c:687:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'beep_mask_store': /kisskb/src/drivers/hwmon/w83627hf.c:876:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in0_max_store': /kisskb/src/drivers/hwmon/w83627hf.c:635:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in0_min_store': /kisskb/src/drivers/hwmon/w83627hf.c:605:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/w83627hf.c:817:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'temp_max_hyst_store': /kisskb/src/drivers/hwmon/w83627hf.c:773:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/w83627hf.c:751:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/w83627hf.c:522:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/w83627hf.c:503:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_inode_to_disk_ts': /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:270:20: note: byref variable will be forcibly initialized xfs_timestamp_t ts; ^~ 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_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:6: /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'sensors_w83627hf_init': /kisskb/src/drivers/hwmon/w83627hf.c:1969:27: note: byref variable will be forcibly initialized struct w83627hf_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/w83627hf.c:1968:17: note: byref variable will be forcibly initialized unsigned short address; ^~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_pci.c: In function '_rtl92e_parse_pci_configuration': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_pci.c:19:6: note: byref variable will be forcibly initialized u16 LinkCtrlReg; ^~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_pci.c:18:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_pci.c: In function 'rtl92e_check_adapter': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_pci.c:38:6: note: byref variable will be forcibly initialized u16 IrqLine; ^~~~~~~ /kisskb/src/drivers/iio/light/cm3605.c: In function 'cm3605_get_lux': /kisskb/src/drivers/iio/light/cm3605.c:75:11: note: byref variable will be forcibly initialized int ret, res; ^~~ /kisskb/src/drivers/iio/light/cm3605.c: In function 'cm3605_probe': /kisskb/src/drivers/iio/light/cm3605.c:161:6: note: byref variable will be forcibly initialized u32 rset; ^~~~ /kisskb/src/drivers/iio/light/cm3605.c:160:21: note: byref variable will be forcibly initialized enum iio_chan_type ch_type; ^~~~~~~ /kisskb/src/drivers/input/serio/apbps2.c: In function 'apbps2_of_probe': /kisskb/src/drivers/input/serio/apbps2.c:134:6: note: byref variable will be forcibly initialized u32 freq_hz; ^~~~~~~ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'edac_set_poll_msec': /kisskb/src/drivers/edac/edac_mc_sysfs.c:55:15: note: byref variable will be forcibly initialized unsigned int i; ^ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'mci_sdram_scrub_rate_store': /kisskb/src/drivers/edac/edac_mc_sysfs.c:705:16: note: byref variable will be forcibly initialized unsigned long bandwidth = 0; ^~~~~~~~~ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'edac_create_dimm_object': /kisskb/src/drivers/edac/edac_mc_sysfs.c:643:8: note: byref variable will be forcibly initialized char location[80]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c: In function 'calc_scalex_steps': /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c:566:11: note: byref variable will be forcibly initialized uint32_t phasex_step; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c: In function 'calc_scaley_steps': /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c:589:11: note: byref variable will be forcibly initialized uint32_t phasey_step; ^~~~~~~~~~~ /kisskb/src/drivers/iio/potentiometer/ad5110.c: In function 'store_eeprom_show': /kisskb/src/drivers/iio/potentiometer/ad5110.c:157:6: note: byref variable will be forcibly initialized int val = AD5110_WIPER_POS; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla2x00_process_els': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:280:11: note: byref variable will be forcibly initialized uint16_t nextlid = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla27xx_set_flash_upd_cap': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2226:31: note: byref variable will be forcibly initialized struct qla_flash_update_caps cap; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla27xx_get_flash_upd_cap': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2193:31: note: byref variable will be forcibly initialized struct qla_flash_update_caps cap; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla81xx_reset_loopback_mode': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:592:11: note: byref variable will be forcibly initialized uint16_t new_config[4]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c: In function 'mdp5_plane_atomic_check_with_state': /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c:273:25: note: byref variable will be forcibly initialized struct mdp5_hw_pipe *new_right_hwpipe = NULL; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c:272:25: note: byref variable will be forcibly initialized struct mdp5_hw_pipe *new_hwpipe = NULL; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla2x00_process_loopback': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:751:13: note: byref variable will be forcibly initialized dma_addr_t rsp_data_dma; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:748:13: note: byref variable will be forcibly initialized dma_addr_t req_data_dma; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:745:22: note: byref variable will be forcibly initialized uint16_t config[4], new_config[4]; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:745:11: note: byref variable will be forcibly initialized uint16_t config[4], new_config[4]; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:744:11: note: byref variable will be forcibly initialized uint16_t response[MAILBOX_REGISTER_COUNT]; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:743:21: note: byref variable will be forcibly initialized struct msg_echo_lb elreq; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla84xx_updatefw': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1020:21: note: byref variable will be forcibly initialized dma_addr_t mn_dma, fw_dma; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1020:13: note: byref variable will be forcibly initialized dma_addr_t mn_dma, fw_dma; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla84xx_mgmt_cmd': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1130:21: note: byref variable will be forcibly initialized dma_addr_t mn_dma, mgmt_dma; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1130:13: note: byref variable will be forcibly initialized dma_addr_t mn_dma, mgmt_dma; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla24xx_iidma': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1328:11: note: byref variable will be forcibly initialized uint16_t mb[MAILBOX_REGISTER_COUNT]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla2x00_update_fru_versions': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1566:13: note: byref variable will be forcibly initialized dma_addr_t sfp_dma; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1562:10: note: byref variable will be forcibly initialized uint8_t bsg[DMA_POOL_SIZE]; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla2x00_write_fru_status': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1668:13: note: byref variable will be forcibly initialized dma_addr_t sfp_dma; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1666:10: note: byref variable will be forcibly initialized uint8_t bsg[DMA_POOL_SIZE]; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla2x00_write_i2c': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1715:13: note: byref variable will be forcibly initialized dma_addr_t sfp_dma; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1713:10: note: byref variable will be forcibly initialized uint8_t bsg[DMA_POOL_SIZE]; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla2x00_read_fru_status': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1617:13: note: byref variable will be forcibly initialized dma_addr_t sfp_dma; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1615:10: note: byref variable will be forcibly initialized uint8_t bsg[DMA_POOL_SIZE]; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla2x00_read_i2c': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1761:13: note: byref variable will be forcibly initialized dma_addr_t sfp_dma; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1759:10: note: byref variable will be forcibly initialized uint8_t bsg[DMA_POOL_SIZE]; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla24xx_process_bidir_cmd': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:1811:11: note: byref variable will be forcibly initialized uint16_t nextlid = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla26xx_serdes_op': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2109:24: note: byref variable will be forcibly initialized struct qla_serdes_reg sr; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla8044_serdes_op': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2151:27: note: byref variable will be forcibly initialized struct qla_serdes_reg_ex sr; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla27xx_get_bbcr_data': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2273:24: note: byref variable will be forcibly initialized uint8_t domain, area, al_pa, state; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2273:18: note: byref variable will be forcibly initialized uint8_t domain, area, al_pa, state; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2273:10: note: byref variable will be forcibly initialized uint8_t domain, area, al_pa, state; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2272:26: note: byref variable will be forcibly initialized uint16_t loop_id, topo, sw_cap; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2272:20: note: byref variable will be forcibly initialized uint16_t loop_id, topo, sw_cap; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2272:11: note: byref variable will be forcibly initialized uint16_t loop_id, topo, sw_cap; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2271:23: note: byref variable will be forcibly initialized struct qla_bbcr_data bbcr; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla2x00_get_priv_stats': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2333:13: note: byref variable will be forcibly initialized dma_addr_t stats_dma; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla2x00_manage_host_stats': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2471:36: note: byref variable will be forcibly initialized struct ql_vnd_mng_host_stats_resp rsp_data; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla2x00_get_host_stats': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2540:32: note: byref variable will be forcibly initialized struct ql_vnd_host_stats_resp rsp_data; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c: In function 'qla2x00_manage_host_port': /kisskb/src/drivers/scsi/qla2xxx/qla_bsg.c:2734:35: note: byref variable will be forcibly initialized struct ql_vnd_mng_host_port_resp rsp_data; ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:14, from /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_rd_32': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:465:16: note: byref variable will be forcibly initialized void __iomem *off; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_wr_32': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:435:16: note: byref variable will be forcibly initialized void __iomem *off; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_read_flash_data': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:2508:11: note: byref variable will be forcibly initialized uint32_t val; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_pinit_from_rom': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:1099:19: note: byref variable will be forcibly initialized unsigned offset, n; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:1095:12: note: byref variable will be forcibly initialized int addr, val; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:1095:6: note: byref variable will be forcibly initialized int addr, val; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_flash_wait_write_finish': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:965:11: note: byref variable will be forcibly initialized uint32_t val = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_flash_set_write_enable': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:985:11: note: byref variable will be forcibly initialized uint32_t val; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_unprotect_flash': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:2528:11: note: byref variable will be forcibly initialized uint32_t val; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_protect_flash': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:2562:11: note: byref variable will be forcibly initialized uint32_t val; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_write_flash_data': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:2641:13: note: byref variable will be forcibly initialized dma_addr_t optrom_dma; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_pci_mem_write_2M': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:1290:32: note: byref variable will be forcibly initialized uint64_t off8, mem_crb, tmpw, word[2] = {0, 0}; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_fw_load_from_flash': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:1395:12: note: byref variable will be forcibly initialized u32 high, low; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:1395:6: note: byref variable will be forcibly initialized u32 high, low; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:1394:6: note: byref variable will be forcibly initialized u64 data; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_fw_load_from_blob': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:1756:9: note: byref variable will be forcibly initialized __le64 data; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_pci_region_offset': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:1602:6: note: byref variable will be forcibly initialized u32 control; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_intr_handler': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:1992:11: note: byref variable will be forcibly initialized uint16_t mb[8]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_msix_default': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:2076:11: note: byref variable will be forcibly initialized uint16_t mb[8]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_poll': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:2171:11: note: byref variable will be forcibly initialized uint16_t mb[8]; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_start_firmware': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:2466:16: note: byref variable will be forcibly initialized uint16_t lnk; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c: In function 'qla82xx_md_collect': /kisskb/src/drivers/scsi/qla2xxx/qla_nx.c:4117:10: note: byref variable will be forcibly initialized __le32 *data_ptr; ^~~~~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:34: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'map_word_ff': /kisskb/src/include/linux/mtd/map.h:375:11: note: byref variable will be forcibly initialized map_word r; ^ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:20: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:24: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/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 #define FWH_XXLOCK_ONEBLOCK_UNLOCK ((struct fwh_xxlock_thunk){ FWH_UNLOCKED, FL_UNLOCKING}) ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:96:12: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_UNLOCK' (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 #define FWH_XXLOCK_ONEBLOCK_LOCK ((struct fwh_xxlock_thunk){ FWH_DENY_WRITE, FL_LOCKING}) ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:85:12: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_LOCK' (void *)&FWH_XXLOCK_ONEBLOCK_LOCK); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:20: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'inval_cache_and_wait_for_operation': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1296:22: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_writev': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1880:21: note: byref variable will be forcibly initialized 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:14: note: byref variable will be forcibly initialized struct kvec vec; ^~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:34: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'map_word_load': /kisskb/src/include/linux/mtd/map.h:323:11: note: byref variable will be forcibly initialized map_word r; ^ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:28: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'ak8975_who_i_am': /kisskb/src/drivers/iio/magnetometer/ak8975.c:422:5: note: byref variable will be forcibly initialized u8 wia_val[2]; ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/iio/magnetometer/ak8975.c:10: /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'wait_conversion_complete_interrupt': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c:634:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(data->data_ready_queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'ak8975_fill_buffer': /kisskb/src/drivers/iio/magnetometer/ak8975.c:800:9: note: byref variable will be forcibly initialized __le16 fval[3]; ^~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'ak8975_read_axis': /kisskb/src/drivers/iio/magnetometer/ak8975.c:687:9: note: byref variable will be forcibly initialized __le16 rval; ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_setup': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:603:22: note: byref variable will be forcibly initialized struct cfi_private *cfi = map->fldrv_priv; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.c:9: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/joystick/cobra.c: In function 'cobra_connect': /kisskb/src/drivers/input/joystick/cobra.c:143:15: note: byref variable will be forcibly initialized unsigned int data[2]; ^~~~ /kisskb/src/drivers/input/joystick/cobra.c: In function 'cobra_poll': /kisskb/src/drivers/input/joystick/cobra.c:98:15: note: byref variable will be forcibly initialized unsigned int data[2]; ^~~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c: In function 'inv_mpu6050_read_fifo': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c:125:6: note: byref variable will be forcibly initialized int int_status; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_pmbus_block_xfer': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:100:5: note: byref variable will be forcibly initialized u8 addr; ^~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:86:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_gpio_dbg_show': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:229:5: note: byref variable will be forcibly initialized u8 write_cmd; ^~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:225:5: note: byref variable will be forcibly initialized u8 read_buf[ADM1266_PMBUS_BLOCK_MAX + 1]; ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_gpio_get': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:166:16: note: byref variable will be forcibly initialized unsigned long pins_status; ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:165:5: note: byref variable will be forcibly initialized u8 read_buf[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_nvmem_read_blackbox': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:353:5: note: byref variable will be forcibly initialized u8 buf[5]; ^~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:352:7: note: byref variable will be forcibly initialized char index; ^~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_gpio_get_multiple': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:191:16: note: byref variable will be forcibly initialized unsigned long status; ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:190:5: note: byref variable will be forcibly initialized u8 read_buf[ADM1266_PMBUS_BLOCK_MAX + 1]; ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_set_rtc': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:433:7: note: byref variable will be forcibly initialized char write_buf[6]; ^~~~~~~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_read_temp': /kisskb/src/drivers/iio/pressure/bmp280-core.c:339:9: note: byref variable will be forcibly initialized __be32 tmp = 0; ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_read_humid': /kisskb/src/drivers/iio/pressure/bmp280-core.c:403:9: note: byref variable will be forcibly initialized __be16 tmp; ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_read_press': /kisskb/src/drivers/iio/pressure/bmp280-core.c:372:9: note: byref variable will be forcibly initialized __be32 tmp = 0; ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_measure': /kisskb/src/drivers/iio/pressure/bmp280-core.c:693:15: note: byref variable will be forcibly initialized unsigned int ctrl; ^~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_read_adc_press': /kisskb/src/drivers/iio/pressure/bmp280-core.c:832:9: note: byref variable will be forcibly initialized __be32 tmp = 0; ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_read_adc_temp': /kisskb/src/drivers/iio/pressure/bmp280-core.c:735:9: note: byref variable will be forcibly initialized __be16 tmp; ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_read_temp': /kisskb/src/drivers/iio/pressure/bmp280-core.c:809:6: note: byref variable will be forcibly initialized s32 adc_temp, comp_temp; ^~~~~~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_read_press': /kisskb/src/drivers/iio/pressure/bmp280-core.c:887:6: note: byref variable will be forcibly initialized s32 adc_press; ^~~~~~~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_read_calib': /kisskb/src/drivers/iio/pressure/bmp280-core.c:756:9: note: byref variable will be forcibly initialized __be16 buf[BMP180_REG_CALIB_COUNT / 2]; ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_read_calib': /kisskb/src/drivers/iio/pressure/bmp280-core.c:160:9: note: byref variable will be forcibly initialized __le16 p_buf[BMP280_COMP_PRESS_REG_COUNT / 2]; ^~~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c:159:9: note: byref variable will be forcibly initialized __le16 t_buf[BMP280_COMP_TEMP_REG_COUNT / 2]; ^~~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c:157:9: note: byref variable will be forcibly initialized __be16 b16; ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c:156:9: note: byref variable will be forcibly initialized __le16 l16; ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c:155:15: note: byref variable will be forcibly initialized unsigned int tmp; ^~~ /kisskb/src/drivers/iio/proximity/isl29501.c: In function 'isl29501_get_scale': /kisskb/src/drivers/iio/proximity/isl29501.c:661:6: note: byref variable will be forcibly initialized u32 current_scale; ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/proximity/isl29501.c: In function 'isl29501_get_inttime': /kisskb/src/drivers/iio/proximity/isl29501.c:735:6: note: byref variable will be forcibly initialized u32 inttime; ^~~~~~~ /kisskb/src/drivers/iio/proximity/isl29501.c: In function 'isl29501_get_freq': /kisskb/src/drivers/iio/proximity/isl29501.c:754:6: note: byref variable will be forcibly initialized int sample_time; ^~~~~~~~~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_common_probe': /kisskb/src/drivers/iio/pressure/bmp280-core.c:996:15: note: byref variable will be forcibly initialized unsigned int chip_id; ^~~~~~~ /kisskb/src/drivers/iio/proximity/isl29501.c: In function 'isl29501_write_ext': /kisskb/src/drivers/iio/proximity/isl29501.c:387:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/proximity/isl29501.c: In function 'isl29501_read_ext': /kisskb/src/drivers/iio/proximity/isl29501.c:266:26: note: byref variable will be forcibly initialized u32 value, gain, coeff, exp; ^~~ /kisskb/src/drivers/iio/proximity/isl29501.c:266:19: note: byref variable will be forcibly initialized u32 value, gain, coeff, exp; ^~~~~ /kisskb/src/drivers/iio/proximity/isl29501.c:266:13: note: byref variable will be forcibly initialized u32 value, gain, coeff, exp; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c: In function '_dpu_core_perf_mode_write': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:428:6: note: byref variable will be forcibly initialized u32 perf_mode = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c: In function '_dpu_core_perf_mode_read': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:462:7: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/drivers/edac/edac_module.c: In function 'edac_set_debug_level': /kisskb/src/drivers/edac/edac_module.c:25:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c:644:2: note: in expansion of macro 'if' if (!wait_event_timeout(usbhid->wait, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c:644:7: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(usbhid->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_pm.c: In function 'rtl92e_resume': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_pm.c:61:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_output_report': /kisskb/src/drivers/hid/usbhid/hid-core.c:943:6: note: byref variable will be forcibly initialized int actual_length, skipped_report_id = 0, ret; ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_parse': /kisskb/src/drivers/hid/usbhid/hid-core.c:984:25: note: byref variable will be forcibly initialized struct hid_descriptor *hdesc; ^~~~~ /kisskb/src/drivers/iio/light/gp2ap002.c: In function 'gp2ap002_get_lux': /kisskb/src/drivers/iio/light/gp2ap002.c:230:11: note: byref variable will be forcibly initialized int ret, res; ^~~ /kisskb/src/drivers/iio/light/gp2ap002.c: In function 'gp2ap002_prox_irq': /kisskb/src/drivers/iio/light/gp2ap002.c:158:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/iio/light/gp2ap002.c: In function 'gp2ap002_probe': /kisskb/src/drivers/iio/light/gp2ap002.c:443:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/iio/light/gp2ap002.c:442:14: note: byref variable will be forcibly initialized const char *compat; ^~~~~~ /kisskb/src/drivers/iio/light/gp2ap002.c:434:21: note: byref variable will be forcibly initialized enum iio_chan_type ch_type; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c: In function 'drm_vram_mm_debugfs': /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c:958:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(m); ^ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_set_leds': /kisskb/src/drivers/hid/usbhid/hid-core.c:826:20: note: byref variable will be forcibly initialized 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:18: note: byref variable will be forcibly initialized unsigned int n, insize = 0; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c: In function 'drm_gem_vram_fill_create_dumb': /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c:509:6: note: byref variable will be forcibly initialized u32 handle; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c: In function '_dpu_crtc_program_lm_output_roi': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c:196:27: note: byref variable will be forcibly initialized struct dpu_hw_mixer_cfg cfg; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c: In function '_dpu_crtc_setup_cp_blocks': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c:546:24: note: byref variable will be forcibly initialized struct dpu_hw_pcc_cfg cfg; ^~~ In file included from /kisskb/src/include/linux/sort.h:5, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c:9: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c: In function '_dpu_crtc_blend_setup_mixer': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c:225:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(fetch_active, SSPP_MAX); ^~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c:221:6: note: byref variable will be forcibly initialized u32 flush_mask; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c: In function 'dpu_crtc_atomic_check': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c:952:24: note: byref variable will be forcibly initialized struct drm_rect dst, clip = crtc_rect; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c:952:19: note: byref variable will be forcibly initialized struct drm_rect dst, clip = crtc_rect; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c:918:32: note: byref variable will be forcibly initialized const struct drm_plane_state *pipe_staged[SSPP_MAX]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c:916:36: note: byref variable will be forcibly initialized struct dpu_multirect_plane_states multirect_plane[DPU_STAGE_MAX * 2]; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:9: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c: In function 'dpu_encoder_helper_wait_event_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:1518:8: note: in expansion of macro 'wait_event_timeout' rc = wait_event_timeout(*(info->wq), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c: In function 'dpu_encoder_setup_display': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:2024:34: note: byref variable will be forcibly initialized struct dpu_enc_phys_init_params phys_params; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c: In function 'dpu_encoder_virt_mode_set': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:1052:22: note: byref variable will be forcibly initialized struct dpu_hw_blk *hw_blk[MAX_CHANNELS_PER_ENC]; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:978:21: note: byref variable will be forcibly initialized struct dpu_hw_blk *hw_lm[MAX_CHANNELS_PER_ENC]; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:977:21: note: byref variable will be forcibly initialized struct dpu_hw_blk *hw_ctl[MAX_CHANNELS_PER_ENC]; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:976:21: note: byref variable will be forcibly initialized struct dpu_hw_blk *hw_pp[MAX_CHANNELS_PER_ENC]; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c: In function '_dpu_encoder_init_debugfs': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:1913:7: note: byref variable will be forcibly initialized char name[DPU_NAME_SIZE]; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c: In function 'dpu_encoder_vsync_event_work_handler': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:1771:10: note: byref variable will be forcibly initialized ktime_t wakeup_time; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c: In function 'dpu_encoder_kickoff': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:1818:10: note: byref variable will be forcibly initialized ktime_t wakeup_time; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c: In function 'dpu_encoder_phys_cmd_is_ongoing_pptx': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c:580:30: note: byref variable will be forcibly initialized struct dpu_hw_pp_vsync_info info; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c: In function 'dpu_encoder_phys_cmd_wait_for_vblank': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c:693:31: note: byref variable will be forcibly initialized struct dpu_encoder_wait_info wait_info; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c: In function '_dpu_encoder_phys_cmd_wait_for_ctl_start': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c:645:31: note: byref variable will be forcibly initialized struct dpu_encoder_wait_info wait_info; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c: In function '_dpu_encoder_phys_cmd_wait_for_idle': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c:234:31: note: byref variable will be forcibly initialized struct dpu_encoder_wait_info wait_info; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_iformat_extents': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:112:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec new; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:110:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c: In function 'dpu_encoder_phys_vid_wait_for_vblank': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c:478:31: note: byref variable will be forcibly initialized struct dpu_encoder_wait_info wait_info; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c: In function '_dpu_format_get_plane_sizes_linear': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c:698:25: note: byref variable will be forcibly initialized uint32_t v_subsample, h_subsample; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c:698:12: note: byref variable will be forcibly initialized uint32_t v_subsample, h_subsample; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/drm/drm_device.h:7, from /kisskb/src/include/drm/drm_drv.h:33, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h:13, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h:11, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c:6: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c: In function 'dpu_encoder_phys_vid_wait_for_commit_done': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c:509:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(phys_enc->pending_kickoff_wq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c: In function 'dpu_format_populate_layout': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c:898:11: note: byref variable will be forcibly initialized uint32_t plane_addr[DPU_MAX_PLANES]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c: In function 'dpu_format_check_modified_format': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c:945:27: note: byref variable will be forcibly initialized struct dpu_hw_fmt_layout layout; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c: In function 'dpu_encoder_phys_vid_setup_timing_engine': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c:244:26: note: byref variable will be forcibly initialized struct drm_display_mode mode; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_iextents_copy': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:550:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:549:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/drivers/input/joystick/db9.c: In function 'db9_attach': /kisskb/src/drivers/input/joystick/db9.c:554:19: note: byref variable will be forcibly initialized struct pardev_cb db9_parport_cb; ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/db9.c: In function 'db9_saturn': /kisskb/src/drivers/input/joystick/db9.c:327:20: note: byref variable will be forcibly initialized unsigned char id, data[60]; ^~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_update_interval': /kisskb/src/drivers/hwmon/w83773g.c:144:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_local_temp': /kisskb/src/drivers/hwmon/w83773g.c:63:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_remote_temp': /kisskb/src/drivers/hwmon/w83773g.c:77:15: note: byref variable will be forcibly initialized unsigned int regval_low; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c:76:15: note: byref variable will be forcibly initialized unsigned int regval_high; ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_fault': /kisskb/src/drivers/hwmon/w83773g.c:94:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_offset': /kisskb/src/drivers/hwmon/w83773g.c:108:15: note: byref variable will be forcibly initialized unsigned int regval_low; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c:107:15: note: byref variable will be forcibly initialized unsigned int regval_high; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c:6: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/magnetometer/mag3110.c: In function 'mag3110_read_raw': /kisskb/src/drivers/iio/magnetometer/mag3110.c:279:9: note: byref variable will be forcibly initialized __be16 buffer[3]; ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1275.c: In function 'adm1275_probe': /kisskb/src/drivers/hwmon/pmbus/adm1275.c:477:6: note: byref variable will be forcibly initialized u32 shunt; ^~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1275.c:468:5: note: byref variable will be forcibly initialized u8 block_buffer[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~~~~ /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c: In function 'lidar_read_byte': /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:122:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c: In function 'lidar_read_measurement': /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:144:9: note: byref variable will be forcibly initialized __be16 value; ^~~~~ /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c: In function 'lidar_read_raw': /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:209:7: note: byref variable will be forcibly initialized u16 reg; ^~~ /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c: In function 'lidar_i2c_xfer': /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:72:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/iio/potentiometer/ds1803.c: In function 'ds1803_read_raw': /kisskb/src/drivers/iio/potentiometer/ds1803.c:64:5: note: byref variable will be forcibly initialized u8 result[ARRAY_SIZE(ds1803_channels)]; ^~~~~~ /kisskb/src/drivers/memstick/host/jmb38x_ms.c: In function 'jmb38x_ms_pmos': /kisskb/src/drivers/memstick/host/jmb38x_ms.c:768:16: note: byref variable will be forcibly initialized unsigned char val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/mtd/chips/gen_probe.c:7: /kisskb/src/drivers/mtd/chips/gen_probe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/mtd/chips/gen_probe.c:8: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'genprobe_ident_chips': /kisskb/src/drivers/mtd/chips/gen_probe.c:61:21: note: byref variable will be forcibly initialized struct cfi_private cfi; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_mbx_reg_test': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:431:20: note: byref variable will be forcibly initialized struct mbx_cmd_32 mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_get_firmware_state': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:347:20: note: byref variable will be forcibly initialized struct mbx_cmd_32 mc; ^~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_set_operation_mode': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:370:15: note: byref variable will be forcibly initialized unsigned int op_reg_val; ^~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_write_event_threshold': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:443:9: note: byref variable will be forcibly initialized __le16 thresh_buf = 0; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_error_entry': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:2689:13: note: byref variable will be forcibly initialized const char func[] = "ERROR-IOCB"; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_abort_iocb_entry': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:2189:13: note: byref variable will be forcibly initialized const char func[] = "ABT_IOCB"; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_ioctl_iosb_entry': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:2212:30: note: byref variable will be forcibly initialized struct qla_mt_iocb_rsp_fx00 fstatus; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:2206:13: note: byref variable will be forcibly initialized const char func[] = "IOSB_IOCB"; ^~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_prox_sensing_handler': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:835:15: note: byref variable will be forcibly initialized unsigned int op_reg_val; ^~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_thresh_event_handler': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:871:27: note: byref variable will be forcibly initialized unsigned int output_val, op_reg_val; ^~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c:871:15: note: byref variable will be forcibly initialized unsigned int output_val, op_reg_val; ^~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c:870:19: note: byref variable will be forcibly initialized u8 op_reg_flags, d0_reg_buf[2]; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_build_scsi_iocbs': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:2999:19: note: byref variable will be forcibly initialized cont_a64_entry_t lcont_pkt; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:2993:16: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_driver_shutdown': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:301:20: note: byref variable will be forcibly initialized struct mbx_cmd_32 mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_init_firmware': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:394:20: note: byref variable will be forcibly initialized struct mbx_cmd_32 mc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_pci_config': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:498:11: note: byref variable will be forcibly initialized uint16_t w; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_init_fw_ready': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:908:11: note: byref variable will be forcibly initialized uint32_t state[5]; ^~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_trigger_handler': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:967:9: note: byref variable will be forcibly initialized int i, out_val, ret; ^~~~~~~ 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/iio/light/gp2ap020a00f.c:34: /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'wait_conversion_complete_irq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c:689:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(data->data_ready_queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_read_output': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:701:5: note: byref variable will be forcibly initialized u8 reg_buf[2]; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_fw_ready': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:1068:11: note: byref variable will be forcibly initialized uint32_t state[5]; ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:12, from /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_configure_all_targets': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:1251:12: note: byref variable will be forcibly initialized LIST_HEAD(new_fcports); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_fw_state_show': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:2084:11: note: byref variable will be forcibly initialized uint32_t state[1]; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_start_scsi': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:3084:18: note: byref variable will be forcibly initialized struct scsi_lun llun; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:3083:25: note: byref variable will be forcibly initialized struct cmd_type_7_fx00 lcmd_pkt; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_tm_iocb': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:3199:18: note: byref variable will be forcibly initialized struct scsi_lun llun; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:3198:29: note: byref variable will be forcibly initialized struct tsk_mgmt_entry_fx00 tm_iocb; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_abort_iocb': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:3225:31: note: byref variable will be forcibly initialized struct abort_iocb_entry_fx00 abt_iocb; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c: In function 'qlafx00_fxdisc_iocb': /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:3366:18: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:3364:21: note: byref variable will be forcibly initialized cont_a64_entry_t lcont_pkt; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:3310:18: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:3308:21: note: byref variable will be forcibly initialized cont_a64_entry_t lcont_pkt; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_mr.c:3247:27: note: byref variable will be forcibly initialized struct fxdisc_entry_fx00 fx_iocb; ^~~~~~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_pwm_mode': /kisskb/src/drivers/hwmon/w83792d.c:701:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83792d.c:624:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_fan_div': /kisskb/src/drivers/hwmon/w83792d.c:459:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83792d.c:415:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_sf2_level': /kisskb/src/drivers/hwmon/w83792d.c:900:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_sf2_point': /kisskb/src/drivers/hwmon/w83792d.c:858:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_thermal_cruise': /kisskb/src/drivers/hwmon/w83792d.c:772:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_tolerance': /kisskb/src/drivers/hwmon/w83792d.c:812:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'intrusion0_alarm_store': /kisskb/src/drivers/hwmon/w83792d.c:737:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_pwmenable': /kisskb/src/drivers/hwmon/w83792d.c:650:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_in_min': /kisskb/src/drivers/hwmon/w83792d.c:377:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83792d.c:389:1: note: in expansion of macro 'store_in_reg' store_in_reg(MIN, min); ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/w83792d.c:377:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83792d.c:390:1: note: in expansion of macro 'store_in_reg' store_in_reg(MAX, max); ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_temp23': /kisskb/src/drivers/hwmon/w83792d.c:546:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_temp1': /kisskb/src/drivers/hwmon/w83792d.c:506:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_aux.c: In function 'inv_mpu_aux_read': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_aux.c:107:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_aux.c: In function 'inv_mpu_aux_write': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_aux.c:164:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function 'dpu_hw_sspp_setup_cdp': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:628:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function 'dpu_hw_sspp_setup_qos_ctrl': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:603:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function 'dpu_hw_sspp_setup_creq_lut': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:586:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function 'dpu_hw_sspp_setup_danger_safe_lut': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:574:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function 'dpu_hw_sspp_setup_pe_config': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:362:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:359:26: note: byref variable will be forcibly initialized u32 lr_pe[4], tb_pe[4], tot_req_pixels[4]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:359:16: note: byref variable will be forcibly initialized u32 lr_pe[4], tb_pe[4], tot_req_pixels[4]; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:359:6: note: byref variable will be forcibly initialized u32 lr_pe[4], tb_pe[4], tot_req_pixels[4]; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function 'dpu_hw_sspp_setup_solidfill': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:559:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function 'dpu_hw_sspp_setup_sourceaddress': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:517:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function '_dpu_hw_sspp_get_scaler3_ver': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:432:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c: In function 'mmc35240_take_measurement': /kisskb/src/drivers/iio/magnetometer/mmc35240.c:264:15: note: byref variable will be forcibly initialized unsigned int reg_status; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function '_dpu_hw_sspp_setup_scaler3': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:417:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function 'dpu_hw_sspp_setup_multirect': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:171:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function 'dpu_hw_sspp_setup_rects': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:450:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c: In function 'mmc35240_read_raw': /kisskb/src/drivers/iio/magnetometer/mmc35240.c:358:9: note: byref variable will be forcibly initialized __le16 buf[3]; ^~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c:357:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function '_sspp_setup_opmode': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:198:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function '_sspp_setup_csc10_opmode': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:219:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c: In function 'mmc35240_init': /kisskb/src/drivers/iio/magnetometer/mmc35240.c:210:5: note: byref variable will be forcibly initialized u8 otp_data[6]; ^~~~~~~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c:209:15: note: byref variable will be forcibly initialized unsigned int reg_id; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function 'dpu_hw_sspp_setup_format': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:246:6: note: byref variable will be forcibly initialized u32 idx; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c:6: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/drm/drm_print.h:32, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c: In function 'dpu_hw_sspp_setup_csc': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:542:6: note: byref variable will be forcibly initialized u32 idx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c: In function 'msm_dss_parse_clock': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c:126:14: note: byref variable will be forcibly initialized const char *clock_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/pci.h:38, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:14, from /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:10: /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_poll_reg': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:662:11: note: byref variable will be forcibly initialized uint32_t value = 0; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_poll_list': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:719:11: note: byref variable will be forcibly initialized uint32_t value; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_rdcrb': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2322:42: note: byref variable will be forcibly initialized uint32_t r_addr, r_stride, loop_cnt, i, r_value; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_check_dma_engine_state': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2817:28: note: byref variable will be forcibly initialized uint32_t dma_eng_num = 0, cmd_sts_and_cntrl = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_poll_wait_for_ready': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:142:11: note: byref variable will be forcibly initialized uint32_t temp = 0; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_poll_flash_status_reg': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:3494:11: note: byref variable will be forcibly initialized uint32_t flash_status; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_read_write_crb_reg': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:131:11: note: byref variable will be forcibly initialized uint32_t value; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_rmw_crb_reg': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:240:11: note: byref variable will be forcibly initialized uint32_t value; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_poll_read_list': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:893:11: note: byref variable will be forcibly initialized uint32_t value; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_lockless_flash_read_u32': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:1034:11: note: byref variable will be forcibly initialized uint32_t u32_word; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_ms_mem_write_128b': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:1125:11: note: byref variable will be forcibly initialized uint32_t agt_ctrl; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_control': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2210:11: note: byref variable will be forcibly initialized uint32_t read_value, opcode, poll_time, addr, index; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_start_pex_dma': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2847:28: note: byref variable will be forcibly initialized uint32_t dma_eng_num = 0, cmd_sts_and_cntrl = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_pex_dma_read': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2909:36: note: byref variable will be forcibly initialized struct qla8044_pex_dma_descriptor dma_desc; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2908:13: note: byref variable will be forcibly initialized dma_addr_t rdmem_dma; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_rdmem': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2345:28: note: byref variable will be forcibly initialized uint32_t r_addr, r_value, r_data; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2345:19: note: byref variable will be forcibly initialized uint32_t r_addr, r_value, r_data; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_l2tag': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2469:22: note: byref variable will be forcibly initialized uint32_t c_value_w, c_value_r; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2467:45: note: byref variable will be forcibly initialized uint32_t i, k, loop_count, t_value, r_cnt, r_value; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_l1cache': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2524:45: note: byref variable will be forcibly initialized uint32_t i, k, loop_count, t_value, r_cnt, r_value; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_rdmux': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2589:59: note: byref variable will be forcibly initialized uint32_t r_addr, s_stride, s_addr, s_value, loop_cnt, i, r_value = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_queue': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2618:21: note: byref variable will be forcibly initialized uint32_t r_stride, r_value, r_cnt, qid = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_pollrd': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2649:36: note: byref variable will be forcibly initialized uint32_t r_addr, s_addr, s_value, r_value, poll_wait, poll_mask; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_rdmux2': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2696:42: note: byref variable will be forcibly initialized uint32_t sel_val1, sel_val2, t_sel_val, data, i; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_pollrdmwr': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2740:42: note: byref variable will be forcibly initialized uint32_t poll_wait, poll_mask, r_value, data; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2740:33: note: byref variable will be forcibly initialized uint32_t poll_wait, poll_mask, r_value, data; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_rddfe': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2996:38: note: byref variable will be forcibly initialized uint32_t addr1, addr2, value, data, temp, wrVal; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_util.c: In function '_dpu_hw_setup_scaler3_lut': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_util.c:102:16: note: byref variable will be forcibly initialized unsigned long lut_flags; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:2996:32: note: byref variable will be forcibly initialized uint32_t addr1, addr2, value, data, temp, wrVal; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_ipmdio_rd_reg': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:165:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_util.c: In function '_dpu_hw_setup_scaler3lite_lut': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_util.c:177:16: note: byref variable will be forcibly initialized unsigned long lut_flags; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_minidump_process_pollwr': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:3168:47: note: byref variable will be forcibly initialized uint32_t addr1, addr2, value1, value2, poll, r_value; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_write_flash_buffer_mode': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:3691:11: note: byref variable will be forcibly initialized uint32_t spi_val; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_read_flash_data': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:511:11: note: byref variable will be forcibly initialized uint32_t u32_word; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_collect_md_data': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:3222:12: note: byref variable will be forcibly initialized uint32_t *data_ptr; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c: In function 'qla8044_intr_handler': /kisskb/src/drivers/scsi/qla2xxx/qla_nx2.c:3889:11: note: byref variable will be forcibly initialized uint16_t mb[8]; ^~ /kisskb/src/drivers/hwmon/pmbus/bpa-rs600.c: In function 'bpa_rs600_probe': /kisskb/src/drivers/hwmon/pmbus/bpa-rs600.c:159:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; ^~~ /kisskb/src/drivers/input/joystick/gf2k.c: In function 'gf2k_connect': /kisskb/src/drivers/input/joystick/gf2k.c:225:16: note: byref variable will be forcibly initialized unsigned char data[GF2K_LENGTH]; ^~~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/w83793.c:335:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/input/joystick/gf2k.c: In function 'gf2k_poll': /kisskb/src/drivers/input/joystick/gf2k.c:192:16: note: byref variable will be forcibly initialized unsigned char data[GF2K_LENGTH]; ^~~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83793.c:490:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83793.c:589:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83793.c:536:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83793.c:382:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf2_temp': /kisskb/src/drivers/hwmon/w83793.c:934:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf2_pwm': /kisskb/src/drivers/hwmon/w83793.c:893:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf_ctrl': /kisskb/src/drivers/hwmon/w83793.c:821:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_temp_mode': /kisskb/src/drivers/hwmon/w83793.c:655:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf_setup': /kisskb/src/drivers/hwmon/w83793.c:720:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_beep_enable': /kisskb/src/drivers/hwmon/w83793.c:415:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_chassis_clear': /kisskb/src/drivers/hwmon/w83793.c:443:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_in': /kisskb/src/drivers/hwmon/w83793.c:982:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/memstick/host/r592.c: In function 'r592_write_fifo_pio': /kisskb/src/drivers/memstick/host/r592.c:331:6: note: byref variable will be forcibly initialized u8 tmp[4] = {0}; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c: In function '_rtl92e_wx_set_promisc_mode': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c:1026:6: note: byref variable will be forcibly initialized u32 info_buf[3]; ^~~~~~~~ /kisskb/src/drivers/memstick/host/r592.c: In function 'r592_read_fifo_pio': /kisskb/src/drivers/memstick/host/r592.c:381:5: note: byref variable will be forcibly initialized u8 tmp[4]; ^~~ /kisskb/src/drivers/memstick/host/r592.c: In function 'r592_transfer_fifo_pio': /kisskb/src/drivers/memstick/host/r592.c:417:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c: In function '_rtl92e_wx_set_encode_ext': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c:887:7: note: byref variable will be forcibly initialized u32 key[4] = {0}; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c:886:12: note: byref variable will be forcibly initialized const u8 zero[ETH_ALEN] = {0}; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c:885:12: note: byref variable will be forcibly initialized const u8 broadcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c: In function '_rtl92e_wx_set_enc': /kisskb/src/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c:663:6: note: byref variable will be forcibly initialized u32 hwkey[4] = {0, 0, 0, 0}; ^~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83795.c:730:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_in': /kisskb/src/drivers/hwmon/w83795.c:1518:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_sf4_temp': /kisskb/src/drivers/hwmon/w83795.c:1301:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_sf4_pwm': /kisskb/src/drivers/hwmon/w83795.c:1265:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_pwm': /kisskb/src/drivers/hwmon/w83795.c:1205:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_pwm_enable': /kisskb/src/drivers/hwmon/w83795.c:1096:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_mode': /kisskb/src/drivers/hwmon/w83795.c:1443:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_fanin': /kisskb/src/drivers/hwmon/w83795.c:1157:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/w83795.c:923:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83795.c:863:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_chassis_clear': /kisskb/src/drivers/hwmon/w83795.c:755:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_src': /kisskb/src/drivers/hwmon/w83795.c:1028:16: note: byref variable will be forcibly initialized unsigned long channel; ^~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83795.c:801:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_dts_ext': /kisskb/src/drivers/hwmon/w83795.c:1402:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83795.c:1341:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/edac/debugfs.c: In function 'edac_create_debugfs_nodes': /kisskb/src/drivers/edac/debugfs.c:58:7: note: byref variable will be forcibly initialized char name[80]; ^~~~ /kisskb/src/drivers/iio/light/lv0104cs.c: In function 'lv0104cs_read_adc': /kisskb/src/drivers/iio/light/lv0104cs.c:146:9: note: byref variable will be forcibly initialized __be16 regval; ^~~~~~ /kisskb/src/drivers/iio/light/lv0104cs.c: In function 'lv0104cs_get_lux': /kisskb/src/drivers/iio/light/lv0104cs.c:164:6: note: byref variable will be forcibly initialized u16 adc_output; ^~~~~~~~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_pres_samp_freq': /kisskb/src/drivers/iio/pressure/dps310.c:259:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_temp_precision': /kisskb/src/drivers/iio/pressure/dps310.c:177:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_pres_precision': /kisskb/src/drivers/iio/pressure/dps310.c:165:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_temp_samp_freq': /kisskb/src/drivers/iio/pressure/dps310.c:271:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_temp_workaround': /kisskb/src/drivers/iio/pressure/dps310.c:688:6: note: byref variable will be forcibly initialized int reg; ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_read_pres_raw': /kisskb/src/drivers/iio/pressure/dps310.c:307:5: note: byref variable will be forcibly initialized u8 val[3]; ^~~ /kisskb/src/drivers/iio/pressure/dps310.c:304:6: note: byref variable will be forcibly initialized int ready; ^~~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_read_temp_ready': /kisskb/src/drivers/iio/pressure/dps310.c:338:5: note: byref variable will be forcibly initialized u8 val[3]; ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_read_temp_raw': /kisskb/src/drivers/iio/pressure/dps310.c:355:6: note: byref variable will be forcibly initialized int ready; ^~~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_coefs': /kisskb/src/drivers/iio/pressure/dps310.c:113:5: note: byref variable will be forcibly initialized u8 coef[18]; ^~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_calculate_pressure': /kisskb/src/drivers/iio/pressure/dps310.c:469:6: note: byref variable will be forcibly initialized int t_ready; ^~~~~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_probe': /kisskb/src/drivers/iio/pressure/dps310.c:725:10: note: byref variable will be forcibly initialized int rc, ready; ^~~~~ /kisskb/src/drivers/iio/pressure/ms5637.c: In function 'ms5637_read_raw': /kisskb/src/drivers/iio/pressure/ms5637.c:59:15: note: byref variable will be forcibly initialized unsigned int pressure; ^~~~~~~~ /kisskb/src/drivers/iio/pressure/ms5637.c:58:6: note: byref variable will be forcibly initialized int temperature; ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag_resv.c: In function 'xfs_ag_resv_init': /kisskb/src/fs/xfs/libxfs/xfs_ag_resv.c:254:17: note: byref variable will be forcibly initialized xfs_extlen_t used; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag_resv.c:253:17: note: byref variable will be forcibly initialized xfs_extlen_t ask; ^~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c: In function 'inv_magn_init': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c:63:10: note: byref variable will be forcibly initialized uint8_t asa[3]; ^~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c:62:10: note: byref variable will be forcibly initialized uint8_t val; ^~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c: In function 'inv_mpu_magn_read': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c:319:9: note: byref variable will be forcibly initialized __be16 data; ^~~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c:318:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_read_xyz': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:432:31: note: byref variable will be forcibly initialized struct bmc150_magn_trim_regs tregs; ^~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:429:9: note: byref variable will be forcibly initialized __le16 values[AXIS_XYZR_MAX]; ^~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_reset_intr': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:776:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_get_odr': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:286:11: note: byref variable will be forcibly initialized int ret, reg_val; ^~~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_set_max_odr': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:328:11: note: byref variable will be forcibly initialized int ret, reg_val, max_odr; ^~~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_read_raw': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:462:6: note: byref variable will be forcibly initialized s32 values[AXIS_XYZ_MAX]; ^~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:461:11: note: byref variable will be forcibly initialized int ret, tmp; ^~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_init': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:694:11: note: byref variable will be forcibly initialized int ret, chip_id; ^~~~~~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_read_samp_freq': /kisskb/src/drivers/iio/proximity/sx9500.c:363:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_read_prox_data': /kisskb/src/drivers/iio/proximity/sx9500.c:269:9: note: byref variable will be forcibly initialized __be16 regval; ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_trigger_handler': /kisskb/src/drivers/iio/proximity/sx9500.c:653:6: note: byref variable will be forcibly initialized int val, bit, ret, i = 0; ^~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_push_events': /kisskb/src/drivers/iio/proximity/sx9500.c:469:15: note: byref variable will be forcibly initialized unsigned int val, chan; ^~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_irq_thread_handler': /kisskb/src/drivers/iio/proximity/sx9500.c:503:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_wait_for_sample': /kisskb/src/drivers/iio/proximity/sx9500.c:291:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/joystick/grip.c: In function 'grip_connect': /kisskb/src/drivers/input/joystick/grip.c:286:15: note: byref variable will be forcibly initialized unsigned int data[GRIP_LENGTH_XT]; ^~~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_init_compensation': /kisskb/src/drivers/iio/proximity/sx9500.c:796:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_init_device': /kisskb/src/drivers/iio/proximity/sx9500.c:827:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/joystick/grip.c: In function 'grip_poll': /kisskb/src/drivers/input/joystick/grip.c:169:15: note: byref variable will be forcibly initialized unsigned int data[GRIP_LENGTH_XT]; ^~~~ /kisskb/src/drivers/hwmon/pmbus/fsp-3y.c: In function 'fsp3y_detect': /kisskb/src/drivers/hwmon/pmbus/fsp-3y.c:207:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/msm_disp_snapshot.c: In function 'disp_devcoredump_read': /kisskb/src/drivers/gpu/drm/msm/disp/msm_disp_snapshot.c:14:21: note: byref variable will be forcibly initialized struct drm_printer p; ^ /kisskb/src/drivers/gpu/drm/msm/disp/msm_disp_snapshot.c:13:28: note: byref variable will be forcibly initialized struct drm_print_iterator iter; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/msm_disp_snapshot_util.c: In function 'msm_disp_capture_atomic_state': /kisskb/src/drivers/gpu/drm/msm/disp/msm_disp_snapshot_util.c:101:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/msm_disp_snapshot_util.c: In function 'msm_disp_snapshot_add_block': /kisskb/src/drivers/gpu/drm/msm/disp/msm_disp_snapshot_util.c:169:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/drivers/gpu/drm/msm/disp/msm_disp_snapshot_util.c:168:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_vbif.c: In function '_dpu_vbif_get_ot_limit': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_vbif.c:105:6: note: byref variable will be forcibly initialized u32 ot_lim = 0; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_vbif.c: In function 'dpu_vbif_clear_errors': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_vbif.c:262:14: note: byref variable will be forcibly initialized u32 i, pnd, src; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_vbif.c:262:9: note: byref variable will be forcibly initialized u32 i, pnd, src; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_vbif.c: In function 'dpu_debugfs_vbif_init': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_vbif.c:295:7: note: byref variable will be forcibly initialized char vbif_name[32]; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c: In function '_dpu_rm_reserve_lms': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c:334:6: note: byref variable will be forcibly initialized int pp_idx[MAX_BLOCKS]; ^~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bgmac.c: In function 'bgmac_chip_reset': /kisskb/src/drivers/net/ethernet/broadcom/bgmac.c:969:8: note: byref variable will be forcibly initialized char buf[4]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bgmac.c:968:6: note: byref variable will be forcibly initialized u8 et_swtype = 0; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/bgmac.c:946:8: note: byref variable will be forcibly initialized char buf[4]; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/bgmac.c:943:6: note: byref variable will be forcibly initialized u8 et_swtype = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c: In function 'dpu_rm_reserve': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c:579:29: note: byref variable will be forcibly initialized struct dpu_rm_requirements reqs; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c: In function '_dpu_plane_set_ot_limit': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c:473:32: note: byref variable will be forcibly initialized struct dpu_vbif_set_ot_params ot_params; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c: In function '_dpu_plane_set_qos_remap': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c:497:33: note: byref variable will be forcibly initialized struct dpu_vbif_set_qos_params qos_params; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/hid/hid-core.c:16: /kisskb/src/drivers/hid/hid-core.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/hid/hid-core.c:17: /kisskb/src/include/linux/overflow.h:287:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c: In function 'dpu_plane_atomic_check': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c:960:18: note: byref variable will be forcibly initialized struct drm_rect src, dst, fb_rect = { 0 }; ^~~ In file included from /kisskb/src/drivers/hid/hid-core.c:17: /kisskb/src/drivers/hid/hid-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c: In function 'dpu_plane_prepare_fb': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c:876:27: note: byref variable will be forcibly initialized struct dpu_hw_fmt_layout layout; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c: In function '_dpu_plane_danger_write': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c:1398:6: note: byref variable will be forcibly initialized int disable_panic; ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_scan_report': /kisskb/src/drivers/hid/hid-core.c:870:18: note: byref variable will be forcibly initialized struct hid_item item; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c: In function '_dpu_plane_danger_read': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c:1364:7: note: byref variable will be forcibly initialized char buf[40]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/memory.h:174, from /kisskb/src/arch/arm64/include/asm/page.h:47, from /kisskb/src/drivers/edac/edac_pci.c:12: /kisskb/src/drivers/edac/edac_pci.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c: In function 'dpu_plane_validate_multirect_v2': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c:746:30: note: byref variable will be forcibly initialized struct drm_rect src[R_MAX], dst[R_MAX]; ^~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c:746:18: note: byref variable will be forcibly initialized struct drm_rect src[R_MAX], dst[R_MAX]; ^~~ /kisskb/src/drivers/edac/edac_pci.c: In function 'edac_pci_alloc_ctl_info': /kisskb/src/drivers/edac/edac_pci.c:35:8: note: byref variable will be forcibly initialized void *p = NULL, *pvt; ^ /kisskb/src/drivers/hid/hid-core.c: In function 'new_id_store': /kisskb/src/drivers/hid/hid-core.c:2149:16: note: byref variable will be forcibly initialized unsigned long driver_data = 0; ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:21: note: byref variable will be forcibly initialized __u32 bus, vendor, product; ^~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:13: note: byref variable will be forcibly initialized __u32 bus, vendor, product; ^~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:8: note: byref variable will be forcibly initialized __u32 bus, vendor, product; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_update': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:81:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_open_report': /kisskb/src/drivers/hid/hid-core.c:1194:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/hid/hid-core.c:1193:18: note: byref variable will be forcibly initialized struct hid_item item; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_delete': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:151:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_insert': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:109:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_range_helper': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2286:25: note: byref variable will be forcibly initialized struct xfs_rmap_irec irec; ^~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_choose_encoder_dpms': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:803:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:203:23: note: byref variable will be forcibly initialized union xfs_btree_rec *rec; ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_choose_crtc_dpms': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:833:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:36: /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_unmap': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:558:27: note: byref variable will be forcibly initialized struct xfs_rmap_irec rtrec; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:495:17: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:494:13: note: byref variable will be forcibly initialized uint64_t offset; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:493:13: note: byref variable will be forcibly initialized uint64_t owner; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:492:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:489:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec ltrec; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_encoder_in_use': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:98:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:769:17: note: byref variable will be forcibly initialized unsigned int flags = 0; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:768:13: note: byref variable will be forcibly initialized uint64_t offset; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:767:13: note: byref variable will be forcibly initialized uint64_t owner; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:766:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:764:9: note: byref variable will be forcibly initialized int have_lt; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:763:9: note: byref variable will be forcibly initialized int have_gt; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:762:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec gtrec; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:761:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec ltrec; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_disable': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:433:34: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_connect': /kisskb/src/drivers/hid/hid-core.c:1938:7: note: byref variable will be forcibly initialized char buf[64] = ""; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_convert': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1006:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1005:16: note: byref variable will be forcibly initialized unsigned int flags = 0; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1001:12: note: byref variable will be forcibly initialized uint64_t offset; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1000:12: note: byref variable will be forcibly initialized uint64_t owner; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:997:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec r[4]; /* neighbor extent entries */ ^ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_set_config': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:525:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c:7: /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c:12: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized struct lpddr_private lpddr; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_force_disable_all': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:1010:24: note: byref variable will be forcibly initialized struct drm_mode_set set = { ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_range': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2306:35: note: byref variable will be forcibly initialized struct xfs_rmap_query_range_info query; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2305:25: note: byref variable will be forcibly initialized union xfs_btree_irec high_brec; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2304:25: note: byref variable will be forcibly initialized union xfs_btree_irec low_brec; ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_find_left_neighbor': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:296:37: note: byref variable will be forcibly initialized struct xfs_find_left_neighbor_info info; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2112:17: note: byref variable will be forcibly initialized unsigned int flags = 0; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2111:13: note: byref variable will be forcibly initialized uint64_t offset; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2110:13: note: byref variable will be forcibly initialized uint64_t owner; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2109:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2107:9: note: byref variable will be forcibly initialized int have_lt; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2106:9: note: byref variable will be forcibly initialized int have_gt; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2105:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec gtrec; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2104:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec ltrec; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map_raw': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2251:24: note: byref variable will be forcibly initialized struct xfs_owner_info oinfo; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_lookup_le_range': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:374:37: note: byref variable will be forcibly initialized struct xfs_find_left_neighbor_info info; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_unmap_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1923:17: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1922:13: note: byref variable will be forcibly initialized uint64_t offset; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1921:13: note: byref variable will be forcibly initialized uint64_t owner; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1920:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1917:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec ltrec; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_convert_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1502:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1501:16: note: byref variable will be forcibly initialized unsigned int flags = 0; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1497:12: note: byref variable will be forcibly initialized uint64_t offset; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1496:12: note: byref variable will be forcibly initialized uint64_t owner; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1493:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec r[4]; /* neighbor extent entries */ ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_all': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2323:35: note: byref variable will be forcibly initialized struct xfs_rmap_query_range_info query; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2371:25: note: byref variable will be forcibly initialized struct xfs_owner_info oinfo; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2369:20: note: byref variable will be forcibly initialized struct xfs_buf *agbp = NULL; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_alloc_extent': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2570:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec bmap; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_free_extent': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2592:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec bmap; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_has_record': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2642:23: note: byref variable will be forcibly initialized union xfs_btree_irec high; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2641:23: note: byref variable will be forcibly initialized union xfs_btree_irec low; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_record_exists': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2671:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec irec; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2670:9: note: byref variable will be forcibly initialized int has_record; ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2669:17: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2668:13: note: byref variable will be forcibly initialized uint64_t offset; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2667:13: note: byref variable will be forcibly initialized 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:2735:28: note: byref variable will be forcibly initialized struct xfs_rmap_key_state rks; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2734:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec high; ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '_dpu_danger_signal_status': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:58:32: note: byref variable will be forcibly initialized struct dpu_danger_safe_status status; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'dpu_kms_vsync_time': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:341:11: note: byref variable will be forcibly initialized ktime_t vsync_time; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '_dpu_kms_initialize_dsi': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:474:26: note: byref variable will be forcibly initialized struct msm_display_info info; ^~~~ /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c: In function 'hmc5843_init': /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c:574:5: note: byref variable will be forcibly initialized u8 id[3]; ^~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '_dpu_kms_initialize_displayport': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:546:26: note: byref variable will be forcibly initialized struct msm_display_info info; ^~~~ /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c: In function 'hmc5843_show_measurement_configuration': /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c:211:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c: In function 'hmc5843_wait_measurement': /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c:151:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c: In function 'hmc5843_read_measurement': /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c:175:9: note: byref variable will be forcibly initialized __be16 values[3]; ^~~~~~ /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c: In function 'hmc5843_read_raw': /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c:369:15: note: byref variable will be forcibly initialized unsigned int rval; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h:977, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:34: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_perf_set_qos_luts': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_perf_set_danger_luts': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_perf_set_ot': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_ot, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_ot, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_cmd_release_bw': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:94:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_cmd_release_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:94:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_cmd_release_bw, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_perf_crtc_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_irq_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_irq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_irq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_irq_wait_success': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_drm_obj_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:222:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_drm_obj_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:222:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_drm_obj_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_enable': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_enable, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_keyval_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:303:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_keyval_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:303:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_keyval_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_atomic_check_flags': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_atomic_check_flags, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_atomic_check_flags, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_id_enable_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:340:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_id_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:340:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_id_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_frame_done_cb_not_busy': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb_not_busy, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb_not_busy, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_frame_done_cb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:412:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:412:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_trigger_flush': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_ktime_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_ktime_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_ktime_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_id_event_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:482:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_id_event_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:482:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_id_event_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_wait_event_timeout': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_phys_cmd_irq_ctrl': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_phys_cmd_pp_tx_done': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:558:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pp_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:558:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pp_tx_done, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_phys_cmd_pdone_timeout': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_phys_vid_post_kickoff': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:601:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_post_kickoff, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:601:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_post_kickoff, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_phys_vid_irq_ctrl': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:615:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:615:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_crtc_setup_mixer': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_crtc_setup_lm_bounds': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:683:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_lm_bounds, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:683:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_lm_bounds, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_crtc_vblank_enable': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_vblank_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_vblank_enable, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_crtc_enable_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_crtc_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_crtc_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_crtc_disable_frame_pending': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:752:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_disable_frame_pending, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:752:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_disable_frame_pending, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_plane_set_scanout': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:767:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_set_scanout, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:767:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_set_scanout, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_plane_disable': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:793:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_disable, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:793:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_disable, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_rm_iter_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:811:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_rm_iter_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:811:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_rm_iter_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_rm_reserve_lms': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:833:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_rm_reserve_lms, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:833:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_rm_reserve_lms, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_vbif_wait_xin_halt_fail': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:850:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_vbif_wait_xin_halt_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:850:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_vbif_wait_xin_halt_fail, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_pp_connect_ext_te': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:864:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_pp_connect_ext_te, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:864:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_pp_connect_ext_te, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_core_irq_callback_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:878:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_core_irq_callback_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:878:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_core_irq_callback_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_hw_ctl_update_pending_flush': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:918:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_hw_ctl_update_pending_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:918:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_hw_ctl_update_pending_flush, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_hw_ctl_pending_flush_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:933:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_hw_ctl_pending_flush_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:933:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_hw_ctl_pending_flush_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h:977, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:34: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_perf_set_qos_luts': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_perf_set_danger_luts': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_perf_set_ot': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_ot, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_cmd_release_bw': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:94:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_cmd_release_bw, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_perf_crtc_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_irq_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_irq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_irq_wait_success': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_drm_obj_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:222:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_drm_obj_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_enable': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_enable, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_keyval_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:303:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_keyval_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_atomic_check_flags': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_atomic_check_flags, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_id_enable_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:340:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_id_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_frame_done_cb_not_busy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb_not_busy, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_frame_done_cb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:412:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_trigger_flush': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_ktime_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_ktime_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_id_event_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:482:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_id_event_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_wait_event_timeout': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_phys_cmd_irq_ctrl': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_phys_cmd_pp_tx_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:558:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pp_tx_done, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_phys_cmd_pdone_timeout': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_phys_vid_post_kickoff': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:601:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_post_kickoff, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_phys_vid_irq_ctrl': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:615:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_crtc_setup_mixer': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_crtc_setup_lm_bounds': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:683:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_lm_bounds, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_crtc_vblank_enable': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_vblank_enable, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_crtc_enable_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_crtc_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_crtc_disable_frame_pending': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:752:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_disable_frame_pending, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_plane_set_scanout': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:767:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_set_scanout, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_plane_disable': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:793:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_disable, ^~~~~~~~~~~ /kisskb/src/drivers/ssb/main.c: In function 'ssb_fetch_invariants': /kisskb/src/drivers/ssb/main.c:603:29: note: byref variable will be forcibly initialized struct ssb_init_invariants iv; ^~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_rm_iter_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:811:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_rm_iter_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_rm_reserve_lms': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:833:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_rm_reserve_lms, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_vbif_wait_xin_halt_fail': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:850:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_vbif_wait_xin_halt_fail, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_pp_connect_ext_te': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:864:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_pp_connect_ext_te, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_core_irq_callback_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:878:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_core_irq_callback_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_hw_ctl_update_pending_flush': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:918:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_hw_ctl_update_pending_flush, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_hw_ctl_pending_flush_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:933:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_hw_ctl_pending_flush_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ssb/main.c: In function 'ssb_clockspeed': /kisskb/src/drivers/ssb/main.c:943:16: note: byref variable will be forcibly initialized u32 clkctl_n, clkctl_m; ^~~~~~~~ /kisskb/src/drivers/ssb/main.c:943:6: note: byref variable will be forcibly initialized u32 clkctl_n, clkctl_m; ^~~~~~~~ /kisskb/src/drivers/ssb/main.c:942:6: note: byref variable will be forcibly initialized u32 plltype; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h:977, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:34: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_tracing_mark_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tracing_mark_write, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tracing_mark_write, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tracing_mark_write, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h:977, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:34: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_tracing_mark_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tracing_mark_write, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tracing_mark_write, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h:977, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:34: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_trace_counter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_trace_counter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_trace_counter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_trace_counter, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h:977, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:34: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_trace_counter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_trace_counter, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_trace_counter, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h:977, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:34: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_enc_rc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h:977, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:34: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_enc_rc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h:977, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:34: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'perf_trace_dpu_core_perf_update_clk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:901:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_core_perf_update_clk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:901:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_core_perf_update_clk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:901:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_core_perf_update_clk, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h:977, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:34: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function 'trace_event_raw_event_dpu_core_perf_update_clk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:901:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_core_perf_update_clk, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:901:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_core_perf_update_clk, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h:977, from /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c:34: /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_perf_set_qos_luts': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_qos_luts, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_perf_crtc_update': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_crtc_update, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_trigger_flush': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_trigger_flush, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_wait_event_timeout': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:512:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_wait_event_timeout, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_perf_set_danger_luts': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_danger_luts, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_irq_wait_success': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_irq_wait_success, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_rc': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:371:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_rc, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_phys_cmd_pdone_timeout': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:578:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pdone_timeout, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_perf_set_ot': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_ot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_ot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_ot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_ot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_ot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_ot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_ot, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_perf_set_ot, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_phys_cmd_irq_ctrl': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:537:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_phys_cmd_pp_tx_done': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:558:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pp_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:558:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pp_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:558:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pp_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:558:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pp_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:558:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pp_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:558:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pp_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:558:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pp_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:558:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_cmd_pp_tx_done, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_phys_vid_irq_ctrl': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:615:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:615:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:615:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:615:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:615:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:615:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:615:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:615:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_irq_ctrl, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_crtc_vblank_enable': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_vblank_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_vblank_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_vblank_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_vblank_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_vblank_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_vblank_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_vblank_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:700:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_vblank_enable, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_cmd_release_bw': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:94:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_cmd_release_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:94:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_cmd_release_bw, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_drm_obj_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:222:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_drm_obj_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:222:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_drm_obj_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_tracing_mark_write': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tracing_mark_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tracing_mark_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tracing_mark_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tracing_mark_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tracing_mark_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tracing_mark_write, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_trace_counter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_trace_counter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_trace_counter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_trace_counter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_trace_counter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_trace_counter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_trace_counter, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_irq_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_irq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_irq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_irq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_irq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_irq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_irq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_enable': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_enable, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_frame_done_cb_not_busy': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb_not_busy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb_not_busy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb_not_busy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb_not_busy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb_not_busy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb_not_busy, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_frame_done_cb': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:412:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:412:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:412:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:412:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:412:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:412:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_frame_done_cb, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_crtc_setup_lm_bounds': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:683:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_lm_bounds, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:683:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_lm_bounds, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:683:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_lm_bounds, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:683:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_lm_bounds, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:683:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_lm_bounds, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:683:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_lm_bounds, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_crtc_enable_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_crtc_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_crtc_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_crtc_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_crtc_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_crtc_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_crtc_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_plane_set_scanout': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:767:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_set_scanout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:767:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_set_scanout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:767:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_set_scanout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:767:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_set_scanout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:767:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_set_scanout, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:767:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_set_scanout, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_plane_disable': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:793:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_disable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:793:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_disable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:793:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_disable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:793:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_disable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:793:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_disable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:793:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_plane_disable, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_rm_reserve_lms': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:833:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_rm_reserve_lms, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:833:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_rm_reserve_lms, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:833:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_rm_reserve_lms, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:833:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_rm_reserve_lms, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:833:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_rm_reserve_lms, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:833:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_rm_reserve_lms, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_core_perf_update_clk': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:901:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_core_perf_update_clk, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:901:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_core_perf_update_clk, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:901:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_core_perf_update_clk, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:901:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_core_perf_update_clk, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:901:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_core_perf_update_clk, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:901:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_core_perf_update_clk, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_keyval_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:303:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_keyval_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:303:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_keyval_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:303:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_keyval_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:303:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_keyval_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_atomic_check_flags': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_atomic_check_flags, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_atomic_check_flags, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_atomic_check_flags, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:325:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_atomic_check_flags, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_id_enable_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:340:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_id_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:340:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_id_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:340:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_id_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:340:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_id_enable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_ktime_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_ktime_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_ktime_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_ktime_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_enc_ktime_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_id_event_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:482:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_id_event_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:482:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_id_event_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:482:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_id_event_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:482:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_id_event_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_enc_phys_vid_post_kickoff': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:601:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_post_kickoff, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:601:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_post_kickoff, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:601:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_post_kickoff, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:601:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_enc_phys_vid_post_kickoff, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_crtc_disable_frame_pending': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:752:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_disable_frame_pending, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:752:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_disable_frame_pending, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:752:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_disable_frame_pending, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:752:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_disable_frame_pending, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_rm_iter_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:811:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_rm_iter_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:811:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_rm_iter_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:811:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_rm_iter_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:811:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_rm_iter_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_vbif_wait_xin_halt_fail': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:850:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_vbif_wait_xin_halt_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:850:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_vbif_wait_xin_halt_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:850:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_vbif_wait_xin_halt_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:850:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_vbif_wait_xin_halt_fail, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_pp_connect_ext_te': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:864:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_pp_connect_ext_te, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:864:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_pp_connect_ext_te, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:864:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_pp_connect_ext_te, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:864:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_pp_connect_ext_te, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_core_irq_callback_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:878:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_core_irq_callback_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:878:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_core_irq_callback_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:878:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_core_irq_callback_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:878:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_core_irq_callback_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_hw_ctl_update_pending_flush': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:918:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_hw_ctl_update_pending_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:918:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_hw_ctl_update_pending_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:918:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_hw_ctl_update_pending_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:918:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_hw_ctl_update_pending_flush, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_hw_ctl_pending_flush_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:933:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_hw_ctl_pending_flush_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:933:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_hw_ctl_pending_flush_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:933:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_hw_ctl_pending_flush_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:933:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dpu_hw_ctl_pending_flush_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: In function '__bpf_trace_dpu_crtc_setup_mixer': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/./dpu_trace.h:636:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dpu_crtc_setup_mixer, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/btree.h:225, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:27, from /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:31: /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'btree_lookup32': /kisskb/src/include/linux/btree-type.h:40:16: note: byref variable will be forcibly initialized unsigned long _key = key; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'btree_insert32': /kisskb/src/include/linux/btree-type.h:47:16: note: byref variable will be forcibly initialized unsigned long _key = key; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_build_abts_resp_iocb': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:1785:9: note: byref variable will be forcibly initialized __le32 f_ctl; ^~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_set_samp_freq': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:345:15: note: byref variable will be forcibly initialized unsigned int cycle_count; ^~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_get_samp_freq': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:292:15: note: byref variable will be forcibly initialized unsigned int tmp; ^~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_trigger_handler': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:474:16: note: byref variable will be forcibly initialized unsigned long scan_mask = *indio_dev->active_scan_mask; ^~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_wait_measurement': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:163:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:20: /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_read_mag': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:212:5: note: byref variable will be forcibly initialized u8 buffer[3]; ^~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_common_probe': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:539:15: note: byref variable will be forcibly initialized unsigned int tmp; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_24xx_send_abts_resp': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:1875:9: note: byref variable will be forcibly initialized __le32 f_ctl; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function '__qlt_send_busy': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:5431:12: note: byref variable will be forcibly initialized port_id_t id; ^~ /kisskb/src/drivers/hwmon/ad7414.c: In function 'max_min_store': /kisskb/src/drivers/hwmon/ad7414.c:130:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/input/joystick/grip_mp.c: In function 'mp_io': /kisskb/src/drivers/input/joystick/grip_mp.c:166:6: note: byref variable will be forcibly initialized u8 raw_data; /* raw data from gameport */ ^~~~~~~~ /kisskb/src/drivers/input/joystick/grip_mp.c: In function 'get_and_decode_packet': /kisskb/src/drivers/input/joystick/grip_mp.c:361:6: note: byref variable will be forcibly initialized u32 packet; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_build_ctio_crc2_pkt': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:3081:22: note: byref variable will be forcibly initialized struct qla_tc_param tc; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:3076:12: note: byref variable will be forcibly initialized uint16_t fw_prot_opts = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:3075:14: note: byref variable will be forcibly initialized dma_addr_t crc_ctx_dma; ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/ad7418.c: In function 'temp_store': /kisskb/src/drivers/hwmon/ad7418.c:163:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/input/joystick/grip_mp.c: In function 'multiport_init': /kisskb/src/drivers/input/joystick/grip_mp.c:480:6: note: byref variable will be forcibly initialized u32 packet; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_load_cont_data_segments': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:2674:16: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_load_data_segments': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:2714:16: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd; ^~~~~~~ In file included from /kisskb/src/include/linux/btree.h:225, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:27, from /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:31: /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'btree_last32': /kisskb/src/include/linux/btree-type.h:66:16: note: byref variable will be forcibly initialized unsigned long _key; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'btree_remove32': /kisskb/src/include/linux/btree-type.h:60:16: note: byref variable will be forcibly initialized unsigned long _key = key; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'btree_get_prev32': /kisskb/src/include/linux/btree-type.h:75:16: note: byref variable will be forcibly initialized unsigned long _key = *key; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qla24xx_get_loop_id': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:1349:11: note: byref variable will be forcibly initialized uint16_t entries; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:1346:13: note: byref variable will be forcibly initialized dma_addr_t gid_list_dma; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/btree.h:225, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:27, from /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:31: /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'btree_update32': /kisskb/src/include/linux/btree-type.h:54:16: note: byref variable will be forcibly initialized unsigned long _key = key; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_make_local_sess': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:6269:20: note: byref variable will be forcibly initialized qlt_port_logo_t logo; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:6240:11: note: byref variable will be forcibly initialized uint16_t loop_id = 0; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_free_session_done': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:1011:20: note: byref variable will be forcibly initialized qlt_port_logo_t logo; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:17: /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_stop_phase1': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:1583:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(tgt->waitQ, test_tgt_sess_count(tgt), 10*HZ); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:1575:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(tgt->waitQ, test_tgt_sess_count(tgt), 10*HZ); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_release': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:1634:6: note: byref variable will be forcibly initialized u64 key = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_xmit_response': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:3283:11: note: byref variable will be forcibly initialized uint32_t full_req_cnt = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:3282:21: note: byref variable will be forcibly initialized struct qla_tgt_prm prm; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_rdy_to_xfer': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:3437:21: note: byref variable will be forcibly initialized struct qla_tgt_prm prm; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_init_term_exchange': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:3782:19: note: byref variable will be forcibly initialized struct list_head free_list; ^~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_clr_qp_table': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:4264:6: note: byref variable will be forcibly initialized u64 key = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_handle_login': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:4769:12: note: byref variable will be forcibly initialized port_id_t port_id; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:4767:32: note: byref variable will be forcibly initialized struct fc_port *sess = NULL, *conflict_sess = NULL; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_24xx_handle_els': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:4987:32: note: byref variable will be forcibly initialized struct fc_port *sess = NULL, *conflict_sess = NULL; ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c: In function 'ibm_cffps_debugfs_write': /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c:247:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c: In function 'ibm_cffps_read_input_history': /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c:105:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c:103:5: note: byref variable will be forcibly initialized u8 msgbuf0[1] = { CFFPS_INPUT_HISTORY_CMD }; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_free_qfull_cmds': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:5582:30: note: byref variable will be forcibly initialized struct list_head free_list, q_full_list; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:5582:19: note: byref variable will be forcibly initialized struct list_head free_list, q_full_list; ^~~~~~~~~ /kisskb/src/drivers/hwmon/adc128d818.c: In function 'adc128_temp_store': /kisskb/src/drivers/hwmon/adc128d818.c:208:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adc128d818.c: In function 'adc128_in_store': /kisskb/src/drivers/hwmon/adc128d818.c:170:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qla_remove_hostmap': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:6590:6: note: byref variable will be forcibly initialized u32 key = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_target.c: In function 'qlt_lport_register': /kisskb/src/drivers/scsi/qla2xxx/qla_target.c:6626:5: note: byref variable will be forcibly initialized u8 b[WWN_SIZE]; ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/msm/msm_atomic_trace.h:110, from /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c:3: /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'perf_trace_msm_atomic_commit_tail_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_start, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'perf_trace_msm_atomic_commit_tail_finish': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_finish, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'perf_trace_msm_atomic_async_commit_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_async_commit_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_async_commit_start, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'perf_trace_msm_atomic_async_commit_finish': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_async_commit_finish, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic.c: In function 'msm_atomic_commit_tail': /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_async_commit_finish, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic.c:211:19: note: byref variable will be forcibly initialized struct drm_crtc *async_crtc = NULL; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'perf_trace_msm_atomic_wait_flush_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_wait_flush_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_wait_flush_start, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'perf_trace_msm_atomic_wait_flush_finish': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_wait_flush_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_wait_flush_finish, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'perf_trace_msm_atomic_flush_commit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_flush_commit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_flush_commit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/msm/msm_atomic_trace.h:110, from /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c:3: /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'trace_event_raw_event_msm_atomic_commit_tail_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_start, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'trace_event_raw_event_msm_atomic_commit_tail_finish': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_finish, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'trace_event_raw_event_msm_atomic_async_commit_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_async_commit_start, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'trace_event_raw_event_msm_atomic_async_commit_finish': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_async_commit_finish, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'trace_event_raw_event_msm_atomic_wait_flush_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_wait_flush_start, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'trace_event_raw_event_msm_atomic_wait_flush_finish': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_wait_flush_finish, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function 'trace_event_raw_event_msm_atomic_flush_commit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_flush_commit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/gpu/drm/msm/msm_atomic_trace.h:110, from /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c:3: /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function '__bpf_trace_msm_atomic_commit_tail_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_start, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function '__bpf_trace_msm_atomic_commit_tail_finish': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_commit_tail_finish, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function '__bpf_trace_msm_atomic_async_commit_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_async_commit_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_async_commit_start, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function '__bpf_trace_msm_atomic_async_commit_finish': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_async_commit_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_async_commit_finish, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function '__bpf_trace_msm_atomic_wait_flush_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_wait_flush_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:67:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_wait_flush_start, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function '__bpf_trace_msm_atomic_wait_flush_finish': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_wait_flush_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_wait_flush_finish, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_atomic_tracepoints.c: In function '__bpf_trace_msm_atomic_flush_commit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_flush_commit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_atomic_trace.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_atomic_flush_commit, ^~~~~~~~~~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_is_thr_enabled': /kisskb/src/drivers/iio/proximity/vcnl3020.c:276:15: note: byref variable will be forcibly initialized unsigned int icr; ^~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_is_in_periodic_mode': /kisskb/src/drivers/iio/proximity/vcnl3020.c:162:15: note: byref variable will be forcibly initialized unsigned int cmd; ^~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_read_proxy_samp_freq': /kisskb/src/drivers/iio/proximity/vcnl3020.c:219:15: note: byref variable will be forcibly initialized unsigned int prox_rate; ^~~~~~~~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_handle_irq_thread': /kisskb/src/drivers/iio/proximity/vcnl3020.c:577:15: note: byref variable will be forcibly initialized unsigned int isr; ^~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_measure_proximity': /kisskb/src/drivers/iio/proximity/vcnl3020.c:177:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_tmpl.c: In function 'qla27xx_fwdt_entry_t273': /kisskb/src/drivers/scsi/qla2xxx/qla_tmpl.c:607:11: note: byref variable will be forcibly initialized uint32_t value; ^~~~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_get_and_apply_property': /kisskb/src/drivers/iio/proximity/vcnl3020.c:115:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_init': /kisskb/src/drivers/iio/proximity/vcnl3020.c:136:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_tmpl.c: In function 'qla27xx_driver_info': /kisskb/src/drivers/scsi/qla2xxx/qla_tmpl.c:878:10: note: byref variable will be forcibly initialized uint8_t v[] = { 0, 0, 0, 0, 0, 0 }; ^ /kisskb/src/drivers/scsi/qla2xxx/qla_tmpl.c: In function 'qla27xx_fwdt_calculate_dump_size': /kisskb/src/drivers/scsi/qla2xxx/qla_tmpl.c:961:8: note: byref variable will be forcibly initialized ulong len = 0; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_tmpl.c: In function 'qla27xx_execute_fwdt_template': /kisskb/src/drivers/scsi/qla2xxx/qla_tmpl.c:945:8: note: byref variable will be forcibly initialized ulong len = 0; ^~~ In file included 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 'map_word_ff': /kisskb/src/include/linux/mtd/map.h:375:11: note: byref variable will be forcibly initialized map_word r; ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/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:22: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'lpddr_writev': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:652:21: note: byref variable will be forcibly initialized 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:14: note: byref variable will be forcibly initialized struct kvec vec; ^~~ In file included from /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:16: /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/edac/edac_pci_sysfs.c: In function 'get_pci_parity_status': /kisskb/src/drivers/edac/edac_pci_sysfs.c:489:7: note: byref variable will be forcibly initialized u32 sanity; ^~~~~~ /kisskb/src/drivers/edac/edac_pci_sysfs.c:478:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/edac/edac_pci_sysfs.c: In function 'edac_pci_dev_parity_test': /kisskb/src/drivers/edac/edac_pci_sysfs.c:533:5: note: byref variable will be forcibly initialized u8 header_type; ^~~~~~~~~~~ /kisskb/src/drivers/edac/edac_pci_sysfs.c: In function 'edac_pci_dev_parity_clear': /kisskb/src/drivers/edac/edac_pci_sysfs.c:511:5: note: byref variable will be forcibly initialized u8 header_type; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_debugfs.c: In function 'msm_gpu_show': /kisskb/src/drivers/gpu/drm/msm/msm_debugfs.c:26:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(m); ^ /kisskb/src/drivers/gpu/drm/msm/msm_debugfs.c: In function 'msm_mm_show': /kisskb/src/drivers/gpu/drm/msm/msm_debugfs.c:154:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(m); ^ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_check_whoami': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1171:17: note: byref variable will be forcibly initialized int err, i, j, data; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_init_hw_timer': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1827:11: note: byref variable will be forcibly initialized int err, val; ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_get_drdy_reg': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1738:15: note: byref variable will be forcibly initialized int err = 0, drdy_pin; ^~~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_report_motion_event': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2023:11: note: byref variable will be forcibly initialized int err, data; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_init_device': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1918:31: note: byref variable will be forcibly initialized const struct st_lsm6dsx_reg *reg; ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_set_odr': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1278:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_write_raw': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1441:6: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_read_oneshot': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1367:9: note: byref variable will be forcibly initialized __le16 data; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_probe': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2199:14: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_clear_fifo': /kisskb/src/drivers/iio/pressure/zpa2326.c:450:17: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_poll_oneshot_completion': /kisskb/src/drivers/iio/pressure/zpa2326.c:941:17: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_wait_oneshot_completion': /kisskb/src/drivers/iio/pressure/zpa2326.c:863:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_dequeue_pressure': /kisskb/src/drivers/iio/pressure/zpa2326.c:517:17: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_fetch_raw_sample': /kisskb/src/drivers/iio/pressure/zpa2326.c:1011:17: note: byref variable will be forcibly initialized u8 v[3]; ^ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_fill_sample_buffer': /kisskb/src/drivers/iio/pressure/zpa2326.c:586:6: note: byref variable will be forcibly initialized } sample; ^~~~~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_set_trigger_state': /kisskb/src/drivers/iio/pressure/zpa2326.c:1314:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_handle_threaded_irq': /kisskb/src/drivers/iio/pressure/zpa2326.c:790:26: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_probe': /kisskb/src/drivers/iio/pressure/zpa2326.c:1616:26: note: byref variable will be forcibly initialized unsigned int id; ^~ /kisskb/src/drivers/gpu/drm/msm/msm_drv.c: In function 'msm_ioctl_wait_fence': /kisskb/src/drivers/gpu/drm/msm/msm_drv.c:939:10: note: byref variable will be forcibly initialized ktime_t timeout = to_ktime(args->timeout); ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_drv.c: In function 'msm_ioctl_gem_cpu_prep': /kisskb/src/drivers/gpu/drm/msm/msm_drv.c:803:10: note: byref variable will be forcibly initialized ktime_t timeout = to_ktime(args->timeout); ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_drv.c: In function 'add_components_mdp': /kisskb/src/drivers/gpu/drm/msm/msm_drv.c:1207:22: note: byref variable will be forcibly initialized struct of_endpoint ep; ^~ /kisskb/src/drivers/gpu/drm/msm/msm_drv.c: In function 'msm_pdev_probe': /kisskb/src/drivers/gpu/drm/msm/msm_drv.c:1348:26: note: byref variable will be forcibly initialized struct component_match *match = NULL; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_drv.c: In function 'msm_clk_bulk_get_clock': /kisskb/src/drivers/gpu/drm/msm/msm_drv.c:94:7: note: byref variable will be forcibly initialized char n[32]; ^ /kisskb/src/drivers/gpu/drm/msm/msm_drv.c: In function 'msm_clk_get': /kisskb/src/drivers/gpu/drm/msm/msm_drv.c:110:7: note: byref variable will be forcibly initialized char name2[32]; ^~~~~ /kisskb/src/drivers/input/joystick/pxrc.c: In function 'pxrc_probe': /kisskb/src/drivers/input/joystick/pxrc.c:125:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *epirq; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_drv.c: In function 'msm_init_vram': /kisskb/src/drivers/gpu/drm/msm/msm_drv.c:435:19: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/hwmon/adm1021.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1021.c:222:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adm1021.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1021.c:196:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adm1021.c: In function 'low_power_store': /kisskb/src/drivers/hwmon/adm1021.c:255:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_dpcd_access': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:253:24: note: byref variable will be forcibly initialized struct drm_dp_aux_msg msg; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_get_quirks': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1972:5: note: byref variable will be forcibly initialized u8 any_device[] = DEVICE_ID_ANY; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_i2c_drain_msg': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1525:24: note: byref variable will be forcibly initialized struct drm_dp_aux_msg msg = *orig_msg; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_i2c_xfer': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1562:24: note: byref variable will be forcibly initialized struct drm_dp_aux_msg msg; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_read_extended_dpcd_caps': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:593:5: note: byref variable will be forcibly initialized u8 dpcd_ext[6]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_aux_get_crc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1659:5: note: byref variable will be forcibly initialized u8 buf, count; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_aux_crc_work': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1695:11: note: byref variable will be forcibly initialized uint32_t crcs[3]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1694:5: note: byref variable will be forcibly initialized u8 crc_bytes[6]; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_probe_level': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3394:5: note: byref variable will be forcibly initialized u8 mode_reg; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3393:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_configure_dsc_enc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3003:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_set_enable': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3168:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_probe_max': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3302:17: note: byref variable will be forcibly initialized u8 pn, pn_min, pn_max; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3302:9: note: byref variable will be forcibly initialized u8 pn, pn_min, pn_max; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3302:5: note: byref variable will be forcibly initialized u8 pn, pn_min, pn_max; ^~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_send_real_edid_checksum': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:531:44: note: byref variable will be forcibly initialized u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:531:25: note: byref variable will be forcibly initialized u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:531:5: note: byref variable will be forcibly initialized u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_downstream_debug': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1088:10: note: byref variable will be forcibly initialized uint8_t rev[2]; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1086:7: note: byref variable will be forcibly initialized char id[7]; ^~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_read_sink_count': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1269:5: note: byref variable will be forcibly initialized u8 count; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_start_crc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1883:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_stop_crc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1910:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_get_phy_test_pattern': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2328:11: note: byref variable will be forcibly initialized u8 rate, lanes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2328:5: note: byref variable will be forcibly initialized u8 rate, lanes; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_set_phy_test_pattern': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2379:5: note: byref variable will be forcibly initialized u8 link_config[2]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_is_frl_ready': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2656:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_frl_configure_1': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2685:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_frl_enable': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2787:5: note: byref variable will be forcibly initialized u8 buf = 0; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_active': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2814:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_mode': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2838:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_frl_link_error_count': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2866:5: note: byref variable will be forcibly initialized u8 buf, error_count; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_convert_rgb_to_ycbcr': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3108:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_enable': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3217:5: note: byref variable will be forcibly initialized u8 dpcd_buf, new_dpcd_buf; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_fb.c: In function 'msm_framebuffer_prepare': /kisskb/src/drivers/gpu/drm/msm/msm_fb.c:60:11: note: byref variable will be forcibly initialized uint64_t iova; ^~~~ /kisskb/src/drivers/gpu/drm/msm/msm_fb.c: In function 'msm_alloc_stolen_fb': /kisskb/src/drivers/gpu/drm/msm/msm_fb.c:216:25: note: byref variable will be forcibly initialized struct drm_gem_object *bo; ^~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_measure': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:193:5: note: byref variable will be forcibly initialized u8 data[8]; ^~~~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:192:15: note: byref variable will be forcibly initialized unsigned int busy; ^~~~ /kisskb/src/drivers/iio/temperature/mlx90614.c: In function 'mlx90614_write_word': /kisskb/src/drivers/iio/temperature/mlx90614.c:106:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_get_measure': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:319:16: note: byref variable will be forcibly initialized u16 t, x, y1, y2; ^~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:319:12: note: byref variable will be forcibly initialized u16 t, x, y1, y2; ^~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:319:9: note: byref variable will be forcibly initialized u16 t, x, y1, y2; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:319:6: note: byref variable will be forcibly initialized u16 t, x, y1, y2; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_meaure_offsets': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:727:16: note: byref variable will be forcibly initialized u16 t, x, y1, y2; ^~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:727:12: note: byref variable will be forcibly initialized u16 t, x, y1, y2; ^~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:727:9: note: byref variable will be forcibly initialized u16 t, x, y1, y2; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:727:6: note: byref variable will be forcibly initialized u16 t, x, y1, y2; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_read_raw': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:385:15: note: byref variable will be forcibly initialized s32 t, x, y, z; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:385:12: note: byref variable will be forcibly initialized s32 t, x, y, z; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:385:9: note: byref variable will be forcibly initialized s32 t, x, y, z; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:385:6: note: byref variable will be forcibly initialized s32 t, x, y, z; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_fill_buffer': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:15: note: byref variable will be forcibly initialized s32 t, x, y, z; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:12: note: byref variable will be forcibly initialized s32 t, x, y, z; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:9: note: byref variable will be forcibly initialized s32 t, x, y, z; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:6: note: byref variable will be forcibly initialized s32 t, x, y, z; ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas530_get_calibration_data': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:579:5: note: byref variable will be forcibly initialized u8 data[16]; ^~~~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas532_get_calibration_data': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:627:5: note: byref variable will be forcibly initialized u8 data[14]; ^~~~ /kisskb/src/drivers/hwmon/pmbus/dps920ab.c: In function 'dps920ab_probe': /kisskb/src/drivers/hwmon/pmbus/dps920ab.c:138:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; ^~~ /kisskb/src/drivers/hwmon/adm1029.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1029.c:204:7: note: byref variable will be forcibly initialized long val; ^~~ 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/rhashtable-types.h:15, from /kisskb/src/include/linux/ipc.h:7, from /kisskb/src/include/uapi/linux/sem.h:5, from /kisskb/src/include/linux/sem.h:5, from /kisskb/src/include/linux/sched.h:15, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hid/hid-input.c:16: /kisskb/src/drivers/hid/hid-input.c: In function 'ktime_get_coarse': /kisskb/src/include/linux/timekeeping.h:118:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_locate_usage': /kisskb/src/drivers/hid/hid-input.c:119:15: note: byref variable will be forcibly initialized unsigned int scancode; ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_getkeycode': /kisskb/src/drivers/hid/hid-input.c:136:25: note: byref variable will be forcibly initialized unsigned int scancode, index; ^~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_configure_usage': /kisskb/src/drivers/hid/hid-input.c:586:17: note: byref variable will be forcibly initialized unsigned long *bit = NULL; ^~~ /kisskb/src/drivers/hid/hid-input.c:585:6: note: byref variable will be forcibly initialized int max = 0, code; ^~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_input_event': /kisskb/src/drivers/hid/hid-input.c:1574:20: note: byref variable will be forcibly initialized struct hid_field *field; ^~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_arp.h:22, from /kisskb/src/drivers/staging/rtl8192e/rtllib_module.c:18: /kisskb/src/drivers/staging/rtl8192e/rtllib_module.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/proximity/vl53l0x-i2c.c: In function 'vl53l0x_read_proximity': /kisskb/src/drivers/iio/proximity/vl53l0x-i2c.c:105:5: note: byref variable will be forcibly initialized u8 buffer[12]; ^~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_mc_check': /kisskb/src/drivers/edac/xgene_edac.c:178:15: note: byref variable will be forcibly initialized unsigned int pcp_lp_stat; ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:177:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'xfs_rmapbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:88:17: note: byref variable will be forcibly initialized xfs_agblock_t bno; ^~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_rb_report': /kisskb/src/drivers/edac/xgene_edac.c:1468:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'xfs_rmapbt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:603:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_soc_check': /kisskb/src/drivers/edac/xgene_edac.c:1640:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/edac/xgene_edac.c:1639:6: note: byref variable will be forcibly initialized u32 pcp_lp_stat; ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:1638:6: note: byref variable will be forcibly initialized u32 pcp_hp_stat; ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_isr': /kisskb/src/drivers/edac/xgene_edac.c:1817:15: note: byref variable will be forcibly initialized unsigned int pcp_lp_stat; ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:1816:15: note: byref variable will be forcibly initialized 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:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/edac/xgene_edac.c:346:27: note: byref variable will be forcibly initialized struct xgene_edac_mc_ctx tmp_ctx; ^~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:345:23: note: byref variable will be forcibly initialized struct edac_mc_layer layers[2]; ^~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_soc_add': /kisskb/src/drivers/edac/xgene_edac.c:1729:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_pmd_create_debugfs_nodes': /kisskb/src/drivers/edac/xgene_edac.c:865:7: note: byref variable will be forcibly initialized char name[10]; ^~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_pmd_add': /kisskb/src/drivers/edac/xgene_edac.c:895:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/edac/xgene_edac.c:893:6: note: byref variable will be forcibly initialized u32 pmd; ^~~ /kisskb/src/drivers/edac/xgene_edac.c:892:7: note: byref variable will be forcibly initialized char edac_name[10]; ^~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:891:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_l3_create_debugfs_nodes': /kisskb/src/drivers/edac/xgene_edac.c:1169:7: note: byref variable will be forcibly initialized char name[10]; ^~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_l3_add': /kisskb/src/drivers/edac/xgene_edac.c:1188:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/adm1026.c:1092:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp1_auto_point1_pwm_store': /kisskb/src/drivers/hwmon/adm1026.c:1306:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'set_temp_crit_enable': /kisskb/src/drivers/hwmon/adm1026.c:981:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/adm1026.c:1345:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/adm1026.c:1022:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_auto_point1_temp_store': /kisskb/src/drivers/hwmon/adm1026.c:942:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_offset_store': /kisskb/src/drivers/hwmon/adm1026.c:886:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1026.c:815:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1026.c:845:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/adm1026.c:490:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/adm1026.c:518:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'analog_out_store': /kisskb/src/drivers/hwmon/adm1026.c:1053:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/adm1026.c:1277:8: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'gpio_mask_store': /kisskb/src/drivers/hwmon/adm1026.c:1242:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'gpio_store': /kisskb/src/drivers/hwmon/adm1026.c:1207:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'alarm_mask_store': /kisskb/src/drivers/hwmon/adm1026.c:1167:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adm1026.c:679:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1026.c:746:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in16_min_store': /kisskb/src/drivers/hwmon/adm1026.c:601:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in16_max_store': /kisskb/src/drivers/hwmon/adm1026.c:630:7: note: byref variable will be forcibly initialized long val; ^~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/dma-mapping.h:6, from /kisskb/src/include/linux/dma-map-ops.h:9, from /kisskb/src/drivers/gpu/drm/msm/msm_gem.c:7: /kisskb/src/drivers/gpu/drm/msm/msm_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-mapping.h:10, from /kisskb/src/include/linux/dma-map-ops.h:9, from /kisskb/src/drivers/gpu/drm/msm/msm_gem.c:7: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem.c: In function 'get_and_pin_iova_range_locked': /kisskb/src/drivers/gpu/drm/msm/msm_gem.c:449:6: note: byref variable will be forcibly initialized u64 local; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem.c: In function 'msm_gem_new': /kisskb/src/drivers/gpu/drm/msm/msm_gem.c:1147:25: note: byref variable will be forcibly initialized struct drm_gem_object *obj = NULL; ^~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem.c: In function 'msm_gem_import': /kisskb/src/drivers/gpu/drm/msm/msm_gem.c:1239:25: note: byref variable will be forcibly initialized struct drm_gem_object *obj; ^~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem.c: In function 'msm_gem_object_set_name': /kisskb/src/drivers/gpu/drm/msm/msm_gem.c:1341:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/input/joystick/sidewinder.c: In function 'sw_3dp_id': /kisskb/src/drivers/input/joystick/sidewinder.c:530:15: note: byref variable will be forcibly initialized char pnp[8], rev[9]; ^~~ /kisskb/src/drivers/input/joystick/sidewinder.c:530:7: note: byref variable will be forcibly initialized char pnp[8], rev[9]; ^~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_block_isbad': /kisskb/src/drivers/mtd/devices/docg3.c:1008:28: note: byref variable will be forcibly initialized int block0, block1, page, ofs, is_good; ^~~ /kisskb/src/drivers/mtd/devices/docg3.c:1008:22: note: byref variable will be forcibly initialized int block0, block1, page, ofs, is_good; ^~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1008:14: note: byref variable will be forcibly initialized int block0, block1, page, ofs, is_good; ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1008:6: note: byref variable will be forcibly initialized int block0, block1, page, ofs, is_good; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/mtd/devices/docg3.h:343, from /kisskb/src/drivers/mtd/devices/docg3.c:27: /kisskb/src/drivers/mtd/devices/docg3.c: In function 'perf_trace_docg3_io': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(docg3_io, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(docg3_io, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/mtd/devices/docg3.h:343, from /kisskb/src/drivers/mtd/devices/docg3.c:27: /kisskb/src/drivers/mtd/devices/docg3.c: In function 'trace_event_raw_event_docg3_io': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(docg3_io, ^~~~~~~~~~~ /kisskb/src/drivers/input/joystick/sidewinder.c: In function 'sw_connect': /kisskb/src/drivers/input/joystick/sidewinder.c:579:7: note: byref variable will be forcibly initialized char comment[40]; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/mtd/devices/docg3.h:343, from /kisskb/src/drivers/mtd/devices/docg3.c:27: /kisskb/src/drivers/mtd/devices/docg3.c: In function '__bpf_trace_docg3_io': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(docg3_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(docg3_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(docg3_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(docg3_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(docg3_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(docg3_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(docg3_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(docg3_io, ^~~~~~~~~~~ /kisskb/src/drivers/input/joystick/sidewinder.c: In function 'sw_read': /kisskb/src/drivers/input/joystick/sidewinder.c:411:16: note: byref variable will be forcibly initialized unsigned char buf[SW_LENGTH]; ^~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_get_op_status': /kisskb/src/drivers/mtd/devices/docg3.c:1078:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/mtd/devices/docg3.c:8: /kisskb/src/drivers/mtd/devices/docg3.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mtd/devices/docg3.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/mtd/devices/docg3.c:14: /kisskb/src/drivers/mtd/devices/docg3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_write_page': /kisskb/src/drivers/mtd/devices/docg3.c:1227:30: note: byref variable will be forcibly initialized u8 hwecc[DOC_ECC_BCH_SIZE], hamming; ^~~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1227:5: note: byref variable will be forcibly initialized u8 hwecc[DOC_ECC_BCH_SIZE], hamming; ^~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1226:33: note: byref variable will be forcibly initialized int block0, block1, page, ret, ofs = 0; ^~~ /kisskb/src/drivers/mtd/devices/docg3.c:1226:22: note: byref variable will be forcibly initialized int block0, block1, page, ret, ofs = 0; ^~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1226:14: note: byref variable will be forcibly initialized int block0, block1, page, ret, ofs = 0; ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1226:6: note: byref variable will be forcibly initialized int block0, block1, page, ret, ofs = 0; ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_write_oob': /kisskb/src/drivers/mtd/devices/docg3.c:1382:5: note: byref variable will be forcibly initialized u8 oob[DOC_LAYOUT_OOB_SIZE]; ^~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_erase': /kisskb/src/drivers/mtd/devices/docg3.c:1180:37: note: byref variable will be forcibly initialized int block0, block1, page, ret = 0, ofs = 0; ^~~ /kisskb/src/drivers/mtd/devices/docg3.c:1180:22: note: byref variable will be forcibly initialized int block0, block1, page, ret = 0, ofs = 0; ^~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1180:14: note: byref variable will be forcibly initialized int block0, block1, page, ret = 0, ofs = 0; ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1180:6: note: byref variable will be forcibly initialized int block0, block1, page, ret = 0, ofs = 0; ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_ecc_bch_fix_data': /kisskb/src/drivers/mtd/devices/docg3.c:646:6: note: byref variable will be forcibly initialized int errorpos[DOC_ECC_BCH_T], i, numerrs; ^~~~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:645:5: note: byref variable will be forcibly initialized u8 ecc[DOC_ECC_BCH_SIZE]; ^~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_read_oob': /kisskb/src/drivers/mtd/devices/docg3.c:873:5: note: byref variable will be forcibly initialized u8 hwecc[DOC_ECC_BCH_SIZE], eccconf1; ^~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:869:39: note: byref variable will be forcibly initialized int block0, block1, page, ret, skip, ofs = 0; ^~~ /kisskb/src/drivers/mtd/devices/docg3.c:869:22: note: byref variable will be forcibly initialized int block0, block1, page, ret, skip, ofs = 0; ^~~~ /kisskb/src/drivers/mtd/devices/docg3.c:869:14: note: byref variable will be forcibly initialized int block0, block1, page, ret, skip, ofs = 0; ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:869:6: note: byref variable will be forcibly initialized int block0, block1, page, ret, skip, ofs = 0; ^~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nvme.c: In function 'qla2x00_start_nvme_mq': /kisskb/src/drivers/scsi/qla2xxx/qla_nvme.c:390:16: note: byref variable will be forcibly initialized struct dsd64 *cur_dsd; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nvme.c: In function 'qla_nvme_register_hba': /kisskb/src/drivers/scsi/qla2xxx/qla_nvme.c:737:27: note: byref variable will be forcibly initialized struct nvme_fc_port_info pinfo; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_nvme.c: In function 'qla_nvme_register_remote': /kisskb/src/drivers/scsi/qla2xxx/qla_nvme.c:17:27: note: byref variable will be forcibly initialized struct nvme_fc_port_info req; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/linux/ssb/ssb.h:9, from /kisskb/src/drivers/ssb/ssb_private.h:8, from /kisskb/src/drivers/ssb/sprom.c:14: /kisskb/src/drivers/ssb/sprom.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/ssb/sprom.c: In function 'hex2sprom': /kisskb/src/drivers/ssb/sprom.c:41:16: note: byref variable will be forcibly initialized unsigned long parsed; ^~~~~~ /kisskb/src/drivers/ssb/sprom.c: In function 'ssb_attr_sprom_store': /kisskb/src/drivers/ssb/sprom.c:107:28: note: byref variable will be forcibly initialized struct ssb_freeze_context freeze; ^~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_ee_register': /kisskb/src/drivers/iio/temperature/mlx90632.c:462:15: note: byref variable will be forcibly initialized unsigned int read; ^~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_ambient_raw': /kisskb/src/drivers/iio/temperature/mlx90632.c:289:15: note: byref variable will be forcibly initialized unsigned int read_tmp; ^~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_calc_ambient_dsp105': /kisskb/src/drivers/iio/temperature/mlx90632.c:710:23: note: byref variable will be forcibly initialized s16 ambient_new_raw, ambient_old_raw; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:710:6: note: byref variable will be forcibly initialized s16 ambient_new_raw, ambient_old_raw; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:708:18: note: byref variable will be forcibly initialized s32 PT, PR, PG, PO; ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:708:14: note: byref variable will be forcibly initialized s32 PT, PR, PG, PO; ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:708:10: note: byref variable will be forcibly initialized s32 PT, PR, PG, PO; ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:708:6: note: byref variable will be forcibly initialized s32 PT, PR, PG, PO; ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:707:15: note: byref variable will be forcibly initialized unsigned int read_tmp; ^~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_object_raw': /kisskb/src/drivers/iio/temperature/mlx90632.c:312:5: note: byref variable will be forcibly initialized u8 channel_old = 0; ^~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:311:5: note: byref variable will be forcibly initialized u8 channel = 0; ^~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:309:15: note: byref variable will be forcibly initialized unsigned int read_tmp; ^~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_object_raw_extended': /kisskb/src/drivers/iio/temperature/mlx90632.c:388:15: note: byref variable will be forcibly initialized unsigned int read_tmp; ^~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_ambient_raw_extended': /kisskb/src/drivers/iio/temperature/mlx90632.c:370:15: note: byref variable will be forcibly initialized unsigned int read_tmp; ^~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_perform_measurement': /kisskb/src/drivers/iio/temperature/mlx90632.c:220:15: note: byref variable will be forcibly initialized unsigned int reg_status; ^~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_calc_object_dsp105': /kisskb/src/drivers/iio/temperature/mlx90632.c:631:56: note: byref variable will be forcibly initialized s16 ambient_new_raw, ambient_old_raw, object_new_raw, object_old_raw; ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:631:40: note: byref variable will be forcibly initialized s16 ambient_new_raw, ambient_old_raw, object_new_raw, object_old_raw; ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:631:23: note: byref variable will be forcibly initialized s16 ambient_new_raw, ambient_old_raw, object_new_raw, object_old_raw; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:631:6: note: byref variable will be forcibly initialized s16 ambient_new_raw, ambient_old_raw, object_new_raw, object_old_raw; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:629:15: note: byref variable will be forcibly initialized unsigned int read_tmp; ^~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:628:22: note: byref variable will be forcibly initialized s32 Ea, Eb, Fa, Fb, Ga; ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:628:18: note: byref variable will be forcibly initialized s32 Ea, Eb, Fa, Fb, Ga; ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:628:14: note: byref variable will be forcibly initialized s32 Ea, Eb, Fa, Fb, Ga; ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:628:10: note: byref variable will be forcibly initialized s32 Ea, Eb, Fa, Fb, Ga; ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:628:6: note: byref variable will be forcibly initialized s32 Ea, Eb, Fa, Fb, Ga; ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_probe': /kisskb/src/drivers/iio/temperature/mlx90632.c:851:15: note: byref variable will be forcibly initialized unsigned int read; ^~~~ /kisskb/src/drivers/mtd/nand/core.c: In function 'nanddev_mtd_erase': /kisskb/src/drivers/mtd/nand/core.c:156:23: note: byref variable will be forcibly initialized struct nand_pos pos, last; ^~~~ /kisskb/src/drivers/mtd/nand/core.c:156:18: note: byref variable will be forcibly initialized struct nand_pos pos, last; ^~~ /kisskb/src/drivers/mtd/nand/core.c: In function 'nanddev_mtd_max_bad_blocks': /kisskb/src/drivers/mtd/nand/core.c:192:23: note: byref variable will be forcibly initialized struct nand_pos pos, end; ^~~ /kisskb/src/drivers/mtd/nand/core.c:192:18: note: byref variable will be forcibly initialized struct nand_pos pos, end; ^~~ /kisskb/src/drivers/iio/proximity/cros_ec_mkbp_proximity.c: In function 'cros_ec_mkbp_proximity_resume': /kisskb/src/drivers/iio/proximity/cros_ec_mkbp_proximity.c:191:11: note: byref variable will be forcibly initialized int ret, state; ^~~~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adm1031.c:480:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'auto_temp_max_store': /kisskb/src/drivers/hwmon/adm1031.c:439:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'auto_temp_min_store': /kisskb/src/drivers/hwmon/adm1031.c:409:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/adm1031.c:779:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1031.c:757:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1031.c:735:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_offset_store': /kisskb/src/drivers/hwmon/adm1031.c:713:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_auto_channel_store': /kisskb/src/drivers/hwmon/adm1031.c:336:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adm1031.c:591:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1031.c:616:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/adm1031.c:864:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/iio/pressure/abp060mg.c: In function 'abp060mg_get_measurement': /kisskb/src/drivers/iio/pressure/abp060mg.c:103:9: note: byref variable will be forcibly initialized __be16 buf[2]; ^~~ /kisskb/src/drivers/iio/trigger/iio-trig-hrtimer.c: In function 'iio_hrtimer_store_sampling_frequency': /kisskb/src/drivers/iio/trigger/iio-trig-hrtimer.c:58:15: note: byref variable will be forcibly initialized int integer, fract, ret; ^~~~~ /kisskb/src/drivers/iio/trigger/iio-trig-hrtimer.c:58:6: note: byref variable will be forcibly initialized int integer, fract, ret; ^~~~~~~ /kisskb/src/drivers/hwmon/pmbus/ir35221.c: In function 'ir35221_probe': /kisskb/src/drivers/hwmon/pmbus/ir35221.c:73:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX]; ^~~ /kisskb/src/drivers/iio/light/tsl2591.c: In function 'tsl2591_read_channel_data': /kisskb/src/drivers/iio/light/tsl2591.c:438:5: note: byref variable will be forcibly initialized u8 als_data[TSL2591_NUM_DATA_REGISTERS]; ^~~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c: In function 'st_lsm6dsx_update_decimators': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:133:15: note: byref variable will be forcibly initialized u32 max_odr, min_odr; ^~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:133:6: note: byref variable will be forcibly initialized u32 max_odr, min_odr; ^~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c: In function 'st_lsm6dsx_set_fifo_odr': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:202:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c: In function 'st_lsm6dsx_update_watermark': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:237:9: note: byref variable will be forcibly initialized __le16 wdata; ^~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:236:14: note: byref variable will be forcibly initialized int i, err, data; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c: In function 'st_lsm6dsx_read_fifo': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:357:9: note: byref variable will be forcibly initialized __le16 fifo_status; ^~~~~~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c: In function 'st_lsm6dsx_read_tagged_fifo': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:571:9: note: byref variable will be forcibly initialized __le16 fifo_status; ^~~~~~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:567:5: note: byref variable will be forcibly initialized u8 iio_buff[ST_LSM6DSX_IIO_BUFF_SIZE] __aligned(8); ^~~~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_intrusion_read': /kisskb/src/drivers/hwmon/adm9240.c:403:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_in_read': /kisskb/src/drivers/hwmon/adm9240.c:442:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_temp_read': /kisskb/src/drivers/hwmon/adm9240.c:557:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'cpu0_vid_show': /kisskb/src/drivers/hwmon/adm9240.c:218:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'aout_output_show': /kisskb/src/drivers/hwmon/adm9240.c:238:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_write_fan_div': /kisskb/src/drivers/hwmon/adm9240.c:137:15: note: byref variable will be forcibly initialized unsigned int reg, old, shift = (channel + 2) * 2; ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_fan_read': /kisskb/src/drivers/hwmon/adm9240.c:499:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'aout_output_store': /kisskb/src/drivers/hwmon/adm9240.c:253:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem_shrinker.c: In function 'scan': /kisskb/src/drivers/gpu/drm/msm/msm_gem_shrinker.c:68:19: note: byref variable will be forcibly initialized struct list_head still_in_list; ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_chip_read': /kisskb/src/drivers/hwmon/adm9240.c:384:5: note: byref variable will be forcibly initialized u8 regs[2]; ^~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_init_client': /kisskb/src/drivers/hwmon/adm9240.c:316:11: note: byref variable will be forcibly initialized u8 conf, mode; ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:316:5: note: byref variable will be forcibly initialized u8 conf, mode; ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:315:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem_shrinker.c: In function 'msm_gem_shrinker_vmap': /kisskb/src/drivers/gpu/drm/msm/msm_gem_shrinker.c:188:20: note: byref variable will be forcibly initialized struct list_head *mm_lists[] = { ^~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c: In function 'b44_phy_reset': /kisskb/src/drivers/net/ethernet/broadcom/b44.c:338:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c: In function 'b44_setup_phy': /kisskb/src/drivers/net/ethernet/broadcom/b44.c:477:7: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c:438:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c: In function 'b44_nway_reset': /kisskb/src/drivers/net/ethernet/broadcom/b44.c:1809:6: note: byref variable will be forcibly initialized u32 bmcr; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c: In function 'b44_mdio_read_mii': /kisskb/src/drivers/net/ethernet/broadcom/b44.c:304:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c: In function 'b44_mdio_read_phylib': /kisskb/src/drivers/net/ethernet/broadcom/b44.c:321:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c: In function '__b44_set_rx_mode': /kisskb/src/drivers/net/ethernet/broadcom/b44.c:1745:17: note: byref variable will be forcibly initialized unsigned char zero[6] = {0, 0, 0, 0, 0, 0}; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c: In function 'b44_setup_pseudo_magicp': /kisskb/src/drivers/net/ethernet/broadcom/b44.c:1548:5: note: byref variable will be forcibly initialized u8 pwol_mask[B44_PMASK_SIZE]; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c: In function 'b44_setup_wol_pci': /kisskb/src/drivers/net/ethernet/broadcom/b44.c:1599:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c: In function 'b44_set_link_ksettings': /kisskb/src/drivers/net/ethernet/broadcom/b44.c:1886:6: note: byref variable will be forcibly initialized u32 advertising; ^~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c: In function 'b44_check_phy': /kisskb/src/drivers/net/ethernet/broadcom/b44.c:568:19: note: byref variable will be forcibly initialized u32 local_adv, remote_adv; ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c:568:8: note: byref variable will be forcibly initialized u32 local_adv, remote_adv; ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c:536:12: note: byref variable will be forcibly initialized u32 bmsr, aux; ^~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c:536:6: note: byref variable will be forcibly initialized u32 bmsr, aux; ^~~~ /kisskb/src/drivers/net/ethernet/broadcom/b44.c: In function 'b44_register_phy_one': /kisskb/src/drivers/net/ethernet/broadcom/b44.c:2252:7: note: byref variable will be forcibly initialized char bus_id[MII_BUS_ID_SIZE + 3]; ^~~~~~ In file included from /kisskb/src/include/linux/file.h:9, from /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:7: /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, from /kisskb/src/include/drm/drm_file.h:39, from /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:12: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/file.h:9, from /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:7: /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, from /kisskb/src/include/drm/drm_file.h:39, from /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:12: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c: In function '__msm_gem_submit_destroy': /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:75:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c: In function 'submit_lookup_cmds': /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:178:33: note: byref variable will be forcibly initialized struct drm_msm_gem_submit_cmd submit_cmd; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-fence-chain.h:15, from /kisskb/src/include/drm/drm_syncobj.h:30, from /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:13: /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c: In function 'msm_parse_deps': /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:566:21: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c: In function 'submit_lookup_objects': /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:110:32: note: byref variable will be forcibly initialized struct drm_msm_gem_submit_bo submit_bo; ^~~~~~~~~ In file included from /kisskb/src/drivers/mtd/nand/bbt.c:13: /kisskb/src/drivers/mtd/nand/bbt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c: In function 'submit_pin_objects': /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:375:12: note: byref variable will be forcibly initialized uint64_t iova; ^~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c: In function 'submit_reloc': /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:463:8: note: byref variable will be forcibly initialized bool valid; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:462:12: note: byref variable will be forcibly initialized uint64_t iova; ^~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c: In function 'msm_ioctl_gem_submit': /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:853:12: note: byref variable will be forcibly initialized uint64_t iova; ^~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gem_submit.c:852:26: note: byref variable will be forcibly initialized struct msm_gem_object *msm_obj; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_devfreq.c: In function 'msm_devfreq_active': /kisskb/src/drivers/gpu/drm/msm/msm_gpu_devfreq.c:152:16: note: byref variable will be forcibly initialized unsigned long target_freq = df->idle_freq; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_devfreq.c:150:28: note: byref variable will be forcibly initialized struct devfreq_dev_status status; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_devfreq.c: In function 'msm_devfreq_idle': /kisskb/src/drivers/gpu/drm/msm/msm_gpu_devfreq.c:187:27: note: byref variable will be forcibly initialized unsigned long idle_freq, target_freq = 0; ^~~~~~~~~~~ /kisskb/src/drivers/ssb/pci.c: In function 'sprom_do_write': /kisskb/src/drivers/ssb/pci.c:285:6: note: byref variable will be forcibly initialized u32 spromctl; ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/linux/ssb/ssb.h:9, from /kisskb/src/drivers/ssb/ssb_private.h:8, from /kisskb/src/drivers/ssb/pci.c:18: /kisskb/src/drivers/ssb/pci.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu.c: In function 'update_hw_cntrs': /kisskb/src/drivers/gpu/drm/msm/msm_gpu.c:541:11: note: byref variable will be forcibly initialized uint32_t current_cntrs[ARRAY_SIZE(gpu->last_cntrs)]; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu.c: In function 'msm_gpu_devcoredump_read': /kisskb/src/drivers/gpu/drm/msm/msm_gpu.c:191:21: note: byref variable will be forcibly initialized struct drm_printer p; ^ /kisskb/src/drivers/gpu/drm/msm/msm_gpu.c:190:28: note: byref variable will be forcibly initialized struct drm_print_iterator iter; ^~~~ /kisskb/src/drivers/ssb/pci.c: In function 'ssb_pci_switch_coreidx': /kisskb/src/drivers/ssb/pci.c:36:6: note: byref variable will be forcibly initialized u32 cur_core; ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/include/linux/regulator/consumer.h:35, from /kisskb/src/drivers/gpu/drm/msm/msm_gpu.h:14, from /kisskb/src/drivers/gpu/drm/msm/msm_gpu.c:7: /kisskb/src/drivers/gpu/drm/msm/msm_gpu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/ssb/pci.c: In function 'ssb_pci_xtal': /kisskb/src/drivers/ssb/pci.c:88:6: note: byref variable will be forcibly initialized u16 pci_status; ^~~~~~~~~~ /kisskb/src/drivers/ssb/pci.c:87:15: note: byref variable will be forcibly initialized u32 in, out, outenable; ^~~~~~~~~ /kisskb/src/drivers/ssb/pci.c:87:10: note: byref variable will be forcibly initialized u32 in, out, outenable; ^~~ /kisskb/src/drivers/ssb/pci.c:87:6: note: byref variable will be forcibly initialized u32 in, out, outenable; ^~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu.c: In function 'msm_gpu_init': /kisskb/src/drivers/gpu/drm/msm/msm_gpu.c:831:11: note: byref variable will be forcibly initialized uint64_t memptrs_iova; ^~~~~~~~~~~~ /kisskb/src/drivers/edac/qcom_edac.c: In function 'dump_syn_reg_values': /kisskb/src/drivers/edac/qcom_edac.c:212:16: note: byref variable will be forcibly initialized u32 synd_reg, synd_val; ^~~~~~~~ /kisskb/src/drivers/edac/qcom_edac.c:211:15: note: byref variable will be forcibly initialized int err_cnt, err_ways, ret, i; ^~~~~~~~ /kisskb/src/drivers/edac/qcom_edac.c:211:6: note: byref variable will be forcibly initialized int err_cnt, err_ways, ret, i; ^~~~~~~ /kisskb/src/drivers/edac/qcom_edac.c: In function 'llcc_ecc_irq_handler': /kisskb/src/drivers/edac/qcom_edac.c:294:17: note: byref variable will be forcibly initialized u32 drp_error, trp_error, i; ^~~~~~~~~ /kisskb/src/drivers/edac/qcom_edac.c:294:6: note: byref variable will be forcibly initialized u32 drp_error, trp_error, i; ^~~~~~~~~ /kisskb/src/drivers/iio/trigger/iio-trig-sysfs.c: In function 'iio_sysfs_trig_remove': /kisskb/src/drivers/iio/trigger/iio-trig-sysfs.c:52:16: note: byref variable will be forcibly initialized unsigned long input; ^~~~~ /kisskb/src/drivers/iio/trigger/iio-trig-sysfs.c: In function 'iio_sysfs_trig_add': /kisskb/src/drivers/iio/trigger/iio-trig-sysfs.c:33:16: note: byref variable will be forcibly initialized unsigned long input; ^~~~~ /kisskb/src/drivers/iio/pressure/hp03.c: In function 'hp03_update_temp_pressure': /kisskb/src/drivers/iio/pressure/hp03.c:97:5: note: byref variable will be forcibly initialized u8 coefs[18]; ^~~~~ /kisskb/src/drivers/hwmon/ads7828.c: In function 'ads7828_in_show': /kisskb/src/drivers/hwmon/ads7828.c:58:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/ads7828.c: In function 'ads7828_probe': /kisskb/src/drivers/hwmon/ads7828.c:114:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_parse_qos_info_param_IE': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1683:36: note: byref variable will be forcibly initialized struct rtllib_qos_parameter_info param_element; ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1675:40: note: byref variable will be forcibly initialized struct rtllib_qos_information_element qos_info_element; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_parse_mife_generic': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1799:6: note: byref variable will be forcibly initialized u8 ht_realtek_agg_buf[MAX_IE_LEN]; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_rx_check_duplicate': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:937:24: note: byref variable will be forcibly initialized struct rx_ts_record *pRxTS = NULL; ^~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_indicate_packets': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:503:9: note: byref variable will be forcibly initialized u16 len; ^~~ /kisskb/src/drivers/iio/proximity/mb1232.c: In function 'mb1232_read_distance': /kisskb/src/drivers/iio/proximity/mb1232.c:65:9: note: byref variable will be forcibly initialized __be16 buf; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_parse_info_param': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:2031:7: note: byref variable will be forcibly initialized char rates_str[64]; ^~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:2030:6: note: byref variable will be forcibly initialized u16 tmp_htinfo_len = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:2029:6: note: byref variable will be forcibly initialized u16 tmp_htcap_len = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_rx_InfraAdhoc': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1304:5: note: byref variable will be forcibly initialized u8 src[ETH_ALEN]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1303:5: note: byref variable will be forcibly initialized u8 dst[ETH_ALEN]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1300:23: note: byref variable will be forcibly initialized struct rx_ts_record *pTS = NULL; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1298:30: note: byref variable will be forcibly initialized struct lib80211_crypt_data *crypt = NULL; ^~~~~ /kisskb/src/drivers/iio/pressure/icp10100.c: In function 'icp10100_send_cmd': /kisskb/src/drivers/iio/pressure/icp10100.c:128:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/iio/pressure/icp10100.c:125:10: note: byref variable will be forcibly initialized uint8_t data[16]; ^~~~ /kisskb/src/drivers/iio/pressure/icp10100.c: In function 'icp10100_get_measures': /kisskb/src/drivers/iio/pressure/icp10100.c:250:9: note: byref variable will be forcibly initialized __be16 measures[3]; ^~~~~~~~ /kisskb/src/drivers/iio/pressure/icp10100.c: In function 'icp10100_read_raw_measures': /kisskb/src/drivers/iio/pressure/icp10100.c:342:11: note: byref variable will be forcibly initialized uint16_t raw_temp; ^~~~~~~~ /kisskb/src/drivers/iio/pressure/icp10100.c:341:11: note: byref variable will be forcibly initialized uint32_t raw_pressure; ^~~~~~~~~~~~ /kisskb/src/drivers/iio/pressure/icp10100.c: In function 'icp10100_read_cal_otp': /kisskb/src/drivers/iio/pressure/icp10100.c:196:9: note: byref variable will be forcibly initialized __be16 val; ^~~ /kisskb/src/drivers/iio/pressure/icp10100.c: In function 'icp10100_init_chip': /kisskb/src/drivers/iio/pressure/icp10100.c:223:9: note: byref variable will be forcibly initialized __be16 val; ^~~ /kisskb/src/drivers/mtd/devices/slram.c: In function 'parse_cmdline': /kisskb/src/drivers/mtd/devices/slram.c:226:8: note: byref variable will be forcibly initialized char *buffer; ^~~~~~ /kisskb/src/drivers/hid/hid-quirks.c: In function 'hid_quirks_init': /kisskb/src/drivers/hid/hid-quirks.c:1161:6: note: byref variable will be forcibly initialized u32 quirks; ^~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1160:29: note: byref variable will be forcibly initialized unsigned short int vendor, product; ^~~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1160:21: note: byref variable will be forcibly initialized unsigned short int vendor, product; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_iommu.c: In function 'msm_fault_handler': /kisskb/src/drivers/gpu/drm/msm/msm_iommu.c:228:32: note: byref variable will be forcibly initialized struct adreno_smmu_fault_info info, *ptr = NULL; ^~~~ /kisskb/src/drivers/gpu/drm/msm/msm_iommu.c: In function 'msm_iommu_pagetable_create': /kisskb/src/drivers/gpu/drm/msm/msm_iommu.c:154:24: note: byref variable will be forcibly initialized struct io_pgtable_cfg ttbr0_cfg; ^~~~~~~~~ /kisskb/src/drivers/iio/light/zopt2201.c: In function 'zopt2201_read': /kisskb/src/drivers/iio/light/zopt2201.c:188:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla_edif_app_getfcinfo': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:896:23: note: byref variable will be forcibly initialized struct app_pinfo_req app_req; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla_edif_app_getstats': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:1005:23: note: byref variable will be forcibly initialized struct app_sinfo_req app_req; ^~~~~~~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_algo': /kisskb/src/drivers/mtd/nand/ecc.c:388:14: note: byref variable will be forcibly initialized const char *pm; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla_edif_app_start': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:529:25: note: byref variable will be forcibly initialized struct app_start_reply appreply; ^~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:528:19: note: byref variable will be forcibly initialized struct app_start appstart; ^~~~~~~~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_placement': /kisskb/src/drivers/mtd/nand/ecc.c:364:14: note: byref variable will be forcibly initialized const char *pm; ^~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_strength': /kisskb/src/drivers/mtd/nand/ecc.c:416:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_step_size': /kisskb/src/drivers/mtd/nand/ecc.c:407:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/qla2xxx/qla_def.h:14, from /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:6: /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla_edif_app_authok': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:718:27: note: byref variable will be forcibly initialized struct auth_complete_cmd appplogiok; ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla_edif_app_authfail': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:826:27: note: byref variable will be forcibly initialized struct auth_complete_cmd appplogifail; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla_enode_init': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:1602:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla_edif_app_stop': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:631:26: note: byref variable will be forcibly initialized struct app_stop appstop; ^~~~~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla_edb_eventcreate': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:1936:12: note: byref variable will be forcibly initialized port_id_t id; ^~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla24xx_sadb_update': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:1315:29: note: byref variable will be forcibly initialized struct qla_sa_update_frame sa_frame; ^~~~~~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_auto_temp_store': /kisskb/src/drivers/hwmon/adt7462.c:1382:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla_edif_app_mgmt': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:1073:17: note: byref variable will be forcibly initialized struct app_id appcheck; ^~~~~~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_auto_store': /kisskb/src/drivers/hwmon/adt7462.c:1325:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_tmax_store': /kisskb/src/drivers/hwmon/adt7462.c:1232:7: note: byref variable will be forcibly initialized long trange; ^~~~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_tmin_store': /kisskb/src/drivers/hwmon/adt7462.c:1270:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_hyst_store': /kisskb/src/drivers/hwmon/adt7462.c:1188:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_max_store': /kisskb/src/drivers/hwmon/adt7462.c:1126:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_min_store': /kisskb/src/drivers/hwmon/adt7462.c:1156:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla24xx_auth_els': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:2334:24: note: byref variable will be forcibly initialized struct qla_els_pt_arg a; ^ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adt7462.c:1098:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'force_pwm_max_store': /kisskb/src/drivers/hwmon/adt7462.c:1065:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adt7462.c:1019:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'volt_min_store': /kisskb/src/drivers/hwmon/adt7462.c:934:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'volt_max_store': /kisskb/src/drivers/hwmon/adt7462.c:894:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adt7462.c:797:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adt7462.c:833:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c: In function 'qla_edif_process_els': /kisskb/src/drivers/scsi/qla2xxx/qla_edif.c:3330:12: note: byref variable will be forcibly initialized port_id_t d_id; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_read': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:289:5: note: byref variable will be forcibly initialized u8 config[3], slv_addr, slv_config = 0; ^~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_write': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:342:5: note: byref variable will be forcibly initialized u8 config[2], slv_addr; ^~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_write_with_mask': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:392:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_set_odr': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:427:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_check_wai': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:826:16: note: byref variable will be forcibly initialized u8 config[3], data, slv_addr, slv_config = 0; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:826:5: note: byref variable will be forcibly initialized u8 config[3], data, slv_addr, slv_config = 0; ^~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm1_freq_get': /kisskb/src/drivers/hwmon/adt7470.c:728:26: note: byref variable will be forcibly initialized unsigned int cfg_reg_1, cfg_reg_2; ^~~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c:728:15: note: byref variable will be forcibly initialized unsigned int cfg_reg_1, cfg_reg_2; ^~~~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_write_raw': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:639:7: note: byref variable will be forcibly initialized u8 odr_val; ^~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:632:7: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_read_word_data': /kisskb/src/drivers/hwmon/adt7470.c:181:5: note: byref variable will be forcibly initialized u8 regval[2]; ^~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_alloc_iiodev': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:756:30: note: byref variable will be forcibly initialized const struct iio_chan_spec magn_channels[] = { ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_update_limits': /kisskb/src/drivers/hwmon/adt7470.c:380:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_write_word_data': /kisskb/src/drivers/hwmon/adt7470.c:196:5: note: byref variable will be forcibly initialized u8 regval[2]; ^~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_read_oneshot': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:524:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_tmin_store': /kisskb/src/drivers/hwmon/adt7470.c:954:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_probe': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:892:5: note: byref variable will be forcibly initialized u8 i2c_addr = 0; ^~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_max_store': /kisskb/src/drivers/hwmon/adt7470.c:871:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_min_store': /kisskb/src/drivers/hwmon/adt7470.c:906:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'auto_update_interval_store': /kisskb/src/drivers/hwmon/adt7470.c:489:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'num_temp_sensors_store': /kisskb/src/drivers/hwmon/adt7470.c:520:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'alarm_mask_store': /kisskb/src/drivers/hwmon/adt7470.c:607:7: note: byref variable will be forcibly initialized long mask; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_read_temperatures': /kisskb/src/drivers/hwmon/adt7470.c:211:5: note: byref variable will be forcibly initialized u8 pwm[ADT7470_FAN_COUNT]; ^~~ /kisskb/src/drivers/hwmon/adt7470.c:208:15: note: byref variable will be forcibly initialized unsigned int pwm_cfg[2]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_perf.c: In function 'refill_buf': /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_update_sensors': /kisskb/src/drivers/gpu/drm/msm/msm_perf.c:81:12: note: byref variable will be forcibly initialized uint32_t cntrs[5]; ^~~~~ /kisskb/src/drivers/hwmon/adt7470.c:309:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/msm/msm_perf.c:80:28: note: byref variable will be forcibly initialized uint32_t activetime = 0, totaltime = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_perf.c:80:12: note: byref variable will be forcibly initialized uint32_t activetime = 0, totaltime = 0; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_auto_temp_store': /kisskb/src/drivers/hwmon/adt7470.c:1006:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'force_pwm_max_store': /kisskb/src/drivers/hwmon/adt7470.c:704:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_update': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:170:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:113:24: note: byref variable will be forcibly initialized 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:619:9: note: byref variable will be forcibly initialized int found_rec; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:617:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec tmp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_right_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:708:9: note: byref variable will be forcibly initialized int found_rec; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:706:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec tmp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_delete': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:228:8: note: byref variable will be forcibly initialized int found_rec; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:227:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec irec; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_center_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:412:9: note: byref variable will be forcibly initialized int found_rec; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_left_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:488:9: note: byref variable will be forcibly initialized int found_rec; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_right_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:549:9: note: byref variable will be forcibly initialized 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:349:9: note: byref variable will be forcibly initialized int found_rec; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:348:34: note: byref variable will be forcibly initialized struct xfs_refcount_irec rcext, tmp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:348:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec rcext, tmp; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:924:20: note: byref variable will be forcibly initialized int found_rec, found_tmp; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:924:9: note: byref variable will be forcibly initialized int found_rec, found_tmp; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:922:32: note: byref variable will be forcibly initialized struct xfs_refcount_irec ext, tmp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:922:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec ext, tmp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1054:9: note: byref variable will be forcibly initialized bool shape_changed; ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_cow_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1450:20: note: byref variable will be forcibly initialized int found_rec, found_tmp; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1450:9: note: byref variable will be forcibly initialized int found_rec, found_tmp; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1448:32: note: byref variable will be forcibly initialized struct xfs_refcount_irec ext, tmp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1448:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec ext, tmp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_cow': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1540:9: note: byref variable will be forcibly initialized bool shape_changed; ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1147:18: note: byref variable will be forcibly initialized xfs_agblock_t new_agbno; ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1144:20: note: byref variable will be forcibly initialized struct xfs_buf *agbp = NULL; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_shared': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1297:9: note: byref variable will be forcibly initialized int have; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1296:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1295:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec tmp; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_recover_cow_leftovers': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1686:24: note: byref variable will be forcibly initialized union xfs_btree_irec high; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1685:24: note: byref variable will be forcibly initialized union xfs_btree_irec low; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1684:20: note: byref variable will be forcibly initialized struct list_head debris; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1682:20: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1680:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_has_record': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1776:23: note: byref variable will be forcibly initialized union xfs_btree_irec high; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1775:23: note: byref variable will be forcibly initialized union xfs_btree_irec low; ^~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_read_channel_info_avail': /kisskb/src/drivers/iio/industrialio-core.c:833:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/drivers/iio/industrialio-core.c:832:6: note: byref variable will be forcibly initialized int length; ^~~~~~ /kisskb/src/drivers/iio/industrialio-core.c:830:13: note: byref variable will be forcibly initialized const int *vals; ^~~~ In file included from /kisskb/src/drivers/iio/industrialio-core.c:23: /kisskb/src/drivers/iio/industrialio-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletWheel': /kisskb/src/drivers/input/tablet/aiptek.c:1537:11: note: byref variable will be forcibly initialized int err, w; ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletProgrammableDelay': /kisskb/src/drivers/input/tablet/aiptek.c:1291:11: note: byref variable will be forcibly initialized int err, d; ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletJitterDelay': /kisskb/src/drivers/input/tablet/aiptek.c:1262:11: note: byref variable will be forcibly initialized int err, j; ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletYtilt': /kisskb/src/drivers/input/tablet/aiptek.c:1225:6: note: byref variable will be forcibly initialized int y; ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletXtilt': /kisskb/src/drivers/input/tablet/aiptek.c:1184:6: note: byref variable will be forcibly initialized int x; ^ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_debugfs_write_reg': /kisskb/src/drivers/iio/industrialio-core.c:418:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/iio/industrialio-core.c:417:16: note: byref variable will be forcibly initialized unsigned reg, val; ^~~ /kisskb/src/drivers/iio/industrialio-core.c:417:11: note: byref variable will be forcibly initialized unsigned reg, val; ^~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_write_channel_info': /kisskb/src/drivers/iio/industrialio-core.c:979:8: note: byref variable will be forcibly initialized char ch; ^~ /kisskb/src/drivers/iio/industrialio-core.c:948:15: note: byref variable will be forcibly initialized int integer, fract = 0; ^~~~~ /kisskb/src/drivers/iio/industrialio-core.c:948:6: note: byref variable will be forcibly initialized int integer, fract = 0; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:33: /kisskb/src/drivers/gpu/drm/msm/msm_rd.c: In function 'rd_read': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:162:2: note: in expansion of macro 'smp_store_release' smp_store_release(&fifo->tail, (fifo->tail + n) & (BUF_SZ - 1)); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_debugfs_read_reg': /kisskb/src/drivers/iio/industrialio-core.c:387:11: note: byref variable will be forcibly initialized unsigned val = 0; ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:33: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:147:8: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(rd->fifo_event, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:33: /kisskb/src/drivers/gpu/drm/msm/msm_rd.c: In function 'rd_write': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:121:3: note: in expansion of macro 'smp_store_release' smp_store_release(&fifo->head, (fifo->head + n) & (BUF_SZ - 1)); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:33: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:110:3: note: in expansion of macro 'wait_event' wait_event(rd->fifo_event, circ_space(&rd->fifo) > 0 || !rd->open); ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_rd.c: In function 'rd_open': /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:181:11: note: byref variable will be forcibly initialized uint32_t gpu_id; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:180:11: note: byref variable will be forcibly initialized uint64_t val; ^~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_get_time_ns': /kisskb/src/drivers/iio/industrialio-core.c:299:20: note: byref variable will be forcibly initialized struct timespec64 tp; ^~ /kisskb/src/drivers/gpu/drm/msm/msm_rd.c: In function 'snapshot_buf': /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:319:17: note: byref variable will be forcibly initialized (uint32_t[3]){ iova, size, iova >> 32 }, 12); ^ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_read_channel_info': /kisskb/src/drivers/iio/industrialio-core.c:760:6: note: byref variable will be forcibly initialized int val_len = 2; ^~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c:758:6: note: byref variable will be forcibly initialized int vals[INDIO_MAX_RAW_ELEMENTS]; ^~~~ /kisskb/src/drivers/gpu/drm/msm/msm_rd.c: In function 'msm_rd_dump_submit': /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:361:11: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:349:7: note: byref variable will be forcibly initialized char msg[256]; ^~~ /kisskb/src/drivers/gpu/drm/msm/msm_rd.c:411:18: note: byref variable will be forcibly initialized (uint32_t[3]){ iova, szd, iova >> 32 }, 12); ^ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_irq_parse': /kisskb/src/drivers/bcma/main.c:163:9: note: byref variable will be forcibly initialized __be32 laddr[1]; ^~~~~ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_get_irq': /kisskb/src/drivers/bcma/main.c:183:25: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u64 size; ^~~~ /kisskb/src/drivers/gpu/drm/msm/msm_ringbuffer.c: In function 'msm_ringbuffer_new': /kisskb/src/drivers/gpu/drm/msm/msm_ringbuffer.c:65:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/iio/pressure/mpl3115.c: In function 'mpl3115_trigger_handler': /kisskb/src/drivers/iio/pressure/mpl3115.c:154:5: note: byref variable will be forcibly initialized u8 buffer[16] __aligned(8); ^~~~~~ /kisskb/src/drivers/iio/pressure/mpl3115.c: In function 'mpl3115_read_raw': /kisskb/src/drivers/iio/pressure/mpl3115.c:77:9: note: byref variable will be forcibly initialized __be32 tmp = 0; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iio/industrialio-event.c:10: /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_chrdev_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:140:10: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(ev_int->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:126:15: note: byref variable will be forcibly initialized unsigned int copied; ^~~~~~ /kisskb/src/drivers/mtd/devices/phram.c: In function 'phram_setup': /kisskb/src/drivers/mtd/devices/phram.c:224:11: note: byref variable will be forcibly initialized uint64_t erasesize = PAGE_SIZE; ^~~~~~~~~ /kisskb/src/drivers/mtd/devices/phram.c:223:11: note: byref variable will be forcibly initialized uint64_t len; ^~~ /kisskb/src/drivers/mtd/devices/phram.c:222:11: note: byref variable will be forcibly initialized uint64_t start; ^~~~~ /kisskb/src/drivers/mtd/devices/phram.c:221:8: note: byref variable will be forcibly initialized char *name; ^~~~ /kisskb/src/drivers/mtd/devices/phram.c:219:32: note: byref variable will be forcibly initialized char buf[64 + 20 + 20 + 20], *str = buf; ^~~ /kisskb/src/drivers/mtd/devices/phram.c:219:7: note: byref variable will be forcibly initialized char buf[64 + 20 + 20 + 20], *str = buf; ^~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_ioctl': /kisskb/src/drivers/iio/industrialio-event.c:484:6: note: byref variable will be forcibly initialized int fd; ^~ In file included from /kisskb/src/drivers/iio/industrialio-event.c:17: /kisskb/src/drivers/iio/industrialio-event.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_value_store': /kisskb/src/drivers/iio/industrialio-event.c:331:11: note: byref variable will be forcibly initialized int val, val2; ^~~~ /kisskb/src/drivers/iio/industrialio-event.c:331:6: note: byref variable will be forcibly initialized int val, val2; ^~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_value_show': /kisskb/src/drivers/iio/industrialio-event.c:310:17: note: byref variable will be forcibly initialized int val, val2, val_arr[2]; ^~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:310:11: note: byref variable will be forcibly initialized int val, val2, val_arr[2]; ^~~~ /kisskb/src/drivers/iio/industrialio-event.c:310:6: note: byref variable will be forcibly initialized int val, val2, val_arr[2]; ^~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_state_store': /kisskb/src/drivers/iio/industrialio-event.c:274:7: note: byref variable will be forcibly initialized bool val; ^~~ In file included from /kisskb/src/drivers/iio/industrialio-event.c:13: /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_push_event': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c:82:12: note: in expansion of macro 'kfifo_put' copied = kfifo_put(&ev_int->det_events, ev); ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_detect_ctx': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:284:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/soundwire/bus_type.c: In function 'sdw_slave_uevent': /kisskb/src/drivers/soundwire/bus_type.c:64:7: note: byref variable will be forcibly initialized char modalias[32]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_kms_helper_poll_enable': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:246:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/ssb/pcihost_wrapper.c: In function 'ssb_pcihost_probe': /kisskb/src/drivers/ssb/pcihost_wrapper.c:73:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_single_connector_modes': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:427:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/adt7475.c:1060:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'output_poll_execute': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:624:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'voltage_store': /kisskb/src/drivers/hwmon/adt7475.c:356:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'stall_disable_store': /kisskb/src/drivers/hwmon/adt7475.c:838:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adt7475.c:778:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_hpd_irq_event': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:824:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwmchan_store': /kisskb/src/drivers/hwmon/adt7475.c:923:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwmctrl_store': /kisskb/src/drivers/hwmon/adt7475.c:947:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwmfreq_store': /kisskb/src/drivers/hwmon/adt7475.c:991:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwm_use_point2_pwm_at_crit_store': /kisskb/src/drivers/hwmon/adt7475.c:1030:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'temp_store': /kisskb/src/drivers/hwmon/adt7475.c:452:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'point2_store': /kisskb/src/drivers/hwmon/adt7475.c:657:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'tach_store': /kisskb/src/drivers/hwmon/adt7475.c:718:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'temp_st_store': /kisskb/src/drivers/hwmon/adt7475.c:580:8: note: byref variable will be forcibly initialized ulong val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'set_property_bit': /kisskb/src/drivers/hwmon/adt7475.c:1466:6: note: byref variable will be forcibly initialized u32 prop_value = 0; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'adt7475_set_pwm_polarity': /kisskb/src/drivers/hwmon/adt7475.c:1514:6: note: byref variable will be forcibly initialized u32 states[ADT7475_PWM_COUNT]; ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/isl68137.c: In function 'isl68137_avs_enable_store_page': /kisskb/src/drivers/hwmon/pmbus/isl68137.c:92:7: note: byref variable will be forcibly initialized bool result; ^~~~~~ /kisskb/src/drivers/hid/hid-debug.c: In function 'hid_debug_events_read': /kisskb/src/drivers/hid/hid-debug.c:1110:15: note: byref variable will be forcibly initialized int ret = 0, copied; ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'xfs_refcountbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:61:23: note: byref variable will be forcibly initialized struct xfs_alloc_arg args; /* block allocation args */ ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'xfs_refcountbt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:459:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^~~~ /kisskb/src/drivers/iio/pressure/hp206c.c: In function 'hp206c_read_20bit': /kisskb/src/drivers/iio/pressure/hp206c.c:96:5: note: byref variable will be forcibly initialized u8 values[3]; ^~~~~~ /kisskb/src/drivers/mtd/tests/oobtest.c: In function 'write_eraseblock': /kisskb/src/drivers/mtd/tests/oobtest.c:59:21: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ /kisskb/src/drivers/mtd/tests/oobtest.c: In function 'verify_eraseblock': /kisskb/src/drivers/mtd/tests/oobtest.c:168:21: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ /kisskb/src/drivers/gpu/drm/msm/msm_submitqueue.c: In function 'msm_submitqueue_create': /kisskb/src/drivers/gpu/drm/msm/msm_submitqueue.c:72:11: note: byref variable will be forcibly initialized unsigned ring_nr; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_submitqueue.c:71:26: note: byref variable will be forcibly initialized enum drm_sched_priority sched_prio; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_submitqueue.c:70:28: note: byref variable will be forcibly initialized struct drm_gpu_scheduler *sched; ^~~~~ /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'scpi_read_temp': /kisskb/src/drivers/hwmon/scpi-hwmon.c:71:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'scpi_show_sensor': /kisskb/src/drivers/hwmon/scpi-hwmon.c:91:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ In file included from /kisskb/src/include/linux/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/hwmon.h:15, from /kisskb/src/drivers/hwmon/scpi-hwmon.c:9: /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/hwmon/scpi-hwmon.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'scpi_hwmon_probe': /kisskb/src/drivers/hwmon/scpi-hwmon.c:137:6: note: byref variable will be forcibly initialized u16 nr_sensors, i; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/aquacomputer_d5next.c: In function 'd5next_debugfs_init': /kisskb/src/drivers/hwmon/aquacomputer_d5next.c:257:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/msm/msm_gpu_trace.h:186, from /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c:6: /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'perf_trace_msm_gpu_submit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'perf_trace_msm_gpu_submit_flush': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_flush, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'perf_trace_msm_gpu_submit_retired': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'perf_trace_msm_gpu_freq_change': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_freq_change, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_freq_change, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'perf_trace_msm_gmu_freq_change': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gmu_freq_change, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gmu_freq_change, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'perf_trace_msm_gem_purge': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_purge, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_purge, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'perf_trace_msm_gem_evict': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_evict, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_evict, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'perf_trace_msm_gem_purge_vmaps': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_purge_vmaps, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_purge_vmaps, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'perf_trace_msm_gpu_suspend': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:157:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_suspend, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:157:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_suspend, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'perf_trace_msm_gpu_resume': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:170:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_resume, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:170:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_resume, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/msm/msm_gpu_trace.h:186, from /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c:6: /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'trace_event_raw_event_msm_gpu_submit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'trace_event_raw_event_msm_gpu_submit_flush': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_flush, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'trace_event_raw_event_msm_gpu_submit_retired': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'trace_event_raw_event_msm_gpu_freq_change': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_freq_change, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'trace_event_raw_event_msm_gmu_freq_change': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gmu_freq_change, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'trace_event_raw_event_msm_gem_purge': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_purge, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'trace_event_raw_event_msm_gem_evict': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_evict, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'trace_event_raw_event_msm_gem_purge_vmaps': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_purge_vmaps, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'trace_event_raw_event_msm_gpu_suspend': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:157:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_suspend, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function 'trace_event_raw_event_msm_gpu_resume': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:170:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_resume, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/gpu/drm/msm/msm_gpu_trace.h:186, from /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c:6: /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function '__bpf_trace_msm_gpu_submit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function '__bpf_trace_msm_gpu_submit_retired': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:56:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_retired, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function '__bpf_trace_msm_gpu_submit_flush': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_submit_flush, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function '__bpf_trace_msm_gmu_freq_change': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gmu_freq_change, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gmu_freq_change, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gmu_freq_change, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gmu_freq_change, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function '__bpf_trace_msm_gpu_freq_change': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_freq_change, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_freq_change, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function '__bpf_trace_msm_gem_purge': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_purge, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_purge, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function '__bpf_trace_msm_gem_evict': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_evict, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_evict, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function '__bpf_trace_msm_gem_purge_vmaps': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_purge_vmaps, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gem_purge_vmaps, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function '__bpf_trace_msm_gpu_suspend': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:157:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_suspend, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:157:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_suspend, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpu_tracepoints.c: In function '__bpf_trace_msm_gpu_resume': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:170:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_resume, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/msm/msm_gpu_trace.h:170:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(msm_gpu_resume, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_gpummu.c: In function 'msm_gpummu_map': /kisskb/src/drivers/gpu/drm/msm/msm_gpummu.c:33:26: note: byref variable will be forcibly initialized struct sg_dma_page_iter dma_iter; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a5xx_debugfs.c: In function 'show': /kisskb/src/drivers/gpu/drm/msm/adreno/a5xx_debugfs.c:75:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(m); ^ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_nwrite_no_pm': /kisskb/src/drivers/soundwire/bus.c:402:17: note: byref variable will be forcibly initialized struct sdw_msg msg; ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_nread_no_pm': /kisskb/src/drivers/soundwire/bus.c:385:17: note: byref variable will be forcibly initialized struct sdw_msg msg; ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bread_no_pm': /kisskb/src/drivers/soundwire/bus.c:426:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/soundwire/bus.c:425:17: note: byref variable will be forcibly initialized struct sdw_msg msg; ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bwrite_no_pm': /kisskb/src/drivers/soundwire/bus.c:444:17: note: byref variable will be forcibly initialized struct sdw_msg msg; ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bread_no_pm_unlocked': /kisskb/src/drivers/soundwire/bus.c:458:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/soundwire/bus.c:457:17: note: byref variable will be forcibly initialized struct sdw_msg msg; ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bwrite_no_pm_unlocked': /kisskb/src/drivers/soundwire/bus.c:476:17: note: byref variable will be forcibly initialized struct sdw_msg msg; ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_read_no_pm': /kisskb/src/drivers/soundwire/bus.c:490:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_handle_slave_alerts': /kisskb/src/drivers/soundwire/bus.c:1503:25: note: byref variable will be forcibly initialized u8 buf, buf2[2], _buf, _buf2[2]; ^~~~~ /kisskb/src/drivers/soundwire/bus.c:1503:10: note: byref variable will be forcibly initialized u8 buf, buf2[2], _buf, _buf2[2]; ^~~~ /kisskb/src/drivers/soundwire/bus.c:1500:16: note: byref variable will be forcibly initialized unsigned long port; ^~~~ /kisskb/src/drivers/soundwire/bus.c:1497:31: note: byref variable will be forcibly initialized struct sdw_slave_intr_status slave_intr; ^~~~~~~~~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_read': /kisskb/src/drivers/soundwire/bus.c:587:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_program_device_num': /kisskb/src/drivers/soundwire/bus.c:730:17: note: byref variable will be forcibly initialized struct sdw_msg msg; ^~~ /kisskb/src/drivers/soundwire/bus.c:729:22: note: byref variable will be forcibly initialized struct sdw_slave_id id; ^~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_channel_read': /kisskb/src/drivers/iio/inkern.c:519:6: note: byref variable will be forcibly initialized int val_len = 2; ^~~~~~~ /kisskb/src/drivers/iio/inkern.c:517:6: note: byref variable will be forcibly initialized int vals[INDIO_MAX_RAW_ELEMENTS]; ^~~~ /kisskb/src/drivers/iio/inkern.c:516:6: note: byref variable will be forcibly initialized int unused; ^~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_convert_raw_to_processed_unlocked': /kisskb/src/drivers/iio/inkern.c:581:41: note: byref variable will be forcibly initialized int scale_type, scale_val, scale_val2, offset; ^~~~~~ /kisskb/src/drivers/iio/inkern.c:581:29: note: byref variable will be forcibly initialized int scale_type, scale_val, scale_val2, offset; ^~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c:581:18: note: byref variable will be forcibly initialized int scale_type, scale_val, scale_val2, offset; ^~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_channel_read_max': /kisskb/src/drivers/iio/inkern.c:782:6: note: byref variable will be forcibly initialized int length; ^~~~~~ /kisskb/src/drivers/iio/inkern.c:781:13: note: byref variable will be forcibly initialized const int *vals; ^~~~ /kisskb/src/drivers/iio/inkern.c:780:6: note: byref variable will be forcibly initialized int unused; ^~~~~~ In file included from /kisskb/src/drivers/iio/inkern.c:8: /kisskb/src/drivers/iio/inkern.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/inkern.c: In function '__of_iio_channel_get': /kisskb/src/drivers/iio/inkern.c:141:25: note: byref variable will be forcibly initialized struct of_phandle_args iiospec; ^~~~~~~ /kisskb/src/drivers/bcma/scan.c: In function 'bcma_detect_chip': /kisskb/src/drivers/bcma/scan.c:441:7: note: byref variable will be forcibly initialized char chip_id[8]; ^~~~~~~ /kisskb/src/drivers/bcma/scan.c: In function 'bcma_bus_scan': /kisskb/src/drivers/bcma/scan.c:459:15: note: byref variable will be forcibly initialized u32 __iomem *eromptr, *eromend; ^~~~~~~ /kisskb/src/drivers/iio/proximity/srf08.c: In function 'srf08_store_sensitivity': /kisskb/src/drivers/iio/proximity/srf08.c:388:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/proximity/srf08.c: In function 'srf08_store_range_mm': /kisskb/src/drivers/iio/proximity/srf08.c:298:15: note: byref variable will be forcibly initialized int integer, fract; ^~~~~ /kisskb/src/drivers/iio/proximity/srf08.c:298:6: note: byref variable will be forcibly initialized int integer, fract; ^~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_read_avail_channel_raw': /kisskb/src/drivers/iio/inkern.c:763:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_read_max_channel_raw': /kisskb/src/drivers/iio/inkern.c:827:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/drivers/mtd/devices/pmc551.c: In function 'pmc551_write': /kisskb/src/drivers/mtd/devices/pmc551.c:286:10: note: byref variable will be forcibly initialized u_char *ptr; ^~~ /kisskb/src/drivers/mtd/devices/pmc551.c: In function 'pmc551_read': /kisskb/src/drivers/mtd/devices/pmc551.c:230:10: note: byref variable will be forcibly initialized u_char *ptr; ^~~ /kisskb/src/drivers/mtd/devices/pmc551.c: In function 'pmc551_erase': /kisskb/src/drivers/mtd/devices/pmc551.c:142:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/devices/pmc551.c:141:10: note: byref variable will be forcibly initialized u_char *ptr; ^~~ /kisskb/src/drivers/mtd/devices/pmc551.c: In function 'fixup_pmc551': /kisskb/src/drivers/mtd/devices/pmc551.c:354:5: note: byref variable will be forcibly initialized u8 bcmd, counter; ^~~~ /kisskb/src/drivers/mtd/devices/pmc551.c:353:6: note: byref variable will be forcibly initialized u16 cmd, tmp, i; ^~~ /kisskb/src/drivers/mtd/devices/pmc551.c:352:18: note: byref variable will be forcibly initialized u32 size, dcmd, cfg, dtmp; ^~~ /kisskb/src/drivers/mtd/devices/pmc551.c:352:12: note: byref variable will be forcibly initialized u32 size, dcmd, cfg, dtmp; ^~~~ /kisskb/src/drivers/mtd/devices/pmc551.c:352:6: note: byref variable will be forcibly initialized u32 size, dcmd, cfg, dtmp; ^~~~ /kisskb/src/drivers/input/joystick/turbografx.c: In function 'tgfx_attach': /kisskb/src/drivers/input/joystick/turbografx.c:151:19: note: byref variable will be forcibly initialized struct pardev_cb tgfx_parport_cb; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_get_report': /kisskb/src/drivers/hid/hidraw.c:183:16: note: byref variable will be forcibly initialized unsigned char report_number; ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_ioctl': /kisskb/src/drivers/hid/hidraw.c:403:27: note: byref variable will be forcibly initialized struct hidraw_devinfo dinfo; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c: In function 'dp_test_type_show': /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c:246:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c: In function 'dp_test_data_show': /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c:211:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c: In function 'dp_test_active_show': /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c:324:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c: In function 'dp_test_active_write': /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c:276:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c:275:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c: In function 'dp_debug_read_info': /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c:53:6: note: byref variable will be forcibly initialized u32 max_size = SZ_4K; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_debug.c:51:6: note: byref variable will be forcibly initialized u32 len = 0, rc = 0; ^~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_aux.c: In function 'dp_aux_write': /kisskb/src/drivers/gpu/drm/msm/dp/dp_aux.c:47:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_aux.c: In function 'dp_aux_transfer_helper': /kisskb/src/drivers/gpu/drm/msm/dp/dp_aux.c:241:24: note: byref variable will be forcibly initialized struct drm_dp_aux_msg helper_msg; ^~~~~~~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_init': /kisskb/src/drivers/hid/hidraw.c:608:8: note: byref variable will be forcibly initialized dev_t dev_id; ^~~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_update_demux': /kisskb/src/drivers/iio/industrialio-buffer.c:884:26: note: byref variable will be forcibly initialized struct iio_demux_table *p = NULL; ^ In file included from /kisskb/src/drivers/iio/industrialio-buffer.c:19: /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_device_buffer_getfd': /kisskb/src/drivers/iio/industrialio-buffer.c:1410:10: note: byref variable will be forcibly initialized int fd, idx, ret; ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c:1410:6: note: byref variable will be forcibly initialized int fd, idx, ret; ^~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_store_watermark': /kisskb/src/drivers/iio/industrialio-buffer.c:1243:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_write_length': /kisskb/src/drivers/iio/industrialio-buffer.c:554:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_scan_el_ts_store': /kisskb/src/drivers/iio/industrialio-buffer.c:464:7: note: byref variable will be forcibly initialized bool state; ^~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_scan_el_store': /kisskb/src/drivers/iio/industrialio-buffer.c:414:7: note: byref variable will be forcibly initialized bool state; ^~~~~ /kisskb/src/drivers/ssb/sdio.c: In function 'ssb_sdio_writeb': /kisskb/src/drivers/ssb/sdio.c:112:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/ssb/sdio.c: In function 'ssb_sdio_read32': /kisskb/src/drivers/ssb/sdio.c:277:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/ssb/sdio.c: In function 'ssb_sdio_write8': /kisskb/src/drivers/ssb/sdio.c:346:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/ssb/sdio.c: In function 'ssb_sdio_write32': /kisskb/src/drivers/ssb/sdio.c:384:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/ssb/sdio.c: In function 'ssb_sdio_write16': /kisskb/src/drivers/ssb/sdio.c:365:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/ssb/sdio.c: In function 'ssb_sdio_read16': /kisskb/src/drivers/ssb/sdio.c:255:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/ssb/sdio.c: In function 'ssb_sdio_read8': /kisskb/src/drivers/ssb/sdio.c:233:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/ssb/sdio.c: In function 'ssb_sdio_scan_read32': /kisskb/src/drivers/ssb/sdio.c:170:6: note: byref variable will be forcibly initialized int error; ^~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function '__iio_update_buffers': /kisskb/src/drivers/iio/industrialio-buffer.c:1100:27: note: byref variable will be forcibly initialized struct iio_device_config new_config; ^~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_store_enable': /kisskb/src/drivers/iio/industrialio-buffer.c:1200:7: note: byref variable will be forcibly initialized bool requested_state; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c: In function 'print_ascii85': /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c:1021:7: note: byref variable will be forcibly initialized char out[ASCII85_BUFSZ]; ^~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function 'iio_alloc_pollfunc': /kisskb/src/drivers/iio/industrialio-trigger.c:335:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function 'iio_trigger_alloc': /kisskb/src/drivers/iio/industrialio-trigger.c:583:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function 'devm_iio_trigger_alloc': /kisskb/src/drivers/iio/industrialio-trigger.c:622:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/mtd/tests/mtd_test.c: In function 'mtdtest_erase_eraseblock': /kisskb/src/drivers/mtd/tests/mtd_test.c:13:20: note: byref variable will be forcibly initialized 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:9: note: byref variable will be forcibly initialized size_t read; ^~~~ /kisskb/src/drivers/mtd/tests/mtd_test.c: In function 'mtdtest_write': /kisskb/src/drivers/mtd/tests/mtd_test.c:99:9: note: byref variable will be forcibly initialized size_t written; ^~~~~~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'aspeed_get_fan_tach_ch_rpm': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:527:50: note: byref variable will be forcibly initialized u32 raw_data, tach_div, clk_source, msec, usec, val; ^~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:577:7: note: byref variable will be forcibly initialized long fan_ctrl; ^~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:28: /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:6: /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/hwmon-sysfs.h:10, from /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'get_connectors_for_crtc': /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:77:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'aspeed_create_fan': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:848:6: note: byref variable will be forcibly initialized u32 pwm_port; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'drm_primary_helper_update': /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:178:7: note: byref variable will be forcibly initialized bool visible; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:170:18: note: byref variable will be forcibly initialized struct drm_rect dest = { ^~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:164:18: note: byref variable will be forcibly initialized struct drm_rect src = { ^~~ /kisskb/src/drivers/iio/imu/fxos8700_core.c: In function 'fxos8700_get_scale': /kisskb/src/drivers/iio/imu/fxos8700_core.c:371:14: note: byref variable will be forcibly initialized int i, ret, val; ^~~ /kisskb/src/drivers/iio/imu/fxos8700_core.c: In function 'fxos8700_get_odr': /kisskb/src/drivers/iio/imu/fxos8700_core.c:457:9: note: byref variable will be forcibly initialized int i, val, ret; ^~~ /kisskb/src/drivers/iio/imu/fxos8700_core.c: In function 'fxos8700_set_odr': /kisskb/src/drivers/iio/imu/fxos8700_core.c:420:14: note: byref variable will be forcibly initialized int i, ret, val; ^~~ /kisskb/src/drivers/iio/imu/fxos8700_core.c: In function 'fxos8700_chip_init': /kisskb/src/drivers/iio/imu/fxos8700_core.c:552:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c: In function 'switchtec_ntb_set_link_speed': /kisskb/src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c:436:29: note: byref variable will be forcibly initialized enum ntb_width self_width, peer_width; ^~~~~~~~~~ /kisskb/src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c:436:17: note: byref variable will be forcibly initialized enum ntb_width self_width, peer_width; ^~~~~~~~~~ /kisskb/src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c:435:29: note: byref variable will be forcibly initialized enum ntb_speed self_speed, peer_speed; ^~~~~~~~~~ /kisskb/src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c:435:17: note: byref variable will be forcibly initialized enum ntb_speed self_speed, peer_speed; ^~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, 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:218:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c: In function 'switchtec_ntb_init_req_id_table': /kisskb/src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c:1281:6: note: byref variable will be forcibly initialized int req_ids[2]; ^~~~~~~ /kisskb/src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c: In function 'crosslink_setup_req_ids': /kisskb/src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c:1067:6: note: byref variable will be forcibly initialized int req_ids[16]; ^~~~~~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9660_fifo_is_empty': /kisskb/src/drivers/iio/light/apds9960.c:751:6: note: byref variable will be forcibly initialized int cnt; ^~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_read_event': /kisskb/src/drivers/iio/light/apds9960.c:614:9: note: byref variable will be forcibly initialized __le16 buf; ^~~ /kisskb/src/drivers/iio/light/apds9960.c:613:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_interrupt_handler': /kisskb/src/drivers/iio/light/apds9960.c:788:11: note: byref variable will be forcibly initialized int ret, status; ^~~~~~ /kisskb/src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c: In function 'switchtec_ntb_init_crosslink': /kisskb/src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c:1126:6: note: byref variable will be forcibly initialized u64 bar_addrs[6]; ^~~~~~~~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_write_event': /kisskb/src/drivers/iio/light/apds9960.c:650:9: note: byref variable will be forcibly initialized __le16 buf; ^~~ /kisskb/src/drivers/iio/light/apds9960.c:649:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_read_raw': /kisskb/src/drivers/iio/light/apds9960.c:472:9: note: byref variable will be forcibly initialized __le16 buf; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sync_sb': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:942:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_update_secondary_sbs': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:978:20: note: byref variable will be forcibly initialized 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:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c:974:14: note: byref variable will be forcibly initialized LIST_HEAD (buffer_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sync_sb_buf': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1038:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_read_secondary': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1163:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_get_secondary': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1185:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_write_verify': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:800:17: note: byref variable will be forcibly initialized struct xfs_sb sb; ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_read_verify': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:734:17: note: byref variable will be forcibly initialized struct xfs_sb sb; ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_symlink_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_symlink_remote.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_ast': /kisskb/src/drivers/hwmon/asc7621.c:711:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/asc7621.c:589:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_u8': /kisskb/src/drivers/hwmon/asc7621.c:176:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp62': /kisskb/src/drivers/hwmon/asc7621.c:416:7: note: byref variable will be forcibly initialized long reqval, i, f; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_ap2_temp': /kisskb/src/drivers/hwmon/asc7621.c:470:7: note: byref variable will be forcibly initialized long reqval, auto_point1; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp_st': /kisskb/src/drivers/hwmon/asc7621.c:758:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_bitmask': /kisskb/src/drivers/hwmon/asc7621.c:208:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp8': /kisskb/src/drivers/hwmon/asc7621.c:360:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_fan16': /kisskb/src/drivers/hwmon/asc7621.c:253:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_in8': /kisskb/src/drivers/hwmon/asc7621.c:327:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/input/tablet/wacom_serial4.c: In function 'wacom_handle_model_response': /kisskb/src/drivers/input/tablet/wacom_serial4.c:190:15: note: byref variable will be forcibly initialized int major_v, minor_v, r = 0; ^~~~~~~ /kisskb/src/drivers/input/tablet/wacom_serial4.c:190:6: note: byref variable will be forcibly initialized int major_v, minor_v, r = 0; ^~~~~~~ /kisskb/src/drivers/input/tablet/wacom_serial4.c: In function 'wacom_handle_configuration_response': /kisskb/src/drivers/input/tablet/wacom_serial4.c:265:9: note: byref variable will be forcibly initialized int r, skip; ^~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_freq': /kisskb/src/drivers/hwmon/asc7621.c:662:16: note: byref variable will be forcibly initialized unsigned long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_ac': /kisskb/src/drivers/hwmon/asc7621.c:521:16: note: byref variable will be forcibly initialized unsigned long reqval; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_catalog.c: In function 'dp_catalog_ctrl_config_msa': /kisskb/src/drivers/gpu/drm/msm/dp/dp_catalog.c:433:21: note: byref variable will be forcibly initialized unsigned long den, num; ^~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_catalog.c:433:16: note: byref variable will be forcibly initialized unsigned long den, num; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_tx.c: In function 'rtllib_query_seqnum': /kisskb/src/drivers/staging/rtl8192e/rtllib_tx.c:505:24: note: byref variable will be forcibly initialized struct tx_ts_record *pTS = NULL; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_tx.c: In function 'rtllib_tx_query_agg_cap': /kisskb/src/drivers/staging/rtl8192e/rtllib_tx.c:273:23: note: byref variable will be forcibly initialized struct tx_ts_record *pTxTs = NULL; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_aux_link_configure': /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:87:5: note: byref variable will be forcibly initialized u8 values[2]; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_update_vx_px': /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:1002:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_link_train_1': /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:1079:5: note: byref variable will be forcibly initialized u8 link_status[DP_LINK_STATUS_SIZE]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_link_train_2': /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:1186:5: note: byref variable will be forcibly initialized u8 link_status[DP_LINK_STATUS_SIZE]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_link_train': /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:1231:5: note: byref variable will be forcibly initialized u8 encoding = DP_SET_ANSI_8B10B; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_link_retrain': /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:1775:6: note: byref variable will be forcibly initialized int training_step = DP_TRAINING_NONE; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_channel_eq_ok': /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:1643:5: note: byref variable will be forcibly initialized u8 link_status[DP_LINK_STATUS_SIZE]; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_calc_tu_parameters': /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:938:26: note: byref variable will be forcibly initialized struct dp_tu_calc_input in; ^~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_setup_tr_unit': /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:964:32: note: byref variable will be forcibly initialized struct dp_vc_tu_mapping_table tu_calc_table; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_link_maintenance': /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:1482:6: note: byref variable will be forcibly initialized int training_step = DP_TRAINING_NONE; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c: In function 'dp_ctrl_on_link': /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:1659:15: note: byref variable will be forcibly initialized unsigned int training_step; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_ctrl.c:1658:5: note: byref variable will be forcibly initialized u8 link_status[DP_LINK_STATUS_SIZE]; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/drm/msm/dp/dp_display.c:6: /kisskb/src/drivers/gpu/drm/msm/dp/dp_display.c: In function 'hpd_event_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_display.c:1061:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(dp_priv->event_q, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_display.c:1057:4: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(dp_priv->event_q, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_drm.c: In function 'dp_connector_get_modes': /kisskb/src/drivers/gpu/drm/msm/dp/dp_drm.c:50:30: note: byref variable will be forcibly initialized struct drm_display_mode *m, drm_mode; ^~~~~~~~ In file included from /kisskb/src/drivers/mtd/tests/pagetest.c:18: /kisskb/src/drivers/mtd/tests/pagetest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/ssb/driver_chipcommon.c: In function 'chipco_pctl_get_slowclksrc': /kisskb/src/drivers/ssb/driver_chipcommon.c:122:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/hwmon/pmbus/ltc2978.c: In function 'ltc2978_get_id': /kisskb/src/drivers/hwmon/pmbus/ltc2978.c:573:6: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX]; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/drivers/hid/uhid.c:11: /kisskb/src/drivers/hid/uhid.c: In function '__uhid_report_queue_and_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c:176:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(uhid->report_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/ds620.c: In function 'temp_store': /kisskb/src/drivers/hwmon/ds620.c:145:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hid/uhid.c: In function 'uhid_dev_create': /kisskb/src/drivers/hid/uhid.c:535:25: note: userspace variable will be forcibly initialized struct uhid_create_req orig; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/drivers/hid/uhid.c:11: /kisskb/src/drivers/hid/uhid.c: In function 'uhid_char_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c:669:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(uhid->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_aux_link_power_down': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:75:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_link_get_period': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:98:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_link_parse_timing_params2': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:330:5: note: byref variable will be forcibly initialized u8 bp[2]; ^~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_link_parse_timing_params1': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:308:5: note: byref variable will be forcibly initialized u8 bp[2]; ^~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_link_parse_timing_params3': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:352:5: note: byref variable will be forcibly initialized u8 bp; ^~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_aux_link_power_up': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:50:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_link_parse_phy_test_params': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:574:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_link_parse_link_training_params': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:531:5: note: byref variable will be forcibly initialized u8 bp; ^~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_link_parse_video_pattern_params': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:377:5: note: byref variable will be forcibly initialized u8 bp; ^~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_link_parse_audio_mode': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:216:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_link_parse_audio_pattern_type': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:189:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c: In function 'dp_link_parse_request': /kisskb/src/drivers/gpu/drm/msm/dp/dp_link.c:628:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/hwmon/ds1621.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/ds1621.c:281:16: note: byref variable will be forcibly initialized unsigned long convrate; ^~~~~~~~ /kisskb/src/drivers/hwmon/ds1621.c: In function 'temp_store': /kisskb/src/drivers/hwmon/ds1621.c:238:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_use_com_int': /kisskb/src/drivers/input/misc/ad714x.c:129:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_use_thr_int': /kisskb/src/drivers/input/misc/ad714x.c:146:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_hw_detect': /kisskb/src/drivers/input/misc/ad714x.c:872:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_hw_init': /kisskb/src/drivers/input/misc/ad714x.c:916:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_disable_store': /kisskb/src/drivers/input/touchscreen/ad7879.c:371:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_parse_dt': /kisskb/src/drivers/input/touchscreen/ad7879.c:494:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_read': /kisskb/src/drivers/input/touchscreen/ad7879.c:137:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/soundwire/slave.c: In function 'sdw_of_find_slaves': /kisskb/src/drivers/soundwire/slave.c:214:23: note: byref variable will be forcibly initialized struct sdw_slave_id id; ^~ /kisskb/src/drivers/soundwire/slave.c:212:16: note: byref variable will be forcibly initialized unsigned int sdw_version; ^~~~~~~~~~~ /kisskb/src/drivers/soundwire/slave.c:211:21: note: byref variable will be forcibly initialized int link_id, ret, len; ^~~ /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:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/drivers/iio/light/bh1750.c: In function 'bh1750_read': /kisskb/src/drivers/iio/light/bh1750.c:108:9: note: byref variable will be forcibly initialized __be16 result; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_panel.c: In function 'dp_panel_get_edid_checksum': /kisskb/src/drivers/gpu/drm/msm/dp/dp_panel.c:274:7: note: byref variable will be forcibly initialized bool is_edid_corrupt = false; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_panel.c: In function 'dp_panel_read_sink_caps': /kisskb/src/drivers/gpu/drm/msm/dp/dp_panel.c:158:12: note: byref variable will be forcibly initialized int rlen, count; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_encode_up_ack_reply': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3623:40: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_reply_body reply; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_parser.c: In function 'dp_parser_init_clk_data': /kisskb/src/drivers/gpu/drm/msm/dp/dp_parser.c:113:14: note: byref variable will be forcibly initialized const char *clk_name; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_parser.c: In function 'dp_parser_clock': /kisskb/src/drivers/gpu/drm/msm/dp/dp_parser.c:193:14: note: byref variable will be forcibly initialized const char *clk_name; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function '__topology_ref_save': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1584:8: note: byref variable will be forcibly initialized ulong stack_entries[STACK_DEPTH]; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:26: /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_rad_to_str': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:181:5: note: byref variable will be forcibly initialized u8 unpacked_rad[16]; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function '__dump_topology_ref_history': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1671:10: note: byref variable will be forcibly initialized ulong *entries; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1649:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_debug_printer(DBG_PREFIX); ^ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_dpcd_write_payload': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4626:23: note: byref variable will be forcibly initialized u8 payload_alloc[3], status; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4626:5: note: byref variable will be forcibly initialized u8 payload_alloc[3], status; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'do_get_act_status': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4669:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_get_one_sb_msg': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3923:33: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_hdr hdr; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3922:5: note: byref variable will be forcibly initialized u8 hdrlen; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3919:5: note: byref variable will be forcibly initialized u8 replyblock[32]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_handle_down_rep': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3995:28: note: byref variable will be forcibly initialized struct drm_dp_mst_branch *mstb = NULL; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_mstb': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4787:7: note: byref variable will be forcibly initialized char prefix[10]; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_mst_prop_path': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2243:7: note: byref variable will be forcibly initialized char temp[8]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_port_add_connector': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2302:7: note: byref variable will be forcibly initialized char proppath[255]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_dpcd_read': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2762:38: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_req_body req; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_dpcd_write': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1144:38: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_req_body req; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_power_updown_phy': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1206:38: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_req_body req; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_query_stream_enc_status': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1222:38: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_req_body req; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_allocate_payload': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1189:38: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_req_body req; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_enum_path_resources': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1174:38: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_req_body req; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_clear_payload_id_table': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1164:38: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_req_body req; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_link_address': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1156:38: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_req_body req; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_sideband_msg_tx': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:691:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:690:38: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_req_body req; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'process_single_tx_qlock': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2877:23: note: byref variable will be forcibly initialized struct drm_printer p = drm_debug_printer(DBG_PREFIX); ^ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2838:18: note: byref variable will be forcibly initialized int len, space, idx, tosend; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2837:33: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_hdr hdr; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2836:5: note: byref variable will be forcibly initialized u8 chunk[48]; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_queue_down_tx': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2922:22: note: byref variable will be forcibly initialized struct drm_printer p = drm_debug_printer(DBG_PREFIX); ^ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_wait_tx_reply': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1359:22: note: byref variable will be forcibly initialized struct drm_printer p = drm_debug_printer(DBG_PREFIX); ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:26: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1325:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mgr->tx_waitq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_payload_send_msg': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3166:5: note: byref variable will be forcibly initialized u8 sinks[DRM_DP_MAX_SDP_STREAMS]; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3165:11: note: byref variable will be forcibly initialized int ret, port_num; ^~~~~~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_cmd_recv': /kisskb/src/drivers/ntb/test/ntb_perf.c:460:6: note: byref variable will be forcibly initialized u64 data; ^~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c:459:17: note: byref variable will be forcibly initialized int ret, pidx, cmd; ^~~ /kisskb/src/drivers/ntb/test/ntb_perf.c:459:11: note: byref variable will be forcibly initialized int ret, pidx, cmd; ^~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/drivers/ntb/test/ntb_perf.c:70: /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/ntb/test/ntb_perf.c:75: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_read': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5620:38: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_req_body msg; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_write': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5673:38: note: byref variable will be forcibly initialized struct drm_dp_sideband_msg_req_body msg; ^~~ /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_setup_inbuf': /kisskb/src/drivers/ntb/test/ntb_perf.c:570:42: note: byref variable will be forcibly initialized resource_size_t xlat_align, size_align, size_max; ^~~~~~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c:570:30: note: byref variable will be forcibly initialized resource_size_t xlat_align, size_align, size_max; ^~~~~~~~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c:570:18: note: byref variable will be forcibly initialized resource_size_t xlat_align, size_align, size_max; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_port_set_pdt': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2099:5: note: byref variable will be forcibly initialized u8 rad[8], lct; ^~~ /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_setup_peer_mw': /kisskb/src/drivers/ntb/test/ntb_perf.c:1412:14: note: byref variable will be forcibly initialized phys_addr_t phys_addr; ^~~~~~~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_init_test': /kisskb/src/drivers/ntb/test/ntb_perf.c:874:17: note: byref variable will be forcibly initialized dma_cap_mask_t dma_mask; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_send_link_address': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2993:8: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'bit_show': /kisskb/src/drivers/hwmon/emc1403.c:54:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'show_hyst_common': /kisskb/src/drivers/hwmon/emc1403.c:106:15: note: byref variable will be forcibly initialized unsigned int hyst; ^~~~ /kisskb/src/drivers/hwmon/emc1403.c:105:15: note: byref variable will be forcibly initialized unsigned int limit; ^~~~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'temp_show': /kisskb/src/drivers/hwmon/emc1403.c:40:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/ntb/test/ntb_perf.c:72: /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_sync_test': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c:973:2: note: in expansion of macro 'wait_event' wait_event(pthr->dma_wait, ^~~~~~~~~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'bit_store': /kisskb/src/drivers/hwmon/emc1403.c:85:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'temp_store': /kisskb/src/drivers/hwmon/emc1403.c:68:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'hyst_store': /kisskb/src/drivers/hwmon/emc1403.c:141:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/emc1403.c:138:15: note: byref variable will be forcibly initialized unsigned int limit; ^~~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_dbgfs_write_tcnt': /kisskb/src/drivers/ntb/test/ntb_perf.c:1334:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_dbgfs_read_tcnt': /kisskb/src/drivers/ntb/test/ntb_perf.c:1320:7: note: byref variable will be forcibly initialized char buf[8]; ^~~ /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_dbgfs_read_run': /kisskb/src/drivers/ntb/test/ntb_perf.c:1269:15: note: byref variable will be forcibly initialized ssize_t ret, pos = 0; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_send_query_stream_enc_status': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3256:5: note: byref variable will be forcibly initialized u8 nonce[7]; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_update_payload_part1': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3370:24: note: byref variable will be forcibly initialized struct drm_dp_payload req_payload; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/ntb/test/ntb_perf.c:72: /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_submit_test': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c:1105:8: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(perf->twait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ntb/test/ntb_perf.c: In function 'perf_dbgfs_write_run': /kisskb/src/drivers/ntb/test/ntb_perf.c:1292:6: note: byref variable will be forcibly initialized int pidx, ret; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_read_mst_cap': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3686:5: note: byref variable will be forcibly initialized u8 mstm_cap; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_set_mst': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3719:25: note: byref variable will be forcibly initialized struct drm_dp_payload reset_pay; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_resume': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3857:5: note: byref variable will be forcibly initialized u8 guid[16]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_topology': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4893:6: note: byref variable will be forcibly initialized u8 buf[DP_PAYLOAD_TABLE_SIZE]; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4866:9: note: byref variable will be forcibly initialized char name[14]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_atomic_check': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5414:36: note: byref variable will be forcibly initialized struct drm_dp_mst_topology_state *mst_state; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5413:34: note: byref variable will be forcibly initialized struct drm_dp_mst_topology_mgr *mgr; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dsc_aux_for_port': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5927:6: note: byref variable will be forcibly initialized u8 dpcd_ext[DP_RECEIVER_CAP_SIZE]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5887:6: note: byref variable will be forcibly initialized u8 upstream_dsc; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5862:5: note: byref variable will be forcibly initialized u8 endpoint_dsc; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5861:5: note: byref variable will be forcibly initialized u8 endpoint_fec; ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/tests/readtest.c: In function 'read_eraseblock_by_page': /kisskb/src/drivers/mtd/tests/readtest.c:50:23: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ /kisskb/src/drivers/mtd/tests/readtest.c: In function 'dump_eraseblock': /kisskb/src/drivers/mtd/tests/readtest.c:82:7: note: byref variable will be forcibly initialized char line[128]; ^~~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_pwm_freq': /kisskb/src/drivers/hwmon/f71805f.c:770:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_pwm_auto_point_fan': /kisskb/src/drivers/hwmon/f71805f.c:843:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_pwm_auto_point_temp': /kisskb/src/drivers/hwmon/f71805f.c:806:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/f71805f.c:694:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_in0_min': /kisskb/src/drivers/hwmon/f71805f.c:476:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_in0_max': /kisskb/src/drivers/hwmon/f71805f.c:455:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_in_min': /kisskb/src/drivers/hwmon/f71805f.c:548:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_in_max': /kisskb/src/drivers/hwmon/f71805f.c:527:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_temp_hyst': /kisskb/src/drivers/hwmon/f71805f.c:927:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_temp_max': /kisskb/src/drivers/hwmon/f71805f.c:906:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_fan_target': /kisskb/src/drivers/hwmon/f71805f.c:620:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_fan_min': /kisskb/src/drivers/hwmon/f71805f.c:599:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_pwm_enable': /kisskb/src/drivers/hwmon/f71805f.c:721:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'f71805f_init': /kisskb/src/drivers/hwmon/f71805f.c:1615:26: note: byref variable will be forcibly initialized struct f71805f_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/f71805f.c:1614:17: note: byref variable will be forcibly initialized unsigned short address; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_verify_agino': /kisskb/src/fs/xfs/libxfs/xfs_types.c:127:15: note: byref variable will be forcibly initialized xfs_agino_t last; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c:126:15: note: byref variable will be forcibly initialized xfs_agino_t first; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_icount_range': /kisskb/src/fs/xfs/libxfs/xfs_types.c:233:22: note: byref variable will be forcibly initialized xfs_agino_t first, last; ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c:233:15: note: byref variable will be forcibly initialized xfs_agino_t first, last; ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_verify_icount': /kisskb/src/fs/xfs/libxfs/xfs_types.c:247:26: note: byref variable will be forcibly initialized unsigned long long min, max; ^~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c:247:21: note: byref variable will be forcibly initialized unsigned long long min, max; ^~~ /kisskb/src/drivers/ssb/driver_pcicore.c: In function 'ssb_pcicore_dev_irqvecs_enable': /kisskb/src/drivers/ssb/driver_pcicore.c:688:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/gpu/drm/msm/dp/dp_audio.c: In function 'dp_audio_get_g0_value': /kisskb/src/drivers/gpu/drm/msm/dp/dp_audio.c:41:5: note: byref variable will be forcibly initialized u8 g[4]; ^ /kisskb/src/drivers/gpu/drm/msm/dp/dp_audio.c:40:5: note: byref variable will be forcibly initialized u8 c[4]; ^ /kisskb/src/drivers/gpu/drm/msm/dp/dp_audio.c: In function 'dp_audio_get_g1_value': /kisskb/src/drivers/gpu/drm/msm/dp/dp_audio.c:62:5: note: byref variable will be forcibly initialized u8 g[4]; ^ /kisskb/src/drivers/gpu/drm/msm/dp/dp_audio.c:61:5: note: byref variable will be forcibly initialized u8 c[4]; ^ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/soundwire/mipi_disco.c:20: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soundwire/mipi_disco.c: In function 'sdw_slave_read_dpn': /kisskb/src/drivers/soundwire/mipi_disco.c:170:7: note: byref variable will be forcibly initialized char name[40]; ^~~~ /kisskb/src/drivers/soundwire/mipi_disco.c:169:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/drivers/soundwire/mipi_disco.c: In function 'sdw_master_read_prop': /kisskb/src/drivers/soundwire/mipi_disco.c:34:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c: In function 'rtl819x_translate_scan': /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:213:8: note: byref variable will be forcibly initialized char buf[MAX_WZC_IE_LEN]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:202:8: note: byref variable will be forcibly initialized char buf[MAX_WPA_IE_LEN]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:193:8: note: byref variable will be forcibly initialized char buf[MAX_WPA_IE_LEN]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:43:18: note: byref variable will be forcibly initialized struct iw_event iwe; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:40:7: note: byref variable will be forcibly initialized char proto_name[IFNAMSIZ]; ^~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:39:7: note: byref variable will be forcibly initialized char custom[MAX_CUSTOM_LEN]; ^~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c: In function 'rtllib_wx_set_encode_ext': /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:578:8: note: byref variable will be forcibly initialized char tempbuf[100]; ^~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c: In function 'rtllib_wx_set_gen_ie': /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:759:10: note: byref variable will be forcibly initialized u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/xpad.c:782:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(xpad->x360w_dev, xpad->dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_temp_hyst': /kisskb/src/drivers/hwmon/f71882fg.c:2044:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_temp': /kisskb/src/drivers/hwmon/f71882fg.c:2181:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_pwm': /kisskb/src/drivers/hwmon/f71882fg.c:1990:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_channel': /kisskb/src/drivers/hwmon/f71882fg.c:2130:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_simple_pwm': /kisskb/src/drivers/hwmon/f71882fg.c:1863:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/f71882fg.c:1910:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/f71882fg.c:1812:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/gpu/drm/msm/msm_fbdev.c: In function 'msm_fbdev_create': /kisskb/src/drivers/gpu/drm/msm/msm_fbdev.c:63:11: note: byref variable will be forcibly initialized uint64_t paddr; ^~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_fan_full_speed': /kisskb/src/drivers/hwmon/f71882fg.c:1399:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/f71882fg.c:1486:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_crit': /kisskb/src/drivers/hwmon/f71882fg.c:1684:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_max_hyst': /kisskb/src/drivers/hwmon/f71882fg.c:1642:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_max': /kisskb/src/drivers/hwmon/f71882fg.c:1600:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_fan_beep': /kisskb/src/drivers/hwmon/f71882fg.c:1433:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_interpolate': /kisskb/src/drivers/hwmon/f71882fg.c:2090:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_in_beep': /kisskb/src/drivers/hwmon/f71882fg.c:1523:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_beep': /kisskb/src/drivers/hwmon/f71882fg.c:1745:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'f71882fg_init': /kisskb/src/drivers/hwmon/f71882fg.c:2762:27: note: byref variable will be forcibly initialized struct f71882fg_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_set_odr': /kisskb/src/drivers/iio/imu/kmx61.c:419:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_set_scale': /kisskb/src/drivers/iio/imu/kmx61.c:508:6: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_chip_init': /kisskb/src/drivers/iio/imu/kmx61.c:535:16: note: byref variable will be forcibly initialized int ret, val, val2; ^~~~ /kisskb/src/drivers/iio/imu/kmx61.c:535:11: note: byref variable will be forcibly initialized int ret, val, val2; ^~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_setup_any_motion_interrupt': /kisskb/src/drivers/iio/imu/kmx61.c:668:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_setup_new_data_interrupt': /kisskb/src/drivers/iio/imu/kmx61.c:588:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_trigger_handler': /kisskb/src/drivers/iio/imu/kmx61.c:1195:6: note: byref variable will be forcibly initialized s16 buffer[8]; ^~~~~~ /kisskb/src/drivers/iio/light/cm3232.c: In function 'cm3232_get_lux': /kisskb/src/drivers/iio/light/cm3232.c:204:11: note: byref variable will be forcibly initialized int val, val2; ^~~~ /kisskb/src/drivers/iio/light/cm3232.c:204:6: note: byref variable will be forcibly initialized int val, val2; ^~~ /kisskb/src/drivers/mtd/tests/speedtest.c: In function 'multiblock_erase': /kisskb/src/drivers/mtd/tests/speedtest.c:46:20: note: byref variable will be forcibly initialized struct erase_info ei; ^~ /kisskb/src/drivers/mtd/ubi/vmt.c: In function 'ubi_create_volume': /kisskb/src/drivers/mtd/ubi/vmt.c:148:25: note: byref variable will be forcibly initialized struct ubi_vtbl_record vtbl_rec; ^~~~~~~~ /kisskb/src/drivers/mtd/ubi/vmt.c: In function 'ubi_resize_volume': /kisskb/src/drivers/mtd/ubi/vmt.c:416:25: note: byref variable will be forcibly initialized struct ubi_vtbl_record vtbl_rec; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c: In function 'pll_get_post_div': /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c:171:6: note: byref variable will be forcibly initialized u64 vco_freq[60]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c:170:6: note: byref variable will be forcibly initialized int tx_band_sel[] = { 0, 1, 2, 3 }; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c:169:6: note: byref variable will be forcibly initialized int hs_divsel[] = { 0, 4, 8, 12, 1, 5, 2, 9, 3, 13, 10, 7, 14, 11, 15 }; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c:168:6: note: byref variable will be forcibly initialized int ratio[] = { 2, 3, 4, 5, 6, 9, 10, 12, 14, 15, 20, 21, 25, 28, 35 }; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c: In function 'pll_calculate': /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c:221:32: note: byref variable will be forcibly initialized struct hdmi_8996_post_divider pd; ^~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c: In function 'hdmi_8996_pll_set_clk_rate': /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c:400:35: note: byref variable will be forcibly initialized struct hdmi_8996_phy_pll_reg_cfg cfg; ^~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c: In function 'msm_hdmi_pll_8996_init': /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c:726:18: note: byref variable will be forcibly initialized char name[32], label[32]; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c:726:8: note: byref variable will be forcibly initialized char name[32], label[32]; ^~~~ /kisskb/src/drivers/hwmon/g760a.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/g760a.c:143:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_get_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:785:23: note: byref variable will be forcibly initialized struct stp_policy_id id = { ^~ In file included from /kisskb/src/include/linux/dev_printk.h:14, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ 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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_open': /kisskb/src/drivers/hwtracing/stm/core.c:489:15: note: byref variable will be forcibly initialized unsigned int major = imajor(inode); ^~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_output_assign': /kisskb/src/drivers/hwtracing/stm/core.c:285:33: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:27: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:21: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:15: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_set_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:731:6: note: byref variable will be forcibly initialized u32 size; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:729:8: note: byref variable will be forcibly initialized char *ids[] = { NULL, NULL }; ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:803:6: note: byref variable will be forcibly initialized u64 options; ^~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_write': /kisskb/src/drivers/hwtracing/stm/core.c:635:9: note: byref variable will be forcibly initialized char *ids[] = { comm, "default", NULL }; ^~~ /kisskb/src/drivers/hwtracing/stm/core.c:634:8: note: byref variable will be forcibly initialized char comm[sizeof(current->comm)]; ^~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_rmt_stale': /kisskb/src/fs/xfs/xfs_attr_inactive.c:40:8: note: byref variable will be forcibly initialized int nmap; ^~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c:39:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map; ^~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_leaf_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:87:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, 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:186:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_node_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:226:30: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr phdr; ^~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c:141:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c:140:19: note: byref variable will be forcibly initialized struct xfs_buf *child_bp; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_root_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:261:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1040:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(src->link, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1000:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(src->link, stm); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:992:8: note: byref variable will be forcibly initialized char *ids[] = { NULL, "default", NULL }; ^~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:332:20: note: byref variable will be forcibly initialized struct xfs_trans *trans; ^~~~~ /kisskb/src/drivers/soundwire/stream.c: In function 'sdw_enable_disable_master_ports': /kisskb/src/drivers/soundwire/stream.c:339:23: note: byref variable will be forcibly initialized struct sdw_enable_ch enable_ch; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1089:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(src->link, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soundwire/stream.c: In function 'sdw_prep_deprep_master_ports': /kisskb/src/drivers/soundwire/stream.c:514:24: note: byref variable will be forcibly initialized struct sdw_prepare_ch prep_ch; ^~~~~~~ /kisskb/src/drivers/soundwire/stream.c: In function '_sdw_prepare_stream': /kisskb/src/drivers/soundwire/stream.c:1499:24: note: byref variable will be forcibly initialized struct sdw_bus_params params; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/ntb/test/ntb_msi_test.c:3: /kisskb/src/drivers/ntb/test/ntb_msi_test.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/ntb.h:60, from /kisskb/src/drivers/ntb/test/ntb_msi_test.c:5: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/ntb.h:61, from /kisskb/src/drivers/ntb/test/ntb_msi_test.c:5: /kisskb/src/drivers/ntb/test/ntb_msi_test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/ntb/test/ntb_msi_test.c:3: /kisskb/src/drivers/ntb/test/ntb_msi_test.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/ntb.h:60, from /kisskb/src/drivers/ntb/test/ntb_msi_test.c:5: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/ntb/test/ntb_msi_test.c: In function 'ntb_msit_create_dbgfs': /kisskb/src/drivers/ntb/test/ntb_msi_test.c:273:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/hwmon/pmbus/max15301.c: In function 'max15301_probe': /kisskb/src/drivers/hwmon/pmbus/max15301.c:144:5: note: byref variable will be forcibly initialized u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~ /kisskb/src/drivers/hwmon/g762.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/g762.c:903:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/g762.c:871:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'pwm1_mode_store': /kisskb/src/drivers/hwmon/g762.c:765:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'fan1_pulses_store': /kisskb/src/drivers/hwmon/g762.c:828:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'fan1_div_store': /kisskb/src/drivers/hwmon/g762.c:796:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'fan1_target_store': /kisskb/src/drivers/hwmon/g762.c:950:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'g762_of_prop_import_one': /kisskb/src/drivers/hwmon/g762.c:641:6: note: byref variable will be forcibly initialized u32 pval; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_probe_resp': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:835:5: note: byref variable will be forcibly initialized u8 tmp_generic_ie_len = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:832:5: note: byref variable will be forcibly initialized u8 tmp_ht_info_len = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:830:5: note: byref variable will be forcibly initialized u8 tmp_ht_cap_len = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_assoc_resp': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:963:6: note: byref variable will be forcibly initialized u8 *tag; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_probe_req': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:335:6: note: byref variable will be forcibly initialized u8 *tag; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_rx_assoc_resp': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:2206:6: note: byref variable will be forcibly initialized int aid; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_association_req': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1316:6: note: byref variable will be forcibly initialized u8 CcxVerNumBuf[] = {0x00, 0x40, 0x96, 0x03, 0x00}; ^~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1283:6: note: byref variable will be forcibly initialized u8 CcxAironetBuf[30]; ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1152:5: note: byref variable will be forcibly initialized u8 realtek_ie_len = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1150:5: note: byref variable will be forcibly initialized u8 ht_cap_len = 0; ^~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1147:6: note: byref variable will be forcibly initialized u8 *tag, *ies; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_EnableIntelPromiscuousMode': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:439:7: note: byref variable will be forcibly initialized bool bFilterOutNonAssociatedBSSID = false; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_DisableIntelPromiscuousMode': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:460:7: note: byref variable will be forcibly initialized bool bFilterOutNonAssociatedBSSID = true; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_softmac_new_net': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1609:5: note: byref variable will be forcibly initialized u8 tmp_ssid[IW_ESSID_MAX_SIZE + 1]; ^~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_softmac_scan_syncro': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:506:19: note: byref variable will be forcibly initialized union iwreq_data wrqu; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_rx_probe_rq': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1906:5: note: byref variable will be forcibly initialized u8 dest[ETH_ALEN]; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_rx_assoc_rq': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1931:5: note: byref variable will be forcibly initialized u8 dest[ETH_ALEN]; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_rx_auth_resp': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:2283:6: note: byref variable will be forcibly initialized int chlen = 0; ^~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:2282:6: note: byref variable will be forcibly initialized u8 *challenge; ^~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_rx_auth_rq': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1918:5: note: byref variable will be forcibly initialized u8 dest[ETH_ALEN]; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_sta_ps': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:2048:6: note: byref variable will be forcibly initialized u64 time; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'notify_wx_assoc_event': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:3238:19: note: byref variable will be forcibly initialized union iwreq_data wrqu; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_MlmeDisassociateRequest': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:3180:5: note: byref variable will be forcibly initialized u8 OpMode; ^~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_MgntDisconnectAP': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:3208:7: note: byref variable will be forcibly initialized bool bFilterOutNonAssociatedBSSID = false; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_MgntDisconnectIBSS': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:3155:7: note: byref variable will be forcibly initialized bool bFilterOutNonAssociatedBSSID = false; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:3153:5: note: byref variable will be forcibly initialized u8 OpMode; ^~~~~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_get_triple': /kisskb/src/drivers/input/misc/adxl34x.c:240:8: note: byref variable will be forcibly initialized short buf[3]; ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_autosleep_store': /kisskb/src/drivers/input/misc/adxl34x.c:578:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_disable_store': /kisskb/src/drivers/input/misc/adxl34x.c:454:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_rate_store': /kisskb/src/drivers/input/misc/adxl34x.c:543:16: note: byref variable will be forcibly initialized unsigned char val; ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_service_ev_fifo': /kisskb/src/drivers/input/misc/adxl34x.c:259:21: note: byref variable will be forcibly initialized struct axis_triple axis; ^~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_manager.c: In function 'enable_phy': /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_manager.c:119:33: note: byref variable will be forcibly initialized struct msm_dsi_phy_clk_request clk_req; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_manager.c: In function 'dsi_mgr_bridge_pre_enable': /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_manager.c:348:36: note: byref variable will be forcibly initialized struct msm_dsi_phy_shared_timings phy_shared_timings[DSI_MAX]; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_function_of_probe': /kisskb/src/drivers/input/rmi4/rmi_bus.c:157:7: note: byref variable will be forcibly initialized char of_name[9]; ^~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_dbg': /kisskb/src/drivers/input/rmi4/rmi_bus.c:27:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_of_property_read_u32': /kisskb/src/drivers/input/rmi4/rmi_bus.c:417:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c: In function 'dsi_cmd_dma_rx': /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:1327:5: note: byref variable will be forcibly initialized u8 reg[16]; ^~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c: In function 'dsi_host_parse_lane_data': /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:1693:14: note: byref variable will be forcibly initialized int ret, i, len, num_lanes; ^~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:1692:6: note: byref variable will be forcibly initialized u32 lane_map[4]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c: In function 'dsi_get_config': /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:212:17: note: byref variable will be forcibly initialized u32 major = 0, minor = 0; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:212:6: note: byref variable will be forcibly initialized u32 major = 0, minor = 0; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c: In function 'dsi_cmd_dma_add': /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:1177:25: note: byref variable will be forcibly initialized struct mipi_dsi_packet packet; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c: In function 'dsi_cmd_dma_tx': /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:1292:11: note: byref variable will be forcibly initialized uint64_t dma_base; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c: In function 'dsi_tx_buf_alloc_6g': /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:1096:11: note: byref variable will be forcibly initialized uint64_t iova; ^~~~ In file included from /kisskb/src/drivers/mtd/tests/stresstest.c:17: /kisskb/src/drivers/mtd/tests/stresstest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c: In function 'msm_dsi_host_cmd_rx': /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:2108:23: note: byref variable will be forcibly initialized struct mipi_dsi_msg max_pkt_size_msg = { ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:2107:6: note: byref variable will be forcibly initialized u8 tx[2] = {pkt_size & 0xff, pkt_size >> 8}; ^~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c: In function 'msm_dsi_host_set_src_pll': /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:2231:34: note: byref variable will be forcibly initialized struct clk *byte_clk_provider, *pixel_clk_provider; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/dsi_host.c:2231:14: note: byref variable will be forcibly initialized struct clk *byte_clk_provider, *pixel_clk_provider; ^~~~~~~~~~~~~~~~~ In file included 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/of.h:15, from /kisskb/src/include/linux/clk-provider.h:9, from /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c:6: /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c:7: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c: In function 'dsi_phy_driver_probe': /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c:676:6: note: byref variable will be forcibly initialized u32 phy_type; ^~~~~~~~ /kisskb/src/drivers/mtd/ubi/upd.c: In function 'set_update_marker': /kisskb/src/drivers/mtd/ubi/upd.c:44:25: note: byref variable will be forcibly initialized struct ubi_vtbl_record vtbl_rec; ^~~~~~~~ /kisskb/src/drivers/mtd/ubi/upd.c: In function 'clear_update_marker': /kisskb/src/drivers/mtd/ubi/upd.c:78:25: note: byref variable will be forcibly initialized struct ubi_vtbl_record vtbl_rec; ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_beep_mask': /kisskb/src/drivers/hwmon/gl518sm.c:287:7: note: byref variable will be forcibly initialized long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:338:1: note: in expansion of macro 'set' set(BEEP_MASK, beep_mask, beep_mask, GL518_REG_ALARM); ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_temp_hyst1': /kisskb/src/drivers/hwmon/gl518sm.c:287:7: note: byref variable will be forcibly initialized long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:327:1: note: in expansion of macro 'set' set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST); ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_temp_max1': /kisskb/src/drivers/hwmon/gl518sm.c:287:7: note: byref variable will be forcibly initialized long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:326:1: note: in expansion of macro 'set' set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX); ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_beep_enable': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:337:1: note: in expansion of macro 'set_bits' set_bits(BOOL, beep_enable, beep_enable, GL518_REG_CONF, 0x04, 2); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'beep_store': /kisskb/src/drivers/hwmon/gl518sm.c:478:16: note: byref variable will be forcibly initialized unsigned long bit; ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/gl518sm.c:382:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/gl518sm.c:348:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_fan_auto1': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:328:1: note: in expansion of macro 'set_bits' set_bits(BOOL, fan_auto1, fan_auto1, GL518_REG_MISC, 0x08, 3); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_max3': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0xff00, 8) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:336:1: note: in expansion of macro 'set_high' set_high(IN, in_max3, voltage_max[3], GL518_REG_VIN3_LIMIT); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_max2': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0xff00, 8) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:335:1: note: in expansion of macro 'set_high' set_high(IN, in_max2, voltage_max[2], GL518_REG_VIN2_LIMIT); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_max1': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0xff00, 8) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:334:1: note: in expansion of macro 'set_high' set_high(IN, in_max1, voltage_max[1], GL518_REG_VIN1_LIMIT); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_max0': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0xff00, 8) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:333:1: note: in expansion of macro 'set_high' set_high(VDD, in_max0, voltage_max[0], GL518_REG_VDD_LIMIT); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_min3': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0x00ff, 0) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:332:1: note: in expansion of macro 'set_low' set_low(IN, in_min3, voltage_min[3], GL518_REG_VIN3_LIMIT); ^~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_min2': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0x00ff, 0) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:331:1: note: in expansion of macro 'set_low' set_low(IN, in_min2, voltage_min[2], GL518_REG_VIN2_LIMIT); ^~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_min1': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0x00ff, 0) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:330:1: note: in expansion of macro 'set_low' set_low(IN, in_min1, voltage_min[1], GL518_REG_VIN1_LIMIT); ^~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_min0': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0x00ff, 0) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:329:1: note: in expansion of macro 'set_low' set_low(VDD, in_min0, voltage_min[0], GL518_REG_VDD_LIMIT); ^~~~~~~ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_store': /kisskb/src/drivers/hwmon/gl520sm.c:683:16: note: byref variable will be forcibly initialized unsigned long bit; ^~~ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_mask_store': /kisskb/src/drivers/hwmon/gl520sm.c:630:16: note: byref variable will be forcibly initialized unsigned long r; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_enable_store': /kisskb/src/drivers/hwmon/gl520sm.c:606:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/gl520sm.c:422:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/gl520sm.c:382:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan1_off_store': /kisskb/src/drivers/hwmon/gl520sm.c:471:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/gl520sm.c:285:7: note: byref variable will be forcibly initialized long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/gl520sm.c:251:7: note: byref variable will be forcibly initialized long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'temp_max_hyst_store': /kisskb/src/drivers/hwmon/gl520sm.c:556:7: note: byref variable will be forcibly initialized long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/gl520sm.c:535:7: note: byref variable will be forcibly initialized long v; ^ /kisskb/src/drivers/iio/light/iqs621-als.c: In function 'iqs621_als_write_event_config': /kisskb/src/drivers/iio/light/iqs621-als.c:278:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/light/iqs621-als.c: In function 'iqs621_als_read_raw': /kisskb/src/drivers/iio/light/iqs621-als.c:212:9: note: byref variable will be forcibly initialized __le16 val_buf; ^~~~~~~ /kisskb/src/drivers/iio/light/iqs621-als.c: In function 'iqs621_als_probe': /kisskb/src/drivers/iio/light/iqs621-als.c:546:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c: In function 'pll_28nm_register': /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c:522:47: note: byref variable will be forcibly initialized char clk_name[32], parent1[32], parent2[32], vco_name[32]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c:522:34: note: byref variable will be forcibly initialized char clk_name[32], parent1[32], parent2[32], vco_name[32]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c:522:21: note: byref variable will be forcibly initialized char clk_name[32], parent1[32], parent2[32], vco_name[32]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c:522:7: note: byref variable will be forcibly initialized char clk_name[32], parent1[32], parent2[32], vco_name[32]; ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c:7: /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c:578:21: note: byref variable will be forcibly initialized ((const char *[]){ ^ /kisskb/src/include/linux/clk-provider.h:938:11: note: in definition of macro 'devm_clk_hw_register_mux' (parent_names), NULL, NULL, (flags), (reg), \ ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c:524:35: note: byref variable will be forcibly initialized .parent_names = (const char *[]){ "xo" }, ^ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_map_blocks': /kisskb/src/fs/xfs/xfs_aops.c:259:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_aops.c:258:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^~~~ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_setfilesize': /kisskb/src/fs/xfs/xfs_aops.c:52:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_end_io': /kisskb/src/fs/xfs/xfs_aops.c:138:19: note: byref variable will be forcibly initialized struct list_head tmp; ^~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c: In function 'pll_28nm_register': /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c:386:19: note: byref variable will be forcibly initialized char *clk_name, *parent_name, *vco_name; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c:388:35: note: byref variable will be forcibly initialized .parent_names = (const char *[]){ "pxo" }, ^ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_node_channels_store': /kisskb/src/drivers/hwtracing/stm/policy.c:148:22: note: byref variable will be forcibly initialized unsigned int first, last; ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:148:15: note: byref variable will be forcibly initialized unsigned int first, last; ^~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_node_masters_store': /kisskb/src/drivers/hwtracing/stm/policy.c:101:22: note: byref variable will be forcibly initialized unsigned int first, last; ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:101:15: note: byref variable will be forcibly initialized unsigned int first, last; ^~~~~ /kisskb/src/drivers/hwmon/gsc-hwmon.c: In function 'pwm_auto_point_temp_store': /kisskb/src/drivers/hwmon/gsc-hwmon.c:79:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/gsc-hwmon.c:78:5: note: byref variable will be forcibly initialized u8 regs[2]; ^~~~ /kisskb/src/drivers/hwmon/gsc-hwmon.c: In function 'gsc_hwmon_read': /kisskb/src/drivers/hwmon/gsc-hwmon.c:153:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/hwmon/gsc-hwmon.c: In function 'pwm_auto_point_temp_show': /kisskb/src/drivers/hwmon/gsc-hwmon.c:60:5: note: byref variable will be forcibly initialized u8 regs[2]; ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_make': /kisskb/src/drivers/hwtracing/stm/policy.c:386:36: note: byref variable will be forcibly initialized const struct stm_protocol_driver *pdrv; ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:385:33: note: byref variable will be forcibly initialized const struct config_item_type *pdrv_node_type; ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function '__stp_policy_node_lookup': /kisskb/src/drivers/hwtracing/stm/policy.c:496:16: note: byref variable will be forcibly initialized char *start, *end = s; ^~~ /kisskb/src/drivers/bcma/host_pci.c: In function 'bcma_host_pci_probe': /kisskb/src/drivers/bcma/host_pci.c:166:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/bcma/host_pci.c: In function 'bcma_host_pci_irq_ctl': /kisskb/src/drivers/bcma/host_pci.c:363:16: note: byref variable will be forcibly initialized u32 coremask, tmp; ^~~ /kisskb/src/drivers/mtd/tests/subpagetest.c: In function 'write_eraseblock': /kisskb/src/drivers/mtd/tests/subpagetest.c:45:9: note: byref variable will be forcibly initialized size_t written; ^~~~~~~ /kisskb/src/drivers/mtd/tests/subpagetest.c: In function 'write_eraseblock2': /kisskb/src/drivers/mtd/tests/subpagetest.c:80:9: note: byref variable will be forcibly initialized size_t written; ^~~~~~~ /kisskb/src/drivers/mtd/tests/subpagetest.c: In function 'verify_eraseblock': /kisskb/src/drivers/mtd/tests/subpagetest.c:119:9: note: byref variable will be forcibly initialized size_t read; ^~~~ /kisskb/src/drivers/mtd/tests/subpagetest.c: In function 'verify_eraseblock2': /kisskb/src/drivers/mtd/tests/subpagetest.c:180:9: note: byref variable will be forcibly initialized size_t read; ^~~~ /kisskb/src/drivers/mtd/tests/subpagetest.c: In function 'verify_eraseblock_ff': /kisskb/src/drivers/mtd/tests/subpagetest.c:215:9: note: byref variable will be forcibly initialized size_t read; ^~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_read_pdt_entry': /kisskb/src/drivers/input/rmi4/rmi_driver.c:462:5: note: byref variable will be forcibly initialized u8 buf[RMI_PDT_ENTRY_SIZE]; ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt_page': /kisskb/src/drivers/input/rmi4/rmi_driver.c:508:19: note: byref variable will be forcibly initialized struct pdt_entry pdt_entry; ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_check_bootloader_mode': /kisskb/src/drivers/input/rmi4/rmi_driver.c:749:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ In file included from /kisskb/src/drivers/input/rmi4/rmi_driver.c:21: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included 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/input/rmi4/rmi_driver.c:14: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_initial_reset': /kisskb/src/drivers/input/rmi4/rmi_driver.c:798:6: note: byref variable will be forcibly initialized u8 cmd_buf = RMI_DEVICE_RESET_CMD; ^~~~~~~ In file included from /kisskb/src/include/linux/rmi.h:13, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_set_attn_data': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:184:2: note: in expansion of macro 'kfifo_put' kfifo_put(&drvdata->attn_fifo, attn_data); ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt': /kisskb/src/drivers/input/rmi4/rmi_driver.c:547:6: note: byref variable will be forcibly initialized int empty_pages = 0; ^~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_read_register_desc': /kisskb/src/drivers/input/rmi4/rmi_driver.c:565:5: note: byref variable will be forcibly initialized u8 buf[35]; ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:564:5: note: byref variable will be forcibly initialized u8 size_presence_reg; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_probe_interrupts': /kisskb/src/drivers/input/rmi4/rmi_driver.c:1016:6: note: byref variable will be forcibly initialized int irq_count = 0; ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_init_functions': /kisskb/src/drivers/input/rmi4/rmi_driver.c:1069:6: note: byref variable will be forcibly initialized int irq_count = 0; ^~~~~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/fs/xfs/xfs_linux.h:10, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_attr_list.c:7: /kisskb/src/fs/xfs/xfs_attr_list.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ 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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_node_list_lookup': /kisskb/src/fs/xfs/xfs_attr_list.c:212:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_attr_list.c:206:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^~~~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr3_leaf_list_int': /kisskb/src/fs/xfs/xfs_attr_list.c:393:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_leaf_list': /kisskb/src/fs/xfs/xfs_attr_list.c:487:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_node_list': /kisskb/src/fs/xfs/xfs_attr_list.c:290:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_attr_list.c:287:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr leafhdr; ^~~~~~~ /kisskb/src/drivers/input/misc/atmel_captouch.c: In function 'atmel_read': /kisskb/src/drivers/input/misc/atmel_captouch.c:88:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/input/misc/atmel_captouch.c: In function 'atmel_captouch_isr': /kisskb/src/drivers/input/misc/atmel_captouch.c:134:5: note: byref variable will be forcibly initialized u8 new_btn; ^~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:4: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'max_word_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:99:1: note: in expansion of macro 'sdw_dpn_attr' 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:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:100:1: note: in expansion of macro 'sdw_dpn_attr' 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:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:163:1: note: in expansion of macro 'sdw_dpn_array_attr' sdw_dpn_array_attr(words); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'type_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:101:1: note: in expansion of macro 'sdw_dpn_attr' sdw_dpn_attr(type); ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'max_grouping_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:102:1: note: in expansion of macro 'sdw_dpn_attr' 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:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:103:1: note: in expansion of macro 'sdw_dpn_attr' sdw_dpn_attr(simple_ch_prep_sm); ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'ch_prep_timeout_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:104:1: note: in expansion of macro 'sdw_dpn_attr' 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:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:98:1: note: in expansion of macro 'sdw_dpn_attr' 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:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:106:1: note: in expansion of macro 'sdw_dpn_attr' 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:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:105:1: note: in expansion of macro 'sdw_dpn_attr' 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:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:165:1: note: in expansion of macro 'sdw_dpn_array_attr' sdw_dpn_array_attr(channels); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_calculate_crc': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1312:6: note: byref variable will be forcibly initialized u32 crc = 0; ^~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'ch_combinations_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:120:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:164:1: note: in expansion of macro 'sdw_dpn_array_attr' 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:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:107:1: note: in expansion of macro 'sdw_dpn_attr' 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:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:108:1: note: in expansion of macro 'sdw_dpn_attr' 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:16: note: byref variable will be forcibly initialized unsigned long mask; \ ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:109:1: note: in expansion of macro 'sdw_dpn_attr' 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:16: note: byref variable will be forcibly initialized unsigned long mask; ^~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function '__mxt_read_reg': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:665:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:663:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[2]; ^~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_read_t9_resolution': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1902:16: note: byref variable will be forcibly initialized unsigned char orient; ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1901:18: note: byref variable will be forcibly initialized struct t9_range range; ^~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_read_t100_config': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1949:10: note: byref variable will be forcibly initialized u8 cfg, tchaux; ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1949:5: note: byref variable will be forcibly initialized u8 cfg, tchaux; ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1948:15: note: byref variable will be forcibly initialized u16 range_x, range_y; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1948:6: note: byref variable will be forcibly initialized u16 range_x, range_y; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_bootloader_write': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:454:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_send_bootloader_cmd': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:616:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_bootloader_read': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:430:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_get_bootloader_version': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:533:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_probe_bootloader': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:510:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_check_bootloader': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:555:5: note: byref variable will be forcibly initialized u8 val; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:13: /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/misc/bma150.c: In function 'bma150_report_xyz': /kisskb/src/drivers/input/misc/bma150.c:307:5: note: byref variable will be forcibly initialized u8 data[BMA150_XYZ_DATA_SIZE]; ^~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_t6_command': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1206:5: note: byref variable will be forcibly initialized u8 command_register; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_read_diagnostic_debug': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:2376:5: note: byref variable will be forcibly initialized u8 cmd_poll; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_set_t7_power_cfg': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:2254:19: note: byref variable will be forcibly initialized struct t7_config deepsleep = { .active = 0, .idle = 0 }; ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_prepare_cfg_mem': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1375:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1371:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1370:31: note: byref variable will be forcibly initialized unsigned int type, instance, size, byte_offset; ^~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1370:21: note: byref variable will be forcibly initialized unsigned int type, instance, size, byte_offset; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1370:15: note: byref variable will be forcibly initialized unsigned int type, instance, size, byte_offset; ^~~~ In file included 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/input/touchscreen/atmel_mxt_ts.c:13: /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'set_rpm': /kisskb/src/drivers/hwmon/gpio-fan.c:270:16: note: byref variable will be forcibly initialized unsigned long rpm; ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_check_retrigen': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1338:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/gpio-fan.c:214:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/gpio-fan.c:178:16: note: byref variable will be forcibly initialized unsigned long pwm; ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_update_cfg': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1519:16: note: byref variable will be forcibly initialized u32 info_crc, config_crc, calculated_crc; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1519:6: note: byref variable will be forcibly initialized u32 info_crc, config_crc, calculated_crc; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1517:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1515:17: note: byref variable will be forcibly initialized struct mxt_cfg cfg; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/hwmon/gpio-fan.c:10: /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/gpio-fan.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'gpio_fan_get_of_data': /kisskb/src/drivers/hwmon/gpio-fan.c:414:6: note: byref variable will be forcibly initialized u32 u; ^ /kisskb/src/drivers/hwmon/gpio-fan.c:413:11: note: byref variable will be forcibly initialized unsigned i; ^ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_load_fw': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:2865:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'autoresize': /kisskb/src/drivers/mtd/ubi/build.c:780:26: note: byref variable will be forcibly initialized struct ubi_vtbl_record vtbl_rec; ^~~~~~~~ /kisskb/src/drivers/mtd/ubi/build.c:763:25: note: byref variable will be forcibly initialized struct ubi_volume_desc desc; ^~~~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'uif_init': /kisskb/src/drivers/mtd/ubi/build.c:440:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'bytes_str_to_int': /kisskb/src/drivers/mtd/ubi/build.c:1335:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'open_mtd_by_chdev': /kisskb/src/drivers/mtd/ubi/build.c:1134:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/drivers/mtd/ubi/build.c:1133:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'open_mtd_device': /kisskb/src/drivers/mtd/ubi/build.c:1176:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'ubi_mtd_param_parse': /kisskb/src/drivers/mtd/ubi/build.c:1377:8: note: byref variable will be forcibly initialized char *pbuf = &buf[0]; ^~~~ /kisskb/src/drivers/mtd/ubi/build.c:1376:7: note: byref variable will be forcibly initialized char buf[MTD_PARAM_LEN_MAX]; ^~~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'ubi_volume_notify': /kisskb/src/drivers/mtd/ubi/build.c:158:26: note: byref variable will be forcibly initialized struct ubi_notification nt; ^~ /kisskb/src/drivers/mtd/ubi/build.c: In function 'ubi_notify_all': /kisskb/src/drivers/mtd/ubi/build.c:189:26: note: byref variable will be forcibly initialized struct ubi_notification nt; ^~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c: In function 'dsi_pll_10nm_vco_set_rate': /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c:245:24: note: byref variable will be forcibly initialized struct dsi_pll_config config; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c: In function 'pll_10nm_register': /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c:563:33: note: byref variable will be forcibly initialized char parent2[32], parent3[32], parent4[32]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c:563:20: note: byref variable will be forcibly initialized char parent2[32], parent3[32], parent4[32]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c:563:7: note: byref variable will be forcibly initialized char parent2[32], parent3[32], parent4[32]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c:562:33: note: byref variable will be forcibly initialized char clk_name[32], parent[32], vco_name[32]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c:562:21: note: byref variable will be forcibly initialized char clk_name[32], parent[32], vco_name[32]; ^~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c:562:7: note: byref variable will be forcibly initialized char clk_name[32], parent[32], vco_name[32]; ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c:7: /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c:652:23: note: byref variable will be forcibly initialized ((const char *[]){ ^ /kisskb/src/include/linux/clk-provider.h:938:11: note: in definition of macro 'devm_clk_hw_register_mux' (parent_names), NULL, NULL, (flags), (reg), \ ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c:565:35: note: byref variable will be forcibly initialized .parent_names = (const char *[]){ "xo" }, ^ /kisskb/src/drivers/staging/rtl8192e/rtl819x_BAProc.c: In function 'rtllib_DELBA': /kisskb/src/drivers/staging/rtl8192e/rtl819x_BAProc.c:132:24: note: byref variable will be forcibly initialized union delba_param_set DelbaParamSet; ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_BAProc.c: In function 'rtllib_rx_ADDBAReq': /kisskb/src/drivers/staging/rtl8192e/rtl819x_BAProc.c:298:20: note: byref variable will be forcibly initialized struct ba_record BA; ^~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_BAProc.c:228:23: note: byref variable will be forcibly initialized struct rx_ts_record *pTS = NULL; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_BAProc.c: In function 'rtllib_rx_ADDBARsp': /kisskb/src/drivers/staging/rtl8192e/rtl819x_BAProc.c:405:20: note: byref variable will be forcibly initialized struct ba_record BA; ^~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_BAProc.c:313:23: note: byref variable will be forcibly initialized struct tx_ts_record *pTS = NULL; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_BAProc.c: In function 'rtllib_rx_DELBA': /kisskb/src/drivers/staging/rtl8192e/rtl819x_BAProc.c:457:24: note: byref variable will be forcibly initialized struct tx_ts_record *pTxTs; ^~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_BAProc.c:444:24: note: byref variable will be forcibly initialized struct rx_ts_record *pRxTs; ^~~~~ /kisskb/src/drivers/ntb/msi.c: In function 'ntb_msi_init': /kisskb/src/drivers/ntb/msi.c:35:18: note: byref variable will be forcibly initialized resource_size_t mw_size; ^~~~~~~ /kisskb/src/drivers/ntb/msi.c:34:14: note: byref variable will be forcibly initialized phys_addr_t mw_phys_addr; ^~~~~~~~~~~~ /kisskb/src/drivers/ntb/msi.c: In function 'ntb_msi_setup_mws': /kisskb/src/drivers/ntb/msi.c:102:42: note: byref variable will be forcibly initialized resource_size_t addr_align, size_align, size_max; ^~~~~~~~ /kisskb/src/drivers/ntb/msi.c:102:30: note: byref variable will be forcibly initialized resource_size_t addr_align, size_align, size_max; ^~~~~~~~~~ /kisskb/src/drivers/ntb/msi.c:102:18: note: byref variable will be forcibly initialized resource_size_t addr_align, size_align, size_max; ^~~~~~~~~~ /kisskb/src/drivers/ntb/msi.c: In function 'ntb_msi_peer_addr': /kisskb/src/drivers/ntb/msi.c:396:14: note: byref variable will be forcibly initialized phys_addr_t mw_phys_addr; ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/max16601.c: In function 'max16601_read_word': /kisskb/src/drivers/hwmon/pmbus/max16601.c:75:5: note: byref variable will be forcibly initialized 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:274:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; ^~~ /kisskb/src/drivers/iio/light/isl29018.c: In function 'isl29018_chip_init': /kisskb/src/drivers/iio/light/isl29018.c:537:16: note: byref variable will be forcibly initialized unsigned int id; ^~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'handle_conflicting_encoders': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:108:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/iio/light/isl29018.c: In function 'isl29018_read_sensor_input': /kisskb/src/drivers/iio/light/isl29018.c:162:15: note: byref variable will be forcibly initialized unsigned int msb; ^~~ /kisskb/src/drivers/iio/light/isl29018.c:161:15: note: byref variable will be forcibly initialized unsigned int lsb; ^~~ /kisskb/src/drivers/iio/light/isl29018.c: In function 'proximity_on_chip_ambient_infrared_suppression_store': /kisskb/src/drivers/iio/light/isl29018.c:341:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/hwmon/hih6130.c: In function 'hih6130_update_measurements': /kisskb/src/drivers/hwmon/hih6130.c:88:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[1] = { ^~~~ /kisskb/src/drivers/hwmon/hih6130.c:87:16: note: byref variable will be forcibly initialized unsigned char tmp[4]; ^~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:28: /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_wait_for_vblanks': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:1509:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(dev->vblank[i].queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_interval_store': /kisskb/src/drivers/hwmon/ina2xx.c:509:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_interval_show': /kisskb/src/drivers/hwmon/ina2xx.c:533:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alarm_show': /kisskb/src/drivers/hwmon/ina2xx.c:442:6: note: byref variable will be forcibly initialized int regval; ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_shunt_store': /kisskb/src/drivers/hwmon/ina2xx.c:490:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alert_store': /kisskb/src/drivers/hwmon/ina2xx.c:400:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alert_show': /kisskb/src/drivers/hwmon/ina2xx.c:372:6: note: byref variable will be forcibly initialized int regval; ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_read_reg': /kisskb/src/drivers/hwmon/ina2xx.c:231:17: note: byref variable will be forcibly initialized unsigned int cal; ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_value_show': /kisskb/src/drivers/hwmon/ina2xx.c:306:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_probe': /kisskb/src/drivers/hwmon/ina2xx.c:623:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_pwm_slope': /kisskb/src/drivers/hwmon/it87.c:1562:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_freq': /kisskb/src/drivers/hwmon/it87.c:1414:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_fan_div': /kisskb/src/drivers/hwmon/it87.c:1226:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_in': /kisskb/src/drivers/hwmon/it87.c:873:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/it87.c:1927:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_pwm': /kisskb/src/drivers/hwmon/it87.c:1529:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_temp': /kisskb/src/drivers/hwmon/it87.c:1601:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_temp_map': /kisskb/src/drivers/hwmon/it87.c:1468:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/it87.c:1373:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_enable': /kisskb/src/drivers/hwmon/it87.c:1301:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_beep': /kisskb/src/drivers/hwmon/it87.c:1878:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_shutdown': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3116:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_fan': /kisskb/src/drivers/hwmon/it87.c:1183:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_duplicate_state': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3159:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_temp': /kisskb/src/drivers/hwmon/it87.c:961:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_suspend': /kisskb/src/drivers/hwmon/it87.c: In function 'set_temp_type': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3244:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/hwmon/it87.c:1045:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_resume': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3337:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'clear_intrusion': /kisskb/src/drivers/hwmon/it87.c:1824:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_read_value': /kisskb/src/drivers/hwmon/ina3221.c:220:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_shunt_store': /kisskb/src/drivers/hwmon/ina3221.c:712:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'sm_it87_init': /kisskb/src/drivers/hwmon/it87.c:3302:17: note: byref variable will be forcibly initialized unsigned short isa_address[2]; ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/it87.c:3301:23: note: byref variable will be forcibly initialized struct it87_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/it87.c:3300:6: note: byref variable will be forcibly initialized int sioaddr[2] = { REG_2E, REG_4E }; ^~~~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_wait_for_data': /kisskb/src/drivers/hwmon/ina3221.c:208:12: note: byref variable will be forcibly initialized u32 wait, cvrf; ^~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_read_in': /kisskb/src/drivers/hwmon/ina3221.c:274:6: note: byref variable will be forcibly initialized int regval, ret; ^~~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_read_curr': /kisskb/src/drivers/hwmon/ina3221.c:333:6: note: byref variable will be forcibly initialized int regval, ret; ^~~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_probe_child_from_dt': /kisskb/src/drivers/hwmon/ina3221.c:766:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/mtd/tests/torturetest.c: In function 'write_pattern': /kisskb/src/drivers/mtd/tests/torturetest.c:146:9: note: byref variable will be forcibly initialized size_t written; ^~~~~~~ /kisskb/src/drivers/mtd/tests/torturetest.c: In function 'report_corrupt': /kisskb/src/drivers/mtd/tests/torturetest.c:374:13: note: byref variable will be forcibly initialized int bytes, bits, pages, first; ^~~~ /kisskb/src/drivers/mtd/tests/torturetest.c:374:6: note: byref variable will be forcibly initialized int bytes, bits, pages, first; ^~~~~ /kisskb/src/drivers/mtd/tests/torturetest.c: In function 'check_eraseblock': /kisskb/src/drivers/mtd/tests/torturetest.c:92:9: note: byref variable will be forcibly initialized size_t read; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c: In function 'TxCountToDataRate': /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c:121:6: note: byref variable will be forcibly initialized u16 CCKOFDMRate[12] = {0x02, 0x04, 0x0b, 0x16, 0x0c, 0x12, 0x18, ^~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c: In function 'HTConstructCapabilityElement': /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c:287:6: note: byref variable will be forcibly initialized u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; ^~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c: In function 'HTGetHighestMCSRate': /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c:454:6: note: byref variable will be forcibly initialized u8 availableMcsRate[16]; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/input/misc/da9055_onkey.c:14: /kisskb/src/drivers/input/misc/da9055_onkey.c: In function 'da9055_reg_read': /kisskb/src/include/linux/mfd/da9055/core.h:40:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/soundwire/debugfs.c: In function 'sdw_bus_debugfs_init': /kisskb/src/drivers/soundwire/debugfs.c:16:7: note: byref variable will be forcibly initialized char name[16]; ^~~~ /kisskb/src/drivers/soundwire/debugfs.c: In function 'sdw_slave_debugfs_init': /kisskb/src/drivers/soundwire/debugfs.c:125:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/ntb/ntb_transport.c:56: /kisskb/src/drivers/ntb/ntb_transport.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/ntb/ntb_transport.c: In function 'ntb_alloc_mw_buffer': /kisskb/src/drivers/ntb/ntb_transport.c:812:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/ntb/ntb_transport.c: In function 'ntb_set_mw': /kisskb/src/drivers/ntb/ntb_transport.c:860:18: note: byref variable will be forcibly initialized resource_size_t xlat_align_size; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/ntb/ntb_transport.c:859:18: note: byref variable will be forcibly initialized resource_size_t xlat_align; ^~~~~~~~~~ /kisskb/src/drivers/ntb/ntb_transport.c: In function 'ntb_transport_init_queue': /kisskb/src/drivers/ntb/ntb_transport.c:1210:8: note: byref variable will be forcibly initialized char debugfs_name[4]; ^~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_TSProc.c: In function 'GetTs': /kisskb/src/drivers/staging/rtl8192e/rtl819x_TSProc.c:292:19: note: byref variable will be forcibly initialized union tspec_body TSpec; ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_unmap_extent': /kisskb/src/fs/xfs/xfs_bmap_util.c:908:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extent_rmap': /kisskb/src/fs/xfs/xfs_bmap_util.c:1372:9: note: byref variable will be forcibly initialized int nimaps; ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1365:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec tirec; ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1364:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec uirec; ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1363:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec; ^~~~ /kisskb/src/drivers/ntb/ntb_transport.c: In function 'ntb_transport_create_queue': /kisskb/src/drivers/ntb/ntb_transport.c:1985:17: note: byref variable will be forcibly initialized dma_cap_mask_t dma_mask; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_getbmap_report_one': /kisskb/src/fs/xfs/xfs_bmap_util.c:307:9: note: byref variable will be forcibly initialized bool shared = false; ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_count_leaves': /kisskb/src/fs/xfs/xfs_bmap_util.c:233:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:232:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_count_blocks': /kisskb/src/fs/xfs/xfs_bmap_util.c:261:16: note: byref variable will be forcibly initialized xfs_extlen_t btblocks = 0; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extent_forks': /kisskb/src/fs/xfs/xfs_bmap_util.c:1490:16: note: byref variable will be forcibly initialized xfs_extnum_t junk; ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1489:17: note: byref variable will be forcibly initialized xfs_filblks_t taforkblks = 0; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1488:17: note: byref variable will be forcibly initialized xfs_filblks_t aforkblks = 0; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_getbmap': /kisskb/src/fs/xfs/xfs_bmap_util.c:418:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:416:28: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, rec; ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:416:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, rec; ^~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_attention': /kisskb/src/drivers/input/rmi4/rmi_f01.c:688:5: note: byref variable will be forcibly initialized u8 device_status; ^~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_of_probe': /kisskb/src/drivers/input/rmi4/rmi_f01.c:345:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_read_properties': /kisskb/src/drivers/input/rmi4/rmi_f01.c:150:5: note: byref variable will be forcibly initialized u8 ds4_query_len; ^~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c:141:5: note: byref variable will be forcibly initialized u8 queries[RMI_F01_BASIC_QUERY_LEN]; ^~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_punch_delalloc_range': /kisskb/src/fs/xfs/xfs_bmap_util.c:598:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:597:28: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:597:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:596:17: note: byref variable will be forcibly initialized xfs_fileoff_t end_fsb = start_fsb + length; ^~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_can_free_eofblocks': /kisskb/src/fs/xfs/xfs_bmap_util.c:648:8: note: byref variable will be forcibly initialized int nimaps = 1; ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:644:23: note: byref variable will be forcibly initialized 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:720:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_probe': /kisskb/src/drivers/input/rmi4/rmi_f01.c:393:5: note: byref variable will be forcibly initialized u8 temp; ^~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c:392:5: note: byref variable will be forcibly initialized u8 device_status; ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_alloc_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:787:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t imaps[1], *imapp; ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:786:16: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c:784:8: note: byref variable will be forcibly initialized int nimaps; ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_free_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:968:8: note: byref variable will be forcibly initialized int done = 0, error; ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_collapse_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:1106:9: note: byref variable will be forcibly initialized bool done = false; ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1104:17: note: byref variable will be forcibly initialized xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); ^~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1102:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_insert_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:1176:9: note: byref variable will be forcibly initialized bool done = false; ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1174:17: note: byref variable will be forcibly initialized xfs_fileoff_t next_fsb = NULLFSBLOCK; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1171:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extents': /kisskb/src/fs/xfs/xfs_bmap_util.c:1627:23: note: byref variable will be forcibly initialized int src_log_flags, target_log_flags; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1627:8: note: byref variable will be forcibly initialized int src_log_flags, target_log_flags; ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1625:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_write_init_sg': /kisskb/src/drivers/fpga/fpga-mgr.c:170:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_buf_load_sg': /kisskb/src/drivers/fpga/fpga-mgr.c:238:26: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ In file included from /kisskb/src/drivers/fpga/fpga-mgr.c:17: /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_buf_load': /kisskb/src/drivers/fpga/fpga-mgr.c:301:18: note: byref variable will be forcibly initialized struct sg_table sgt; ^~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_firmware_load': /kisskb/src/drivers/fpga/fpga-mgr.c:373:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/input/misc/drv2665.c: In function 'drv2665_worker': /kisskb/src/drivers/input/misc/drv2665.c:80:15: note: byref variable will be forcibly initialized unsigned int read_buf; ^~~~~~~~ /kisskb/src/drivers/hwmon/lineage-pem.c: In function 'pem_read_block': /kisskb/src/drivers/hwmon/lineage-pem.c:133:5: note: byref variable will be forcibly initialized u8 block_buffer[I2C_SMBUS_BLOCK_MAX]; ^~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_break': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_break': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_rw_result': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_rw_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function '__bpf_trace_fsi_master_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function '__bpf_trace_fsi_master_write': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function '__bpf_trace_fsi_master_rw_result': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function '__bpf_trace_fsi_master_break': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_set_smode': /kisskb/src/drivers/fsi/fsi-core.c:272:9: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_report_and_clear_errors': /kisskb/src/drivers/fsi/fsi-core.c:212:14: note: byref variable will be forcibly initialized __be32 irq, stat; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:212:9: note: byref variable will be forcibly initialized __be32 irq, stat; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_handle_error': /kisskb/src/drivers/fsi/fsi-core.c:290:11: note: byref variable will be forcibly initialized uint32_t reg; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'slave_send_echo_store': /kisskb/src/drivers/fsi/fsi-core.c:829:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:654:15: note: byref variable will be forcibly initialized unsigned int len, na, ns; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_device_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:418:15: note: byref variable will be forcibly initialized unsigned int len, na, ns; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_read': /kisskb/src/drivers/fsi/fsi-core.c:348:10: note: byref variable will be forcibly initialized uint8_t id = slave->id; ^~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'cfam_read': /kisskb/src/drivers/fsi/fsi-core.c:709:10: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_scan': /kisskb/src/drivers/fsi/fsi-core.c:483:10: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_write': /kisskb/src/drivers/fsi/fsi-core.c:373:10: note: byref variable will be forcibly initialized uint8_t id = slave->id; ^~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'cfam_write': /kisskb/src/drivers/fsi/fsi-core.c:746:10: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_init': /kisskb/src/drivers/fsi/fsi-core.c:1055:12: note: byref variable will be forcibly initialized uint32_t prop; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:23: note: byref variable will be forcibly initialized __be32 data, llmode, slbus; ^~~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:15: note: byref variable will be forcibly initialized __be32 data, llmode, slbus; ^~~~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:9: note: byref variable will be forcibly initialized __be32 data, llmode, slbus; ^~~~ /kisskb/src/drivers/mtd/ubi/cdev.c: In function 'vol_cdev_ioctl': /kisskb/src/drivers/mtd/ubi/cdev.c:572:26: note: byref variable will be forcibly initialized struct ubi_volume_info vi; ^~ /kisskb/src/drivers/mtd/ubi/cdev.c:562:26: note: byref variable will be forcibly initialized struct ubi_volume_info vi; ^~ /kisskb/src/drivers/mtd/ubi/cdev.c:538:31: note: byref variable will be forcibly initialized struct ubi_set_vol_prop_req req; ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c:496:22: note: byref variable will be forcibly initialized struct ubi_map_req req; ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c:431:29: note: byref variable will be forcibly initialized struct ubi_leb_change_req req; ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c:391:11: note: byref variable will be forcibly initialized int64_t bytes, rsvd_bytes; ^~~~~ /kisskb/src/drivers/mtd/ubi/cdev.c: In function 'rename_volumes': /kisskb/src/drivers/mtd/ubi/cdev.c:683:19: note: byref variable will be forcibly initialized struct list_head rename_list; ^~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c: In function 'rtllib_ccmp_decrypt': /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c:279:6: note: byref variable will be forcibly initialized u8 iv[AES_BLOCK_LEN]; ^~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c:277:22: note: byref variable will be forcibly initialized struct scatterlist sg[2]; ^~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c:231:5: note: byref variable will be forcibly initialized u8 pn[6]; ^~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c: In function 'rtllib_ccmp_encrypt': /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c:194:6: note: byref variable will be forcibly initialized u8 iv[AES_BLOCK_LEN]; ^~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c:192:22: note: byref variable will be forcibly initialized struct scatterlist sg[2]; ^~ /kisskb/src/drivers/mtd/ubi/cdev.c: In function 'ubi_cdev_ioctl': /kisskb/src/drivers/mtd/ubi/cdev.c:911:24: note: byref variable will be forcibly initialized struct ubi_rsvol_req req; ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c:850:24: note: byref variable will be forcibly initialized struct ubi_mkvol_req req; ^~~ /kisskb/src/drivers/mtd/ubi/cdev.c: In function 'ctrl_cdev_ioctl': /kisskb/src/drivers/mtd/ubi/cdev.c:1016:25: note: byref variable will be forcibly initialized struct ubi_attach_req req; ^~~ /kisskb/src/drivers/hwmon/lochnagar-hwmon.c: In function 'request_data': /kisskb/src/drivers/hwmon/lochnagar-hwmon.c:144:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/lochnagar-hwmon.c: In function 'do_measurement': /kisskb/src/drivers/hwmon/lochnagar-hwmon.c:94:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/lochnagar-hwmon.c: In function 'read_sensor': /kisskb/src/drivers/hwmon/lochnagar-hwmon.c:180:6: note: byref variable will be forcibly initialized u32 data; ^~~~ In file included from /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c:9: /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c: In function 'michael_mic': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c:460:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(desc, tfm_michael); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c: In function 'rtllib_michael_mic_failure': /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c:548:30: note: byref variable will be forcibly initialized struct iw_michaelmicfailure ev; ^~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c:547:19: note: byref variable will be forcibly initialized union iwreq_data wrqu; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c: In function 'rtllib_michael_mic_verify': /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c:568:5: note: byref variable will be forcibly initialized u8 mic[8]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c: In function 'rtllib_tkip_decrypt': /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c:353:5: note: byref variable will be forcibly initialized u8 icv[4]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c:352:5: note: byref variable will be forcibly initialized u8 rc4key[16]; ^~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c: In function 'rtllib_tkip_encrypt': /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_tkip.c:276:5: note: byref variable will be forcibly initialized u8 rc4key[16], *icv; ^~~~~~ /kisskb/src/drivers/hwmon/lm77.c: In function 'temp_hyst_store': /kisskb/src/drivers/hwmon/lm77.c:187:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm77.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm77.c:162:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm75.c: In function 'lm75_read': /kisskb/src/drivers/hwmon/lm75.c:337:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/lm75.c: In function 'lm75_update_interval': /kisskb/src/drivers/hwmon/lm75.c:412:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'chmod_sysfs_attrs': /kisskb/src/drivers/hid/hid-cp2112.c:1048:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'pstr_store': /kisskb/src/drivers/hid/hid-cp2112.c:954:30: note: byref variable will be forcibly initialized struct cp2112_string_report report; ^~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'pstr_show': /kisskb/src/drivers/hid/hid-cp2112.c:985:30: note: byref variable will be forcibly initialized struct cp2112_string_report report; ^~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'release_version_store': /kisskb/src/drivers/hid/hid-cp2112.c:872:34: note: byref variable will be forcibly initialized struct cp2112_usb_config_report cfg; \ ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:932:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' CP2112_CONFIG_ATTR(release_version, ({ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'power_mode_store': /kisskb/src/drivers/hid/hid-cp2112.c:872:34: note: byref variable will be forcibly initialized struct cp2112_usb_config_report cfg; \ ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:925:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' CP2112_CONFIG_ATTR(power_mode, ({ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'max_power_store': /kisskb/src/drivers/hid/hid-cp2112.c:916:6: note: byref variable will be forcibly initialized int mA; ^~ /kisskb/src/drivers/hid/hid-cp2112.c:876:2: note: in definition of macro 'CP2112_CONFIG_ATTR' store; \ ^~~~~ /kisskb/src/drivers/hid/hid-cp2112.c:872:34: note: byref variable will be forcibly initialized struct cp2112_usb_config_report cfg; \ ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:915:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' CP2112_CONFIG_ATTR(max_power, ({ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'product_id_store': /kisskb/src/drivers/hid/hid-cp2112.c:906:6: note: byref variable will be forcibly initialized u16 pid; ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:876:2: note: in definition of macro 'CP2112_CONFIG_ATTR' store; \ ^~~~~ /kisskb/src/drivers/hid/hid-cp2112.c:872:34: note: byref variable will be forcibly initialized struct cp2112_usb_config_report cfg; \ ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:905:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' CP2112_CONFIG_ATTR(product_id, ({ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'vendor_id_store': /kisskb/src/drivers/hid/hid-cp2112.c:896:6: note: byref variable will be forcibly initialized u16 vid; ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:876:2: note: in definition of macro 'CP2112_CONFIG_ATTR' store; \ ^~~~~ /kisskb/src/drivers/hid/hid-cp2112.c:872:34: note: byref variable will be forcibly initialized struct cp2112_usb_config_report cfg; \ ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:895:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' CP2112_CONFIG_ATTR(vendor_id, ({ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'release_version_show': /kisskb/src/drivers/hid/hid-cp2112.c:887:34: note: byref variable will be forcibly initialized struct cp2112_usb_config_report cfg; \ ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:932:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' CP2112_CONFIG_ATTR(release_version, ({ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'power_mode_show': /kisskb/src/drivers/hid/hid-cp2112.c:887:34: note: byref variable will be forcibly initialized struct cp2112_usb_config_report cfg; \ ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:925:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' CP2112_CONFIG_ATTR(power_mode, ({ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'max_power_show': /kisskb/src/drivers/hid/hid-cp2112.c:887:34: note: byref variable will be forcibly initialized struct cp2112_usb_config_report cfg; \ ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:915:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' CP2112_CONFIG_ATTR(max_power, ({ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'product_id_show': /kisskb/src/drivers/hid/hid-cp2112.c:887:34: note: byref variable will be forcibly initialized struct cp2112_usb_config_report cfg; \ ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:905:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' CP2112_CONFIG_ATTR(product_id, ({ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'vendor_id_show': /kisskb/src/drivers/hid/hid-cp2112.c:887:34: note: byref variable will be forcibly initialized struct cp2112_usb_config_report cfg; \ ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:895:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' CP2112_CONFIG_ATTR(vendor_id, ({ ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gnss/core.c:10: /kisskb/src/drivers/gnss/core.c: In function 'gnss_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:105:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(gdev->read_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:92:15: note: byref variable will be forcibly initialized unsigned int copied; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/hid/hid-cp2112.c:21: /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c:370:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(dev->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_xfer_status': /kisskb/src/drivers/hid/hid-cp2112.c:384:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_read': /kisskb/src/drivers/hid/hid-cp2112.c:407:34: note: byref variable will be forcibly initialized struct cp2112_force_read_report report; ^~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_xfer': /kisskb/src/drivers/hid/hid-cp2112.c:642:9: note: byref variable will be forcibly initialized __le16 word; ^~~~ /kisskb/src/drivers/hid/hid-cp2112.c:641:5: note: byref variable will be forcibly initialized u8 buf[64]; ^~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_i2c_xfer': /kisskb/src/drivers/hid/hid-cp2112.c:523:5: note: byref variable will be forcibly initialized u8 buf[64]; ^~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_probe': /kisskb/src/drivers/hid/hid-cp2112.c:1228:36: note: byref variable will be forcibly initialized struct cp2112_smbus_config_report config; ^~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c:1227:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/input/misc/drv2667.c: In function 'drv2667_set_waveform_freq': /kisskb/src/drivers/input/misc/drv2667.c:131:15: note: byref variable will be forcibly initialized unsigned int read_buf; ^~~~~~~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm80.c:419:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'in_store': /kisskb/src/drivers/hwmon/lm80.c:278:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/lm80.c:349:21: note: byref variable will be forcibly initialized unsigned long min, val; ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'fan_store': /kisskb/src/drivers/hwmon/lm80.c:322:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/input/rmi4/rmi_2d_sensor.c: In function 'rmi_2d_sensor_of_probe': /kisskb/src/drivers/input/rmi4/rmi_2d_sensor.c:229:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c: In function 'auo_pixcir_collect_data': /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:130:10: note: byref variable will be forcibly initialized uint8_t raw_area[4]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:129:10: note: byref variable will be forcibly initialized uint8_t raw_coord[8]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:14: /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c: In function 'auo_pixcir_interrupt': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:242:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ts->wait, ts->stopped, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:199:4: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ts->wait, ts->stopped, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:175:21: note: byref variable will be forcibly initialized struct auo_point_t point[AUO_PIXCIR_REPORT_POINTS]; ^~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_wep.c: In function 'prism2_wep_decrypt': /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_wep.c:140:5: note: byref variable will be forcibly initialized u8 icv[4]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_wep.c:135:5: note: byref variable will be forcibly initialized u8 key[WEP_KEY_LEN + 3]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_wep.c: In function 'prism2_wep_encrypt': /kisskb/src/drivers/staging/rtl8192e/rtllib_crypt_wep.c:65:5: note: byref variable will be forcibly initialized u8 key[WEP_KEY_LEN + 3]; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/lm85.c:894:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/lm85.c:866:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_off_store': /kisskb/src/drivers/hwmon/lm85.c:1147:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_auto_pwm_minctl_store': /kisskb/src/drivers/hwmon/lm85.c:1099:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_crit_store': /kisskb/src/drivers/hwmon/lm85.c:1262:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_max_store': /kisskb/src/drivers/hwmon/lm85.c:1227:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_min_store': /kisskb/src/drivers/hwmon/lm85.c:1185:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_auto_channels_store': /kisskb/src/drivers/hwmon/lm85.c:1036:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/lm85.c:991:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pmbus/pxe1610.c: In function 'pxe1610_probe': /kisskb/src/drivers/hwmon/pmbus/pxe1610.c:93:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX]; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/lm85.c:959:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/lm85.c:630:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_auto_pwm_min_store': /kisskb/src/drivers/hwmon/lm85.c:1067:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_freq_store': /kisskb/src/drivers/hwmon/lm85.c:800:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/lm85.c:741:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/lm85.c:697:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/lm85.c:575:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/mtd/tests/nandbiterrs.c: In function 'rewrite_page': /kisskb/src/drivers/mtd/tests/nandbiterrs.c:102:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ /kisskb/src/drivers/mtd/tests/nandbiterrs.c: In function 'read_page': /kisskb/src/drivers/mtd/tests/nandbiterrs.c:131:9: note: byref variable will be forcibly initialized size_t read; ^~~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/lm87.c:610:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/lm87.c:323:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/lm87.c:302:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'temp_low_store': /kisskb/src/drivers/hwmon/lm87.c:399:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'temp_high_store': /kisskb/src/drivers/hwmon/lm87.c:420:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/lm87.c:527:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/lm87.c:499:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'aout_output_store': /kisskb/src/drivers/hwmon/lm87.c:637:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c: In function 'q54sj108a2_debugfs_write': /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c:178:5: note: byref variable will be forcibly initialized u8 dst_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c:177:5: note: byref variable will be forcibly initialized u8 flash_key[4]; ^~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c: In function 'q54sj108a2_probe': /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c:279:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_read': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:66:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_write': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:108:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function '_lm3533_als_get_zone': /kisskb/src/drivers/iio/light/lm3533-als.c:89:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function 'lm3533_als_get_current': /kisskb/src/drivers/iio/light/lm3533-als.c:175:5: note: byref variable will be forcibly initialized u8 target; ^~~~~~ /kisskb/src/drivers/iio/light/lm3533-als.c:174:5: note: byref variable will be forcibly initialized u8 zone; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_detect': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:187:10: note: byref variable will be forcibly initialized uint8_t adaptor_id = 0x00; ^~~~~~~~~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function 'lm3533_als_get_adc': /kisskb/src/drivers/iio/light/lm3533-als.c:67:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_max_tmds_clock': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:271:10: note: byref variable will be forcibly initialized uint8_t max_tmds_clock; ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function 'lm3533_als_get_int_mode': /kisskb/src/drivers/iio/light/lm3533-als.c:297:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_get_tmds_output': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:317:10: note: byref variable will be forcibly initialized uint8_t tmds_oen; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_set_tmds_output': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:369:11: note: byref variable will be forcibly initialized uint8_t tmp; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:357:10: note: byref variable will be forcibly initialized uint8_t tmds_oen = enable ? 0 : DP_DUAL_MODE_TMDS_DISABLE; ^~~~~~~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function 'lm3533_als_set_threshold': /kisskb/src/drivers/iio/light/lm3533-als.c:340:5: note: byref variable will be forcibly initialized u8 val2; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_lspcon_get_mode': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:442:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function 'store_als_attr': /kisskb/src/drivers/iio/light/lm3533-als.c:542:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_lspcon_set_mode': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:492:23: note: byref variable will be forcibly initialized enum drm_lspcon_mode current_mode; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:489:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function 'lm3533_als_get_hysteresis': /kisskb/src/drivers/iio/light/lm3533-als.c:382:5: note: byref variable will be forcibly initialized u8 raising; ^~~~~~~ /kisskb/src/drivers/iio/light/lm3533-als.c:381:5: note: byref variable will be forcibly initialized u8 falling; ^~~~~~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function 'show_als_attr': /kisskb/src/drivers/iio/light/lm3533-als.c:506:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function 'show_zone': /kisskb/src/drivers/iio/light/lm3533-als.c:470:5: note: byref variable will be forcibly initialized u8 zone; ^~~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function 'show_thresh_either_en': /kisskb/src/drivers/iio/light/lm3533-als.c:409:6: note: byref variable will be forcibly initialized int enable; ^~~~~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function 'store_thresh_either_en': /kisskb/src/drivers/iio/light/lm3533-als.c:431:5: note: byref variable will be forcibly initialized u8 zone; ^~~~ /kisskb/src/drivers/iio/light/lm3533-als.c:429:16: note: byref variable will be forcibly initialized unsigned long enable; ^~~~~~ /kisskb/src/drivers/iio/light/lm3533-als.c: In function 'lm3533_als_isr': /kisskb/src/drivers/iio/light/lm3533-als.c:251:5: note: byref variable will be forcibly initialized u8 zone; ^~~~ /kisskb/src/drivers/hwmon/pmbus/stpddc60.c: In function 'stpddc60_probe': /kisskb/src/drivers/hwmon/pmbus/stpddc60.c:199:5: note: byref variable will be forcibly initialized u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~ /kisskb/src/drivers/iio/light/jsa1212.c: In function 'jsa1212_read_als_data': /kisskb/src/drivers/iio/light/jsa1212.c:165:9: note: byref variable will be forcibly initialized __le16 als_data; ^~~~~~~~ /kisskb/src/drivers/iio/light/jsa1212.c: In function 'jsa1212_read_pxs_data': /kisskb/src/drivers/iio/light/jsa1212.c:191:15: note: byref variable will be forcibly initialized unsigned int pxs_data; ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/most/core.c:8: /kisskb/src/drivers/most/core.c: In function 'hdm_enqueue_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/core.c:779:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(c->hdm_fifo_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/lm92.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm92.c:154:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm92.c: In function 'temp_hyst_store': /kisskb/src/drivers/hwmon/lm92.c:194:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/fsi/fsi-master-hub.c: In function 'hub_master_link_enable': /kisskb/src/drivers/fsi/fsi-master-hub.c:85:9: note: byref variable will be forcibly initialized __be32 reg; ^~~ /kisskb/src/drivers/fsi/fsi-master-hub.c: In function 'hub_master_init': /kisskb/src/drivers/fsi/fsi-master-hub.c:127:9: note: byref variable will be forcibly initialized __be32 reg; ^~~ /kisskb/src/drivers/fsi/fsi-master-hub.c: In function 'hub_master_probe': /kisskb/src/drivers/fsi/fsi-master-hub.c:200:9: note: byref variable will be forcibly initialized __be32 __reg; ^~~~~ /kisskb/src/drivers/fsi/fsi-master-hub.c: In function 'hub_master_break': /kisskb/src/drivers/fsi/fsi-master-hub.c:72:9: note: byref variable will be forcibly initialized __be32 cmd; ^~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_irq_thread': /kisskb/src/drivers/hwmon/lm90.c:1793:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_alert': /kisskb/src/drivers/hwmon/lm90.c:1962:6: note: byref variable will be forcibly initialized u16 alarms; ^~~~~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'pec_store': /kisskb/src/drivers/hwmon/lm90.c:973:7: note: byref variable will be forcibly initialized long val; ^~~ In file included from /kisskb/src/drivers/hwmon/lm90.c:87: /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_probe': /kisskb/src/include/linux/hwmon.h:419:22: note: byref variable will be forcibly initialized .config = (u32 []) { \ ^ /kisskb/src/drivers/hwmon/lm90.c:1872:18: note: in expansion of macro 'HWMON_CHANNEL_INFO' data->info[0] = HWMON_CHANNEL_INFO(chip, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/hwmon.h:417:32: note: byref variable will be forcibly initialized (&(struct hwmon_channel_info) { \ ^ /kisskb/src/drivers/hwmon/lm90.c:1872:18: note: in expansion of macro 'HWMON_CHANNEL_INFO' data->info[0] = HWMON_CHANNEL_INFO(chip, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/keyspan_remote.c: In function 'keyspan_print': /kisskb/src/drivers/input/misc/keyspan_remote.c:128:7: note: byref variable will be forcibly initialized char codes[4 * RECV_SIZE]; ^~~~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'offset_store': /kisskb/src/drivers/hwmon/lm95234.c:424:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'tcrit1_store': /kisskb/src/drivers/hwmon/lm95234.c:344:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'tcrit1_hyst_store': /kisskb/src/drivers/hwmon/lm95234.c:385:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'tcrit2_store': /kisskb/src/drivers/hwmon/lm95234.c:294:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'type_store': /kisskb/src/drivers/hwmon/lm95234.c:249:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/lm95234.c:463:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/mtd/ubi/kapi.c: In function 'ubi_open_volume_path': /kisskb/src/drivers/mtd/ubi/kapi.c:293:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/drivers/mtd/ubi/kapi.c:292:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/fpga/socfpga-a10.c: In function 'socfpga_a10_fpga_read_stat': /kisskb/src/drivers/fpga/socfpga-a10.c:230:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_short_store': /kisskb/src/drivers/hwmon/lm93.c:2291:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_override_duty_cycle_store': /kisskb/src/drivers/hwmon/lm93.c:2260:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_interval_store': /kisskb/src/drivers/hwmon/lm93.c:2224:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fpga/socfpga-a10.c: In function 'socfpga_a10_fpga_generate_dclks': /kisskb/src/drivers/fpga/socfpga-a10.c:130:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_override_store': /kisskb/src/drivers/hwmon/lm93.c:2182:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_max_store': /kisskb/src/drivers/hwmon/lm93.c:2146:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_vrdhot_ramp_store': /kisskb/src/drivers/hwmon/lm93.c:2081:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_prochot_ramp_store': /kisskb/src/drivers/hwmon/lm93.c:2049:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_spinup_time_store': /kisskb/src/drivers/hwmon/lm93.c:2015:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_spinup_min_store': /kisskb/src/drivers/hwmon/lm93.c:1975:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_channels_store': /kisskb/src/drivers/hwmon/lm93.c:1934:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_freq_store': /kisskb/src/drivers/hwmon/lm93.c:1896:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/lm93.c:1820:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/lm93.c:1772:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'fan_smart_tach_store': /kisskb/src/drivers/hwmon/lm93.c:1719:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_offset_hyst_store': /kisskb/src/drivers/hwmon/lm93.c:1585:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_pwm_min_store': /kisskb/src/drivers/hwmon/lm93.c:1542:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_offset_store': /kisskb/src/drivers/hwmon/lm93.c:1464:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_boost_hyst_store': /kisskb/src/drivers/hwmon/lm93.c:1419:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/lm93.c:1217:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/lm93.c:1152:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/lm93.c:1640:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_boost_store': /kisskb/src/drivers/hwmon/lm93.c:1383:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_base_store': /kisskb/src/drivers/hwmon/lm93.c:1350:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/lm93.c:1317:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/lm93.c:1284:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_initialize': /kisskb/src/drivers/input/rmi4/rmi_f03.c:101:5: note: byref variable will be forcibly initialized u8 query2[RMI_F03_DEVICE_COUNT * RMI_F03_BYTES_PER_DEVICE]; ^~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c:100:5: note: byref variable will be forcibly initialized u8 query1; ^~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_attention': /kisskb/src/drivers/input/rmi4/rmi_f03.c:252:5: note: byref variable will be forcibly initialized u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; ^~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_pt_open': /kisskb/src/drivers/input/rmi4/rmi_f03.c:145:5: note: byref variable will be forcibly initialized u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; ^~~ /kisskb/src/drivers/input/misc/mc13783-pwrbutton.c: In function 'button_irq': /kisskb/src/drivers/input/misc/mc13783-pwrbutton.c:58:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/input/misc/kxtj9.c: In function 'kxtj9_set_poll': /kisskb/src/drivers/input/misc/kxtj9.c:309:15: note: byref variable will be forcibly initialized unsigned int interval; ^~~~~~~~ /kisskb/src/drivers/input/misc/kxtj9.c: In function 'kxtj9_i2c_read': /kisskb/src/drivers/input/misc/kxtj9.c:82:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/input/misc/kxtj9.c: In function 'kxtj9_report_acceleration_data': /kisskb/src/drivers/input/misc/kxtj9.c:102:6: note: byref variable will be forcibly initialized s16 acc_data[3]; /* Data bytes from hardware xL, xH, yL, yH, zL, zH */ ^~~~~~~~ /kisskb/src/drivers/hwmon/ltc2990.c: In function 'ltc2990_value_show': /kisskb/src/drivers/hwmon/ltc2990.c:143:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c: In function 'cy8ctma140_irq_thread': /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:100:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:99:5: note: byref variable will be forcibly initialized u8 buf[CY8CTMA140_PACKET_SIZE]; ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:98:5: note: byref variable will be forcibly initialized u8 cmdbuf[] = { CY8CTMA140_GET_FINGERS }; ^~~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c: In function 'cy8ctma140_init': /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:146:5: note: byref variable will be forcibly initialized u8 buf[5]; ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:145:5: note: byref variable will be forcibly initialized u8 addr[1]; ^~~~ /kisskb/src/drivers/hwmon/pmbus/tps53679.c: In function 'tps53679_identify_chip': /kisskb/src/drivers/hwmon/pmbus/tps53679.c:91:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX]; ^~~ /kisskb/src/drivers/hwmon/pmbus/tps53679.c: In function 'tps53676_identify': /kisskb/src/drivers/hwmon/pmbus/tps53679.c:152:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX]; ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_write_regs': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:66:16: note: byref variable will be forcibly initialized unsigned char i2c_data[6]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_set_sleepmode': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:139:16: note: byref variable will be forcibly initialized unsigned char reg_p[3]; ^~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_touch_pos': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:113:16: note: byref variable will be forcibly initialized unsigned char reg_p[CY8CTMG110_REG_MAX]; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c: In function 'drm_helper_move_panel_connectors_to_head': /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c:52:19: note: byref variable will be forcibly initialized struct list_head panel_list; ^~~~~~~~~~ /kisskb/src/drivers/fpga/stratix10-soc.c: In function 's10_svc_send_msg': /kisskb/src/drivers/fpga/stratix10-soc.c:51:34: note: byref variable will be forcibly initialized struct stratix10_svc_client_msg msg; ^~~ /kisskb/src/drivers/iio/light/max44009.c: In function 'max44009_read_lux_raw': /kisskb/src/drivers/iio/light/max44009.c:204:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/iio/light/max44009.c:202:5: note: byref variable will be forcibly initialized u8 hi = 0; ^~ /kisskb/src/drivers/iio/light/max44009.c:201:5: note: byref variable will be forcibly initialized u8 lo = 0; ^~ /kisskb/src/drivers/iio/light/max44009.c:200:5: note: byref variable will be forcibly initialized u8 loreg = MAX44009_REG_LUX_LO; ^~~~~ /kisskb/src/drivers/iio/light/max44009.c:199:5: note: byref variable will be forcibly initialized u8 hireg = MAX44009_REG_LUX_HI; ^~~~~ /kisskb/src/drivers/fpga/stratix10-soc.c: In function 's10_ops_write_init': /kisskb/src/drivers/fpga/stratix10-soc.c:180:43: note: byref variable will be forcibly initialized struct stratix10_svc_command_config_type ctype; ^~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_write_reg': /kisskb/src/drivers/hwmon/ltc2992.c:207:5: note: byref variable will be forcibly initialized u8 regvals[4]; ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_read_reg': /kisskb/src/drivers/hwmon/ltc2992.c:189:5: note: byref variable will be forcibly initialized u8 regvals[4]; ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_parse_dt': /kisskb/src/drivers/hwmon/ltc2992.c:896:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/ltc2992.c:895:6: note: byref variable will be forcibly initialized u32 addr; ^~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_set': /kisskb/src/drivers/hwmon/ltc2992.c:263:16: note: byref variable will be forcibly initialized unsigned long gpio_ctrl; ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_get': /kisskb/src/drivers/hwmon/ltc2992.c:219:16: note: byref variable will be forcibly initialized unsigned long gpio_status; ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_set_multiple': /kisskb/src/drivers/hwmon/ltc2992.c:285:16: note: byref variable will be forcibly initialized unsigned long gpio_ctrl = 0; ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c:284:16: note: byref variable will be forcibly initialized unsigned long gpio_ctrl_io = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_get_multiple': /kisskb/src/drivers/hwmon/ltc2992.c:238:16: note: byref variable will be forcibly initialized unsigned long gpio_status; ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fsi_master_aspeed.h:77, from /kisskb/src/drivers/fsi/fsi-master-aspeed.c:85: /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'perf_trace_fsi_master_aspeed_opb_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'perf_trace_fsi_master_aspeed_opb_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'perf_trace_fsi_master_aspeed_opb_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi_master_aspeed.h:77, from /kisskb/src/drivers/fsi/fsi-master-aspeed.c:85: /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/fsi_master_aspeed.h:77, from /kisskb/src/drivers/fsi/fsi-master-aspeed.c:85: /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function '__bpf_trace_fsi_master_aspeed_opb_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function '__bpf_trace_fsi_master_aspeed_opb_write': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function '__bpf_trace_fsi_master_aspeed_opb_error': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'check_errors': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:226:26: note: byref variable will be forcibly initialized __be32 mresp0, mstap0, mesrb0; ^~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c:226:18: note: byref variable will be forcibly initialized __be32 mresp0, mstap0, mesrb0; ^~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c:226:10: note: byref variable will be forcibly initialized __be32 mresp0, mstap0, mesrb0; ^~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'aspeed_master_term': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:357:9: note: byref variable will be forcibly initialized __be32 cmd; ^~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'aspeed_master_break': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:368:9: note: byref variable will be forcibly initialized __be32 cmd; ^~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'fsi_master_aspeed_probe': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:537:9: note: byref variable will be forcibly initialized __be32 raw; ^~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_poweroff': /kisskb/src/drivers/iio/light/rpr0521.c:881:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_is_triggered': /kisskb/src/drivers/iio/light/rpr0521.c:399:6: note: byref variable will be forcibly initialized int reg; ^~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_get_gain': /kisskb/src/drivers/iio/light/rpr0521.c:585:11: note: byref variable will be forcibly initialized int ret, reg, idx; ^~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_read_samp_freq': /kisskb/src/drivers/iio/light/rpr0521.c:623:6: note: byref variable will be forcibly initialized int reg, ret; ^~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_init': /kisskb/src/drivers/iio/light/rpr0521.c:841:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_read_ps_offset': /kisskb/src/drivers/iio/light/rpr0521.c:688:9: note: byref variable will be forcibly initialized __le16 buffer; ^~~~~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_write_ps_offset': /kisskb/src/drivers/iio/light/rpr0521.c:705:9: note: byref variable will be forcibly initialized __le16 buffer; ^~~~~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_read_raw': /kisskb/src/drivers/iio/light/rpr0521.c:727:9: note: byref variable will be forcibly initialized __le16 raw_data; ^~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'rmi_f11_get_query_parameters': /kisskb/src/drivers/input/rmi4/rmi_f11.c:793:5: note: byref variable will be forcibly initialized u8 query_buf[RMI_F11_QUERY_SIZE]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/input/rmi4/rmi_f11.c:7: /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/input/rmi4/rmi_f11.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'rmi_f12_write_control_regs': /kisskb/src/drivers/input/rmi4/rmi_f12.c:243:7: note: byref variable will be forcibly initialized char buf[3]; ^~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'rmi_f11_initialize': /kisskb/src/drivers/input/rmi4/rmi_f11.c:1075:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c:1069:17: note: byref variable will be forcibly initialized u16 max_x_pos, max_y_pos; ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c:1069:6: note: byref variable will be forcibly initialized u16 max_x_pos, max_y_pos; ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'rmi_f12_read_sensor_tuning': /kisskb/src/drivers/input/rmi4/rmi_f12.c:71:5: note: byref variable will be forcibly initialized u8 buf[15]; ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/input.h:8, from /kisskb/src/drivers/input/rmi4/rmi_f12.c:5: /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/drivers/input/rmi4/rmi_f12.c:5: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'rmi_f12_probe': /kisskb/src/drivers/input/rmi4/rmi_f12.c:323:7: note: byref variable will be forcibly initialized char buf; ^~~ /kisskb/src/drivers/most/configfs.c: In function 'most_snd_grp_create_card_store': /kisskb/src/drivers/most/configfs.c:545:7: note: byref variable will be forcibly initialized bool tmp; ^~~ /kisskb/src/drivers/most/configfs.c: In function 'mdev_link_destroy_link_store': /kisskb/src/drivers/most/configfs.c:139:7: note: byref variable will be forcibly initialized bool tmp; ^~~ /kisskb/src/drivers/most/configfs.c: In function 'mdev_link_create_link_store': /kisskb/src/drivers/most/configfs.c:117:7: note: byref variable will be forcibly initialized bool tmp; ^~~ /kisskb/src/drivers/hwmon/max16065.c: In function 'max16065_limit_store': /kisskb/src/drivers/hwmon/max16065.c:225:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/drivers/mtd/ubi/eba.c:31: /kisskb/src/drivers/mtd/ubi/eba.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/misc/mma8450.c: In function 'mma8450_poll': /kisskb/src/drivers/input/misc/mma8450.c:91:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/hwmon/max197.c: In function 'max197_store_range': /kisskb/src/drivers/hwmon/max197.c:123:7: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/mtd/ubi/eba.c: In function 'recover_peb': /kisskb/src/drivers/mtd/ubi/eba.c:914:8: note: byref variable will be forcibly initialized bool retry; ^~~~~ 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:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_buf.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, 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:905:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, XFS_BUF_DADDR_NULL, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_buf.c:904:19: note: byref variable will be forcibly initialized 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:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buftarg_shrink_scan': /kisskb/src/fs/xfs/xfs_buf.c:1859:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_incore': /kisskb/src/fs/xfs/xfs_buf.c:627:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_buf.c:625:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_get_map': /kisskb/src/fs/xfs/xfs_buf.c:649:19: note: byref variable will be forcibly initialized struct xfs_buf *new_bp; ^~~~~~ /kisskb/src/fs/xfs/xfs_buf.c:648:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/drivers/mtd/hyperbus/hbmc-am654.c: In function 'am654_hbmc_calibrate': /kisskb/src/drivers/mtd/hyperbus/hbmc-am654.c:41:21: note: byref variable will be forcibly initialized struct cfi_private cfi; ^~~ /kisskb/src/fs/xfs/xfs_buf.c: In function '_xfs_buf_ioapply': /kisskb/src/fs/xfs/xfs_buf.c:1494:7: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/fs/xfs/xfs_buf.c:1493:7: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/fs/xfs/xfs_buf.c:1491:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/mtd/hyperbus/hbmc-am654.c: In function 'am654_hbmc_request_mmap_dma': /kisskb/src/drivers/mtd/hyperbus/hbmc-am654.c:141:17: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^~~~ /kisskb/src/drivers/mtd/hyperbus/hbmc-am654.c: In function 'am654_hbmc_probe': /kisskb/src/drivers/mtd/hyperbus/hbmc-am654.c:165:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_read_map': /kisskb/src/fs/xfs/xfs_buf.c:770:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_readahead_map': /kisskb/src/fs/xfs/xfs_buf.c:844:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_read_uncached': /kisskb/src/fs/xfs/xfs_buf.c:869:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_delwri_submit_buffers': /kisskb/src/fs/xfs/xfs_buf.c:2090:19: note: byref variable will be forcibly initialized 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:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buftarg_drain': /kisskb/src/fs/xfs/xfs_buf.c:1779:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_delwri_submit': /kisskb/src/fs/xfs/xfs_buf.c:2178:14: note: byref variable will be forcibly initialized LIST_HEAD (wait_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_delwri_pushbuf': /kisskb/src/fs/xfs/xfs_buf.c:2223:14: note: byref variable will be forcibly initialized LIST_HEAD (submit_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/hwmon/max1619.c: In function 'temp_store': /kisskb/src/drivers/hwmon/max1619.c:155:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/input/misc/palmas-pwrbutton.c: In function 'palmas_power_button_work': /kisskb/src/drivers/input/misc/palmas-pwrbutton.c:66:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/input/misc/palmas-pwrbutton.c: In function 'palmas_pwron_params_ofinit': /kisskb/src/drivers/input/misc/palmas-pwrbutton.c:116:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/input/misc/palmas-pwrbutton.c: In function 'palmas_pwron_probe': /kisskb/src/drivers/input/misc/palmas-pwrbutton.c:168:29: note: byref variable will be forcibly initialized struct palmas_pwron_config config; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_read': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:57:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_write': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:96:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_get_scrambling_status': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:139:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_set_scrambling': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:166:5: note: byref variable will be forcibly initialized u8 config; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_set_high_tmds_clock_ratio': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:221:5: note: byref variable will be forcibly initialized u8 config; ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/ucd9000.c: In function 'ucd9000_debugfs_read_mfr_status': /kisskb/src/drivers/hwmon/pmbus/ucd9000.c:410:7: note: byref variable will be forcibly initialized char str[(I2C_SMBUS_BLOCK_MAX * 2) + 2]; ^~~ /kisskb/src/drivers/hwmon/pmbus/ucd9000.c:409:5: note: byref variable will be forcibly initialized u8 buffer[I2C_SMBUS_BLOCK_MAX]; ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/ucd9000.c: In function 'ucd9000_debugfs_show_mfr_status_bit': /kisskb/src/drivers/hwmon/pmbus/ucd9000.c:385:5: note: byref variable will be forcibly initialized u8 buffer[I2C_SMBUS_BLOCK_MAX]; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/hwmon/pmbus/ucd9000.c:9: /kisskb/src/drivers/hwmon/pmbus/ucd9000.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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/hwmon/pmbus/ucd9000.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/pmbus/ucd9000.c: In function 'ucd9000_init_debugfs': /kisskb/src/drivers/hwmon/pmbus/ucd9000.c:438:7: note: byref variable will be forcibly initialized char name[UCD9000_DEBUGFS_NAME_LEN]; ^~~~ /kisskb/src/drivers/hwmon/pmbus/ucd9000.c: In function 'ucd9000_probe': /kisskb/src/drivers/hwmon/pmbus/ucd9000.c:492:5: note: byref variable will be forcibly initialized u8 block_buffer[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_leaf_readbuf': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:257:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:252:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:251:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map; ^~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:248:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_block_getdents': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:144:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer for block */ ^~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_leaf_getdents': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:356:18: note: byref variable will be forcibly initialized xfs_dir2_off_t curoff; /* current overall offset */ ^~~~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:355:15: note: byref variable will be forcibly initialized xfs_dablk_t rablk = 0; /* current readahead block */ ^~~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:351:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; /* data block buffer */ ^~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_readdir': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:511:8: note: byref variable will be forcibly initialized int v; ^ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_store': /kisskb/src/drivers/hid/hid-ft260.c:879:23: note: byref variable will be forcibly initialized FT260_WORD_ATTR_STORE(clock, ft260_set_i2c_speed_report, ^~~~~ /kisskb/src/drivers/hid/hid-ft260.c:823:8: note: in definition of macro 'FT260_ATTR_STORE' type name; \ ^~~~ /kisskb/src/drivers/hid/hid-ft260.c:879:1: note: in expansion of macro 'FT260_WORD_ATTR_STORE' FT260_WORD_ATTR_STORE(clock, ft260_set_i2c_speed_report, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:821:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:845:3: note: in expansion of macro 'FT260_ATTR_STORE' FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:879:1: note: in expansion of macro 'FT260_WORD_ATTR_STORE' FT260_WORD_ATTR_STORE(clock, ft260_set_i2c_speed_report, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_i2c_reset': /kisskb/src/drivers/hid/hid-ft260.c:281:36: note: byref variable will be forcibly initialized struct ft260_set_i2c_reset_report report; ^~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_act_dist_setup': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:283:5: note: byref variable will be forcibly initialized u8 act_dist_setup = ts->act_dist; ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_set_sysinfo_regs': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:222:6: note: byref variable will be forcibly initialized u8 intrvl_ray[] = { ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_show': /kisskb/src/drivers/hid/hid-ft260.c:800:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:813:3: note: in expansion of macro 'FT260_ATTR_SHOW' FT260_ATTR_SHOW(name, ft260_get_i2c_status_report, \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:878:1: note: in expansion of macro 'FT260_I2CST_ATTR_SHOW' FT260_I2CST_ATTR_SHOW(clock); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_ctl_show': /kisskb/src/drivers/hid/hid-ft260.c:800:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:3: note: in expansion of macro 'FT260_ATTR_SHOW' FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:873:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' FT260_SSTAT_ATTR_SHOW(clock_ctl); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'uart_mode_show': /kisskb/src/drivers/hid/hid-ft260.c:800:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:3: note: in expansion of macro 'FT260_ATTR_SHOW' FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:868:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' FT260_SSTAT_ATTR_SHOW(uart_mode); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'i2c_enable_show': /kisskb/src/drivers/hid/hid-ft260.c:800:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:3: note: in expansion of macro 'FT260_ATTR_SHOW' FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:863:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' FT260_SSTAT_ATTR_SHOW(i2c_enable); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'power_saving_en_show': /kisskb/src/drivers/hid/hid-ft260.c:800:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:3: note: in expansion of macro 'FT260_ATTR_SHOW' FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:860:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' FT260_SSTAT_ATTR_SHOW(power_saving_en); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'hid_over_i2c_en_show': /kisskb/src/drivers/hid/hid-ft260.c:800:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:3: note: in expansion of macro 'FT260_ATTR_SHOW' FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:857:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' FT260_SSTAT_ATTR_SHOW(hid_over_i2c_en); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'suspend_status_show': /kisskb/src/drivers/hid/hid-ft260.c:800:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:3: note: in expansion of macro 'FT260_ATTR_SHOW' FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:854:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' FT260_SSTAT_ATTR_SHOW(suspend_status); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_exit_bl_mode': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:140:5: note: byref variable will be forcibly initialized u8 bl_cmd[sizeof(bl_command)]; ^~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'pwren_status_show': /kisskb/src/drivers/hid/hid-ft260.c:800:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:3: note: in expansion of macro 'FT260_ATTR_SHOW' FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:851:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' FT260_SSTAT_ATTR_SHOW(pwren_status); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'chip_mode_show': /kisskb/src/drivers/hid/hid-ft260.c:800:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:3: note: in expansion of macro 'FT260_ATTR_SHOW' FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:848:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' FT260_SSTAT_ATTR_SHOW(chip_mode); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_is_interface_enabled': /kisskb/src/drivers/hid/hid-ft260.c:739:40: note: byref variable will be forcibly initialized struct ft260_get_system_status_report cfg; ^~~ In file included from /kisskb/src/include/linux/limits.h:6, from /kisskb/src/include/linux/kernel.h:7, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:16: /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_report_tchdata': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:323:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(used, CY_MAX_ID); ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:321:6: note: byref variable will be forcibly initialized int ids[CY_MAX_ID]; ^~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_xfer_status': /kisskb/src/drivers/hid/hid-ft260.c:299:37: note: byref variable will be forcibly initialized struct ft260_get_i2c_status_report report; ^~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_ctl_store': /kisskb/src/drivers/hid/hid-ft260.c:874:23: note: byref variable will be forcibly initialized FT260_BYTE_ATTR_STORE(clock_ctl, ft260_set_system_clock_report, ^~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:823:8: note: in definition of macro 'FT260_ATTR_STORE' type name; \ ^~~~ /kisskb/src/drivers/hid/hid-ft260.c:874:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' FT260_BYTE_ATTR_STORE(clock_ctl, ft260_set_system_clock_report, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:821:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:841:3: note: in expansion of macro 'FT260_ATTR_STORE' FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:874:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' FT260_BYTE_ATTR_STORE(clock_ctl, ft260_set_system_clock_report, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'uart_mode_store': /kisskb/src/drivers/hid/hid-ft260.c:869:23: note: byref variable will be forcibly initialized FT260_BYTE_ATTR_STORE(uart_mode, ft260_set_uart_mode_report, ^~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:823:8: note: in definition of macro 'FT260_ATTR_STORE' type name; \ ^~~~ /kisskb/src/drivers/hid/hid-ft260.c:869:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' FT260_BYTE_ATTR_STORE(uart_mode, ft260_set_uart_mode_report, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:821:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:841:3: note: in expansion of macro 'FT260_ATTR_STORE' FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:869:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' FT260_BYTE_ATTR_STORE(uart_mode, ft260_set_uart_mode_report, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_parse_properties': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:553:6: note: byref variable will be forcibly initialized u32 dt_value; ^~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'i2c_enable_store': /kisskb/src/drivers/hid/hid-ft260.c:864:23: note: byref variable will be forcibly initialized FT260_BYTE_ATTR_STORE(i2c_enable, ft260_set_i2c_mode_report, ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:823:8: note: in definition of macro 'FT260_ATTR_STORE' type name; \ ^~~~ /kisskb/src/drivers/hid/hid-ft260.c:864:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' FT260_BYTE_ATTR_STORE(i2c_enable, ft260_set_i2c_mode_report, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:821:18: note: byref variable will be forcibly initialized struct reptype rep; \ ^~~ /kisskb/src/drivers/hid/hid-ft260.c:841:3: note: in expansion of macro 'FT260_ATTR_STORE' FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:864:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' FT260_BYTE_ATTR_STORE(i2c_enable, ft260_set_i2c_mode_report, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_i2c_read': /kisskb/src/drivers/hid/hid-ft260.c:460:39: note: byref variable will be forcibly initialized struct ft260_i2c_read_request_report rep; ^~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_i2c_write_read': /kisskb/src/drivers/hid/hid-ft260.c:517:6: note: byref variable will be forcibly initialized u16 read_off = 0; ^~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_probe': /kisskb/src/drivers/hid/hid-ft260.c:915:39: note: byref variable will be forcibly initialized struct ft260_get_chip_version_report version; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_handshake': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:104:5: note: byref variable will be forcibly initialized u8 cmd = mode ^ CY_HST_TOGGLE; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_hw_soft_reset': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:124:5: note: byref variable will be forcibly initialized u8 cmd = CY_HST_RESET; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.h:18, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:15: /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_wait_bl_heartbeat': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1347:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, cd->mode == CY_MODE_BOOTLOADER, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_wait_sysinfo_mode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1364:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, cd->mode == CY_MODE_SYSINFO, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_set_mode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1451:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1403:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.h:18, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:15: /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_request_exclusive': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1308:3: note: in expansion of macro 'wait_event' wait_event(cd->wait_q, !cd->exclusive_dev); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1298:7: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, !cd->exclusive_dev, t); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_core_wake_': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1805:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1774:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_core_sleep_': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1506:5: note: byref variable will be forcibly initialized u8 mode[2]; ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_get_mt_touches': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:874:6: note: byref variable will be forcibly initialized int ids[max(CY_TMA1036_MAX_TCH, CY_TMA4XX_MAX_TCH)]; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:871:23: note: byref variable will be forcibly initialized struct cyttsp4_touch tch; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_irq': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1083:5: note: byref variable will be forcibly initialized u8 mode[3]; ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_startup_': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1618:6: note: byref variable will be forcibly initialized u8 buf[sizeof(ldr_err_app)]; ^~~ /kisskb/src/drivers/hwmon/pmbus/ucd9200.c: In function 'ucd9200_probe': /kisskb/src/drivers/hwmon/pmbus/ucd9200.c:76:5: note: byref variable will be forcibly initialized u8 block_buffer[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~~~~ /kisskb/src/drivers/input/misc/pm8941-pwrkey.c: In function 'pm8941_pwrkey_irq': /kisskb/src/drivers/input/misc/pm8941-pwrkey.c:127:15: note: byref variable will be forcibly initialized unsigned int sts; ^~~ /kisskb/src/drivers/input/misc/pm8941-pwrkey.c: In function 'pm8941_pwrkey_probe': /kisskb/src/drivers/input/misc/pm8941-pwrkey.c:170:6: note: byref variable will be forcibly initialized u32 req_delay; ^~~~~~~~~ /kisskb/src/drivers/iio/light/tsl2563.c: In function 'tsl2563_probe': /kisskb/src/drivers/iio/light/tsl2563.c:709:5: note: byref variable will be forcibly initialized u8 id = 0; ^~ /kisskb/src/drivers/hwmon/max6621.c: In function 'max6621_read': /kisskb/src/drivers/hwmon/max6621.c:205:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/max6639.c:291:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_emergency_store': /kisskb/src/drivers/hwmon/max6639.c:259:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/max6639.c:226:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/max6639.c:194:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/input/rmi4/rmi_f30.c:6: /kisskb/src/drivers/input/rmi4/rmi_f30.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_f30.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f30.c: In function 'rmi_f30_initialize': /kisskb/src/drivers/input/rmi4/rmi_f30.c:277:5: note: byref variable will be forcibly initialized u8 buf[RMI_F30_QUERY_SIZE]; ^~~ /kisskb/src/drivers/input/rmi4/rmi_f30.c:276:6: note: byref variable will be forcibly initialized int control_address = fn->fd.control_base_addr; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f30.c:275:6: note: byref variable will be forcibly initialized u8 *ctrl_reg = f30->ctrl_regs; ^~~~~~~~ /kisskb/src/drivers/hwmon/max6650.c: In function 'max6650_init_client': /kisskb/src/drivers/hwmon/max6650.c:366:6: note: byref variable will be forcibly initialized u32 target_rpm; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/max6650.c:365:6: note: byref variable will be forcibly initialized u32 prescale; ^~~~~~~~ /kisskb/src/drivers/hwmon/max6650.c:364:6: note: byref variable will be forcibly initialized u32 voltage; ^~~~~~~ /kisskb/src/drivers/input/misc/pm8xxx-vibrator.c: In function 'pm8xxx_work_handler': /kisskb/src/drivers/input/misc/pm8xxx-vibrator.c:107:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/pm8xxx-vibrator.c: In function 'pm8xxx_vib_probe': /kisskb/src/drivers/input/misc/pm8xxx-vibrator.c:172:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/input/rmi4/rmi_f3a.c:6: /kisskb/src/drivers/input/rmi4/rmi_f3a.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_f3a.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f3a.c: In function 'rmi_f3a_initialize': /kisskb/src/drivers/input/rmi4/rmi_f3a.c:171:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/input/rmi4/rmi_f3a.c:170:5: note: byref variable will be forcibly initialized u8 ctrl1[RMI_F3A_MAX_REG_SIZE]; ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f3a.c:169:5: note: byref variable will be forcibly initialized u8 query1[RMI_F3A_MAX_REG_SIZE]; ^~~~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_validate_ids': /kisskb/src/drivers/iio/light/si1133.c:965:32: note: byref variable will be forcibly initialized unsigned int part_id, rev_id, mfr_id; ^~~~~~ /kisskb/src/drivers/iio/light/si1133.c:965:24: note: byref variable will be forcibly initialized unsigned int part_id, rev_id, mfr_id; ^~~~~~ /kisskb/src/drivers/iio/light/si1133.c:965:15: note: byref variable will be forcibly initialized unsigned int part_id, rev_id, mfr_id; ^~~~~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_threaded_irq_handler': /kisskb/src/drivers/iio/light/si1133.c:645:6: note: byref variable will be forcibly initialized u32 irq_status; ^~~~~~~~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_cmd_reset_sw': /kisskb/src/drivers/iio/light/si1133.c:316:15: note: byref variable will be forcibly initialized unsigned int resp; ^~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_command': /kisskb/src/drivers/iio/light/si1133.c:390:6: note: byref variable will be forcibly initialized u32 resp; ^~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_update_adcsens': /kisskb/src/drivers/iio/light/si1133.c:693:6: note: byref variable will be forcibly initialized u32 adc_sens; ^~~~~~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_update_adcconfig': /kisskb/src/drivers/iio/light/si1133.c:575:6: note: byref variable will be forcibly initialized u32 adc_config; ^~~~~~~~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_get_lux': /kisskb/src/drivers/iio/light/si1133.c:713:5: note: byref variable will be forcibly initialized u8 buffer[SI1133_LUX_BUFFER_SIZE]; ^~~~~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_read_event_config': /kisskb/src/drivers/iio/light/stk3310.c:268:15: note: byref variable will be forcibly initialized unsigned int event_val; ^~~~~~~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_measure': /kisskb/src/drivers/iio/light/si1133.c:620:5: note: byref variable will be forcibly initialized u8 buffer[SI1133_MEASURE_BUFFER_SIZE]; ^~~~~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_irq_event_handler': /kisskb/src/drivers/iio/light/stk3310.c:539:15: note: byref variable will be forcibly initialized unsigned int dir; ^~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_write_event': /kisskb/src/drivers/iio/light/stk3310.c:237:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/iio/light/stk3310.c:235:9: note: byref variable will be forcibly initialized __be16 buf; ^~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_read_event': /kisskb/src/drivers/iio/light/stk3310.c:200:9: note: byref variable will be forcibly initialized __be16 buf; ^~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_read_raw': /kisskb/src/drivers/iio/light/stk3310.c:309:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/iio/light/stk3310.c:307:9: note: byref variable will be forcibly initialized __be16 buf; ^~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_init': /kisskb/src/drivers/iio/light/stk3310.c:446:6: note: byref variable will be forcibly initialized int chipid; ^~~~~~ /kisskb/src/drivers/hwmon/max6697.c: In function 'offset_store': /kisskb/src/drivers/hwmon/max6697.c:333:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/max6697.c: In function 'temp_store': /kisskb/src/drivers/hwmon/max6697.c:307:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/max6697.c: In function 'max6697_get_config_of': /kisskb/src/drivers/hwmon/max6697.c:564:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/hwmon/max6697.c: In function 'max6697_init_chip': /kisskb/src/drivers/hwmon/max6697.c:598:31: note: byref variable will be forcibly initialized struct max6697_platform_data p; ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fsi_master_gpio.h:171, from /kisskb/src/drivers/fsi/fsi-master-gpio.c:40: /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_in': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_out': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_clock_zeros': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_clock_zeros, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_clock_zeros, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_break': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_break, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_break, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_crc_cmd_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_crc_rsp_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:97:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_rsp_error, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:97:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_rsp_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_poll_response_busy': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_poll_response_busy, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_poll_response_busy, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_cmd_abs_addr': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_cmd_rel_addr': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_cmd_same_addr': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_same_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_same_addr, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi_master_gpio.h:171, from /kisskb/src/drivers/fsi/fsi-master-gpio.c:40: /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_in': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_out': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_clock_zeros': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_clock_zeros, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_break': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_break, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_crc_cmd_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_crc_rsp_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:97:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_rsp_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_poll_response_busy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_poll_response_busy, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_abs_addr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_rel_addr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_same_addr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_same_addr, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/fsi_master_gpio.h:171, from /kisskb/src/drivers/fsi/fsi-master-gpio.c:40: /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function '__bpf_trace_fsi_master_gpio_in': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function '__bpf_trace_fsi_master_gpio_out': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function '__bpf_trace_fsi_master_gpio_clock_zeros': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_clock_zeros, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_clock_zeros, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_clock_zeros, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_clock_zeros, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function '__bpf_trace_fsi_master_gpio_poll_response_busy': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_poll_response_busy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_poll_response_busy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_poll_response_busy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_poll_response_busy, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function '__bpf_trace_fsi_master_gpio_cmd_abs_addr': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function '__bpf_trace_fsi_master_gpio_cmd_rel_addr': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function '__bpf_trace_fsi_master_gpio_break': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_break, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_break, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function '__bpf_trace_fsi_master_gpio_crc_cmd_error': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function '__bpf_trace_fsi_master_gpio_crc_rsp_error': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:97:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_rsp_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:97:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_rsp_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function '__bpf_trace_fsi_master_gpio_cmd_same_addr': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_same_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_same_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'external_mode_store': /kisskb/src/drivers/fsi/fsi-master-gpio.c:729:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'build_ar_command': /kisskb/src/drivers/fsi/fsi-master-gpio.c:241:11: note: byref variable will be forcibly initialized uint32_t rel_addr; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'read_one_response': /kisskb/src/drivers/fsi/fsi-master-gpio.c:337:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg msg; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'issue_term': /kisskb/src/drivers/fsi/fsi-master-gpio.c:401:10: note: byref variable will be forcibly initialized uint8_t tag; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:399:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg cmd; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'poll_for_response': /kisskb/src/drivers/fsi/fsi-master-gpio.c:430:10: note: byref variable will be forcibly initialized uint8_t tag; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:427:32: note: byref variable will be forcibly initialized struct fsi_gpio_msg response, cmd; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:427:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg response, cmd; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_term': /kisskb/src/drivers/fsi/fsi-master-gpio.c:603:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg cmd; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_write': /kisskb/src/drivers/fsi/fsi-master-gpio.c:584:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg cmd; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_read': /kisskb/src/drivers/fsi/fsi-master-gpio.c:565:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg cmd; ^~~ In file included from /kisskb/src/drivers/input/misc/pwm-vibra.c:20: /kisskb/src/drivers/input/misc/pwm-vibra.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/input/misc/pwm-vibra.c: In function 'pwm_vibrator_start': /kisskb/src/drivers/input/misc/pwm-vibra.c:39:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/input/misc/pwm-vibra.c: In function 'pwm_vibrator_probe': /kisskb/src/drivers/input/misc/pwm-vibra.c:125:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_count_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1861:24: note: byref variable will be forcibly initialized struct mtd_oob_region oobregion; ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_bitflip_threshold_store': /kisskb/src/drivers/mtd/mtdcore.c:249:15: note: byref variable will be forcibly initialized unsigned int bitflip_threshold; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_get_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1782:6: note: byref variable will be forcibly initialized int section, ret; ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1781:24: note: byref variable will be forcibly initialized struct mtd_oob_region oobregion; ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_set_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1825:6: note: byref variable will be forcibly initialized int section, ret; ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1824:24: note: byref variable will be forcibly initialized struct mtd_oob_region oobregion; ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_io_emulated_slc': /kisskb/src/drivers/mtd/mtdcore.c:1500:26: note: byref variable will be forcibly initialized struct mtd_pairing_info info; ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1498:21: note: byref variable will be forcibly initialized struct mtd_oob_ops adjops = *ops; ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_erase': /kisskb/src/drivers/mtd/mtdcore.c:1241:20: note: byref variable will be forcibly initialized struct erase_info adjinstr; ^~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_get_unmapped_area': /kisskb/src/drivers/mtd/mtdcore.c:1333:8: note: byref variable will be forcibly initialized void *virt; ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1332:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_read_oob': /kisskb/src/drivers/mtd/mtdcore.c:1558:23: note: byref variable will be forcibly initialized 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:524:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'default_mtd_writev': /kisskb/src/drivers/mtd/mtdcore.c:2228:21: note: byref variable will be forcibly initialized size_t totlen = 0, thislen; ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_fact_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:867:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_otp_size': /kisskb/src/drivers/mtd/mtdcore.c:787:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_framebuffer_helper.c: In function 'drm_gem_fb_init_with_funcs': /kisskb/src/drivers/gpu/drm/drm_gem_framebuffer_helper.c:151:25: note: byref variable will be forcibly initialized struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_user_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:853:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/ubi/io.c: In function 'self_check_write': /kisskb/src/drivers/mtd/ubi/io.c:1295:9: note: byref variable will be forcibly initialized size_t read; ^~~~ /kisskb/src/drivers/mtd/ubi/io.c: In function 'ubi_io_read': /kisskb/src/drivers/mtd/ubi/io.c:117:9: note: byref variable will be forcibly initialized size_t read; ^~~~ /kisskb/src/drivers/hid/hid-google-hammer.c: In function 'cbas_ec_resume': /kisskb/src/drivers/hid/hid-google-hammer.c:138:7: note: byref variable will be forcibly initialized bool base_present; ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-google-hammer.c: In function '__cbas_ec_probe': /kisskb/src/drivers/hid/hid-google-hammer.c:180:7: note: byref variable will be forcibly initialized bool base_supported; ^~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/ubi/io.c: In function 'nor_erase_prepare': /kisskb/src/drivers/mtd/ubi/io.c:465:21: note: byref variable will be forcibly initialized struct ubi_vid_hdr vid_hdr; ^~~~~~~ /kisskb/src/drivers/mtd/ubi/io.c:456:24: note: byref variable will be forcibly initialized struct ubi_vid_io_buf vidb; ^~~~ /kisskb/src/drivers/mtd/ubi/io.c:455:20: note: byref variable will be forcibly initialized struct ubi_ec_hdr ec_hdr; ^~~~~~ /kisskb/src/drivers/mtd/ubi/io.c:454:11: note: byref variable will be forcibly initialized uint32_t data = 0; ^~~~ /kisskb/src/drivers/mtd/ubi/io.c:452:9: note: byref variable will be forcibly initialized size_t written; ^~~~~~~ /kisskb/src/drivers/mtd/ubi/io.c: In function 'ubi_self_check_all_ff': /kisskb/src/drivers/mtd/ubi/io.c:1358:9: note: byref variable will be forcibly initialized size_t read; ^~~~ /kisskb/src/drivers/mtd/ubi/io.c: In function 'ubi_io_write': /kisskb/src/drivers/mtd/ubi/io.c:226:9: note: byref variable will be forcibly initialized size_t written; ^~~~~~~ /kisskb/src/drivers/mtd/ubi/io.c: In function 'do_sync_erase': /kisskb/src/drivers/mtd/ubi/io.c:310:20: note: byref variable will be forcibly initialized struct erase_info ei; ^~ /kisskb/src/drivers/hwmon/mcp3021.c: In function 'mcp3021_read16': /kisskb/src/drivers/hwmon/mcp3021.c:60:9: note: byref variable will be forcibly initialized __be16 buf; ^~~ /kisskb/src/drivers/hwmon/pmbus/pim4328.c: In function 'pim4328_probe': /kisskb/src/drivers/hwmon/pmbus/pim4328.c:136:5: note: byref variable will be forcibly initialized u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~ /kisskb/src/drivers/iio/light/st_uvis25_core.c: In function 'st_uvis25_check_whoami': /kisskb/src/drivers/iio/light/st_uvis25_core.c:56:11: note: byref variable will be forcibly initialized int err, data; ^~~~ /kisskb/src/drivers/iio/light/st_uvis25_core.c: In function 'st_uvis25_buffer_handler_thread': /kisskb/src/drivers/iio/light/st_uvis25_core.c:237:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/light/st_uvis25_core.c: In function 'st_uvis25_trigger_handler_thread': /kisskb/src/drivers/iio/light/st_uvis25_core.c:155:11: note: byref variable will be forcibly initialized int err, status; ^~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f55.c: In function 'rmi_f55_detect': /kisskb/src/drivers/input/rmi4/rmi_f55.c:64:6: note: byref variable will be forcibly initialized u8 buf[256]; ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/tc654.c:387:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'pwm_mode_store': /kisskb/src/drivers/hwmon/tc654.c:340:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'fan_pulses_store': /kisskb/src/drivers/hwmon/tc654.c:291:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/tc654.c:231:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_temp': /kisskb/src/drivers/hwmon/tps23861.c:128:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_operating_mode': /kisskb/src/drivers/hwmon/tps23861.c:373:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_detect_status': /kisskb/src/drivers/hwmon/tps23861.c:411:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_class_status': /kisskb/src/drivers/hwmon/tps23861.c:449:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_poe_plus_status': /kisskb/src/drivers/hwmon/tps23861.c:480:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_voltage': /kisskb/src/drivers/hwmon/tps23861.c:143:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_current': /kisskb/src/drivers/hwmon/tps23861.c:167:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_resistance': /kisskb/src/drivers/hwmon/tps23861.c:492:6: note: byref variable will be forcibly initialized u16 regval; ^~~~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_temp': /kisskb/src/drivers/hwmon/mr75203.c:144:12: note: byref variable will be forcibly initialized u32 stat, nbs; ^~~ /kisskb/src/drivers/hwmon/mr75203.c:144:6: note: byref variable will be forcibly initialized u32 stat, nbs; ^~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_probe': /kisskb/src/drivers/hwmon/tps23861.c:547:6: note: byref variable will be forcibly initialized u32 shunt_resistor; ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_in': /kisskb/src/drivers/hwmon/mr75203.c:181:9: note: byref variable will be forcibly initialized u32 n, stat; ^~~~ /kisskb/src/drivers/hwmon/mr75203.c:181:6: note: byref variable will be forcibly initialized u32 n, stat; ^ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/drivers/hwmon/mr75203.c:10: /kisskb/src/drivers/hwmon/mr75203.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/mr75203.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_init': /kisskb/src/drivers/hwmon/mr75203.c:262:17: note: byref variable will be forcibly initialized u32 clk_synth, val; ^~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'mr75203_probe': /kisskb/src/drivers/hwmon/mr75203.c:503:30: note: byref variable will be forcibly initialized u32 ts_num, vm_num, pd_num, val, index, i; ^~~ /kisskb/src/drivers/input/rmi4/rmi_i2c.c: In function 'rmi_set_page': /kisskb/src/drivers/input/rmi4/rmi_i2c.c:65:5: note: byref variable will be forcibly initialized u8 txbuf[2] = {RMI_PAGE_SELECT_REGISTER, page}; ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_i2c.c: In function 'rmi_i2c_read_block': /kisskb/src/drivers/input/rmi4/rmi_i2c.c:134:5: note: byref variable will be forcibly initialized u8 addr_offset = addr & 0xff; ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-gt683r.c: In function 'mode_store': /kisskb/src/drivers/hid/hid-gt683r.c:100:5: note: byref variable will be forcibly initialized u8 sysfs_mode; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c: In function 'cyttsp_i2c_read_block_data': /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:32:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:31:5: note: byref variable will be forcibly initialized u8 addr_lo = addr & 0xFF; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c: In function 'cyttsp_i2c_write_block_data': /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:62:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/gpu/drm/drm_format_helper.c: In function 'drm_fb_blit_dstclip': /kisskb/src/drivers/gpu/drm/drm_format_helper.c:424:18: note: byref variable will be forcibly initialized struct drm_rect fullscreen = { ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_error.c: In function 'xfs_errortag_attr_store': /kisskb/src/fs/xfs/xfs_error.c:91:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'beep_enable_store': /kisskb/src/drivers/hwmon/nct6683.c:1001:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'intrusion0_alarm_store': /kisskb/src/drivers/hwmon/nct6683.c:1062:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/nct6683.c:926:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included 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/hwmon/nct6683.c:24: /kisskb/src/drivers/hwmon/nct6683.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/hwmon/nct6683.c:24: /kisskb/src/include/linux/overflow.h:287:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included 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/hwmon/nct6683.c:24: /kisskb/src/drivers/hwmon/nct6683.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/hwmon/nct6683.c:24: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'nct6683_probe': /kisskb/src/drivers/hwmon/nct6683.c:1196:7: note: byref variable will be forcibly initialized char build[16]; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/input/misc/rotary_encoder.c:14: /kisskb/src/drivers/input/misc/rotary_encoder.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/drivers/input/misc/rotary_encoder.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/misc/rotary_encoder.c: In function 'rotary_encoder_probe': /kisskb/src/drivers/input/misc/rotary_encoder.c:191:6: note: byref variable will be forcibly initialized u32 steps_per_period; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'sensors_nct6683_init': /kisskb/src/drivers/hwmon/nct6683.c:1411:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/hwmon/nct6683.c:1409:26: note: byref variable will be forcibly initialized struct nct6683_sio_data sio_data; ^~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:33: /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_dirtyfb': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:111:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_damage_merged': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:310:18: note: byref variable will be forcibly initialized struct drm_rect clip; ^~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:309:39: note: byref variable will be forcibly initialized struct drm_atomic_helper_damage_iter iter; ^~~~ /kisskb/src/drivers/fpga/altera-hps2fpga.c: In function 'alt_fpga_bridge_probe': /kisskb/src/drivers/fpga/altera-hps2fpga.c:132:6: note: byref variable will be forcibly initialized u32 enable; ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_probe': /kisskb/src/drivers/fsi/fsi-scom.c:544:10: note: byref variable will be forcibly initialized int rc, didx; ^~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_reset': /kisskb/src/drivers/fsi/fsi-scom.c:465:18: note: byref variable will be forcibly initialized uint32_t flags, dummy = -1; ^~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'handle_fsi2pib_status': /kisskb/src/drivers/fsi/fsi-scom.c:241:11: note: byref variable will be forcibly initialized uint32_t dummy = -1; ^~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'handle_pib_status': /kisskb/src/drivers/fsi/fsi-scom.c:259:11: note: byref variable will be forcibly initialized uint32_t dummy = -1; ^~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function '__put_scom': /kisskb/src/drivers/fsi/fsi-scom.c:78:15: note: byref variable will be forcibly initialized __be32 data, raw_status; ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:78:9: note: byref variable will be forcibly initialized __be32 data, raw_status; ^~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function '__get_scom': /kisskb/src/drivers/fsi/fsi-scom.c:110:15: note: byref variable will be forcibly initialized __be32 data, raw_status; ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:110:9: note: byref variable will be forcibly initialized __be32 data, raw_status; ^~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'get_indirect_scom_form0': /kisskb/src/drivers/fsi/fsi-scom.c:190:11: note: byref variable will be forcibly initialized uint64_t ind_data, ind_addr; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_raw_read': /kisskb/src/drivers/fsi/fsi-scom.c:417:11: note: byref variable will be forcibly initialized uint32_t status; ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:416:21: note: byref variable will be forcibly initialized struct scom_access acc; ^~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'get_scom': /kisskb/src/drivers/fsi/fsi-scom.c:307:11: note: byref variable will be forcibly initialized uint32_t status; ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_read': /kisskb/src/drivers/fsi/fsi-scom.c:328:11: note: byref variable will be forcibly initialized uint64_t val; ^~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'put_indirect_scom_form0': /kisskb/src/drivers/fsi/fsi-scom.c:147:11: note: byref variable will be forcibly initialized uint64_t ind_data, ind_addr; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_raw_write': /kisskb/src/drivers/fsi/fsi-scom.c:436:11: note: byref variable will be forcibly initialized uint32_t status; ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:435:21: note: byref variable will be forcibly initialized struct scom_access acc; ^~~ /kisskb/src/drivers/fsi/fsi-scom.c:434:6: note: byref variable will be forcibly initialized u64 prev_data, mask, data; ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'put_scom': /kisskb/src/drivers/fsi/fsi-scom.c:288:11: note: byref variable will be forcibly initialized uint32_t status; ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_write': /kisskb/src/drivers/fsi/fsi-scom.c:358:11: note: byref variable will be forcibly initialized uint64_t val; ^~~ /kisskb/src/drivers/input/rmi4/rmi_smbus.c: In function 'rmi_smb_get_command_code': /kisskb/src/drivers/input/rmi4/rmi_smbus.c:84:29: note: byref variable will be forcibly initialized struct mapping_table_entry new_map; ^~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_smbus.c: In function 'rmi_smb_write_block': /kisskb/src/drivers/input/rmi4/rmi_smbus.c:140:5: note: byref variable will be forcibly initialized u8 commandcode; ^~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_smbus.c: In function 'rmi_smb_read_block': /kisskb/src/drivers/input/rmi4/rmi_smbus.c:195:5: note: byref variable will be forcibly initialized u8 commandcode; ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_beep': /kisskb/src/drivers/hwmon/nct6775.c:1970:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'clear_caseopen': /kisskb/src/drivers/hwmon/nct6775.c:3414:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_temp_type': /kisskb/src/drivers/hwmon/nct6775.c:2404:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_temp_beep': /kisskb/src/drivers/hwmon/nct6775.c:2019:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/nct6775.c:2127:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_fan_pulses': /kisskb/src/drivers/hwmon/nct6775.c:2231:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_in_reg': /kisskb/src/drivers/hwmon/nct6775.c:1889:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_auto_temp': /kisskb/src/drivers/hwmon/nct6775.c:3234:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_auto_pwm': /kisskb/src/drivers/hwmon/nct6775.c:3145:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/nct6775.c:2596:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_weight_temp': /kisskb/src/drivers/hwmon/nct6775.c:3063:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_pwm_weight_temp_sel': /kisskb/src/drivers/hwmon/nct6775.c:2812:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_fan_time': /kisskb/src/drivers/hwmon/nct6775.c:3113:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_speed_tolerance': /kisskb/src/drivers/hwmon/nct6775.c:2998:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_target_speed': /kisskb/src/drivers/hwmon/nct6775.c:2896:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_target_temp': /kisskb/src/drivers/hwmon/nct6775.c:2860:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'in_proximity0_calibrate_store': /kisskb/src/drivers/iio/light/tsl2772.c:1054:7: note: byref variable will be forcibly initialized bool value; ^~~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_temp_tolerance': /kisskb/src/drivers/hwmon/nct6775.c:2934:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'in_illuminance0_calibrate_store': /kisskb/src/drivers/iio/light/tsl2772.c:963:7: note: byref variable will be forcibly initialized bool value; ^~~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_pwm_temp_sel': /kisskb/src/drivers/hwmon/nct6775.c:2770:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'in_illuminance0_lux_table_store': /kisskb/src/drivers/iio/light/tsl2772.c:1013:6: note: byref variable will be forcibly initialized int value[ARRAY_SIZE(chip->tsl2772_device_lux) * 2 + 1]; ^~~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/nct6775.c:2698:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'in_illuminance0_target_input_store': /kisskb/src/drivers/iio/light/tsl2772.c:944:6: note: byref variable will be forcibly initialized u16 value; ^~~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_pwm_mode': /kisskb/src/drivers/hwmon/nct6775.c:2538:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'tsl2772_read_prox_led_current': /kisskb/src/drivers/iio/light/tsl2772.c:553:11: note: byref variable will be forcibly initialized int ret, tmp, i; ^~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'tsl2772_read_prox_diodes': /kisskb/src/drivers/iio/light/tsl2772.c:577:6: note: byref variable will be forcibly initialized u32 leds[TSL2772_MAX_PROX_LEDS]; ^~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_temp_offset': /kisskb/src/drivers/hwmon/nct6775.c:2370:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_temp': /kisskb/src/drivers/hwmon/nct6775.c:2340:7: note: byref variable will be forcibly initialized long val; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c:4: /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c:5: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 pwm_port; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/hwmon/nct6775.c:43: /kisskb/src/drivers/hwmon/nct6775.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/hwmon/nct6775.c:45: /kisskb/src/include/linux/overflow.h:287:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/hwmon/nct6775.c:43: /kisskb/src/drivers/hwmon/nct6775.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/nct6775.c:47: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c: In function 'npcm7xx_pwm_fan_probe': /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c:915:7: note: byref variable will be forcibly initialized char name[20]; ^~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'nct6775_probe': /kisskb/src/drivers/hwmon/nct6775.c:3798:17: note: byref variable will be forcibly initialized int src, mask, available; ^~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775.c:3798:11: note: byref variable will be forcibly initialized int src, mask, available; ^~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'sensors_nct6775_init': /kisskb/src/drivers/hwmon/nct6775.c:4830:26: note: byref variable will be forcibly initialized struct nct6775_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/nct6775.c:4829:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/drivers/mtd/ubi/wl.c:88: /kisskb/src/drivers/mtd/ubi/wl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mtd/ubi/wl.c: In function 'do_sync_erase': /kisskb/src/drivers/mtd/ubi/wl.c:623:18: note: byref variable will be forcibly initialized struct ubi_work wl_wrk; ^~~~~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/pc87427.c:613:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/pc87427.c:583:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/pc87427.c:431:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pc87427_init': /kisskb/src/drivers/hwmon/pc87427.c:1297:26: note: byref variable will be forcibly initialized struct pc87427_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_show': /kisskb/src/drivers/hwmon/nct7802.c:124:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_mode_show': /kisskb/src/drivers/hwmon/nct7802.c:106:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_enable_show': /kisskb/src/drivers/hwmon/nct7802.c:158:15: note: byref variable will be forcibly initialized unsigned int reg, enabled; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'beep_show': /kisskb/src/drivers/hwmon/nct7802.c:532:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'alarm_show': /kisskb/src/drivers/hwmon/nct7802.c:517:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_fan_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:859:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_in_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:783:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_type_show': /kisskb/src/drivers/hwmon/nct7802.c:70:15: note: byref variable will be forcibly initialized unsigned int mode; ^~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_temp_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:684:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/nct7802.c:143:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_store': /kisskb/src/drivers/hwmon/nct7802.c:453:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_temp': /kisskb/src/drivers/hwmon/nct7802.c:191:19: note: byref variable will be forcibly initialized unsigned int t1, t2 = 0; ^~ /kisskb/src/drivers/hwmon/nct7802.c:191:15: note: byref variable will be forcibly initialized unsigned int t1, t2 = 0; ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_show': /kisskb/src/drivers/hwmon/nct7802.c:438:11: note: byref variable will be forcibly initialized int err, temp; ^~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_fan_min': /kisskb/src/drivers/hwmon/nct7802.c:239:19: note: byref variable will be forcibly initialized unsigned int f1, f2; ^~ /kisskb/src/drivers/hwmon/nct7802.c:239:15: note: byref variable will be forcibly initialized unsigned int f1, f2; ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_fan': /kisskb/src/drivers/hwmon/nct7802.c:215:19: note: byref variable will be forcibly initialized unsigned int f1, f2; ^~ /kisskb/src/drivers/hwmon/nct7802.c:215:15: note: byref variable will be forcibly initialized unsigned int f1, f2; ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_voltage': /kisskb/src/drivers/hwmon/nct7802.c:288:19: note: byref variable will be forcibly initialized unsigned int v1, v2; ^~ /kisskb/src/drivers/hwmon/nct7802.c:288:15: note: byref variable will be forcibly initialized unsigned int v1, v2; ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'in_alarm_show': /kisskb/src/drivers/hwmon/nct7802.c:379:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/nct7802.c:174:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'beep_store': /kisskb/src/drivers/hwmon/nct7802.c:548:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/nct7802.c:500:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'in_store': /kisskb/src/drivers/hwmon/nct7802.c:362:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_type_store': /kisskb/src/drivers/hwmon/nct7802.c:86:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/mtd/mtdsuper.c: In function 'get_tree_mtd': /kisskb/src/drivers/mtd/mtdsuper.c:157:10: note: byref variable will be forcibly initialized char *endptr; ^~~~~~ /kisskb/src/drivers/mtd/mtdsuper.c:123:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/drivers/gpu/drm/drm_self_refresh_helper.c: In function 'drm_self_refresh_helper_entry_work': /kisskb/src/drivers/gpu/drm/drm_self_refresh_helper.c:74:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/fs/xfs/xfs_discard.c: In function 'xfs_trim_extents': /kisskb/src/fs/xfs/xfs_discard.c:68:16: note: byref variable will be forcibly initialized xfs_extlen_t flen; ^~~~ /kisskb/src/fs/xfs/xfs_discard.c:67:17: note: byref variable will be forcibly initialized xfs_agblock_t fbno; ^~~~ /kisskb/src/fs/xfs/xfs_discard.c:37:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/xfs_discard.c:33:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^~~~ /kisskb/src/fs/xfs/xfs_discard.c: In function 'xfs_ioc_trim': /kisskb/src/fs/xfs/xfs_discard.c:160:12: note: byref variable will be forcibly initialized uint64_t blocks_trimmed = 0; ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_discard.c:157:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^~~~~ /kisskb/src/drivers/input/misc/stpmic1_onkey.c: In function 'stpmic1_onkey_probe': /kisskb/src/drivers/input/misc/stpmic1_onkey.c:56:15: note: byref variable will be forcibly initialized unsigned int val, reg = 0; ^~~ /kisskb/src/drivers/iio/light/us5182d.c: In function 'us5182d_update_dark_th': /kisskb/src/drivers/iio/light/us5182d.c:456:9: note: byref variable will be forcibly initialized __be16 dark_th = cpu_to_be16(data->us5182d_dark_ths[index]); ^~~~~~~ /kisskb/src/fs/xfs/xfs_export.c: In function 'xfs_fs_get_parent': /kisskb/src/fs/xfs/xfs_export.c:210:20: note: byref variable will be forcibly initialized struct xfs_inode *cip; ^~~ /kisskb/src/fs/xfs/xfs_export.c: In function 'xfs_nfs_get_inode': /kisskb/src/fs/xfs/xfs_export.c:112:16: note: byref variable will be forcibly initialized xfs_inode_t *ip; ^~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_readwrite': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:143:17: note: byref variable will be forcibly initialized struct i2c_msg wrmsg[2]; ^~~~~ /kisskb/src/drivers/fpga/altera-fpga2sdram.c: In function 'alt_fpga2sdram_enable_show': /kisskb/src/drivers/fpga/altera-fpga2sdram.c:59:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_register_write': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:285:5: note: byref variable will be forcibly initialized u8 wrbuf[4]; ^~~~~ /kisskb/src/drivers/fpga/altera-fpga2sdram.c: In function 'alt_fpga_bridge_probe': /kisskb/src/drivers/fpga/altera-fpga2sdram.c:99:6: note: byref variable will be forcibly initialized u32 enable; ^~~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_register_read': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:314:15: note: byref variable will be forcibly initialized u8 wrbuf[2], rdbuf[2]; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:314:5: note: byref variable will be forcibly initialized u8 wrbuf[2], rdbuf[2]; ^~~~~ /kisskb/src/drivers/hwmon/pcf8591.c: In function 'out0_output_store': /kisskb/src/drivers/hwmon/pcf8591.c:104:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/pcf8591.c: In function 'out0_enable_store': /kisskb/src/drivers/hwmon/pcf8591.c:137:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_setting_store': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:455:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_debugfs_raw_data_read': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:710:7: note: byref variable will be forcibly initialized char wrbuf[3]; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_isr': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:195:5: note: byref variable will be forcibly initialized u8 rdbuf[63]; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:194:5: note: byref variable will be forcibly initialized u8 cmd; ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_identify': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:826:5: note: byref variable will be forcibly initialized u8 rdbuf[EDT_NAME_LEN]; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_get_defaults': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:944:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_probe': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:1083:7: note: byref variable will be forcibly initialized char fw_version[EDT_NAME_LEN]; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:1079:5: note: byref variable will be forcibly initialized u8 buf[2] = { 0xfc, 0x00 }; ^~~ /kisskb/src/drivers/iio/light/vcnl4000.c: In function 'vcnl4010_irq_thread': /kisskb/src/drivers/iio/light/vcnl4000.c:864:16: note: byref variable will be forcibly initialized unsigned long isr; ^~~ /kisskb/src/drivers/iio/light/vcnl4000.c: In function 'vcnl4010_trigger_handler': /kisskb/src/drivers/iio/light/vcnl4000.c:914:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/drivers/iio/light/vcnl4000.c:913:16: note: byref variable will be forcibly initialized unsigned long isr; ^~~ /kisskb/src/drivers/input/misc/tps65218-pwrbutton.c: In function 'tps6521x_pb_irq': /kisskb/src/drivers/input/misc/tps65218-pwrbutton.c:67:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/input/input.c: In function 'input_pass_event': /kisskb/src/drivers/input/input.c:169:21: note: byref variable will be forcibly initialized struct input_value vals[] = { { type, code, value } }; ^~~~ In file included from /kisskb/src/drivers/input/input.c:16: /kisskb/src/drivers/input/input.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function '__input_release_device': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:568:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->grab, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'inhibited_store': /kisskb/src/drivers/input/input.c:1441:7: note: byref variable will be forcibly initialized bool inhibited; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_get_disposition': /kisskb/src/drivers/input/input.c:265:6: note: byref variable will be forcibly initialized int value = *pval; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function 'input_grab_device': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:552:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->grab, handle); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_setkeycode': /kisskb/src/drivers/input/input.c:843:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/hwmon/pwm-fan.c: In function 'pwm_fan_disable': /kisskb/src/drivers/hwmon/pwm-fan.c:473:20: note: byref variable will be forcibly initialized struct pwm_state state = ctx->pwm_state; ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_getkeycode': /kisskb/src/drivers/input/input.c:814:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_set_keycode': /kisskb/src/drivers/input/input.c:960:22: note: byref variable will be forcibly initialized struct input_value vals[] = { ^~~~ /kisskb/src/drivers/input/input.c:934:15: note: byref variable will be forcibly initialized unsigned int old_keycode; ^~~~~~~~~~~ In file included 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/hwmon.h:15, from /kisskb/src/drivers/hwmon/pwm-fan.c:10: /kisskb/src/drivers/hwmon/pwm-fan.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/pwm-fan.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/pwm-fan.c: In function 'pwm_fan_probe': /kisskb/src/drivers/hwmon/pwm-fan.c:396:7: note: byref variable will be forcibly initialized u32 ppr = 2; ^~~ /kisskb/src/drivers/input/input.c: In function 'input_repeat_key': /kisskb/src/drivers/input/input.c:188:22: note: byref variable will be forcibly initialized struct input_value vals[] = { ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/console.h:17, from /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:32: /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:33: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_damage_blit': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:398:26: note: byref variable will be forcibly initialized struct dma_buf_map map, dst; ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:398:21: note: byref variable will be forcibly initialized struct dma_buf_map map, dst; ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_damage_work': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:435:23: note: byref variable will be forcibly initialized struct drm_clip_rect clip_copy; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'setcmap_atomic': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1026:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_single_fb_probe': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1512:36: note: byref variable will be forcibly initialized struct drm_fb_helper_surface_size sizes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1511:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_setup_crtcs_fb': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1758:15: note: byref variable will be forcibly initialized unsigned int rotation, sw_rotations = 0; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1756:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_generic_probe': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:2313:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/iio/light/vcnl4035.c: In function 'vcnl4035_init': /kisskb/src/drivers/iio/light/vcnl4035.c:408:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/iio/light/vcnl4035.c: In function 'vcnl4035_is_triggered': /kisskb/src/drivers/iio/light/vcnl4035.c:71:6: note: byref variable will be forcibly initialized int reg; ^~~ /kisskb/src/drivers/iio/light/vcnl4035.c: In function 'vcnl4035_read_raw': /kisskb/src/drivers/iio/light/vcnl4035.c:176:6: note: byref variable will be forcibly initialized int raw_data; ^~~~~~~~ /kisskb/src/drivers/iio/light/vcnl4035.c: In function 'vcnl4035_trigger_consumer_handler': /kisskb/src/drivers/iio/light/vcnl4035.c:106:5: note: byref variable will be forcibly initialized u8 buffer[ALIGN(sizeof(u16), sizeof(s64)) + sizeof(s64)] __aligned(8); ^~~~~~ In file included from /kisskb/src/drivers/mtd/mtdconcat.c:13: /kisskb/src/drivers/mtd/mtdconcat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_write': /kisskb/src/drivers/mtd/mtdconcat.c:156:16: note: byref variable will be forcibly initialized size_t size, retsize; ^~~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_read': /kisskb/src/drivers/mtd/mtdconcat.c:63:16: note: byref variable will be forcibly initialized size_t size, retsize; ^~~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_panic_write': /kisskb/src/drivers/mtd/mtdconcat.c:114:16: note: byref variable will be forcibly initialized size_t size, retsize; ^~~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_write_oob': /kisskb/src/drivers/mtd/mtdconcat.c:320:21: note: byref variable will be forcibly initialized struct mtd_oob_ops devops = *ops; ^~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_read_oob': /kisskb/src/drivers/mtd/mtdconcat.c:263:21: note: byref variable will be forcibly initialized struct mtd_oob_ops devops = *ops; ^~~~~~ /kisskb/src/drivers/input/touchscreen/eeti_ts.c: In function 'eeti_ts_read': /kisskb/src/drivers/input/touchscreen/eeti_ts.c:69:7: note: byref variable will be forcibly initialized char buf[6]; ^~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_writev': /kisskb/src/drivers/mtd/mtdconcat.c:214:23: note: byref variable will be forcibly initialized size_t size, wsize, retsize, old_iov_len; ^~~~~~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'temp1_max_hyst_store': /kisskb/src/drivers/hwmon/sis5595.c:340:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'temp1_max_store': /kisskb/src/drivers/hwmon/sis5595.c:314:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/sis5595.c:264:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/sis5595.c:244:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/sis5595.c:422:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/sis5595.c:385:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'sis5595_probe': /kisskb/src/drivers/hwmon/sis5595.c:578:7: note: byref variable will be forcibly initialized char val; ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'sis5595_pci_probe': /kisskb/src/drivers/hwmon/sis5595.c:807:5: note: byref variable will be forcibly initialized u8 enable; ^~~~~~ /kisskb/src/drivers/hwmon/sis5595.c:806:6: note: byref variable will be forcibly initialized u16 address; ^~~~~~~ /kisskb/src/drivers/input/misc/twl6040-vibra.c: In function 'twl6040_vibra_probe': /kisskb/src/drivers/input/misc/twl6040-vibra.c:234:6: note: byref variable will be forcibly initialized int vddvibr_uV = 0; ^~~~~~~~~~ /kisskb/src/drivers/input/misc/twl6040-vibra.c:233:6: note: byref variable will be forcibly initialized int vddvibl_uV = 0; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c: In function 'drm_fb_cma_sync_non_coherent': /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:123:18: note: byref variable will be forcibly initialized struct drm_rect clip; ^~~~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:120:39: note: byref variable will be forcibly initialized struct drm_atomic_helper_damage_iter iter; ^~~~ /kisskb/src/drivers/hwmon/sht21.c: In function 'eic_read': /kisskb/src/drivers/hwmon/sht21.c:165:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/hwmon/sht21.c:163:5: note: byref variable will be forcibly initialized u8 rx[8]; ^~ /kisskb/src/drivers/hwmon/sht21.c:162:5: note: byref variable will be forcibly initialized u8 tx[2]; ^~ /kisskb/src/drivers/hwmon/sht4x.c: In function 'sht4x_read_values': /kisskb/src/drivers/hwmon/sht4x.c:80:5: note: byref variable will be forcibly initialized u8 raw_data[SHT4X_RESPONSE_LENGTH]; ^~~~~~~~ /kisskb/src/drivers/hwmon/sht4x.c:79:5: note: byref variable will be forcibly initialized u8 cmd[SHT4X_CMD_LEN] = {SHT4X_CMD_MEASURE_HPM}; ^~~ /kisskb/src/drivers/hwmon/sht4x.c: In function 'sht4x_probe': /kisskb/src/drivers/hwmon/sht4x.c:241:5: note: byref variable will be forcibly initialized u8 cmd[] = {SHT4X_CMD_RESET}; ^~~ /kisskb/src/drivers/hid/hid-magicmouse.c: In function 'param_set_scroll_speed': /kisskb/src/drivers/hid/hid-magicmouse.c:37:16: note: byref variable will be forcibly initialized unsigned long speed; ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_press_speed_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:766:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_sensitivity_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:737:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_select_right_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:706:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_release_to_select_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:676:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_dragging_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:646:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_press_to_select_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:616:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_sensitivity_store_cptkbd': /kisskb/src/drivers/hid/hid-lenovo.c:456:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_fn_lock_store': /kisskb/src/drivers/hid/hid-lenovo.c:413:6: note: byref variable will be forcibly initialized int value, ret; ^~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c: In function 'magicmouse_enable_multitouch': /kisskb/src/drivers/hid/hid-magicmouse.c:696:11: note: byref variable will be forcibly initialized const u8 feature_mt_trackpad2_bt[] = { 0xF1, 0x02, 0x01 }; ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:695:11: note: byref variable will be forcibly initialized const u8 feature_mt_trackpad2_usb[] = { 0x02, 0x01 }; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:694:11: note: byref variable will be forcibly initialized const u8 feature_mt_mouse2[] = { 0xF1, 0x02, 0x01 }; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:693:11: note: byref variable will be forcibly initialized const u8 feature_mt[] = { 0xD7, 0x01 }; ^~~~~~~~~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_get_intgrn_tm': /kisskb/src/drivers/iio/light/veml6030.c:217:11: note: byref variable will be forcibly initialized int ret, reg; ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_get_als_gain': /kisskb/src/drivers/iio/light/veml6030.c:423:11: note: byref variable will be forcibly initialized int ret, reg; ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_read_raw': /kisskb/src/drivers/iio/light/veml6030.c:509:11: note: byref variable will be forcibly initialized int ret, reg; ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_read_thresh': /kisskb/src/drivers/iio/light/veml6030.c:460:11: note: byref variable will be forcibly initialized int ret, reg; ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_read_persistence': /kisskb/src/drivers/iio/light/veml6030.c:318:27: note: byref variable will be forcibly initialized int ret, reg, period, x, y; ^ /kisskb/src/drivers/iio/light/veml6030.c:318:24: note: byref variable will be forcibly initialized int ret, reg, period, x, y; ^ /kisskb/src/drivers/iio/light/veml6030.c:318:11: note: byref variable will be forcibly initialized int ret, reg, period, x, y; ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_read_interrupt_config': /kisskb/src/drivers/iio/light/veml6030.c:625:11: note: byref variable will be forcibly initialized int ret, reg; ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_write_persistence': /kisskb/src/drivers/iio/light/veml6030.c:343:22: note: byref variable will be forcibly initialized int ret, period, x, y; ^ /kisskb/src/drivers/iio/light/veml6030.c:343:19: note: byref variable will be forcibly initialized int ret, period, x, y; ^ /kisskb/src/drivers/iio/light/veml6030.c: In function 'in_illuminance_period_available_show': /kisskb/src/drivers/iio/light/veml6030.c:102:11: note: byref variable will be forcibly initialized int ret, reg, x; ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_event_handler': /kisskb/src/drivers/iio/light/veml6030.c:694:11: note: byref variable will be forcibly initialized int ret, reg, evtdir; ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_hw_init': /kisskb/src/drivers/iio/light/veml6030.c:729:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/mtd/ubi/attach.c: In function 'add_volume': /kisskb/src/drivers/mtd/ubi/attach.c:401:7: note: byref variable will be forcibly initialized bool created; ^~~~~~~ /kisskb/src/drivers/mtd/ubi/attach.c: In function 'ubi_add_av': /kisskb/src/drivers/mtd/ubi/attach.c:719:7: note: byref variable will be forcibly initialized bool created; ^~~~~~~ /kisskb/src/drivers/mtd/ubi/attach.c: In function 'ubi_find_av': /kisskb/src/drivers/mtd/ubi/attach.c:735:7: note: byref variable will be forcibly initialized bool created; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c: In function 'drm_dp_aux_dev_get_by_aux': /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c:254:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c: In function 'auxdev_write_iter': /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c:201:11: note: byref variable will be forcibly initialized uint8_t buf[DP_AUX_MAX_PAYLOAD_BYTES]; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c: In function 'auxdev_read_iter': /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c:158:11: note: byref variable will be forcibly initialized uint8_t buf[DP_AUX_MAX_PAYLOAD_BYTES]; ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c:29: /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c: In function 'drm_dp_aux_unregister_devnode': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_aux_dev.c:292:2: note: in expansion of macro 'wait_var_event' wait_var_event(&aux_dev->usecount, !atomic_read(&aux_dev->usecount)); ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/veml6070.c: In function 'veml6070_to_uv_index': /kisskb/src/drivers/iio/light/veml6070.c:97:11: note: byref variable will be forcibly initialized unsigned uvi[11] = { ^~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c: In function 'ektf2127_report_event': /kisskb/src/drivers/input/touchscreen/ektf2127.c:73:6: note: byref variable will be forcibly initialized int slots[EKTF2127_MAX_TOUCHES]; ^~~~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c:72:22: note: byref variable will be forcibly initialized struct input_mt_pos touches[EKTF2127_MAX_TOUCHES]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c: In function 'ektf2127_irq': /kisskb/src/drivers/input/touchscreen/ektf2127.c:126:7: note: byref variable will be forcibly initialized char buf[EKTF2127_TOUCH_REPORT_SIZE]; ^~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c: In function 'ektf2127_query_dimension': /kisskb/src/drivers/input/touchscreen/ektf2127.c:212:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c: In function 'ektf2127_probe': /kisskb/src/drivers/input/touchscreen/ektf2127.c:253:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'stts751_read_chip_config': /kisskb/src/drivers/hwmon/stts751.c:702:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'interval_store': /kisskb/src/drivers/hwmon/stts751.c:596:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'hyst_store': /kisskb/src/drivers/hwmon/stts751.c:479:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'therm_store': /kisskb/src/drivers/hwmon/stts751.c:437:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'max_store': /kisskb/src/drivers/hwmon/stts751.c:527:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'min_store': /kisskb/src/drivers/hwmon/stts751.c:561:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'temp_auto_point_temp_store': /kisskb/src/drivers/hwmon/amc6821.c:494:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'pwm1_auto_point_pwm_store': /kisskb/src/drivers/hwmon/amc6821.c:561:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/amc6821.c:383:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/amc6821.c:358:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'fan1_div_store': /kisskb/src/drivers/hwmon/amc6821.c:655:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'fan_store': /kisskb/src/drivers/hwmon/amc6821.c:617:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'temp_store': /kisskb/src/drivers/hwmon/amc6821.c:282:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/mtd/ubi/misc.c: In function 'ubi_msg': /kisskb/src/drivers/mtd/ubi/misc.c:148:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/mtd/ubi/misc.c: In function 'ubi_warn': /kisskb/src/drivers/mtd/ubi/misc.c:164:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/mtd/ubi/misc.c: In function 'ubi_err': /kisskb/src/drivers/mtd/ubi/misc.c:181:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/mtd/ubi/debug.c: In function 'dfs_file_write': /kisskb/src/drivers/mtd/ubi/debug.c:320:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/mtd/ubi/debug.c: In function 'dfs_file_read': /kisskb/src/drivers/mtd/ubi/debug.c:255:7: note: byref variable will be forcibly initialized char buf[8]; ^~~ /kisskb/src/drivers/mtd/ubi/debug.c: In function 'ubi_dump_flash': /kisskb/src/drivers/mtd/ubi/debug.c:25:9: note: byref variable will be forcibly initialized size_t read; ^~~~ /kisskb/src/drivers/input/input-compat.c: In function 'input_event_from_user': /kisskb/src/drivers/input/input-compat.c:18:29: note: byref variable will be forcibly initialized struct input_event_compat compat_event; ^~~~~~~~~~~~ /kisskb/src/drivers/input/input-compat.c: In function 'input_event_to_user': /kisskb/src/drivers/input/input-compat.c:42:29: note: byref variable will be forcibly initialized struct input_event_compat compat_event; ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-multitouch.c: In function 'mt_set_modes': /kisskb/src/drivers/hid/hid-multitouch.c:1500:7: note: byref variable will be forcibly initialized bool inputmode_found = false; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/hid/hid-multitouch.c:34: /kisskb/src/drivers/hid/hid-multitouch.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hid/hid-multitouch.c:34: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/light/vl6180.c: In function 'vl6180_write_word': /kisskb/src/drivers/iio/light/vl6180.c:191:9: note: byref variable will be forcibly initialized __be16 buf[2]; ^~~ /kisskb/src/drivers/iio/light/vl6180.c: In function 'vl6180_write_byte': /kisskb/src/drivers/iio/light/vl6180.c:171:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_sw_reset': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:328:11: note: byref variable will be forcibly initialized const u8 soft_rst_cmd[] = { 0x77, 0x77, 0x77, 0x77 }; ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_fastboot': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:577:11: note: byref variable will be forcibly initialized const u8 boot_cmd[] = { 0x4D, 0x61, 0x69, 0x6E }; ^~~~~~~~ /kisskb/src/drivers/iio/light/vl6180.c: In function 'vl6180_read': /kisskb/src/drivers/iio/light/vl6180.c:132:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/iio/light/vl6180.c:131:9: note: byref variable will be forcibly initialized __be16 cmdbuf = cpu_to_be16(cmd); ^~~~~~ /kisskb/src/drivers/iio/light/vl6180.c: In function 'vl6180_read_word': /kisskb/src/drivers/iio/light/vl6180.c:159:9: note: byref variable will be forcibly initialized __be16 data; ^~~~ /kisskb/src/drivers/iio/light/vl6180.c: In function 'vl6180_read_byte': /kisskb/src/drivers/iio/light/vl6180.c:147:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_fw_write_page': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:677:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:676:11: note: byref variable will be forcibly initialized const u8 ack_ok[] = { 0xaa, 0xaa }; ^~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_execute_command': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:216:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_hw_version': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:357:5: note: byref variable will be forcibly initialized u8 resp[HEADER_SIZE]; ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:356:11: note: byref variable will be forcibly initialized const u8 cmd[] = { CMD_HEADER_READ, E_ELAN_INFO_FW_ID, 0x00, 0x01 }; ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_bc_version': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:432:5: note: byref variable will be forcibly initialized u8 resp[HEADER_SIZE]; ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:431:11: note: byref variable will be forcibly initialized const u8 cmd[] = { CMD_HEADER_READ, E_ELAN_INFO_BC_VER, 0x00, 0x01 }; ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_fw_version': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:382:5: note: byref variable will be forcibly initialized u8 resp[HEADER_SIZE]; ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:381:11: note: byref variable will be forcibly initialized const u8 cmd[] = { CMD_HEADER_READ, E_ELAN_INFO_FW_VER, 0x00, 0x01 }; ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_test_version': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:411:5: note: byref variable will be forcibly initialized u8 resp[HEADER_SIZE]; ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:410:11: note: byref variable will be forcibly initialized const u8 cmd[] = { CMD_HEADER_READ, E_ELAN_INFO_TEST_VER, 0x00, 0x01 }; ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_ts_info_ekth': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:508:11: note: byref variable will be forcibly initialized const u8 get_physical_drive_cmd[] = { ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:505:11: note: byref variable will be forcibly initialized const u8 get_physical_scan_cmd[] = { ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:502:11: note: byref variable will be forcibly initialized const u8 get_osr_cmd[] = { ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:499:11: note: byref variable will be forcibly initialized const u8 get_resolution_cmd[] = { ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:497:5: note: byref variable will be forcibly initialized u8 resp[17]; ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_ts_info_ektf': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:458:11: note: byref variable will be forcibly initialized const u8 get_yres_cmd[] = { ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:455:11: note: byref variable will be forcibly initialized const u8 get_xres_cmd[] = { ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:453:5: note: byref variable will be forcibly initialized u8 resp[4]; ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_initialize': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:596:5: note: byref variable will be forcibly initialized u8 buf[HEADER_SIZE]; ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:595:11: note: byref variable will be forcibly initialized const u8 recov_packet[] = { 0x55, 0x55, 0x80, 0x80 }; ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:594:11: note: byref variable will be forcibly initialized const u8 hello_packet[] = { 0x55, 0x55, 0x55, 0x55 }; ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_resume': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1586:11: note: byref variable will be forcibly initialized const u8 set_active_cmd[] = { ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_validate_remark_id': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:713:11: note: byref variable will be forcibly initialized const u8 cmd[] = { CMD_HEADER_ROM_READ, 0x80, 0x1F, 0x00, 0x00, 0x21 }; ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_do_update_firmware': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:749:6: note: byref variable will be forcibly initialized u16 send_id; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:748:5: note: byref variable will be forcibly initialized u8 buf[HEADER_SIZE]; ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:747:11: note: byref variable will be forcibly initialized const u8 close_idle[] = { 0x54, 0x2c, 0x01, 0x01 }; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:746:11: note: byref variable will be forcibly initialized const u8 iap_ack[] = { 0x55, 0xaa, 0x33, 0xcc }; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:745:11: note: byref variable will be forcibly initialized const u8 enter_iap2[] = { 0x54, 0x00, 0x12, 0x34 }; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:744:11: note: byref variable will be forcibly initialized const u8 enter_iap[] = { 0x45, 0x49, 0x41, 0x50 }; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_cap': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:269:5: note: byref variable will be forcibly initialized u8 cap = 0; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_received': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:193:5: note: byref variable will be forcibly initialized u8 rx_msg_info; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:192:17: note: byref variable will be forcibly initialized struct cec_msg msg; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_handle_irq': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:215:5: note: byref variable will be forcibly initialized u8 flags; ^~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_suspend': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1547:11: note: byref variable will be forcibly initialized const u8 set_sleep_cmd[] = { ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_adap_monitor_all_enable': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:141:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'show_calibration_count': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1190:5: note: byref variable will be forcibly initialized u8 resp[HEADER_SIZE]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_adap_log_addr': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:107:5: note: byref variable will be forcibly initialized u8 mask[2]; ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1189:11: note: byref variable will be forcibly initialized const u8 cmd[] = { CMD_HEADER_READ, E_ELAN_INFO_REK, 0x00, 0x01 }; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_adap_status': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:161:21: note: byref variable will be forcibly initialized struct drm_dp_desc desc; ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_fw_update': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_irq': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:865:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:244:5: note: byref variable will be forcibly initialized u8 cec_irq; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_set_edid': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:307:5: note: byref variable will be forcibly initialized u8 cap; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:305:28: note: byref variable will be forcibly initialized struct cec_connector_info conn_info; ^~~~~~~~~ /kisskb/src/drivers/hid/hid-multitouch.c: In function 'mt_set_quirks': /kisskb/src/drivers/hid/hid-multitouch.c:402:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_irq': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1023:11: note: byref variable will be forcibly initialized const u8 wait_packet[] = { 0x64, 0x64, 0x64, 0x64 }; ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_probe': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1374:23: note: byref variable will be forcibly initialized union i2c_smbus_data dummy; ^~~~~ 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:328:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/mtd/mtdpart.c: In function 'mtd_add_partition': /kisskb/src/drivers/mtd/mtdpart.c:244:23: note: byref variable will be forcibly initialized struct mtd_partition part; ^~~~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/thmc50.c:186:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/thmc50.c:216:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'analog_out_store': /kisskb/src/drivers/hwmon/thmc50.c:132:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/hwmon/tmp102.c: In function 'tmp102_read': /kisskb/src/drivers/hwmon/tmp102.c:76:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tmp102.c: In function 'tmp102_probe': /kisskb/src/drivers/hwmon/tmp102.c:197:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/fpga/of-fpga-region.c: In function 'child_regions_with_firmware': /kisskb/src/drivers/fpga/of-fpga-region.c:153:14: note: byref variable will be forcibly initialized const char *child_firmware_name; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/fpga/of-fpga-region.c: In function 'of_fpga_region_parse_ov': /kisskb/src/drivers/fpga/of-fpga-region.c:198:14: note: byref variable will be forcibly initialized const char *firmware_name; ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/tmp103.c: In function 'tmp103_temp_store': /kisskb/src/drivers/hwmon/tmp103.c:75:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/tmp103.c: In function 'tmp103_temp_show': /kisskb/src/drivers/hwmon/tmp103.c:59:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_getkeycode': /kisskb/src/drivers/media/rc/rc-main.c:552:6: note: byref variable will be forcibly initialized u64 scancode; ^~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_do_keydown': /kisskb/src/drivers/media/rc/rc-main.c:787:23: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u64 scancode; ^~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_repeat': /kisskb/src/drivers/media/rc/rc-main.c:742:23: note: byref variable will be forcibly initialized struct lirc_scancode sc = { ^~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_filter': /kisskb/src/drivers/media/rc/rc-main.c:1418:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/media/rc/rc-main.c:1416:28: note: byref variable will be forcibly initialized struct rc_scancode_filter new_filter, *filter; ^~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_wakeup_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1577:8: note: byref variable will be forcibly initialized u64 mask = 1ULL << protocol; ^~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1282:21: note: byref variable will be forcibly initialized u64 old_protocols, new_protocols; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_prepare_rx_device': /kisskb/src/drivers/media/rc/rc-main.c:1787:6: note: byref variable will be forcibly initialized u64 rc_proto; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_auth.c: In function 'drm_new_set_master': /kisskb/src/drivers/gpu/drm/drm_auth.c:167:21: note: byref variable will be forcibly initialized struct drm_master *old_master; ^~~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_writeoob': /kisskb/src/drivers/mtd/mtdchar.c:347:11: note: byref variable will be forcibly initialized uint32_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:346:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops = {}; ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:581:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops = {}; ^~~ /kisskb/src/drivers/mtd/mtdchar.c:580:23: note: byref variable will be forcibly initialized struct mtd_write_req req; ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_blkpg_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:544:25: note: byref variable will be forcibly initialized struct blkpg_partition p; ^ /kisskb/src/drivers/mtd/mtdchar.c: In function 'get_oobinfo': /kisskb/src/drivers/mtd/mtdchar.c:493:24: note: byref variable will be forcibly initialized struct mtd_oob_region oobregion; ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'shrink_ecclayout': /kisskb/src/drivers/mtd/mtdchar.c:446:24: note: byref variable will be forcibly initialized struct mtd_oob_region oobregion; ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'otp_select_filemode': /kisskb/src/drivers/mtd/mtdchar.c:313:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:1005:26: note: byref variable will be forcibly initialized struct blkpg_ioctl_arg a; ^ /kisskb/src/drivers/mtd/mtdchar.c:936:19: note: byref variable will be forcibly initialized struct otp_info oinfo; ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:922:9: note: byref variable will be forcibly initialized int nbr = retlen / sizeof(struct otp_info); ^~~ /kisskb/src/drivers/mtd/mtdchar.c:906:10: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:890:7: note: byref variable will be forcibly initialized int mode; ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:881:10: note: byref variable will be forcibly initialized loff_t offs; ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:872:10: note: byref variable will be forcibly initialized loff_t offs; ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:856:23: note: byref variable will be forcibly initialized struct nand_oobinfo oi; ^~ /kisskb/src/drivers/mtd/mtdchar.c:844:26: note: byref variable will be forcibly initialized struct erase_info_user einfo; ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:833:26: note: byref variable will be forcibly initialized struct erase_info_user einfo; ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:822:26: note: byref variable will be forcibly initialized struct erase_info_user einfo; ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:801:24: note: byref variable will be forcibly initialized struct mtd_oob_buf64 buf; ^~~ /kisskb/src/drivers/mtd/mtdchar.c:787:24: note: byref variable will be forcibly initialized struct mtd_oob_buf64 buf; ^~~ /kisskb/src/drivers/mtd/mtdchar.c:773:22: note: byref variable will be forcibly initialized struct mtd_oob_buf buf; ^~~ /kisskb/src/drivers/mtd/mtdchar.c:759:22: note: byref variable will be forcibly initialized struct mtd_oob_buf buf; ^~~ /kisskb/src/drivers/mtd/mtdchar.c:740:28: note: byref variable will be forcibly initialized struct erase_info_user einfo32; ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:730:30: note: byref variable will be forcibly initialized struct erase_info_user64 einfo64; ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:631:23: note: byref variable will be forcibly initialized struct mtd_info_user info; ^~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_compat_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:1101:26: note: byref variable will be forcibly initialized struct blkpg_ioctl_arg a; ^ /kisskb/src/drivers/mtd/mtdchar.c:1100:33: note: byref variable will be forcibly initialized struct blkpg_compat_ioctl_arg compat_arg; ^~~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:1083:24: note: byref variable will be forcibly initialized struct mtd_oob_buf32 buf; ^~~ /kisskb/src/drivers/mtd/mtdchar.c:1064:24: note: byref variable will be forcibly initialized struct mtd_oob_buf32 buf; ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write': /kisskb/src/drivers/mtd/mtdchar.c:263:23: note: byref variable will be forcibly initialized struct mtd_oob_ops ops = {}; ^~~ /kisskb/src/drivers/mtd/mtdchar.c:224:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:222:9: note: byref variable will be forcibly initialized size_t size = count; ^~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_read': /kisskb/src/drivers/mtd/mtdchar.c:169:23: note: byref variable will be forcibly initialized struct mtd_oob_ops ops = {}; ^~~ /kisskb/src/drivers/mtd/mtdchar.c:136:9: note: byref variable will be forcibly initialized size_t size = count; ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:132:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/input.h:8, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input-mt.c:8: /kisskb/src/drivers/input/input-mt.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/input/input-mt.c:10: /kisskb/src/drivers/input/input-mt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_file.c:6: /kisskb/src/fs/xfs/xfs_file.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:727, from /kisskb/src/fs/xfs/kmem.h:11, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_file.c:6: /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_break_dax_layouts': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c:863:9: note: in expansion of macro '___wait_var_event' return ___wait_var_event(&page->_refcount, ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_remap_range': /kisskb/src/fs/xfs/xfs_file.c:1149:11: note: byref variable will be forcibly initialized loff_t remapped = 0; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_fsync': /kisskb/src/fs/xfs/xfs_file.c:180:8: note: byref variable will be forcibly initialized int log_flushed = 0; ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function '__xfs_filemap_fault': /kisskb/src/fs/xfs/xfs_file.c:1327:9: note: byref variable will be forcibly initialized pfn_t pfn; ^~~ /kisskb/src/drivers/mtd/ubi/block.c: In function 'ubiblock_set_param': /kisskb/src/drivers/mtd/ubi/block.c:106:8: note: byref variable will be forcibly initialized char *pbuf = &buf[0]; ^~~~ /kisskb/src/drivers/mtd/ubi/block.c:105:7: note: byref variable will be forcibly initialized char buf[UBIBLOCK_PARAM_LEN]; ^~~ /kisskb/src/drivers/mtd/ubi/block.c: In function 'ubiblock_resize': /kisskb/src/drivers/mtd/ubi/block.c:521:6: note: byref variable will be forcibly initialized u64 disk_capacity; ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/mtd/ubi/block.c:39: /kisskb/src/drivers/mtd/ubi/block.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blkdev.h:1171:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ /kisskb/src/drivers/mtd/ubi/block.c: In function 'ubiblock_create': /kisskb/src/drivers/mtd/ubi/block.c:370:6: note: byref variable will be forcibly initialized u64 disk_capacity; ^~~~~~~~~~~~~ /kisskb/src/drivers/mtd/ubi/block.c: In function 'ubiblock_create_from_param': /kisskb/src/drivers/mtd/ubi/block.c:613:25: note: byref variable will be forcibly initialized struct ubi_volume_info vi; ^~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_update_prealloc_flags': /kisskb/src/fs/xfs/xfs_file.c:74:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_break_layouts': /kisskb/src/fs/xfs/xfs_file.c:874:9: note: byref variable will be forcibly initialized bool retry; ^~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_fallocate': /kisskb/src/fs/xfs/xfs_file.c:1071:16: note: byref variable will be forcibly initialized struct iattr iattr; ^~~~~ /kisskb/src/fs/xfs/xfs_file.c:915:9: note: byref variable will be forcibly initialized uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; ^~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_dax_write': /kisskb/src/fs/xfs/xfs_file.c:693:8: note: byref variable will be forcibly initialized int iolock = XFS_IOLOCK_EXCL; ^~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_dio_write_unaligned': /kisskb/src/fs/xfs/xfs_file.c:604:8: note: byref variable will be forcibly initialized int iolock = XFS_IOLOCK_SHARED; ^~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_dio_write_aligned': /kisskb/src/fs/xfs/xfs_file.c:551:8: note: byref variable will be forcibly initialized int iolock = XFS_IOLOCK_SHARED; ^~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_buffered_write': /kisskb/src/fs/xfs/xfs_file.c:776:21: note: byref variable will be forcibly initialized struct xfs_icwalk icw = {0}; ^~~ /kisskb/src/fs/xfs/xfs_file.c:738:8: note: byref variable will be forcibly initialized int iolock; ^~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dfl.h:11, from /kisskb/src/drivers/fpga/dfl.c:13: /kisskb/src/drivers/fpga/dfl.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dfl.h:11, from /kisskb/src/drivers/fpga/dfl.c:13: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/fpga/dfl.c: In function 'create_feature_instance': /kisskb/src/drivers/fpga/dfl.c:1020:25: note: byref variable will be forcibly initialized unsigned int irq_base, nr_irqs; ^~~~~~~ /kisskb/src/drivers/fpga/dfl.c:1020:15: note: byref variable will be forcibly initialized unsigned int irq_base, nr_irqs; ^~~~~~~~ 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/fpga/dfl.h:22, from /kisskb/src/drivers/fpga/dfl.c:18: /kisskb/src/drivers/fpga/dfl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_read': /kisskb/src/drivers/hwmon/tmp108.c:95:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dfl.h:11, from /kisskb/src/drivers/fpga/dfl.c:13: /kisskb/src/drivers/fpga/dfl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dfl.h:11, from /kisskb/src/drivers/fpga/dfl.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_write': /kisskb/src/drivers/hwmon/tmp108.c:194:6: note: byref variable will be forcibly initialized u32 regval, mask; ^~~~~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_probe': /kisskb/src/drivers/hwmon/tmp108.c:332:6: note: byref variable will be forcibly initialized u32 config; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_cache.c: In function 'memcpy_fallback': /kisskb/src/drivers/gpu/drm/drm_cache.c:233:8: note: byref variable will be forcibly initialized char bounce[MEMCPY_BOUNCE_SIZE]; ^~~~~~ /kisskb/src/drivers/fpga/dfl.c: In function 'dfl_feature_ioctl_set_irq': /kisskb/src/drivers/fpga/dfl.c:1850:26: note: byref variable will be forcibly initialized struct dfl_fpga_irq_set hdr; ^~~ /kisskb/src/drivers/mtd/mtdblock.c: In function 'erase_write': /kisskb/src/drivers/mtd/mtdblock.c:48:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdblock.c:47:20: note: byref variable will be forcibly initialized struct erase_info erase; ^~~~~ /kisskb/src/drivers/input/touchscreen/egalax_ts.c: In function 'egalax_ts_interrupt': /kisskb/src/drivers/input/touchscreen/egalax_ts.c:69:5: note: byref variable will be forcibly initialized u8 buf[MAX_I2C_DATA_LEN]; ^~~ /kisskb/src/drivers/mtd/mtdblock.c: In function 'do_cached_write': /kisskb/src/drivers/mtd/mtdblock.c:115:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdblock.c: In function 'do_cached_read': /kisskb/src/drivers/mtd/mtdblock.c:185:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/hid/hid-picolcd_backlight.c: In function 'picolcd_init_backlight': /kisskb/src/drivers/hid/hid-picolcd_backlight.c:57:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/via686a.c:545:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/via686a.c:526:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/via686a.c:392:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/via686a.c:373:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'temp_hyst_store': /kisskb/src/drivers/hwmon/via686a.c:471:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'temp_over_store': /kisskb/src/drivers/hwmon/via686a.c:451:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'via686a_pci_probe': /kisskb/src/drivers/hwmon/via686a.c:861:15: note: byref variable will be forcibly initialized u16 address, val; ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/vt8231.c:549:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/vt8231.c:529:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_read': /kisskb/src/drivers/hwmon/tmp513.c:400:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in5_max_store': /kisskb/src/drivers/hwmon/vt8231.c:305:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_init': /kisskb/src/drivers/hwmon/tmp513.c:567:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in5_min_store': /kisskb/src/drivers/hwmon/vt8231.c:285:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/vt8231.c:238:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/vt8231.c:218:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_read_properties': /kisskb/src/drivers/hwmon/tmp513.c:659:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/tmp513.c:658:6: note: byref variable will be forcibly initialized u32 nfactor[3]; ^~~~~~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/vt8231.c:433:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/vt8231.c:453:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp1_max_store': /kisskb/src/drivers/hwmon/vt8231.c:367:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp1_max_hyst_store': /kisskb/src/drivers/hwmon/vt8231.c:385:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'vt8231_pci_probe': /kisskb/src/drivers/hwmon/vt8231.c:984:15: note: byref variable will be forcibly initialized u16 address, val; ^~~ /kisskb/src/drivers/hid/hid-picolcd_core.c: In function 'picolcd_operation_mode_delay_store': /kisskb/src/drivers/hid/hid-picolcd_core.c:311:11: note: byref variable will be forcibly initialized unsigned u; ^ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'w83627ehf_do_read_in': /kisskb/src/drivers/hwmon/w83627ehf.c:1482:8: note: byref variable will be forcibly initialized int bit[] = { 0, 1, 2, 3, 8, 21, 20, 16, 17, 19 }; ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_tolerance': /kisskb/src/drivers/hwmon/w83627ehf.c:915:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_target_temp': /kisskb/src/drivers/hwmon/w83627ehf.c:891:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_step_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:991:1: note: in expansion of macro 'fan_functions' fan_functions(fan_step_output, data->REG_FAN_STEP_OUTPUT) ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_max_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:990:1: note: in expansion of macro 'fan_functions' fan_functions(fan_max_output, data->REG_FAN_MAX_OUTPUT) ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_stop_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:989:1: note: in expansion of macro 'fan_functions' fan_functions(fan_stop_output, W83627EHF_REG_FAN_STOP_OUTPUT) ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_start_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:988:1: note: in expansion of macro 'fan_functions' fan_functions(fan_start_output, W83627EHF_REG_FAN_START_OUTPUT) ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_stop_time': /kisskb/src/drivers/hwmon/w83627ehf.c:1014:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:1027:1: note: in expansion of macro 'fan_time_functions' fan_time_functions(fan_stop_time, W83627EHF_REG_FAN_STOP_TIME) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'sensors_w83627ehf_init': /kisskb/src/drivers/hwmon/w83627ehf.c:2123:28: note: byref variable will be forcibly initialized struct w83627ehf_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c:2118:17: note: byref variable will be forcibly initialized unsigned short address; ^~~~~~~ /kisskb/src/drivers/mtd/mtdblock_ro.c: In function 'mtdblock_writesect': /kisskb/src/drivers/mtd/mtdblock_ro.c:28:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdblock_ro.c: In function 'mtdblock_readsect': /kisskb/src/drivers/mtd/mtdblock_ro.c:18:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'get_fold_mark': /kisskb/src/drivers/mtd/nftlmount.c:553:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlmount.c:552:19: note: byref variable will be forcibly initialized struct nftl_uci2 uci; ^~~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'check_free_sectors': /kisskb/src/drivers/mtd/nftlmount.c:263:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'check_and_mark_free_block': /kisskb/src/drivers/mtd/nftlmount.c:493:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlmount.c:491:19: note: byref variable will be forcibly initialized struct nftl_uci1 h1; ^~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'check_sectors_in_chain': /kisskb/src/drivers/mtd/nftlmount.c:375:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlmount.c:373:18: note: byref variable will be forcibly initialized struct nftl_bci bci; ^~~ In file included from /kisskb/src/drivers/mtd/nftlmount.c:13: /kisskb/src/drivers/mtd/nftlmount.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'find_boot_record': /kisskb/src/drivers/mtd/nftlmount.c:30:5: note: byref variable will be forcibly initialized u8 buf[SECTORSIZE]; ^~~ /kisskb/src/drivers/mtd/nftlmount.c:29:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlmount.c:27:19: note: byref variable will be forcibly initialized struct nftl_uci1 h1; ^~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'NFTL_formatblock': /kisskb/src/drivers/mtd/nftlmount.c:306:19: note: byref variable will be forcibly initialized struct nftl_uci1 uci; ^~~ /kisskb/src/drivers/mtd/nftlmount.c:304:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlmount.c: In function 'NFTL_mount': /kisskb/src/drivers/mtd/nftlmount.c:571:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlmount.c:569:19: note: byref variable will be forcibly initialized struct nftl_uci1 h1; ^~ /kisskb/src/drivers/mtd/nftlmount.c:568:19: note: byref variable will be forcibly initialized struct nftl_uci0 h0; ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_read_reg': /kisskb/src/drivers/input/touchscreen/ili210x.c:53:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_calibrate': /kisskb/src/drivers/input/touchscreen/ili210x.c:334:5: note: byref variable will be forcibly initialized u8 cmd = REG_CALIBRATE; ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:332:16: note: byref variable will be forcibly initialized unsigned long calibrate; ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_report_events': /kisskb/src/drivers/input/touchscreen/ili210x.c:279:29: note: byref variable will be forcibly initialized unsigned int x = 0, y = 0, z = 0; ^ /kisskb/src/drivers/input/touchscreen/ili210x.c:279:22: note: byref variable will be forcibly initialized unsigned int x = 0, y = 0, z = 0; ^ /kisskb/src/drivers/input/touchscreen/ili210x.c:279:15: note: byref variable will be forcibly initialized unsigned int x = 0, y = 0, z = 0; ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/fpga/dfl-pci.c:17: /kisskb/src/drivers/fpga/dfl-pci.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/fpga/dfl-pci.c: In function 'find_dfls_by_vsec': /kisskb/src/drivers/fpga/dfl-pci.c:141:38: note: byref variable will be forcibly initialized u32 bir, offset, vndr_hdr, dfl_cnt, dfl_res; ^~~~~~~ /kisskb/src/drivers/fpga/dfl-pci.c:141:29: note: byref variable will be forcibly initialized u32 bir, offset, vndr_hdr, dfl_cnt, dfl_res; ^~~~~~~ /kisskb/src/drivers/fpga/dfl-pci.c:141:19: note: byref variable will be forcibly initialized u32 bir, offset, vndr_hdr, dfl_cnt, dfl_res; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/mutex.h:14, from /kisskb/src/include/linux/mtd/blktrans.h:9, from /kisskb/src/drivers/mtd/ftl.c:57: /kisskb/src/drivers/mtd/ftl.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/drivers/mtd/ftl.c:59: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/mtd/ftl.c:64: /kisskb/src/drivers/mtd/ftl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized 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 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 size_t ret; ^~~ /kisskb/src/drivers/mtd/ftl.c:153:25: note: byref variable will be forcibly initialized 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 ssize_t retval; ^~~~~~ /kisskb/src/drivers/mtd/ftl.c:194:25: note: byref variable will be forcibly initialized 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 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 size_t retlen, offset; ^~~~~~ /kisskb/src/drivers/mtd/ftl.c:797:26: note: byref variable will be forcibly initialized 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 ssize_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/ftl.c:375:14: note: byref variable will be forcibly initialized uint32_t ctl; ^~~ /kisskb/src/drivers/mtd/ftl.c:372:25: note: byref variable will be forcibly initialized 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 uint16_t srcunitswap = cpu_to_le16(srcunit); ^~~~~~~~~~~ /kisskb/src/drivers/mtd/ftl.c:437:13: note: byref variable will be forcibly initialized ssize_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/ftl.c:435:14: note: byref variable will be forcibly initialized uint16_t unit; ^~~~ /kisskb/src/drivers/mtd/ftl.c:431:12: note: byref variable will be forcibly initialized u_char buf[SECTOR_SIZE]; ^~~ /kisskb/src/drivers/input/input-poller.c: In function 'input_dev_set_poll_interval': /kisskb/src/drivers/input/input-poller.c:152:15: note: byref variable will be forcibly initialized unsigned int interval; ^~~~~~~~ /kisskb/src/drivers/mtd/ftl.c: In function 'ftl_write': /kisskb/src/drivers/mtd/ftl.c:868:12: note: byref variable will be forcibly initialized size_t retlen, offset; ^~~~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'n3000_nios_reg_write': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:481:6: note: byref variable will be forcibly initialized u64 v; ^ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'n3000_nios_reg_read': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:500:6: note: byref variable will be forcibly initialized u64 v; ^ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'get_retimer_mode': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:193:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'n3000_nios_init_done_check': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:298:29: note: byref variable will be forcibly initialized unsigned int val, state_a, state_b; ^~~~~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c:298:20: note: byref variable will be forcibly initialized unsigned int val, state_a, state_b; ^~~~~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c:298:15: note: byref variable will be forcibly initialized unsigned int val, state_a, state_b; ^~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'fec_mode_show': /kisskb/src/drivers/input/touchscreen/imx6ul_tsc.c: In function 'imx6ul_tsc_probe': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:241:36: note: byref variable will be forcibly initialized unsigned int val, retimer_a_mode, retimer_b_mode, fec_modes; ^~~~~~~~~~~~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c:241:20: note: byref variable will be forcibly initialized unsigned int val, retimer_a_mode, retimer_b_mode, fec_modes; ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/imx6ul_tsc.c:381:6: note: byref variable will be forcibly initialized u32 average_samples; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c:241:15: note: byref variable will be forcibly initialized unsigned int val, retimer_a_mode, retimer_b_mode, fec_modes; ^~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'retimer_B_mode_show': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:227:15: note: byref variable will be forcibly initialized unsigned int mode; ^~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'retimer_A_mode_show': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:212:15: note: byref variable will be forcibly initialized unsigned int mode; ^~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'nios_fw_version_show': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:168:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/gpu/drm/drm_gem.c:29: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_gem.c:30: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'nftl_write': /kisskb/src/drivers/mtd/nftlcore.c:171:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_gem.c:45: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:539:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'nftl_read_oob': /kisskb/src/drivers/mtd/nftlcore.c:127:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'nftl_readblock': /kisskb/src/drivers/mtd/nftlcore.c:757:10: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlcore.c:711:18: note: byref variable will be forcibly initialized struct nftl_bci bci; ^~~ /kisskb/src/drivers/mtd/nftlcore.c:710:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'nftl_write_oob': /kisskb/src/drivers/mtd/nftlcore.c:148:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'NFTL_foldchain': /kisskb/src/drivers/mtd/nftlcore.c:392:17: note: byref variable will be forcibly initialized unsigned char movebuf[512]; ^~~~~~~ /kisskb/src/drivers/mtd/nftlcore.c:243:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlcore.c:241:18: note: byref variable will be forcibly initialized struct nftl_oob oob; ^~~ /kisskb/src/drivers/mtd/nftlcore.c:236:16: note: byref variable will be forcibly initialized unsigned char BlockFreeFound[MAX_SECTORS_PER_UNIT]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nftlcore.c:234:6: note: byref variable will be forcibly initialized u16 BlockMap[MAX_SECTORS_PER_UNIT]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_get_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:544:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_put_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:612:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'NFTL_findwriteunit': /kisskb/src/drivers/mtd/nftlcore.c:546:11: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/nftlcore.c:545:20: note: byref variable will be forcibly initialized struct nftl_bci bci; ^~~ /kisskb/src/drivers/mtd/nftlcore.c:531:18: note: byref variable will be forcibly initialized struct nftl_oob oob; ^~~ /kisskb/src/drivers/mtd/nftlcore.c:529:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_object_lookup': /kisskb/src/drivers/gpu/drm/drm_gem.c:741:25: note: byref variable will be forcibly initialized struct drm_gem_object *obj = NULL; ^~~ /kisskb/src/drivers/mtd/nftlcore.c: In function 'nftl_writeblock': /kisskb/src/drivers/mtd/nftlcore.c:680:18: note: byref variable will be forcibly initialized struct nftl_oob oob; ^~~ /kisskb/src/drivers/mtd/nftlcore.c:679:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_open_ioctl': /kisskb/src/drivers/gpu/drm/drm_gem.c:876:6: note: byref variable will be forcibly initialized u32 handle; ^~~~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_file.c:35: /kisskb/src/drivers/gpu/drm/drm_file.c: In function 'drm_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_file.c:602:10: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(file_priv->event_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_fence_array_add': /kisskb/src/drivers/gpu/drm/drm_gem.c:1294:6: note: byref variable will be forcibly initialized u32 id = 0; ^~ /kisskb/src/drivers/gpu/drm/drm_gem.c:1293:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_fence_array_add_implicit': /kisskb/src/drivers/gpu/drm/drm_gem.c:1345:18: note: byref variable will be forcibly initialized unsigned int i, fence_count; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c:1344:21: note: byref variable will be forcibly initialized struct dma_fence **fences; ^~~~~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_write': /kisskb/src/drivers/mtd/inftlcore.c:179:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_read_oob': /kisskb/src/drivers/mtd/inftlcore.c:139:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'INFTL_foldchain': /kisskb/src/drivers/mtd/inftlcore.c:314:17: note: byref variable will be forcibly initialized unsigned char movebuf[SECTORSIZE]; ^~~~~~~ /kisskb/src/drivers/mtd/inftlcore.c:245:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/inftlcore.c:244:19: note: byref variable will be forcibly initialized struct inftl_oob oob; ^~~ /kisskb/src/drivers/mtd/inftlcore.c:239:16: note: byref variable will be forcibly initialized unsigned char BlockDeleted[MAX_SECTORS_PER_UNIT]; ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/inftlcore.c:238:6: note: byref variable will be forcibly initialized u16 BlockMap[MAX_SECTORS_PER_UNIT]; ^~~~~~~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'INFTL_trydeletechain': /kisskb/src/drivers/mtd/inftlcore.c:633:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/inftlcore.c:632:19: note: byref variable will be forcibly initialized struct inftl_bci bci; ^~~ /kisskb/src/drivers/mtd/inftlcore.c:629:16: note: byref variable will be forcibly initialized unsigned char BlockDeleted[MAX_SECTORS_PER_UNIT]; ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/inftlcore.c:628:16: note: byref variable will be forcibly initialized unsigned char BlockUsed[MAX_SECTORS_PER_UNIT]; ^~~~~~~~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_readblock': /kisskb/src/drivers/mtd/inftlcore.c:905:10: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/inftlcore.c:862:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/inftlcore.c:861:19: note: byref variable will be forcibly initialized struct inftl_bci bci; ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_write_oob': /kisskb/src/drivers/mtd/inftlcore.c:159:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'INFTL_findwriteunit': /kisskb/src/drivers/mtd/inftlcore.c:469:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/inftlcore.c:467:19: note: byref variable will be forcibly initialized struct inftl_bci bci; ^~~ /kisskb/src/drivers/mtd/inftlcore.c:466:19: note: byref variable will be forcibly initialized struct inftl_oob oob; ^~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'INFTL_deleteblock': /kisskb/src/drivers/mtd/inftlcore.c:753:19: note: byref variable will be forcibly initialized struct inftl_bci bci; ^~~ /kisskb/src/drivers/mtd/inftlcore.c:752:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/inftlcore.c: In function 'inftl_writeblock': /kisskb/src/drivers/mtd/inftlcore.c:811:19: note: byref variable will be forcibly initialized struct inftl_oob oob; ^~~ /kisskb/src/drivers/mtd/inftlcore.c:810:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ In file included from /kisskb/src/drivers/input/ff-core.c:18: /kisskb/src/drivers/input/ff-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c: In function 'ts_reg_dump': /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:191:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, SOFT_BYPASS_DATA); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:190:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, SOFT_BYPASS_CONTROL); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:189:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, SPARE_REG); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:188:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, SETTLING_TIMER_STAT); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:187:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, REM_CNTR_STAT); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:186:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, SCAN_CNTR_STAT); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:185:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, DEBOUNCE_CNTR_STAT); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:184:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, AUX_DATA); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:183:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, ANALOG_CONTROL); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:182:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, FIFO_DATA); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:181:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, CONTROLLER_STATUS); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:180:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, INTERRUPT_STATUS); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:179:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, INTERRUPT_MASK); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:178:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, INTERRUPT_THRES); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:177:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, REGCTL2); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:176:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, REGCTL1); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c: In function 'iproc_touchscreen_interrupt': /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:199:6: note: byref variable will be forcibly initialized u32 raw_coordinate; ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:198:6: note: byref variable will be forcibly initialized u32 intr_status; ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c: In function 'iproc_get_tsc_config': /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:346:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/drivers/mtd/rfd_ftl.c:16: /kisskb/src/drivers/mtd/rfd_ftl.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/drivers/mtd/rfd_ftl.c:18: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_get_prop_u32': /kisskb/src/drivers/input/touchscreen.c:20:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_parse_properties': /kisskb/src/drivers/input/touchscreen.c:71:33: note: byref variable will be forcibly initialized unsigned int minimum, maximum, fuzz; ^~~~ /kisskb/src/drivers/input/touchscreen.c:71:24: note: byref variable will be forcibly initialized unsigned int minimum, maximum, fuzz; ^~~~~~~ /kisskb/src/drivers/input/touchscreen.c:71:15: note: byref variable will be forcibly initialized unsigned int minimum, maximum, fuzz; ^~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_thread': /kisskb/src/drivers/media/rc/rc-ir-raw.c:23:22: note: byref variable will be forcibly initialized struct ir_raw_event ev; ^~ In file included from /kisskb/src/drivers/mtd/rfd_ftl.c:20: /kisskb/src/drivers/mtd/rfd_ftl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/media/rc/rc-ir-raw.c:6: /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_store': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c:82:2: note: in expansion of macro 'if' if (!kfifo_put(&dev->raw->kfifo, *ev)) { ^~ /kisskb/src/drivers/media/rc/rc-ir-raw.c:82:7: note: in expansion of macro 'kfifo_put' if (!kfifo_put(&dev->raw->kfifo, *ev)) { ^~~~~~~~~ /kisskb/src/drivers/mtd/rfd_ftl.c: In function 'scan_header': /kisskb/src/drivers/mtd/rfd_ftl.c:156:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_edge_handle': /kisskb/src/drivers/media/rc/rc-ir-raw.c:565:23: note: byref variable will be forcibly initialized struct ir_raw_event ev = { ^~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_encode_scancode': /kisskb/src/drivers/media/rc/rc-ir-raw.c:526:6: note: byref variable will be forcibly initialized u64 mask = 1ULL << protocol; ^~~~ /kisskb/src/drivers/mtd/inftlmount.c: In function 'check_free_sectors': /kisskb/src/drivers/mtd/inftlmount.c:320:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/rfd_ftl.c: In function 'erase_block': /kisskb/src/drivers/mtd/rfd_ftl.c:293:10: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/rfd_ftl.c:292:7: note: byref variable will be forcibly initialized u16 magic = cpu_to_le16(RFD_MAGIC); ^~~~~ /kisskb/src/drivers/mtd/rfd_ftl.c: In function 'mark_sector_deleted': /kisskb/src/drivers/mtd/rfd_ftl.c:550:6: note: byref variable will be forcibly initialized u16 del = cpu_to_le16(SECTOR_DELETED); ^~~ /kisskb/src/drivers/mtd/rfd_ftl.c:549:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ In file included from /kisskb/src/drivers/mtd/inftlmount.c:19: /kisskb/src/drivers/mtd/inftlmount.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mtd/rfd_ftl.c: In function 'find_writable_block': /kisskb/src/drivers/mtd/rfd_ftl.c:506:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/rfd_ftl.c: In function 'do_writesect': /kisskb/src/drivers/mtd/rfd_ftl.c:609:6: note: byref variable will be forcibly initialized u16 entry; ^~~~~ /kisskb/src/drivers/mtd/rfd_ftl.c:608:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/rfd_ftl.c: In function 'rfd_ftl_writesect': /kisskb/src/drivers/mtd/rfd_ftl.c:670:9: note: byref variable will be forcibly initialized u_long old_addr; ^~~~~~~~ /kisskb/src/drivers/mtd/inftlmount.c: In function 'find_boot_record': /kisskb/src/drivers/mtd/inftlmount.c:40:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/inftlmount.c:36:5: note: byref variable will be forcibly initialized u8 buf[SECTORSIZE]; ^~~ /kisskb/src/drivers/mtd/inftlmount.c:33:24: note: byref variable will be forcibly initialized struct inftl_unittail h1; ^~ /kisskb/src/drivers/mtd/rfd_ftl.c: In function 'move_block_contents': /kisskb/src/drivers/mtd/rfd_ftl.c:323:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/inftlmount.c: In function 'INFTL_formatblock': /kisskb/src/drivers/mtd/inftlmount.c:364:24: note: byref variable will be forcibly initialized struct inftl_unittail uci; ^~~ /kisskb/src/drivers/mtd/inftlmount.c:363:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/inftlmount.c: In function 'INFTL_mount': /kisskb/src/drivers/mtd/inftlmount.c:534:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/inftlmount.c:533:24: note: byref variable will be forcibly initialized struct inftl_unittail h1; ^~ /kisskb/src/drivers/mtd/inftlmount.c:532:25: note: byref variable will be forcibly initialized struct inftl_unithead1 h0; ^~ /kisskb/src/drivers/mtd/rfd_ftl.c: In function 'rfd_ftl_readsect': /kisskb/src/drivers/mtd/rfd_ftl.c:244:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ In file included from /kisskb/src/drivers/media/rc/rc-core-priv.h:15, from /kisskb/src/drivers/media/rc/lirc_dev.c:19: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_transmit': /kisskb/src/drivers/media/rc/lirc_dev.c:254:24: note: byref variable will be forcibly initialized struct lirc_scancode scan; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_read_mode2': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:628:10: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(fh->wait_poll, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:617:15: note: byref variable will be forcibly initialized unsigned int copied; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_read_scancode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:667:10: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(fh->wait_poll, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:655:15: note: byref variable will be forcibly initialized unsigned int copied; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_raw_event': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:107:3: note: in expansion of macro 'if' if (kfifo_put(&fh->rawir, sample)) ^~ /kisskb/src/drivers/media/rc/lirc_dev.c:107:7: note: in expansion of macro 'kfifo_put' if (kfifo_put(&fh->rawir, sample)) ^~~~~~~~~ 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/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:85:5: note: in expansion of macro 'kfifo_put' kfifo_put(&fh->rawir, ^~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_scancode_event': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:128:3: note: in expansion of macro 'if' if (kfifo_put(&fh->scancodes, *lsc)) ^~ /kisskb/src/drivers/media/rc/lirc_dev.c:128:7: note: in expansion of macro 'kfifo_put' if (kfifo_put(&fh->scancodes, *lsc)) ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_write': /kisskb/src/drivers/mtd/mtdoops.c:180:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/mtd/mtdoops.c:10: /kisskb/src/drivers/mtd/mtdoops.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/drivers/mtd/mtdoops.c:13: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'find_next_position': /kisskb/src/drivers/mtd/mtdoops.c:227:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdoops.c:226:6: note: byref variable will be forcibly initialized u32 count[2], maxcount = 0xffffffff; ^~~~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_erase_block': /kisskb/src/drivers/mtd/mtdoops.c:80:20: note: byref variable will be forcibly initialized struct erase_info erase; ^~~~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_init': /kisskb/src/drivers/mtd/mtdoops.c:382:8: note: byref variable will be forcibly initialized char *endp; ^~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_ioctl.c:38: /kisskb/src/drivers/gpu/drm/drm_ioctl.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:539:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_write_lba': /kisskb/src/drivers/mtd/sm_ftl.c:176:10: note: byref variable will be forcibly initialized uint8_t tmp[2]; ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_correct_sector': /kisskb/src/drivers/mtd/sm_ftl.c:220:10: note: byref variable will be forcibly initialized uint8_t ecc[3]; ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_read_sector': /kisskb/src/drivers/mtd/sm_ftl.c:243:16: note: byref variable will be forcibly initialized struct sm_oob tmp_oob; ^~~~~~~ /kisskb/src/drivers/mtd/sm_ftl.c:242:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ /kisskb/src/drivers/gpu/drm/drm_ioctl.c: In function 'drm_ioctl': /kisskb/src/drivers/gpu/drm/drm_ioctl.c:827:7: note: byref variable will be forcibly initialized char stack_kdata[128]; ^~~~~~~~~~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_read_cis': /kisskb/src/drivers/mtd/sm_ftl.c:662:16: note: byref variable will be forcibly initialized struct sm_oob oob; ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_find_cis': /kisskb/src/drivers/mtd/sm_ftl.c:682:16: note: byref variable will be forcibly initialized struct sm_oob oob; ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_write_sector': /kisskb/src/drivers/mtd/sm_ftl.c:326:21: note: byref variable will be forcibly initialized struct mtd_oob_ops ops; ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_mark_block_bad': /kisskb/src/drivers/mtd/sm_ftl.c:438:16: note: byref variable will be forcibly initialized struct sm_oob oob; ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_erase_block': /kisskb/src/drivers/mtd/sm_ftl.c:469:20: note: byref variable will be forcibly initialized struct erase_info erase; ^~~~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_write_block': /kisskb/src/drivers/mtd/sm_ftl.c:374:16: note: byref variable will be forcibly initialized struct sm_oob oob; ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_cache_flush': /kisskb/src/drivers/mtd/sm_ftl.c:935:11: note: byref variable will be forcibly initialized uint16_t write_sector; ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_check_block': /kisskb/src/drivers/mtd/sm_ftl.c:505:6: note: byref variable will be forcibly initialized int lbas[] = { -3, 0, 0, 0 }; ^~~~ /kisskb/src/drivers/mtd/sm_ftl.c:504:16: note: byref variable will be forcibly initialized struct sm_oob oob; ^~~ In file included from /kisskb/src/drivers/mtd/sm_ftl.c:15: /kisskb/src/drivers/mtd/sm_ftl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_init_zone': /kisskb/src/drivers/mtd/sm_ftl.c:758:6: note: byref variable will be forcibly initialized int i = 0; ^ /kisskb/src/drivers/mtd/sm_ftl.c:756:11: note: byref variable will be forcibly initialized uint16_t block; ^~~~~ /kisskb/src/drivers/mtd/sm_ftl.c:755:16: note: byref variable will be forcibly initialized struct sm_oob oob; ^~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_write': /kisskb/src/drivers/mtd/sm_ftl.c:1064:34: note: byref variable will be forcibly initialized int error = 0, zone_num, block, boffset; ^~~~~~~ /kisskb/src/drivers/mtd/sm_ftl.c:1064:27: note: byref variable will be forcibly initialized int error = 0, zone_num, block, boffset; ^~~~~ /kisskb/src/drivers/mtd/sm_ftl.c:1064:17: note: byref variable will be forcibly initialized int error = 0, zone_num, block, boffset; ^~~~~~~~ /kisskb/src/drivers/mtd/sm_ftl.c: In function 'sm_read': /kisskb/src/drivers/mtd/sm_ftl.c:1019:23: note: byref variable will be forcibly initialized int zone_num, block, boffset; ^~~~~~~ /kisskb/src/drivers/mtd/sm_ftl.c:1019:16: note: byref variable will be forcibly initialized int zone_num, block, boffset; ^~~~~ /kisskb/src/drivers/mtd/sm_ftl.c:1019:6: note: byref variable will be forcibly initialized int zone_num, block, boffset; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/max11801_ts.c: In function 'max11801_ts_interrupt': /kisskb/src/drivers/input/touchscreen/max11801_ts.c:100:5: note: byref variable will be forcibly initialized u8 buf[XY_BUFSIZE]; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/media/rc/ati_remote.c:78: /kisskb/src/drivers/media/rc/ati_remote.c: In function 'ati_remote_sendpacket': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/ati_remote.c:423:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ati_remote->wait, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/input/matrix-keymap.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/input/matrix-keymap.c:19: /kisskb/src/drivers/input/matrix-keymap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ 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:264, from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/input/ff-memless.c:16: /kisskb/src/drivers/input/ff-memless.c: In function 'ml_play_effects': /kisskb/src/drivers/input/ff-memless.c:393:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(handled_bm, FF_MEMLESS_EFFECTS); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/input/ff-memless.c:392:19: note: byref variable will be forcibly initialized struct ff_effect effect; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/input/input-leds.c:8: /kisskb/src/drivers/input/input-leds.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/input/input-leds.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_eeprom_read': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:77:5: note: byref variable will be forcibly initialized u8 raw_data[3]; ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_erase64': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:238:5: note: byref variable will be forcibly initialized u8 raw_data[3]; ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:265:5: note: byref variable will be forcibly initialized u8 raw_data[36]; ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_read': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:183:5: note: byref variable will be forcibly initialized u8 raw_data[4]; ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_eeprom_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:117:5: note: byref variable will be forcibly initialized u8 raw_data[23]; ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_reset_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:41:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_send_output_report': /kisskb/src/drivers/hid/hid-playstation.c:815:11: note: byref variable will be forcibly initialized uint8_t seed = PS_OUTPUT_CRC32_SEED; ^~~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_output_worker': /kisskb/src/drivers/hid/hid-playstation.c:829:33: note: byref variable will be forcibly initialized struct dualsense_output_report report; ^~~~~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_reset_leds': /kisskb/src/drivers/hid/hid-playstation.c:1084:33: note: byref variable will be forcibly initialized struct dualsense_output_report report; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/drivers/input/mousedev.c:15: /kisskb/src/drivers/input/mousedev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mousedev.c:728:11: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(mousedev->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mousedev.c:721:5: note: byref variable will be forcibly initialized u8 data[sizeof(client->ps2)]; ^~~~ /kisskb/src/fs/xfs/xfs_filestream.c: In function 'xfs_filestream_lookup_ag': /kisskb/src/fs/xfs/xfs_filestream.c:276:27: note: byref variable will be forcibly initialized xfs_agnumber_t startag, ag = NULLAGNUMBER; ^~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_parse_firmware': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:1160:25: note: byref variable will be forcibly initialized struct mip4_fw_version fw_version; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_bl_get_address': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:848:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:847:5: note: byref variable will be forcibly initialized u8 result[sizeof(u16)]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:846:5: note: byref variable will be forcibly initialized u8 cmd[] = { MIP4_R0_BOOT, MIP4_R1_BOOT_BUF_ADDR }; ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_bl_read_status': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:710:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:709:5: note: byref variable will be forcibly initialized u8 result; ^~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:708:5: note: byref variable will be forcibly initialized u8 cmd[] = { MIP4_R0_BOOT, MIP4_R1_BOOT_STATUS }; ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_i2c_xfer': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:183:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_bl_change_mode': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:773:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:772:5: note: byref variable will be forcibly initialized u8 result; ^~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:771:5: note: byref variable will be forcibly initialized u8 mode_read_cmd[] = { MIP4_R0_BOOT, MIP4_R1_BOOT_MODE }; ^~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:770:5: note: byref variable will be forcibly initialized u8 mode_chg_cmd[] = { MIP4_R0_BOOT, MIP4_R1_BOOT_MODE, mode }; ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_bl_program_page': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:883:5: note: byref variable will be forcibly initialized u8 cmd[6]; ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_bl_verify_page': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:969:5: note: byref variable will be forcibly initialized u8 cmd[8]; ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_interrupt': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:588:5: note: byref variable will be forcibly initialized u8 cmd[2]; ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_get_fw_version': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:228:5: note: byref variable will be forcibly initialized u8 buf[sizeof(ts->fw_version)]; ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:227:5: note: byref variable will be forcibly initialized u8 cmd[] = { MIP4_R0_INFO, MIP4_R1_INFO_VERSION_BOOT }; ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_query_device': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:250:5: note: byref variable will be forcibly initialized u8 buf[14]; ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:249:5: note: byref variable will be forcibly initialized u8 cmd[2]; ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:247:23: note: byref variable will be forcibly initialized union i2c_smbus_data dummy; ^~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_flash_fw': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:1084:6: note: byref variable will be forcibly initialized u16 buf_addr; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_execute_fw_update': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:1250:6: note: byref variable will be forcibly initialized u32 fw_size; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:1249:6: note: byref variable will be forcibly initialized u32 fw_start_offset; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-core.c: In function 'cec_error_inj_write': /kisskb/src/drivers/media/cec/core/cec-core.c:194:8: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_sysfs_fw_update': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:1293:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function '__mms114_read_reg': /kisskb/src/drivers/input/touchscreen/mms114.c:91:5: note: byref variable will be forcibly initialized u8 buf = reg & 0xff; ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c:90:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[2]; ^~~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function 'mms114_get_version': /kisskb/src/drivers/input/touchscreen/mms114.c:255:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function 'mms114_read_reg': /kisskb/src/drivers/input/touchscreen/mms114.c:122:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function 'mms114_write_reg': /kisskb/src/drivers/input/touchscreen/mms114.c:136:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function 'mms114_interrupt': /kisskb/src/drivers/input/touchscreen/mms114.c:197:22: note: byref variable will be forcibly initialized struct mms114_touch touch[MMS114_MAX_TOUCH]; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/include/linux/poll.h:7, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_ungrab': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:365:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(evdev->grab, NULL); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/poll.h:6, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/input/evdev.c:17: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/include/linux/poll.h:7, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_grab': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:352:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(evdev->grab, client); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_pass_values': /kisskb/src/drivers/input/evdev.c:249:21: note: byref variable will be forcibly initialized struct input_event event; ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_get_keycode_v2': /kisskb/src/drivers/input/evdev.c:827:28: note: byref variable will be forcibly initialized struct input_keymap_entry ke; ^~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_set_keycode_v2': /kisskb/src/drivers/input/evdev.c:862:28: note: byref variable will be forcibly initialized struct input_keymap_entry ke; ^~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_do_ioctl': /kisskb/src/drivers/input/evdev.c:1039:15: note: byref variable will be forcibly initialized unsigned int i, t, u, v; ^ /kisskb/src/drivers/input/evdev.c:1037:19: note: byref variable will be forcibly initialized struct ff_effect effect; ^~~~~~ /kisskb/src/drivers/input/evdev.c:1036:20: note: byref variable will be forcibly initialized struct input_mask mask; ^~~~ /kisskb/src/drivers/input/evdev.c:1035:23: note: byref variable will be forcibly initialized struct input_absinfo abs; ^~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_write': /kisskb/src/drivers/input/evdev.c:507:21: note: byref variable will be forcibly initialized struct input_event event; ^~~~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:598:12: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(client->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:563:21: note: byref variable will be forcibly initialized struct input_event event; ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_event': /kisskb/src/drivers/input/evdev.c:317:21: note: byref variable will be forcibly initialized struct input_value vals[] = { { type, code, value } }; ^~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_g_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:361:6: note: byref variable will be forcibly initialized u32 mode = fh->mode_initiator | fh->mode_follower; ^~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_g_phys_addr': /kisskb/src/drivers/media/cec/core/cec-api.c:94:6: note: byref variable will be forcibly initialized u16 phys_addr; ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_s_phys_addr': /kisskb/src/drivers/media/cec/core/cec-api.c:124:6: note: byref variable will be forcibly initialized u16 phys_addr; ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_g_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:147:23: note: byref variable will be forcibly initialized struct cec_log_addrs log_addrs; ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_s_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:170:23: note: byref variable will be forcibly initialized struct cec_log_addrs log_addrs; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/cec/core/cec-api.c:10: /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_receive_msg': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:282:10: note: in expansion of macro 'wait_event_interruptible' res = wait_event_interruptible(fh->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:273:10: note: in expansion of macro 'wait_event_interruptible_timeout' 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:320:9: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(fh->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/ir-hix5hd2.c: In function 'hix5hd2_ir_clk_enable': /kisskb/src/drivers/media/rc/ir-hix5hd2.c:95:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_s_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:477:20: note: byref variable will be forcibly initialized struct cec_event ev = { ^~ /kisskb/src/drivers/media/cec/core/cec-api.c:371:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/media/rc/ir-hix5hd2.c: In function 'hix5hd2_ir_rx_interrupt': /kisskb/src/drivers/media/rc/ir-hix5hd2.c:208:23: note: byref variable will be forcibly initialized struct ir_raw_event ev = {}; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/cec/core/cec-adap.c:10: /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_thread_func': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:488:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(adap->kthread_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:478:10: note: in expansion of macro 'wait_event_interruptible_timeout' err = wait_event_interruptible_timeout(adap->kthread_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_config_thread_func': /kisskb/src/drivers/media/cec/core/cec-adap.c:1483:18: note: byref variable will be forcibly initialized struct cec_msg msg = {}; ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_drv.c:41: /kisskb/src/drivers/gpu/drm/drm_drv.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:539:6: note: byref variable will be forcibly initialized int idx; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/drivers/gpu/drm/drm_hashtab.c:37: /kisskb/src/drivers/gpu/drm/drm_hashtab.c: In function 'hlist_add_behind_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:683:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_next_rcu(prev), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_hashtab.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/gpu/drm/drm_hashtab.c:35: /kisskb/src/drivers/gpu/drm/drm_hashtab.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/drivers/gpu/drm/drm_hashtab.c:37: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_hashtab.c:39: /kisskb/src/drivers/gpu/drm/drm_hashtab.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hid/hid-roccat.c: In function 'roccat_init': /kisskb/src/drivers/hid/hid-roccat.c:417:8: note: byref variable will be forcibly initialized dev_t dev_id; ^~~~~~ /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c: In function 'pixcir_ts_parse': /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c:97:5: note: byref variable will be forcibly initialized u8 wrbuf[1] = { 0 }; ^~~~~ /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c:96:5: note: byref variable will be forcibly initialized u8 rdbuf[2 + PIXCIR_MAX_SLOTS * 5]; ^~~~~ /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c: In function 'pixcir_ts_report': /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c:150:6: note: byref variable will be forcibly initialized int slots[PIXCIR_MAX_SLOTS]; ^~~~~ /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c: In function 'pixcir_ts_isr': /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c:194:28: note: byref variable will be forcibly initialized struct pixcir_report_data report; ^~~~~~ /kisskb/src/drivers/input/touchscreen/sis_i2c.c: In function 'sis_ts_handle_packet': /kisskb/src/drivers/input/touchscreen/sis_i2c.c:229:15: note: byref variable will be forcibly initialized unsigned int contact_size; ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/sis_i2c.c:227:15: note: byref variable will be forcibly initialized unsigned int num_contacts; ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-common.c: In function 'roccat_common2_receive_control_status': /kisskb/src/drivers/hid/hid-roccat-common.c:75:32: note: byref variable will be forcibly initialized struct roccat_common2_control control; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/st1232.c: In function 'st1232_ts_parse_and_report': /kisskb/src/drivers/input/touchscreen/st1232.c:135:6: note: byref variable will be forcibly initialized int slots[ST_TS_MAX_FINGERS]; ^~~~~ /kisskb/src/drivers/input/touchscreen/st1232.c:134:5: note: byref variable will be forcibly initialized u8 z[ST_TS_MAX_FINGERS]; ^ /kisskb/src/drivers/input/touchscreen/st1232.c:133:22: note: byref variable will be forcibly initialized struct input_mt_pos pos[ST_TS_MAX_FINGERS]; ^~~ /kisskb/src/drivers/input/touchscreen/st1232.c: In function 'st1232_ts_probe': /kisskb/src/drivers/input/touchscreen/st1232.c:229:13: note: byref variable will be forcibly initialized u16 max_x, max_y; ^~~~~ /kisskb/src/drivers/input/touchscreen/st1232.c:229:6: note: byref variable will be forcibly initialized u16 max_x, max_y; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_lease_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:317:8: note: byref variable will be forcibly initialized char *envp[] = { event_string, NULL }; ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_hotplug_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:338:8: note: byref variable will be forcibly initialized char *envp[] = { event_string, NULL }; ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_connector_status_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:361:8: note: byref variable will be forcibly initialized char *envp[4] = { hotplug_str, conn_id, prop_id, NULL }; ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:360:49: note: byref variable will be forcibly initialized char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:360:36: note: byref variable will be forcibly initialized char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:360:7: note: byref variable will be forcibly initialized char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_power_on': /kisskb/src/drivers/input/touchscreen/stmfts.c:526:5: note: byref variable will be forcibly initialized u8 reg[8]; ^~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_sysfs_hover_enable_write': /kisskb/src/drivers/input/touchscreen/stmfts.c:474:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_sysfs_read_status': /kisskb/src/drivers/input/touchscreen/stmfts.c:450:5: note: byref variable will be forcibly initialized u8 status[4]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_read_events': /kisskb/src/drivers/input/touchscreen/stmfts.c:148:5: note: byref variable will be forcibly initialized u8 cmd = STMFTS_READ_ALL_EVENT; ^~~ /kisskb/src/drivers/media/rc/mceusb.c: In function 'mceusb_process_ir_data': /kisskb/src/drivers/media/rc/mceusb.c:1336:25: note: byref variable will be forcibly initialized struct ir_raw_event ev = { ^~ /kisskb/src/drivers/media/rc/imon.c: In function 'send_set_imon_clock': /kisskb/src/drivers/media/rc/imon.c:706:16: note: byref variable will be forcibly initialized 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:857:52: note: byref variable will be forcibly initialized unsigned int year, month, day, dow, hour, minute, second; ^~~~~~ /kisskb/src/drivers/media/rc/imon.c:857:44: note: byref variable will be forcibly initialized unsigned int year, month, day, dow, hour, minute, second; ^~~~~~ /kisskb/src/drivers/media/rc/imon.c:857:38: note: byref variable will be forcibly initialized unsigned int year, month, day, dow, hour, minute, second; ^~~~ /kisskb/src/drivers/media/rc/imon.c:857:33: note: byref variable will be forcibly initialized unsigned int year, month, day, dow, hour, minute, second; ^~~ /kisskb/src/drivers/media/rc/imon.c:857:28: note: byref variable will be forcibly initialized unsigned int year, month, day, dow, hour, minute, second; ^~~ /kisskb/src/drivers/media/rc/imon.c:857:21: note: byref variable will be forcibly initialized unsigned int year, month, day, dow, hour, minute, second; ^~~~~ /kisskb/src/drivers/media/rc/imon.c:857:15: note: byref variable will be forcibly initialized unsigned int year, month, day, dow, hour, minute, second; ^~~~ /kisskb/src/drivers/media/rc/mceusb.c: In function 'mce_write': /kisskb/src/drivers/media/rc/mceusb.c:817:20: note: byref variable will be forcibly initialized struct completion tx_done; ^~~~~~~ /kisskb/src/drivers/media/rc/mceusb.c: In function 'mceusb_set_rx_carrier_report': /kisskb/src/drivers/media/rc/mceusb.c:1127:16: note: byref variable will be forcibly initialized unsigned char cmdbuf[3] = { MCE_CMD_PORT_IR, ^~~~~~ /kisskb/src/drivers/media/rc/mceusb.c: In function 'mceusb_set_rx_wideband': /kisskb/src/drivers/media/rc/mceusb.c:1101:16: note: byref variable will be forcibly initialized unsigned char cmdbuf[3] = { MCE_CMD_PORT_IR, ^~~~~~ /kisskb/src/drivers/media/rc/mceusb.c: In function 'mceusb_set_tx_carrier': /kisskb/src/drivers/media/rc/mceusb.c:1037:16: note: byref variable will be forcibly initialized unsigned char cmdbuf[4] = { MCE_CMD_PORT_IR, ^~~~~~ /kisskb/src/drivers/media/rc/mceusb.c: In function 'mceusb_set_timeout': /kisskb/src/drivers/media/rc/mceusb.c:1076:5: note: byref variable will be forcibly initialized u8 cmdbuf[4] = { MCE_CMD_PORT_IR, MCE_CMD_SETIRTIMEOUT, 0, 0 }; ^~~~~~ /kisskb/src/drivers/media/rc/mceusb.c: In function 'mceusb_get_parameters': /kisskb/src/drivers/media/rc/mceusb.c:1480:16: note: byref variable will be forcibly initialized unsigned char cmdbuf[3] = { MCE_CMD_PORT_SYS, ^~~~~~ /kisskb/src/drivers/media/rc/mceusb.c: In function 'mceusb_tx_ir': /kisskb/src/drivers/media/rc/mceusb.c:936:5: note: byref variable will be forcibly initialized u8 irbuf[MCE_IRBUF_SIZE]; ^~~~~ /kisskb/src/drivers/media/rc/mceusb.c:935:5: note: byref variable will be forcibly initialized u8 cmdbuf[3] = { MCE_CMD_PORT_IR, MCE_CMD_SETIRTXPORTS, 0x00 }; ^~~~~~ /kisskb/src/drivers/media/rc/mceusb.c: In function 'mceusb_dev_probe': /kisskb/src/drivers/media/rc/mceusb.c:1674:16: note: byref variable will be forcibly initialized char buf[63], name[128] = ""; ^~~~ /kisskb/src/drivers/media/rc/mceusb.c:1674:7: note: byref variable will be forcibly initialized char buf[63], name[128] = ""; ^~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-arvo.c:383:28: note: byref variable will be forcibly initialized 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:29: note: byref variable will be forcibly initialized struct arvo_actual_profile temp_buf; ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-arvo.c:160:16: note: byref variable will be forcibly initialized unsigned long profile; ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c:159:29: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized unsigned long key_mask; ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c:105:23: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c:55:23: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized struct arvo_mode_key temp_buf; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'save_stack': /kisskb/src/drivers/gpu/drm/drm_mm.c:109:16: note: byref variable will be forcibly initialized unsigned long entries[STACKDEPTH]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'show_leaks': /kisskb/src/drivers/gpu/drm/drm_mm.c:121:17: note: byref variable will be forcibly initialized unsigned long *entries; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_reserve_node': /kisskb/src/drivers/gpu/drm/drm_mm.c:457:17: note: byref variable will be forcibly initialized u64 adj_start, adj_end; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:457:6: note: byref variable will be forcibly initialized u64 adj_start, adj_end; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_insert_node_in_range': /kisskb/src/drivers/gpu/drm/drm_mm.c:549:18: note: byref variable will be forcibly initialized u64 col_start, col_end; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:549:7: note: byref variable will be forcibly initialized u64 col_start, col_end; ^~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-isku.c:379:28: note: byref variable will be forcibly initialized 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:29: note: byref variable will be forcibly initialized struct isku_actual_profile buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_scan_add_block': /kisskb/src/drivers/gpu/drm/drm_mm.c:789:17: note: byref variable will be forcibly initialized u64 col_start, col_end; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:789:6: note: byref variable will be forcibly initialized u64 col_start, col_end; ^~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-isku.c:51:29: note: byref variable will be forcibly initialized 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:28: note: byref variable will be forcibly initialized struct isku_roccat_report roccat_report; ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c:74:16: note: byref variable will be forcibly initialized unsigned long profile; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_scan_color_evict': /kisskb/src/drivers/gpu/drm/drm_mm.c:919:18: note: byref variable will be forcibly initialized u64 hole_start, hole_end; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:919:6: note: byref variable will be forcibly initialized u64 hole_start, hole_end; ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-kone.c:806:28: note: byref variable will be forcibly initialized 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:28: note: byref variable will be forcibly initialized 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:11: note: byref variable will be forcibly initialized 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:10: note: byref variable will be forcibly initialized uint8_t data; ^~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_check_write': /kisskb/src/drivers/hid/hid-roccat-kone.c:114:10: note: byref variable will be forcibly initialized uint8_t data; ^~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_tcu_command': /kisskb/src/drivers/hid/hid-roccat-kone.c:462:16: note: byref variable will be forcibly initialized unsigned char value; ^~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_sysfs_set_startup_profile': /kisskb/src/drivers/hid/hid-roccat-kone.c:568:16: note: byref variable will be forcibly initialized unsigned long new_startup_profile; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_sysfs_set_tcu': /kisskb/src/drivers/hid/hid-roccat-kone.c:478:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_sysfs_show_weight': /kisskb/src/drivers/hid/hid-roccat-kone.c:425:6: note: byref variable will be forcibly initialized int weight = 0; ^~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:486:32: note: byref variable will be forcibly initialized 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:33: note: byref variable will be forcibly initialized struct koneplus_actual_profile buf; ^~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_send_control': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:40:32: note: byref variable will be forcibly initialized 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:33: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized 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:32: note: byref variable will be forcibly initialized struct koneplus_roccat_report roccat_report; ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c:255:16: note: byref variable will be forcibly initialized unsigned long profile; ^~~~~~~ /kisskb/src/drivers/media/rc/redrat3.c: In function 'redrat3_process_ir_data': /kisskb/src/drivers/media/rc/redrat3.c:351:23: note: byref variable will be forcibly initialized struct ir_raw_event ev = { ^~ In file included from /kisskb/src/drivers/media/rc/redrat3.c:38: /kisskb/src/drivers/media/rc/redrat3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/rc/redrat3.c: In function 'redrat3_transmit_ir': /kisskb/src/drivers/media/rc/redrat3.c:754:11: note: byref variable will be forcibly initialized int ret, ret_len; ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:565:32: note: byref variable will be forcibly initialized 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:33: note: byref variable will be forcibly initialized 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:32: note: byref variable will be forcibly initialized 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:33: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized 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:32: note: byref variable will be forcibly initialized struct kovaplus_roccat_report roccat_report; ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:285:16: note: byref variable will be forcibly initialized unsigned long profile; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_setup_pen': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:426:21: note: byref variable will be forcibly initialized struct w8001_coord coord; ^~~~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_setup_touch': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:467:27: note: byref variable will be forcibly initialized struct w8001_touch_query touch; ^~~~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_connect': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:598:7: note: byref variable will be forcibly initialized char basename[64]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/wm831x-ts.c: In function 'wm831x_ts_data_irq': /kisskb/src/drivers/input/touchscreen/wm831x-ts.c:88:6: note: byref variable will be forcibly initialized u16 data[3]; ^~~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'report_single_touch': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:267:15: note: byref variable will be forcibly initialized unsigned int y = coord->y; ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:266:15: note: byref variable will be forcibly initialized unsigned int x = coord->x; ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'parse_multi_touch': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:152:18: note: byref variable will be forcibly initialized unsigned int x, y; ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:152:15: note: byref variable will be forcibly initialized unsigned int x, y; ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_interrupt': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:285:21: note: byref variable will be forcibly initialized struct w8001_coord coord; ^~~~~ In file included from /kisskb/src/drivers/media/rc/rc-loopback.c:15: /kisskb/src/drivers/media/rc/rc-loopback.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c: In function 'tps6507x_adc_conversion': /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c:65:5: note: byref variable will be forcibly initialized u8 result; ^~~~~~ /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c:64:5: note: byref variable will be forcibly initialized u8 adc_status; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c: In function 'tps6507x_adc_standby': /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c:123:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_is_shared': /kisskb/src/fs/xfs/xfs_fsmap.c:201:17: note: byref variable will be forcibly initialized xfs_extlen_t flen; ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:200:18: note: byref variable will be forcibly initialized xfs_agblock_t fbno; ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_helper': /kisskb/src/fs/xfs/xfs_fsmap.c:253:10: note: byref variable will be forcibly initialized bool shared; ^~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:251:20: note: byref variable will be forcibly initialized struct xfs_fsmap fmr; ^~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_logdev': /kisskb/src/fs/xfs/xfs_fsmap.c:411:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec rmap; ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_datadev_bnobt_helper': /kisskb/src/fs/xfs/xfs_fsmap.c:373:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec irec; ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function '__xfs_getfsmap_datadev': /kisskb/src/fs/xfs/xfs_fsmap.c:585:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *bt_cur = NULL; ^~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_datadev_bnobt': /kisskb/src/fs/xfs/xfs_fsmap.c:763:30: note: byref variable will be forcibly initialized struct xfs_alloc_rec_incore akeys[2]; ^~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap': /kisskb/src/fs/xfs/xfs_fsmap.c:855:27: note: byref variable will be forcibly initialized struct xfs_getfsmap_dev handlers[XFS_GETFSMAP_DEVS]; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:854:20: note: byref variable will be forcibly initialized struct xfs_fsmap dkeys[2]; /* per-dev keys */ ^~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:853:21: note: byref variable will be forcibly initialized struct xfs_trans *tp = NULL; ^~ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_growfs_imaxpct': /kisskb/src/fs/xfs/xfs_fsops.c:252:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_growfs_data_private': /kisskb/src/fs/xfs/xfs_fsops.c:96:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_fsops.c:94:9: note: byref variable will be forcibly initialized bool lastag_extended; ^~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_fsops.c:91:18: note: byref variable will be forcibly initialized xfs_agnumber_t nagimax = 0; ^~~~~~~ /kisskb/src/fs/xfs/xfs_fsops.c:88:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/drivers/media/rc/gpio-ir-recv.c: In function 'gpio_ir_recv_probe': /kisskb/src/drivers/media/rc/gpio-ir-recv.c:66:6: note: byref variable will be forcibly initialized u32 period = 0; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_set_feature': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:320:5: note: byref variable will be forcibly initialized u8 tx_buf[PKT_WRITE_SIZE]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_send_command': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:359:5: note: byref variable will be forcibly initialized u8 cmd_buf[CMD_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_write_data': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:569:5: note: byref variable will be forcibly initialized u8 pkt_buf[PKT_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_i2c_xfer': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:191:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_get_feature': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:281:5: note: byref variable will be forcibly initialized u8 rx_buf[PKT_WRITE_SIZE]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:280:5: note: byref variable will be forcibly initialized u8 tx_buf[8]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_get_checksum': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:647:5: note: byref variable will be forcibly initialized u8 cmd_buf[CMD_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:646:5: note: byref variable will be forcibly initialized u8 pkt_buf[PKT_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_write_firmware': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:695:6: note: byref variable will be forcibly initialized u16 device_checksum, firmware_checksum; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_get_desc': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:222:5: note: byref variable will be forcibly initialized u8 tx_buf[] = { 0x22, 0x00, 0x10, 0x0E, 0x23, 0x00 }; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_get_string': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:249:5: note: byref variable will be forcibly initialized u8 rx_buf[PKT_WRITE_SIZE]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:248:5: note: byref variable will be forcibly initialized u8 tx_buf[] = { 0x22, 0x00, 0x13, 0x0E, str_idx, 0x23, 0x00 }; ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_crtc.c:34: /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_get_sysparam': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:437:5: note: byref variable will be forcibly initialized u8 buf[PKT_READ_SIZE]; ^~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_update_firmware': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:863:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_crtc_init_with_planes': /kisskb/src/drivers/gpu/drm/drm_crtc.c:357:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function '__drmm_crtc_alloc_with_planes': /kisskb/src/drivers/gpu/drm/drm_crtc.c:388:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_crtc_check_viewport': /kisskb/src/drivers/gpu/drm/drm_crtc.c:606:16: note: byref variable will be forcibly initialized int hdisplay, vdisplay; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:606:6: note: byref variable will be forcibly initialized int hdisplay, vdisplay; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/sx8654.c: In function 'sx8654_irq': /kisskb/src/drivers/input/touchscreen/sx8654.c:196:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_mode_setcrtc': /kisskb/src/drivers/gpu/drm/drm_crtc.c:645:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:643:22: note: byref variable will be forcibly initialized struct drm_mode_set set; ^~~ /kisskb/src/drivers/input/touchscreen/sx8654.c: In function 'sx8650_irq': /kisskb/src/drivers/input/touchscreen/sx8654.c:138:9: note: byref variable will be forcibly initialized __be16 data[MAX_I2C_READ_LEN / sizeof(__be16)]; ^~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-pyra.c:506:28: note: byref variable will be forcibly initialized 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:32: note: byref variable will be forcibly initialized struct roccat_common2_control control; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/zet6223.c: In function 'zet6223_irq': /kisskb/src/drivers/input/touchscreen/zet6223.c:63:5: note: byref variable will be forcibly initialized u8 buf[ZET6223_MAX_PKT_SIZE]; ^~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_init_pyra_device_struct': /kisskb/src/drivers/hid/hid-roccat-pyra.c:372:23: note: byref variable will be forcibly initialized struct pyra_settings settings; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/zet6223.c: In function 'zet6223_query_device': /kisskb/src/drivers/input/touchscreen/zet6223.c:136:5: note: byref variable will be forcibly initialized u8 cmd = ZET6223_CMD_INFO; ^~~ /kisskb/src/drivers/input/touchscreen/zet6223.c:135:5: note: byref variable will be forcibly initialized u8 buf[ZET6223_CMD_INFO_LENGTH]; ^~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_sysfs_write_settings': /kisskb/src/drivers/hid/hid-roccat-pyra.c:248:28: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized 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:19: note: byref variable will be forcibly initialized struct pyra_info info; ^~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_res_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:1483:8: note: byref variable will be forcibly initialized char *end_ptr; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_int': /kisskb/src/drivers/gpu/drm/drm_modes.c:1541:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_options': /kisskb/src/drivers/gpu/drm/drm_modes.c:1593:20: note: byref variable will be forcibly initialized unsigned int deg, margin, rotation = 0; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1593:15: note: byref variable will be forcibly initialized unsigned int deg, margin, rotation = 0; ^~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:712:19: note: byref variable will be forcibly initialized struct videomode vm; ^~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_get_hv_timing': /kisskb/src/drivers/gpu/drm/drm_modes.c:791:26: note: byref variable will be forcibly initialized struct drm_display_mode adjusted = *mode; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_command_line_for_connector': /kisskb/src/drivers/gpu/drm/drm_modes.c:1719:29: note: byref variable will be forcibly initialized char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1719:8: note: byref variable will be forcibly initialized char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-savu.c: In function 'savu_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-savu.c:151:28: note: byref variable will be forcibly initialized struct savu_roccat_report roccat_report; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_hbreak': /kisskb/src/drivers/gpu/drm/drm_edid.c:2356:6: note: byref variable will be forcibly initialized u8 *r = NULL; ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_m': /kisskb/src/drivers/gpu/drm/drm_edid.c:2374:6: note: byref variable will be forcibly initialized u8 *r = NULL; ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2c': /kisskb/src/drivers/gpu/drm/drm_edid.c:2365:6: note: byref variable will be forcibly initialized u8 *r = NULL; ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_k': /kisskb/src/drivers/gpu/drm/drm_edid.c:2383:6: note: byref variable will be forcibly initialized u8 *r = NULL; ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2j': /kisskb/src/drivers/gpu/drm/drm_edid.c:2392:6: note: byref variable will be forcibly initialized u8 *r = NULL; ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'get_monitor_name': /kisskb/src/drivers/gpu/drm/drm_edid.c:4410:8: note: byref variable will be forcibly initialized char *edid_name = NULL; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_monitor_supports_rb': /kisskb/src/drivers/gpu/drm/drm_edid.c:2331:8: note: byref variable will be forcibly initialized bool ret = false; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/drm_edid.c:32: /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_do_probe_ddc_edid': /kisskb/src/drivers/gpu/drm/drm_edid.c:1798:18: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:1786:16: note: byref variable will be forcibly initialized unsigned char segment = block >> 1; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:1785:16: note: byref variable will be forcibly initialized unsigned char start = block * EDID_LENGTH; ^~~~~ /kisskb/src/drivers/hid/hid-rmi.c: In function 'rmi_set_mode': /kisskb/src/drivers/hid/hid-rmi.c:146:11: note: byref variable will be forcibly initialized const u8 txbuf[2] = {RMI_SET_RMI_MODE_REPORT_ID, mode}; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode_clock_tolerance': /kisskb/src/drivers/gpu/drm/drm_edid.c:3390:27: note: byref variable will be forcibly initialized struct drm_display_mode cea_mode = *cea_mode_for_vic(vic); ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'edid_vendor': /kisskb/src/drivers/gpu/drm/drm_edid.c:2115:7: note: byref variable will be forcibly initialized char edid_vendor[3]; ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_write_burst': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:194:5: note: byref variable will be forcibly initialized u8 mbuf[sizeof(reg) + IQS5XX_WR_BYTES_MAX]; ^~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_write_word': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:226:9: note: byref variable will be forcibly initialized __be16 val_buf = cpu_to_be16(val); ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_cvt_modes': In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/hid/hid-rmi.c:9: /kisskb/src/drivers/hid/hid-rmi.c: In function 'rmi_hid_read_block': /kisskb/src/drivers/gpu/drm/drm_edid.c:3096:11: note: byref variable will be forcibly initialized const u8 empty[3] = { 0, 0, 0 }; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:3095:12: note: byref variable will be forcibly initialized const int rates[] = { 60, 85, 75, 60, 50 }; ^~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:229:4: note: in expansion of macro 'if' if (!wait_event_timeout(data->wait, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:229:9: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(data->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_fw_file_parse': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:713:5: note: byref variable will be forcibly initialized u8 rec_data[IQS5XX_REC_LEN_MAX]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:712:5: note: byref variable will be forcibly initialized u8 rec_hdr[IQS5XX_REC_HDR_LEN]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:711:24: note: byref variable will be forcibly initialized u8 rec_len, rec_type, rec_chksm, chksm; ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:705:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ In file included from /kisskb/src/drivers/hid/hid-rmi.c:14: /kisskb/src/drivers/hid/hid-rmi.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_bl_write': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:362:5: note: byref variable will be forcibly initialized u8 mbuf[sizeof(bl_addr) + IQS5XX_BL_BLK_LEN_MAX]; ^~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:360:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_read_burst': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:138:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:136:9: note: byref variable will be forcibly initialized __be16 reg_buf = cpu_to_be16(reg); ^~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c: In function 'rmi_probe': /kisskb/src/drivers/hid/hid-rmi.c:651:21: note: byref variable will be forcibly initialized struct hid_report *feature_report; ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:650:21: note: byref variable will be forcibly initialized struct hid_report *output_report; ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:649:21: note: byref variable will be forcibly initialized struct hid_report *input_report; ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_read_word': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:177:9: note: byref variable will be forcibly initialized __be16 val_buf; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_bl_cmd': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:250:5: note: byref variable will be forcibly initialized u8 mbuf[sizeof(bl_cmd) + sizeof(bl_addr)]; ^~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:248:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_displayid_detailed_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:5330:24: note: byref variable will be forcibly initialized struct displayid_iter iter; ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_hdmi_mandatory_stereo_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3806:19: note: byref variable will be forcibly initialized struct list_head stereo_modes; ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_bl_verify': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:401:5: note: byref variable will be forcibly initialized u8 bl_data[IQS5XX_BL_BLK_LEN_MAX]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:399:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_axis_init': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:490:13: note: byref variable will be forcibly initialized u16 max_x, max_y; ^~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:490:6: note: byref variable will be forcibly initialized u16 max_x, max_y; ^~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_dev_init': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:557:5: note: byref variable will be forcibly initialized u8 buf[sizeof(*dev_id_info) + 1]; ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'fw_file_store': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:902:7: note: byref variable will be forcibly initialized char fw_file[IQS5XX_FW_FILE_LEN + 1]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_irq': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:639:23: note: byref variable will be forcibly initialized struct iqs5xx_status status; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'connector_bad_edid': /kisskb/src/drivers/gpu/drm/drm_edid.c:1849:8: note: byref variable will be forcibly initialized char prefix[20]; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_probe_ddc': /kisskb/src/drivers/gpu/drm/drm_edid.c:2030:16: note: byref variable will be forcibly initialized unsigned char out; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_find_cea_extension': /kisskb/src/drivers/gpu/drm/drm_edid.c:3272:6: note: byref variable will be forcibly initialized int ext_index = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:3270:24: note: byref variable will be forcibly initialized struct displayid_iter iter; ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_parse_cea_ext': /kisskb/src/drivers/gpu/drm/drm_edid.c:5076:16: note: byref variable will be forcibly initialized int i, start, end; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5076:9: note: byref variable will be forcibly initialized int i, start, end; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_eld': /kisskb/src/drivers/gpu/drm/drm_edid.c:4502:17: note: byref variable will be forcibly initialized int i, start, end; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4502:10: note: byref variable will be forcibly initialized int i, start, end; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:4238:17: note: byref variable will be forcibly initialized int i, start, end; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4238:10: note: byref variable will be forcibly initialized int i, start, end; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode': /kisskb/src/drivers/gpu/drm/drm_edid.c:3429:27: note: byref variable will be forcibly initialized struct drm_display_mode cea_mode = *cea_mode_for_vic(vic); ^~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/drm_edid.c:31: /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_alternate_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3556:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_get_monitor_name': /kisskb/src/drivers/gpu/drm/drm_edid.c:4437:7: note: byref variable will be forcibly initialized char buf[13]; ^~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_write_cmd': /kisskb/src/drivers/input/touchscreen/zinitix.c:183:9: note: byref variable will be forcibly initialized __le16 reg_le = cpu_to_le16(reg); ^~~~~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_write_u16': /kisskb/src/drivers/input/touchscreen/zinitix.c:171:9: note: byref variable will be forcibly initialized __le16 packet[2] = {cpu_to_le16(reg), cpu_to_le16(value)}; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_sad': /kisskb/src/drivers/gpu/drm/drm_edid.c:4567:16: note: byref variable will be forcibly initialized int i, start, end, dbl; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4567:9: note: byref variable will be forcibly initialized int i, start, end, dbl; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_speaker_allocation': /kisskb/src/drivers/gpu/drm/drm_edid.c:4629:16: note: byref variable will be forcibly initialized int i, start, end, dbl; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4629:9: note: byref variable will be forcibly initialized int i, start, end, dbl; ^~~~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_read_data': /kisskb/src/drivers/input/touchscreen/zinitix.c:154:9: note: byref variable will be forcibly initialized __le16 reg_le = cpu_to_le16(reg); ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_hdmi_monitor': /kisskb/src/drivers/gpu/drm/drm_edid.c:4725:20: note: byref variable will be forcibly initialized int start_offset, end_offset; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4725:6: note: byref variable will be forcibly initialized int start_offset, end_offset; ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_ts_irq_handler': /kisskb/src/drivers/input/touchscreen/zinitix.c:325:21: note: byref variable will be forcibly initialized struct touch_event touch_event; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_monitor_audio': /kisskb/src/drivers/gpu/drm/drm_edid.c:4764:20: note: byref variable will be forcibly initialized int start_offset, end_offset; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4764:6: note: byref variable will be forcibly initialized int start_offset, end_offset; ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/rc/pwm-ir-tx.c:8: /kisskb/src/drivers/media/rc/pwm-ir-tx.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:343:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/media/rc/pwm-ir-tx.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/media/rc/pwm-ir-tx.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_update_tile_info': /kisskb/src/drivers/gpu/drm/drm_edid.c:5976:24: note: byref variable will be forcibly initialized struct displayid_iter iter; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/drm_trace.h:74, from /kisskb/src/drivers/gpu/drm/drm_trace_points.c:5: /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'perf_trace_drm_vblank_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'perf_trace_drm_vblank_event_queued': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_queued, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_queued, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'perf_trace_drm_vblank_event_delivered': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_delivered, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_delivered, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/drm_trace.h:74, from /kisskb/src/drivers/gpu/drm/drm_trace_points.c:5: /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event_queued': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_queued, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event_delivered': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_delivered, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/gpu/drm/drm_trace.h:74, from /kisskb/src/drivers/gpu/drm/drm_trace_points.c:5: /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function '__bpf_trace_drm_vblank_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function '__bpf_trace_drm_vblank_event_queued': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_queued, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_queued, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_queued, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_queued, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_queued, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_queued, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function '__bpf_trace_drm_vblank_event_delivered': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_delivered, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_delivered, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_delivered, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_delivered, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_delivered, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_vblank_event_delivered, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_gem_prime_export': /kisskb/src/drivers/gpu/drm/drm_prime.c:876:29: note: byref variable will be forcibly initialized struct dma_buf_export_info exp_info = { ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_page_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:997:22: note: byref variable will be forcibly initialized struct sg_page_iter page_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_dma_addr_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:1023:26: note: byref variable will be forcibly initialized struct sg_dma_page_iter dma_iter; ^~~~~~~~ /kisskb/src/drivers/media/rc/iguanair.c: In function 'process_ir_data': /kisskb/src/drivers/media/rc/iguanair.c:120:23: note: byref variable will be forcibly initialized struct ir_raw_event rawir = {}; ^~~~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_phys_addr': /kisskb/src/drivers/media/cec/i2c/ch7322.c:292:20: note: byref variable will be forcibly initialized unsigned int pah, pal; ^~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c:292:15: note: byref variable will be forcibly initialized unsigned int pah, pal; ^~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_tx_done': /kisskb/src/drivers/media/cec/i2c/ch7322.c:240:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_receive_message': /kisskb/src/drivers/media/cec/i2c/ch7322.c:210:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:17: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/fs/xfs/xfs_health.c: In function 'xfs_health_unmount': /kisskb/src/fs/xfs/xfs_health.c:30:16: note: byref variable will be forcibly initialized unsigned int checked = 0; ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:29:16: note: byref variable will be forcibly initialized unsigned int sick = 0; ^~~~ /kisskb/src/fs/xfs/xfs_health.c: In function 'xfs_fsop_geom_health': /kisskb/src/fs/xfs/xfs_health.c:313:17: note: byref variable will be forcibly initialized unsigned int checked; ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:312:17: note: byref variable will be forcibly initialized unsigned int sick; ^~~~ /kisskb/src/fs/xfs/xfs_health.c: In function 'xfs_ag_geom_health': /kisskb/src/fs/xfs/xfs_health.c:349:17: note: byref variable will be forcibly initialized unsigned int checked; ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:348:17: note: byref variable will be forcibly initialized unsigned int sick; ^~~~ /kisskb/src/fs/xfs/xfs_health.c: In function 'xfs_bulkstat_health': /kisskb/src/fs/xfs/xfs_health.c:383:17: note: byref variable will be forcibly initialized unsigned int checked; ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:382:17: note: byref variable will be forcibly initialized unsigned int sick; ^~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/include/media/v4l2-dev.h:13, from /kisskb/src/include/media/v4l2-common.h:18, from /kisskb/src/include/media/drv-intf/saa7146_vv.h:5, from /kisskb/src/drivers/media/common/saa7146/saa7146_i2c.c:4: /kisskb/src/drivers/media/common/saa7146/saa7146_i2c.c: In function 'saa7146_i2c_writeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_i2c.c:197:13: note: in expansion of macro 'wait_event_interruptible_timeout' timeout = wait_event_interruptible_timeout(dev->i2c_wq, dev->i2c_op == 0, timeout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_i2c.c: In function 'saa7146_i2c_transfer': /kisskb/src/drivers/media/common/saa7146/saa7146_i2c.c:370:10: note: byref variable will be forcibly initialized __le32 zero = 0; ^~~~ /kisskb/src/drivers/gpu/drm/drm_rect.c: In function 'drm_rect_clip_scaled': /kisskb/src/drivers/gpu/drm/drm_rect.c:95:6: note: byref variable will be forcibly initialized int diff; ^~~~ /kisskb/src/drivers/hid/hid-u2fzero.c: In function 'u2fzero_recv': /kisskb/src/drivers/hid/hid-u2fzero.c:110:34: note: byref variable will be forcibly initialized struct u2fzero_transfer_context ctx; ^~~ /kisskb/src/drivers/hid/hid-u2fzero.c: In function 'u2fzero_rng_read': /kisskb/src/drivers/hid/hid-u2fzero.c:191:21: note: byref variable will be forcibly initialized struct u2f_hid_msg resp; ^~~~ /kisskb/src/drivers/hid/hid-uclogic-core.c: In function 'uclogic_resume': /kisskb/src/drivers/hid/hid-uclogic-core.c:233:24: note: byref variable will be forcibly initialized struct uclogic_params params; ^~~~~~ In file included 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/hid.h:17, from /kisskb/src/drivers/hid/hid-led.c:10: /kisskb/src/drivers/hid/hid-led.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/hid.h:24, from /kisskb/src/drivers/hid/hid-led.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__prepare_userptr': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1077:19: note: byref variable will be forcibly initialized struct vb2_plane planes[VB2_MAX_PLANES]; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/platform/marvell-ccic/cafe-driver.c:20: /kisskb/src/drivers/media/platform/marvell-ccic/cafe-driver.c: In function 'cafe_smbus_write_data': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/cafe-driver.c:204:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(cam->smbus_wait, cafe_smbus_write_done(mcam), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/cafe-driver.c: In function 'cafe_smbus_read_data': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/cafe-driver.c:265:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(cam->smbus_wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__prepare_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1192:19: note: byref variable will be forcibly initialized struct vb2_plane planes[VB2_MAX_PLANES]; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:21: /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__vb2_wait_for_done_vb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1790:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(q->done_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_core_create_bufs': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:879:31: note: byref variable will be forcibly initialized unsigned int num_planes = 0, num_buffers, allocated_buffers; ^~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:879:15: note: byref variable will be forcibly initialized unsigned int num_planes = 0, num_buffers, allocated_buffers; ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c: In function 'uclogic_params_pen_init_v2': /kisskb/src/drivers/hid/hid-uclogic-params.c:278:6: note: byref variable will be forcibly initialized s32 desc_params[UCLOGIC_RDESC_PEN_PH_ID_NUM]; ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c:273:8: note: byref variable will be forcibly initialized __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:150:6: note: byref variable will be forcibly initialized s32 desc_params[UCLOGIC_RDESC_PEN_PH_ID_NUM]; ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c:145:8: note: byref variable will be forcibly initialized __u8 *buf = NULL; ^~~ /kisskb/src/drivers/hid/hid-uclogic-params.c: In function 'uclogic_params_huion_init': /kisskb/src/drivers/hid/hid-uclogic-params.c:713:7: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_core_reqbufs': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:738:47: note: byref variable will be forcibly initialized unsigned int num_buffers, allocated_buffers, num_planes = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:738:15: note: byref variable will be forcibly initialized unsigned int num_buffers, allocated_buffers, num_planes = 0; ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c: In function 'uclogic_params_init': /kisskb/src/drivers/hid/hid-uclogic-params.c:841:7: note: byref variable will be forcibly initialized bool found; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:21: /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_wait_for_all_buffers': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1854:3: note: in expansion of macro 'wait_event' wait_event(q->done_wq, !atomic_read(&q->owned_by_drv_count)); ^~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_core_dqbuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1878:21: note: byref variable will be forcibly initialized struct vb2_buffer *vb = NULL; ^~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_thread': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2861:11: note: byref variable will be forcibly initialized unsigned index = 0; ^~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__vb2_perform_fileio': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2684:11: note: byref variable will be forcibly initialized unsigned index; ^~~~~ /kisskb/src/drivers/media/rc/ir_toy.c: In function 'irtoy_response': /kisskb/src/drivers/media/rc/ir_toy.c:124:23: note: byref variable will be forcibly initialized struct ir_raw_event rawir = { .pulse = irtoy->pulse }; ^~~~~ /kisskb/src/drivers/media/rc/ir_toy.c:102:9: note: byref variable will be forcibly initialized uint version; ^~~~~~~ /kisskb/src/drivers/media/rc/ir_toy.c:83:9: note: byref variable will be forcibly initialized uint version; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_flip_work.c: In function 'flip_worker': /kisskb/src/drivers/gpu/drm/drm_flip_work.c:117:19: note: byref variable will be forcibly initialized struct list_head tasks; ^~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_mmap': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2218:27: note: byref variable will be forcibly initialized unsigned int buffer = 0, plane = 0; ^~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2218:15: note: byref variable will be forcibly initialized unsigned int buffer = 0, plane = 0; ^~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/mcam-core.c: In function 'mcam_vidioc_try_fmt_vid_cap': /kisskb/src/drivers/media/platform/marvell-ccic/mcam-core.c:1353:27: note: byref variable will be forcibly initialized struct v4l2_subdev_state pad_state = { ^~~~~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/mcam-core.c:1352:32: note: byref variable will be forcibly initialized struct v4l2_subdev_pad_config pad_cfg; ^~~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/mcam-core.c: In function 'mcam_cam_set_flip': /kisskb/src/drivers/media/platform/marvell-ccic/mcam-core.c:1001:22: note: byref variable will be forcibly initialized struct v4l2_control ctrl; ^~~~ /kisskb/src/drivers/media/cec/platform/s5p/exynos_hdmi_cecctrl.c: In function 's5p_cec_set_divider': /kisskb/src/drivers/media/cec/platform/s5p/exynos_hdmi_cecctrl.c:26:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/media/cec/platform/s5p/exynos_hdmi_cecctrl.c: In function 's5p_cec_get_rx_buf': /kisskb/src/drivers/media/cec/platform/s5p/exynos_hdmi_cecctrl.c:198:7: note: byref variable will be forcibly initialized char debug[40]; ^~~~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'getmac_tt': /kisskb/src/drivers/media/common/ttpci-eeprom.c:57:5: note: byref variable will be forcibly initialized u8 data[20]; ^~~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:54:5: note: byref variable will be forcibly initialized u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, ^~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'ttpci_eeprom_read_encodedMAC': /kisskb/src/drivers/media/common/ttpci-eeprom.c:111:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:109:5: note: byref variable will be forcibly initialized u8 b0[] = { 0xcc }; ^~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'ttpci_eeprom_decode_mac': /kisskb/src/drivers/media/common/ttpci-eeprom.c:82:5: note: byref variable will be forcibly initialized u8 data[20]; ^~~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:79:5: note: byref variable will be forcibly initialized u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, ^~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'ttpci_eeprom_parse_mac': /kisskb/src/drivers/media/common/ttpci-eeprom.c:131:5: note: byref variable will be forcibly initialized u8 decodedMAC[6]; ^~~~~~~~~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:130:5: note: byref variable will be forcibly initialized u8 encodedMAC[20]; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_atomic.c:32: /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_check_delalloc': /kisskb/src/fs/xfs/xfs_icache.c:1789:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_icache.c:1788:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, 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/sync_file.h:17, from /kisskb/src/drivers/gpu/drm/drm_atomic.c:30: /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_atomic.c:32: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_state_dump': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1660:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_iget_cache_miss': /kisskb/src/fs/xfs/xfs_icache.c:618:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_state_info': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1717:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(m); ^ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_iget': /kisskb/src/fs/xfs/xfs_icache.c:728:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_icache_inode_is_allocated': /kisskb/src/fs/xfs/xfs_icache.c:814:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_blockgc_scan_inode': /kisskb/src/fs/xfs/xfs_icache.c:1439:16: note: byref variable will be forcibly initialized unsigned int lockflags = 0; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_icwalk_ag': /kisskb/src/fs/xfs/xfs_icache.c:1669:21: note: byref variable will be forcibly initialized struct xfs_inode *batch[XFS_LOOKUP_BATCH]; ^~~~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_bt_query_tablet_data': /kisskb/src/drivers/hid/wacom_sys.c:614:5: note: byref variable will be forcibly initialized u8 rep_data[2]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_add_affected_connectors': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1204:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_led_select_store': /kisskb/src/drivers/hid/wacom_sys.c:1041:15: note: byref variable will be forcibly initialized unsigned int id; ^~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_luminance_store': /kisskb/src/drivers/hid/wacom_sys.c:1082:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ In file included 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/hid.h:17, from /kisskb/src/drivers/hid/wacom_wac.h:9, from /kisskb/src/drivers/hid/wacom_sys.c:11: /kisskb/src/drivers/hid/wacom_sys.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/hid.h:24, from /kisskb/src/drivers/hid/wacom_wac.h:9, from /kisskb/src/drivers/hid/wacom_sys.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_atomic_helper_set_config': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1544:16: note: byref variable will be forcibly initialized int hdisplay, vdisplay; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c:1544:6: note: byref variable will be forcibly initialized int hdisplay, vdisplay; ^~~~~~~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_wac_queue_flush': /kisskb/src/drivers/hid/wacom_sys.c:77:6: note: byref variable will be forcibly initialized u8 buf[WACOM_PKGLEN_MAX]; ^~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_store_speed': /kisskb/src/drivers/hid/wacom_sys.c:1837:5: note: byref variable will be forcibly initialized u8 new_speed; ^~~~~~~~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_remote_work': /kisskb/src/drivers/hid/wacom_sys.c:2651:27: note: byref variable will be forcibly initialized struct wacom_remote_data data; ^~~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_update_name': /kisskb/src/drivers/hid/wacom_sys.c:2214:7: note: byref variable will be forcibly initialized char name[WACOM_NAME_MAX - 20]; /* Leave some room for suffixes */ ^~~~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_bulkstat_one_int': /kisskb/src/fs/xfs/xfs_itable.c:64:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; /* incore inode pointer */ ^~ /kisskb/src/drivers/hid/wacom_wac.c: In function 'wacom_intuos_bt_irq': /kisskb/src/drivers/hid/wacom_wac.c:1201:16: note: byref variable will be forcibly initialized unsigned char data[WACOM_PKGLEN_MAX]; ^~~~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_bulkstat_one': /kisskb/src/fs/xfs/xfs_itable.c:167:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_bulkstat': /kisskb/src/fs/xfs/xfs_itable.c:258:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/drivers/hid/wacom_wac.c: In function 'wacom_remote_status_irq': /kisskb/src/drivers/hid/wacom_wac.c:1148:27: note: byref variable will be forcibly initialized struct wacom_remote_data remote_data; ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_inumbers': /kisskb/src/fs/xfs/xfs_itable.c:398:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_itable.c:394:28: note: byref variable will be forcibly initialized struct xfs_inumbers_chunk ic = { ^~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'handler_drm_SKAI2': /kisskb/src/drivers/hid/hid-wiimote-core.c:1565:7: note: byref variable will be forcibly initialized __u8 buf[5]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_wmem': /kisskb/src/drivers/hid/hid-wiimote-core.c:314:7: note: byref variable will be forcibly initialized __u8 cmd[22]; ^~~ /kisskb/src/drivers/gpu/drm/drm_bridge.c: In function 'select_bus_fmt_recursive': /kisskb/src/drivers/gpu/drm/drm_bridge.c:767:15: note: byref variable will be forcibly initialized unsigned int num_in_bus_fmts, i; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_rumble': /kisskb/src/drivers/hid/hid-wiimote-core.c:132:7: note: byref variable will be forcibly initialized __u8 cmd[2]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_leds': /kisskb/src/drivers/hid/hid-wiimote-core.c:152:7: note: byref variable will be forcibly initialized __u8 cmd[2]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_drm': /kisskb/src/drivers/hid/hid-wiimote-core.c:242:7: note: byref variable will be forcibly initialized __u8 cmd[3]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_status': /kisskb/src/drivers/hid/hid-wiimote-core.c:260:7: note: byref variable will be forcibly initialized __u8 cmd[2]; ^~~ /kisskb/src/drivers/gpu/drm/drm_bridge.c: In function 'drm_atomic_bridge_chain_select_bus_fmts': /kisskb/src/drivers/gpu/drm/drm_bridge.c:888:18: note: byref variable will be forcibly initialized unsigned int i, num_out_bus_fmts; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_ir1': /kisskb/src/drivers/hid/hid-wiimote-core.c:285:7: note: byref variable will be forcibly initialized __u8 cmd[2]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_ir2': /kisskb/src/drivers/hid/hid-wiimote-core.c:296:7: note: byref variable will be forcibly initialized __u8 cmd[2]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_rmem': /kisskb/src/drivers/hid/hid-wiimote-core.c:339:7: note: byref variable will be forcibly initialized __u8 cmd[7]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_init_ext': /kisskb/src/drivers/hid/hid-wiimote-core.c:413:7: note: byref variable will be forcibly initialized __u8 wmem; ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_init_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:468:7: note: byref variable will be forcibly initialized __u8 wmem; ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_map_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:489:7: note: byref variable will be forcibly initialized __u8 wmem; ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_detect': /kisskb/src/drivers/hid/hid-wiimote-core.c:865:35: note: byref variable will be forcibly initialized __u8 exttype = WIIMOTE_EXT_NONE, extdata[6]; ^~~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_read_mp_mapped': /kisskb/src/drivers/hid/hid-wiimote-core.c:533:7: note: byref variable will be forcibly initialized __u8 rmem[6]; ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_poll_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:912:7: note: byref variable will be forcibly initialized __u8 mpdata[6]; ^~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_check': /kisskb/src/drivers/hid/hid-wiimote-core.c:945:13: note: byref variable will be forcibly initialized __u8 type, data[6]; ^~~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_bboard_in_ext': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1319:8: note: byref variable will be forcibly initialized __s32 val[4], tmp, div; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_hotplug': /kisskb/src/drivers/hid/hid-wiimote-core.c:1097:28: note: byref variable will be forcibly initialized __u8 exttype, extdata[6], mpdata[6]; ^~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c:1097:16: note: byref variable will be forcibly initialized __u8 exttype, extdata[6], mpdata[6]; ^~~~~~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_ir_change': /kisskb/src/drivers/hid/hid-wiimote-modules.c:611:7: note: byref variable will be forcibly initialized __u8 format = 0; ^~~~~~ /kisskb/src/drivers/hid/hid-wiimote-debug.c: In function 'wiidebug_drm_write': /kisskb/src/drivers/hid/hid-wiimote-debug.c:130:7: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-debug.c: In function 'wiidebug_eeprom_read': /kisskb/src/drivers/hid/hid-wiimote-debug.c:30:7: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_pro_calib_store': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:18: note: byref variable will be forcibly initialized s16 x1, y1, x2, y2; ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:14: note: byref variable will be forcibly initialized s16 x1, y1, x2, y2; ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:10: note: byref variable will be forcibly initialized s16 x1, y1, x2, y2; ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:6: note: byref variable will be forcibly initialized s16 x1, y1, x2, y2; ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_bboard_calib_show': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1420:7: note: byref variable will be forcibly initialized __u8 buf[24], offs; ^~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_bboard_probe': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1471:7: note: byref variable will be forcibly initialized __u8 buf[24], offs; ^~~ /kisskb/src/drivers/media/pci/pluto2/pluto2.c: In function 'lg_tdtpe001p_tuner_set_params': /kisskb/src/drivers/media/pci/pluto2/pluto2.c:440:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/pci/pluto2/pluto2.c:438:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/drivers/media/firewire/firedtv-avc.c:10: /kisskb/src/drivers/media/firewire/firedtv-avc.c: In function 'avc_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/firewire/firedtv-avc.c:252:3: note: in expansion of macro 'if' if (wait_event_timeout(fdtv->avc_wait, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/firewire/firedtv-avc.c:252:7: note: in expansion of macro 'wait_event_timeout' if (wait_event_timeout(fdtv->avc_wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_raw_event': /kisskb/src/drivers/hid/hid-sensor-hub.c:481:32: note: byref variable will be forcibly initialized struct hid_sensor_hub_device *hsdev = NULL; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c:480:8: note: byref variable will be forcibly initialized void *priv = NULL; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-avc.c: In function 'cmp_establish_pp_connection': /kisskb/src/drivers/media/firewire/firedtv-avc.c:1371:19: note: byref variable will be forcibly initialized __be32 old_opcr, opcr[2]; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-avc.c: In function 'cmp_break_pp_connection': /kisskb/src/drivers/media/firewire/firedtv-avc.c:1431:19: note: byref variable will be forcibly initialized __be32 old_opcr, opcr[2]; ^~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hid/hid-sensor-hub.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/media/drv-intf/saa7146.h:6, from /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:11: /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:26: /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'saa7146_remove_one': /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:504:4: note: byref variable will be forcibly initialized } dev_map[] = { ^~~~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_set_feature': /kisskb/src/drivers/hid/hid-sensor-hub.c:198:8: note: byref variable will be forcibly initialized __s32 value; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'interrupt_hw': /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:284:6: note: byref variable will be forcibly initialized u32 isr; ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'atomic_remove_fb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:955:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'saa7146_pgtable_alloc': /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:222:15: note: byref variable will be forcibly initialized dma_addr_t dma_addr = 0; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_fb_release': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:777:28: note: byref variable will be forcibly initialized struct drm_mode_rmfb_work arg; ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_mode_rmfb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:465:29: note: byref variable will be forcibly initialized struct drm_mode_rmfb_work arg; ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_framebuffer_info': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:1208:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(m); ^ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'set_power_report_state': /kisskb/src/drivers/hid/hid-sensor-custom.c:164:6: note: byref variable will be forcibly initialized int report_val = -1; ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:163:6: note: byref variable will be forcibly initialized int power_val = -1; ^~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'enable_sensor_store': /kisskb/src/drivers/hid/hid-sensor-custom.c:235:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_capture_sample': /kisskb/src/drivers/hid/hid-sensor-custom.c:421:27: note: byref variable will be forcibly initialized struct hid_sensor_sample header; ^~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'store_value': /kisskb/src/drivers/hid/hid-sensor-custom.c:390:6: note: byref variable will be forcibly initialized int value, ret; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:389:7: note: byref variable will be forcibly initialized char name[HID_CUSTOM_NAME_LENGTH]; ^~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:388:26: note: byref variable will be forcibly initialized int index, field_index, usage; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:388:6: note: byref variable will be forcibly initialized int index, field_index, usage; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'show_value': /kisskb/src/drivers/hid/hid-sensor-custom.c:305:7: note: byref variable will be forcibly initialized u8 values[HID_CUSTOM_MAX_FEATURE_BYTES]; ^~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:282:7: note: byref variable will be forcibly initialized char name[HID_CUSTOM_NAME_LENGTH]; ^~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:281:13: note: byref variable will be forcibly initialized int index, usage, field_index; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:281:6: note: byref variable will be forcibly initialized int index, usage, field_index; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hid/hid-sensor-custom.c:9: /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_custom_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:657:10: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(sensor_inst->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:643:15: note: byref variable will be forcibly initialized unsigned int copied; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_unregister_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:577:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_register_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:588:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_set_tile_property': /kisskb/src/drivers/gpu/drm/drm_connector.c:1988:7: note: byref variable will be forcibly initialized char tile[256]; ^~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_blend.c:28: /kisskb/src/drivers/gpu/drm/drm_blend.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_get_cmdline_mode': /kisskb/src/drivers/gpu/drm/drm_connector.c:145:8: note: byref variable will be forcibly initialized char *option = NULL; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_property_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_connector.c:2348:35: note: byref variable will be forcibly initialized struct drm_mode_obj_set_property obj_set_prop = { ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_mode_getconnector': /kisskb/src/drivers/gpu/drm/drm_connector.c:2414:27: note: byref variable will be forcibly initialized struct drm_mode_modeinfo u_mode; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_mode_get_tile_group': /kisskb/src/drivers/gpu/drm/drm_connector.c:2598:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/media/common/saa7146/saa7146_video.c: In function 'saa7146_start_preview': /kisskb/src/drivers/media/common/saa7146/saa7146_video.c:100:21: note: byref variable will be forcibly initialized struct v4l2_format fmt; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_tuner.c: In function 'vidtv_tuner_check_frequency_shift': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_tuner.c:128:28: note: byref variable will be forcibly initialized struct vidtv_tuner_config config = tuner_dev->config; ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_prealloc_size': /kisskb/src/fs/xfs/xfs_iomap.c:371:8: note: byref variable will be forcibly initialized int qshift = 0; ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:367:17: note: byref variable will be forcibly initialized xfs_fsblock_t qblocks; ^~~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:366:12: note: byref variable will be forcibly initialized int64_t freesp; ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:362:29: note: byref variable will be forcibly initialized struct xfs_bmbt_irec prev, got; ^~~ /kisskb/src/fs/xfs/xfs_iomap.c:362:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec prev, got; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:361:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor ncur = *icur; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_read_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1161:12: note: byref variable will be forcibly initialized unsigned lockmode; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1160:9: note: byref variable will be forcibly initialized bool shared = false; ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1159:8: note: byref variable will be forcibly initialized int nimaps = 1, error = 0; ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1156:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_seek_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1202:29: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1202:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1201:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_xattr_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1285:8: note: byref variable will be forcibly initialized int nimaps = 1, error = 0; ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1284:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_eof_align_last_fsb': /kisskb/src/fs/xfs/xfs_iomap.c:160:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:159:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_write_direct': /kisskb/src/fs/xfs/xfs_iomap.c:196:8: note: byref variable will be forcibly initialized int nimaps; ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:194:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_direct_write_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:733:12: note: byref variable will be forcibly initialized unsigned lockmode; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:731:9: note: byref variable will be forcibly initialized bool shared = false; ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:730:8: note: byref variable will be forcibly initialized int nimaps = 1, error = 0; ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:727:29: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:727:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_buffered_write_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:873:39: note: byref variable will be forcibly initialized bool eof = false, cow_eof = false, shared = false; ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:871:31: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur, ccur; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:871:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur, ccur; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:870:29: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:870:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_write_unwritten': /kisskb/src/fs/xfs/xfs_iomap.c:505:18: note: byref variable will be forcibly initialized xfs_bmbt_irec_t imap; ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:504:15: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^~ /kisskb/src/fs/xfs/xfs_iomap.c:503:7: note: byref variable will be forcibly initialized int nimaps; ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_scrub_metadata': /kisskb/src/fs/xfs/xfs_ioctl.c:1710:28: note: byref variable will be forcibly initialized struct xfs_scrub_metadata scrub; ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fsbulkstat_one_fmt': /kisskb/src/fs/xfs/xfs_ioctl.c:716:20: note: byref variable will be forcibly initialized struct xfs_bstat bs1; ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fsinumbers_fmt': /kisskb/src/fs/xfs/xfs_ioctl.c:729:21: note: byref variable will be forcibly initialized struct xfs_inogrp ig1; ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioctl_setattr_get_trans': /kisskb/src/fs/xfs/xfs_ioctl.c:1262:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getlabel': /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_update_time': /kisskb/src/fs/xfs/xfs_ioctl.c:1815:9: note: byref variable will be forcibly initialized char label[XFSLABEL_MAX + 1]; ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:1115:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_setlabel': /kisskb/src/fs/xfs/xfs_ioctl.c:1838:9: note: byref variable will be forcibly initialized char label[XFSLABEL_MAX + 1]; ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsbulkstat': /kisskb/src/fs/xfs/xfs_ioctl.c:750:13: note: byref variable will be forcibly initialized xfs_ino_t lastino; ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:744:26: note: byref variable will be forcibly initialized struct xfs_fsop_bulkreq bulkreq; ^~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_initxattrs': /kisskb/src/fs/xfs/xfs_iops.c:54:22: note: byref variable will be forcibly initialized struct xfs_da_args args = { ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_cleanup_inode': /kisskb/src/fs/xfs/xfs_iops.c:118:18: note: byref variable will be forcibly initialized struct xfs_name teardown; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_rename': /kisskb/src/fs/xfs/xfs_iops.c:457:18: note: byref variable will be forcibly initialized struct xfs_name nname; ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:456:18: note: byref variable will be forcibly initialized struct xfs_name oname; ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_bulkstat': /kisskb/src/fs/xfs/xfs_ioctl.c:920:24: note: byref variable will be forcibly initialized struct xfs_bulk_ireq hdr; ^~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_unlink': /kisskb/src/fs/xfs/xfs_iops.c:382:18: note: byref variable will be forcibly initialized struct xfs_name name; ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_link': /kisskb/src/fs/xfs/xfs_iops.c:361:18: note: byref variable will be forcibly initialized struct xfs_name name; ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_lookup': /kisskb/src/fs/xfs/xfs_iops.c:297:18: note: byref variable will be forcibly initialized struct xfs_name name; ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:296:20: note: byref variable will be forcibly initialized struct xfs_inode *cip; ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_inumbers': /kisskb/src/fs/xfs/xfs_ioctl.c:971:24: note: byref variable will be forcibly initialized struct xfs_bulk_ireq hdr; ^~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_ci_lookup': /kisskb/src/fs/xfs/xfs_iops.c:323:14: note: byref variable will be forcibly initialized struct qstr dname; ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:322:18: note: byref variable will be forcibly initialized struct xfs_name ci_name; ^~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:321:18: note: byref variable will be forcibly initialized struct xfs_name xname; ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:320:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_setattr_nonsize': /kisskb/src/fs/xfs/xfs_iops.c:704:34: note: byref variable will be forcibly initialized struct xfs_dquot *udqp = NULL, *gdqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:704:20: note: byref variable will be forcibly initialized struct xfs_dquot *udqp = NULL, *gdqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:700:16: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsgeometry': /kisskb/src/fs/xfs/xfs_ioctl.c:1010:23: note: byref variable will be forcibly initialized struct xfs_fsop_geom fsgeo; ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_ag_geometry': /kisskb/src/fs/xfs/xfs_ioctl.c:1034:25: note: byref variable will be forcibly initialized struct xfs_ag_geometry ageo; ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_setattr_size': /kisskb/src/fs/xfs/xfs_iops.c:865:9: note: byref variable will be forcibly initialized bool did_zeroing = false; ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:862:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsgetxattra': /kisskb/src/fs/xfs/xfs_ioctl.c:1100:19: note: byref variable will be forcibly initialized struct fileattr fa; ^~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_setattr': /kisskb/src/fs/xfs/xfs_iops.c:1082:10: note: byref variable will be forcibly initialized uint iolock; ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getfsmap': /kisskb/src/fs/xfs/xfs_ioctl.c:1584:10: note: byref variable will be forcibly initialized __u32 last_flags = 0; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1581:20: note: byref variable will be forcibly initialized struct fsmap_head head; ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_generic_create': /kisskb/src/fs/xfs/xfs_iops.c:173:18: note: byref variable will be forcibly initialized struct xfs_name name; ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:172:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/xfs/xfs_iops.c:172:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:171:20: note: byref variable will be forcibly initialized struct xfs_inode *ip = NULL; ^~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_symlink': /kisskb/src/fs/xfs/xfs_iops.c:410:18: note: byref variable will be forcibly initialized struct xfs_name name; ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:409:20: note: byref variable will be forcibly initialized struct xfs_inode *cip = NULL; ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_find_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:65:15: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:62:16: note: byref variable will be forcibly initialized xfs_handle_t handle; ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:61:8: note: byref variable will be forcibly initialized int hsize; ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_handle_to_dentry': /kisskb/src/fs/xfs/xfs_ioctl.c:151:19: note: byref variable will be forcibly initialized struct xfs_fid64 fid; ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:150:16: note: byref variable will be forcibly initialized xfs_handle_t handle; ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_open_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:197:15: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_readlink_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:270:10: note: byref variable will be forcibly initialized __u32 olen; ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_attrlist_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:445:37: note: byref variable will be forcibly initialized struct xfs_fsop_attrlist_handlereq al_hreq; ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_attrmulti_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:585:33: note: byref variable will be forcibly initialized xfs_fsop_attrmulti_handlereq_t am_hreq; ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_space': /kisskb/src/fs/xfs/xfs_ioctl.c:639:9: note: byref variable will be forcibly initialized uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:637:16: note: byref variable will be forcibly initialized struct iattr iattr; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/iversion.h:5, from /kisskb/src/fs/xfs/xfs_inode.c:6: /kisskb/src/fs/xfs/xfs_inode.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fileattr_set': /kisskb/src/fs/xfs/xfs_ioctl.c:1380:20: note: byref variable will be forcibly initialized struct xfs_dquot *pdqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_file_ioctl': /kisskb/src/fs/xfs/xfs_ioctl.c:2195:21: note: byref variable will be forcibly initialized struct xfs_icwalk icw; ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2194:27: note: byref variable will be forcibly initialized struct xfs_fs_eofblocks eofb; ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2176:25: note: byref variable will be forcibly initialized xfs_error_injection_t in; ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2150:19: note: byref variable will be forcibly initialized xfs_growfs_rt_t in; ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2136:25: note: byref variable will be forcibly initialized struct xfs_growfs_log in; ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2122:26: note: byref variable will be forcibly initialized struct xfs_growfs_data in; ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2106:22: note: byref variable will be forcibly initialized xfs_fsop_resblks_t out; ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2078:15: note: byref variable will be forcibly initialized uint64_t in; ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2077:22: note: byref variable will be forcibly initialized xfs_fsop_resblks_t inout; ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2067:21: note: byref variable will be forcibly initialized xfs_fsop_counts_t out; ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2054:22: note: byref variable will be forcibly initialized struct xfs_swapext sxp; ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2041:24: note: byref variable will be forcibly initialized xfs_fsop_handlereq_t hreq; ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2033:24: note: byref variable will be forcibly initialized xfs_fsop_handlereq_t hreq; ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2026:24: note: byref variable will be forcibly initialized xfs_fsop_handlereq_t hreq; ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1976:19: note: byref variable will be forcibly initialized struct dioattr da; ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:1968:18: note: byref variable will be forcibly initialized xfs_flock64_t bf; ^~ /kisskb/src/drivers/media/common/tveeprom.c: In function 'tveeprom_read': /kisskb/src/drivers/media/common/tveeprom.c:740:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_get_crtc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:252:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_init': /kisskb/src/drivers/gpu/drm/drm_encoder.c:163:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function '__drmm_encoder_alloc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:221:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_update_inode': /kisskb/src/fs/xfs/xfs_inode.c:2106:19: note: byref variable will be forcibly initialized struct xfs_buf *ibp; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/iversion.h:5, from /kisskb/src/fs/xfs/xfs_inode.c:6: /kisskb/src/fs/xfs/xfs_inode.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode.c:8: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_ctrl_query_fill': /kisskb/src/drivers/media/common/cx2341x.c:540:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_api': /kisskb/src/drivers/media/common/cx2341x.c:1011:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/media/common/cx2341x.c:1010:6: note: byref variable will be forcibly initialized u32 data[CX2341X_MBOX_MAX_DATA]; ^~~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_hdl_api': /kisskb/src/drivers/media/common/cx2341x.c:1304:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/media/common/cx2341x.c:1303:6: note: byref variable will be forcibly initialized u32 data[CX2341X_MBOX_MAX_DATA]; ^~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink': /kisskb/src/fs/xfs/xfs_inode.c:2197:16: note: byref variable will be forcibly initialized xfs_agino_t old_agino; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2165:19: note: byref variable will be forcibly initialized struct xfs_buf *agibp; ^~~~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_ctrl_new_custom': /kisskb/src/drivers/media/common/cx2341x.c:1542:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_config cfg; ^~~ 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_inode.c:8: /kisskb/src/fs/xfs/xfs_inode.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_menu_item': /kisskb/src/drivers/media/common/cx2341x.c:1190:26: note: byref variable will be forcibly initialized struct v4l2_ext_control ctrl; ^~~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_ext_ctrls': /kisskb/src/drivers/media/common/cx2341x.c:970:25: note: byref variable will be forcibly initialized struct v4l2_queryctrl qctrl; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/iversion.h:5, from /kisskb/src/fs/xfs/xfs_inode.c:6: /kisskb/src/fs/xfs/xfs_inode.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_remove': /kisskb/src/fs/xfs/xfs_inode.c:2403:15: note: byref variable will be forcibly initialized xfs_agino_t prev_agino; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2402:19: note: byref variable will be forcibly initialized struct xfs_imap imap; ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:2355:15: note: byref variable will be forcibly initialized xfs_agino_t next_agino; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2353:21: note: byref variable will be forcibly initialized struct xfs_dinode *last_dip = NULL; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2352:19: note: byref variable will be forcibly initialized struct xfs_buf *last_ibp; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2351:19: note: byref variable will be forcibly initialized struct xfs_buf *agibp; ^~~~~ 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/xfs_inode.c:8: /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_ifree_cluster': /kisskb/src/fs/xfs/xfs_inode.c:2542:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_lookup': /kisskb/src/fs/xfs/xfs_inode.c:672:13: note: byref variable will be forcibly initialized xfs_ino_t inum; ^~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_init_new_inode': /kisskb/src/fs/xfs/xfs_inode.c:808:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_link': /kisskb/src/fs/xfs/xfs_inode.c:1225:16: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_itruncate_extents_flags': /kisskb/src/fs/xfs/xfs_inode.c:1368:17: note: byref variable will be forcibly initialized xfs_filblks_t unmap_len; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:1366:20: note: byref variable will be forcibly initialized struct xfs_trans *tp = *tpp; ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_inactive_truncate': /kisskb/src/fs/xfs/xfs_inode.c:1529:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_destroy': /kisskb/src/fs/xfs/xfs_inode.c:2019:9: note: byref variable will be forcibly initialized bool freed_anything = false; ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_inactive_ifree': /kisskb/src/fs/xfs/xfs_inode.c:1578:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_remove': /kisskb/src/fs/xfs/xfs_inode.c:2762:27: note: byref variable will be forcibly initialized xfs_trans_t *tp = NULL; ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_create': /kisskb/src/fs/xfs/xfs_inode.c:985:13: note: byref variable will be forcibly initialized xfs_ino_t ino; ^~~ /kisskb/src/fs/xfs/xfs_inode.c:982:20: note: byref variable will be forcibly initialized struct xfs_dquot *pdqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:981:20: note: byref variable will be forcibly initialized struct xfs_dquot *gdqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:980:20: note: byref variable will be forcibly initialized struct xfs_dquot *udqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:976:20: note: byref variable will be forcibly initialized struct xfs_trans *tp = NULL; ^~ /kisskb/src/fs/xfs/xfs_inode.c:975:20: note: byref variable will be forcibly initialized struct xfs_inode *ip = NULL; ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_create_tmpfile': /kisskb/src/fs/xfs/xfs_inode.c:1141:13: note: byref variable will be forcibly initialized xfs_ino_t ino; ^~~ /kisskb/src/fs/xfs/xfs_inode.c:1138:20: note: byref variable will be forcibly initialized struct xfs_dquot *pdqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:1137:20: note: byref variable will be forcibly initialized struct xfs_dquot *gdqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:1136:20: note: byref variable will be forcibly initialized struct xfs_dquot *udqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:1133:20: note: byref variable will be forcibly initialized struct xfs_trans *tp = NULL; ^~ /kisskb/src/fs/xfs/xfs_inode.c:1132:20: note: byref variable will be forcibly initialized struct xfs_inode *ip = NULL; ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_rename_alloc_whiteout': /kisskb/src/fs/xfs/xfs_inode.c:3074:20: note: byref variable will be forcibly initialized struct xfs_inode *tmpfile; ^~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_rename': /kisskb/src/fs/xfs/xfs_inode.c:3275:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_inode.c:3114:8: note: byref variable will be forcibly initialized int num_inodes = __XFS_SORT_INODES; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:3112:20: note: byref variable will be forcibly initialized struct xfs_inode *inodes[__XFS_SORT_INODES]; ^~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:3111:20: note: byref variable will be forcibly initialized struct xfs_inode *wip = NULL; /* whiteout inode */ ^~~ /kisskb/src/fs/xfs/xfs_inode.c:3110:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_atomic': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:485:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_legacy': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:453:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c:452:26: note: byref variable will be forcibly initialized struct drm_mode_object *ref; ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'drm_mode_object_get_properties': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:361:12: note: byref variable will be forcibly initialized uint64_t val; ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'drm_mode_obj_get_properties_ioctl': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:405:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c: In function 'meson_ao_cec_transmit': /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c:520:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c:519:9: note: byref variable will be forcibly initialized int i, ret = 0; ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c: In function 'meson_ao_cec_arbit_bit_time_set': /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c:343:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c: In function 'meson_ao_cec_irq_tx': /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c:386:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c:385:5: note: byref variable will be forcibly initialized u8 stat; ^~~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c: In function 'meson_ao_cec_irq_rx': /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c:446:6: note: byref variable will be forcibly initialized u8 byte; ^~~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c:429:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c:428:9: note: byref variable will be forcibly initialized int i, ret = 0; ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c: In function 'meson_ao_cec_clear': /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c:315:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c: In function 'meson_ao_cec_set_log_addr': /kisskb/src/drivers/media/cec/platform/meson/ao-cec.c:487:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_emerg': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:51:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_emerg, KERN_EMERG); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/fs/xfs/xfs_message.c:51:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_emerg, KERN_EMERG); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_alert': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:52:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_alert, KERN_ALERT); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/fs/xfs/xfs_message.c:52:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_alert, KERN_ALERT); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_crit': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:53:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_crit, KERN_CRIT); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/fs/xfs/xfs_message.c:53:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_crit, KERN_CRIT); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_err': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:54:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_err, KERN_ERR); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/fs/xfs/xfs_message.c:54:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_err, KERN_ERR); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_warn': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:55:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_warn, KERN_WARNING); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/fs/xfs/xfs_message.c:55:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_warn, KERN_WARNING); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_notice': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:56:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_notice, KERN_NOTICE); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/fs/xfs/xfs_message.c:56:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_notice, KERN_NOTICE); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_info': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:57:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_info, KERN_INFO); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/fs/xfs/xfs_message.c:57:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_info, KERN_INFO); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_debug': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:59:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_debug, KERN_DEBUG); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/fs/xfs/xfs_message.c:59:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_debug, KERN_DEBUG); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_alert_tag': /kisskb/src/fs/xfs/xfs_message.c:69:12: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/xfs/xfs_message.c:68:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_buf_alert_ratelimited': /kisskb/src/fs/xfs/xfs_message.c:130:12: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/xfs/xfs_message.c:129:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_print.c:37: /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_vprintf': /kisskb/src/include/drm/drm_print.h:108:19: note: byref variable will be forcibly initialized struct va_format vaf = { .fmt = fmt, .va = va }; ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_printf': /kisskb/src/drivers/gpu/drm/drm_print.c:199:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_printk': /kisskb/src/drivers/gpu/drm/drm_print.c:242:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:263:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:286:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_err': /kisskb/src/drivers/gpu/drm/drm_print.c:305:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/drivers/gpu/drm/drm_property.c:26: /kisskb/src/drivers/gpu/drm/drm_property.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c: In function 'vidtv_pes_write_h': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c:137:31: note: byref variable will be forcibly initialized struct pes_header_write_args pts_dts_args; ^~~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c: In function 'vidtv_pes_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c:327:6: note: byref variable will be forcibly initialized u64 last_pcr = args->pcr; ^~~~~~~~ In file included from /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:20: /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_table_header_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:757:24: note: byref variable will be forcibly initialized struct psi_write_args psi_args = { ^~~~~~~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget.c:21: /kisskb/src/drivers/media/pci/ttpci/budget.c: In function 'stv0299_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0299.h:100:5: note: byref variable will be forcibly initialized u8 buf[] = {reg, val}; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget.c: In function 's5h1420_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget.c:350:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget.c:349:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget.c:32: /kisskb/src/drivers/media/pci/ttpci/budget.c: In function 'alps_tdhd1_204a_tuner_set_params': /kisskb/src/drivers/media/dvb-frontends/tdhd1.h:32:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tdhd1.h:31:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/media/pci/ttpci/budget.c: In function 'grundig_29504_451_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget.c:326:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget.c:325:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget.c:31: /kisskb/src/drivers/media/pci/ttpci/budget.c: In function 'alps_bsbe1_tuner_set_params': /kisskb/src/drivers/media/dvb-frontends/bsbe1.h:61:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/media/dvb-frontends/bsbe1.h:59:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/media/pci/ttpci/budget.c: In function 'grundig_29504_401_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget.c:269:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:25: /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/pci/ttpci/budget.c: In function 'alps_tdbe2_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget.c:240:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x62, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget.c:239:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget.c:30: /kisskb/src/drivers/media/pci/ttpci/budget.c: In function 'alps_bsru6_tuner_set_params': /kisskb/src/drivers/media/dvb-frontends/bsru6.h:92:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; ^~~ /kisskb/src/drivers/media/dvb-frontends/bsru6.h:90:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_pat_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:986:6: note: byref variable will be forcibly initialized u32 crc = INITIAL_CRC; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget.c: In function 'alps_bsrv2_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget.c:198:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget.c:197:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'saa7146_set_output_format': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:617:6: note: byref variable will be forcibly initialized u32 clip_format = saa7146_read(dev, CLIP_FORMAT_CTRL); ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget.c: In function 'read_pwm': /kisskb/src/drivers/media/pci/ttpci/budget.c:429:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { { .addr = 0x50,.flags = 0,.buf = &b,.len = 1 }, ^~~ /kisskb/src/drivers/media/pci/ttpci/budget.c:428:5: note: byref variable will be forcibly initialized u8 pwm; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget.c:427:5: note: byref variable will be forcibly initialized u8 b = 0xff; ^ /kisskb/src/drivers/media/pci/ttpci/budget.c: In function 'i2c_readreg': /kisskb/src/drivers/media/pci/ttpci/budget.c:417:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/pci/ttpci/budget.c:416:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_pmt_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1165:6: note: byref variable will be forcibly initialized u32 crc = INITIAL_CRC; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_sdt_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1339:6: note: byref variable will be forcibly initialized u32 crc = INITIAL_CRC; ^~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'saa7146_set_window': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:531:74: note: byref variable will be forcibly initialized u32 hps_v_scale = 0, hps_v_gain = 0, hps_ctrl = 0, hps_h_prescale = 0, hps_h_scale = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:531:54: note: byref variable will be forcibly initialized u32 hps_v_scale = 0, hps_v_gain = 0, hps_ctrl = 0, hps_h_prescale = 0, hps_h_scale = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:531:40: note: byref variable will be forcibly initialized u32 hps_v_scale = 0, hps_v_gain = 0, hps_ctrl = 0, hps_h_prescale = 0, hps_h_scale = 0; ^~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:531:23: note: byref variable will be forcibly initialized u32 hps_v_scale = 0, hps_v_gain = 0, hps_ctrl = 0, hps_h_prescale = 0, hps_h_scale = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:531:6: note: byref variable will be forcibly initialized u32 hps_v_scale = 0, hps_v_gain = 0, hps_ctrl = 0, hps_h_prescale = 0, hps_h_scale = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_nit_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1680:6: note: byref variable will be forcibly initialized u32 crc = INITIAL_CRC; ^~~ /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'drm_mode_gamma_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:362:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c: In function 'vidtv_demod_set_frontend': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c:265:6: note: byref variable will be forcibly initialized u32 tuner_status = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c: In function 'vidtv_demod_read_status': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c:204:6: note: byref variable will be forcibly initialized u16 snr = 0; ^~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'calculate_clipping_registers_rect': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:355:27: note: byref variable will be forcibly initialized int x[32], y[32], w[32], h[32]; ^ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:355:20: note: byref variable will be forcibly initialized int x[32], y[32], w[32], h[32]; ^ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:355:13: note: byref variable will be forcibly initialized int x[32], y[32], w[32], h[32]; ^ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:355:6: note: byref variable will be forcibly initialized int x[32], y[32], w[32], h[32]; ^ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:353:20: note: byref variable will be forcibly initialized int cnt_line = 0, cnt_pixel = 0; ^~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:353:6: note: byref variable will be forcibly initialized int cnt_line = 0, cnt_pixel = 0; ^~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:349:6: note: byref variable will be forcibly initialized u32 pixel_list[32]; ^~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:348:6: note: byref variable will be forcibly initialized u32 line_list[32]; ^~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_eit_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1891:6: note: byref variable will be forcibly initialized u32 crc = INITIAL_CRC; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_eit_event_init': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1952:12: note: byref variable will be forcibly initialized struct tm time; ^~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'saa7146_set_clipping_rect': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:490:6: note: byref variable will be forcibly initialized u32 arbtr_ctrl; ^~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:489:6: note: byref variable will be forcibly initialized u32 clip_format; ^~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:488:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma2; ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_plane.c:23: /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'saa7146_set_position': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:576:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma1; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'drm_plane_create_color_properties': /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:531:28: note: byref variable will be forcibly initialized struct drm_prop_enum_list enum_list[max_t(int, DRM_COLOR_ENCODING_MAX, ^~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'calculate_video_dma_grab_planar': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:830:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma3; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:829:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma2; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:828:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma1; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'calculate_video_dma_grab_packed': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:705:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma1; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_universal_plane_init': /kisskb/src/drivers/gpu/drm/drm_plane.c:390:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function '__drmm_universal_plane_alloc': /kisskb/src/drivers/gpu/drm/drm_plane.c:424:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_demod_block_init': /kisskb/src/drivers/media/pci/pt1/pt1.c:257:5: note: byref variable will be forcibly initialized u8 buf[2] = {0x01, 0x80}; ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'setplane_internal': /kisskb/src/drivers/gpu/drm/drm_plane.c:938:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_i2c_xfer': /kisskb/src/drivers/media/pci/pt1/pt1.c:1143:6: note: byref variable will be forcibly initialized int addr, ret; ^~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_common': /kisskb/src/drivers/gpu/drm/drm_plane.c:1102:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/media/pci/pt1/pt1.c:11: /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/pci/pt1/pt1.c:17: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1181:26: note: byref variable will be forcibly initialized struct drm_mode_cursor2 new_req; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_page_flip_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1211:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_thread': /kisskb/src/drivers/media/pci/pt1/pt1.c:510:12: note: byref variable will be forcibly initialized ktime_t delay; ^~~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:492:7: note: byref variable will be forcibly initialized bool was_frozen; ^~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c: In function 'vidtv_bridge_check_demod_lock': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c:143:17: note: byref variable will be forcibly initialized enum fe_status status; ^~~~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_init_frontends': /kisskb/src/drivers/media/pci/pt1/pt1.c:996:26: note: byref variable will be forcibly initialized struct dvb_pll_config tcfg; ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:987:29: note: byref variable will be forcibly initialized struct qm1d1b0004_config tcfg; ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:971:25: note: byref variable will be forcibly initialized struct tc90522_config dcfg; ^~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c: In function 'vidtv_bridge_probe_demod': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c:342:28: note: byref variable will be forcibly initialized struct vidtv_demod_config cfg = { ^~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'config_demod': /kisskb/src/drivers/media/pci/pt1/pt1.c:202:12: note: byref variable will be forcibly initialized u8 wbuf, rbuf; ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:202:6: note: byref variable will be forcibly initialized u8 wbuf, rbuf; ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:201:18: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_alloc_page': /kisskb/src/drivers/media/pci/pt1/pt1.c:539:13: note: byref variable will be forcibly initialized dma_addr_t addr; ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_init_buffer': /kisskb/src/drivers/media/pci/pt1/pt1.c:563:13: note: byref variable will be forcibly initialized dma_addr_t addr; ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_init_table': /kisskb/src/drivers/media/pci/pt1/pt1.c:592:6: note: byref variable will be forcibly initialized u32 buf_pfn; ^~~~~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:590:13: note: byref variable will be forcibly initialized dma_addr_t addr; ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_init_tables': /kisskb/src/drivers/media/pci/pt1/pt1.c:637:17: note: byref variable will be forcibly initialized u32 first_pfn, pfn; ^~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:637:6: note: byref variable will be forcibly initialized u32 first_pfn, pfn; ^~~~~~~~~ /kisskb/src/drivers/media/firewire/firedtv-ci.c: In function 'fdtv_ca_get_slot_info': /kisskb/src/drivers/media/firewire/firedtv-ci.c:57:30: note: byref variable will be forcibly initialized struct firedtv_tuner_status stat; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-ci.c: In function 'fdtv_ca_get_msg': /kisskb/src/drivers/media/firewire/firedtv-ci.c:96:30: note: byref variable will be forcibly initialized struct firedtv_tuner_status stat; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-dvb.c: In function 'fdtv_start_feed': /kisskb/src/drivers/media/firewire/firedtv-dvb.c:53:6: note: byref variable will be forcibly initialized u16 pids[16]; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-dvb.c:52:6: note: byref variable will be forcibly initialized int pidc, c, ret; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-ci.c: In function 'fdtv_ca_ioctl': /kisskb/src/drivers/media/firewire/firedtv-ci.c:176:30: note: byref variable will be forcibly initialized struct firedtv_tuner_status stat; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-ci.c: In function 'fdtv_ca_register': /kisskb/src/drivers/media/firewire/firedtv-ci.c:230:30: note: byref variable will be forcibly initialized struct firedtv_tuner_status stat; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-dvb.c: In function 'fdtv_stop_feed': /kisskb/src/drivers/media/firewire/firedtv-dvb.c:124:6: note: byref variable will be forcibly initialized u16 pids[16]; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-dvb.c:123:6: note: byref variable will be forcibly initialized int pidc, c, ret; ^~~~ /kisskb/src/fs/xfs/xfs_mru_cache.c: In function '_xfs_mru_cache_clear_reap_list': /kisskb/src/fs/xfs/xfs_mru_cache.c:233:19: note: byref variable will be forcibly initialized struct list_head tmp; ^~~ /kisskb/src/drivers/media/common/saa7146/saa7146_vbi.c: In function 'saa7146_set_vbi_capture': /kisskb/src/drivers/media/common/saa7146/saa7146_vbi.c:139:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma3; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_vbi.c: In function 'vbi_workaround': /kisskb/src/drivers/media/common/saa7146/saa7146_vbi.c:11:15: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_getresources': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:103:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_reset': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:187:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drmm_mode_config_init': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:434:19: note: byref variable will be forcibly initialized struct dma_resv resv; ^~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:433:25: note: byref variable will be forcibly initialized struct ww_acquire_ctx resv_ctx; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:432:34: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx modeset_ctx; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_cleanup': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:540:22: note: byref variable will be forcibly initialized struct drm_printer p = drm_debug_printer("[leaked fb]"); ^ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:480:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c: In function 'meson_ao_cec_g12a_irq': /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c:455:6: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c: In function 'meson_ao_cec_g12a_dualdiv_clk_recalc_rate': /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c:229:12: note: byref variable will be forcibly initialized u32 reg0, reg1; ^~~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c:229:6: note: byref variable will be forcibly initialized u32 reg0, reg1; ^~~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c: In function 'meson_ao_cec_g12a_dualdiv_clk_is_enabled': /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c:319:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c: In function 'meson_ao_cec_g12a_irq_rx': /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c:430:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c: In function 'meson_ao_cec_g12a_irq_thread': /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c:467:6: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c: In function 'meson_ao_cec_g12a_read': /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c:376:6: note: byref variable will be forcibly initialized u32 reg = FIELD_PREP(CECB_RW_ADDR, addr); ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c: In function 'meson_ao_cec_g12a_transmit': /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c:535:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c: In function 'meson_ao_cec_g12a_setup_clk': /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c:338:14: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/media/cec/platform/meson/ao-cec-g12a.c:337:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_get_last_vbltimestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:875:6: note: byref variable will be forcibly initialized int max_error = (int) drm_timestamp_precision * 1000; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_vblank_restore': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1475:10: note: byref variable will be forcibly initialized ktime_t t_vblank; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_update_vblank_count': /kisskb/src/drivers/gpu/drm/drm_vblank.c:284:10: note: byref variable will be forcibly initialized ktime_t t_vblank; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_reset_vblank_timestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:235:10: note: byref variable will be forcibly initialized ktime_t t_vblank; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:27: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drmm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_vblank.c:34: /kisskb/src/include/drm/drm_managed.h:78:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_reply': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1726:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_vblank_helper_get_vblank_timestamp_internal': /kisskb/src/drivers/gpu/drm/drm_vblank.c:703:12: note: byref variable will be forcibly initialized int vpos, hpos, i; ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:703:6: note: byref variable will be forcibly initialized int vpos, hpos, i; ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:700:17: note: byref variable will be forcibly initialized ktime_t stime, etime; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:700:10: note: byref variable will be forcibly initialized ktime_t stime, etime; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_send_vblank_event': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1088:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_queue_vblank_event': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1625:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_handle_vblank_events': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1896:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:28: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_one_vblank': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1265:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(vblank->queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_vblank_off': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1306:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:28: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1856:10: note: in expansion of macro 'wait_event_interruptible_timeout' wait = wait_event_interruptible_timeout(vblank->queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_get_sequence_ioctl': /kisskb/src/drivers/gpu/drm/drm_vblank.c:2028:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_queue_sequence_ioctl': /kisskb/src/drivers/gpu/drm/drm_vblank.c:2084:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'syncobj_wait_syncobj_func': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:933:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_fence_add_wait': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:243:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/include/drm/drm_gem.h:38, from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:196: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_array_wait_timeout': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:992:21: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:188: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_add_point': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:302:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(syncobj->fence, &chain->base); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_replace_fence': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:334:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(syncobj->fence, fence); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_find_fence': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:387:28: note: byref variable will be forcibly initialized struct syncobj_wait_entry wait; ^~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_export_sync_file': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:699:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_transfer_to_timeline': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:851:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_transfer_to_binary': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:883:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_create_as_handle': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:552:22: note: byref variable will be forcibly initialized struct drm_syncobj *syncobj; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_array_wait': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1138:11: note: byref variable will be forcibly initialized uint32_t first = ~0; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_wait_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1226:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_timeline_wait_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1259:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_reset_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1294:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_signal_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1327:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_timeline_signal_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1363:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_query_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1459:12: note: byref variable will be forcibly initialized uint64_t point; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1435:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ In file included from /kisskb/src/include/linux/file.h:9, from /kisskb/src/drivers/gpu/drm/drm_lease.c:5: /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:29, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/include/drm/drm_crtc_helper.h:40, from /kisskb/src/drivers/gpu/drm/drm_lease.c:9: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_ichunk_ra': /kisskb/src/fs/xfs/xfs_iwalk.c:103:20: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function '_drm_lease_revoke': /kisskb/src/drivers/gpu/drm/drm_lease.c:300:6: note: byref variable will be forcibly initialized int object; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:29, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/include/drm/drm_crtc_helper.h:40, from /kisskb/src/drivers/gpu/drm/drm_lease.c:9: /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_ag': /kisskb/src/fs/xfs/xfs_iwalk.c:411:9: note: byref variable will be forcibly initialized int has_more; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iwalk.c:409:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur = NULL; ^~~ /kisskb/src/fs/xfs/xfs_iwalk.c:408:20: note: byref variable will be forcibly initialized struct xfs_buf *agi_bp = NULL; ^~~~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_threaded': /kisskb/src/fs/xfs/xfs_iwalk.c:648:23: note: byref variable will be forcibly initialized struct xfs_pwork_ctl pctl; ^~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_lease_create': /kisskb/src/drivers/gpu/drm/drm_lease.c:212:6: note: byref variable will be forcibly initialized int object; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:211:21: note: byref variable will be forcibly initialized struct drm_master *lessee; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function '_drm_lease_held': /kisskb/src/drivers/gpu/drm/drm_lease.c:112:21: note: byref variable will be forcibly initialized struct drm_master *master; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_lease_held': /kisskb/src/drivers/gpu/drm/drm_lease.c:128:21: note: byref variable will be forcibly initialized struct drm_master *master; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_lease_filter_crtcs': /kisskb/src/drivers/gpu/drm/drm_lease.c:156:21: note: byref variable will be forcibly initialized struct drm_master *master; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_create_lease_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:481:21: note: byref variable will be forcibly initialized struct drm_master *lessee = NULL; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:480:21: note: byref variable will be forcibly initialized struct drm_master *lessor; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:479:13: note: byref variable will be forcibly initialized struct idr leases; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_list_lessees_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:595:21: note: byref variable will be forcibly initialized struct drm_master *lessor, *lessee; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_get_lease_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:646:6: note: byref variable will be forcibly initialized int object; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:642:21: note: byref variable will be forcibly initialized struct drm_master *lessee; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_revoke_lease_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:698:21: note: byref variable will be forcibly initialized struct drm_master *lessor; ^~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-is.c: In function 'fimc_is_load_setfile': /kisskb/src/drivers/media/platform/exynos4-is/fimc-is.c:232:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-is.c: In function 'fimc_is_parse_sensor_config': /kisskb/src/drivers/media/platform/exynos4-is/fimc-is.c:168:6: note: byref variable will be forcibly initialized u32 tmp = 0; ^~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-is.c: In function 'fimc_is_probe': /kisskb/src/drivers/media/platform/exynos4-is/fimc-is.c:773:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/media/platform/exynos4-is/fimc-is.c:12: /kisskb/src/drivers/media/platform/exynos4-is/fimc-is.c: In function 'fimc_is_wait_event': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-is.c:297:12: note: in expansion of macro 'wait_event_timeout' int ret = wait_event_timeout(is->irq_queue, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/vb2.h:69, from /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c:5: /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c: In function 'perf_trace_vb2_event_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/vb2.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/vb2.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_event_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vb2.h:69, from /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c:5: /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c: In function 'trace_event_raw_event_vb2_event_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/vb2.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_event_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/vb2.h:69, from /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c:5: /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c: In function '__bpf_trace_vb2_event_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vb2.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vb2.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vb2.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vb2.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_debugfs_internal_clients': /kisskb/src/drivers/gpu/drm/drm_client.c:484:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(m); ^ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_framebuffer_flush': /kisskb/src/drivers/gpu/drm/drm_client.c:463:24: note: byref variable will be forcibly initialized struct drm_clip_rect clip = { ^~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_hdcp.c:13: /kisskb/src/drivers/gpu/drm/drm_hdcp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c: In function 'drm_hdcp_request_srm': /kisskb/src/drivers/gpu/drm/drm_hdcp.c:239:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c:238:7: note: byref variable will be forcibly initialized char fw_name[36] = "display_hdcp_srm.bin"; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c: In function 'drm_hdcp_check_ksvs_revoked': /kisskb/src/drivers/gpu/drm/drm_hdcp.c:289:6: note: byref variable will be forcibly initialized u8 *revoked_ksv_list = NULL; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c:288:6: note: byref variable will be forcibly initialized u32 revoked_ksv_cnt = 0, i, j; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:13: /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_firmware_config': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:576:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos3250_jpeg_try_crop': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1742:19: note: byref variable will be forcibly initialized struct v4l2_rect base_rect; ^~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 's5p_jpeg_parse_hdr': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1121:25: note: byref variable will be forcibly initialized struct s5p_jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1119:41: note: byref variable will be forcibly initialized unsigned int dqt[S5P_JPEG_MAX_MARKER], dqt_len[S5P_JPEG_MAX_MARKER]; ^~~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1119:15: note: byref variable will be forcibly initialized unsigned int dqt[S5P_JPEG_MAX_MARKER], dqt_len[S5P_JPEG_MAX_MARKER]; ^~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1118:41: note: byref variable will be forcibly initialized unsigned int dht[S5P_JPEG_MAX_MARKER], dht_len[S5P_JPEG_MAX_MARKER]; ^~~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1118:15: note: byref variable will be forcibly initialized unsigned int dht[S5P_JPEG_MAX_MARKER], dht_len[S5P_JPEG_MAX_MARKER]; ^~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1116:38: note: byref variable will be forcibly initialized unsigned int height = 0, width = 0, word, subsampling = 0; ^~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1116:27: note: byref variable will be forcibly initialized unsigned int height = 0, width = 0, word, subsampling = 0; ^~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1116:15: note: byref variable will be forcibly initialized unsigned int height = 0, width = 0, word, subsampling = 0; ^~~~~~ /kisskb/src/drivers/media/firewire/firedtv-fe.c: In function 'fdtv_read_snr': /kisskb/src/drivers/media/firewire/firedtv-fe.c:125:30: note: byref variable will be forcibly initialized struct firedtv_tuner_status stat; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-fe.c: In function 'fdtv_read_signal_strength': /kisskb/src/drivers/media/firewire/firedtv-fe.c:113:30: note: byref variable will be forcibly initialized struct firedtv_tuner_status stat; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-fe.c: In function 'fdtv_read_ber': /kisskb/src/drivers/media/firewire/firedtv-fe.c:101:30: note: byref variable will be forcibly initialized struct firedtv_tuner_status stat; ^~~~ /kisskb/src/drivers/media/firewire/firedtv-fe.c: In function 'fdtv_read_status': /kisskb/src/drivers/media/firewire/firedtv-fe.c:85:30: note: byref variable will be forcibly initialized struct firedtv_tuner_status stat; ^~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_dpms_legacy': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:1185:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_probe': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:768:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'pwork_threads_store': /kisskb/src/fs/xfs/xfs_sysfs.c:208:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'mount_delay_store': /kisskb/src/fs/xfs/xfs_sysfs.c:149:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'log_recovery_delay_store': /kisskb/src/fs/xfs/xfs_sysfs.c:119:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'bug_on_assert_store': /kisskb/src/fs/xfs/xfs_sysfs.c:87:8: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'fail_at_unmount_store': /kisskb/src/fs/xfs/xfs_sysfs.c:518:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'max_retries_store': /kisskb/src/fs/xfs/xfs_sysfs.c:439:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos4_jpeg_parse_huff_tbl': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:806:25: note: byref variable will be forcibly initialized struct s5p_jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_commit_atomic': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:1014:16: note: byref variable will be forcibly initialized unsigned int rotation; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:978:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'stats_clear_store': /kisskb/src/fs/xfs/xfs_sysfs.c:279:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos4_jpeg_parse_q_tbl': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:896:25: note: byref variable will be forcibly initialized struct s5p_jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'retry_timeout_seconds_store': /kisskb/src/fs/xfs/xfs_sysfs.c:480:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos4_jpeg_parse_decode_h_tbl': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:770:15: note: byref variable will be forcibly initialized unsigned int word; ^~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:769:25: note: byref variable will be forcibly initialized struct s5p_jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos4_jpeg_parse_decode_q_tbl': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:865:25: note: byref variable will be forcibly initialized struct s5p_jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos4_jpeg_get_output_buffer_size': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1556:22: note: byref variable will be forcibly initialized int w = pix->width, h = pix->height, wh_align; ^ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1556:6: note: byref variable will be forcibly initialized int w = pix->width, h = pix->height, wh_align; ^ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 's5p_jpeg_s_fmt': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1590:19: note: byref variable will be forcibly initialized struct v4l2_rect scale_rect; ^~~~~~~~~~ /kisskb/src/drivers/media/firewire/firedtv-fw.c: In function 'queue_iso': /kisskb/src/drivers/media/firewire/firedtv-fw.c:87:23: note: byref variable will be forcibly initialized struct fw_iso_packet p; ^ /kisskb/src/drivers/media/firewire/firedtv-fw.c: In function 'node_probe': /kisskb/src/drivers/media/firewire/firedtv-fw.c:255:7: note: byref variable will be forcibly initialized char name[MAX_MODEL_NAME_LEN]; ^~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/drm/drm_managed.h:6, from /kisskb/src/drivers/gpu/drm/drm_managed.c:8: /kisskb/src/drivers/gpu/drm/drm_managed.c: In function 'alloc_dr': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:2: note: in expansion of macro 'if' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:6: note: in expansion of macro 'unlikely' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:15: note: in expansion of macro 'check_add_overflow' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:2: note: in expansion of macro 'if' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:6: note: in expansion of macro 'unlikely' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:15: note: in expansion of macro 'check_add_overflow' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:88:9: note: byref variable will be forcibly initialized size_t tot_size; ^~~~~~~~ /kisskb/src/drivers/media/pci/pt3/pt3.c: In function 'pt3_demod_write': /kisskb/src/drivers/media/pci/pt3/pt3.c:94:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/pci/pt3/pt3.c: In function 'pt3_set_tuner_power': /kisskb/src/drivers/media/pci/pt3/pt3.c:139:17: note: byref variable will be forcibly initialized struct reg_val rv = { 0x1e, 0x99 }; ^~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_set_mode_for_crtc': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:69:27: note: byref variable will be forcibly initialized struct drm_mode_modeinfo umode; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_crtc_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:438:7: note: byref variable will be forcibly initialized bool replaced = false; ^~~~~~~~ /kisskb/src/drivers/media/pci/pt3/pt3.c: In function 'pt3_fetch_thread': /kisskb/src/drivers/media/pci/pt3/pt3.c:429:7: note: byref variable will be forcibly initialized bool was_frozen; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/pt3/pt3.c:428:10: note: byref variable will be forcibly initialized ktime_t delay; ^~~~~ /kisskb/src/drivers/media/pci/pt3/pt3.c: In function 'pt3_attach_fe': /kisskb/src/drivers/media/pci/pt3/pt3.c:397:26: note: byref variable will be forcibly initialized struct mxl301rf_config tcfg; ^~~~ /kisskb/src/drivers/media/pci/pt3/pt3.c:389:28: note: byref variable will be forcibly initialized struct qm1d1c0042_config tcfg; ^~~~ /kisskb/src/drivers/media/pci/pt3/pt3.c:371:24: note: byref variable will be forcibly initialized struct tc90522_config cfg; ^~~ /kisskb/src/drivers/media/pci/pt3/pt3.c: In function 'pt3_probe': /kisskb/src/drivers/media/pci/pt3/pt3.c:698:5: note: byref variable will be forcibly initialized u8 rev; ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_plane_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:538:7: note: byref variable will be forcibly initialized bool replaced = false; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_connector_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:708:7: note: byref variable will be forcibly initialized bool replaced = false; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1003:26: note: byref variable will be forcibly initialized struct drm_mode_object *ref; ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_mode_atomic_ioctl': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1410:13: note: byref variable will be forcibly initialized uint64_t prop_value; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1325:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_info_printer(dev->dev); ^ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1324:21: note: byref variable will be forcibly initialized unsigned int i, j, num_fences; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1322:30: note: byref variable will be forcibly initialized struct drm_out_fence_state *fence_state; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1321:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget-av.c:22: /kisskb/src/drivers/media/pci/ttpci/budget-av.c: In function 'stv0299_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0299.h:100:5: note: byref variable will be forcibly initialized u8 buf[] = {reg, val}; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c: In function 'i2c_writereg': /kisskb/src/drivers/media/pci/ttpci/budget-av.c:114:17: note: byref variable will be forcibly initialized struct i2c_msg msgs; ^~~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c:113:5: note: byref variable will be forcibly initialized u8 msg[2] = { reg, val }; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c: In function 'i2c_readreg': /kisskb/src/drivers/media/pci/ttpci/budget-av.c:81:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c:80:5: note: byref variable will be forcibly initialized u8 mm2[] = { 0x00 }; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c:79:5: note: byref variable will be forcibly initialized u8 mm1[] = { 0x00 }; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c: In function 'i2c_readregs': /kisskb/src/drivers/media/pci/ttpci/budget-av.c:100:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c:99:5: note: byref variable will be forcibly initialized u8 mm1[] = { reg }; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c: In function 'philips_tu1216_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget-av.c:689:17: note: byref variable will be forcibly initialized struct i2c_msg tuner_msg = {.addr = 0x60,.flags = 0,.buf = tuner_buf,.len = ^~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c:688:5: note: byref variable will be forcibly initialized u8 tuner_buf[4]; ^~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c: In function 'philips_tu1216_tuner_init': /kisskb/src/drivers/media/pci/ttpci/budget-av.c:672:17: note: byref variable will be forcibly initialized struct i2c_msg tuner_msg = {.addr = 0x60,.flags = 0,.buf = tu1216_init,.len = sizeof(tu1216_init) }; ^~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c: In function 'philips_cu1216_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget-av.c:608:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x60,.flags = 0,.buf = buf,.len = sizeof(buf) }; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c:607:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_ioc.c: In function 'read_eeprom_bytes': /kisskb/src/drivers/media/pci/mantis/mantis_ioc.c:33:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_ioc.c:31:5: note: byref variable will be forcibly initialized u8 buf = reg; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c: In function 'philips_su1278_ty_ci_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget-av.c:494:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x61,.flags = 0,.buf = buf,.len = sizeof(buf) }; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c:492:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c: In function 'read_pwm': /kisskb/src/drivers/media/pci/ttpci/budget-av.c:1155:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { {.addr = 0x50,.flags = 0,.buf = &b,.len = 1}, ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c:1154:5: note: byref variable will be forcibly initialized u8 pwm; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-av.c:1153:5: note: byref variable will be forcibly initialized u8 b = 0xff; ^ In file included from /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:25: /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'stv0299_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0299.h:100:5: note: byref variable will be forcibly initialized u8 buf[] = {reg, val}; ^~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:27: /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'tda1004x_writereg': /kisskb/src/drivers/media/dvb-frontends/tda1004x.h:130:5: note: byref variable will be forcibly initialized u8 buf[] = {reg, val}; ^~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:34: /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'alps_bsbe1_tuner_set_params': /kisskb/src/drivers/media/dvb-frontends/bsbe1.h:61:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; ^~~ /kisskb/src/drivers/media/dvb-frontends/bsbe1.h:59:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/seq_file.h:11, from /kisskb/src/include/drm/drm_print.h:31, from /kisskb/src/drivers/gpu/drm/drm_vblank_work.c:5: /kisskb/src/drivers/gpu/drm/drm_vblank_work.c: In function 'drm_vblank_work_flush': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank_work.c:224:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(vblank->work_wait_queue, list_empty(&work->node), ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_check_sizes': /kisskb/src/fs/xfs/xfs_mount.c:388:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'philips_tdm1316l_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:734:17: note: byref variable will be forcibly initialized struct i2c_msg tuner_msg = {.addr = budget_ci->tuner_pll_address,.flags = 0,.buf = tuner_buf,.len = sizeof(tuner_buf) }; ^~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:733:5: note: byref variable will be forcibly initialized u8 tuner_buf[4]; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_update_alignment': /kisskb/src/fs/xfs/xfs_mount.c:339:9: note: byref variable will be forcibly initialized bool update_sb; ^~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'philips_tdm1316l_tuner_init': /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:704:17: note: byref variable will be forcibly initialized struct i2c_msg tuner_msg = {.addr = budget_ci->tuner_pll_address,.flags = 0,.buf = td1316_init,.len = ^~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'dvbc_philips_tdm1316l_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:850:17: note: byref variable will be forcibly initialized struct i2c_msg tuner_msg = {.addr = budget_ci->tuner_pll_address, ^~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:849:5: note: byref variable will be forcibly initialized u8 tuner_buf[5]; ^~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_mount.c:33: /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_fs_has_sickness': /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:21: note: byref variable will be forcibly initialized unsigned int sick, checked; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:15: note: byref variable will be forcibly initialized unsigned int sick, checked; ^~~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'philips_su1278_tt_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:654:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x60,.flags = 0,.buf = buf,.len = sizeof(buf) }; ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:653:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:35: /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'alps_bsru6_tuner_set_params': /kisskb/src/drivers/media/dvb-frontends/bsru6.h:92:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; ^~~ /kisskb/src/drivers/media/dvb-frontends/bsru6.h:90:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_readsb': /kisskb/src/fs/xfs/xfs_mount.c:152:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_unmountfs': /kisskb/src/fs/xfs/xfs_mount.c:1007:12: note: byref variable will be forcibly initialized uint64_t resblks; ^~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_mountfs': /kisskb/src/fs/xfs/xfs_mount.c:589:9: note: byref variable will be forcibly initialized uint quotaflags = 0; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c:588:9: note: byref variable will be forcibly initialized uint quotamount = 0; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c:587:12: note: byref variable will be forcibly initialized uint64_t resblks; ^~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c:585:20: note: byref variable will be forcibly initialized struct xfs_inode *rip; ^~~ /kisskb/src/fs/xfs/xfs_xattr.c: In function 'xfs_vn_listxattr': /kisskb/src/fs/xfs/xfs_xattr.c:194:31: note: byref variable will be forcibly initialized struct xfs_attr_list_context context; ^~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c: In function 'dev_debug_store': /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c:68:6: note: byref variable will be forcibly initialized u16 value; ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:264, from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c:17: /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c: In function 'determine_valid_ioctls': /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c:546:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(valid_ioctls, BASE_VIDIOC_PRIVATE); ^~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_pwork.c:6: /kisskb/src/fs/xfs/xfs_pwork.c: In function 'xfs_pwork_poll': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_pwork.c:118:9: note: in expansion of macro 'wait_event_timeout' while (wait_event_timeout(pctl->poll_wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_wait_vblank': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:846:24: note: byref variable will be forcibly initialized union drm_wait_vblank req; ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:845:22: note: byref variable will be forcibly initialized drm_wait_vblank32_t req32; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getclient': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:266:20: note: byref variable will be forcibly initialized struct drm_client client; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:264:17: note: byref variable will be forcibly initialized drm_client32_t c32; ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getunique': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:136:20: note: byref variable will be forcibly initialized struct drm_unique uq; ^~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:135:17: note: byref variable will be forcibly initialized drm_unique32_t uq32; ^~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_version': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:95:21: note: byref variable will be forcibly initialized struct drm_version v; ^ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:94:18: note: byref variable will be forcibly initialized drm_version32_t v32; ^~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_free_object': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:206:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(cma_obj->vaddr); ^~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_prime_import_sg_table_vmap': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:560:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_convert_cow_locked': /kisskb/src/fs/xfs/xfs_reflink.c:250:8: note: byref variable will be forcibly initialized int dummy_logflags; ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:249:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *dummy_cur = NULL; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:248:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:247:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_end_cow_extent': /kisskb/src/fs/xfs/xfs_reflink.c:594:17: note: byref variable will be forcibly initialized xfs_filblks_t rlen; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:592:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_reflink.c:590:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:589:28: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:589:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_remap_extent': /kisskb/src/fs/xfs/xfs_reflink.c:1130:17: note: byref variable will be forcibly initialized xfs_filblks_t len = smap.br_blockcount; ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:1001:8: note: byref variable will be forcibly initialized int nimaps; ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:993:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_reflink.c:991:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec smap; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_set_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:862:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_find_shared': /kisskb/src/fs/xfs/xfs_reflink.c:139:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_trim_around_shared': /kisskb/src/fs/xfs/xfs_reflink.c:178:16: note: byref variable will be forcibly initialized xfs_extlen_t flen; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:177:17: note: byref variable will be forcibly initialized xfs_agblock_t fbno; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_find_trim_cow_extent': /kisskb/src/fs/xfs/xfs_reflink.c:315:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_allocate_cow': /kisskb/src/fs/xfs/xfs_reflink.c:358:9: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:357:8: note: byref variable will be forcibly initialized int nimaps, error = 0; ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:356:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_cancel_cow_blocks': /kisskb/src/fs/xfs/xfs_reflink.c:454:26: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:453:29: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:453:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_cancel_cow_range': /kisskb/src/fs/xfs/xfs_reflink.c:531:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_end_cow': /kisskb/src/fs/xfs/xfs_reflink.c:703:18: note: byref variable will be forcibly initialized xfs_fileoff_t end_fsb; ^~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_update_dest': /kisskb/src/fs/xfs/xfs_reflink.c:920:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_remap_blocks': /kisskb/src/fs/xfs/xfs_reflink.c:1197:8: note: byref variable will be forcibly initialized int nimaps; ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1190:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_inode_has_shared_extents': /kisskb/src/fs/xfs/xfs_reflink.c:1393:26: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1392:17: note: byref variable will be forcibly initialized xfs_extlen_t rlen; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1391:18: note: byref variable will be forcibly initialized xfs_agblock_t rbno; ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1385:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_clear_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:1439:9: note: byref variable will be forcibly initialized bool needs_flag; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_try_clear_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:1475:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/drivers/gpu/drm/drm_panel.c: In function 'of_drm_get_panel_orientation': /kisskb/src/drivers/gpu/drm/drm_panel.c:280:6: note: byref variable will be forcibly initialized int rotation, ret; ^~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c: In function 'vb2_create_bufs': /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c:751:11: note: byref variable will be forcibly initialized unsigned requested_sizes[VIDEO_MAX_PLANES]; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c: In function 'vb2_qbuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c:809:24: note: byref variable will be forcibly initialized struct media_request *req = NULL; ^~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_send_command': /kisskb/src/drivers/media/radio/si4713/si4713.c:199:5: note: byref variable will be forcibly initialized u8 data1[MAX_ARGS + 1]; ^~~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_powerdown': /kisskb/src/drivers/media/radio/si4713/si4713.c:422:5: note: byref variable will be forcibly initialized u8 resp[SI4713_PWDN_NRESP]; ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_tx_rds_ps': /kisskb/src/drivers/media/radio/si4713/si4713.c:768:11: note: byref variable will be forcibly initialized const u8 args[SI4713_RDSPS_NARGS] = { ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:766:5: note: byref variable will be forcibly initialized u8 val[SI4713_RDSPS_NRESP]; ^~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_tx_rds_buff': /kisskb/src/drivers/media/radio/si4713/si4713.c:730:11: note: byref variable will be forcibly initialized const u8 args[SI4713_RDSBUFF_NARGS] = { ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:728:5: note: byref variable will be forcibly initialized u8 val[SI4713_RDSBUFF_NRESP]; ^~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_set_rds_radio_text': /kisskb/src/drivers/media/radio/si4713/si4713.c:854:5: note: byref variable will be forcibly initialized s8 left; ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_read_property': /kisskb/src/drivers/media/radio/si4713/si4713.c:267:11: note: byref variable will be forcibly initialized const u8 args[SI4713_GET_PROP_NARGS] = { ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:261:5: note: byref variable will be forcibly initialized u8 val[SI4713_GET_PROP_NRESP]; ^~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_tx_tune_status': /kisskb/src/drivers/media/radio/si4713/si4713.c:690:11: note: byref variable will be forcibly initialized const u8 args[SI4713_TXSTATUS_NARGS] = { ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:686:5: note: byref variable will be forcibly initialized u8 val[SI4713_TXSTATUS_NRESP]; ^~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_g_frequency': /kisskb/src/drivers/media/radio/si4713/si4713.c:1356:12: note: byref variable will be forcibly initialized u8 p, a, n; ^ /kisskb/src/drivers/media/radio/si4713/si4713.c:1356:9: note: byref variable will be forcibly initialized u8 p, a, n; ^ /kisskb/src/drivers/media/radio/si4713/si4713.c:1356:6: note: byref variable will be forcibly initialized u8 p, a, n; ^ /kisskb/src/drivers/media/radio/si4713/si4713.c:1355:7: note: byref variable will be forcibly initialized u16 freq; ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_update_tune_status': /kisskb/src/drivers/media/radio/si4713/si4713.c:907:19: note: byref variable will be forcibly initialized u8 p = 0, a = 0, n = 0; ^ /kisskb/src/drivers/media/radio/si4713/si4713.c:907:12: note: byref variable will be forcibly initialized u8 p = 0, a = 0, n = 0; ^ /kisskb/src/drivers/media/radio/si4713/si4713.c:907:5: note: byref variable will be forcibly initialized u8 p = 0, a = 0, n = 0; ^ /kisskb/src/drivers/media/radio/si4713/si4713.c:906:6: note: byref variable will be forcibly initialized u16 f = 0; ^ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_checkrev': /kisskb/src/drivers/media/radio/si4713/si4713.c:468:5: note: byref variable will be forcibly initialized u8 resp[SI4713_GETREV_NRESP]; ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_wait_stc': /kisskb/src/drivers/media/radio/si4713/si4713.c:497:5: note: byref variable will be forcibly initialized u8 resp[SI4713_GET_STATUS_NRESP]; ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_tx_tune_freq': /kisskb/src/drivers/media/radio/si4713/si4713.c:547:11: note: byref variable will be forcibly initialized const u8 args[SI4713_TXFREQ_NARGS] = { ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:541:5: note: byref variable will be forcibly initialized u8 val[SI4713_TXFREQ_NRESP]; ^~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_tx_tune_power': /kisskb/src/drivers/media/radio/si4713/si4713.c:593:5: note: byref variable will be forcibly initialized u8 args[SI4713_TXPWR_NARGS] = { ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:586:5: note: byref variable will be forcibly initialized u8 val[SI4713_TXPWR_NRESP]; ^~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_tx_tune_measure': /kisskb/src/drivers/media/radio/si4713/si4713.c:641:11: note: byref variable will be forcibly initialized const u8 args[SI4713_TXMEA_NARGS] = { ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:634:5: note: byref variable will be forcibly initialized u8 val[SI4713_TXMEA_NRESP]; ^~~ /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'drm_of_component_probe': /kisskb/src/drivers/gpu/drm/drm_of.c:120:26: note: byref variable will be forcibly initialized struct component_match *match = NULL; ^~~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_write_property': /kisskb/src/drivers/media/radio/si4713/si4713.c:306:11: note: byref variable will be forcibly initialized const u8 args[SI4713_SET_PROP_NARGS] = { ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:298:5: note: byref variable will be forcibly initialized u8 resp[SI4713_SET_PROP_NRESP]; ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_powerup': /kisskb/src/drivers/media/radio/si4713/si4713.c:349:5: note: byref variable will be forcibly initialized u8 args[SI4713_PWUP_NARGS] = { ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:344:5: note: byref variable will be forcibly initialized u8 resp[SI4713_PWUP_NRESP]; ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_s_modulator': /kisskb/src/drivers/media/radio/si4713/si4713.c:1306:6: note: byref variable will be forcibly initialized u32 p; ^ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_setup': /kisskb/src/drivers/media/radio/si4713/si4713.c:1055:24: note: byref variable will be forcibly initialized struct v4l2_modulator vm; ^~ /kisskb/src/drivers/media/radio/si4713/si4713.c:1054:24: note: byref variable will be forcibly initialized struct v4l2_frequency f; ^ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_s_ctrl': /kisskb/src/drivers/media/radio/si4713/si4713.c:1112:6: note: byref variable will be forcibly initialized int size = 0; ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:1111:17: note: byref variable will be forcibly initialized unsigned long *table = NULL; ^~~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:1110:6: note: byref variable will be forcibly initialized int mul = 0; ^~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:1109:6: note: byref variable will be forcibly initialized u16 property = 0; ^~~~~~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:1108:15: note: byref variable will be forcibly initialized s32 bit = 0, mask = 0; ^~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:1108:6: note: byref variable will be forcibly initialized s32 bit = 0, mask = 0; ^~~ /kisskb/src/drivers/media/radio/si4713/si4713.c:1107:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_restore_resvblks': /kisskb/src/fs/xfs/xfs_super.c:855:11: note: byref variable will be forcibly initialized uint64_t resblks; ^~~~~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_save_resvblks': /kisskb/src/fs/xfs/xfs_super.c:846:11: note: byref variable will be forcibly initialized uint64_t resblks = 0; ^~~~~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_g_modulator': /kisskb/src/drivers/media/radio/si4713/si4713.c:1275:7: note: byref variable will be forcibly initialized u32 comp_en = 0; ^~~~~~~ /kisskb/src/drivers/media/radio/si4713/si4713.c: In function 'si4713_probe': /kisskb/src/drivers/media/radio/si4713/si4713.c:1436:36: note: byref variable will be forcibly initialized struct radio_si4713_platform_data si4713_pdev_pdata; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_fs_dirty_inode': /kisskb/src/fs/xfs/xfs_super.c:649:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_open_devices': /kisskb/src/fs/xfs/xfs_super.c:411:39: note: byref variable will be forcibly initialized struct block_device *logdev = NULL, *rtdev = NULL; ^~~~~ /kisskb/src/fs/xfs/xfs_super.c:411:23: note: byref variable will be forcibly initialized struct block_device *logdev = NULL, *rtdev = NULL; ^~~~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'suffix_kstrtoint': /kisskb/src/fs/xfs/xfs_super.c:1134:36: note: byref variable will be forcibly initialized int last, shift_left_factor = 0, _res; ^~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_fs_parse_param': /kisskb/src/fs/xfs/xfs_super.c:1191:8: note: byref variable will be forcibly initialized int size = 0; ^~~~ /kisskb/src/fs/xfs/xfs_super.c:1190:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-isp.c: In function 'fimc_isp_subdev_set_fmt': /kisskb/src/drivers/media/platform/exynos4-is/fimc-isp.c:231:31: note: byref variable will be forcibly initialized struct v4l2_subdev_format format = *fmt; ^~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-isp.c:215:30: note: byref variable will be forcibly initialized struct v4l2_subdev_format format = *fmt; ^~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:35: /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs.c: In function 'connector_write': /kisskb/src/drivers/gpu/drm/drm_debugfs.c:305:7: note: byref variable will be forcibly initialized char buf[12]; ^~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crtc_crc_open': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:200:9: note: byref variable will be forcibly initialized size_t values_cnt; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:31: /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crtc_crc_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1012:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1078:11: note: in expansion of macro '__wait_event_interruptible_lock_irq' __ret = __wait_event_interruptible_lock_irq(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:307:9: note: in expansion of macro 'wait_event_interruptible_lock_irq' ret = wait_event_interruptible_lock_irq(crc->wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:290:7: note: byref variable will be forcibly initialized char buf[MAX_LINE_LEN]; ^~~ /kisskb/src/drivers/gpu/drm/drm_debugfs.c: In function 'drm_debugfs_init': /kisskb/src/drivers/gpu/drm/drm_debugfs.c:210:7: note: byref variable will be forcibly initialized char name[64]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crc_control_show': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:91:10: note: byref variable will be forcibly initialized size_t values_cnt; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:88:10: note: byref variable will be forcibly initialized size_t count; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crc_control_write': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:127:9: note: byref variable will be forcibly initialized size_t values_cnt; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'of_mipi_dsi_device_add': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:161:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_shutdown_peripheral': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:497:22: note: byref variable will be forcibly initialized .tx_buf = (u8 [2]) { 0, 0 }, ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_turn_on_peripheral': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:517:22: note: byref variable will be forcibly initialized .tx_buf = (u8 [2]) { 0, 0 }, ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_set_maximum_return_packet_size': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:538:5: note: byref variable will be forcibly initialized u8 tx[2] = { value & 0xff, value >> 8 }; ^~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_compression_mode': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:564:5: note: byref variable will be forcibly initialized u8 tx[2] = { enable << 0, 0 }; ^~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_write': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:750:5: note: byref variable will be forcibly initialized u8 stack_tx[8]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_column_address': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:975:5: note: byref variable will be forcibly initialized u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_page_address': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:999:5: note: byref variable will be forcibly initialized u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_tear_on': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1041:5: note: byref variable will be forcibly initialized u8 value = mode; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_tear_scanline': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1084:5: note: byref variable will be forcibly initialized u8 payload[2] = { scanline >> 8, scanline & 0xff }; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_display_brightness': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1107:5: note: byref variable will be forcibly initialized u8 payload[2] = { brightness & 0xff, brightness >> 8 }; ^~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:389:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_map_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:375:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_detach_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:398:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c: In function 'vb2_dc_vaddr': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c:79:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c: In function 'vb2_dc_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c:628:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ /kisskb/src/drivers/media/pci/pt3/pt3_i2c.c: In function 'send_i2c_cmd': /kisskb/src/drivers/media/pci/pt3/pt3_i2c.c:147:6: note: byref variable will be forcibly initialized u32 ret; ^~~ 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/xfs_symlink.c:7: /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:232:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_inactive_symlink_rmt': /kisskb/src/fs/xfs/xfs_symlink.c:381:15: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^~ /kisskb/src/fs/xfs/xfs_symlink.c:379:7: note: byref variable will be forcibly initialized int nmaps; ^~~~~ /kisskb/src/fs/xfs/xfs_symlink.c:378:18: note: byref variable will be forcibly initialized xfs_bmbt_irec_t mval[XFS_SYMLINK_MAPS]; ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:374:7: note: byref variable will be forcibly initialized int done; ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:373:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_readlink_bmap_ilocked': /kisskb/src/fs/xfs/xfs_symlink.c:38:8: note: byref variable will be forcibly initialized int nmaps = XFS_SYMLINK_MAPS; ^~~~~ /kisskb/src/fs/xfs/xfs_symlink.c:34:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_symlink.c:33:23: note: byref variable will be forcibly initialized 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:165:13: note: byref variable will be forcibly initialized xfs_ino_t ino; ^~~ /kisskb/src/fs/xfs/xfs_symlink.c:163:20: note: byref variable will be forcibly initialized struct xfs_dquot *pdqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:162:20: note: byref variable will be forcibly initialized struct xfs_dquot *gdqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:161:20: note: byref variable will be forcibly initialized struct xfs_dquot *udqp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:159:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_symlink.c:154:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec mval[XFS_SYMLINK_MAPS]; ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:153:8: note: byref variable will be forcibly initialized int nmaps; ^~~~~ /kisskb/src/fs/xfs/xfs_symlink.c:147:20: note: byref variable will be forcibly initialized struct xfs_inode *ip = NULL; ^~ /kisskb/src/fs/xfs/xfs_symlink.c:146:20: note: byref variable will be forcibly initialized struct xfs_trans *tp = NULL; ^~ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bmap_update_finish_item': /kisskb/src/fs/xfs/xfs_bmap_item.c:370:18: note: byref variable will be forcibly initialized 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:180:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bui_item_format': /kisskb/src/fs/xfs/xfs_bmap_item.c:89:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bui_item_recover': /kisskb/src/fs/xfs/xfs_bmap_item.c:469:18: note: byref variable will be forcibly initialized xfs_filblks_t count; ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c:465:21: note: byref variable will be forcibly initialized struct xfs_inode *ip = NULL; ^~ /kisskb/src/fs/xfs/xfs_bmap_item.c:464:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_bmap_item.c:462:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec; ^~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c: In function 'vb2_dma_sg_vaddr': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c:298:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c: In function 'vb2_dma_sg_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c:574:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_uart.c: In function 'mantis_uart_init': /kisskb/src/drivers/media/pci/mantis/mantis_uart.c:146:28: note: byref variable will be forcibly initialized struct mantis_uart_params params; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c:13: /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c:14: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized 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/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:209:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_trace_reservations': /kisskb/src/fs/xfs/xfs_trans.c:35:23: note: byref variable will be forcibly initialized struct xfs_trans_res resv; ^~~~ /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:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_trans.c: In function '__xfs_trans_commit': /kisskb/src/fs/xfs/xfs_trans.c:839:13: note: byref variable will be forcibly initialized 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:744:24: note: byref variable will be forcibly initialized struct xfs_ail_cursor cur; ^~~ /kisskb/src/fs/xfs/xfs_trans.c:742:23: note: byref variable will be forcibly initialized struct xfs_log_item *log_items[LOG_ITEM_BATCH_SIZE]; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_roll': /kisskb/src/fs/xfs/xfs_trans.c:989:23: note: byref variable will be forcibly initialized struct xfs_trans_res tres; ^~~~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_inode': /kisskb/src/fs/xfs/xfs_trans.c:1041:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_icreate': /kisskb/src/fs/xfs/xfs_trans.c:1097:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_ichange': /kisskb/src/fs/xfs/xfs_trans.c:1140:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c:23: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'i2c_read_regs': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:64:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'poll_slot_status_xo2': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c:273:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'read_cam_control_xo2': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c:218:5: note: byref variable will be forcibly initialized u8 val; ^~~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c:23: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'i2c_write': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:47:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = adr, .flags = 0, ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'i2c_write_reg': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:95:5: note: byref variable will be forcibly initialized u8 msg[2] = { reg, val }; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'i2c_write_reg16': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:87:5: note: byref variable will be forcibly initialized u8 msg[3] = { reg >> 8, reg & 0xff, val }; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'i2c_read_regs16': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:76:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:75:5: note: byref variable will be forcibly initialized u8 msg[2] = { reg >> 8, reg & 0xff }; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'read_attribute_mem_xo2': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c:196:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ddb_output_start': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:460:19: note: byref variable will be forcibly initialized u32 con = 0x11c, con2 = 0; ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:460:6: note: byref variable will be forcibly initialized u32 con = 0x11c, con2 = 0; ^~~ /kisskb/src/drivers/media/pci/pt3/pt3_dma.c: In function 'pt3_proc_dma': /kisskb/src/drivers/media/pci/pt3/pt3_dma.c:75:11: note: byref variable will be forcibly initialized int idx, ofs; ^~~ /kisskb/src/drivers/media/pci/pt3/pt3_dma.c:75:6: note: byref variable will be forcibly initialized int idx, ofs; ^~~ /kisskb/src/drivers/media/pci/pt3/pt3_dma.c: In function 'pt3_alloc_dmabuf': /kisskb/src/drivers/media/pci/pt3/pt3_dma.c:152:24: note: byref variable will be forcibly initialized dma_addr_t data_addr, desc_addr; ^~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:19: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ts_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:730:4: note: in expansion of macro 'if' if (wait_event_interruptible( ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:730:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible( ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ts_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:760:4: note: in expansion of macro 'if' if (wait_event_interruptible( ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:760:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible( ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'demod_attach_drxk': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:891:21: note: byref variable will be forcibly initialized struct drxk_config config; ^~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'demod_attach_cxd28xx': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:997:26: note: byref variable will be forcibly initialized struct cxd2841er_config cfg; ^~~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:34: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_read_regs': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:64:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'has_lnbh25': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1192:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'demod_attach_stv0910': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1203:23: note: byref variable will be forcibly initialized struct lnbh25_config lnbcfg = lnbh25_cfg; ^~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_encti': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1639:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'tuner_tda18212_ping': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:974:5: note: byref variable will be forcibly initialized u8 tda_id[2]; ^~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_cxd': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1651:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = {{ .addr = 0x40, .flags = 0, ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1650:44: note: byref variable will be forcibly initialized u8 probe[4] = { 0xe0, 0x00, 0x00, 0x00 }, data[4]; ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1650:5: note: byref variable will be forcibly initialized u8 probe[4] = { 0xe0, 0x00, 0x00, 0x00 }, data[4]; ^~~~~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:34: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_io': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:36:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_xo2': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1668:26: note: byref variable will be forcibly initialized u8 probe[1] = { 0x00 }, data[4]; ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1668:5: note: byref variable will be forcibly initialized u8 probe[1] = { 0x00 }, data[4]; ^~~~~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:34: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_write': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:47:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = adr, .flags = 0, ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_write_reg': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:95:5: note: byref variable will be forcibly initialized u8 msg[2] = { reg, val }; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_write_reg16': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:87:5: note: byref variable will be forcibly initialized u8 msg[3] = { reg >> 8, reg & 0xff, val }; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ddb_set_led': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2877:7: note: byref variable will be forcibly initialized u8 v; ^ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:34: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_read_regs16': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:76:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:75:5: note: byref variable will be forcibly initialized u8 msg[2] = { reg >> 8, reg & 0xff }; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_stv0900': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1687:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_stv0367': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1714:5: note: byref variable will be forcibly initialized u8 val; ^~~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:34: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_read': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:55:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[1] = { { .addr = adr, .flags = I2C_M_RD, ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_drxks': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1703:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'init_xo2_ci': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1777:10: note: byref variable will be forcibly initialized u8 val, data[2]; ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1777:5: note: byref variable will be forcibly initialized u8 val, data[2]; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'init_xo2': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1731:10: note: byref variable will be forcibly initialized u8 val, data[2]; ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1731:5: note: byref variable will be forcibly initialized u8 val, data[2]; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ddb_port_probe': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1850:9: note: byref variable will be forcibly initialized u8 id, type; ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1850:5: note: byref variable will be forcibly initialized u8 id, type; ^~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ctemp_show': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2836:5: note: byref variable will be forcibly initialized u8 tmp[2]; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'snr_show': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2913:7: note: byref variable will be forcibly initialized char snr[32]; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'temp_show': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2811:5: note: byref variable will be forcibly initialized u8 tmp[2]; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'bpsnr_show': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2947:16: note: byref variable will be forcibly initialized unsigned char snr[32]; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'led_store': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2897:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'fan_store': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2783:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'redirect_store': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2970:18: note: byref variable will be forcibly initialized unsigned int i, p; ^ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2970:15: note: byref variable will be forcibly initialized unsigned int i, p; ^ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'gap_store': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2996:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'fmode_store': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:3056:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ddbridge_flashread': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2677:5: note: byref variable will be forcibly initialized u8 cmd[4] = {0x03, (addr >> 16) & 0xff, ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'bsnr_show': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2936:7: note: byref variable will be forcibly initialized char snr[16]; ^~~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_refcount_update_finish_item': /kisskb/src/fs/xfs/xfs_refcount_item.c:371:17: note: byref variable will be forcibly initialized xfs_extlen_t new_aglen; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:370:18: note: byref variable will be forcibly initialized xfs_fsblock_t new_fsb; ^~~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cud_item_format': /kisskb/src/fs/xfs/xfs_refcount_item.c:186:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cui_item_format': /kisskb/src/fs/xfs/xfs_refcount_item.c:88:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cui_item_recover': /kisskb/src/fs/xfs/xfs_refcount_item.c:462:17: note: byref variable will be forcibly initialized xfs_extlen_t new_len; ^~~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:461:18: note: byref variable will be forcibly initialized xfs_fsblock_t new_fsb; ^~~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:459:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *rcur = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:458:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_refcount_item.c:454:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rud_item_format': /kisskb/src/fs/xfs/xfs_rmap_item.c:209:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rui_item_format': /kisskb/src/fs/xfs/xfs_rmap_item.c:87:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rui_item_recover': /kisskb/src/fs/xfs/xfs_rmap_item.c:512:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *rcur = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c:511:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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:502:12: note: byref variable will be forcibly initialized LIST_HEAD(cb_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_enum_freq_bands': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2644:25: note: byref variable will be forcibly initialized struct v4l2_modulator m = { ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_state_clean_iclog': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2626:21: note: byref variable will be forcibly initialized struct v4l2_tuner t = { ^ /kisskb/src/fs/xfs/xfs_log.c:2734:8: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized unsigned int sick, checked; ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:15: note: byref variable will be forcibly initialized unsigned int sick, checked; ^~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_space_wake': /kisskb/src/fs/xfs/xfs_log.c:1125:8: note: byref variable will be forcibly initialized int free_bytes; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_grant_head_check': /kisskb/src/fs/xfs/xfs_log.c:295:8: note: byref variable will be forcibly initialized int free_bytes; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_regrant': /kisskb/src/fs/xfs/xfs_log.c:379:8: note: byref variable will be forcibly initialized int need_bytes; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/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:2871:13: note: byref variable will be forcibly initialized LIST_HEAD(cb_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_sync': /kisskb/src/fs/xfs/xfs_log.c:2013:16: note: byref variable will be forcibly initialized unsigned int roundoff; /* roundoff to BB or stripe */ ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_s_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2208:26: note: byref variable will be forcibly initialized struct v4l2_ext_control ctrl; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2207:27: note: byref variable will be forcibly initialized struct v4l2_ext_controls ctrls; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2174:26: note: byref variable will be forcibly initialized struct v4l2_ext_control ctrl; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2173:27: note: byref variable will be forcibly initialized struct v4l2_ext_controls ctrls; ^~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_force_lsn': /kisskb/src/fs/xfs/xfs_log.c:3370:9: note: byref variable will be forcibly initialized bool completed; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_write': /kisskb/src/fs/xfs/xfs_log.c:2525:10: note: byref variable will be forcibly initialized int copy_off; ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_g_parm': /kisskb/src/fs/xfs/xfs_log.c:2524:10: note: byref variable will be forcibly initialized int copy_len; ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2074:14: note: byref variable will be forcibly initialized v4l2_std_id std; ^~~ /kisskb/src/fs/xfs/xfs_log.c:2497:8: note: byref variable will be forcibly initialized int log_offset; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2496:10: note: byref variable will be forcibly initialized void *ptr; ^~~ /kisskb/src/fs/xfs/xfs_log.c:2477:8: note: byref variable will be forcibly initialized int data_cnt = 0; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2476:8: note: byref variable will be forcibly initialized int record_cnt = 0; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2475:8: note: byref variable will be forcibly initialized int contwr = 0; ^~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2474:8: note: byref variable will be forcibly initialized int partial_copy_len = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2473:8: note: byref variable will be forcibly initialized int partial_copy = 0; ^~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2472:8: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/fs/xfs/xfs_log.c:2468:23: note: byref variable will be forcibly initialized struct xlog_in_core *iclog = NULL; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function '__video_do_ioctl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2887:25: note: byref variable will be forcibly initialized struct v4l2_ioctl_info default_info; ^~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_write_unmount_record': /kisskb/src/fs/xfs/xfs_log.c:921:23: note: byref variable will be forcibly initialized struct xfs_log_iovec reg = { ^~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_force': /kisskb/src/fs/xfs/xfs_log.c:3311:9: note: byref variable will be forcibly initialized bool completed; ^~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'video_usercopy': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3253:9: note: byref variable will be forcibly initialized void **kernel_ptr = NULL; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3252:15: note: byref variable will be forcibly initialized void __user *user_ptr = NULL; ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3251:10: note: byref variable will be forcibly initialized size_t array_size = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3250:7: note: byref variable will be forcibly initialized bool always_copy = false; ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3245:7: note: byref variable will be forcibly initialized char sbuf[128]; ^~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_reserve': /kisskb/src/fs/xfs/xfs_log.c:445:8: note: byref variable will be forcibly initialized int need_bytes; ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_unmount_write': /kisskb/src/fs/xfs/xfs_log.c:947:22: note: byref variable will be forcibly initialized struct xlog_ticket *tic = NULL; ^~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_discard_busy_extents': /kisskb/src/fs/xfs/xfs_log_cil.c:571:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:570:15: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_alloc_shadow_bufs': /kisskb/src/fs/xfs/xfs_log_cil.c:161:7: note: byref variable will be forcibly initialized int nbytes = 0; ^~~~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:160:7: note: byref variable will be forcibly initialized int niovecs = 0; ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_insert_items': /kisskb/src/fs/xfs/xfs_log_cil.c:430:8: note: byref variable will be forcibly initialized int diff_iovecs = 0; ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:429:8: note: byref variable will be forcibly initialized int len = 0; ^~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_write_commit_record': /kisskb/src/fs/xfs/xfs_log_cil.c:813:23: note: byref variable will be forcibly initialized struct xfs_log_iovec reg = { ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/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:870:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(bdev_flush); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:869:14: note: byref variable will be forcibly initialized struct bio bio; ^~~ /kisskb/src/fs/xfs/xfs_log_cil.c:865:23: note: byref variable will be forcibly initialized struct xfs_log_iovec lhdr; ^~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:864:26: note: byref variable will be forcibly initialized struct xfs_trans_header thdr; ^~~~ /kisskb/src/fs/xfs/xfs_buf_item.c: In function 'xfs_buf_item_format': /kisskb/src/fs/xfs/xfs_buf_item.c:402:24: note: byref variable will be forcibly initialized 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:195:8: note: byref variable will be forcibly initialized int 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/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:232:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_dquot_item.c: In function 'xfs_qm_dquot_logitem_push': /kisskb/src/fs/xfs/xfs_dquot_item.c:126:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = lip->li_buf; ^~ /kisskb/src/fs/xfs/xfs_dquot_item.c: In function 'xfs_qm_dquot_logitem_format': /kisskb/src/fs/xfs/xfs_dquot_item.c:50:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_dquot_item.c:48:24: note: byref variable will be forcibly initialized struct xfs_disk_dquot ddq; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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_dquot_item.c:6: /kisskb/src/fs/xfs/xfs_dquot_item.c: In function 'xfs_qm_dqunpin_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_dquot_item.c:115:2: note: in expansion of macro 'wait_event' wait_event(dqp->q_pinwait, (atomic_read(&dqp->q_pincount) == 0)); ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_icreate_item.c: In function 'xfs_icreate_item_format': /kisskb/src/fs/xfs/xfs_icreate_item.c:55:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_buf_item_recover.c: In function 'xlog_recover_buf_commit_pass2': /kisskb/src/fs/xfs/xfs_buf_item_recover.c:883:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efd_item_format': /kisskb/src/fs/xfs/xfs_extfree_item.c:283:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efi_item_format': /kisskb/src/fs/xfs/xfs_extfree_item.c:103:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^~~~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efi_item_recover': /kisskb/src/fs/xfs/xfs_extfree_item.c:602:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_agfl_free_finish_item': /kisskb/src/fs/xfs/xfs_extfree_item.c:532:20: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc.c:9: /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc.c: In function 's5p_mfc_suspend': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc.c:1478:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(m_dev->queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc.c: In function 's5p_mfc_configure_2port_memory': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc.c:1120:13: note: byref variable will be forcibly initialized dma_addr_t bank2_dma_addr; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/poll.h:6, from /kisskb/src/include/media/v4l2-dev.h:13, from /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/media/v4l2-dev.h:15, from /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:12: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/include/media/v4l2-dev.h:13, from /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function 'v4l2_event_dequeue': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:72:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(fh->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function 'v4l2_event_unsubscribe_all': /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:279:33: note: byref variable will be forcibly initialized struct v4l2_event_subscription sub; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c: In function 'lnb_set_sat': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c:117:31: note: byref variable will be forcibly initialized struct dvb_diseqc_master_cmd cmd = { ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c: In function 'ddb_fe_attach_mxl5xx': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c:415:20: note: byref variable will be forcibly initialized struct mxl5xx_cfg cfg; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c: In function 'ddb_fe_attach_mci': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c:467:17: note: byref variable will be forcibly initialized struct mci_cfg cfg; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'get_info': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:72:21: note: byref variable will be forcibly initialized struct mci_command cmd; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'read_status': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:114:20: note: byref variable will be forcibly initialized struct mci_result res; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:113:21: note: byref variable will be forcibly initialized struct mci_command cmd; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'mci_set_tuner': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:138:21: note: byref variable will be forcibly initialized struct mci_command cmd; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'stop': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:152:21: note: byref variable will be forcibly initialized struct mci_command cmd; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'start': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:191:21: note: byref variable will be forcibly initialized struct mci_command cmd; ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'start_iq': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:317:21: note: byref variable will be forcibly initialized struct mci_command cmd; ^~~ /kisskb/src/drivers/media/pci/saa7146/hexium_orion.c: In function 'hexium_set_input': /kisskb/src/drivers/media/pci/saa7146/hexium_orion.c:297:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/media/pci/saa7146/hexium_orion.c: In function 'hexium_init_done': /kisskb/src/drivers/media/pci/saa7146/hexium_orion.c:279:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/media/pci/saa7146/hexium_orion.c: In function 'hexium_probe': /kisskb/src/drivers/media/pci/saa7146/hexium_orion.c:201:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/media/pci/saa7146/hexium_gemini.c: In function 'hexium_init_done': /kisskb/src/drivers/media/pci/saa7146/hexium_gemini.c:153:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/media/pci/saa7146/hexium_gemini.c: In function 'hexium_set_standard': /kisskb/src/drivers/media/pci/saa7146/hexium_gemini.c:186:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/media/pci/saa7146/hexium_gemini.c: In function 'hexium_set_input': /kisskb/src/drivers/media/pci/saa7146/hexium_gemini.c:172:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_inode_to_log_dinode_ts': /kisskb/src/fs/xfs/xfs_inode_item.c:322:23: note: byref variable will be forcibly initialized xfs_log_timestamp_t its; ^~~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c: In function 'xfs_qm_scall_trunc_qfile': /kisskb/src/fs/xfs/xfs_qm_syscalls.c:59:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c:58:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^~ /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_inode_item_format': /kisskb/src/fs/xfs/xfs_inode_item.c:453:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c: In function 'v4l2_ctrl_query_fill': /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:71:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:70:6: note: byref variable will be forcibly initialized u64 step = _step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:69:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:68:6: note: byref variable will be forcibly initialized s64 min = _min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:67:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/fs/xfs/xfs_qm_bhv.c: In function 'xfs_qm_statvfs': /kisskb/src/fs/xfs/xfs_qm_bhv.c:61:20: note: byref variable will be forcibly initialized struct xfs_dquot *dqp; ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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:780:12: note: byref variable will be forcibly initialized LIST_HEAD(ail_updates); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_inode_item.c:779:12: note: byref variable will be forcibly initialized LIST_HEAD(flushed_inodes); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c: In function 'xfs_qm_scall_setqlim': /kisskb/src/fs/xfs/xfs_qm_syscalls.c:293:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c:292:20: note: byref variable will be forcibly initialized struct xfs_dquot *dqp; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c: In function 'v4l2_get_link_freq': /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:453:25: note: byref variable will be forcibly initialized struct v4l2_querymenu qm = { .id = V4L2_CID_LINK_FREQ }; ^~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c: In function 'xfs_qm_scall_getquota': /kisskb/src/fs/xfs/xfs_qm_syscalls.c:481:20: note: byref variable will be forcibly initialized struct xfs_dquot *dqp; ^~~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c: In function 'xfs_qm_scall_getquota_next': /kisskb/src/fs/xfs/xfs_qm_syscalls.c:523:20: note: byref variable will be forcibly initialized struct xfs_dquot *dqp; ^~~ /kisskb/src/drivers/media/pci/saa7146/mxb.c: In function 'mxb_init_done': /kisskb/src/drivers/media/pci/saa7146/mxb.c:340:21: note: byref variable will be forcibly initialized struct tuner_setup tun_setup; ^~~~~~~~~ /kisskb/src/drivers/media/pci/saa7146/mxb.c:339:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/radio/radio-shark.c: In function 'shark_read_val': /kisskb/src/drivers/media/radio/radio-shark.c:107:14: note: byref variable will be forcibly initialized int i, res, actual_len; ^~~~~~~~~~ /kisskb/src/drivers/media/radio/radio-shark.c: In function 'shark_write_val': /kisskb/src/drivers/media/radio/radio-shark.c:83:14: note: byref variable will be forcibly initialized int i, res, actual_len; ^~~~~~~~~~ /kisskb/src/drivers/media/radio/radio-shark.c: In function 'shark_led_work': /kisskb/src/drivers/media/radio/radio-shark.c:159:26: note: byref variable will be forcibly initialized int i, res, brightness, actual_len; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'subdev_do_ioctl': /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:651:15: note: byref variable will be forcibly initialized v4l2_std_id id; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:521:32: note: byref variable will be forcibly initialized struct v4l2_subdev_selection sel; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:503:32: note: byref variable will be forcibly initialized struct v4l2_subdev_selection sel; ^~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:12: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'v4l2_subdev_link_validate': /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:848:38: note: byref variable will be forcibly initialized struct v4l2_subdev_format sink_fmt, source_fmt; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:848:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format sink_fmt, source_fmt; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xfs_log_dinode_to_disk_ts': /kisskb/src/fs/xfs/xfs_inode_item_recover.c:132:20: note: byref variable will be forcibly initialized xfs_timestamp_t ts; ^~ 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/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:232:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xlog_recover_inode_commit_pass2': /kisskb/src/fs/xfs/xfs_inode_item_recover.c:204:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_quotaops.c: In function 'xfs_fs_set_info': /kisskb/src/fs/xfs/xfs_quotaops.c:113:19: note: byref variable will be forcibly initialized struct qc_dqblk newlim; ^~~~~~ /kisskb/src/fs/xfs/xfs_quotaops.c: In function 'xfs_fs_get_nextdqblk': /kisskb/src/fs/xfs/xfs_quotaops.c:238:14: note: byref variable will be forcibly initialized xfs_dqid_t id; ^~ /kisskb/src/drivers/media/pci/mantis/mantis_pci.c: In function 'mantis_pci_init': /kisskb/src/drivers/media/pci/mantis/mantis_pci.c:39:5: note: byref variable will be forcibly initialized u8 latency; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, 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:245:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_cancel_intents': /kisskb/src/fs/xfs/xfs_log_recover.c:2622:24: note: byref variable will be forcibly initialized struct xfs_ail_cursor cur; ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_cycle_start': /kisskb/src/fs/xfs/xfs_log_recover.c:283:9: note: byref variable will be forcibly initialized char *offset; ^~~~~~ /kisskb/src/fs/xfs/xfs_trans_ail.c: In function 'xfsaild_push': /kisskb/src/fs/xfs/xfs_trans_ail.c:422:24: note: byref variable will be forcibly initialized struct xfs_ail_cursor cur; ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_rseek_logrec_hdr': /kisskb/src/fs/xfs/xfs_log_recover.c:783:10: note: byref variable will be forcibly initialized char *offset = NULL; ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_seek_logrec_hdr': /kisskb/src/fs/xfs/xfs_log_recover.c:857:10: note: byref variable will be forcibly initialized char *offset = NULL; ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_check_unmount_rec': /kisskb/src/fs/xfs/xfs_log_recover.c:1154:10: note: byref variable will be forcibly initialized char *offset; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-request.c: In function 'v4l2_ctrl_request_clone': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-request.c:70:25: note: byref variable will be forcibly initialized struct v4l2_ctrl_ref *new_ref; ^~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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:793:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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:1879:12: note: byref variable will be forcibly initialized LIST_HEAD(item_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1878:12: note: byref variable will be forcibly initialized LIST_HEAD(inode_buffer_list); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1877:12: note: byref variable will be forcibly initialized LIST_HEAD(buffer_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1876:12: note: byref variable will be forcibly initialized LIST_HEAD(cancel_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1875:12: note: byref variable will be forcibly initialized LIST_HEAD(sort_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_commit_trans': /kisskb/src/fs/xfs/xfs_log_recover.c:1989:15: note: byref variable will be forcibly initialized LIST_HEAD (done_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1988:15: note: byref variable will be forcibly initialized LIST_HEAD (ra_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_verify_cycle': /kisskb/src/fs/xfs/xfs_log_recover.c:330:9: note: byref variable will be forcibly initialized char *buf = NULL; ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_verify_log_record': /kisskb/src/fs/xfs/xfs_log_recover.c:409:10: note: byref variable will be forcibly initialized char *offset = NULL; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:8: /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:9: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_zeroed': /kisskb/src/fs/xfs/xfs_log_recover.c:1406:23: note: byref variable will be forcibly initialized xfs_daddr_t new_blk, last_blk, start_blk; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1406:14: note: byref variable will be forcibly initialized xfs_daddr_t new_blk, last_blk, start_blk; ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1404:9: note: byref variable will be forcibly initialized char *offset; ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_head': /kisskb/src/fs/xfs/xfs_log_recover.c:511:55: note: byref variable will be forcibly initialized xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:511:23: note: byref variable will be forcibly initialized xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:511:14: note: byref variable will be forcibly initialized xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:510:9: note: byref variable will be forcibly initialized char *offset; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'send_initial_event': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:44:20: note: byref variable will be forcibly initialized struct v4l2_event ev; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'send_event': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:55:20: note: byref variable will be forcibly initialized struct v4l2_event ev; ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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:2972:14: note: byref variable will be forcibly initialized LIST_HEAD (buffer_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2971:20: note: byref variable will be forcibly initialized struct hlist_head rhash[XLOG_RHASH_SIZE]; ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2964:10: note: byref variable will be forcibly initialized char *offset; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1411:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1410:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1409:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_verify_tail': /kisskb/src/fs/xfs/xfs_log_recover.c:953:15: note: byref variable will be forcibly initialized xfs_daddr_t tmp_tail; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:952:9: note: byref variable will be forcibly initialized bool wrapped; ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:950:15: note: byref variable will be forcibly initialized xfs_daddr_t first_bad; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:948:26: note: byref variable will be forcibly initialized struct xlog_rec_header *thead; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_custom': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1374:6: note: byref variable will be forcibly initialized s64 def = cfg->def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1373:6: note: byref variable will be forcibly initialized u64 step = cfg->step; ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_verify_head': /kisskb/src/fs/xfs/xfs_log_recover.c:1042:9: note: byref variable will be forcibly initialized bool tmp_wrapped; ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1372:6: note: byref variable will be forcibly initialized s64 max = cfg->max; ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1039:15: note: byref variable will be forcibly initialized xfs_daddr_t tmp_rhead_blk; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1371:6: note: byref variable will be forcibly initialized s64 min = cfg->min; ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1038:15: note: byref variable will be forcibly initialized xfs_daddr_t first_bad; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1036:26: note: byref variable will be forcibly initialized struct xlog_rec_header *tmp_rhead; ^~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1370:6: note: byref variable will be forcibly initialized u32 flags = cfg->flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1369:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type = cfg->type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1366:14: note: byref variable will be forcibly initialized const char *name = cfg->name; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std_menu': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1440:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1439:6: note: byref variable will be forcibly initialized u64 step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1438:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1437:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1436:6: note: byref variable will be forcibly initialized s64 min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1435:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1434:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1433:15: note: byref variable will be forcibly initialized unsigned int qmenu_int_len = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std_menu_items': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1470:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1469:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1468:6: note: byref variable will be forcibly initialized s64 min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1467:6: note: byref variable will be forcibly initialized u64 step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1466:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1465:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1464:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std_compound': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1500:22: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1500:16: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1500:11: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1500:6: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1499:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1498:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1497:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_int_menu': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1524:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1523:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1522:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1521:6: note: byref variable will be forcibly initialized u64 step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1520:6: note: byref variable will be forcibly initialized s64 min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1519:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1518:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_tail': /kisskb/src/fs/xfs/xfs_log_recover.c:1258:9: note: byref variable will be forcibly initialized bool clean = false; ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1257:9: note: byref variable will be forcibly initialized bool wrapped = false; ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1255:15: note: byref variable will be forcibly initialized xfs_daddr_t rhead_blk; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1252:10: note: byref variable will be forcibly initialized char *offset = NULL; ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1251:21: note: byref variable will be forcibly initialized xlog_rec_header_t *rhead; ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_check_summary': /kisskb/src/fs/xfs/xfs_log_recover.c:3528:19: note: byref variable will be forcibly initialized struct xfs_buf *agibp; ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:3527:19: note: byref variable will be forcibly initialized struct xfs_buf *agfbp; ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_finish_defer_ops': /kisskb/src/fs/xfs/xfs_log_recover.c:2473:24: note: byref variable will be forcibly initialized struct xfs_trans_res resv; ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2469:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^~ /kisskb/src/fs/xfs/xfs_log_recover.c:2468:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_intents': /kisskb/src/fs/xfs/xfs_log_recover.c:2547:24: note: byref variable will be forcibly initialized 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:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c:2546:12: note: byref variable will be forcibly initialized LIST_HEAD(capture_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_clear_agi_bucket': /kisskb/src/fs/xfs/xfs_log_recover.c:2663:18: note: byref variable will be forcibly initialized struct xfs_buf *agibp; ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2661:15: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_one_iunlink': /kisskb/src/fs/xfs/xfs_log_recover.c:2703:21: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^~ /kisskb/src/fs/xfs/xfs_log_recover.c:2701:20: note: byref variable will be forcibly initialized struct xfs_buf *ibp; ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_iunlinks': /kisskb/src/fs/xfs/xfs_log_recover.c:2777:19: note: byref variable will be forcibly initialized struct xfs_buf *agibp; ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_release_intent': /kisskb/src/fs/xfs/xfs_log_recover.c:1737:24: note: byref variable will be forcibly initialized 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:3376:24: note: byref variable will be forcibly initialized xfs_daddr_t head_blk, tail_blk; ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:3376:14: note: byref variable will be forcibly initialized xfs_daddr_t head_blk, tail_blk; ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c: In function 'get_v4l2_ext_controls32': /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c:705:29: note: byref variable will be forcibly initialized struct v4l2_ext_controls32 ec32; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c: In function 'get_v4l2_window32': /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c:59:23: note: byref variable will be forcibly initialized struct v4l2_window32 w32; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c: In function 'get_v4l2_buffer32_time32': /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c:447:30: note: byref variable will be forcibly initialized struct v4l2_buffer32_time32 vb32; ^~~~ /kisskb/src/fs/xfs/xfs_trans_buf.c: In function 'xfs_trans_get_buf_map': /kisskb/src/fs/xfs/xfs_trans_buf.c:124:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_trans_buf.c: In function 'xfs_trans_read_buf_map': /kisskb/src/fs/xfs/xfs_trans_buf.c:221:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c: In function 'get_v4l2_buffer32': /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c:401:23: note: byref variable will be forcibly initialized struct v4l2_buffer32 vb32; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c: In function 'put_v4l2_window32': /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c:85:23: note: byref variable will be forcibly initialized struct v4l2_window32 w32; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c: In function 'put_v4l2_ext_controls32': /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c:725:29: note: byref variable will be forcibly initialized struct v4l2_ext_controls32 ec32; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c: In function 'get_v4l2_plane32': /kisskb/src/drivers/media/v4l2-core/v4l2-compat-ioctl32.c:336:22: note: byref variable will be forcibly initialized struct v4l2_plane32 plane32; ^~~~~~~ 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/xfs_dquot.c:6: /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_dquot_disk_read': /kisskb/src/fs/xfs/xfs_dquot.c:401:8: note: byref variable will be forcibly initialized int nmaps = 1; ^~~~~ /kisskb/src/fs/xfs/xfs_dquot.c:397:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_dquot.c:396:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map; ^~~ 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/xfs_dquot.c:6: /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:186:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_dquot_disk_alloc': /kisskb/src/fs/xfs/xfs_dquot.c:302:8: note: byref variable will be forcibly initialized int nmaps = 1; ^~~~~ /kisskb/src/fs/xfs/xfs_dquot.c:299:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_dquot.c:296:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map; ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqread_alloc': /kisskb/src/fs/xfs/xfs_dquot.c:639:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_dq_get_next_id': /kisskb/src/fs/xfs/xfs_dquot.c:733:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor cur; ^~~ /kisskb/src/fs/xfs/xfs_dquot.c:732:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqread': /kisskb/src/fs/xfs/xfs_dquot.c:683:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqget': /kisskb/src/fs/xfs/xfs_dquot.c:883:20: note: byref variable will be forcibly initialized struct xfs_dquot *dqp; ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqget_inode': /kisskb/src/fs/xfs/xfs_dquot.c:972:20: note: byref variable will be forcibly initialized struct xfs_dquot *dqp; ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqget_next': /kisskb/src/fs/xfs/xfs_dquot.c:1054:20: note: byref variable will be forcibly initialized struct xfs_dquot *dqp; ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqflush': /kisskb/src/fs/xfs/xfs_dquot.c:1246:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqiterate': /kisskb/src/fs/xfs/xfs_dquot.c:1405:20: note: byref variable will be forcibly initialized struct xfs_dquot *dq; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:10: /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:11: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/xfs/xfs_trans_dquot.c: In function 'xfs_trans_dqresv': /kisskb/src/fs/xfs/xfs_trans_dquot.c:648:9: note: byref variable will be forcibly initialized bool fatal; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_g_ext_ctrls_common': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:355:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_helper helper[4]; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'try_set_ext_ctrls_common': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:519:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_helper helper[4]; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:726:26: note: byref variable will be forcibly initialized struct v4l2_ext_control c; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_ctrl_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:807:26: note: byref variable will be forcibly initialized struct v4l2_ext_control c; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_ctrl_g_ctrl_int64': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:820:26: note: byref variable will be forcibly initialized struct v4l2_ext_control c; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-i2c.c: In function 'v4l2_i2c_new_subdev': /kisskb/src/drivers/media/v4l2-core/v4l2-i2c.c:125:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/v4l2.h:268, from /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c:7: /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function 'perf_trace_v4l2_event_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/v4l2.h:100:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/v4l2.h:100:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function 'perf_trace_vb2_v4l2_event_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/v4l2.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/v4l2.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/v4l2.h:268, from /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c:7: /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function 'trace_event_raw_event_v4l2_event_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/v4l2.h:100:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function 'trace_event_raw_event_vb2_v4l2_event_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/v4l2.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/v4l2.h:268, from /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c:7: /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function '__bpf_trace_v4l2_event_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/v4l2.h:100:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/v4l2.h:100:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/v4l2.h:100:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/v4l2.h:100:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function '__bpf_trace_vb2_v4l2_event_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/v4l2.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/v4l2.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/v4l2.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/v4l2.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c: In function 'v4l2_dv_timings_aspect_ratio': /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:359:19: note: byref variable will be forcibly initialized unsigned long n, d; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:359:16: note: byref variable will be forcibly initialized unsigned long n, d; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c: In function 'v4l2_calc_timeperframe': /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:389:19: note: byref variable will be forcibly initialized unsigned long n, d; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:389:16: note: byref variable will be forcibly initialized unsigned long n, d; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_endpoint_parse_csi1_bus': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:373:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_connector_parse_analog': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:604:6: note: byref variable will be forcibly initialized u32 stds; ^~~~ /kisskb/src/drivers/media/radio/radio-shark2.c: In function 'shark_read_reg': /kisskb/src/drivers/media/radio/radio-shark2.c:103:14: note: byref variable will be forcibly initialized int i, res, actual_len; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_endpoint_parse_csi2_bus': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:131:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:126:6: note: byref variable will be forcibly initialized u32 array[1 + V4L2_FWNODE_CSI2_MAX_DATA_LANES]; ^~~~~ /kisskb/src/drivers/media/radio/radio-shark2.c: In function 'shark_write_reg': /kisskb/src/drivers/media/radio/radio-shark2.c:78:14: note: byref variable will be forcibly initialized int i, res, actual_len; ^~~~~~~~~~ /kisskb/src/drivers/media/radio/radio-shark2.c: In function 'shark_led_work': /kisskb/src/drivers/media/radio/radio-shark2.c:146:26: note: byref variable will be forcibly initialized int i, res, brightness, actual_len; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_endpoint_parse_parallel_bus': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:268:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function '__v4l2_fwnode_endpoint_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:404:6: note: byref variable will be forcibly initialized u32 bus_type = V4L2_FWNODE_BUS_TYPE_GUESS; ^~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:17: /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c:14: /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c: In function 's5p_mfc_wait_for_done_dev': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c:25:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(dev->queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_get_connector_type': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:635:14: note: byref variable will be forcibly initialized const char *type_name; ^~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c: In function 's5p_mfc_wait_for_done_ctx': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c:62:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(ctx->queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c:57:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(ctx->queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_reference_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:918:31: note: byref variable will be forcibly initialized struct fwnode_reference_args args; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_reference_get_int_prop': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:1149:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:1127:31: note: byref variable will be forcibly initialized struct fwnode_reference_args fwnode_args; ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function '__v4l2_async_notifier_parse_fwnode_ep': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:867:27: note: byref variable will be forcibly initialized struct fwnode_endpoint ep; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_parse_link': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:544:25: note: byref variable will be forcibly initialized struct fwnode_endpoint fwep; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_connector_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:654:14: note: byref variable will be forcibly initialized const char *label; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_device_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:744:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c: In function 's5p_mfc_dec_ctrls_setup': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c:1134:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_config cfg; ^~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c: In function 's5p_mfc_dec_init': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c:1187:21: note: byref variable will be forcibly initialized struct v4l2_format f; ^ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c:18: /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c:22: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c:22: /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c: In function 'videobuf_sg_alloc': /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c:660:24: note: byref variable will be forcibly initialized struct videobuf_queue q; ^ /kisskb/src/drivers/media/v4l2-core/tuner-core.c: In function 'tuner_g_tuner': /kisskb/src/drivers/media/v4l2-core/tuner-core.c:1261:8: note: byref variable will be forcibly initialized u32 tuner_status; ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:1245:7: note: byref variable will be forcibly initialized u16 signal = (u16)vt->signal; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c: In function 'tuner_g_frequency': /kisskb/src/drivers/media/v4l2-core/tuner-core.c:1211:7: note: byref variable will be forcibly initialized u32 abs_freq; ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c: In function 'tuner_status': /kisskb/src/drivers/media/v4l2-core/tuner-core.c:1130:7: note: byref variable will be forcibly initialized u16 signal; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:1121:7: note: byref variable will be forcibly initialized u32 tuner_status; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c: In function 'v4l2_m2m_cancel_job': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:429:3: note: in expansion of macro 'wait_event' wait_event(m2m_ctx->finished, ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c: In function 'set_type': /kisskb/src/drivers/media/v4l2-core/tuner-core.c:432:24: note: byref variable will be forcibly initialized struct xc4000_config xc4000_cfg = { ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:420:26: note: byref variable will be forcibly initialized struct tda18271_config cfg = { ^~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:405:24: note: byref variable will be forcibly initialized struct xc5000_config xc5000c_cfg = { ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:391:24: note: byref variable will be forcibly initialized struct xc5000_config xc5000_cfg = { ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:375:24: note: byref variable will be forcibly initialized struct xc2028_config cfg = { ^~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:304:16: note: byref variable will be forcibly initialized unsigned char buffer[4]; ^~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c: In function 'smi_dvbsky_m88ds3103_fe_attach': /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:533:24: note: byref variable will be forcibly initialized struct i2c_board_info tuner_info; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:531:22: note: byref variable will be forcibly initialized struct i2c_adapter *tuner_i2c_adapter; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:14: /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'stream_next_buffer_check_queue': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:657:13: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(q->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c: In function 'smi_dvbsky_m88rs6000_fe_attach': /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:589:27: note: byref variable will be forcibly initialized struct m88rs6000t_config m88rs6000t_config; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:588:24: note: byref variable will be forcibly initialized struct i2c_board_info tuner_info; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:586:22: note: byref variable will be forcibly initialized struct i2c_adapter *tuner_i2c_adapter; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c: In function 'smi_dvbsky_sit2_fe_attach': /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:633:23: note: byref variable will be forcibly initialized struct si2157_config si2157_config; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:632:23: note: byref variable will be forcibly initialized struct si2168_config si2168_config; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:631:24: note: byref variable will be forcibly initialized struct i2c_board_info client_info; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:629:22: note: byref variable will be forcibly initialized struct i2c_adapter *tuner_i2c_adapter; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c: In function 'smi_read_eeprom': /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:240:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:238:5: note: byref variable will be forcibly initialized u8 b0[2] = { (reg >> 8) & 0xff, reg & 0xff }; ^~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c: In function 'smi_fe_init': /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:682:5: note: byref variable will be forcibly initialized u8 mac_ee[16]; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c: In function 'tuner_probe': /kisskb/src/drivers/media/v4l2-core/tuner-core.c:651:17: note: byref variable will be forcibly initialized unsigned char buffer[16]; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:633:16: note: byref variable will be forcibly initialized struct tuner *tv; ^~ /kisskb/src/drivers/media/v4l2-core/tuner-core.c:632:16: note: byref variable will be forcibly initialized struct tuner *radio; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c: In function 'v4l2_m2m_suspend': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:554:3: note: in expansion of macro 'wait_event' wait_event(curr_ctx->finished, ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'videobuf_waiton': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:112:3: note: in expansion of macro 'wait_event' wait_event(vb->done, state_neither_active_nor_queued(q, vb)); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:109:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(vb->done, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function '__videobuf_read_start': /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:965:26: note: byref variable will be forcibly initialized unsigned int count = 0, size = 0; ^~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:965:15: note: byref variable will be forcibly initialized unsigned int count = 0, size = 0; ^~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'videobuf_reqbufs': /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:443:21: note: byref variable will be forcibly initialized unsigned int size, count; ^~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:443:15: note: byref variable will be forcibly initialized unsigned int size, count; ^~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'videobuf_dqbuf': /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:698:26: note: byref variable will be forcibly initialized struct videobuf_buffer *buf = NULL; ^~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'videobuf_read_one': /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:880:21: note: byref variable will be forcibly initialized unsigned size = 0, nbufs = 1; ^~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:880:11: note: byref variable will be forcibly initialized unsigned size = 0, nbufs = 1; ^~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_dqpurge': /kisskb/src/fs/xfs/xfs_qm.c:142:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_dquot_walk': /kisskb/src/fs/xfs/xfs_qm.c:69:21: note: byref variable will be forcibly initialized struct xfs_dquot *batch[XFS_DQ_LOOKUP_BATCH]; ^~~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_dqattach_one': /kisskb/src/fs/xfs/xfs_qm.c:254:20: note: byref variable will be forcibly initialized struct xfs_dquot *dqp; ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_dquot_isolate': /kisskb/src/fs/xfs/xfs_qm.c:450:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_shrink_scan': /kisskb/src/fs/xfs/xfs_qm.c:501:24: note: byref variable will be forcibly initialized struct xfs_qm_isolate isol; ^~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_qino_alloc': /kisskb/src/fs/xfs/xfs_qm.c:786:13: note: byref variable will be forcibly initialized xfs_ino_t ino; ^~~ /kisskb/src/fs/xfs/xfs_qm.c:740:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_init_quotainos': /kisskb/src/fs/xfs/xfs_qm.c:1492:20: note: byref variable will be forcibly initialized struct xfs_inode *pip = NULL; ^~~ /kisskb/src/fs/xfs/xfs_qm.c:1491:20: note: byref variable will be forcibly initialized struct xfs_inode *gip = NULL; ^~~ /kisskb/src/fs/xfs/xfs_qm.c:1490:20: note: byref variable will be forcibly initialized struct xfs_inode *uip = NULL; ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_init_timelimits': /kisskb/src/fs/xfs/xfs_qm.c:577:20: note: byref variable will be forcibly initialized struct xfs_dquot *dqp; ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_set_defquota': /kisskb/src/fs/xfs/xfs_qm.c:546:20: note: byref variable will be forcibly initialized struct xfs_dquot *dqp; ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_flush_one': /kisskb/src/fs/xfs/xfs_qm.c:1222:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_quotacheck_dqadjust': /kisskb/src/fs/xfs/xfs_qm.c:1080:20: note: byref variable will be forcibly initialized struct xfs_dquot *dqp; ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_dqusage_adjust': /kisskb/src/fs/xfs/xfs_qm.c:1141:17: note: byref variable will be forcibly initialized xfs_filblks_t rtblks = 0; /* total rt blks */ ^~~~~~ /kisskb/src/fs/xfs/xfs_qm.c:1139:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^~ 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/xfs_qm.c:6: /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:245:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:209:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_reset_dqcounts_all': /kisskb/src/fs/xfs/xfs_qm.c:914:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_reset_dqcounts_buf': /kisskb/src/fs/xfs/xfs_qm.c:981:11: note: byref variable will be forcibly initialized int i, nmaps; /* number of map entries */ ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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_qm.c:6: /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_quotacheck': /kisskb/src/fs/xfs/xfs_qm.c:1277:14: note: byref variable will be forcibly initialized LIST_HEAD (buffer_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/media/pci/cx88/cx88-i2c.c: In function 'do_i2c_scan': /kisskb/src/drivers/media/pci/cx88/cx88-i2c.c:110:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_vop_dqalloc': /kisskb/src/fs/xfs/xfs_qm.c:1638:20: note: byref variable will be forcibly initialized struct xfs_dquot *pq = NULL; ^~ /kisskb/src/fs/xfs/xfs_qm.c:1637:20: note: byref variable will be forcibly initialized struct xfs_dquot *gq = NULL; ^~ /kisskb/src/fs/xfs/xfs_qm.c:1636:20: note: byref variable will be forcibly initialized struct xfs_dquot *uq = NULL; ^~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c: In function 'cx88_pci_quirks': /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3638:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c: In function 'hauppauge_eeprom': /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:2882:18: note: byref variable will be forcibly initialized struct tveeprom tv; ^~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c: In function 'cx88_card_setup': /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3616:32: note: byref variable will be forcibly initialized struct xc2028_ctrl ctl; ^~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3615:32: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config xc2028_cfg; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3606:31: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config tda9887_cfg; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3550:23: note: byref variable will be forcibly initialized struct tea5767_ctrl ctl; ^~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3549:31: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config tea5767_cfg; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3446:21: note: byref variable will be forcibly initialized struct tuner_setup tun_setup; ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_acl.c: In function 'xfs_acl_set_mode': /kisskb/src/fs/xfs/xfs_acl.c:225:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^~ /kisskb/src/fs/xfs/xfs_acl.c: In function 'xfs_set_acl': /kisskb/src/fs/xfs/xfs_acl.c:247:10: note: byref variable will be forcibly initialized umode_t mode; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/xfs/xfs_ioctl32.c:6: /kisskb/src/fs/xfs/xfs_ioctl32.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-tvaudio.c: In function 'cx88_audio_thread': /kisskb/src/drivers/media/pci/cx88/cx88-tvaudio.c:990:20: note: byref variable will be forcibly initialized struct v4l2_tuner t; ^ /kisskb/src/fs/xfs/xfs_ioctl32.c: In function 'xfs_compat_handlereq_copyin': /kisskb/src/fs/xfs/xfs_ioctl32.c:329:30: note: byref variable will be forcibly initialized compat_xfs_fsop_handlereq_t hreq32; ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl32.c: In function 'xfs_compat_ioc_fsbulkstat': /kisskb/src/fs/xfs/xfs_ioctl32.c:224:13: note: byref variable will be forcibly initialized xfs_ino_t lastino; ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl32.c:218:26: note: userspace variable will be forcibly initialized struct xfs_fsop_bulkreq bulkreq; ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl32.c: In function 'xfs_fsbulkstat_one_fmt_compat': /kisskb/src/fs/xfs/xfs_ioctl32.c:177:20: note: byref variable will be forcibly initialized struct xfs_bstat bs1; ^~~ /kisskb/src/fs/xfs/xfs_ioctl32.c: In function 'xfs_compat_attrlist_by_handle': /kisskb/src/fs/xfs/xfs_ioctl32.c:359:39: note: byref variable will be forcibly initialized compat_xfs_fsop_attrlist_handlereq_t al_hreq; ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl32.c: In function 'xfs_compat_attrmulti_by_handle': /kisskb/src/fs/xfs/xfs_ioctl32.c:386:40: note: byref variable will be forcibly initialized compat_xfs_fsop_attrmulti_handlereq_t am_hreq; ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl32.c: In function 'xfs_file_compat_ioctl': /kisskb/src/fs/xfs/xfs_ioctl32.c:528:29: note: byref variable will be forcibly initialized struct xfs_fsop_handlereq hreq; ^~~~ /kisskb/src/fs/xfs/xfs_ioctl32.c:521:29: note: byref variable will be forcibly initialized struct xfs_fsop_handlereq hreq; ^~~~ /kisskb/src/fs/xfs/xfs_ioctl32.c:513:29: note: byref variable will be forcibly initialized struct xfs_fsop_handlereq hreq; ^~~~ /kisskb/src/fs/xfs/xfs_ioctl32.c:491:24: note: byref variable will be forcibly initialized struct xfs_swapext sxp; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/media/pci/cx88/cx88.h:13, from /kisskb/src/drivers/media/pci/cx88/cx88-dsp.c:8: /kisskb/src/drivers/media/pci/cx88/cx88-dsp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/media/pci/mantis/mantis_hif.c:9: /kisskb/src/drivers/media/pci/mantis/mantis_hif.c: In function 'mantis_hif_sbuf_opdone_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_hif.c:35:2: note: in expansion of macro 'if' if (wait_event_timeout(ca->hif_opdone_wq, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_hif.c:35:6: note: in expansion of macro 'wait_event_timeout' if (wait_event_timeout(ca->hif_opdone_wq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_hif.c: In function 'mantis_hif_write_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_hif.c:53:2: note: in expansion of macro 'if' if (wait_event_timeout(ca->hif_write_wq, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_hif.c:53:6: note: in expansion of macro 'wait_event_timeout' if (wait_event_timeout(ca->hif_write_wq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-dsp.c: In function 'cx88_dsp_detect_stereo_sap': /kisskb/src/drivers/media/pci/cx88/cx88-dsp.c:275:6: note: byref variable will be forcibly initialized u32 N = 0; ^ /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c: In function 'xvip_dma_verify_format': /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c:59:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format fmt; ^~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c: In function 'xvip_pipeline_validate': /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c:176:21: note: byref variable will be forcibly initialized struct media_graph graph; ^~~~~ /kisskb/src/drivers/media/radio/saa7706h.c: In function 'saa7706h_set_reg16': /kisskb/src/drivers/media/radio/saa7706h.c:168:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/radio/saa7706h.c: In function 'saa7706h_set_reg24': /kisskb/src/drivers/media/radio/saa7706h.c:147:5: note: byref variable will be forcibly initialized u8 buf[5]; ^~~ /kisskb/src/drivers/media/radio/saa7706h.c: In function 'saa7706h_get_reg16': /kisskb/src/drivers/media/radio/saa7706h.c:190:5: note: byref variable will be forcibly initialized u8 regaddr[] = {reg >> 8, reg}; ^~~~~~~ /kisskb/src/drivers/media/radio/saa7706h.c:188:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c: In function 'xvip_dma_set_format': /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c:598:34: note: byref variable will be forcibly initialized const struct xvip_video_format *info; ^~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c: In function 'xvip_dma_init': /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c:650:7: note: byref variable will be forcibly initialized char name[16]; ^~~~ /kisskb/src/drivers/media/radio/tef6862.c: In function 'tef6862_sigstr': /kisskb/src/drivers/media/radio/tef6862.c:61:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/radio/tef6862.c: In function 'tef6862_s_frequency': /kisskb/src/drivers/media/radio/tef6862.c:97:5: note: byref variable will be forcibly initialized u8 i2cmsg[3]; ^~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c: In function 'enc_post_frame_start': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c:1217:32: note: byref variable will be forcibly initialized unsigned long enc_y_addr = 0, enc_c_addr = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c:1217:16: note: byref variable will be forcibly initialized unsigned long enc_y_addr = 0, enc_c_addr = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c: In function 's5p_mfc_enc_ctrls_setup': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c:2622:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_config cfg; ^~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c: In function 's5p_mfc_enc_init': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c:2692:21: note: byref variable will be forcibly initialized struct v4l2_format f; ^ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_get_tx_ctune': /kisskb/src/drivers/media/radio/radio-wl1273.c:877:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_get_freq': /kisskb/src/drivers/media/radio/radio-wl1273.c:457:6: note: byref variable will be forcibly initialized u16 f; ^ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_write_fw': /kisskb/src/drivers/media/radio/radio-wl1273.c:99:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_upload_firmware_patch': /kisskb/src/drivers/media/radio/radio-wl1273.c:493:25: note: byref variable will be forcibly initialized const struct firmware *fw_p; ^~~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_vidioc_log_status': /kisskb/src/drivers/media/radio/radio-wl1273.c:1804:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_rds': /kisskb/src/drivers/media/radio/radio-wl1273.c:138:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:137:23: note: byref variable will be forcibly initialized struct v4l2_rds_data rds = { 0, 0, 0 }; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:136:5: note: byref variable will be forcibly initialized u8 b0 = WL1273_RDS_DATA_GET, status; ^~ /kisskb/src/drivers/media/radio/radio-wl1273.c:135:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_vidioc_g_tuner': /kisskb/src/drivers/media/radio/radio-wl1273.c:1501:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_vidioc_g_modulator': /kisskb/src/drivers/media/radio/radio-wl1273.c:1762:6: note: byref variable will be forcibly initialized u16 val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/media/radio/radio-wl1273.c:9: /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_fops_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:1224:3: note: in expansion of macro 'if' if (wait_event_interruptible(radio->read_queue, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:1224:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(radio->read_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:1181:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_irq_thread_handler': /kisskb/src/drivers/media/radio/radio-wl1273.c:285:7: note: byref variable will be forcibly initialized u16 freq; ^~~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:247:7: note: byref variable will be forcibly initialized u16 level; ^~~~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:222:6: note: byref variable will be forcibly initialized u16 flags; ^~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vip.c: In function 'xvip_of_get_format': /kisskb/src/drivers/media/platform/xilinx/xilinx-vip.c:107:6: note: byref variable will be forcibly initialized u32 width; ^~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vip.c:105:15: note: byref variable will be forcibly initialized unsigned int vf_code; ^~~~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vip.c:104:14: note: byref variable will be forcibly initialized const char *pattern = "mono"; ^~~~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c: In function 'xvip_graph_build_one': /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c:77:26: note: byref variable will be forcibly initialized struct v4l2_fwnode_link link; ^~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c: In function 'xvip_graph_build_dma': /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c:194:26: note: byref variable will be forcibly initialized struct v4l2_fwnode_link link; ^~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c: In function 'xvip_graph_dma_init_one': /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c:437:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c:436:14: note: byref variable will be forcibly initialized const char *direction; ^~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c: In function 's5p_mfc_load_firmware': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c:47:19: note: byref variable will be forcibly initialized struct firmware *fw_blob; ^~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-ir.c: In function 'smi_ir_decode': /kisskb/src/drivers/media/pci/smipcie/smipcie-ir.c:91:23: note: byref variable will be forcibly initialized struct ir_raw_event rawir = {}; ^~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-input.c: In function 'cx88_i2c_init_ir': /kisskb/src/drivers/media/pci/cx88/cx88-input.c:587:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ In file included from /kisskb/src/drivers/media/pci/mantis/mantis_vp1033.c:19: /kisskb/src/drivers/media/pci/mantis/mantis_vp1033.c: In function 'stv0299_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0299.h:100:5: note: byref variable will be forcibly initialized u8 buf[] = {reg, val}; ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp1033.c: In function 'lgtdqcs001f_tuner_set': /kisskb/src/drivers/media/pci/mantis/mantis_vp1033.c:84:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf)}; ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp1033.c:80:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c: In function 'tda1002x_cu1216_tuner_set': /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c:63:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof(buf)}; ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c:62:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c: In function 'read_pwm': /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c:44:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c:43:5: note: byref variable will be forcibly initialized u8 pwm; ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c:42:5: note: byref variable will be forcibly initialized u8 b = 0xff; ^ /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c: In function 'tda1002x_cu1216_tuner_set': /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c:45:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof(buf)}; ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c:44:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c: In function 'read_pwm': /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c:100:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c:99:5: note: byref variable will be forcibly initialized u8 pwm; ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c:98:5: note: byref variable will be forcibly initialized u8 b = 0xff; ^ /kisskb/src/drivers/media/pci/cx88/cx88-video.c: In function 'cx8800_initdev': /kisskb/src/drivers/media/pci/cx88/cx88-video.c:1350:25: note: byref variable will be forcibly initialized struct i2c_board_info wm8775_info = { ^~~~~~~~~~~ In file included from /kisskb/src/drivers/media/pci/cx88/cx88.h:14, from /kisskb/src/drivers/media/pci/cx88/cx88-video.c:15: /kisskb/src/include/linux/i2c.h:855:28: note: byref variable will be forcibly initialized ((const unsigned short []){ addr, ## addrs, I2C_CLIENT_END }) ^ /kisskb/src/drivers/media/pci/cx88/cx88-video.c:1376:23: note: in expansion of macro 'I2C_ADDRS' "tvaudio", 0, I2C_ADDRS(0xb0 >> 1)); ^~~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-video.c: In function 'cx88_set_freq': /kisskb/src/drivers/media/pci/cx88/cx88-video.c:966:24: note: byref variable will be forcibly initialized struct v4l2_frequency new_freq = *f; ^~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c: In function 'blackbird_mbox_func': /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c:323:19: note: byref variable will be forcibly initialized u32 value, flag, retval; ^~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c:323:13: note: byref variable will be forcibly initialized u32 value, flag, retval; ^~~~ /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c:323:6: note: byref variable will be forcibly initialized u32 value, flag, retval; ^~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c: In function 'blackbird_find_mailbox': /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c:420:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c: In function 'blackbird_api_cmd': /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c:399:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c:398:6: note: byref variable will be forcibly initialized u32 data[CX2341X_MBOX_MAX_DATA]; ^~~~ /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c: In function 'blackbird_load_firmware': /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c:445:6: note: byref variable will be forcibly initialized u32 value = 0; ^~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c:443:25: note: byref variable will be forcibly initialized const struct firmware *firmware; ^~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c: In function 'blackbird_initialize_codec': /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c:553:6: note: byref variable will be forcibly initialized int version; ^~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c: In function 'vidioc_log_status': /kisskb/src/drivers/media/pci/cx88/cx88-blackbird.c:918:7: note: byref variable will be forcibly initialized char name[32 + 2]; ^~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-cards.c: In function 'hauppauge_eeprom': /kisskb/src/drivers/media/pci/saa7164/saa7164-cards.c:771:18: note: byref variable will be forcibly initialized struct tveeprom tv; ^~ In file included from /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c:39: /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c: In function 'stv0299_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0299.h:100:5: note: byref variable will be forcibly initialized u8 buf[] = {reg, val}; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-dvb.c: In function 'si2157_attach': /kisskb/src/drivers/media/pci/saa7164/saa7164-dvb.c:106:24: note: byref variable will be forcibly initialized struct i2c_board_info bi; ^~ /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c: In function 'samsung_smt_7020_set_voltage': /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c:915:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c:914:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c: In function 'samsung_smt_7020_tuner_set_params': /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c:861:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c:859:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c: In function 'saa7134_tuner_setup': /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7673:32: note: byref variable will be forcibly initialized struct xc2028_ctrl ctl; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7672:32: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config xc2028_cfg; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7663:31: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config tda9887_cfg; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7635:21: note: byref variable will be forcibly initialized struct tuner_setup tun_setup; ^~~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c: In function 'attach_xc3028': /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c:608:23: note: byref variable will be forcibly initialized struct xc2028_config cfg = { ^~~ /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c:607:21: note: byref variable will be forcibly initialized struct xc2028_ctrl ctl; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-dvb.c: In function 'saa7164_dvb_register': /kisskb/src/drivers/media/pci/saa7164/saa7164-dvb.c:531:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-dvb.c:530:22: note: byref variable will be forcibly initialized struct i2c_adapter *adapter; ^~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-dvb.c:529:23: note: byref variable will be forcibly initialized struct si2157_config si2157_config; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-dvb.c:528:23: note: byref variable will be forcibly initialized struct si2168_config si2168_config; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c: In function 'hauppauge_eeprom': /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7326:18: note: byref variable will be forcibly initialized struct tveeprom tv; ^~ /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c: In function 'dvb_register': /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c:1400:25: note: byref variable will be forcibly initialized struct xc4000_config cfg = { ^~~ /kisskb/src/drivers/media/pci/cx88/cx88-dvb.c:1366:25: note: byref variable will be forcibly initialized struct xc2028_config cfg = { ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c: In function 'saa7134_board_init2': /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:8060:23: note: byref variable will be forcibly initialized struct tea5767_ctrl ctl; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:8059:31: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config tea5767_cfg; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:8004:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x61, .flags = 0, .buf = data, ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:8003:6: note: byref variable will be forcibly initialized u8 data[] = { 0x09, 0x9f, 0x86, 0x11}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7982:18: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x0a, .flags = 0 }; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7952:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7951:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x68}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7943:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7942:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x6a}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7914:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x09, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7913:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x62}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7911:6: note: byref variable will be forcibly initialized u8 temp = 0; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7904:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7903:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x60}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7896:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7895:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x60}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7889:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7888:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x60}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7836:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7835:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x60}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7827:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7826:6: note: byref variable will be forcibly initialized u8 data[] = { 0x07, 0x02}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7739:5: note: byref variable will be forcibly initialized msg1 = {.addr = 0x61, .flags = 0, .buf = data1, .len = sizeof(data1)}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7737:18: note: byref variable will be forcibly initialized struct i2c_msg msg[] = {{.addr = 0x50, .flags = 0, .buf = &subaddr, .len = 1}, ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7735:15: note: byref variable will be forcibly initialized u8 data[3], data1[] = { 0x09, 0x9f, 0x86, 0x11}; ^~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7735:6: note: byref variable will be forcibly initialized u8 data[3], data1[] = { 0x09, 0x9f, 0x86, 0x11}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7734:6: note: byref variable will be forcibly initialized u8 subaddr; ^~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7703:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/media/platform/vsp1/vsp1_entity.c:10: /kisskb/src/drivers/media/platform/vsp1/vsp1_entity.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/platform/vsp1/vsp1_entity.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_entity.c: In function 'vsp1_entity_init_cfg': /kisskb/src/drivers/media/platform/vsp1/vsp1_entity.c:187:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format format; ^~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-core.c: In function 'saa7164_thread_function': /kisskb/src/drivers/media/pci/saa7164/saa7164-core.c:1171:24: note: byref variable will be forcibly initialized struct tmFwInfoStruct fwinfo; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/platform/vsp1/vsp1_pipe.c:12: /kisskb/src/drivers/media/platform/vsp1/vsp1_pipe.c: In function 'vsp1_pipeline_stop': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_pipe.c:337:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(pipe->wq, vsp1_pipeline_stopped(pipe), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-fw.c: In function 'saa7164_downloadfirmware': /kisskb/src/drivers/media/pci/saa7164/saa7164-fw.c:194:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/media/pci/saa7164/saa7164-core.c: In function 'saa7164_initdev': /kisskb/src/drivers/media/pci/saa7164/saa7164-core.c:1241:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ In file included from /kisskb/src/drivers/media/platform/vsp1/vsp1_dl.c:14: /kisskb/src/drivers/media/platform/vsp1/vsp1_dl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c: In function 'vsp1_du_insert_uif': /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c:69:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format format; ^~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c: In function 'vsp1_du_pipeline_setup_rpf': /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c:122:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format format; ^~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c:121:31: note: byref variable will be forcibly initialized struct v4l2_subdev_selection sel; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c:10: /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c: In function 'vsp1_du_pipeline_setup_brx': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c:301:10: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(owner_pipe->wait_queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_rpf.c: In function 'vsp1_rpf_create': /kisskb/src/drivers/media/platform/vsp1/vsp1_rpf.c:347:7: note: byref variable will be forcibly initialized char name[6]; ^~~~ In file included from /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:13: /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_calculate_partition': /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:192:31: note: byref variable will be forcibly initialized struct vsp1_partition_window window; ^~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_pipeline_build_branch': /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:472:27: note: byref variable will be forcibly initialized struct media_entity_enum ent_enum; ^~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_pipeline_build': /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:561:21: note: byref variable will be forcibly initialized struct media_graph graph; ^~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_verify_format': /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:65:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format fmt; ^~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_set_format': /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:1001:33: note: byref variable will be forcibly initialized const struct vsp1_format_info *info; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:11: /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_suspend': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:1202:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(pipe->wq, vsp1_pipeline_stopped(pipe), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/rcar-vin/rcar-core.c: In function 'rvin_group_get': /kisskb/src/drivers/media/platform/rcar-vin/rcar-core.c:301:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/media/pci/dt3155/dt3155.c: In function 'dt3155_init_board': /kisskb/src/drivers/media/pci/dt3155/dt3155.c:416:5: note: byref variable will be forcibly initialized u8 tmp = 0; ^~~ /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c: In function 'tw5864_handle_frame': /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c:1446:21: note: byref variable will be forcibly initialized struct v4l2_event ev = { ^~ /kisskb/src/drivers/media/pci/tw5864/tw5864-h264.c: In function 'tw5864_h264_gen_sps_rbsp': /kisskb/src/drivers/media/pci/tw5864/tw5864-h264.c:103:12: note: byref variable will be forcibly initialized struct bs bs, *s; ^~ /kisskb/src/drivers/media/pci/tw5864/tw5864-h264.c: In function 'tw5864_h264_gen_pps_rbsp': /kisskb/src/drivers/media/pci/tw5864/tw5864-h264.c:132:12: note: byref variable will be forcibly initialized struct bs bs, *s; ^~ /kisskb/src/drivers/media/pci/tw5864/tw5864-h264.c: In function 'tw5864_h264_gen_slice_head': /kisskb/src/drivers/media/pci/tw5864/tw5864-h264.c:160:12: note: byref variable will be forcibly initialized struct bs bs, *s; ^~ /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c: In function 'tw5864_enum_frameintervals': /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c:755:26: note: byref variable will be forcibly initialized struct v4l2_frmsizeenum fsize = { .index = fintv->index, ^~~~~ /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c:753:20: note: byref variable will be forcibly initialized struct v4l2_fract frameinterval; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c: In function 'tw5864_s_parm': /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c:806:20: note: byref variable will be forcibly initialized struct v4l2_fract time_base; ^~~~~~~~~ /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c: In function 'tw5864_querystd': /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c:614:22: note: byref variable will be forcibly initialized enum tw5864_vid_std tw_std; ^~~~~~ /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c: In function 'tw5864_prepare_frame_headers': /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c:1221:9: note: byref variable will be forcibly initialized size_t dst_space; ^~~~~~~~~ /kisskb/src/drivers/media/pci/tw5864/tw5864-video.c:1220:6: note: byref variable will be forcibly initialized u8 *dst; ^~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c: In function 's5p_mfc_close_inst_cmd_v5': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c:127:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c: In function 's5p_mfc_open_inst_cmd_v5': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c:74:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c: In function 's5p_mfc_wakeup_cmd_v5': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c:63:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c: In function 's5p_mfc_sleep_cmd_v5': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c:54:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c: In function 's5p_mfc_sys_init_cmd_v5': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c:43:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c: In function 's5p_mfc_close_inst_cmd_v6': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c:140:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c: In function 's5p_mfc_open_inst_cmd_v6': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c:70:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c: In function 's5p_mfc_sys_init_cmd_v6': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c:34:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c: In function 's5p_mfc_wakeup_cmd_v6': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c:59:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c: In function 's5p_mfc_sleep_cmd_v6': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c:50:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/rcar-vin/rcar-v4l2.c: In function 'rvin_s_selection': /kisskb/src/drivers/media/platform/rcar-vin/rcar-v4l2.c:459:19: note: byref variable will be forcibly initialized struct v4l2_rect max_rect; ^~~~~~~~ /kisskb/src/drivers/media/platform/rcar-vin/rcar-v4l2.c:458:19: note: byref variable will be forcibly initialized struct v4l2_rect r = s->r; ^ /kisskb/src/drivers/media/platform/rcar-vin/rcar-v4l2.c: In function 'rvin_s_fmt_vid_cap': /kisskb/src/drivers/media/platform/rcar-vin/rcar-v4l2.c:320:29: note: byref variable will be forcibly initialized struct v4l2_rect fmt_rect, src_rect; ^~~~~~~~ /kisskb/src/drivers/media/platform/rcar-vin/rcar-v4l2.c:320:19: note: byref variable will be forcibly initialized struct v4l2_rect fmt_rect, src_rect; ^~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-bus.c: In function 'saa7164_bus_get': /kisskb/src/drivers/media/pci/saa7164/saa7164-bus.c:311:22: note: byref variable will be forcibly initialized struct tmComResInfo msg_tmp; ^~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c: In function 'saa7164_cmd_dequeue': /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c:131:23: note: byref variable will be forcibly initialized struct tmComResInfo tRsp = { 0, 0, 0, 0, 0, 0 }; ^~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c:126:5: note: byref variable will be forcibly initialized u8 tmp[512]; ^~~ In file included from /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c:8: /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c: In function 'saa7164_cmd_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c:279:4: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(*q, dev->cmds[seqno].signalled, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c: In function 'saa7164_irq_dequeue': /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c:81:23: note: byref variable will be forcibly initialized struct tmComResInfo tRsp = { 0, 0, 0, 0, 0, 0 }; ^~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c:74:5: note: byref variable will be forcibly initialized u8 tmp[512]; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c: In function 'saa7164_cmd_send': /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c:332:5: note: byref variable will be forcibly initialized u8 errdata[256]; ^~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c:331:22: note: byref variable will be forcibly initialized struct tmComResInfo response_t, *presponse_t; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-cmd.c:330:22: note: byref variable will be forcibly initialized struct tmComResInfo command_t, *pcommand_t; ^~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_wpf.c: In function 'vsp1_wpf_create': /kisskb/src/drivers/media/platform/vsp1/vsp1_wpf.c:566:7: note: byref variable will be forcibly initialized char name[6]; ^~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_uds.c: In function 'uds_try_format': /kisskb/src/drivers/media/platform/vsp1/vsp1_uds.c:173:15: note: byref variable will be forcibly initialized unsigned int maximum; ^~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_uds.c:172:15: note: byref variable will be forcibly initialized unsigned int minimum; ^~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_uds.c: In function 'vsp1_uds_create': /kisskb/src/drivers/media/platform/vsp1/vsp1_uds.c:411:7: note: byref variable will be forcibly initialized char name[6]; ^~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_set_gop_size': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:157:38: note: byref variable will be forcibly initialized struct tmComResEncVideoGopStructure gs; ^~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_modify_gpio': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:1483:22: note: byref variable will be forcibly initialized struct tmComResGPIO t; ^ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_set_dif': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:613:5: note: byref variable will be forcibly initialized u8 buf[256]; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:612:6: note: byref variable will be forcibly initialized u16 len = 0; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_collect_debug': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:39:30: note: byref variable will be forcibly initialized struct tmComResDebugGetData d; ^ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_set_debug': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:67:31: note: byref variable will be forcibly initialized struct tmComResDebugSetLevel lvl; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_set_vbi_format': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:94:34: note: byref variable will be forcibly initialized struct tmComResProbeCommit fmt, rsp; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:94:29: note: byref variable will be forcibly initialized struct tmComResProbeCommit fmt, rsp; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_get_encoder': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:237:42: note: byref variable will be forcibly initialized struct tmComResEncVideoInputAspectRatio ar; ^~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:236:33: note: byref variable will be forcibly initialized struct tmComResEncAudioBitRate a; ^ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:235:33: note: byref variable will be forcibly initialized struct tmComResEncVideoBitRate v; ^ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_set_aspect_ratio': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:313:42: note: byref variable will be forcibly initialized struct tmComResEncVideoInputAspectRatio ar; ^~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_set_encoder': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:177:33: note: byref variable will be forcibly initialized struct tmComResEncAudioBitRate ab; ^~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:176:33: note: byref variable will be forcibly initialized struct tmComResEncVideoBitRate vb; ^~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_set_usercontrol': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:358:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_get_usercontrol': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:392:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_audio_mute': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:460:5: note: byref variable will be forcibly initialized u8 v = mute; ^ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_set_videomux': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:425:5: note: byref variable will be forcibly initialized u8 inputs[] = { 1, 2, 2, 2, 5, 5, 5 }; ^~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_set_audio_volume': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:477:14: note: byref variable will be forcibly initialized s16 v, min, max; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:477:9: note: byref variable will be forcibly initialized s16 v, min, max; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:477:6: note: byref variable will be forcibly initialized s16 v, min, max; ^ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_set_audio_std': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:534:31: note: byref variable will be forcibly initialized struct tmComResTunerStandard tvaudio; ^~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:533:31: note: byref variable will be forcibly initialized struct tmComResAudioDefaults lvl; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_set_audio_detection': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:572:35: note: byref variable will be forcibly initialized struct tmComResTunerStandardAuto p; ^ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_enum_subdevs': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:1315:6: note: byref variable will be forcibly initialized u32 buflen = 0; ^~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_i2c_read': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:1359:5: note: byref variable will be forcibly initialized u8 buf[256]; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:1357:6: note: byref variable will be forcibly initialized u16 len = 0; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_read_eeprom': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:799:5: note: byref variable will be forcibly initialized u8 reg[] = { 0x0f, 0x00 }; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c: In function 'saa7164_api_i2c_write': /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:1421:5: note: byref variable will be forcibly initialized u8 buf[256]; ^~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-api.c:1418:6: note: byref variable will be forcibly initialized u16 len = 0; ^~~ In file included from /kisskb/src/drivers/media/pci/saa7134/saa7134.h:14, from /kisskb/src/drivers/media/pci/saa7134/saa7134-core.c:10: /kisskb/src/drivers/media/pci/saa7134/saa7134-core.c: In function 'saa7134_initdev': /kisskb/src/include/linux/i2c.h:855:28: note: byref variable will be forcibly initialized ((const unsigned short []){ addr, ## addrs, I2C_CLIENT_END }) ^ /kisskb/src/drivers/media/pci/saa7134/saa7134-core.c:1181:8: note: in expansion of macro 'I2C_ADDRS' 0, I2C_ADDRS(saa7134_boards[dev->board].rds_addr)); ^~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-core.c: In function 'saa7134_pgtable_alloc': /kisskb/src/drivers/media/pci/saa7134/saa7134-core.c:224:15: note: byref variable will be forcibly initialized dma_addr_t dma_addr = 0; ^~~~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/include/linux/mod_devicetable.h:13, from /kisskb/src/include/linux/pci.h:27, from /kisskb/src/drivers/media/pci/saa7164/saa7164.h:33, from /kisskb/src/drivers/media/pci/saa7164/saa7164-encoder.c:8: /kisskb/src/drivers/media/pci/saa7164/saa7164-encoder.c: In function 'fops_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-encoder.c:879:5: note: in expansion of macro 'if' if (wait_event_interruptible(port->wait_read, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-encoder.c:879:9: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(port->wait_read, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-encoder.c:827:3: note: in expansion of macro 'if' if (wait_event_interruptible(port->wait_read, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-encoder.c:827:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(port->wait_read, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-encoder.c: In function 'saa7164_s_frequency': /kisskb/src/drivers/media/pci/saa7164/saa7164-encoder.c:363:27: note: byref variable will be forcibly initialized struct analog_parameters params = { ^~~~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c: In function 'jpu_parse_hdr': /kisskb/src/drivers/media/platform/rcar_jpu.c:606:15: note: byref variable will be forcibly initialized unsigned int word; ^~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c:605:21: note: byref variable will be forcibly initialized struct jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c: In function 'jpu_streamon': /kisskb/src/drivers/media/platform/rcar_jpu.c:909:53: note: byref variable will be forcibly initialized struct jpu_q_data *src_q_data, *dst_q_data, *orig, adj, *ref; ^~~ /kisskb/src/drivers/media/platform/rcar_jpu.c: In function 'jpu_s_fmt': /kisskb/src/drivers/media/platform/rcar_jpu.c:847:18: note: byref variable will be forcibly initialized struct jpu_fmt *fmtinfo; ^~~~~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c: In function 'jpu_buf_queue': /kisskb/src/drivers/media/platform/rcar_jpu.c:1082:23: note: byref variable will be forcibly initialized unsigned int width, height; ^~~~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c:1082:16: note: byref variable will be forcibly initialized unsigned int width, height; ^~~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c:1079:30: note: byref variable will be forcibly initialized struct jpu_q_data *q_data, adjust; ^~~~~~ /kisskb/src/drivers/media/platform/rcar_drif.c: In function 'rcar_drif_alloc_dmachannels': /kisskb/src/drivers/media/platform/rcar_drif.c:270:26: note: byref variable will be forcibly initialized struct dma_slave_config dma_cfg; ^~~~~~~ /kisskb/src/drivers/media/platform/rcar_drif.c: In function 'rcar_drif_start': /kisskb/src/drivers/media/platform/rcar_drif.c:744:16: note: byref variable will be forcibly initialized unsigned long enabled = 0; ^~~~~~~ /kisskb/src/drivers/media/platform/rcar_drif.c: In function 'rcar_drif_start_streaming': /kisskb/src/drivers/media/platform/rcar_drif.c:775:16: note: byref variable will be forcibly initialized unsigned long enabled = 0; ^~~~~~~ /kisskb/src/drivers/media/platform/rcar_drif.c: In function 'rcar_drif_dma_complete': /kisskb/src/drivers/media/platform/rcar_drif.c:526:26: note: byref variable will be forcibly initialized struct rcar_drif_hwbuf *buf[RCAR_DRIF_MAX_CHANNEL]; ^~~ /kisskb/src/drivers/media/platform/rcar_drif.c: In function 'rcar_drif_get_ep_properties': /kisskb/src/drivers/media/platform/rcar_drif.c:1192:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/media/platform/vsp1/vsp1_histo.c:11: /kisskb/src/drivers/media/platform/vsp1/vsp1_histo.c: In function 'histo_stop_streaming': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_histo.c:153:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(histo->wait_queue, !histo->readout, histo->irqlock); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_uif.c: In function 'vsp1_uif_create': /kisskb/src/drivers/media/platform/vsp1/vsp1_uif.c:246:7: note: byref variable will be forcibly initialized char name[6]; ^~~~ /kisskb/src/drivers/media/platform/meson/ge2d/ge2d.c: In function 'vidioc_try_fmt_cap': /kisskb/src/drivers/media/platform/meson/ge2d/ge2d.c:576:25: note: byref variable will be forcibly initialized struct v4l2_pix_format fmt_cap; ^~~~~~~ /kisskb/src/drivers/media/platform/meson/ge2d/ge2d.c: In function 'ge2d_s_ctrl': /kisskb/src/drivers/media/platform/meson/ge2d/ge2d.c:743:25: note: byref variable will be forcibly initialized struct v4l2_pix_format fmt; ^~~ /kisskb/src/drivers/media/platform/meson/ge2d/ge2d.c: In function 'ge2d_isr': /kisskb/src/drivers/media/platform/meson/ge2d/ge2d.c:291:6: note: byref variable will be forcibly initialized u32 intr; ^~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/include/linux/mod_devicetable.h:13, from /kisskb/src/include/linux/pci.h:27, from /kisskb/src/drivers/media/pci/saa7164/saa7164.h:33, from /kisskb/src/drivers/media/pci/saa7164/saa7164-vbi.c:8: /kisskb/src/drivers/media/pci/saa7164/saa7164-vbi.c: In function 'fops_poll': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-vbi.c:628:3: note: in expansion of macro 'if' if (wait_event_interruptible(port->wait_read, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-vbi.c:628:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(port->wait_read, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-vbi.c: In function 'fops_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-vbi.c:583:5: note: in expansion of macro 'if' if (wait_event_interruptible(port->wait_read, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-vbi.c:583:9: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(port->wait_read, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-vbi.c:531:3: note: in expansion of macro 'if' if (wait_event_interruptible(port->wait_read, ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7164/saa7164-vbi.c:531:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(port->wait_read, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-i2c.c: In function 'saa7134_i2c_eeprom_md7134_gate': /kisskb/src/drivers/media/pci/saa7134/saa7134-i2c.c:361:17: note: byref variable will be forcibly initialized struct i2c_msg i2cgatemsg_w[] = { {.addr = 0x08, .flags = 0, ^~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-i2c.c:355:17: note: byref variable will be forcibly initialized struct i2c_msg i2cgatemsg_r[] = { {.addr = 0x08, .flags = 0, ^~~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-i2c.c:353:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-i2c.c:352:20: note: byref variable will be forcibly initialized u8 subaddr = 0x7, dmdregval; ^~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-i2c.c:352:5: note: byref variable will be forcibly initialized u8 subaddr = 0x7, dmdregval; ^~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-i2c.c: In function 'saa7134_i2c_eeprom': /kisskb/src/drivers/media/pci/saa7134/saa7134-i2c.c:380:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-i2c.c: In function 'do_i2c_scan': /kisskb/src/drivers/media/pci/saa7134/saa7134-i2c.c:418:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-empress.c: In function 'empress_try_fmt_vid_cap': /kisskb/src/drivers/media/pci/saa7134/saa7134-empress.c:141:27: note: byref variable will be forcibly initialized struct v4l2_subdev_state pad_state = { ^~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-empress.c:140:32: note: byref variable will be forcibly initialized struct v4l2_subdev_pad_config pad_cfg; ^~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c: In function 'setup_clipping': /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:628:27: note: byref variable will be forcibly initialized struct cliplist col[16], row[16]; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:628:18: note: byref variable will be forcibly initialized struct cliplist col[16], row[16]; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c: In function 'video_release': /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:1157:25: note: byref variable will be forcibly initialized struct saa6588_command cmd; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c: In function 'radio_read': /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:1194:25: note: byref variable will be forcibly initialized struct saa6588_command cmd; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c: In function 'radio_poll': /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:1212:25: note: byref variable will be forcibly initialized struct saa6588_command cmd; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c: In function 'saa7134_s_ctrl': /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:1099:31: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config tda9887_cfg; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c: In function 'philips_td1316_tuner_init': /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:407:17: note: byref variable will be forcibly initialized struct i2c_msg init_msg = {.addr = addr,.flags = 0,.buf = msg,.len = sizeof(msg) }; ^~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c: In function 'md8800_set_voltage2': /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:1010:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { { .addr = 0x08, .flags = 0, .buf = wbuf, .len = 1 }, ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:1009:5: note: byref variable will be forcibly initialized u8 rbuf; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:1008:5: note: byref variable will be forcibly initialized u8 wbuf[2] = { 0x1f, 00 }; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c: In function 'philips_td1316_tuner_sleep': /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:428:17: note: byref variable will be forcibly initialized struct i2c_msg analog_msg = {.addr = addr,.flags = 0,.buf = msg,.len = sizeof(msg) }; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c: In function 'philips_europa_tuner_sleep': /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:461:17: note: byref variable will be forcibly initialized struct i2c_msg analog_msg = {.addr = 0x43,.flags = 0,.buf = msg,.len = sizeof(msg) }; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c: In function 'dvb_fini': /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:1943:19: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x08, .buf = &data, .flags = 0, .len = 1}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:1942:7: note: byref variable will be forcibly initialized u8 data = 0x80; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:1931:31: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config tda9887_cfg; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c: In function 'kworld_sbtvd_gate_ctrl': /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:234:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x4b, .flags = 0, .buf = initmsg, .len = 2}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:233:16: note: byref variable will be forcibly initialized unsigned char msg_disable[] = {0x45, 0x81}; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:232:16: note: byref variable will be forcibly initialized unsigned char msg_enable[] = {0x45, 0xc1}; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:231:16: note: byref variable will be forcibly initialized unsigned char initmsg[] = {0x45, 0x97}; ^~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c: In function 'philips_europa_tuner_init': /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:444:17: note: byref variable will be forcibly initialized struct i2c_msg init_msg = {.addr = 0x43,.flags = 0,.buf = msg,.len = sizeof(msg) }; ^~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c: In function 'philips_tda6651_pll_set': /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:274:17: note: byref variable will be forcibly initialized struct i2c_msg tuner_msg = {.addr = addr,.flags = 0,.buf = tuner_buf,.len = ^~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:273:5: note: byref variable will be forcibly initialized u8 tuner_buf[4]; ^~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c: In function 'philips_tu1216_init': /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:362:17: note: byref variable will be forcibly initialized struct i2c_msg tuner_msg = {.addr = addr,.flags = 0,.buf = tu1216_init,.len = sizeof(tu1216_init) }; ^~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c: In function 'dvb_init': /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:1864:24: note: byref variable will be forcibly initialized struct xc2028_config cfg = { ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:1449:20: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x08, .flags = 0, .len = 1}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:1448:8: note: byref variable will be forcibly initialized u8 data = 0xc4; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c: In function 'mt352_pinnacle_tuner_set_params': /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:171:24: note: byref variable will be forcibly initialized struct v4l2_frequency f; ^ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:168:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x43, .flags=0, .buf=off, .len = sizeof(off)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:167:5: note: byref variable will be forcibly initialized u8 on[] = { 0x00, 0x71}; ^~ /kisskb/src/drivers/media/pci/saa7134/saa7134-dvb.c:166:5: note: byref variable will be forcibly initialized u8 off[] = { 0x00, 0xf1}; ^~~ /kisskb/src/lib/cmdline.c: In function 'memparse': /kisskb/src/lib/cmdline.c:152:8: note: byref variable will be forcibly initialized char *endptr; /* local pointer to end of parsed string */ ^~~~~~ /kisskb/src/drivers/video/hdmi.c: In function 'hdmi_spd_infoframe_log': /kisskb/src/drivers/video/hdmi.c:1269:5: note: byref variable will be forcibly initialized u8 buf[17]; ^~~ In file included from /kisskb/src/drivers/clk/clk-bulk.c:13: /kisskb/src/drivers/clk/clk-bulk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/drivers/reset/core.c:7: /kisskb/src/drivers/reset/core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/reset/core.c:8: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/reset/core.c: In function '__of_reset_control_get': /kisskb/src/drivers/reset/core.c:818:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/soc/qcom/llcc-qcom.c: In function 'llcc_update_act_ctrl': /kisskb/src/drivers/soc/qcom/llcc-qcom.c:271:6: note: byref variable will be forcibly initialized u32 slice_status; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bitfield.h:10, from /kisskb/src/drivers/soc/qcom/llcc-qcom.c:7: /kisskb/src/drivers/soc/qcom/llcc-qcom.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/soc/qcom/llcc-qcom.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/qcom/llcc-qcom.c: In function '_qcom_llcc_cfg_program': /kisskb/src/drivers/soc/qcom/llcc-qcom.c:414:25: note: byref variable will be forcibly initialized struct llcc_slice_desc desc; ^~~~ /kisskb/src/drivers/soc/qcom/llcc-qcom.c: In function 'qcom_llcc_probe': /kisskb/src/drivers/soc/qcom/llcc-qcom.c:538:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/soc/qcom/llcc-qcom.c:531:6: note: byref variable will be forcibly initialized u32 num_banks; ^~~~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_direction': /kisskb/src/drivers/pinctrl/core.c:837:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^~~~~ /kisskb/src/drivers/pinctrl/core.c:836:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_generic_free_groups': /kisskb/src/drivers/pinctrl/core.c:694:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_groups_show': /kisskb/src/drivers/pinctrl/core.c:1695:12: note: byref variable will be forcibly initialized unsigned num_pins = 0; ^~~~~~~~ /kisskb/src/drivers/pinctrl/core.c:1694:19: note: byref variable will be forcibly initialized const unsigned *pins = NULL; ^~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_can_use_line': /kisskb/src/drivers/pinctrl/core.c:744:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^~~~~ /kisskb/src/drivers/pinctrl/core.c:743:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_request': /kisskb/src/drivers/pinctrl/core.c:780:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^~~~~ /kisskb/src/drivers/pinctrl/core.c:779:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_free': /kisskb/src/drivers/pinctrl/core.c:815:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^~~~~ /kisskb/src/drivers/pinctrl/core.c:814:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_set_config': /kisskb/src/drivers/pinctrl/core.c:898:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c:897:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^~~~~ /kisskb/src/drivers/pinctrl/core.c:896:16: note: byref variable will be forcibly initialized unsigned long configs[] = { config }; ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c:211:3: note: in expansion of macro 'wait_event' wait_event(pci_cfg_wait, !dev->block_cfg_access); ^~~~~~~~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_fuse_probe': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:187:22: note: byref variable will be forcibly initialized struct nvmem_config nvmem; ^~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_bus_read_config_byte': /kisskb/src/drivers/pci/access.c:41:6: note: byref variable will be forcibly initialized u32 data = 0; \ ^~~~ /kisskb/src/drivers/pci/access.c:63:1: note: in expansion of macro 'PCI_OP_READ' 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:6: note: byref variable will be forcibly initialized u32 data = 0; \ ^~~~ /kisskb/src/drivers/pci/access.c:64:1: note: in expansion of macro 'PCI_OP_READ' 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:6: note: byref variable will be forcibly initialized u32 data = 0; \ ^~~~ /kisskb/src/drivers/pci/access.c:65:1: note: in expansion of macro 'PCI_OP_READ' PCI_OP_READ(dword, u32, 4) ^~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_init_fuse': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:451:18: note: byref variable will be forcibly initialized struct resource regs; ^~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:449:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_user_read_config_byte': /kisskb/src/drivers/pci/access.c:222:6: note: byref variable will be forcibly initialized u32 data = -1; \ ^~~~ /kisskb/src/drivers/pci/access.c:254:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' 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:222:6: note: byref variable will be forcibly initialized u32 data = -1; \ ^~~~ /kisskb/src/drivers/pci/access.c:255:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' 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:222:6: note: byref variable will be forcibly initialized u32 data = -1; \ ^~~~ /kisskb/src/drivers/pci/access.c:256:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' PCI_USER_READ_CONFIG(dword, u32) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pcie_capability_clear_and_set_word': /kisskb/src/drivers/pci/access.c:493:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/pci/access.c: In function 'pcie_capability_clear_and_set_dword': /kisskb/src/drivers/pci/access.c:510:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/amba/bus.c: In function 'amba_find_device': /kisskb/src/drivers/amba/bus.c:782:19: note: byref variable will be forcibly initialized struct find_data data; ^~~~ /kisskb/src/drivers/phy/phy-core.c: In function '_of_phy_get': /kisskb/src/drivers/phy/phy-core.c:532:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/phy/phy-core.c: In function 'of_phy_simple_xlate': /kisskb/src/drivers/phy/phy-core.c:667:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/pwm.h:58, from /kisskb/src/drivers/pwm/core.c:24: /kisskb/src/drivers/pwm/core.c: In function 'perf_trace_pwm': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pwm.h:58, from /kisskb/src/drivers/pwm/core.c:24: /kisskb/src/drivers/pwm/core.c: In function 'trace_event_raw_event_pwm': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/pwm.h:58, from /kisskb/src/drivers/pwm/core.c:24: /kisskb/src/drivers/pwm/core.c: In function '__bpf_trace_pwm': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/pwm/core.c:9: /kisskb/src/drivers/pwm/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ 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:264, 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:853:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(tmp_map, SVE_VQ_MAX); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/arch/arm64/mm/init.c: In function 'reserve_crashkernel': /kisskb/src/arch/arm64/mm/init.c:77:33: note: byref variable will be forcibly initialized unsigned long long crash_base, crash_size; ^~~~~~~~~~ /kisskb/src/arch/arm64/mm/init.c:77:21: note: byref variable will be forcibly initialized unsigned long long crash_base, crash_size; ^~~~~~~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwmchip_add': /kisskb/src/drivers/pwm/core.c:161:7: note: byref variable will be forcibly initialized u32 pwm_cells; ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/fpsimd.c: In function 'sve_update_vq_map': /kisskb/src/arch/arm64/kernel/fpsimd.c:732:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(tmp_map, SVE_VQ_MAX); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/arch/arm64/kernel/fpsimd.c: In function 'sve_verify_vq_map': /kisskb/src/arch/arm64/kernel/fpsimd.c:745:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(tmp_map, SVE_VQ_MAX); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/pwm/core.c: In function 'acpi_pwm_get': /kisskb/src/drivers/pwm/core.c:850:31: note: byref variable will be forcibly initialized struct fwnode_reference_args args; ^~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_adjust_config': /kisskb/src/drivers/pwm/core.c:656:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwm_get': /kisskb/src/drivers/pwm/core.c:769:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/init/main.c: In function 'xbc_snprint_cmdline': /kisskb/src/init/main.c:328:19: note: byref variable will be forcibly initialized struct xbc_node *knode, *vnode; ^~~~~ /kisskb/src/init/main.c: In function 'setup_boot_config': /kisskb/src/init/main.c:411:12: note: byref variable will be forcibly initialized u32 size, csum; ^~~~ /kisskb/src/init/main.c:411:6: note: byref variable will be forcibly initialized u32 size, csum; ^~~~ /kisskb/src/init/main.c:410:6: note: byref variable will be forcibly initialized int pos; ^~~ /kisskb/src/init/main.c:409:14: note: byref variable will be forcibly initialized const char *msg; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:111: /kisskb/src/init/main.c: In function 'perf_trace_initcall_level': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'perf_trace_initcall_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'perf_trace_initcall_finish': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:111: /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_level': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_finish': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:111: /kisskb/src/init/main.c: In function '__bpf_trace_initcall_level': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function '__bpf_trace_initcall_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function '__bpf_trace_initcall_finish': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'loglevel': /kisskb/src/init/main.c:251:6: note: byref variable will be forcibly initialized int newlevel; ^~~~~~~~ /kisskb/src/init/main.c: In function 'early_randomize_kstack_offset': /kisskb/src/init/main.c:869:7: note: byref variable will be forcibly initialized bool bool_result; ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'initcall_blacklisted': /kisskb/src/init/main.c:1202:7: note: byref variable will be forcibly initialized char fn_name[KSYM_SYMBOL_LEN]; ^~~~~~~ /kisskb/src/init/main.c: In function 'start_kernel': /kisskb/src/init/main.c:932:8: note: byref variable will be forcibly initialized char *command_line; ^~~~~~~~~~~~ /kisskb/src/init/main.c: In function 'do_one_initcall': /kisskb/src/init/main.c:1296:7: note: byref variable will be forcibly initialized char msgbuf[64]; ^~~~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'backlight_generate_event': /kisskb/src/drivers/video/backlight/backlight.c:163:8: note: byref variable will be forcibly initialized char *envp[2]; ^~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'bl_power_store': /kisskb/src/drivers/video/backlight/backlight.c:194:16: note: byref variable will be forcibly initialized unsigned long power, old_power; ^~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'brightness_store': /kisskb/src/drivers/video/backlight/backlight.c:258:16: note: byref variable will be forcibly initialized unsigned long brightness; ^~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map_pages': /kisskb/src/drivers/iommu/iommu.c:2457:17: note: byref variable will be forcibly initialized size_t pgsize, count; ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_unmap_pages': /kisskb/src/drivers/iommu/iommu.c:2569:17: note: byref variable will be forcibly initialized 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:428:12: note: byref variable will be forcibly initialized LIST_HEAD(stack); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/random.h:121, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/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:312: /kisskb/src/drivers/char/random.c: In function 'arch_get_random_seed_long': /kisskb/src/arch/arm64/include/asm/archrandom.h:57:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/char/random.c: In function 'init_std_data': /kisskb/src/drivers/char/random.c:1753:16: note: byref variable will be forcibly initialized unsigned long rv; ^~ /kisskb/src/drivers/char/random.c:1752:10: note: byref variable will be forcibly initialized ktime_t now = ktime_get_real(); ^~~ In file included from /kisskb/src/include/linux/random.h:121, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/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:312: /kisskb/src/drivers/char/random.c: In function 'arch_get_random_seed_long_early': /kisskb/src/arch/arm64/include/asm/archrandom.h:121:24: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/char/random.c: In function 'crng_init_try_arch_early': /kisskb/src/drivers/char/random.c:796:16: note: byref variable will be forcibly initialized unsigned long rv; ^~ /kisskb/src/drivers/char/random.c: In function 'extract_buf': /kisskb/src/drivers/char/random.c:1376:8: note: byref variable will be forcibly initialized __u32 workspace[SHA1_WORKSPACE_WORDS]; ^~~~~~~~~ /kisskb/src/drivers/char/random.c:1375:4: note: byref variable will be forcibly initialized } hash; ^~~~ /kisskb/src/drivers/char/random.c: In function '_extract_entropy': /kisskb/src/drivers/char/random.c:1427:7: note: byref variable will be forcibly initialized __u8 tmp[EXTRACT_SIZE]; ^~~ /kisskb/src/drivers/iommu/iommu.c: In function 'pci_device_group': /kisskb/src/drivers/iommu/iommu.c:1445:28: note: byref variable will be forcibly initialized struct group_for_pci_data data; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/random.h:247, from /kisskb/src/drivers/char/random.c:348: /kisskb/src/drivers/char/random.c: In function 'perf_trace_add_device_randomness': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_random__mix_pool_bytes': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_credit_entropy_bits': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_debit_entropy': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'probe_alloc_default_domain': /kisskb/src/drivers/iommu/iommu.c:1725:29: note: byref variable will be forcibly initialized struct __group_domain_type gtype; ^~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_add_input_randomness': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_add_disk_randomness': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_random__get_random_bytes': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_random__extract_entropy': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_urandom_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_prandom_u32': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/random.h:247, from /kisskb/src/drivers/char/random.c:348: /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_device_randomness': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__mix_pool_bytes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_credit_entropy_bits': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_debit_entropy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_unmap': /kisskb/src/drivers/iommu/iommu.c:2634:28: note: byref variable will be forcibly initialized struct iommu_iotlb_gather iotlb_gather; ^~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map': /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_input_randomness': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c:2510:10: note: byref variable will be forcibly initialized size_t mapped = 0; ^~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_disk_randomness': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__get_random_bytes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__extract_entropy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_urandom_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_prandom_u32': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/random.h:247, from /kisskb/src/drivers/char/random.c:348: /kisskb/src/drivers/char/random.c: In function '__bpf_trace_add_device_randomness': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_debit_entropy': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_add_disk_randomness': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_random__get_random_bytes': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_random__mix_pool_bytes': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_urandom_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_credit_entropy_bits': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_random__extract_entropy': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_add_input_randomness': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__bpf_trace_prandom_u32': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'add_device_randomness': 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/char/random.c:1116:16: note: byref variable will be forcibly initialized unsigned long time = random_get_entropy() ^ jiffies; ^~~~ /kisskb/src/drivers/iommu/iommu.c:1791:12: note: byref variable will be forcibly initialized LIST_HEAD(group_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/char/random.c: In function 'crng_reseed': /kisskb/src/drivers/char/random.c:958:17: note: byref variable will be forcibly initialized unsigned long rv; ^~ /kisskb/src/drivers/char/random.c:945:4: note: byref variable will be forcibly initialized } buf; ^~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_create_device_direct_mappings': /kisskb/src/drivers/iommu/iommu.c:767:19: note: byref variable will be forcibly initialized struct list_head mappings; ^~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'add_timer_randomness': /kisskb/src/drivers/char/random.c:1149:4: note: byref variable will be forcibly initialized } sample; ^~~~~~ /kisskb/src/drivers/char/random.c: In function '_get_random_bytes': /kisskb/src/drivers/char/random.c:1527:7: note: byref variable will be forcibly initialized __u8 tmp[CHACHA_BLOCK_SIZE] __aligned(4); ^~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_get_group_resv_regions': /kisskb/src/drivers/iommu/iommu.c:499:20: note: byref variable will be forcibly initialized 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:517:19: note: byref variable will be forcibly initialized struct list_head group_resv_regions; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'extract_crng_user': /kisskb/src/drivers/char/random.c:1059:7: note: byref variable will be forcibly initialized __u8 tmp[CHACHA_BLOCK_SIZE] __aligned(4); ^~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_set_def_domain_type': /kisskb/src/drivers/iommu/iommu.c:335:7: note: byref variable will be forcibly initialized bool pt; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/fs/open.c:9: /kisskb/src/fs/open.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'try_to_generate_entropy': /kisskb/src/drivers/char/random.c:1583:4: note: byref variable will be forcibly initialized } stack; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:312: /kisskb/src/drivers/char/random.c: In function 'wait_for_random_bytes': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:1622:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(crng_init_wait, crng_ready(), HZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'write_pool': /kisskb/src/drivers/char/random.c:1865:11: note: byref variable will be forcibly initialized __u32 t, buf[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/utsname.h:6, from /kisskb/src/drivers/char/random.c:312: /kisskb/src/drivers/char/random.c: In function 'add_hwgenerator_randomness': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:2286:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(random_write_wait, kthread_should_stop() || ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_create': /kisskb/src/drivers/clk/clkdev.c:206:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_hw_create': /kisskb/src/drivers/clk/clkdev.c:229:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/clk/clkdev.c: In function '__clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:273:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/char/random.c: In function 'get_random_bytes_arch': /kisskb/src/drivers/char/random.c:1725:17: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:316:21: note: byref variable will be forcibly initialized struct clk_lookup *cl; ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_hw_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:343:21: note: byref variable will be forcibly initialized struct clk_lookup *cl; ^~ /kisskb/src/fs/open.c: In function 'do_faccessat': /kisskb/src/fs/open.c:397:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chdir': /kisskb/src/fs/open.c:485:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chroot': /kisskb/src/fs/open.c:533:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/open.c: In function 'do_truncate': /kisskb/src/fs/open.c:42:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_sys_truncate': /kisskb/src/fs/open.c:124:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/block/bio.c:5: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:568:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/open.c:567:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchmodat': /kisskb/src/fs/open.c:614:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:647:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/open.c:645:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchownat': /kisskb/src/fs/open.c:692:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/block/bio.c: In function 'punt_bios_to_rescuer': /kisskb/src/block/bio.c:364:24: note: byref variable will be forcibly initialized struct bio_list punt, nopunt; ^~~~~~ /kisskb/src/block/bio.c:364:18: note: byref variable will be forcibly initialized struct bio_list punt, nopunt; ^~~~ /kisskb/src/block/bio.c: In function 'bio_iov_bvec_set_append': /kisskb/src/block/bio.c:1056:18: note: byref variable will be forcibly initialized struct iov_iter i = *iter; ^ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function 'submit_bio_wait': /kisskb/src/block/bio.c:1241:33: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK_MAP(done, ^~~~ /kisskb/src/include/linux/completion.h:71:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK_MAP' struct completion work = COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/gpio.h:57, from /kisskb/src/drivers/gpio/gpiolib.c:33: /kisskb/src/drivers/gpio/gpiolib.c: In function 'perf_trace_gpio_direction': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_free_pages': /kisskb/src/block/bio.c:1323:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'perf_trace_gpio_value': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_sys_openat2': /kisskb/src/fs/open.c:1187:20: note: byref variable will be forcibly initialized struct open_flags op; ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/gpio.h:57, from /kisskb/src/drivers/gpio/gpiolib.c:33: /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_direction': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_value': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/fs/open.c: In function '__do_sys_openat2': /kisskb/src/fs/open.c:1239:18: note: byref variable will be forcibly initialized struct open_how tmp; ^~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function '__bpf_trace_gpio_value': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'file_open_name': /kisskb/src/fs/open.c:1141:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^~~ /kisskb/src/fs/open.c:1140:20: note: byref variable will be forcibly initialized struct open_flags op; ^~ In file included 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/gpio/gpiolib.c:6: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/open.c: In function 'file_open_root': /kisskb/src/fs/open.c:1176:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^~~ /kisskb/src/fs/open.c:1175:20: note: byref variable will be forcibly initialized struct open_flags op; ^~ /kisskb/src/fs/open.c: In function 'do_sys_open': /kisskb/src/fs/open.c:1215:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^~~ /kisskb/src/block/bio.c: In function 'zero_fill_bio': /kisskb/src/block/bio.c:532:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/bio.c:531:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^~ /kisskb/src/block/bio.c: In function 'bio_truncate': /kisskb/src/block/bio.c:552:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/bio.c: In function 'bio_add_pc_page': /kisskb/src/block/bio.c:886:7: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_add_zone_append_page': /kisskb/src/block/bio.c:912:7: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/block/bio.c: In function '__bio_iov_append_get_pages': /kisskb/src/block/bio.c:1159:8: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/block/bio.c:1139:9: note: byref variable will be forcibly initialized size_t offset; ^~~~~~ /kisskb/src/block/bio.c: In function 'bio_add_page': /kisskb/src/block/bio.c:1007:7: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/gpio/gpiolib.c:6: /kisskb/src/drivers/gpio/gpiolib.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/block/bio.c: In function '__bio_iov_iter_get_pages': /kisskb/src/block/bio.c:1093:9: note: byref variable will be forcibly initialized size_t offset; ^~~~~~ /kisskb/src/block/bio.c:1090:7: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_release_pages': /kisskb/src/block/bio.c:1020:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data_iter': /kisskb/src/block/bio.c:1289:18: note: byref variable will be forcibly initialized struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter); ^~~~~~ /kisskb/src/block/bio.c:1288:18: note: byref variable will be forcibly initialized struct bio_vec src_bv = bio_iter_iovec(src, *src_iter); ^~~~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data': /kisskb/src/block/bio.c:1314:19: note: byref variable will be forcibly initialized struct bvec_iter dst_iter = dst->bi_iter; ^~~~~~~~ /kisskb/src/block/bio.c:1313:19: note: byref variable will be forcibly initialized struct bvec_iter src_iter = src->bi_iter; ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_set_pages_dirty': /kisskb/src/block/bio.c:1362:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_check_pages_dirty': /kisskb/src/block/bio.c:1411:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_hierarchy_irq_domain_alloc': /kisskb/src/drivers/gpio/gpiolib.c:1082:15: note: byref variable will be forcibly initialized unsigned int parent_type; ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1081:15: note: byref variable will be forcibly initialized unsigned int parent_hwirq; ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1078:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:1077:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_set_hierarchical_irqchip': /kisskb/src/drivers/gpio/gpiolib.c:1001:17: note: byref variable will be forcibly initialized unsigned int parent_type; ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1000:17: note: byref variable will be forcibly initialized unsigned int parent_hwirq; ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:999:22: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpiolib.c:14: /kisskb/src/drivers/gpio/gpiolib.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/video/of_display_timing.c: In function 'parse_timing_property': /kisskb/src/drivers/video/of_display_timing.c:29:6: note: byref variable will be forcibly initialized int length, cells, ret; ^~~~~~ /kisskb/src/drivers/video/of_display_timing.c: In function 'of_parse_display_timing': /kisskb/src/drivers/video/of_display_timing.c:60:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ In file included from /kisskb/src/drivers/video/of_display_timing.c:11: /kisskb/src/drivers/video/of_display_timing.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_to_irq': /kisskb/src/drivers/gpio/gpiolib.c:1376:21: note: byref variable will be forcibly initialized struct irq_fwspec spec; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/filemap.h:116, from /kisskb/src/mm/filemap.c:50: /kisskb/src/mm/filemap.c: In function 'perf_trace_mm_filemap_op_page_cache': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'perf_trace_filemap_set_wb_err': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'perf_trace_file_check_and_advance_wb_err': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filemap.h:116, from /kisskb/src/mm/filemap.c:50: /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_mm_filemap_op_page_cache': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_filemap_set_wb_err': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_file_check_and_advance_wb_err': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/filemap.h:116, 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function '__bpf_trace_file_check_and_advance_wb_err': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ In file included from /kisskb/src/include/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:264, 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:2566:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2565:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_set_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2860:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2859:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_delete': /kisskb/src/mm/filemap.c:127:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page->index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'replace_page_cache_page': /kisskb/src/mm/filemap.c:841:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, offset); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_delete_batch': /kisskb/src/mm/filemap.c:290:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, pvec->pages[0]->index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function '__filemap_fdatawait_range': /kisskb/src/mm/filemap.c:518:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/filemap.c:516:10: note: byref variable will be forcibly initialized pgoff_t index = start_byte >> PAGE_SHIFT; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function '__add_to_page_cache_locked': /kisskb/src/mm/filemap.c:878:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, offset); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'add_to_page_cache_lru': /kisskb/src/mm/filemap.c:980:8: note: byref variable will be forcibly initialized void *shadow = NULL; ^~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3850:16: note: byref variable will be forcibly initialized unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:300:2: note: in expansion of macro 'smp_store_release' smp_store_release(&entry->next, entry); ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'wake_page_function': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1162:2: note: in expansion of macro 'smp_store_release' smp_store_release(&wait->flags, flags | WQ_FLAG_WOKEN); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'fwnode_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3683:7: note: byref variable will be forcibly initialized char prop_name[32]; /* 32 is max size of property name */ ^~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'wait_on_page_bit_common': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1351:11: note: in expansion of macro 'smp_load_acquire' flags = smp_load_acquire(&wait->flags); ^~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1283:16: note: byref variable will be forcibly initialized unsigned long pflags; ^~~~~~ /kisskb/src/mm/filemap.c:1279:25: note: byref variable will be forcibly initialized struct wait_page_queue wait_page; ^~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'wake_up_page_bit': /kisskb/src/mm/filemap.c:1184:21: note: byref variable will be forcibly initialized wait_queue_entry_t bookmark; ^~~~~~~~ /kisskb/src/mm/filemap.c:1182:23: note: byref variable will be forcibly initialized struct wait_page_key key; ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_get_entry': /kisskb/src/mm/filemap.c:1820:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_get_read_batch': /kisskb/src/mm/filemap.c:2336:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function 'KERNEL_SOCKPTR': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized return (sockptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/mm/filemap.c: In function 'filemap_map_pages': /kisskb/src/mm/filemap.c:3293:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_pgoff); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function 'sock_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/socket.c:3045:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(net_families[ops->family], ops); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_page': /kisskb/src/mm/filemap.c:486:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_needs_writeback': /kisskb/src/mm/filemap.c:659:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/net/socket.c: In function '____sys_recvmsg': /kisskb/src/net/socket.c:2610:26: note: byref variable will be forcibly initialized struct sockaddr_storage addr; ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_fault': /kisskb/src/net/socket.c: In function '__sock_recv_wifi_status': /kisskb/src/mm/filemap.c:3041:15: note: byref variable will be forcibly initialized struct file *fpin = NULL; ^~~~ /kisskb/src/net/socket.c:908:6: note: byref variable will be forcibly initialized int ack; ^~~ /kisskb/src/net/socket.c: In function 'put_ts_pktinfo': /kisskb/src/net/socket.c:800:24: note: byref variable will be forcibly initialized struct scm_ts_pktinfo ts_pktinfo; ^~~~~~~~~~ /kisskb/src/net/socket.c: In function '__sock_recv_timestamp': /kisskb/src/net/socket.c:863:34: note: byref variable will be forcibly initialized struct __kernel_old_timespec ts; ^~ /kisskb/src/net/socket.c:857:30: note: byref variable will be forcibly initialized struct __kernel_timespec ts; ^~ /kisskb/src/net/socket.c:849:33: note: byref variable will be forcibly initialized struct __kernel_old_timeval tv; ^~ /kisskb/src/net/socket.c:843:34: note: byref variable will be forcibly initialized struct __kernel_sock_timeval tv; ^~ /kisskb/src/net/socket.c:827:35: note: byref variable will be forcibly initialized struct scm_timestamping_internal tss; ^~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/mm/filemap.c: In function 'filemap_read': /kisskb/src/mm/filemap.c:2604:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_next_miss': /kisskb/src/mm/filemap.c:1754:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_prev_miss': /kisskb/src/mm/filemap.c:1790:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_entries': /kisskb/src/mm/filemap.c:2036:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/net/socket.c: In function '____sys_sendmsg': /kisskb/src/net/socket.c:2357:16: note: byref variable will be forcibly initialized unsigned char ctl[sizeof(struct cmsghdr) + 20] ^~~ /kisskb/src/mm/filemap.c: In function 'find_lock_entries': /kisskb/src/mm/filemap.c:2088:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/drivers/soc/qcom/mdt_loader.c: In function '__qcom_mdt_load': /kisskb/src/drivers/soc/qcom/mdt_loader.c:141:9: note: byref variable will be forcibly initialized size_t metadata_len; ^~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/mdt_loader.c:137:25: note: byref variable will be forcibly initialized const struct firmware *seg_fw; ^~~~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range': /kisskb/src/mm/filemap.c:2154:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, *start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_contig': /kisskb/src/mm/filemap.c:2205:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range_tag': /kisskb/src/mm/filemap.c:2263:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, *index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'mapping_seek_hole_data': /kisskb/src/mm/filemap.c:2844:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/net/socket.c: In function '__sys_socket': /kisskb/src/net/socket.c:1540:17: note: byref variable will be forcibly initialized struct socket *sock; ^~~~ /kisskb/src/mm/filemap.c: In function 'dio_warn_stale_pagecache': /kisskb/src/mm/filemap.c:3614:7: note: byref variable will be forcibly initialized char pathname[128]; ^~~~~~~~ /kisskb/src/net/socket.c: In function '__sys_socketpair': /kisskb/src/net/socket.c:1575:25: note: byref variable will be forcibly initialized struct socket *sock1, *sock2; ^~~~~ /kisskb/src/net/socket.c:1575:17: note: byref variable will be forcibly initialized struct socket *sock1, *sock2; ^~~~~ /kisskb/src/mm/filemap.c: In function 'generic_perform_write': /kisskb/src/mm/filemap.c:3747:9: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/mm/filemap.c:3743:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/net/socket.c: In function '__sys_bind': /kisskb/src/net/socket.c:1683:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:1683:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c:1682:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_listen': /kisskb/src/net/socket.c:1716:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:1716:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c: In function 'do_accept': /kisskb/src/net/socket.c:1746:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_connect': /kisskb/src/net/socket.c:1909:27: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_getsockname': /kisskb/src/net/socket.c:1936:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:1936:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c:1935:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_getpeername': /kisskb/src/net/socket.c:1974:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:1974:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c:1973:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendto': /kisskb/src/net/socket.c:2013:6: note: byref variable will be forcibly initialized int fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:2012:15: note: byref variable will be forcibly initialized struct iovec iov; ^~~ /kisskb/src/net/socket.c:2011:16: note: byref variable will be forcibly initialized struct msghdr msg; ^~~ /kisskb/src/net/socket.c:2010:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/socket.c:2009:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvfrom': /kisskb/src/net/socket.c:2074:6: note: byref variable will be forcibly initialized int fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:2073:6: note: byref variable will be forcibly initialized int err, err2; ^~~ /kisskb/src/net/socket.c:2072:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c:2071:16: note: byref variable will be forcibly initialized struct msghdr msg; ^~~ /kisskb/src/net/socket.c:2070:15: note: byref variable will be forcibly initialized struct iovec iov; ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function '__sys_setsockopt': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized return (sockptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/include/linux/sockptr.h:34:9: note: userspace variable will be forcibly initialized return (sockptr_t) { .user = p }; ^ /kisskb/src/net/socket.c:2144:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:2144:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c:2142:12: note: userspace variable will be forcibly initialized sockptr_t optval = USER_SOCKPTR(user_optval); ^~~~~~ /kisskb/src/net/socket.c: In function '__sys_getsockopt': /kisskb/src/net/socket.c:2200:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:2200:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c: In function '__sys_shutdown': /kisskb/src/net/socket.c:2255:11: note: byref variable will be forcibly initialized int err, fput_needed; ^~~~~~~~~~~ /kisskb/src/net/socket.c:2255:6: note: byref variable will be forcibly initialized int err, fput_needed; ^~~ /kisskb/src/net/socket.c: In function '__copy_msghdr_from_user': /kisskb/src/net/socket.c:2288:21: note: byref variable will be forcibly initialized struct user_msghdr msg; ^~~ /kisskb/src/net/socket.c: In function 'copy_msghdr_from_user': /kisskb/src/net/socket.c:2339:21: note: byref variable will be forcibly initialized struct user_msghdr msg; ^~~ /kisskb/src/net/socket.c: In function '___sys_sendmsg': /kisskb/src/net/socket.c:2454:39: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^~~ /kisskb/src/net/socket.c:2454:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^~~~~~~~ /kisskb/src/net/socket.c:2453:26: note: byref variable will be forcibly initialized struct sockaddr_storage address; ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendmsg': /kisskb/src/net/socket.c:2482:16: note: byref variable will be forcibly initialized struct msghdr msg_sys; ^~~~~~~ /kisskb/src/net/socket.c:2481:19: note: byref variable will be forcibly initialized int fput_needed, err; ^~~ /kisskb/src/net/socket.c:2481:6: note: byref variable will be forcibly initialized int fput_needed, err; ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendmmsg': /kisskb/src/net/socket.c:2516:22: note: byref variable will be forcibly initialized struct used_address used_address; ^~~~~~~~~~~~ /kisskb/src/net/socket.c:2515:16: note: byref variable will be forcibly initialized struct msghdr msg_sys; ^~~~~~~ /kisskb/src/net/socket.c:2511:19: note: byref variable will be forcibly initialized int fput_needed, err, datagrams; ^~~ /kisskb/src/net/socket.c:2511:6: note: byref variable will be forcibly initialized int fput_needed, err, datagrams; ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '___sys_recvmsg': /kisskb/src/net/socket.c:2663:26: note: byref variable will be forcibly initialized struct sockaddr __user *uaddr; ^~~~~ /kisskb/src/net/socket.c:2661:39: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^~~ /kisskb/src/net/socket.c:2661:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^~~~~~~~ /kisskb/src/net/socket.c: In function 'do_recvmmsg': /kisskb/src/net/socket.c:2727:20: note: byref variable will be forcibly initialized struct timespec64 timeout64; ^~~~~~~~~ /kisskb/src/net/socket.c:2726:20: note: byref variable will be forcibly initialized struct timespec64 end_time; ^~~~~~~~ /kisskb/src/net/socket.c:2725:16: note: byref variable will be forcibly initialized struct msghdr msg_sys; ^~~~~~~ /kisskb/src/net/socket.c:2721:19: note: byref variable will be forcibly initialized int fput_needed, err, datagrams; ^~~ /kisskb/src/net/socket.c:2721:6: note: byref variable will be forcibly initialized int fput_needed, err, datagrams; ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvmsg': /kisskb/src/net/socket.c:2690:16: note: byref variable will be forcibly initialized struct msghdr msg_sys; ^~~~~~~ /kisskb/src/net/socket.c:2689:19: note: byref variable will be forcibly initialized int fput_needed, err; ^~~ /kisskb/src/net/socket.c:2689:6: note: byref variable will be forcibly initialized int fput_needed, err; ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvmmsg': /kisskb/src/net/socket.c:2834:20: note: byref variable will be forcibly initialized struct timespec64 timeout_sys; ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function 'compat_ifr_data_ioctl': /kisskb/src/net/socket.c:3225:15: note: byref variable will be forcibly initialized void __user *data; ^~~~ /kisskb/src/net/socket.c:3224:15: note: byref variable will be forcibly initialized struct ifreq ifreq; ^~~~~ /kisskb/src/net/socket.c: In function 'compat_siocwandev': /kisskb/src/net/socket.c:3198:15: note: byref variable will be forcibly initialized struct ifreq ifr; ^~~ /kisskb/src/net/socket.c: In function 'sock_do_ioctl': /kisskb/src/net/socket.c:1116:15: note: byref variable will be forcibly initialized void __user *data; ^~~~ /kisskb/src/net/socket.c:1113:7: note: byref variable will be forcibly initialized bool need_copyout; ^~~~~~~~~~~~ /kisskb/src/net/socket.c:1112:15: note: byref variable will be forcibly initialized struct ifreq ifr; ^~~ /kisskb/src/net/socket.c: In function 'sock_ioctl': /kisskb/src/net/socket.c:1159:8: note: byref variable will be forcibly initialized bool need_copyout; ^~~~~~~~~~~~ /kisskb/src/net/socket.c:1158:16: note: byref variable will be forcibly initialized void __user *data; ^~~~ /kisskb/src/net/socket.c:1157:16: note: byref variable will be forcibly initialized struct ifreq ifr; ^~~ 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:110: /kisskb/src/kernel/fork.c: In function 'perf_trace_task_newtask': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ 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:110: /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_newtask': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ 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:110: /kisskb/src/kernel/fork.c: In function 'perf_trace_task_rename': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/task.h:62, from /kisskb/src/kernel/fork.c:110: /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_rename': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ 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:110: /kisskb/src/kernel/fork.c: In function '__bpf_trace_task_newtask': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function '__bpf_trace_task_rename': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/kernel/fork.c:2712:20: note: byref variable will be forcibly initialized struct clone_args args; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function 'perf_trace_regulator_basic': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'perf_trace_regulator_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'perf_trace_regulator_value': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_basic': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_value': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function '__bpf_trace_regulator_basic': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '__bpf_trace_regulator_range': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '__bpf_trace_regulator_value': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/virtio/virtio_ring.c:10: /kisskb/src/drivers/virtio/virtio_ring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/fork.c: In function 'copy_files': /kisskb/src/kernel/fork.c:1538:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'of_get_regulator': /kisskb/src/drivers/regulator/core.c:400:7: note: byref variable will be forcibly initialized char prop_name[64]; /* 64 is max size of property name */ ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:14: /kisskb/src/drivers/regulator/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/fork.c: In function 'fork_init': /kisskb/src/kernel/fork.c:820:28: note: byref variable will be forcibly initialized unsigned long useroffset, usersize; ^~~~~~~~ /kisskb/src/kernel/fork.c:820:16: note: byref variable will be forcibly initialized unsigned long useroffset, usersize; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'set_mm_exe_file': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c:1189:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mm->exe_file, new_exe_file); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_lock_dependent': /kisskb/src/drivers/regulator/core.c:324:24: note: byref variable will be forcibly initialized struct regulator_dev *old_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:323:24: note: byref variable will be forcibly initialized struct regulator_dev *new_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'dup_mmap': /kisskb/src/kernel/fork.c:496:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_packed': /kisskb/src/drivers/virtio/virtio_ring.c:1663:51: note: byref variable will be forcibly initialized dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1663:28: note: byref variable will be forcibly initialized dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1663:13: note: byref variable will be forcibly initialized dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; ^~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock_all': /kisskb/src/drivers/regulator/core.c:5899:27: note: byref variable will be forcibly initialized struct summary_lock_data lock_data; ^~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock': /kisskb/src/drivers/regulator/core.c:5918:24: note: byref variable will be forcibly initialized struct regulator_dev *old_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:5917:24: note: byref variable will be forcibly initialized struct regulator_dev *new_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/kernel/fork.c:1938:30: note: byref variable will be forcibly initialized struct multiprocess_signals delayed; ^~~~~~~ /kisskb/src/crypto/cipher.c: In function 'cipher_crypt_one': /kisskb/src/crypto/cipher.c:69:6: note: byref variable will be forcibly initialized u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'bypass_show': /kisskb/src/drivers/regulator/core.c:898:7: note: byref variable will be forcibly initialized bool bypass; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show': /kisskb/src/drivers/regulator/core.c:5966:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_peek_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:340:6: note: byref variable will be forcibly initialized u32 index, mask; ^~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_split': /kisskb/src/drivers/virtio/virtio_ring.c:934:15: note: byref variable will be forcibly initialized struct vring vring; ^~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:932:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_set_prio': /kisskb/src/drivers/irqchip/irq-gic-v3.c:463:14: note: byref variable will be forcibly initialized u32 offset, index; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_poke_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:357:6: note: byref variable will be forcibly initialized u32 index, mask; ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'create_regulator': /kisskb/src/drivers/regulator/core.c:1734:8: note: byref variable will be forcibly initialized char buf[REG_STR_SIZE]; ^~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_new_virtqueue': /kisskb/src/drivers/virtio/virtio_ring.c:2284:15: note: byref variable will be forcibly initialized struct vring vring; ^~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/fork.c:2546:20: note: byref variable will be forcibly initialized struct completion vfork; ^~~~~ /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:2848:8: note: byref variable will be forcibly initialized pid_t set_tid[MAX_PID_NS_LEVEL]; ^~~~~~~ /kisskb/src/kernel/fork.c:2847:27: note: byref variable will be forcibly initialized struct kernel_clone_args kargs; ^~~~~ /kisskb/src/kernel/fork.c: In function 'unshare_fd': /kisskb/src/kernel/fork.c:3007:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/kernel/fork.c: In function 'ksys_unshare': /kisskb/src/kernel/fork.c:3032:18: note: byref variable will be forcibly initialized struct nsproxy *new_nsproxy = NULL; ^~~~~~~~~~~ /kisskb/src/kernel/fork.c:3030:28: note: byref variable will be forcibly initialized struct files_struct *fd, *new_fd = NULL; ^~~~~~ /kisskb/src/kernel/fork.c:3029:25: note: byref variable will be forcibly initialized struct fs_struct *fs, *new_fs = NULL; ^~~~~~ /kisskb/src/kernel/fork.c: In function 'unshare_files': /kisskb/src/kernel/fork.c:3163:29: note: byref variable will be forcibly initialized struct files_struct *old, *copy = NULL; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_ipi_send_mask': /kisskb/src/kernel/fork.c: In function 'sysctl_max_threads': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1189:6: note: byref variable will be forcibly initialized int cpu; ^~~ /kisskb/src/kernel/fork.c:3185:6: note: byref variable will be forcibly initialized int max = MAX_THREADS; ^~~ /kisskb/src/kernel/fork.c:3184:6: note: byref variable will be forcibly initialized int min = 1; ^~~ /kisskb/src/kernel/fork.c:3183:6: note: byref variable will be forcibly initialized int threads = max_threads; ^~~~~~~ /kisskb/src/kernel/fork.c:3181:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ /kisskb/src/drivers/regulator/core.c: In function 'rdev_init_debugfs': /kisskb/src/drivers/regulator/core.c:5075:7: note: byref variable will be forcibly initialized char name[NAME_MAX]; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_type': /kisskb/src/drivers/irqchip/irq-gic-v3.c:579:14: note: byref variable will be forcibly initialized u32 offset, index; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_affinity': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1238:14: note: byref variable will be forcibly initialized u32 offset, index; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1468:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1467:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_select': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1522:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1521:15: note: byref variable will be forcibly initialized unsigned int type, ret, ppi_idx; ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage_rdev': /kisskb/src/drivers/regulator/core.c:4292:7: note: byref variable will be forcibly initialized bool bypassed; ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage': /kisskb/src/drivers/regulator/core.c:3329:33: note: byref variable will be forcibly initialized struct pre_voltage_change_data data; ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage_sel': /kisskb/src/drivers/regulator/core.c:3353:33: note: byref variable will be forcibly initialized struct pre_voltage_change_data data; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_populate_ppi_partitions': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1901:21: note: byref variable will be forcibly initialized struct irq_fwspec ppi_fwspec = { ^~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1873:8: note: byref variable will be forcibly initialized u32 cpu_phandle; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_do_set_voltage': /kisskb/src/drivers/regulator/core.c:3466:15: note: byref variable will be forcibly initialized unsigned int selector; ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'partition_domain_translate': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1559:16: note: byref variable will be forcibly initialized unsigned long ppi_intid; ^~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_setup_kvm_info': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1930:6: note: byref variable will be forcibly initialized u32 gicv_idx; ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1929:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_init': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1983:19: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1957:6: note: byref variable will be forcibly initialized u32 nr_redist_regions; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1956:6: note: byref variable will be forcibly initialized u64 redist_stride; ^~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_optimal_voltage': /kisskb/src/drivers/regulator/core.c:3800:7: note: byref variable will be forcibly initialized int tmp_max = INT_MAX; ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3799:7: note: byref variable will be forcibly initialized int tmp_min = 0; ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3765:26: note: byref variable will be forcibly initialized int desired_min_uV = 0, desired_max_uV = INT_MAX; ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3765:6: note: byref variable will be forcibly initialized int desired_min_uV = 0, desired_max_uV = INT_MAX; ^~~~~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_readl': /kisskb/src/drivers/soc/tegra/pmc.c:450:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_do_balance_voltage': /kisskb/src/drivers/regulator/core.c:3936:44: note: byref variable will be forcibly initialized int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3936:24: note: byref variable will be forcibly initialized int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3936:8: note: byref variable will be forcibly initialized int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3907:16: note: byref variable will be forcibly initialized unsigned long c_rdev_done = 0; ^~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_is_powered': /kisskb/src/drivers/soc/tegra/pmc.c:1651:6: note: byref variable will be forcibly initialized u32 mask, value; ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1650:25: note: byref variable will be forcibly initialized unsigned long request, status; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1650:16: note: byref variable will be forcibly initialized unsigned long request, status; ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_writel': /kisskb/src/drivers/soc/tegra/pmc.c:473:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/pci/bus.c: In function 'pci_clip_resource_to_region': /kisskb/src/drivers/pci/bus.c:140:24: note: byref variable will be forcibly initialized struct pci_bus_region r; ^ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_voltage': /kisskb/src/drivers/regulator/core.c:4028:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/pci/bus.c: In function 'pci_bus_alloc_from_region': /kisskb/src/drivers/pci/bus.c:165:22: note: byref variable will be forcibly initialized struct resource *r, avail; ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_suspend_voltage': /kisskb/src/drivers/regulator/core.c:4108:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_sync_voltage': /kisskb/src/drivers/regulator/core.c:4249:19: note: byref variable will be forcibly initialized int ret, min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/regulator/core.c:4249:11: note: byref variable will be forcibly initialized int ret, min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage': /kisskb/src/drivers/regulator/core.c:4346:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'drms_uA_update': /kisskb/src/drivers/regulator/core.c:921:15: note: byref variable will be forcibly initialized unsigned int mode; ^~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable': /kisskb/src/drivers/regulator/core.c:2911:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:15: /kisskb/src/drivers/regulator/core.c: In function 'regulator_bulk_enable': /kisskb/src/drivers/regulator/core.c:4786:25: note: byref variable will be forcibly initialized ASYNC_DOMAIN_EXCLUSIVE(async_domain); ^~~~~~~~~~~~ /kisskb/src/include/linux/async.h:35:22: note: in definition of macro 'ASYNC_DOMAIN_EXCLUSIVE' struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable_work': /kisskb/src/drivers/regulator/core.c:2988:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_enable': /kisskb/src/drivers/regulator/core.c:2804:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra186_pmc_setup_irq_polarity': /kisskb/src/drivers/soc/tegra/pmc.c:3498:18: note: byref variable will be forcibly initialized struct resource regs; ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_force_disable': /kisskb/src/drivers/regulator/core.c:2960:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_parse_dt': /kisskb/src/drivers/soc/tegra/pmc.c:1812:13: note: byref variable will be forcibly initialized u32 value, values[2]; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1812:6: note: byref variable will be forcibly initialized 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:1892:45: note: byref variable will be forcibly initialized u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1892:35: note: byref variable will be forcibly initialized u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1892:25: note: byref variable will be forcibly initialized u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1892:16: note: byref variable will be forcibly initialized u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1892:6: note: byref variable will be forcibly initialized u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'print_constraints_debug': /kisskb/src/drivers/regulator/core.c:1048:7: note: byref variable will be forcibly initialized char buf[160] = ""; ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_core_pd_add': /kisskb/src/drivers/soc/tegra/pmc.c:1348:14: note: byref variable will be forcibly initialized const char *rname = "core"; ^~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/arm-smccc.h:8, from /kisskb/src/drivers/soc/tegra/pmc.c:14: /kisskb/src/drivers/soc/tegra/pmc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/soc/tegra/pmc.c:22: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_powergate_init': /kisskb/src/drivers/soc/tegra/pmc.c:1389:37: note: byref variable will be forcibly initialized struct of_phandle_args child_args, parent_args; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show_subtree': /kisskb/src/drivers/soc/tegra/pmc.c:1389:25: note: byref variable will be forcibly initialized struct of_phandle_args child_args, parent_args; ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:5786:22: note: byref variable will be forcibly initialized struct summary_data summary_data; ^~~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_irq_alloc': /kisskb/src/drivers/soc/tegra/pmc.c:2204:22: note: byref variable will be forcibly initialized struct irq_fwspec spec; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/parport/share.c:20: /kisskb/src/drivers/parport/share.c: In function 'parport_claim_or_block': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/parport/share.c:1122:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(dev->wait_q, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_clk_out_register': /kisskb/src/drivers/soc/tegra/pmc.c:2558:23: note: byref variable will be forcibly initialized 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:2614:23: note: byref variable will be forcibly initialized 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:3873:18: note: byref variable will be forcibly initialized struct resource regs; ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:3871:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_power_enable': /kisskb/src/drivers/soc/tegra/pmc.c:1585:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1584:25: note: byref variable will be forcibly initialized unsigned long request, status; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1584:16: note: byref variable will be forcibly initialized 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:1621:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1620:25: note: byref variable will be forcibly initialized unsigned long request, status; ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1620:16: note: byref variable will be forcibly initialized unsigned long request, status; ^~~~~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc_u32': /kisskb/src/lib/idr.c:36:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc': /kisskb/src/lib/idr.c:81:6: note: byref variable will be forcibly initialized u32 id = start; ^~ /kisskb/src/lib/idr.c: In function 'idr_alloc_cyclic': /kisskb/src/lib/idr.c:119:6: note: byref variable will be forcibly initialized u32 id = idr->idr_next; ^~ /kisskb/src/lib/idr.c: In function 'idr_for_each': /kisskb/src/lib/idr.c:198:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/lib/idr.c: In function 'idr_replace': /kisskb/src/lib/idr.c:293:15: note: byref variable will be forcibly initialized void __rcu **slot = NULL; ^~~~ /kisskb/src/lib/idr.c:292:26: note: byref variable will be forcibly initialized struct radix_tree_node *node; ^~~~ /kisskb/src/lib/idr.c: In function 'ida_alloc_range': /kisskb/src/lib/idr.c:404:17: note: byref variable will be forcibly initialized unsigned long tmp = xa_to_value(bitmap); ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/lib/idr.c:5: /kisskb/src/lib/idr.c:383:11: note: byref variable will be forcibly initialized XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/clk.h:270, from /kisskb/src/drivers/clk/clk.c:95: /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_rate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_rate_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/idr.c: In function 'ida_free': /kisskb/src/lib/idr.c:489:11: note: byref variable will be forcibly initialized XA_STATE(xas, &ida->xa, id / IDA_BITMAP_BITS); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_parent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_phase': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_duty_cycle': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/idr.c: In function 'ida_destroy': /kisskb/src/lib/idr.c:542:11: note: byref variable will be forcibly initialized XA_STATE(xas, &ida->xa, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/clk.h:270, from /kisskb/src/drivers/clk/clk.c:95: /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next_ul': /kisskb/src/lib/idr.c:229:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_parent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next': /kisskb/src/lib/idr.c:266:16: note: byref variable will be forcibly initialized unsigned long id = *nextid; ^~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_phase': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_duty_cycle': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function '__bpf_trace_clk_rate': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function '__bpf_trace_clk_parent': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function '__bpf_trace_clk_phase': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_hw_round_rate': /kisskb/src/drivers/clk/clk.c:1436:26: note: byref variable will be forcibly initialized struct clk_rate_request req; ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_round_rate': /kisskb/src/drivers/clk/clk.c:1460:26: note: byref variable will be forcibly initialized struct clk_rate_request req; ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_req_round_rate_nolock': /kisskb/src/drivers/clk/clk.c:2150:26: note: byref variable will be forcibly initialized struct clk_rate_request req; ^~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:22: /kisskb/src/drivers/pinctrl/pinctrl-utils.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:27: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clk.c: In function '__clk_notify': /kisskb/src/drivers/clk/clk.c:1506:27: note: byref variable will be forcibly initialized struct clk_notifier_data cnd; ^~~ /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib-devres.c:99:20: note: byref variable will be forcibly initialized struct gpio_desc *desc; ^~~~ /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_from_of_node': /kisskb/src/drivers/gpio/gpiolib-devres.c:154:20: note: byref variable will be forcibly initialized struct gpio_desc *desc; ^~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_dump_one': /kisskb/src/drivers/clk/clk.c:2998:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:2998:16: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_max_rate_show': /kisskb/src/drivers/clk/clk.c:3245:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3245:16: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_min_rate_show': /kisskb/src/drivers/clk/clk.c:3231:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3231:16: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ In file included from /kisskb/src/drivers/clk/clk.c:17: /kisskb/src/drivers/clk/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_get': /kisskb/src/drivers/clk/clk.c:400:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_calc_new_rates': /kisskb/src/drivers/clk/clk.c:1957:27: note: byref variable will be forcibly initialized struct clk_rate_request req; ^~~ /kisskb/src/drivers/clk/clk.c:1940:16: note: byref variable will be forcibly initialized unsigned long max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:1939:16: note: byref variable will be forcibly initialized unsigned long min_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_mux_determine_rate_flags': /kisskb/src/drivers/clk/clk.c:552:26: note: byref variable will be forcibly initialized struct clk_rate_request parent_req = *req; ^~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_set_duty_cycle': /kisskb/src/drivers/clk/clk.c:2832:18: note: byref variable will be forcibly initialized struct clk_duty duty; ^~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_parent_name': /kisskb/src/drivers/clk/clk.c:4929:6: note: byref variable will be forcibly initialized u32 pv; ^~ /kisskb/src/drivers/clk/clk.c:4927:14: note: byref variable will be forcibly initialized const char *clk_name; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:4925:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_hw': /kisskb/src/drivers/clk/clk.c:4860:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_detect_critical': /kisskb/src/drivers/clk/clk.c:5068:11: note: byref variable will be forcibly initialized uint32_t idx; ^~~ In file included from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/clk/clk.c:9: /kisskb/src/drivers/clk/clk.c: In function 'of_clk_init': /kisskb/src/drivers/clk/clk.c:5095:12: note: byref variable will be forcibly initialized LIST_HEAD(clk_provider_list); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/clk/clk.c:5090:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bitfield.h:10, from /kisskb/src/drivers/soc/qcom/ocmem.c:12: /kisskb/src/drivers/soc/qcom/ocmem.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/soc/qcom/ocmem.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/arch/arm64/kernel/process.c: In function 'get_wchan': /kisskb/src/arch/arm64/kernel/process.c:534:20: note: byref variable will be forcibly initialized struct stackframe frame; ^~~~~ In file included from /kisskb/src/drivers/base/component.c:15: /kisskb/src/drivers/base/component.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_check_caps': /kisskb/src/drivers/video/fbdev/core/fbmem.c:940:28: note: byref variable will be forcibly initialized struct fb_blit_caps caps, fbcaps; ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:940:22: note: byref variable will be forcibly initialized struct fb_blit_caps caps, fbcaps; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_logocmap': /kisskb/src/drivers/video/fbdev/core/fbmem.c:200:6: note: byref variable will be forcibly initialized u16 palette_red[16]; ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:199:6: note: byref variable will be forcibly initialized u16 palette_blue[16]; ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:198:6: note: byref variable will be forcibly initialized u16 palette_green[16]; ^~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:197:17: note: byref variable will be forcibly initialized struct fb_cmap palette_cmap; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/video/fbdev/core/fbmem.c:14: /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/video/fbdev/core/fbmem.c:21: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/video/fbdev/core/fbmem.c:21: /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_show_logo_line': /kisskb/src/drivers/video/fbdev/core/fbmem.c:464:18: note: byref variable will be forcibly initialized struct fb_image image; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmon.c: In function 'check_edid': /kisskb/src/drivers/video/fbdev/core/fbmon.c:147:54: note: byref variable will be forcibly initialized unsigned char *block = edid + ID_MANUFACTURER_NAME, manufacturer[4]; ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_var': /kisskb/src/drivers/video/fbdev/core/fbmem.c:968:30: note: byref variable will be forcibly initialized struct fb_videomode mode1, mode2; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:968:23: note: byref variable will be forcibly initialized struct fb_videomode mode1, mode2; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:965:6: note: byref variable will be forcibly initialized u32 unused; ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:964:18: note: byref variable will be forcibly initialized struct fb_event event; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:963:22: note: byref variable will be forcibly initialized struct fb_videomode mode; ^~~~ 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:29, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'do_register_framebuffer': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1584:22: note: byref variable will be forcibly initialized struct fb_videomode mode; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_blank': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1069:18: note: byref variable will be forcibly initialized struct fb_event event; ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmon.c: In function 'fb_get_monitor_limits': /kisskb/src/drivers/video/fbdev/core/fbmon.c:721:7: note: byref variable will be forcibly initialized int num_modes, hz, hscan, pixclock; ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_new_modelist': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1946:26: note: byref variable will be forcibly initialized struct fb_videomode *m, mode; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1943:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var = info->var; ^~~ /kisskb/src/drivers/video/fbdev/core/fbcmap.c: In function 'fb_set_user_cmap': /kisskb/src/drivers/video/fbdev/core/fbcmap.c:270:17: note: byref variable will be forcibly initialized struct fb_cmap umap; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmon.c: In function 'of_get_fb_videomode': /kisskb/src/drivers/video/fbdev/core/fbmon.c:1382:19: note: byref variable will be forcibly initialized struct videomode vm; ^~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_one': /kisskb/src/drivers/pinctrl/pinconf-generic.c:64:17: note: byref variable will be forcibly initialized unsigned long config; ^~~~~~ In file included from /kisskb/src/drivers/pinctrl/pinconf-generic.c:17: /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'parse_dt_cfg': /kisskb/src/drivers/pinctrl/pinconf-generic.c:210:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_pins': /kisskb/src/drivers/pinctrl/pinconf-generic.c:113:6: note: byref variable will be forcibly initialized int print_sep = 0; ^~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_parse_dt_config': /kisskb/src/drivers/pinctrl/pinconf-generic.c:245:24: note: byref variable will be forcibly initialized unsigned int max_cfg, ncfg = 0; ^~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:301:11: note: byref variable will be forcibly initialized unsigned num_configs = 0; ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:300:17: note: byref variable will be forcibly initialized unsigned long *configs = NULL; ^~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:298:14: note: byref variable will be forcibly initialized const char *function; ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_node_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:380:11: note: byref variable will be forcibly initialized unsigned reserved_maps; ^~~~~~~~~~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_set_name': /kisskb/src/lib/kobject.c:326:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_add': /kisskb/src/lib/kobject.c:429:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_init_and_add': /kisskb/src/lib/kobject.c:467:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_rename': /kisskb/src/lib/kobject.c:496:8: note: byref variable will be forcibly initialized char *envp[2]; ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_move': /kisskb/src/lib/kobject.c:560:8: note: byref variable will be forcibly initialized char *envp[2]; ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_get_named_gpiod_flags': /kisskb/src/drivers/gpio/gpiolib-of.c:242:25: note: byref variable will be forcibly initialized struct of_phandle_args gpiospec; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/syncpt.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_regulator_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:438:14: note: byref variable will be forcibly initialized const char *whitelist[] = { ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_init_valid_mask': /kisskb/src/drivers/gpio/gpiolib-of.c:903:13: note: byref variable will be forcibly initialized u32 start, count; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:903:6: note: byref variable will be forcibly initialized u32 start, count; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_parse_own_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:587:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/gpio/gpiolib-of.c:584:25: note: byref variable will be forcibly initialized struct of_phandle_args gpiospec; ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:583:21: note: byref variable will be forcibly initialized enum of_gpio_flags xlate_flags; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c: In function 'host1x_syncpt_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/syncpt.c:279:12: note: in expansion of macro 'wait_event_interruptible_timeout' remain = wait_event_interruptible_timeout(wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/syncpt.c:225:8: note: byref variable will be forcibly initialized void *ref; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c:224:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_hog': /kisskb/src/drivers/gpio/gpiolib-of.c:655:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:654:16: note: byref variable will be forcibly initialized unsigned long lflags; ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:652:19: note: byref variable will be forcibly initialized enum gpiod_flags dflags; ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_pin_range': /kisskb/src/drivers/gpio/gpiolib-of.c:929:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:926:25: note: byref variable will be forcibly initialized struct of_phandle_args pinspec; ^~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpio_get_count': /kisskb/src/drivers/gpio/gpiolib-of.c:62:7: note: byref variable will be forcibly initialized char propname[32]; ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'gpiod_get_from_of_node': /kisskb/src/drivers/gpio/gpiolib-of.c:313:21: note: byref variable will be forcibly initialized enum of_gpio_flags flags; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:496:21: note: byref variable will be forcibly initialized enum of_gpio_flags of_flags; ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:495:7: note: byref variable will be forcibly initialized char prop_name[32]; /* 32 is max size of property name */ ^~~~~~~~~ In file included from /kisskb/src/fs/read_write.c:13: /kisskb/src/fs/read_write.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:112:9: note: userspace variable will be forcibly initialized return (struct iovec) { ^ /kisskb/src/drivers/clk/clk-fixed-factor.c: In function '_of_fixed_factor_clk_setup': /kisskb/src/drivers/clk/clk-fixed-factor.c:201:11: note: byref variable will be forcibly initialized u32 div, mult; ^~~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:201:6: note: byref variable will be forcibly initialized u32 div, mult; ^~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:199:14: note: byref variable will be forcibly initialized const char *clk_name = node->name; ^~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_intx_mask_broken': /kisskb/src/drivers/pci/probe.c:1759:20: note: byref variable will be forcibly initialized u16 orig, toggle, new; ^~~ /kisskb/src/drivers/pci/probe.c:1759:6: note: byref variable will be forcibly initialized u16 orig, toggle, new; ^~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_configure_serr': /kisskb/src/drivers/pci/probe.c:2209:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_ext_cfg_is_aliased': /kisskb/src/drivers/pci/probe.c:1628:14: note: byref variable will be forcibly initialized u32 header, tmp; ^~~ /kisskb/src/drivers/pci/probe.c:1628:6: note: byref variable will be forcibly initialized u32 header, tmp; ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_cfg_space_size_ext': /kisskb/src/drivers/pci/probe.c:1658:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_class': /kisskb/src/drivers/pci/probe.c:1713:6: note: byref variable will be forcibly initialized u32 class; ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'early_dump_pci_device': /kisskb/src/drivers/pci/probe.c:1780:6: note: byref variable will be forcibly initialized u32 value[256 / 4]; ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_windows': /kisskb/src/drivers/pci/probe.c:351:12: note: byref variable will be forcibly initialized u32 pmem, tmp; ^~~ /kisskb/src/drivers/pci/probe.c:351:6: note: byref variable will be forcibly initialized u32 pmem, tmp; ^~~~ /kisskb/src/drivers/pci/probe.c:350:6: note: byref variable will be forcibly initialized u16 io; ^~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio': /kisskb/src/drivers/pci/probe.c:444:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pci/probe.c:442:19: note: byref variable will be forcibly initialized u16 mem_base_lo, mem_limit_lo; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:442:6: note: byref variable will be forcibly initialized u16 mem_base_lo, mem_limit_lo; ^~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_llseek': /kisskb/src/fs/read_write.c:342:9: note: byref variable will be forcibly initialized loff_t offset; ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio_pref': /kisskb/src/drivers/pci/probe.c:477:20: note: byref variable will be forcibly initialized u32 mem_base_hi, mem_limit_hi; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:477:7: note: byref variable will be forcibly initialized u32 mem_base_hi, mem_limit_hi; ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:467:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pci/probe.c:464:19: note: byref variable will be forcibly initialized u16 mem_base_lo, mem_limit_lo; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:464:6: note: byref variable will be forcibly initialized 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:19: note: byref variable will be forcibly initialized u16 io_base_hi, io_limit_hi; ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:422:7: note: byref variable will be forcibly initialized u16 io_base_hi, io_limit_hi; ^~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:404:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pci/probe.c:402:17: note: byref variable will be forcibly initialized u8 io_base_lo, io_limit_lo; ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:402:5: note: byref variable will be forcibly initialized u8 io_base_lo, io_limit_lo; ^~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_hdr_type': /kisskb/src/drivers/pci/probe.c:1738:5: note: byref variable will be forcibly initialized u8 hdr_type; ^~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_irq': /kisskb/src/drivers/pci/probe.c:1480:16: note: byref variable will be forcibly initialized unsigned char irq; ^~~ /kisskb/src/fs/read_write.c: In function 'do_iter_readv_writev': /kisskb/src/fs/read_write.c:717:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_bridge_child_ext_cfg_accessible': /kisskb/src/drivers/pci/probe.c:1017:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_ea_fixed_busnrs': /kisskb/src/drivers/pci/probe.c:1177:6: note: byref variable will be forcibly initialized u32 dw; ^~ /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:397:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:396:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:395:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = buf, .iov_len = len }; ^~~ /kisskb/src/fs/read_write.c: In function 'new_sync_write': /kisskb/src/fs/read_write.c:500:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:499:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:498:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = (void __user *)buf, .iov_len = len }; ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_enable_crs': /kisskb/src/drivers/pci/probe.c:1152:6: note: byref variable will be forcibly initialized u16 root_cap = 0; ^~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'set_pcie_thunderbolt': /kisskb/src/drivers/pci/probe.c:1560:6: note: byref variable will be forcibly initialized u32 header; ^~~~~~ /kisskb/src/fs/read_write.c: In function 'do_loop_readv_writev': /kisskb/src/fs/read_write.c:746:16: note: userspace variable will be forcibly initialized struct iovec iovec = iov_iter_iovec(iter); ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'next_fn': /kisskb/src/drivers/pci/probe.c:2556:6: note: byref variable will be forcibly initialized u16 cap = 0; ^~~ /kisskb/src/drivers/pci/probe.c: In function '__pci_read_base': /kisskb/src/drivers/pci/probe.c:183:32: note: byref variable will be forcibly initialized struct pci_bus_region region, inverted_region; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:183:24: note: byref variable will be forcibly initialized struct pci_bus_region region, inverted_region; ^~~~~~ /kisskb/src/drivers/pci/probe.c:182:6: note: byref variable will be forcibly initialized u16 orig_cmd; ^~~~~~~~ /kisskb/src/drivers/pci/probe.c:180:13: note: byref variable will be forcibly initialized u32 l = 0, sz = 0, mask; ^~ /kisskb/src/drivers/pci/probe.c:180:6: note: byref variable will be forcibly initialized u32 l = 0, sz = 0, mask; ^ /kisskb/src/fs/read_write.c: In function 'vfs_readv': /kisskb/src/fs/read_write.c:905:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:904:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^~~ /kisskb/src/fs/read_write.c:903:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV]; ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_readv': /kisskb/src/fs/read_write.c:942:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_set_bus_speed': /kisskb/src/drivers/pci/probe.c:818:7: note: byref variable will be forcibly initialized u16 linksta; ^~~~~~~ /kisskb/src/drivers/pci/probe.c:817:7: note: byref variable will be forcibly initialized u32 linkcap; ^~~~~~~ /kisskb/src/drivers/pci/probe.c:790:7: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/pci/probe.c:779:16: note: byref variable will be forcibly initialized u32 agpstat, agpcmd; ^~~~~~ /kisskb/src/drivers/pci/probe.c:779:7: note: byref variable will be forcibly initialized u32 agpstat, agpcmd; ^~~~~~~ /kisskb/src/fs/read_write.c: In function 'vfs_writev': /kisskb/src/fs/read_write.c:922:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:921:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^~~ /kisskb/src/fs/read_write.c:920:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV]; ^~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'set_pcie_port_type': /kisskb/src/drivers/pci/probe.c:1499:6: note: byref variable will be forcibly initialized u16 reg16; ^~~~~ /kisskb/src/fs/read_write.c: In function 'do_writev': /kisskb/src/fs/read_write.c:966:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^~~ /kisskb/src/drivers/pci/probe.c: In function 'set_pcie_hotplug_bridge': /kisskb/src/drivers/pci/probe.c:1550:6: note: byref variable will be forcibly initialized u32 reg32; ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_cfg_space_size': /kisskb/src/drivers/pci/probe.c:1672:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_setup_device': /kisskb/src/drivers/pci/probe.c:1894:7: note: byref variable will be forcibly initialized u8 progif; ^~~~~~ /kisskb/src/drivers/pci/probe.c:1808:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pci/probe.c:1805:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/fs/read_write.c: In function 'do_sendfile': /kisskb/src/fs/read_write.c:1182:9: note: byref variable will be forcibly initialized loff_t out_pos; ^~~~~~~ /kisskb/src/fs/read_write.c:1181:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_configure_extended_tags': /kisskb/src/drivers/pci/probe.c:2048:6: note: byref variable will be forcibly initialized u16 ctl; ^~~ /kisskb/src/drivers/pci/probe.c:2047:6: note: byref variable will be forcibly initialized u32 cap; ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pcie_relaxed_ordering_enabled': /kisskb/src/drivers/pci/probe.c:2098:6: note: byref variable will be forcibly initialized u16 v; ^ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile': /kisskb/src/fs/read_write.c:1283:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile64': /kisskb/src/fs/read_write.c:1302:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_device': /kisskb/src/drivers/pci/probe.c:2376:6: note: byref variable will be forcibly initialized u32 l; ^ /kisskb/src/fs/read_write.c: In function '__do_compat_sys_sendfile': /kisskb/src/fs/read_write.c:1321:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/fs/read_write.c: In function '__do_compat_sys_sendfile64': /kisskb/src/fs/read_write.c:1341:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/fs/read_write.c: In function '__kernel_read': /kisskb/src/fs/read_write.c:426:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:425:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:421:14: note: byref variable will be forcibly initialized struct kvec iov = { ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pcie_bus_configure_settings': /kisskb/src/drivers/pci/probe.c:2777:5: note: byref variable will be forcibly initialized u8 smpss = 0; ^~~~~ /kisskb/src/fs/read_write.c: In function '__kernel_write': /kisskb/src/fs/read_write.c:522:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:521:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:517:14: note: byref variable will be forcibly initialized struct kvec iov = { ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_register_host_bridge': /kisskb/src/drivers/pci/probe.c:891:7: note: byref variable will be forcibly initialized char addr[64], *fmt; ^~~~ In file included from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/pci/probe.c:9: /kisskb/src/drivers/pci/probe.c:889:12: note: byref variable will be forcibly initialized LIST_HEAD(resources); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/read_write.c: In function 'ksys_read': /kisskb/src/fs/read_write.c:618:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^~~ /kisskb/src/fs/read_write.c: In function 'ksys_write': /kisskb/src/fs/read_write.c:642:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_bridge_extend': /kisskb/src/drivers/pci/probe.c:1234:16: note: byref variable will be forcibly initialized u8 fixed_sec, fixed_sub; ^~~~~~~~~ /kisskb/src/drivers/pci/probe.c:1234:5: note: byref variable will be forcibly initialized u8 fixed_sec, fixed_sub; ^~~~~~~~~ /kisskb/src/drivers/pci/probe.c:1230:6: note: byref variable will be forcibly initialized u16 bctl; ^~~~ /kisskb/src/drivers/pci/probe.c:1229:6: note: byref variable will be forcibly initialized u32 buses, i, j = 0; ^~~~~ /kisskb/src/fs/read_write.c: In function 'generic_write_checks': /kisskb/src/fs/read_write.c:1635:9: note: byref variable will be forcibly initialized loff_t count; ^~~~~ /kisskb/src/fs/read_write.c: In function 'generic_copy_file_checks': /kisskb/src/fs/read_write.c:1422:11: note: byref variable will be forcibly initialized uint64_t count = *req_count; ^~~~~ /kisskb/src/drivers/iommu/iommu-sysfs.c: In function 'iommu_device_sysfs_add': /kisskb/src/drivers/iommu/iommu-sysfs.c:59:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_copy_file_range': /kisskb/src/fs/read_write.c:1537:9: note: byref variable will be forcibly initialized loff_t pos_out; ^~~~~~~ /kisskb/src/fs/read_write.c:1536:9: note: byref variable will be forcibly initialized loff_t pos_in; ^~~~~~ In file included from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/pci/probe.c:9: /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_bus': /kisskb/src/drivers/pci/probe.c:3193:12: note: byref variable will be forcibly initialized LIST_HEAD(resources); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/elevator.c: In function '__elevator_change': /kisskb/src/block/elevator.c:740:7: note: byref variable will be forcibly initialized char elevator_name[ELV_NAME_MAX]; ^~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c: In function 'virtio_pci_find_capability': /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:114:12: note: byref variable will be forcibly initialized u8 type, bar; ^~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:114:6: note: byref variable will be forcibly initialized u8 type, bar; ^~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c: In function 'vp_modern_map_capability': /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:27:14: note: byref variable will be forcibly initialized u32 offset, length; ^~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:27:6: note: byref variable will be forcibly initialized u32 offset, length; ^~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:26:5: note: byref variable will be forcibly initialized u8 bar; ^~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c: In function 'vp_modern_probe': /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:212:6: note: byref variable will be forcibly initialized u32 notify_offset; ^~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:211:6: note: byref variable will be forcibly initialized u32 notify_length; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c: In function 'eeprom_93cx6_multiread': /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c:218:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c: In function 'eeprom_93cx6_readb': /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c:241:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/algapi.h:10, from /kisskb/src/crypto/algapi.c:8: /kisskb/src/crypto/algapi.c: In function 'crypto_remove_spawns': /kisskb/src/crypto/algapi.c:147:12: note: byref variable will be forcibly initialized LIST_HEAD(top); ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/algapi.c:146:12: note: byref variable will be forcibly initialized LIST_HEAD(stack); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/algapi.c:144:12: note: byref variable will be forcibly initialized LIST_HEAD(secondary_spawns); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_alg_tested': /kisskb/src/crypto/algapi.c:288:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_buffer': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_buffer, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_buffer, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_alg': /kisskb/src/crypto/algapi.c:450:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-core.c: In function 'perf_trace_block_plug': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'perf_trace_block_unplug': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_template': /kisskb/src/crypto/algapi.c:541:12: note: byref variable will be forcibly initialized LIST_HEAD(users); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_buffer': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_buffer, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_instance': /kisskb/src/crypto/algapi.c:656:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_plug': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_unplug': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_requeue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_requeue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_bio': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_split': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_split': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_bio_remap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_remap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_remap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_remap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/block.h:535, 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(block_buffer, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_rq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_bio': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_plug': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_rq_complete': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_unplug': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_rq_remap': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_bio_complete': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_split': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_bio_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:11, from /kisskb/src/block/blk-core.c:17: /kisskb/src/block/blk-core.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'bio_check_ro': /kisskb/src/block/blk-core.c:683:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/block/blk-core.c: In function 'rq_flush_dcache_pages': /kisskb/src/block/blk-core.c:1487:22: note: byref variable will be forcibly initialized struct req_iterator iter; ^~~~ 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:1673:12: note: byref variable will be forcibly initialized LIST_HEAD(callbacks); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'blk_queue_enter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c:462:3: note: in expansion of macro 'wait_event' wait_event(q->mq_freeze_wq, ^~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__submit_bio_noacct': /kisskb/src/block/blk-core.c:942:26: note: byref variable will be forcibly initialized struct bio_list lower, same; ^~~~ /kisskb/src/block/blk-core.c:942:19: note: byref variable will be forcibly initialized struct bio_list lower, same; ^~~~~ /kisskb/src/block/blk-core.c:932:18: note: byref variable will be forcibly initialized struct bio_list bio_list_on_stack[2]; ^~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'submit_bio': /kisskb/src/block/blk-core.c:1083:17: note: byref variable will be forcibly initialized unsigned long pflags; ^~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function '__iommu_dma_unmap': /kisskb/src/drivers/iommu/dma-iommu.c:497:28: note: byref variable will be forcibly initialized struct iommu_iotlb_gather iotlb_gather; ^~~~~~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_mmap': /kisskb/src/drivers/iommu/dma-iommu.c:1252:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc_remap': /kisskb/src/drivers/iommu/dma-iommu.c:739:18: note: byref variable will be forcibly initialized struct sg_table sgt; ^~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc': /kisskb/src/drivers/iommu/dma-iommu.c:1217:8: note: byref variable will be forcibly initialized void *cpu_addr; ^~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c:1216:15: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/acpi_iort.h:10, from /kisskb/src/drivers/iommu/dma-iommu.c:11: /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iova_reserve_iommu_regions': /kisskb/src/drivers/iommu/dma-iommu.c:272:12: note: byref variable will be forcibly initialized LIST_HEAD(resv_regions); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_pci_update_config_reg': /kisskb/src/drivers/misc/cb710/core.c:20:6: note: byref variable will be forcibly initialized u32 rval; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/misc/cb710/core.c:7: /kisskb/src/drivers/misc/cb710/core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/misc/cb710/core.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_pci_configure': /kisskb/src/drivers/misc/cb710/core.c:33:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_probe': /kisskb/src/drivers/misc/cb710/core.c:191:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'active_low_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:344:9: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'value_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:131:9: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'unexport_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:505:9: note: byref variable will be forcibly initialized long gpio; ^~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'export_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:450:9: note: byref variable will be forcibly initialized long gpio; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/phy/tegra/xusb.c:6: /kisskb/src/drivers/phy/tegra/xusb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:11, from /kisskb/src/drivers/phy/tegra/xusb.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/phy/tegra/xusb.c: In function 'tegra_xusb_lane_parse_dt': /kisskb/src/drivers/phy/tegra/xusb.c:113:14: note: byref variable will be forcibly initialized const char *function; ^~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb.c: In function 'tegra_xusb_usb2_port_parse_dt': /kisskb/src/drivers/phy/tegra/xusb.c:718:14: note: byref variable will be forcibly initialized const char *mode; ^~~~ /kisskb/src/kernel/panic.c: In function '__warn_printk': /kisskb/src/kernel/panic.c:640:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:226:15: note: byref variable will be forcibly initialized unsigned int data, status; ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:294:6: note: byref variable will be forcibly initialized int status, ret; ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_probe_one': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:531:6: note: byref variable will be forcibly initialized int status, ret; ^~~~~~ /kisskb/src/kernel/panic.c: In function 'panic': /kisskb/src/kernel/panic.c:181:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:11: /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_irq': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:61: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:31: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:22: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:14: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:6: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^~~~~~ /kisskb/src/drivers/misc/cb710/sgbuf2.c: In function 'cb710_sg_dwiter_write_next_block': /kisskb/src/drivers/misc/cb710/sgbuf2.c:133:12: note: byref variable will be forcibly initialized 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:11: note: byref variable will be forcibly initialized 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:12: note: byref variable will be forcibly initialized uint32_t *ptr = NULL; ^~~ /kisskb/src/drivers/gpu/host1x/mipi.c: In function 'tegra_mipi_request': /kisskb/src/drivers/gpu/host1x/mipi.c:213:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_get_multiple_be': /kisskb/src/drivers/gpio/gpio-mmio.c:191:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_single_reg': /kisskb/src/drivers/gpio/gpio-mmio.c:287:26: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:287:16: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^~~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_probe': /kisskb/src/drivers/nfc/pn544/pn544.c:910:27: note: byref variable will be forcibly initialized struct nfc_hci_init_data init_data; ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_with_clear': /kisskb/src/drivers/gpio/gpio-mmio.c:317:26: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:317:16: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^~~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_disable_se': /kisskb/src/drivers/nfc/pn544/pn544.c:867:5: note: byref variable will be forcibly initialized u8 disable = PN544_SE_MODE_OFF; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_enable_se': /kisskb/src/drivers/nfc/pn544/pn544.c:825:18: note: byref variable will be forcibly initialized struct sk_buff *res_skb; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:812:5: note: byref variable will be forcibly initialized u8 enable = PN544_SE_MODE_ON; ^~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_pdev_probe': /kisskb/src/drivers/gpio/gpio-mmio.c:734:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_discover_se': /kisskb/src/drivers/nfc/pn544/pn544.c:785:18: note: byref variable will be forcibly initialized struct sk_buff *res_skb; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:784:5: note: byref variable will be forcibly initialized u8 ese_mode = 0x01; /* Default mode */ ^~~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_complete_target_discovered': /kisskb/src/drivers/nfc/pn544/pn544.c:505:18: note: byref variable will be forcibly initialized struct sk_buff *uid_skb; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_ready': /kisskb/src/drivers/nfc/pn544/pn544.c:242:5: note: byref variable will be forcibly initialized u8 param[4]; ^~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:241:18: note: byref variable will be forcibly initialized struct sk_buff *res_skb; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:167:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_event_received': /kisskb/src/drivers/nfc/pn544/pn544.c:718:18: note: byref variable will be forcibly initialized struct sk_buff *rgb_skb = NULL; ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_dep_link_up': /kisskb/src/drivers/nfc/pn544/pn544.c:447:18: note: byref variable will be forcibly initialized struct sk_buff *rgb_skb = NULL; ^~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bl_curve': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:430:5: note: byref variable will be forcibly initialized u8 tmp_curve[FB_BACKLIGHT_LEVELS]; ^~~~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c: In function 'pn544_hci_start_poll': /kisskb/src/drivers/nfc/pn544/pn544.c:341:5: note: byref variable will be forcibly initialized u8 t_merge = 0x01; /* Enable merge by default */ ^~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:340:5: note: byref variable will be forcibly initialized u8 t_mode = 0x0f; ^~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:339:5: note: byref variable will be forcibly initialized u8 i_mode = 0x3f; /* Enable all supported modes */ ^~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:338:5: note: byref variable will be forcibly initialized u8 activated; ^~~~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:337:5: note: byref variable will be forcibly initialized u8 duration[2]; ^~~~~~~~ /kisskb/src/drivers/nfc/pn544/pn544.c:335:5: note: byref variable will be forcibly initialized u8 phases = 0; ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_fbstate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:402:8: note: byref variable will be forcibly initialized char *last = NULL; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_rotate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:241:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_virtual': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:269:8: note: byref variable will be forcibly initialized char *last = NULL; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:268:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bpp': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:218:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_pan': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:361:8: note: byref variable will be forcibly initialized char *last = NULL; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:360:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:15: /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_modes': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:172:12: note: byref variable will be forcibly initialized LIST_HEAD(old_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_mode': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:130:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:129:7: note: byref variable will be forcibly initialized char mstr[100]; ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_blank': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:304:8: note: byref variable will be forcibly initialized char *last = NULL; ^~~~ In file included from /kisskb/src/mm/mempool.c:14: /kisskb/src/mm/mempool.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/mempool.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/mempool.c: In function 'mempool_alloc': /kisskb/src/mm/mempool.c:379:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/unaligned/packed_struct.h:4, from /kisskb/src/include/asm-generic/unaligned.h:9, from ./arch/arm64/include/generated/asm/unaligned.h:1, from /kisskb/src/net/core/sock.c:88: /kisskb/src/net/core/sock.c: In function '__dst_negative_advice': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/net/sock.h:1980:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_dst_cache, ndst); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_timestamping_bind_phc': /kisskb/src/net/core/sock.c:821:7: note: byref variable will be forcibly initialized int *vclock_index; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/ip.h:16, from /kisskb/src/include/net/ip.h:22, from /kisskb/src/include/linux/errqueue.h:6, from /kisskb/src/net/core/sock.c:91: /kisskb/src/net/core/sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_set_timeout': /kisskb/src/net/core/sock.c:399:31: note: byref variable will be forcibly initialized struct __kernel_old_timeval old_tv; ^~~~~~ /kisskb/src/net/core/sock.c:389:24: note: byref variable will be forcibly initialized struct old_timeval32 tv32; ^~~~ /kisskb/src/net/core/sock.c:386:31: note: byref variable will be forcibly initialized struct __kernel_sock_timeval tv; ^~ /kisskb/src/net/core/sock.c: In function 'sock_getbindtodevice': /kisskb/src/net/core/sock.c:680:7: note: byref variable will be forcibly initialized char devname[IFNAMSIZ]; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_no_sendpage': /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'parse_kpti': /kisskb/src/net/core/sock.c:2976:14: note: byref variable will be forcibly initialized struct kvec iov; ^~~ /kisskb/src/arch/arm64/kernel/cpufeature.c:1600:7: note: byref variable will be forcibly initialized bool enabled; ^~~~~~~ /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'do_emulate_mrs': /kisskb/src/arch/arm64/kernel/cpufeature.c:3049:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/base/core.c: In function 'dev_set_name': /kisskb/src/drivers/base/core.c:3143:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_sys_dev_entry': /kisskb/src/drivers/base/core.c:3180:7: note: byref variable will be forcibly initialized char devt_str[15]; ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_sys_dev_entry': /kisskb/src/drivers/base/core.c:3193:7: note: byref variable will be forcibly initialized char devt_str[15]; ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child': /kisskb/src/drivers/base/core.c:3670:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/ethernet/eth.c:36: /kisskb/src/net/ethernet/eth.c: In function 'eth_header_cache': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ethernet/eth.c:246:2: note: in expansion of macro 'smp_store_release' smp_store_release(&hh->hh_len, ETH_HLEN); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_find_child': /kisskb/src/drivers/base/core.c:3735:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/net/core/sock.c: In function 'sock_setbindtodevice': /kisskb/src/net/core/sock.c:633:7: note: byref variable will be forcibly initialized char devname[IFNAMSIZ]; ^~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_find_child_by_name': /kisskb/src/drivers/base/core.c:3763:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/net/ethernet/eth.c: In function 'eth_get_headlen': /kisskb/src/net/ethernet/eth.c:128:25: note: byref variable will be forcibly initialized struct flow_keys_basic keys; ^~~~ /kisskb/src/drivers/base/core.c: In function 'dev_err_probe': /kisskb/src/drivers/base/core.c:4662:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/ethernet/eth.c: In function 'eth_type_trans': /kisskb/src/net/ethernet/eth.c:156:17: note: byref variable will be forcibly initialized unsigned short _service_access_point; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4661:19: note: byref variable will be forcibly initialized 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:1109:12: note: byref variable will be forcibly initialized LIST_HEAD(sync_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_links_driver_bound': /kisskb/src/drivers/base/core.c:1216:12: note: byref variable will be forcibly initialized LIST_HEAD(sync_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/ethernet/eth.c: In function 'nvmem_get_mac_address': /kisskb/src/net/ethernet/eth.c:538:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/net/core/sock.c: In function 'sock_no_sendpage_locked': /kisskb/src/net/core/sock.c:2991:14: note: byref variable will be forcibly initialized struct kvec iov; ^~~ /kisskb/src/drivers/base/core.c: In function 'device_store_ulong': /kisskb/src/drivers/base/core.c:2093:16: note: byref variable will be forcibly initialized unsigned long new; ^~~ /kisskb/src/drivers/base/core.c: In function 'device_store_int': /kisskb/src/drivers/base/core.c:2119:7: note: byref variable will be forcibly initialized long new; ^~~ /kisskb/src/net/core/sock.c: In function 'sock_setsockopt': /kisskb/src/net/core/sock.c:1286:17: note: byref variable will be forcibly initialized unsigned long ulval = (val == ~0U) ? ~0UL : (unsigned int)val; ^~~~~ /kisskb/src/net/core/sock.c:1191:8: note: byref variable will be forcibly initialized u32 ufd; ^~~ /kisskb/src/net/core/sock.c:1181:21: note: byref variable will be forcibly initialized struct sock_fprog fprog; ^~~~~ /kisskb/src/net/core/sock.c:1170:8: note: byref variable will be forcibly initialized u32 ufd; ^~~ /kisskb/src/net/core/sock.c:1160:21: note: byref variable will be forcibly initialized struct sock_fprog fprog; ^~~~~ /kisskb/src/net/core/sock.c:963:16: note: byref variable will be forcibly initialized struct linger ling; ^~~~ /kisskb/src/net/core/sock.c:961:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/net/core/sock.c:959:21: note: byref variable will be forcibly initialized struct sock_txtime sk_txtime; ^~~~~~~~~ /kisskb/src/net/core/sock.c:958:25: note: byref variable will be forcibly initialized struct so_timestamping timestamping; ^~~~~~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_gettstamp': /kisskb/src/net/core/sock.c:3256:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/net/core/sock.c: In function 'sock_common_recvmsg': /kisskb/src/net/core/sock.c:3364:6: note: byref variable will be forcibly initialized int addr_len = 0; ^~~~~~~~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_powerdown': /kisskb/src/drivers/mfd/gateworks-gsc.c:79:16: note: byref variable will be forcibly initialized unsigned char regs[4]; ^~~~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_store': /kisskb/src/drivers/mfd/gateworks-gsc.c:127:7: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/net/core/sock.c: In function 'sock_getsockopt': /kisskb/src/net/core/sock.c:1679:7: note: byref variable will be forcibly initialized u32 meminfo[SK_MEMINFO_VARS]; ^~~~~~~ /kisskb/src/net/core/sock.c:1584:8: note: byref variable will be forcibly initialized char address[128]; ^~~~~~~ /kisskb/src/net/core/sock.c:1552:16: note: byref variable will be forcibly initialized struct ucred peercred; ^~~~~~~~ /kisskb/src/net/core/sock.c:1420:4: note: byref variable will be forcibly initialized } v; ^ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_best_display': /kisskb/src/drivers/video/fbdev/core/modedb.c:1178:28: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^~~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_probe': /kisskb/src/drivers/mfd/gateworks-gsc.c:204:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/mfd/gateworks-gsc.c:202:31: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:719:24: note: byref variable will be forcibly initialized struct fb_videomode cvt_mode; ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create': /kisskb/src/drivers/base/core.c:4055:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_with_groups': /kisskb/src/drivers/base/core.c:4099:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_match_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:1037:26: note: byref variable will be forcibly initialized struct fb_videomode *m, mode; ^~~~ /kisskb/src/drivers/base/core.c: In function 'dev_uevent': /kisskb/src/drivers/base/core.c:2266:10: note: byref variable will be forcibly initialized kgid_t gid = GLOBAL_ROOT_GID; ^~~ /kisskb/src/drivers/base/core.c:2265:10: note: byref variable will be forcibly initialized kuid_t uid = GLOBAL_ROOT_UID; ^~~ /kisskb/src/drivers/base/core.c:2264:11: note: byref variable will be forcibly initialized umode_t mode = 0; ^~~~ /kisskb/src/drivers/base/core.c:2262:15: note: byref variable will be forcibly initialized const char *tmp; ^~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child_reverse': /kisskb/src/drivers/base/core.c:3700:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/core.c: In function 'online_store': /kisskb/src/drivers/base/core.c:2400:7: note: byref variable will be forcibly initialized bool val; ^~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/drivers/dax/super.c:5: /kisskb/src/drivers/dax/super.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/dax/super.c: In function 'write_cache_store': /kisskb/src/drivers/dax/super.c:252:7: note: byref variable will be forcibly initialized bool write_cache; ^~~~~~~~~~~ /kisskb/src/drivers/dax/super.c: In function 'generic_fsdax_supported': /kisskb/src/drivers/dax/super.c:130:13: note: byref variable will be forcibly initialized pfn_t pfn, end_pfn; ^~~~~~~ /kisskb/src/drivers/dax/super.c:130:8: note: byref variable will be forcibly initialized pfn_t pfn, end_pfn; ^~~ /kisskb/src/drivers/dax/super.c:129:16: note: byref variable will be forcibly initialized void *kaddr, *end_kaddr; ^~~~~~~~~ /kisskb/src/drivers/dax/super.c:129:8: note: byref variable will be forcibly initialized void *kaddr, *end_kaddr; ^~~~~ /kisskb/src/drivers/dax/super.c:128:17: note: byref variable will be forcibly initialized pgoff_t pgoff, pgoff_end; ^~~~~~~~~ /kisskb/src/drivers/dax/super.c:128:10: note: byref variable will be forcibly initialized pgoff_t pgoff, pgoff_end; ^~~~~ /kisskb/src/block/blk-flush.c: In function 'blkdev_issue_flush': /kisskb/src/block/blk-flush.c:453:13: note: byref variable will be forcibly initialized struct bio bio; ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_8': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:118:5: note: byref variable will be forcibly initialized s8 lo; ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_12': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:9: note: byref variable will be forcibly initialized u8 lo, hi; ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:5: note: byref variable will be forcibly initialized u8 lo, hi; ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis331dlh_read_data': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:9: note: byref variable will be forcibly initialized u8 lo, hi; ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:5: note: byref variable will be forcibly initialized u8 lo, hi; ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_xyz': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:184:7: note: byref variable will be forcibly initialized u8 data[5]; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:179:8: note: byref variable will be forcibly initialized u16 data[3]; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:174:6: note: byref variable will be forcibly initialized int position[3]; ^~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis302dl_data_ready': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:536:6: note: byref variable will be forcibly initialized int dummy; ^~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_odr_index': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:213:5: note: byref variable will be forcibly initialized u8 ctrl; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_poweron': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:406:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_set_odr': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:244:5: note: byref variable will be forcibly initialized u8 ctrl; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:270:5: note: byref variable will be forcibly initialized u8 ctrl_reg_data; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:266:13: note: byref variable will be forcibly initialized u8 ctlreg, reg; ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_poll': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:12: note: byref variable will be forcibly initialized int x, y, z; ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:9: note: byref variable will be forcibly initialized int x, y, z; ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:6: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 click_src; ^~~~~~~~~ /kisskb/src/arch/arm64/mm/mmu.c: In function 'map_mem': /kisskb/src/arch/arm64/mm/mmu.c:508:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/arch/arm64/mm/mmu.c:506:21: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~ /kisskb/src/arch/arm64/mm/mmu.c:506:14: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_rate_set': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:840:16: note: byref variable will be forcibly initialized unsigned long rate; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_position_show': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:12: note: byref variable will be forcibly initialized int x, y, z; ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:9: note: byref variable will be forcibly initialized int x, y, z; ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:6: note: byref variable will be forcibly initialized int x, y, z; ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest_show': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:786:6: note: byref variable will be forcibly initialized s16 values[3]; ^~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_init_dt': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:960:6: note: byref variable will be forcibly initialized s32 sval; ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:959:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_misc_read': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:607:16: note: byref variable will be forcibly initialized unsigned char byte_data; ^~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_enable': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:685:6: note: byref variable will be forcibly initialized int btns[] = {BTN_X, BTN_Y, BTN_Z}; ^~~~ /kisskb/src/lib/kobject_uevent.c: In function 'add_uevent_var': /kisskb/src/lib/kobject_uevent.c:656:10: note: byref variable will be forcibly initialized va_list args; ^~~~ 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:39: /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_multi_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cpuhp.h:95, from /kisskb/src/kernel/cpu.c:39: /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_multi_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/lib/kobject_uevent.c: In function 'uevent_net_broadcast': /kisskb/src/lib/kobject_uevent.c:686:7: note: byref variable will be forcibly initialized char buf[sizeof("SEQNUM=") + 21]; ^~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ 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:39: /kisskb/src/kernel/cpu.c: In function '__bpf_trace_cpuhp_enter': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function '__bpf_trace_cpuhp_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function '__bpf_trace_cpuhp_multi_enter': /kisskb/src/lib/kobject_uevent.c: In function 'kobject_synth_uevent': /kisskb/src/lib/kobject_uevent.c:197:26: note: byref variable will be forcibly initialized struct kobj_uevent_env *env; ^~~ /kisskb/src/lib/kobject_uevent.c:196:14: note: byref variable will be forcibly initialized const char *action_args; ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/lib/kobject_uevent.c:195:22: note: byref variable will be forcibly initialized enum kobject_action action; ^~~~~~ /kisskb/src/lib/kobject_uevent.c:194:8: note: byref variable will be forcibly initialized char *no_uuid_envp[] = { "SYNTH_UUID=0", NULL }; ^~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_invoke_callback_range': /kisskb/src/kernel/cpu.c:661:19: note: byref variable will be forcibly initialized enum cpuhp_state state; ^~~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_thread_fun': /kisskb/src/kernel/cpu.c:744:19: note: byref variable will be forcibly initialized enum cpuhp_state state; ^~~~~ /kisskb/src/kernel/cpu.c: In function 'fail_store': /kisskb/src/kernel/cpu.c:2321:6: note: byref variable will be forcibly initialized int fail, ret; ^~~~ /kisskb/src/kernel/cpu.c: In function 'target_store': /kisskb/src/kernel/cpu.c:2273:6: note: byref variable will be forcibly initialized int target, ret; ^~~~~~ /kisskb/src/crypto/scatterwalk.c: In function 'scatterwalk_map_and_copy': /kisskb/src/crypto/scatterwalk.c:59:21: note: byref variable will be forcibly initialized struct scatterlist tmp[2]; ^~~ /kisskb/src/crypto/scatterwalk.c:58:22: note: byref variable will be forcibly initialized struct scatter_walk walk; ^~~~ /kisskb/src/drivers/char/xillybus/xillybus_class.c: In function 'xillybus_init_chrdev': /kisskb/src/drivers/char/xillybus/xillybus_class.c:52:7: note: byref variable will be forcibly initialized char devname[48]; ^~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_class.c:50:8: note: byref variable will be forcibly initialized dev_t mdev; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_disable_bias': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:265:20: note: byref variable will be forcibly initialized unsigned int reg, bit = 0; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:265:15: note: byref variable will be forcibly initialized unsigned int reg, bit = 0; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:264:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_enable_bias': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:284:20: note: byref variable will be forcibly initialized unsigned int reg, bit, val = 0; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:284:15: note: byref variable will be forcibly initialized unsigned int reg, bit, val = 0; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:283:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_set_drive_strength': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:312:20: note: byref variable will be forcibly initialized unsigned int reg, bit, ds_val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:312:15: note: byref variable will be forcibly initialized unsigned int reg, bit, ds_val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:311:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_set_gpio_bit': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:185:20: note: byref variable will be forcibly initialized unsigned int reg, bit; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:185:15: note: byref variable will be forcibly initialized unsigned int reg, bit; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:184:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_pull': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:403:25: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:403:20: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:403:15: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:402:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_drive_strength': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:440:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:439:20: note: byref variable will be forcibly initialized unsigned int reg, bit; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:439:15: note: byref variable will be forcibly initialized unsigned int reg, bit; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:438:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_gpio_bit': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:202:25: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:202:20: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:202:15: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:201:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:481:6: note: byref variable will be forcibly initialized u16 arg; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_map_resource': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:643:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_gpio_get': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:591:21: note: byref variable will be forcibly initialized struct meson_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:590:25: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:590:20: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:590:15: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^~~ /kisskb/src/drivers/pci/host-bridge.c: In function 'pcibios_bus_to_resource': /kisskb/src/drivers/pci/host-bridge.c:84:25: note: byref variable will be forcibly initialized struct pci_bus_region bus_region; ^~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c: In function 'alcor_pci_aspm_ctrl': /kisskb/src/drivers/misc/cardreader/alcor_pci.c:188:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 val32; ^~~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c:102:5: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 val32; ^~~~~ /kisskb/src/fs/file_table.c: In function 'alloc_file_pseudo': /kisskb/src/fs/file_table.c:222:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/oom.h:195, from /kisskb/src/mm/oom_kill.c:53: /kisskb/src/mm/oom_kill.c: In function 'perf_trace_oom_score_adj_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_reclaim_retry_zone': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_mark_victim': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_wake_reaper': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_start_task_reaping': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_finish_task_reaping': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_skip_task_reaping': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/oom.h:195, from /kisskb/src/mm/oom_kill.c:53: /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_oom_score_adj_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_reclaim_retry_zone': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_mark_victim': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_wake_reaper': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_start_task_reaping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_finish_task_reaping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_skip_task_reaping': /kisskb/src/mm/fadvise.c: In function 'generic_fadvise': /kisskb/src/mm/fadvise.c:144:18: note: byref variable will be forcibly initialized unsigned long nr_pagevec = 0; ^~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_mark_victim': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_wake_reaper': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_start_task_reaping': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_finish_task_reaping': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_skip_task_reaping': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_reclaim_retry_zone': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/oom_kill.c: In function '__oom_reap_task_mm': /kisskb/src/mm/oom_kill.c:544:22: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/oom_kill.c:543:30: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_reaper': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' __ret = __wait_event_freezable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:647:3: note: in expansion of macro 'wait_event_freezable' wait_event_freezable(oom_reaper_wait, oom_reaper_list != NULL); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_is_enabled_regmap': /kisskb/src/drivers/regulator/helpers.c:29:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/mm/oom_kill.c: In function '__do_sys_process_mrelease': /kisskb/src/mm/oom_kill.c:1152:15: note: byref variable will be forcibly initialized unsigned int f_flags; ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_killer_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:774:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(oom_victims_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_bypass_regmap': /kisskb/src/drivers/regulator/helpers.c:746:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/mm/oom_kill.c: In function 'out_of_memory': /kisskb/src/mm/oom_kill.c:1051:16: note: byref variable will be forcibly initialized unsigned long freed = 0; ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_regmap': /kisskb/src/drivers/regulator/helpers.c:237:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_current_limit_regmap': /kisskb/src/drivers/regulator/helpers.c:851:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_pickable_regmap': /kisskb/src/drivers/regulator/helpers.c:133:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c:131:15: note: byref variable will be forcibly initialized unsigned int r_val; ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:413:7: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/drivers/regulator/helpers.c:412:15: note: byref variable will be forcibly initialized unsigned int sel; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_set_ramp_delay_regmap': /kisskb/src/drivers/regulator/helpers.c:949:15: note: byref variable will be forcibly initialized unsigned int sel; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_pickable_linear_range': /kisskb/src/drivers/regulator/helpers.c:472:16: note: byref variable will be forcibly initialized unsigned int sel; ^~~ /kisskb/src/drivers/regulator/helpers.c:471:8: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_desc_list_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:620:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/lochnagar-i2c.c: In function 'lochnagar_update_config': /kisskb/src/drivers/mfd/lochnagar-i2c.c:236:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/mfd/lochnagar-i2c.c: In function 'lochnagar_i2c_probe': /kisskb/src/drivers/mfd/lochnagar-i2c.c:276:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/arch/arm64/kernel/cacheinfo.c:10: /kisskb/src/arch/arm64/kernel/cacheinfo.c: In function 'init_cache_level': /kisskb/src/include/linux/cacheinfo.h:95:6: note: byref variable will be forcibly initialized int ret; \ ^~~ /kisskb/src/arch/arm64/kernel/cacheinfo.c:101:1: note: in expansion of macro 'DEFINE_SMP_CALL_CACHE_FUNCTION' DEFINE_SMP_CALL_CACHE_FUNCTION(init_cache_level) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/cacheinfo.c: In function 'populate_cache_leaves': /kisskb/src/include/linux/cacheinfo.h:95:6: note: byref variable will be forcibly initialized int ret; \ ^~~ /kisskb/src/arch/arm64/kernel/cacheinfo.c:102:1: note: in expansion of macro 'DEFINE_SMP_CALL_CACHE_FUNCTION' DEFINE_SMP_CALL_CACHE_FUNCTION(populate_cache_leaves) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/block/blk-exec.c:6: /kisskb/src/block/blk-exec.c: In function 'blk_execute_rq': /kisskb/src/block/blk-exec.c:92:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_vmap': /kisskb/src/drivers/dma-buf/dma-buf.c:1305:21: note: byref variable will be forcibly initialized struct dma_buf_map ptr; ^~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_kern_endio_read': /kisskb/src/block/blk-map.c:400:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/block/blk-map.c:5: /kisskb/src/block/blk-map.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:11, from /kisskb/src/block/blk-map.c:8: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_send_cmd_sync': /kisskb/src/drivers/nfc/pn533/pn533.c:620:33: note: byref variable will be forcibly initialized struct pn533_sync_cmd_response arg; ^~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_setup': /kisskb/src/drivers/nfc/pn533/pn533.c:2643:5: note: byref variable will be forcibly initialized u8 pasori_cfg[3] = {0x08, 0x01, 0x08}; ^~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:2642:29: note: byref variable will be forcibly initialized struct pn533_config_timing timing; ^~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:2641:34: note: byref variable will be forcibly initialized struct pn533_config_max_retries max_retries; ^~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_finalize_setup': /kisskb/src/drivers/nfc/pn533/pn533.c:2713:26: note: byref variable will be forcibly initialized struct pn533_fw_version fw_ver; ^~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_rf_field': /kisskb/src/drivers/nfc/pn533/pn533.c:2557:5: note: byref variable will be forcibly initialized u8 rf_field = !!rf; ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_from_iter': /kisskb/src/block/blk-map.c:49:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_to_iter': /kisskb/src/block/blk-map.c:80:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dmabuffs_dname': /kisskb/src/drivers/dma-buf/dma-buf.c:46:7: note: byref variable will be forcibly initialized char name[DMA_BUF_NAME_LEN]; ^~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_append_bio': /kisskb/src/block/blk-map.c:484:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_target_found': /kisskb/src/drivers/nfc/pn533/pn533.c:895:20: note: byref variable will be forcibly initialized struct nfc_target nfc_tgt; ^~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_autopoll_complete': /kisskb/src/drivers/nfc/pn533/pn533.c:1401:20: note: byref variable will be forcibly initialized struct nfc_target nfc_tgt; ^~~~~~~ /kisskb/src/block/blk-map.c: In function 'bio_map_user_iov': /kisskb/src/block/blk-map.c:270:10: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/block/blk-map.c:252:10: note: byref variable will be forcibly initialized size_t offs, added = 0; ^~~~ /kisskb/src/block/blk-map.c:250:17: note: byref variable will be forcibly initialized struct page **pages; ^~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_poll_dep': /kisskb/src/drivers/nfc/pn533/pn533.c:1347:5: note: byref variable will be forcibly initialized u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; ^~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:1346:12: note: byref variable will be forcibly initialized u8 *next, nfcid3[NFC_NFCID3_MAXSIZE]; ^~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_alloc_poll_tg_frame': /kisskb/src/drivers/nfc/pn533/pn533.c:1028:5: note: byref variable will be forcibly initialized u8 mifare_params[6] = {0x1, 0x1, /* SENS_RES */ ^~~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:1023:5: note: byref variable will be forcibly initialized u8 felica_params[18] = {0x1, 0xfe, /* DEP */ ^~~~~~~~~~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user_iov': /kisskb/src/block/blk-map.c:528:18: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user': /kisskb/src/block/blk-map.c:570:18: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/block/blk-map.c:569:15: note: byref variable will be forcibly initialized struct iovec iov; ^~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_dep_link_up': /kisskb/src/drivers/nfc/pn533/pn533.c:1965:5: note: byref variable will be forcibly initialized u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; ^~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:1964:18: note: byref variable will be forcibly initialized u8 *next, *arg, nfcid3[NFC_NFCID3_MAXSIZE]; ^~~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_ioctl': /kisskb/src/drivers/dma-buf/dma-buf.c:372:22: note: byref variable will be forcibly initialized struct dma_buf_sync sync; ^~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_start_poll': /kisskb/src/drivers/nfc/pn533/pn533.c:1634:5: note: byref variable will be forcibly initialized u8 rand_mod; ^~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_poll_dep_complete': /kisskb/src/drivers/nfc/pn533/pn533.c:1293:20: note: byref variable will be forcibly initialized struct nfc_target nfc_target; ^~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_in_dep_link_up_complete': /kisskb/src/drivers/nfc/pn533/pn533.c:1927:21: note: byref variable will be forcibly initialized struct nfc_target nfc_target; ^~~~~~~~~~ /kisskb/src/kernel/exit.c: In function '__exit_signal': /kisskb/src/kernel/exit.c:98:13: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/exit.c:98:6: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/exit.c: In function 'exit_mm': /kisskb/src/kernel/exit.c:453:22: note: byref variable will be forcibly initialized struct core_thread self; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/exit.c:8: /kisskb/src/kernel/exit.c: In function 'exit_notify': /kisskb/src/kernel/exit.c:665:12: note: byref variable will be forcibly initialized LIST_HEAD(dead); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/misc/ad525x_dpot.c: In function 'sysfs_set_reg': /kisskb/src/drivers/misc/ad525x_dpot.c:451:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/kernel/exit.c: In function 'wait_task_zombie': /kisskb/src/kernel/exit.c:1037:16: note: byref variable will be forcibly initialized u64 tgutime, tgstime; ^~~~~~~ /kisskb/src/kernel/exit.c:1037:7: note: byref variable will be forcibly initialized u64 tgutime, tgstime; ^~~~~~~ /kisskb/src/kernel/exit.c: In function 'kernel_waitid': /kisskb/src/kernel/exit.c:1550:15: note: byref variable will be forcibly initialized unsigned int f_flags = 0; ^~~~~~~ /kisskb/src/kernel/exit.c:1546:19: note: byref variable will be forcibly initialized struct wait_opts wo; ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_waitid': /kisskb/src/kernel/exit.c:1612:16: note: byref variable will be forcibly initialized struct rusage r; ^ /kisskb/src/kernel/exit.c: In function '__do_compat_sys_waitid': /kisskb/src/kernel/exit.c:1748:16: note: byref variable will be forcibly initialized struct rusage ru; ^~ /kisskb/src/kernel/exit.c: In function 'kernel_wait4': /kisskb/src/kernel/exit.c:1645:19: note: byref variable will be forcibly initialized struct wait_opts wo; ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_wait4': /kisskb/src/kernel/exit.c:1704:16: note: byref variable will be forcibly initialized struct rusage r; ^ /kisskb/src/kernel/exit.c: In function '__do_compat_sys_wait4': /kisskb/src/kernel/exit.c:1734:16: note: byref variable will be forcibly initialized struct rusage r; ^ /kisskb/src/crypto/aead.c: In function 'crypto_aead_report': /kisskb/src/crypto/aead.c:148:28: note: byref variable will be forcibly initialized struct crypto_report_aead raead; ^~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c: In function 'meson_axg_pmx_update_function': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:66:25: note: byref variable will be forcibly initialized struct meson_pmx_bank *bank; ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:65:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:64:6: note: byref variable will be forcibly initialized int reg; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/scsi.h:320, from /kisskb/src/drivers/scsi/scsi.c:74: /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_dispatch_cmd_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_dispatch_cmd_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_cmd_done_timeout_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_eh_wakeup': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/scsi.h:320, from /kisskb/src/drivers/scsi/scsi.c:74: /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_cmd_done_timeout_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_eh_wakeup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/scsi.h:320, from /kisskb/src/drivers/scsi/scsi.c:74: /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_dispatch_cmd_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_cmd_done_timeout_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_eh_wakeup': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_dispatch_cmd_error': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_vpd_inquiry': /kisskb/src/drivers/scsi/scsi.c:305:16: note: byref variable will be forcibly initialized unsigned char cmd[16]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c:429:12: note: in expansion of macro 'rcu_replace_pointer' vpd_buf = rcu_replace_pointer(*sdev_vpd_buf, vpd_buf, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_report_opcode': /kisskb/src/drivers/scsi/scsi.c:487:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi.c:486:16: note: byref variable will be forcibly initialized unsigned char cmd[16]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'insert_entries': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:684:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, item); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'replace_slot': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:829:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, item); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_clear': /kisskb/src/lib/radix-tree.c:1031:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1030:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_get': /kisskb/src/lib/radix-tree.c:1083:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1082:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'radix_tree_extend': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:455:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(root->xa_head, entry); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:626:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, node_to_entry(child)); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:602:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:600:40: note: byref variable will be forcibly initialized struct radix_tree_node *node = NULL, *child; ^~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_insert': /kisskb/src/lib/radix-tree.c:705:15: note: byref variable will be forcibly initialized void __rcu **slot; ^~~~ /kisskb/src/lib/radix-tree.c:704:26: note: byref variable will be forcibly initialized struct radix_tree_node *node; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_set': /kisskb/src/lib/radix-tree.c:969:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:968:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_lookup': /kisskb/src/lib/radix-tree.c:750:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:749:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_lookup_slot': /kisskb/src/lib/radix-tree.c:795:15: note: byref variable will be forcibly initialized void __rcu **slot; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_next_chunk': /kisskb/src/lib/radix-tree.c:1158:31: note: byref variable will be forcibly initialized unsigned long index, offset, maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1157:33: note: byref variable will be forcibly initialized struct radix_tree_node *node, *child; ^~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup': /kisskb/src/lib/radix-tree.c:1264:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag': /kisskb/src/lib/radix-tree.c:1305:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag_slot': /kisskb/src/lib/radix-tree.c:1346:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_delete_item': /kisskb/src/lib/radix-tree.c:1416:15: note: byref variable will be forcibly initialized void __rcu **slot = NULL; ^~~~ /kisskb/src/lib/radix-tree.c:1415:26: note: byref variable will be forcibly initialized struct radix_tree_node *node = NULL; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'idr_get_free': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1510:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, node_to_entry(child)); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1481:16: note: byref variable will be forcibly initialized unsigned long maxindex, start = iter->next_index; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1479:40: note: byref variable will be forcibly initialized struct radix_tree_node *node = NULL, *child; ^~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_bio_segment_split': /kisskb/src/block/blk-merge.c:252:22: note: byref variable will be forcibly initialized unsigned nsegs = 0, sectors = 0; ^~~~~~~ /kisskb/src/block/blk-merge.c:252:11: note: byref variable will be forcibly initialized unsigned nsegs = 0, sectors = 0; ^~~~~ /kisskb/src/block/blk-merge.c:251:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-merge.c:250:21: note: byref variable will be forcibly initialized struct bio_vec bv, bvprv, *bvprvp = NULL; ^~~~~ /kisskb/src/block/blk-merge.c:250:17: note: byref variable will be forcibly initialized struct bio_vec bv, bvprv, *bvprvp = NULL; ^~ /kisskb/src/block/blk-merge.c: In function '__blk_bios_map_sg': /kisskb/src/block/blk-merge.c:494:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-merge.c:493:17: note: byref variable will be forcibly initialized struct bio_vec bvec, bvprv = { NULL }; ^~~~ In file included from /kisskb/src/block/blk-merge.c:7: /kisskb/src/block/blk-merge.c: In function 'bio_get_last_bvec': /kisskb/src/include/linux/bio.h:275:19: note: byref variable will be forcibly initialized struct bvec_iter iter = bio->bi_iter; ^~~~ /kisskb/src/block/blk-merge.c: In function 'bio_will_gap': /kisskb/src/block/blk-merge.c:19:21: note: byref variable will be forcibly initialized struct bio_vec pb, nb; ^~ /kisskb/src/block/blk-merge.c:19:17: note: byref variable will be forcibly initialized struct bio_vec pb, nb; ^~ /kisskb/src/block/blk-merge.c: In function 'blk_queue_split': /kisskb/src/block/blk-merge.c:368:15: note: byref variable will be forcibly initialized unsigned int nr_segs; ^~~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_recalc_rq_segments': /kisskb/src/block/blk-merge.c:379:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^~ /kisskb/src/block/blk-merge.c:378:22: note: byref variable will be forcibly initialized struct req_iterator iter; ^~~~ /kisskb/src/block/blk-merge.c:377:15: note: byref variable will be forcibly initialized unsigned int nr_sectors = 0; ^~~~~~~~~~ /kisskb/src/block/blk-merge.c:376:15: note: byref variable will be forcibly initialized unsigned int nr_phys_segs = 0; ^~~~~~~~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_mq_sched_try_merge': /kisskb/src/block/blk-merge.c:1109:18: note: byref variable will be forcibly initialized struct request *rq; ^~ /kisskb/src/drivers/mfd/wm831x-core.c: In function 'wm831x_reg_read': /kisskb/src/drivers/mfd/wm831x-core.c:521:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/fs/super.c: In function 'super_setup_bdi_name': /kisskb/src/fs/super.c:1550:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ipi.h:90, from /kisskb/src/arch/arm64/kernel/smp.c:55: /kisskb/src/arch/arm64/kernel/smp.c: In function 'perf_trace_ipi_raise': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'perf_trace_ipi_handler': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ipi.h:90, from /kisskb/src/arch/arm64/kernel/smp.c:55: /kisskb/src/arch/arm64/kernel/smp.c: In function 'trace_event_raw_event_ipi_raise': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'trace_event_raw_event_ipi_handler': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function '__bpf_trace_ipi_handler': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/mii.c: In function 'mii_ethtool_set_link_ksettings': /kisskb/src/drivers/net/mii.c:354:7: note: byref variable will be forcibly initialized u32 advertising; ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pgr_support_store': /kisskb/src/drivers/target/target_core_configfs.c:1148:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'alua_support_store': /kisskb/src/drivers/target/target_core_configfs.c:1113:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'smp_send_stop': /kisskb/src/arch/arm64/kernel/smp.c:1034:13: note: byref variable will be forcibly initialized cpumask_t mask; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'unmap_zeroes_data_store': /kisskb/src/drivers/target/target_core_configfs.c:966:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'crash_smp_send_stop': /kisskb/src/arch/arm64/kernel/smp.c:1060:12: note: byref variable will be forcibly initialized cpumask_t mask; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'force_pr_aptpl_store': /kisskb/src/drivers/target/target_core_configfs.c:922:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_rest_reord_store': /kisskb/src/drivers/target/target_core_configfs.c:944:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'is_nonrot_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:591:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(is_nonrot); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'enforce_pr_isids_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:590:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(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:893:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pi_prot_format_store': /kisskb/src/drivers/target/target_core_configfs.c:856:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_pr_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:589:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_pr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_3pc_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:588:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_3pc); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_caw_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:587:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_caw); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tpws_store': /kisskb/src/drivers/target/target_core_configfs.c:760:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tpu_store': /kisskb/src/drivers/target/target_core_configfs.c:734:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tas_store': /kisskb/src/drivers/target/target_core_configfs.c:710:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_write_cache_store': /kisskb/src/drivers/target/target_core_configfs.c:658:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_fua_write_store': /kisskb/src/drivers/target/target_core_configfs.c:576:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:586:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_fua_write); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'max_write_same_len_store': /kisskb/src/drivers/target/target_core_configfs.c:555:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:569:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(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:555:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:568:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(unmap_granularity_alignment); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'unmap_granularity_store': /kisskb/src/drivers/target/target_core_configfs.c:555:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:567:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(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:555:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:566:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_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:555:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:565:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_lba_count); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'queue_depth_store': /kisskb/src/drivers/target/target_core_configfs.c:1003:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'optimal_sectors_store': /kisskb/src/drivers/target/target_core_configfs.c:1039:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'block_size_store': /kisskb/src/drivers/target/target_core_configfs.c:1069:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pi_prot_type_store': /kisskb/src/drivers/target/target_core_configfs.c:788:6: note: byref variable will be forcibly initialized u32 flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_ua_intlck_ctrl_store': /kisskb/src/drivers/target/target_core_configfs.c:680:6: note: byref variable will be forcibly initialized 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:1496:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_model_alias_store': /kisskb/src/drivers/target/target_core_configfs.c:629:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_dev_lba_map_store': /kisskb/src/drivers/target/target_core_configfs.c:2462:35: note: byref variable will be forcibly initialized unsigned long segment_size = -1, segment_mult = -1; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2462:16: note: byref variable will be forcibly initialized unsigned long segment_size = -1, segment_mult = -1; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2461:32: note: byref variable will be forcibly initialized unsigned long start_lba = -1, end_lba = -1; ^~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2461:16: note: byref variable will be forcibly initialized unsigned long start_lba = -1, end_lba = -1; ^~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2460:24: note: byref variable will be forcibly initialized int ret = 0, num = 0, pg_id, alua_state; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2458:7: note: byref variable will be forcibly initialized char state; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2457:8: note: byref variable will be forcibly initialized char *map_entries, *orig, *ptr; ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2456:19: note: byref variable will be forcibly initialized struct list_head lba_list; ^~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_members_show': /kisskb/src/drivers/target/target_core_configfs.c:3060:16: note: byref variable will be forcibly initialized 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:2662:16: note: byref variable will be forcibly initialized unsigned char buf[LU_GROUP_NAME_BUF] = { }; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_dev_alua_lu_gp_store': /kisskb/src/drivers/target/target_core_configfs.c:2334:16: note: byref variable will be forcibly initialized 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:1545:16: note: byref variable will be forcibly initialized unsigned char buf[INQUIRY_VPD_SERIAL_LEN] = { }; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_revision_store': /kisskb/src/drivers/target/target_core_configfs.c:1438:16: note: byref variable will be forcibly initialized unsigned char buf[INQUIRY_REVISION_LEN + 2]; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_product_id_store': /kisskb/src/drivers/target/target_core_configfs.c:1382:16: note: byref variable will be forcibly initialized 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:1326:16: note: byref variable will be forcibly initialized 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:2177:6: note: byref variable will be forcibly initialized 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:1965:47: note: byref variable will be forcibly initialized int ret = -1, res_holder = 0, all_tg_pt = 0, arg, token; ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1962:21: note: byref variable will be forcibly initialized unsigned long long tmp_ll; ^~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:1961:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:1960:21: note: byref variable will be forcibly initialized char *orig, *ptr, *opts; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_pr_res_pr_registered_i_pts_show': /kisskb/src/drivers/target/target_core_configfs.c:1837:7: note: byref variable will be forcibly initialized char i_buf[PR_REG_ISID_ID_LEN]; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:1836:16: note: byref variable will be forcibly initialized unsigned char buf[384]; ^~~ /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:1635:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1671:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' DEF_DEV_WWN_ASSOC_SHOW(vpd_assoc_scsi_target_device, 0x20); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_assoc_target_port_show': /kisskb/src/drivers/target/target_core_configfs.c:1635:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1669:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' 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:1635:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1667:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' 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:1606:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE] = { }; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_tg_pt_gp_id_store': /kisskb/src/drivers/target/target_core_configfs.c:3027:16: note: byref variable will be forcibly initialized unsigned long tg_pt_gp_id; ^~~~~~~~~~~ /kisskb/src/block/blk-timeout.c: In function 'part_timeout_store': /kisskb/src/block/blk-timeout.c:56:9: note: byref variable will be forcibly initialized char *p = (char *) buf; ^ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_write_metadata_store': /kisskb/src/drivers/target/target_core_configfs.c:2942:16: note: byref variable will be forcibly initialized 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:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2928:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 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:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2929:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 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:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2927:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(standby, ALUA_S_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_unavailable_store': /kisskb/src/drivers/target/target_core_configfs.c:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2926:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(unavailable, ALUA_U_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_lba_dependent_store': /kisskb/src/drivers/target/target_core_configfs.c:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2925:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 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:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2924:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(offline, ALUA_O_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_transitioning_store': /kisskb/src/drivers/target/target_core_configfs.c:2898:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2923:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(transitioning, ALUA_T_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_access_status_store': /kisskb/src/drivers/target/target_core_configfs.c:2845:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_hba_mode_store': /kisskb/src/drivers/target/target_core_configfs.c:3386:16: note: byref variable will be forcibly initialized 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:2794:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_lu_gp_lu_gp_id_store': /kisskb/src/drivers/target/target_core_configfs.c:2628:16: note: byref variable will be forcibly initialized unsigned long lu_gp_id; ^~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_core_call_addhbatotarget': /kisskb/src/drivers/target/target_core_configfs.c:3448:16: note: byref variable will be forcibly initialized unsigned long plugin_dep_id = 0; ^~~~~~~~~~~~~ /kisskb/src/mm/readahead.c: In function 'read_pages': /kisskb/src/mm/readahead.c:122:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/readahead.c:12: /kisskb/src/mm/readahead.c: In function 'page_cache_ra_unbounded': /kisskb/src/mm/readahead.c:179:12: note: byref variable will be forcibly initialized LIST_HEAD(page_pool); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/page-writeback.c: In function '__wb_calc_thresh': /kisskb/src/mm/page-writeback.c:757:27: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:757:16: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^~~~~~~~~ /kisskb/src/mm/page-writeback.c: In function 'balance_dirty_pages': /kisskb/src/mm/page-writeback.c:1574:6: note: byref variable will be forcibly initialized int nr_dirtied_pause; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_pp_status': /kisskb/src/drivers/nvme/host/core.c:4147:6: note: byref variable will be forcibly initialized u32 csts; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/nvme/host/trace.h:175, from /kisskb/src/drivers/nvme/host/core.c:29: /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_async_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_setup_cmd': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_complete_rq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_sq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/nvme/host/trace.h:175, from /kisskb/src/drivers/nvme/host/core.c:29: /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_setup_cmd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_complete_rq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_async_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function '__test_set_page_writeback': /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_sq': /kisskb/src/mm/page-writeback.c:2820:12: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page_index(page)); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ 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:29: /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_setup_cmd': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_async_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_complete_rq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_sq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_setup_rw': /kisskb/src/drivers/nvme/host/core.c:913:6: note: byref variable will be forcibly initialized u32 dsmgmt = 0; ^~~~~~ /kisskb/src/drivers/nvme/host/core.c:912:6: note: byref variable will be forcibly initialized u16 control = 0; ^~~~~~~ /kisskb/src/mm/page-writeback.c: In function 'writeback_set_ratelimit': /kisskb/src/mm/page-writeback.c:2069:16: note: byref variable will be forcibly initialized unsigned long dirty_thresh; ^~~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:2068:16: note: byref variable will be forcibly initialized unsigned long background_thresh; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function 'tag_pages_for_writeback': /kisskb/src/mm/page-writeback.c:2127:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_mps_to_sectors': /kisskb/src/drivers/nvme/host/core.c:2759:52: note: byref variable will be forcibly initialized u32 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12, val; ^~~ /kisskb/src/mm/page-writeback.c: In function 'write_cache_pages': /kisskb/src/mm/page-writeback.c:2186:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/mm/page-writeback.c:2184:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/page-writeback.c: In function 'generic_writepages': /kisskb/src/mm/page-writeback.c:2338:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_wait_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:557:2: note: in expansion of macro 'wait_event' wait_event(ctrl->state_wq, ^~~~~~~~~~ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_dev': /kisskb/src/drivers/base/bus.c:291:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_drv': /kisskb/src/drivers/base/bus.c:417:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/bus.c: In function 'bus_find_device': /kisskb/src/drivers/base/bus.c:326:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/bus.c: In function 'subsys_find_device_by_id': /kisskb/src/drivers/base/bus.c:355:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function 'perf_trace_irq_handler_entry': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'perf_trace_irq_handler_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'perf_trace_softirq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_directives': /kisskb/src/drivers/nvme/host/core.c:764:34: note: byref variable will be forcibly initialized struct streams_directive_params s; ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_setup_streams_ns': /kisskb/src/drivers/nvme/host/core.c:1661:34: note: byref variable will be forcibly initialized struct streams_directive_params s; ^ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_softirq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/base/bus.c:11: /kisskb/src/drivers/base/bus.c: In function 'bus_sort_breadthfirst': /kisskb/src/drivers/base/bus.c:935:12: note: byref variable will be forcibly initialized LIST_HEAD(sorted_devices); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_identify_ns_descs': /kisskb/src/drivers/nvme/host/core.c:1360:7: note: byref variable will be forcibly initialized bool csi_seen = false; ^~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_register': /kisskb/src/drivers/base/bus.c:1022:25: note: byref variable will be forcibly initialized struct subsys_dev_iter iter; ^~~~ /kisskb/src/kernel/softirq.c: In function '__bpf_trace_irq_handler_exit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function '__bpf_trace_softirq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_unregister': /kisskb/src/drivers/base/bus.c:1049:25: note: byref variable will be forcibly initialized struct subsys_dev_iter iter; ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_set_queue_count': /kisskb/src/drivers/nvme/host/core.c:1488:6: note: byref variable will be forcibly initialized u32 result; ^~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_apst': /kisskb/src/drivers/nvme/host/core.c:2317:42: note: byref variable will be forcibly initialized u64 total_latency_us, exit_latency_us, transition_ms; ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:2286:11: note: byref variable will be forcibly initialized unsigned last_lt_index = UINT_MAX; ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_enable_aen': /kisskb/src/drivers/nvme/host/core.c:1519:6: note: byref variable will be forcibly initialized u32 result, supported_aens = ctrl->oaes & NVME_AEN_SUPPORTED; ^~~~~~ 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:727, from /kisskb/src/kernel/softirq.c:17: /kisskb/src/kernel/softirq.c: In function 'tasklet_unlock_wait': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:887:2: note: in expansion of macro 'wait_var_event' wait_var_event(&t->state, !test_bit(TASKLET_STATE_RUN, &t->state)); ^~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'tasklet_kill': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:868:3: note: in expansion of macro 'wait_var_event' wait_var_event(&t->state, !test_bit(TASKLET_STATE_SCHED, &t->state)); ^~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_shutdown_ctrl': /kisskb/src/drivers/nvme/host/core.c:2158:6: note: byref variable will be forcibly initialized u32 csts; ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_wait_ready': /kisskb/src/drivers/nvme/host/core.c:2073:6: note: byref variable will be forcibly initialized u32 csts, bit = enabled ? NVME_CSTS_RDY : 0; ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_timestamp': /kisskb/src/drivers/nvme/host/core.c:2188:9: note: byref variable will be forcibly initialized __le64 ts; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_free_cels': /kisskb/src/drivers/nvme/host/core.c:4302:16: note: byref variable will be forcibly initialized unsigned long i; ^ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_parents': /kisskb/src/drivers/clk/clk-conf.c:16:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_fast_io_fail_tmo_store': /kisskb/src/drivers/nvme/host/core.c:3411:6: note: byref variable will be forcibly initialized int fast_io_fail_tmo, err; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_loss_tmo_store': /kisskb/src/drivers/nvme/host/core.c:3353:6: note: byref variable will be forcibly initialized int ctrl_loss_tmo, err; ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_reconnect_delay_store': /kisskb/src/drivers/nvme/host/core.c:3383:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_rates': /kisskb/src/drivers/clk/clk-conf.c:83:6: note: byref variable will be forcibly initialized u32 rate; ^~~~ /kisskb/src/drivers/clk/clk-conf.c:78:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_aen_uevent': /kisskb/src/drivers/nvme/host/core.c:4121:8: note: byref variable will be forcibly initialized char *envp[2] = { NULL, NULL }; ^~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_supply_alias': /kisskb/src/drivers/regulator/devres.c:273:38: note: byref variable will be forcibly initialized struct regulator_supply_alias_match match; ^~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_update_disk_info': /kisskb/src/drivers/nvme/host/core.c:1750:26: note: byref variable will be forcibly initialized u32 atomic_bs, phys_bs, io_opt = 0; ^~~~~~ /kisskb/src/drivers/nvme/host/core.c:1750:17: note: byref variable will be forcibly initialized u32 atomic_bs, phys_bs, io_opt = 0; ^~~~~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_notifier': /kisskb/src/drivers/regulator/devres.c:407:34: note: byref variable will be forcibly initialized struct regulator_notifier_match match; ^~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_init_identify': /kisskb/src/drivers/nvme/host/core.c:2821:23: note: byref variable will be forcibly initialized struct nvme_id_ctrl *id; ^~ /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c: In function 'drm_vram_mm_debugfs': /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c:958:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(m); ^ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_invalid_namespaces': /kisskb/src/drivers/nvme/host/core.c:3921:12: note: byref variable will be forcibly initialized LIST_HEAD(rm_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_namespaces': /kisskb/src/drivers/nvme/host/core.c:4054:12: note: byref variable will be forcibly initialized LIST_HEAD(ns_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_validate_ns': /kisskb/src/drivers/nvme/host/core.c:3844:21: note: byref variable will be forcibly initialized struct nvme_id_ns *id; ^~ /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c: In function 'drm_gem_vram_fill_create_dumb': /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c:509:6: note: byref variable will be forcibly initialized u32 handle; ^~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_alloc_ns': /kisskb/src/drivers/nvme/host/core.c:3716:21: note: byref variable will be forcibly initialized struct nvme_id_ns *id; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_sequential': /kisskb/src/drivers/nvme/host/core.c:3983:23: note: byref variable will be forcibly initialized struct nvme_id_ctrl *id; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_list': /kisskb/src/drivers/nvme/host/core.c:3950:23: note: byref variable will be forcibly initialized struct nvme_command cmd = { ^~~ /kisskb/src/block/blk-lib.c: In function '__blkdev_issue_discard': /kisskb/src/block/blk-lib.c:53:8: note: byref variable will be forcibly initialized char dev_name[BDEVNAME_SIZE]; ^~~~~~~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_discard': /kisskb/src/block/blk-lib.c:136:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/block/blk-lib.c:135:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_zeroout': /kisskb/src/block/blk-lib.c:399:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/block/blk-lib.c:398:14: note: byref variable will be forcibly initialized struct bio *bio; ^~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_write_same': /kisskb/src/block/blk-lib.c:232:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/block/blk-lib.c:231:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/drivers/misc/tifm_core.c: In function 'tifm_media_type_name': /kisskb/src/drivers/misc/tifm_core.c:23:14: note: byref variable will be forcibly initialized const char *card_type_name[3][3] = { ^~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/net/802/stp.c:7: /kisskb/src/net/802/stp.c: In function 'stp_proto_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/802/stp.c:77:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(garp_protos[proto->group_address[5] - ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/802/stp.c:75:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(stp_proto, proto); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_check_and_set_intx_mask': /kisskb/src/drivers/pci/pci.c:4557:6: note: byref variable will be forcibly initialized u32 cmd_status_dword; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_acs_flags_enabled': /kisskb/src/drivers/pci/pci.c:3450:11: note: byref variable will be forcibly initialized u16 cap, ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c:3450:6: note: byref variable will be forcibly initialized u16 cap, ctrl; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_status_get_and_clear_errors': /kisskb/src/drivers/pci/pci.c:199:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_pme_active': /kisskb/src/drivers/pci/pci.c:2356:6: note: byref variable will be forcibly initialized u16 pmcsr; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_set_master': /kisskb/src/drivers/pci/pci.c:4297:6: note: byref variable will be forcibly initialized u16 old_cmd, cmd; ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_clear_mwi': /kisskb/src/drivers/pci/pci.c:4493:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_cap_ttl': /kisskb/src/drivers/pci/pci.c:416:6: note: byref variable will be forcibly initialized u16 ent; ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_cap': /kisskb/src/drivers/pci/pci.c:439:6: note: byref variable will be forcibly initialized 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:454:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_next_ext_capability': /kisskb/src/drivers/pci/pci.c:542:6: note: byref variable will be forcibly initialized u32 header; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_get_dsn': /kisskb/src/drivers/pci/pci.c:612:6: note: byref variable will be forcibly initialized u32 dword; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_ea_read': /kisskb/src/drivers/pci/pci.c:3252:7: note: byref variable will be forcibly initialized u32 max_offset_upper; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3233:7: note: byref variable will be forcibly initialized u32 base_upper; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3185:22: note: byref variable will be forcibly initialized u32 dw0, bei, base, max_offset; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3185:16: note: byref variable will be forcibly initialized u32 dw0, bei, base, max_offset; ^~~~ /kisskb/src/drivers/pci/pci.c:3185:6: note: byref variable will be forcibly initialized u32 dw0, bei, base, max_offset; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_find_pos': /kisskb/src/drivers/pci/pci.c:3606:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_ht_cap': /kisskb/src/drivers/pci/pci.c:638:5: note: byref variable will be forcibly initialized u8 cap, mask; ^~~ /kisskb/src/drivers/pci/pci.c:637:10: note: byref variable will be forcibly initialized int rc, ttl = PCI_FIND_CAP_TTL; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_wait': /kisskb/src/drivers/pci/pci.c:1236:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pm_reset': /kisskb/src/drivers/pci/pci.c:4752:6: note: byref variable will be forcibly initialized u16 csr; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_raw_set_power_state': /kisskb/src/drivers/pci/pci.c:1047:6: note: byref variable will be forcibly initialized u16 pmcsr; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_wait_for_link_delay': /kisskb/src/drivers/pci/pci.c:4793:6: note: byref variable will be forcibly initialized u16 lnk_status; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_readrq': /kisskb/src/drivers/pci/pci.c:5933:6: note: byref variable will be forcibly initialized u16 ctl; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_mps': /kisskb/src/drivers/pci/pci.c:5986:6: note: byref variable will be forcibly initialized u16 ctl; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_restore_config_dword': /kisskb/src/drivers/pci/pci.c:1611:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_restore_rebar_state': /kisskb/src/drivers/pci/pci.c:1669:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_str_match_path': /kisskb/src/drivers/pci/pci.c:274:7: note: byref variable will be forcibly initialized char end; ^~~ /kisskb/src/drivers/pci/pci.c:272:22: note: byref variable will be forcibly initialized int seg, bus, slot, func; ^~~~ /kisskb/src/drivers/pci/pci.c:272:16: note: byref variable will be forcibly initialized int seg, bus, slot, func; ^~~~ /kisskb/src/drivers/pci/pci.c:272:11: note: byref variable will be forcibly initialized int seg, bus, slot, func; ^~~ /kisskb/src/drivers/pci/pci.c:272:6: note: byref variable will be forcibly initialized int seg, bus, slot, func; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_str_match': /kisskb/src/drivers/pci/pci.c:367:51: note: byref variable will be forcibly initialized unsigned short vendor, device, subsystem_vendor, subsystem_device; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:367:33: note: byref variable will be forcibly initialized unsigned short vendor, device, subsystem_vendor, subsystem_device; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:367:25: note: byref variable will be forcibly initialized unsigned short vendor, device, subsystem_vendor, subsystem_device; ^~~~~~ /kisskb/src/drivers/pci/pci.c:367:17: note: byref variable will be forcibly initialized unsigned short vendor, device, subsystem_vendor, subsystem_device; ^~~~~~ /kisskb/src/drivers/pci/pci.c:366:6: note: byref variable will be forcibly initialized int count; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_disable_acs_redir': /kisskb/src/drivers/pci/pci.c:852:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c:850:14: note: byref variable will be forcibly initialized const char *p; ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_intx': /kisskb/src/drivers/pci/pci.c:4530:6: note: byref variable will be forcibly initialized u16 pci_command, new; ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_set_mmrbc': /kisskb/src/drivers/pci/pci.c:5891:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/pci.c:5890:6: note: byref variable will be forcibly initialized u32 stat, v, o; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_device_is_present': /kisskb/src/drivers/pci/pci.c:6364:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_std_enable_acs': /kisskb/src/drivers/pci/pci.c:907:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c:906:6: note: byref variable will be forcibly initialized u16 cap; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_bus_find_capability': /kisskb/src/drivers/pci/pci.c:517:5: note: byref variable will be forcibly initialized u8 hdr_type, pos; ^~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_vsec_capability': /kisskb/src/drivers/pci/pci.c:718:6: note: byref variable will be forcibly initialized u32 header; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_wait_for_pending': /kisskb/src/drivers/pci/pci.c:817:7: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_af_flr': /kisskb/src/drivers/pci/pci.c:4694:5: note: byref variable will be forcibly initialized u8 cap; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_update_current_state': /kisskb/src/drivers/pci/pci.c:1170:7: note: byref variable will be forcibly initialized u16 pmcsr; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'do_pci_enable_device': /kisskb/src/drivers/pci/pci.c:1841:5: note: byref variable will be forcibly initialized u8 pin; ^~~ /kisskb/src/drivers/pci/pci.c:1840:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'do_pci_disable_device': /kisskb/src/drivers/pci/pci.c:2140:6: note: byref variable will be forcibly initialized u16 pci_command; ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_clear_device_status': /kisskb/src/drivers/pci/pci.c:2223:6: note: byref variable will be forcibly initialized u16 sta; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_check_pme_status': /kisskb/src/drivers/pci/pci.c:2249:6: note: byref variable will be forcibly initialized u16 pmcsr; ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pme_restore': /kisskb/src/drivers/pci/pci.c:2376:6: note: byref variable will be forcibly initialized u16 pmcsr; ^~~~~ /kisskb/src/crypto/skcipher.c: In function 'crypto_skcipher_report': /kisskb/src/crypto/skcipher.c:706:33: note: byref variable will be forcibly initialized struct crypto_report_blkcipher rblkcipher; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_bridge_d3_update': /kisskb/src/drivers/pci/pci.c:2987:7: note: byref variable will be forcibly initialized bool d3cold_ok = true; ^~~~~~~~~ /kisskb/src/crypto/skcipher.c: In function 'skcipher_alloc_instance_simple': /kisskb/src/crypto/skcipher.c:932:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pm_init': /kisskb/src/drivers/pci/pci.c:3070:6: note: byref variable will be forcibly initialized u16 pmc; ^~~ /kisskb/src/drivers/pci/pci.c:3069:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_ea_init': /kisskb/src/drivers/pci/pci.c:3304:5: note: byref variable will be forcibly initialized u8 num_ent; ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_configure_ari': /kisskb/src/drivers/pci/pci.c:3422:6: note: byref variable will be forcibly initialized u32 cap; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_get_possible_sizes': /kisskb/src/drivers/pci/pci.c:3639:6: note: byref variable will be forcibly initialized u32 cap; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_get_current_size': /kisskb/src/drivers/pci/pci.c:3668:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_set_size': /kisskb/src/drivers/pci/pci.c:3690:6: note: byref variable will be forcibly initialized u32 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_enable_atomic_ops_to_root': /kisskb/src/drivers/pci/pci.c:3720:11: note: byref variable will be forcibly initialized u32 cap, ctl2; ^~~~ /kisskb/src/drivers/pci/pci.c:3720:6: note: byref variable will be forcibly initialized u32 cap, ctl2; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetPortFacts': /kisskb/src/drivers/message/fusion/mptbase.c:3255:16: note: byref variable will be forcibly initialized PortFacts_t get_pfacts; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetIocFacts': /kisskb/src/drivers/message/fusion/mptbase.c:3081:15: note: byref variable will be forcibly initialized IOCFacts_t get_facts; ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcibios_set_master': /kisskb/src/drivers/pci/pci.c:4334:5: note: byref variable will be forcibly initialized u8 lat; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_cacheline_size': /kisskb/src/drivers/pci/pci.c:4387:5: note: byref variable will be forcibly initialized u8 cacheline_size; ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_mwi': /kisskb/src/drivers/pci/pci.c:4427:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_disable_parity': /kisskb/src/drivers/pci/pci.c:4512:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_reset_secondary_bus': /kisskb/src/drivers/pci/pci.c:4965:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'reset_method_store': /kisskb/src/drivers/pci/pci.c:5186:8: note: byref variable will be forcibly initialized char *options, *name; ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendPortEnable': /kisskb/src/drivers/message/fusion/mptbase.c:3463:21: note: byref variable will be forcibly initialized MPIDefaultReply_t reply_buf; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:3462:17: note: byref variable will be forcibly initialized PortEnable_t port_enable; ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendEventNotification': /kisskb/src/drivers/message/fusion/mptbase.c:6277:20: note: byref variable will be forcibly initialized MPIDefaultReply_t reply_buf; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6276:22: note: byref variable will be forcibly initialized EventNotification_t evn; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_iocstatus_info_config': /kisskb/src/drivers/message/fusion/mptbase.c:8133:7: note: byref variable will be forcibly initialized char extend_desc[EVENT_DESCR_STR_SZ]; ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_get_max_mmrbc': /kisskb/src/drivers/pci/pci.c:5842:6: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_get_mmrbc': /kisskb/src/drivers/pci/pci.c:5865:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_bandwidth_available': /kisskb/src/drivers/pci/pci.c:6040:6: note: byref variable will be forcibly initialized u16 lnksta; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_speed_cap': /kisskb/src/drivers/pci/pci.c:6089:15: note: byref variable will be forcibly initialized u32 lnkcap2, lnkcap; ^~~~~~ /kisskb/src/drivers/pci/pci.c:6089:6: note: byref variable will be forcibly initialized u32 lnkcap2, lnkcap; ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_width_cap': /kisskb/src/drivers/pci/pci.c:6125:6: note: byref variable will be forcibly initialized u32 lnkcap; ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function '__pcie_print_link_status': /kisskb/src/drivers/pci/pci.c:6171:18: note: byref variable will be forcibly initialized struct pci_dev *limiting_dev = NULL; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6170:28: note: byref variable will be forcibly initialized enum pci_bus_speed speed, speed_cap; ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6170:21: note: byref variable will be forcibly initialized enum pci_bus_speed speed, speed_cap; ^~~~~ /kisskb/src/drivers/pci/pci.c:6169:30: note: byref variable will be forcibly initialized enum pcie_link_width width, width_cap; ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6169:23: note: byref variable will be forcibly initialized enum pcie_link_width width, width_cap; ^~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'PrimeIocFifos': /kisskb/src/drivers/message/fusion/mptbase.c:4438:13: note: byref variable will be forcibly initialized dma_addr_t alloc_dma; ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_vga_state': /kisskb/src/drivers/pci/pci.c:6249:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/mm/swap.c: In function '__page_cache_release': /kisskb/src/mm/swap.c:84:17: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'pci_disable_io_access': /kisskb/src/drivers/message/fusion/mptbase.c:228:6: note: byref variable will be forcibly initialized u16 command_reg; ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'pci_enable_io_access': /kisskb/src/drivers/message/fusion/mptbase.c:238:6: note: byref variable will be forcibly initialized u16 command_reg; ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_specified_resource_alignment': /kisskb/src/drivers/pci/pci.c:6431:14: note: byref variable will be forcibly initialized const char *p; ^ /kisskb/src/drivers/pci/pci.c:6429:19: note: byref variable will be forcibly initialized int align_order, count; ^~~~~ /kisskb/src/drivers/pci/pci.c:6429:6: note: byref variable will be forcibly initialized int align_order, count; ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_reassigndev_resource_alignment': /kisskb/src/drivers/pci/pci.c:6555:7: note: byref variable will be forcibly initialized bool resize = false; ^~~~~~ /kisskb/src/drivers/pci/pci.c:6554:6: note: byref variable will be forcibly initialized u16 command; ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mptbase_reply': /kisskb/src/drivers/message/fusion/mptbase.c:631:6: note: byref variable will be forcibly initialized int evHandlers; ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/pagemap.h:85, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'perf_trace_mm_lru_insertion': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'perf_trace_mm_lru_activate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:20: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'perf_trace_dma_fence': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pagemap.h:85, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_insertion': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:20: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'trace_event_raw_event_dma_fence': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_activate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendIocInit': /kisskb/src/drivers/message/fusion/mptbase.c:3339:21: note: byref variable will be forcibly initialized MPIDefaultReply_t init_reply; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:3338:14: note: byref variable will be forcibly initialized IOCInit_t ioc_init; ^~~~~~~~ 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:20: /kisskb/src/drivers/dma-buf/dma-fence.c: In function '__bpf_trace_dma_fence': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/pagemap.h:85, 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function '__bpf_trace_mm_lru_activate': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:878:16: note: byref variable will be forcibly initialized unsigned long 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:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c:876:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_to_free); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/swap.c: In function 'pagevec_lru_move_fn': /kisskb/src/mm/swap.c:187:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_signal_timestamp_locked': /kisskb/src/drivers/dma-buf/dma-fence.c:361:19: note: byref variable will be forcibly initialized struct list_head cb_list; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function '__lru_add_drain_all': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/swap.c:767:13: note: in expansion of macro 'smp_load_acquire' this_gen = smp_load_acquire(&lru_drain_gen); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_do_upload': /kisskb/src/drivers/message/fusion/mptbase.c:3578:8: note: byref variable will be forcibly initialized u8 reply[sizeof(FWUploadReply_t)]; ^~~~~ /kisskb/src/mm/swap.c: In function '__pagevec_lru_add': /kisskb/src/mm/swap.c:1033:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_default_wait': /kisskb/src/drivers/dma-buf/dma-fence.c:757:25: note: byref variable will be forcibly initialized struct default_wait_cb cb; ^~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_detach': /kisskb/src/drivers/message/fusion/mptbase.c:2087:7: note: byref variable will be forcibly initialized char pname[64]; ^~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_print_ioc_summary': /kisskb/src/drivers/message/fusion/mptbase.c:6798:7: note: byref variable will be forcibly initialized char expVer[32]; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_is_discovery_complete': /kisskb/src/drivers/message/fusion/mptbase.c:287:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:285:14: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:284:29: note: byref variable will be forcibly initialized ConfigExtendedPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetLanConfigPages': /kisskb/src/drivers/message/fusion/mptbase.c:4954:15: note: byref variable will be forcibly initialized dma_addr_t page1_dma; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:4952:15: note: byref variable will be forcibly initialized dma_addr_t page0_dma; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:4950:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:4949:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_GetScsiPortSettings': /kisskb/src/drivers/message/fusion/mptbase.c:5366:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5365:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5364:15: note: byref variable will be forcibly initialized dma_addr_t buf_dma; ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_readScsiDevicePageHeaders': /kisskb/src/drivers/message/fusion/mptbase.c:5576:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5575:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_1': /kisskb/src/drivers/message/fusion/mptbase.c:6142:15: note: byref variable will be forcibly initialized dma_addr_t ioc1_dma; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6141:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6140:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_4': /kisskb/src/drivers/message/fusion/mptbase.c:6089:15: note: byref variable will be forcibly initialized dma_addr_t ioc4_dma; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6088:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6087:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetIoUnitPage2': /kisskb/src/drivers/message/fusion/mptbase.c:5298:15: note: byref variable will be forcibly initialized dma_addr_t page_dma; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5296:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5295:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_get_manufacturing_pg_0': /kisskb/src/drivers/message/fusion/mptbase.c:6228:14: note: byref variable will be forcibly initialized dma_addr_t buf_dma; ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6227:21: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:6226:15: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_pg0': /kisskb/src/drivers/message/fusion/mptbase.c:5736:15: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5735:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5734:16: note: byref variable will be forcibly initialized 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:5803:15: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5802:23: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5801:17: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_pg1': /kisskb/src/drivers/message/fusion/mptbase.c:5872:15: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5871:23: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5870:17: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_3': /kisskb/src/drivers/message/fusion/mptbase.c:6031:15: note: byref variable will be forcibly initialized dma_addr_t ioc3_dma; ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6030:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6029:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_inactive_raid_volumes': /kisskb/src/drivers/message/fusion/mptbase.c:5650:24: note: byref variable will be forcibly initialized RaidPhysDiskPage0_t phys_disk; ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5647:15: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5646:22: note: byref variable will be forcibly initialized ConfigPageHeader_t hdr; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5645:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_findImVolumes': /kisskb/src/drivers/message/fusion/mptbase.c:5961:22: note: byref variable will be forcibly initialized ConfigPageHeader_t header; ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5960:16: note: byref variable will be forcibly initialized CONFIGPARMS cfg; ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5959:15: note: byref variable will be forcibly initialized dma_addr_t ioc2_dma; ^~~~~~~~ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy': /kisskb/src/drivers/scsi/hosts.c:583:6: note: byref variable will be forcibly initialized int cnt = 0; ^~~ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy_iter': /kisskb/src/drivers/scsi/hosts.c:718:34: note: byref variable will be forcibly initialized struct scsi_host_busy_iter_data iter_data = { ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_attach': /kisskb/src/drivers/message/fusion/mptbase.c:1776:7: note: byref variable will be forcibly initialized u8 pcixcmd; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/rbtree.h:22, from /kisskb/src/include/linux/rbtree_augmented.h:16, from /kisskb/src/lib/rbtree.c:12: /kisskb/src/lib/rbtree.c: In function '__rb_change_child_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:191:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(root->rb_node, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:189:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(parent->rb_right, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:187:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(parent->rb_left, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/nfcmrvl/main.c: In function 'nfcmrvl_nci_setup': /kisskb/src/drivers/nfc/nfcmrvl/main.c:72:7: note: byref variable will be forcibly initialized __u8 val = 1; ^~~ /kisskb/src/kernel/resource.c: In function '__walk_iomem_res_desc': /kisskb/src/kernel/resource.c:392:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/kernel/resource.c: In function '__region_intersects': /kisskb/src/kernel/resource.c:508:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'revoke_iomem': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:1120:24: note: in expansion of macro 'smp_load_acquire' struct inode *inode = smp_load_acquire(&iomem_inode); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function '__devm_release_region': /kisskb/src/kernel/resource.c:1605:23: note: byref variable will be forcibly initialized struct region_devres match_data = { parent, start, n }; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'iomem_init_inode': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:1910:2: note: in expansion of macro 'smp_store_release' smp_store_release(&iomem_inode, inode); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function 'reserve_setup': /kisskb/src/kernel/resource.c:1623:26: note: byref variable will be forcibly initialized unsigned int io_start, io_num; ^~~~~~ /kisskb/src/kernel/resource.c:1623:16: note: byref variable will be forcibly initialized unsigned int io_start, io_num; ^~~~~~~~ /kisskb/src/kernel/resource.c: In function 'walk_system_ram_range': /kisskb/src/kernel/resource.c:470:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/kernel/resource.c: In function '__find_resource': /kisskb/src/kernel/resource.c:597:37: note: byref variable will be forcibly initialized struct resource tmp = *new, avail, alloc; ^~~~~ /kisskb/src/kernel/resource.c:597:30: note: byref variable will be forcibly initialized struct resource tmp = *new, avail, alloc; ^~~~~ /kisskb/src/kernel/resource.c:597:18: note: byref variable will be forcibly initialized struct resource tmp = *new, avail, alloc; ^~~ /kisskb/src/kernel/resource.c: In function 'reallocate_resource': /kisskb/src/kernel/resource.c:672:18: note: byref variable will be forcibly initialized struct resource new = *old; ^~~ /kisskb/src/kernel/resource.c: In function 'allocate_resource': /kisskb/src/kernel/resource.c:728:29: note: byref variable will be forcibly initialized struct resource_constraint constraint; ^~~~~~~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'set_broadcast_channel': /kisskb/src/drivers/firewire/core-device.c:929:9: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'reread_config_rom': /kisskb/src/drivers/firewire/core-device.c:1107:6: note: byref variable will be forcibly initialized u32 q; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'iomem_get_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:1160:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&iomem_inode)->i_mapping; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'read_config_rom': /kisskb/src/drivers/firewire/core-device.c:558:7: note: byref variable will be forcibly initialized u32 dummy; ^~~~~ /kisskb/src/kernel/resource.c: In function 'iomem_map_sanity_check': /kisskb/src/kernel/resource.c:1667:9: note: byref variable will be forcibly initialized loff_t l; ^ /kisskb/src/kernel/resource.c: In function 'iomem_is_exclusive': /kisskb/src/kernel/resource.c:1717:9: note: byref variable will be forcibly initialized loff_t l; ^ /kisskb/src/drivers/firewire/core-device.c: In function 'search_leaf': /kisskb/src/drivers/firewire/core-device.c:53:25: note: byref variable will be forcibly initialized int last_key = 0, key, value; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:53:20: note: byref variable will be forcibly initialized int last_key = 0, key, value; ^~~ /kisskb/src/drivers/firewire/core-device.c:52:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'show_text_leaf': /kisskb/src/drivers/firewire/core-device.c:287:7: note: byref variable will be forcibly initialized char dummy_buf[2]; ^~~~~~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'get_ids': /kisskb/src/drivers/firewire/core-device.c:123:11: note: byref variable will be forcibly initialized int key, value; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:123:6: note: byref variable will be forcibly initialized int key, value; ^~~ /kisskb/src/drivers/firewire/core-device.c:122:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'unit_match': /kisskb/src/drivers/firewire/core-device.c:163:6: note: byref variable will be forcibly initialized int id[] = {0, 0, 0, 0}; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'get_modalias': /kisskb/src/drivers/firewire/core-device.c:200:6: note: byref variable will be forcibly initialized int id[] = {0, 0, 0, 0}; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'fw_unit_uevent': /kisskb/src/drivers/firewire/core-device.c:212:7: note: byref variable will be forcibly initialized char modalias[64]; ^~~~~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'create_units': /kisskb/src/drivers/firewire/core-device.c:693:11: note: byref variable will be forcibly initialized int key, value, i; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:693:6: note: byref variable will be forcibly initialized int key, value, i; ^~~ /kisskb/src/drivers/firewire/core-device.c:691:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'fw_device_refresh': /kisskb/src/drivers/firewire/core-device.c:1135:7: note: byref variable will be forcibly initialized bool changed; ^~~~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'show_immediate': /kisskb/src/drivers/firewire/core-device.c:255:11: note: byref variable will be forcibly initialized int key, value, ret = -ENOENT; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:255:6: note: byref variable will be forcibly initialized int key, value, ret = -ENOENT; ^~~ /kisskb/src/drivers/firewire/core-device.c:253:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'units_sprintf': /kisskb/src/drivers/firewire/core-device.c:424:11: note: byref variable will be forcibly initialized int key, value; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:424:6: note: byref variable will be forcibly initialized int key, value; ^~~ /kisskb/src/drivers/firewire/core-device.c:423:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'units_show': /kisskb/src/drivers/firewire/core-device.c:448:11: note: byref variable will be forcibly initialized int key, value, i = 0; ^~~~~ /kisskb/src/drivers/firewire/core-device.c:448:6: note: byref variable will be forcibly initialized int key, value, i = 0; ^~~ /kisskb/src/drivers/firewire/core-device.c:447:25: note: byref variable will be forcibly initialized struct fw_csr_iterator ci; ^~ In file included from /kisskb/src/include/linux/blkdev.h:26, 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:243:17: note: byref variable will be forcibly initialized unsigned long word; ^~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_tags_for_each': /kisskb/src/block/blk-mq-tag.c:326:27: note: byref variable will be forcibly initialized struct bt_tags_iter_data iter_data = { ^~~~~~~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_for_each': /kisskb/src/block/blk-mq-tag.c:259:22: note: byref variable will be forcibly initialized 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:412:12: note: byref variable will be forcibly initialized unsigned count = 0; ^~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-tag.c:12: /kisskb/src/block/blk-mq-tag.c: In function 'percpu_ref_tryget_many': /kisskb/src/include/linux/percpu-refcount.h:238:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c: In function 'deferred_probe_timeout_setup': /kisskb/src/drivers/base/dd.c:264:6: note: byref variable will be forcibly initialized int timeout; ^~~~~~~ /kisskb/src/drivers/base/dd.c: In function '__device_attach': /kisskb/src/drivers/base/dd.c:960:29: note: byref variable will be forcibly initialized struct device_attach_data data = { ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/base/dd.c:19: /kisskb/src/drivers/base/dd.c: In function 'wait_for_device_probe': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:725:2: note: in expansion of macro 'wait_event' wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:719:2: note: in expansion of macro 'wait_event' wait_event(probe_timeout_waitqueue, !driver_deferred_probe_timeout); ^~~~~~~~~~ /kisskb/src/net/core/skbuff.c: In function '__skb_send_sock': /kisskb/src/net/core/skbuff.c:2606:17: note: byref variable will be forcibly initialized struct msghdr msg; ^~~ /kisskb/src/net/core/skbuff.c:2605:15: note: byref variable will be forcibly initialized struct kvec kv; ^~ /kisskb/src/net/core/skbuff.c: In function '__alloc_skb': /kisskb/src/net/core/skbuff.c:401:7: note: byref variable will be forcibly initialized bool pfmemalloc; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulator_prot_limits': /kisskb/src/drivers/regulator/of_regulator.c:62:8: note: byref variable will be forcibly initialized int *l[] = { ^ /kisskb/src/drivers/regulator/of_regulator.c:56:8: note: byref variable will be forcibly initialized char prop[255]; ^~~~ /kisskb/src/drivers/regulator/of_regulator.c:46:29: note: byref variable will be forcibly initialized struct notification_limit *limits[] = { ^~~~~~ /kisskb/src/drivers/regulator/of_regulator.c:38:6: note: byref variable will be forcibly initialized u32 pval; ^~~~ /kisskb/src/net/core/skbuff.c: In function '__splice_segment': /kisskb/src/net/core/skbuff.c:2476:16: note: byref variable will be forcibly initialized unsigned int flen = min(*len, plen); ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulation_constraints': /kisskb/src/drivers/regulator/of_regulator.c:91:6: note: byref variable will be forcibly initialized u32 pval; ^~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_mod_eth_type': /kisskb/src/net/core/skbuff.c:5868:10: note: byref variable will be forcibly initialized __be16 diff[] = { ~hdr->h_proto, ethertype }; ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_check_coupling_data': /kisskb/src/drivers/regulator/of_regulator.c:623:7: note: byref variable will be forcibly initialized int c_max_spread, c_n_phandles; ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c:616:6: note: byref variable will be forcibly initialized int index; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:151:2: note: in expansion of macro 'wait_event' wait_event(q->mq_freeze_wq, percpu_ref_is_zero(&q->q_usage_counter)); ^~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:158:9: note: in expansion of macro 'wait_event_timeout' return wait_event_timeout(q->mq_freeze_wq, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/fs/stat.c:9: /kisskb/src/fs/stat.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat': /kisskb/src/fs/stat.c:346:14: note: byref variable will be forcibly initialized struct stat tmp; ^~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat64': /kisskb/src/fs/stat.c:489:16: note: byref variable will be forcibly initialized struct stat64 tmp; ^~~ /kisskb/src/fs/stat.c: In function 'cp_statx': /kisskb/src/fs/stat.c:573:15: note: byref variable will be forcibly initialized struct statx tmp; ^~~ /kisskb/src/net/core/skbuff.c: In function 'skb_splice_bits': /kisskb/src/net/core/skbuff.c:2550:15: note: byref variable will be forcibly initialized struct page *pages[MAX_SKB_FRAGS]; ^~~~~ /kisskb/src/net/core/skbuff.c:2549:22: note: byref variable will be forcibly initialized struct partial_page partial[MAX_SKB_FRAGS]; ^~~~~~~ /kisskb/src/fs/stat.c: In function 'cp_compat_stat': /kisskb/src/fs/stat.c:645:21: note: byref variable will be forcibly initialized struct compat_stat tmp; ^~~ /kisskb/src/fs/stat.c: In function 'do_readlinkat': /kisskb/src/fs/stat.c:436:6: note: byref variable will be forcibly initialized int empty = 0; ^~~~~ /kisskb/src/fs/stat.c:434:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_checksum': /kisskb/src/net/core/skbuff.c:2876:32: note: byref variable will be forcibly initialized const struct skb_checksum_ops ops = { ^~~ /kisskb/src/fs/stat.c: In function 'vfs_statx': /kisskb/src/fs/stat.c:205:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstat': /kisskb/src/fs/stat.c:421:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/char_dev.c: In function 'chrdev_open': /kisskb/src/fs/char_dev.c:384:7: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstat64': /kisskb/src/fs/stat.c:548:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newfstat': /kisskb/src/fs/stat.c:718:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newstat': /kisskb/src/fs/stat.c:384:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_stat64': /kisskb/src/fs/stat.c:525:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newstat': /kisskb/src/fs/stat.c:679:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_issue_directly': /kisskb/src/block/blk-mq.c:1964:27: note: byref variable will be forcibly initialized struct blk_mq_queue_data bd = { ^~ /kisskb/src/fs/stat.c: In function '__do_sys_newlstat': /kisskb/src/fs/stat.c:395:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_lstat64': /kisskb/src/fs/stat.c:537:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newlstat': /kisskb/src/fs/stat.c:691:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstatat': /kisskb/src/fs/stat.c:409:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstatat64': /kisskb/src/fs/stat.c:560:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newfstatat': In file included from /kisskb/src/include/linux/blkdev.h:26, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function '__sbitmap_for_each_set': /kisskb/src/fs/stat.c:705:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/include/linux/sbitmap.h:243:17: note: byref variable will be forcibly initialized unsigned long word; ^~~~ /kisskb/src/fs/stat.c: In function 'do_statx': /kisskb/src/fs/stat.c:608:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_find_text': /kisskb/src/net/core/skbuff.c:3769:18: note: byref variable will be forcibly initialized struct ts_state state; ^~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function 'percpu_ref_tryget_many': /kisskb/src/include/linux/percpu-refcount.h:238:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_run_hw_queue': /kisskb/src/block/blk-mq.c:1469:6: note: byref variable will be forcibly initialized int srcu_idx; ^~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_timeout_work': /kisskb/src/block/blk-mq.c:941:16: note: byref variable will be forcibly initialized unsigned long next = 0; ^~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_vlan_pop': /kisskb/src/net/core/skbuff.c:5738:6: note: byref variable will be forcibly initialized u16 vlan_tci; ^~~~~~~~ In file included from /kisskb/src/drivers/net/mdio/of_mdio.c:19: /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_mdio_parse_addr': /kisskb/src/include/linux/of_mdio.h:40:6: note: byref variable will be forcibly initialized u32 addr; ^~~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_mdiobus_child_is_phy': /kisskb/src/drivers/net/mdio/of_mdio.c:115:6: note: byref variable will be forcibly initialized u32 phy_id; ^~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_poll_hybrid_sleep': /kisskb/src/block/blk-mq.c:3850:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper hs; ^~ /kisskb/src/net/core/skbuff.c: In function 'skb_mpls_update_lse': /kisskb/src/net/core/skbuff.c:5999:10: note: byref variable will be forcibly initialized __be32 diff[] = { ~mpls_hdr(skb)->label_stack_entry, mpls_lse }; ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_has_requests': /kisskb/src/block/blk-mq.c:2516:22: note: byref variable will be forcibly initialized struct rq_iter_data data = { ^~~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_phy_is_fixed_link': /kisskb/src/drivers/net/mdio/of_mdio.c:356:14: note: byref variable will be forcibly initialized const char *managed; ^~~~~~~ /kisskb/src/drivers/net/mdio/of_mdio.c:355:6: note: byref variable will be forcibly initialized int len, err; ^~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_phy_register_fixed_link': /kisskb/src/drivers/net/mdio/of_mdio.c:383:14: note: byref variable will be forcibly initialized const char *managed; ^~~~~~~ /kisskb/src/drivers/net/mdio/of_mdio.c:382:6: note: byref variable will be forcibly initialized u32 fixed_link_prop[5]; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_phy_get_and_connect': /kisskb/src/drivers/net/mdio/of_mdio.c:315:18: note: byref variable will be forcibly initialized phy_interface_t iface; ^~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_queue_inflight': /kisskb/src/block/blk-mq.c:870:7: note: byref variable will be forcibly initialized bool busy = false; ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_busy_ctxs': /kisskb/src/block/blk-mq.c:1006:29: note: byref variable will be forcibly initialized struct flush_busy_ctx_data data = { ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_dequeue_from_ctx': /kisskb/src/block/blk-mq.c:1044:26: note: byref variable will be forcibly initialized struct dispatch_rq_data data = { ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_run_hw_queue': /kisskb/src/block/blk-mq.c:1593:6: note: byref variable will be forcibly initialized int srcu_idx; ^~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_dispatch_rq_list': /kisskb/src/block/blk-mq.c:1330:28: note: byref variable will be forcibly initialized struct blk_mq_queue_data bd; ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c:1320:12: note: byref variable will be forcibly initialized LIST_HEAD(zone_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_notify_dead': /kisskb/src/block/blk-mq.c:2586:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_try_issue_directly': /kisskb/src/block/blk-mq.c:2059:6: note: byref variable will be forcibly initialized int srcu_idx; ^~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_requeue_work': /kisskb/src/block/blk-mq.c:768:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_plug_list': /kisskb/src/block/blk-mq.c:1918:20: note: byref variable will be forcibly initialized struct list_head rq_list; ^~~~~~~ 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:1906:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_request_issue_directly': /kisskb/src/block/blk-mq.c:2078:11: note: byref variable will be forcibly initialized blk_qc_t unused_cookie; ^~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:2077:6: note: byref variable will be forcibly initialized int srcu_idx; ^~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_submit_bio': /kisskb/src/block/blk-mq.c:2165:11: note: byref variable will be forcibly initialized blk_qc_t cookie; ^~~~~~ /kisskb/src/block/blk-mq.c:2164:15: note: byref variable will be forcibly initialized unsigned int nr_segs; ^~~~~~~ /kisskb/src/block/blk-mq.c:2163:18: note: byref variable will be forcibly initialized struct request *same_queue_rq = NULL; ^~~~~~~~~~~~~ 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:3711:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/802/garp.c:7: /kisskb/src/net/802/garp.c: In function 'garp_init_port': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/802/garp.c:552:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->garp_port, port); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/802/garp.c: In function 'garp_init_applicant': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/802/garp.c:596:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->garp_port->applicants[appl->type], app); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/string.c: In function 'strscpy': /kisskb/src/lib/string.c:206:20: note: byref variable will be forcibly initialized unsigned long c, data; ^~~~ /kisskb/src/lib/string.c:182:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'portio_porttype_show': /kisskb/src/drivers/uio/uio.c:151:14: note: byref variable will be forcibly initialized const char *porttypes[] = {"none", "x86", "gpio", "other"}; ^~~~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_write': /kisskb/src/drivers/uio/uio.c:624:6: note: byref variable will be forcibly initialized s32 irq_on; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence-chain.c:240:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(chain->prev, prev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_major_init': /kisskb/src/drivers/uio/uio.c:832:8: note: byref variable will be forcibly initialized dev_t uio_dev = 0; ^~~~~~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_update_bits': /kisskb/src/drivers/mfd/tps65217.c:263:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/tps65217.c:22: /kisskb/src/drivers/mfd/tps65217.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_irq_thread': /kisskb/src/drivers/mfd/tps65217.c:115:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_probe': /kisskb/src/drivers/mfd/tps65217.c:322:15: note: byref variable will be forcibly initialized unsigned int version; ^~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_read': /kisskb/src/drivers/uio/uio.c:570:6: note: byref variable will be forcibly initialized s32 event_count; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/clk/meson/clk-dualdiv.h:11, from /kisskb/src/drivers/clk/meson/clk-dualdiv.c:28: /kisskb/src/drivers/clk/meson/clk-dualdiv.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/meson/clk-dualdiv.c: In function 'meson_clk_dualdiv_recalc_rate': /kisskb/src/drivers/clk/meson/clk-dualdiv.c:52:33: note: byref variable will be forcibly initialized struct meson_clk_dualdiv_param setting; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'list_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:202:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(new->prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'get_arg_page': /kisskb/src/fs/exec.c:201:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/exec.c: In function 'shift_arg_pages': /kisskb/src/fs/exec.c:684:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'unshare_sighand': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c:1200:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(me->sighand, newsighand); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'prepare_binprm': /kisskb/src/fs/exec.c:1652:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/fs/exec.c: In function 'compat_do_execve': /kisskb/src/fs/exec.c:2015:22: note: userspace variable will be forcibly initialized struct user_arg_ptr envp = { ^~~~ /kisskb/src/fs/exec.c:2011:22: note: userspace variable will be forcibly initialized struct user_arg_ptr argv = { ^~~~ /kisskb/src/fs/exec.c: In function 'compat_do_execveat': /kisskb/src/fs/exec.c:2031:22: note: userspace variable will be forcibly initialized struct user_arg_ptr envp = { ^~~~ /kisskb/src/fs/exec.c:2027:22: note: userspace variable will be forcibly initialized struct user_arg_ptr argv = { ^~~~ /kisskb/src/fs/exec.c: In function 'setup_arg_pages': /kisskb/src/fs/exec.c:749:25: note: byref variable will be forcibly initialized struct vm_area_struct *prev = NULL; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/mm/truncate.c:12: /kisskb/src/mm/truncate.c: In function '__clear_shadow_entry': /kisskb/src/mm/truncate.c:37:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/truncate.c: In function 'invalidate_inode_pages2_range': /kisskb/src/mm/truncate.c:612:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/truncate.c:611:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/mm/truncate.c: In function 'truncate_inode_pages_range': /kisskb/src/mm/truncate.c:290:11: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/mm/truncate.c:289:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/truncate.c: In function '__invalidate_mapping_pages': /kisskb/src/mm/truncate.c:472:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/truncate.c:471:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_notify_einprogress': /kisskb/src/crypto/ahash.c:278:30: note: byref variable will be forcibly initialized struct crypto_async_request oreq; ^~~~ /kisskb/src/drivers/nfc/st-nci/ndlc.c: In function 'ndlc_close': /kisskb/src/drivers/nfc/st-nci/ndlc.c:57:26: note: byref variable will be forcibly initialized struct nci_mode_set_cmd cmd; ^~~ /kisskb/src/crypto/ahash.c: In function 'crypto_ahash_report': /kisskb/src/crypto/ahash.c:502:28: note: byref variable will be forcibly initialized struct crypto_report_hash rhash; ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_get_idlun': /kisskb/src/drivers/scsi/scsi_ioctl.c:220:20: note: byref variable will be forcibly initialized struct scsi_idlun v = { ^ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_get_cdrom_generic_arg': /kisskb/src/drivers/scsi/scsi_ioctl.c:753:39: note: byref variable will be forcibly initialized struct compat_cdrom_generic_command cgc32; ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_put_cdrom_generic_arg': /kisskb/src/drivers/scsi/scsi_ioctl.c:783:39: note: byref variable will be forcibly initialized struct compat_cdrom_generic_command cgc32 = { ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'ioctl_internal_command': /kisskb/src/drivers/scsi/scsi_ioctl.c:71:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_set_medium_removal': /kisskb/src/drivers/scsi/scsi_ioctl.c:123:7: note: byref variable will be forcibly initialized char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:460:17: note: byref variable will be forcibly initialized struct iovec *iov = NULL; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c:459:19: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/kernel/user.c: In function 'free_uid': /kisskb/src/kernel/user.c:180:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_cdrom_send_packet': /kisskb/src/drivers/scsi/scsi_ioctl.c:811:19: note: byref variable will be forcibly initialized struct sg_io_hdr hdr; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c:810:31: note: byref variable will be forcibly initialized struct cdrom_generic_command cgc; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'put_sg_io_hdr': /kisskb/src/drivers/scsi/scsi_ioctl.c:649:27: note: byref variable will be forcibly initialized struct compat_sg_io_hdr hdr32 = { ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'get_sg_io_hdr': /kisskb/src/drivers/scsi/scsi_ioctl.c:691:26: note: byref variable will be forcibly initialized struct compat_sg_io_hdr hdr32; ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl_sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:866:19: note: byref variable will be forcibly initialized struct sg_io_hdr hdr; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl': /kisskb/src/drivers/scsi/scsi_ioctl.c:896:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sense_hdr; ^~~~~~~~~ /kisskb/src/drivers/base/driver.c: In function 'driver_find_device': /kisskb/src/drivers/base/driver.c:80:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/driver.c: In function 'driver_for_each_device': /kisskb/src/drivers/base/driver.c:45:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ In file included from /kisskb/src/drivers/firewire/core-iso.c:16: /kisskb/src/drivers/firewire/core-iso.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firewire/core-iso.c: In function 'manage_channel': /kisskb/src/drivers/firewire/core-iso.c:246:9: note: byref variable will be forcibly initialized __be32 data[2]; ^~~~ /kisskb/src/drivers/firewire/core-iso.c: In function 'manage_bandwidth': /kisskb/src/drivers/firewire/core-iso.c:208:9: note: byref variable will be forcibly initialized __be32 data[2]; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, 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:92:12: note: byref variable will be forcibly initialized LIST_HEAD(hctx_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq-sched.c: In function '__blk_mq_do_dispatch_sched': /kisskb/src/block/blk-mq-sched.c:125:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_do_dispatch_ctx': /kisskb/src/block/blk-mq-sched.c:242:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-sched.c:9: /kisskb/src/block/blk-mq-sched.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-mq-sched.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq-sched.c:8: /kisskb/src/block/blk-mq-sched.c: In function '__blk_mq_sched_dispatch_requests': /kisskb/src/block/blk-mq-sched.c:299:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_sched_insert_request': /kisskb/src/block/blk-mq-sched.c:467:13: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_register': /kisskb/src/block/ioctl.c:247:25: note: byref variable will be forcibly initialized struct pr_registration reg; ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_reserve': /kisskb/src/block/ioctl.c:265:24: note: byref variable will be forcibly initialized struct pr_reservation rsv; ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_release': /kisskb/src/block/ioctl.c:283:24: note: byref variable will be forcibly initialized struct pr_reservation rsv; ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_preempt': /kisskb/src/block/ioctl.c:301:20: note: byref variable will be forcibly initialized struct pr_preempt p; ^ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_clear': /kisskb/src/block/ioctl.c:319:18: note: byref variable will be forcibly initialized struct pr_clear c; ^ /kisskb/src/block/ioctl.c: In function 'blkdev_getgeo': /kisskb/src/block/ioctl.c:366:21: note: byref variable will be forcibly initialized struct hd_geometry geo; ^~~ /kisskb/src/block/ioctl.c: In function 'compat_hdio_getgeo': /kisskb/src/block/ioctl.c:400:21: note: byref variable will be forcibly initialized struct hd_geometry geo; ^~~ /kisskb/src/block/ioctl.c: In function 'blkpg_do_ioctl': /kisskb/src/block/ioctl.c:20:25: note: byref variable will be forcibly initialized struct blkpg_partition p; ^ /kisskb/src/block/ioctl.c: In function 'blk_ioctl_discard': /kisskb/src/block/ioctl.c:113:11: note: byref variable will be forcibly initialized uint64_t range[2]; ^~~~~ /kisskb/src/block/ioctl.c: In function 'blk_ioctl_zeroout': /kisskb/src/block/ioctl.c:149:11: note: byref variable will be forcibly initialized uint64_t range[2]; ^~~~~ /kisskb/src/drivers/net/mdio/mdio-mux.c: In function 'mdio_mux_init': /kisskb/src/drivers/net/mdio/mdio-mux.c:145:7: note: byref variable will be forcibly initialized int v; ^ /kisskb/src/drivers/regulator/rohm-regulator.c: In function 'set_dvs_level': /kisskb/src/drivers/regulator/rohm-regulator.c:17:11: note: byref variable will be forcibly initialized uint32_t uv; ^~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/mutex.h:14, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/ww_mutex.h:20, from /kisskb/src/include/linux/dma-resv.h:42, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_reserve_shared': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:191:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(obj->fence, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_dpcd_access': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:253:24: note: byref variable will be forcibly initialized struct drm_dp_aux_msg msg; ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_lockdep': /kisskb/src/drivers/dma-buf/dma-resv.c:664:23: note: byref variable will be forcibly initialized struct address_space mapping; ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:663:18: note: byref variable will be forcibly initialized struct dma_resv obj; ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c:662:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_read_sink_count': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1269:5: note: byref variable will be forcibly initialized u8 count; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:373:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*dst, fence); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_probe_level': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3394:5: note: byref variable will be forcibly initialized u8 mode_reg; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3393:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_configure_dsc_enc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3003:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_set_enable': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3168:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_probe_max': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3302:17: note: byref variable will be forcibly initialized u8 pn, pn_min, pn_max; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3302:9: note: byref variable will be forcibly initialized u8 pn, pn_min, pn_max; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3302:5: note: byref variable will be forcibly initialized u8 pn, pn_min, pn_max; ^~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_aux_get_crc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1659:5: note: byref variable will be forcibly initialized u8 buf, count; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_read_extended_dpcd_caps': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:593:5: note: byref variable will be forcibly initialized u8 dpcd_ext[6]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_get_quirks': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1972:5: note: byref variable will be forcibly initialized u8 any_device[] = DEVICE_ID_ANY; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_aux_crc_work': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1695:11: note: byref variable will be forcibly initialized uint32_t crcs[3]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1694:5: note: byref variable will be forcibly initialized u8 crc_bytes[6]; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_i2c_drain_msg': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1525:24: note: byref variable will be forcibly initialized struct drm_dp_aux_msg msg = *orig_msg; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_i2c_xfer': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1562:24: note: byref variable will be forcibly initialized struct drm_dp_aux_msg 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/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/random.h:10, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/net.h:24, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_send_real_edid_checksum': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:531:44: note: byref variable will be forcibly initialized u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:531:25: note: byref variable will be forcibly initialized u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:531:5: note: byref variable will be forcibly initialized u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/fs/pipe.c:11: /kisskb/src/fs/pipe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_downstream_debug': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1088:10: note: byref variable will be forcibly initialized uint8_t rev[2]; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1086:7: note: byref variable will be forcibly initialized char id[7]; ^~ In file included from /kisskb/src/include/linux/limits.h:6, from /kisskb/src/include/linux/kernel.h:7, from /kisskb/src/drivers/net/phy/phy.c:11: /kisskb/src/drivers/net/phy/phy.c: In function 'phy_init_eee': /kisskb/src/drivers/net/phy/phy.c:1224:36: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(adv); ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:1224:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(adv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c:1223:36: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(lp); ^~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:1223:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(lp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c:1222:36: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:1222:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_start_crc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1883:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_stop_crc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1910:5: note: byref variable will be forcibly initialized u8 buf; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/random.h:10, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'core_enable_device_list_for_node': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:378:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun_acl, lun_acl); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:377:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun, lun); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:359:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun_acl, lun_acl); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:358:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun, lun); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c: In function 'core_disable_device_list_for_node': In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_write': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:438:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(orig->se_lun_acl, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:437:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(orig->se_lun, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:569:3: note: in expansion of macro 'wait_event_interruptible_exclusive' wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_get_phy_test_pattern': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2328:11: note: byref variable will be forcibly initialized u8 rate, lanes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2328:5: note: byref variable will be forcibly initialized u8 rate, lanes; ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_set_phy_test_pattern': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2379:5: note: byref variable will be forcibly initialized u8 link_config[2]; ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c: In function 'phy_speed_down': /kisskb/src/drivers/net/phy/phy.c:818:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:818:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c: In function 'phy_speed_up': /kisskb/src/drivers/net/phy/phy.c:851:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:851:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_is_frl_ready': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2656:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_frl_configure_1': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2685:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/net/phy/phy.c: In function 'phy_ethtool_ksettings_set': /kisskb/src/drivers/net/phy/phy.c:249:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(advertising); ^~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy.c:249:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(advertising); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c: In function 'target_alloc_device': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:812:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(xcopy_lun->lun_se_dev, dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_frl_enable': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2787:5: note: byref variable will be forcibly initialized u8 buf = 0; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_active': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2814:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_mode': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2838:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_frl_link_error_count': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2866:5: note: byref variable will be forcibly initialized u8 buf, error_count; ^~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:376:3: note: in expansion of macro 'if' if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) ^~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:376:7: note: in expansion of macro 'wait_event_interruptible_exclusive' if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:261:30: note: byref variable will be forcibly initialized struct watch_notification n; ^ /kisskb/src/drivers/target/target_core_device.c: In function 'core_dev_setup_virtual_lun0': /kisskb/src/drivers/target/target_core_device.c:1043:7: note: byref variable will be forcibly initialized char buf[] = "rd_pages=8,rd_nullio=1,rd_dummy=1"; ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_convert_rgb_to_ycbcr': /kisskb/src/drivers/net/phy/phy.c: In function 'phy_state_machine': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3108:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/net/phy/phy.c:1086:7: note: byref variable will be forcibly initialized bool finished = false; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_enable': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3217:5: note: byref variable will be forcibly initialized u8 dpcd_buf, new_dpcd_buf; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'do_pipe2': /kisskb/src/fs/pipe.c:1003:6: note: byref variable will be forcibly initialized int fd[2]; ^~ /kisskb/src/fs/pipe.c:1002:15: note: byref variable will be forcibly initialized struct file *files[2]; ^~~~~ /kisskb/src/fs/pipe.c: In function 'do_pipe_flags': /kisskb/src/fs/pipe.c:987:15: note: byref variable will be forcibly initialized struct file *files[2]; ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_wait_readable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1044:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(pipe->rd_wait, pipe_readable(pipe)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_wait_writable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1051:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_update_bits': /kisskb/src/drivers/mfd/tps65218.c:92:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_strict': /kisskb/src/drivers/mfd/tps65218.c:216:6: note: byref variable will be forcibly initialized u32 strict; ^~~~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uvlo': /kisskb/src/drivers/mfd/tps65218.c:259:6: note: byref variable will be forcibly initialized u32 uvlo; ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uv_hyst': /kisskb/src/drivers/mfd/tps65218.c:238:6: note: byref variable will be forcibly initialized u32 hyst; ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_probe': /kisskb/src/drivers/mfd/tps65218.c:296:15: note: byref variable will be forcibly initialized unsigned int chipid; ^~~~~~ /kisskb/src/drivers/auxdisplay/charlcd.c: In function 'parse_xy': /kisskb/src/drivers/auxdisplay/charlcd.c:159:8: note: byref variable will be forcibly initialized char *p; ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/vmscan.h:460, from /kisskb/src/mm/vmscan.c:63: /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_sleep, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_sleep, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/vmscan.h:145:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/vmscan.h:145:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_shrink_slab_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_shrink_slab_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_isolate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_writepage': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:316:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:316:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vmscan.h:460, from /kisskb/src/mm/vmscan.c:63: /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_sleep, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:145:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_isolate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_writepage': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:316:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/vmscan.h:460, from /kisskb/src/mm/vmscan.c:63: /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_sleep, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:35:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:145:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:145:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_writepage': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:316:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:316:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:52:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:426:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:75:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:101:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_shrink_slab_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:185:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:390:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:230:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:339:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_lru_isolate': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab': /kisskb/src/mm/vmscan.c:912:25: note: byref variable will be forcibly initialized struct shrink_control sc = { ^~ /kisskb/src/mm/vmscan.c: In function 'page_check_references': /kisskb/src/mm/vmscan.c:1234:16: note: byref variable will be forcibly initialized unsigned long vm_flags; ^~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'pageout': /kisskb/src/mm/vmscan.c:1066:28: note: byref variable will be forcibly initialized struct writeback_control wbc = { ^~~ /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1386:15: note: byref variable will be forcibly initialized bool dirty, writeback, may_enter_fs; ^~~~~~~~~ /kisskb/src/mm/vmscan.c:1386:8: note: byref variable will be forcibly initialized bool dirty, writeback, may_enter_fs; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:1372:12: note: byref variable will be forcibly initialized LIST_HEAD(demote_pages); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:1371:12: note: byref variable will be forcibly initialized LIST_HEAD(free_pages); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:1370:12: note: byref variable will be forcibly initialized LIST_HEAD(ret_pages); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigpending': /kisskb/src/kernel/signal.c:4295:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3224:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3241:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function 'perf_trace_signal_generate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'perf_trace_signal_deliver': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_generate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_deliver': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function '__bpf_trace_signal_generate': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3587:3: note: in expansion of macro 'wait_event_killable' wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3583:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__bpf_trace_signal_deliver': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'move_pages_to_lru': /kisskb/src/mm/vmscan.c:2158:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_to_free); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/signal.c: In function 'post_copy_siginfo_from_user': /kisskb/src/kernel/signal.c:3347:8: note: byref variable will be forcibly initialized char buf[SI_EXPANSION_SIZE]; ^~~ /kisskb/src/mm/vmscan.c: In function 'reclaim_clean_pages_from_list': /kisskb/src/mm/vmscan.c:1829:12: note: byref variable will be forcibly initialized LIST_HEAD(clean_pages); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:1826:22: note: byref variable will be forcibly initialized struct reclaim_stat stat; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'isolate_lru_pages': /kisskb/src/kernel/signal.c: In function '__flush_itimer_signals': /kisskb/src/kernel/signal.c:504:19: note: byref variable will be forcibly initialized sigset_t signal, retain; ^~~~~~ /kisskb/src/mm/vmscan.c:1981:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_skipped); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/signal.c:504:11: note: byref variable will be forcibly initialized sigset_t signal, retain; ^~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/mm/vmscan.c:2243:22: note: byref variable will be forcibly initialized struct reclaim_stat stat; ^~~~ /kisskb/src/mm/vmscan.c:2240:16: note: byref variable will be forcibly initialized unsigned long nr_scanned; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2239:12: note: byref variable will be forcibly initialized LIST_HEAD(page_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigaltstack': /kisskb/src/kernel/signal.c:4199:15: note: byref variable will be forcibly initialized stack_t new, old; ^~~ /kisskb/src/kernel/signal.c:4199:10: note: byref variable will be forcibly initialized stack_t new, old; ^~~ /kisskb/src/mm/vmscan.c: In function 'shrink_active_list': /kisskb/src/mm/vmscan.c:2353:12: note: byref variable will be forcibly initialized LIST_HEAD(l_inactive); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:2352:12: note: byref variable will be forcibly initialized LIST_HEAD(l_active); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:2351:12: note: byref variable will be forcibly initialized LIST_HEAD(l_hold); /* The pages which were snipped off */ ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:2350:16: note: byref variable will be forcibly initialized unsigned long vm_flags; ^~~~~~~~ /kisskb/src/mm/vmscan.c:2349:16: note: byref variable will be forcibly initialized unsigned long nr_scanned; ^~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_compat_sigaltstack': /kisskb/src/kernel/signal.c:4250:18: note: byref variable will be forcibly initialized compat_stack_t old; ^~~ /kisskb/src/kernel/signal.c:4239:18: note: byref variable will be forcibly initialized compat_stack_t uss32; ^~~~~ /kisskb/src/kernel/signal.c:4235:15: note: byref variable will be forcibly initialized stack_t uss, uoss; ^~~~ /kisskb/src/kernel/signal.c:4235:10: note: byref variable will be forcibly initialized stack_t uss, uoss; ^~~ /kisskb/src/mm/vmscan.c: In function 'shrink_lruvec': /kisskb/src/mm/vmscan.c:2794:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/mm/vmscan.c:2788:16: note: byref variable will be forcibly initialized unsigned long nr[NR_LRU_LISTS]; ^~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_sigpending': /kisskb/src/kernel/signal.c:4311:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ /kisskb/src/mm/vmscan.c: In function 'balance_pgdat': /kisskb/src/mm/vmscan.c:3943:16: note: byref variable will be forcibly initialized unsigned long pflags; ^~~~~~ /kisskb/src/kernel/signal.c: In function 'kernel_sigaction': /kisskb/src/kernel/signal.c:4075:12: note: byref variable will be forcibly initialized sigset_t mask; ^~~~ /kisskb/src/kernel/signal.c: In function 'dequeue_signal': /kisskb/src/kernel/signal.c:644:7: note: byref variable will be forcibly initialized bool resched_timer = false; ^~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2443:22: note: byref variable will be forcibly initialized struct reclaim_stat dummy_stat; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2442:12: note: byref variable will be forcibly initialized LIST_HEAD(node_page_list); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/signal.c: In function '__set_task_blocked': /kisskb/src/kernel/signal.c:3021:12: note: byref variable will be forcibly initialized sigset_t newblocked; ^~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_sigtimedwait': /kisskb/src/kernel/signal.c:3580:11: note: byref variable will be forcibly initialized sigset_t mask = *which; ^~~~ /kisskb/src/kernel/signal.c:3578:22: note: byref variable will be forcibly initialized ktime_t *to = NULL, timeout = KTIME_MAX; ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'prepare_signal': /kisskb/src/kernel/signal.c:917:11: note: byref variable will be forcibly initialized sigset_t flush; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'kill_pid_usb_asyncio': /kisskb/src/kernel/signal.c:1542:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/signal.c:1540:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sigqueue': /kisskb/src/kernel/signal.c:1933:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent': /kisskb/src/kernel/signal.c:1998:13: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:1998:6: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:1994:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigprocmask': /kisskb/src/kernel/signal.c:4336:11: note: byref variable will be forcibly initialized sigset_t new_blocked; ^~~~~~~~~~~ /kisskb/src/kernel/signal.c:4335:24: note: byref variable will be forcibly initialized old_sigset_t old_set, new_set; ^~~~~~~ /kisskb/src/kernel/signal.c:4335:15: note: byref variable will be forcibly initialized old_sigset_t old_set, new_set; ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_ssetmask': /kisskb/src/kernel/signal.c:4543:11: note: byref variable will be forcibly initialized sigset_t newset; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4605:11: note: byref variable will be forcibly initialized sigset_t newset; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4619:11: note: byref variable will be forcibly initialized sigset_t newset; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigsuspend': /kisskb/src/kernel/signal.c:4642:11: note: byref variable will be forcibly initialized sigset_t blocked; ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'sigprocmask': /kisskb/src/kernel/signal.c:3070:11: note: byref variable will be forcibly initialized sigset_t newset; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3153:20: note: byref variable will be forcibly initialized sigset_t old_set, new_set; ^~~~~~~ /kisskb/src/kernel/signal.c:3153:11: note: byref variable will be forcibly initialized sigset_t old_set, new_set; ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3191:12: note: byref variable will be forcibly initialized sigset_t new_set; ^~~~~~~ /kisskb/src/kernel/signal.c:3184:11: note: byref variable will be forcibly initialized sigset_t old_set = current->blocked; ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'set_user_sigmask': /kisskb/src/kernel/signal.c:3106:11: note: byref variable will be forcibly initialized sigset_t kmask; ^~~~~ /kisskb/src/kernel/signal.c: In function 'set_compat_user_sigmask': /kisskb/src/drivers/base/class.c: In function 'class_find_device': /kisskb/src/kernel/signal.c:3126:11: note: byref variable will be forcibly initialized sigset_t kmask; ^~~~~ /kisskb/src/drivers/base/class.c:403:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_register': /kisskb/src/drivers/base/class.c:430:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_unregister': /kisskb/src/drivers/base/class.c:456:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent_cldstop': /kisskb/src/kernel/signal.c:2110:13: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:2110:6: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:2106:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_for_each_device': /kisskb/src/drivers/base/class.c:355:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/kernel/signal.c: In function 'ptrace_do_notify': /kisskb/src/kernel/signal.c:2345:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c: In function 'signal_delivered': /kisskb/src/kernel/signal.c:2893:11: note: byref variable will be forcibly initialized sigset_t blocked; ^~~~~~~ /kisskb/src/fs/namei.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'exit_signals': /kisskb/src/kernel/signal.c:2953:11: note: byref variable will be forcibly initialized sigset_t unblocked; ^~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_send_sig_info': /kisskb/src/kernel/signal.c:1303:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:4005:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_kill': /kisskb/src/kernel/signal.c:3779:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault': /kisskb/src/kernel/signal.c:1714:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_mceerr': /kisskb/src/kernel/signal.c:1745:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault_trapno': /kisskb/src/kernel/signal.c:1860:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ In file included from /kisskb/src/include/linux/fs.h:24, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'cap_intersect': /kisskb/src/kernel/signal.c: In function 'do_tkill': /kisskb/src/include/linux/capability.h:129:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^~~~ /kisskb/src/kernel/signal.c:3936:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/fs/namei.c: In function 'hash_name': /kisskb/src/fs/namei.c:2138:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/fs/namei.c:2137:23: note: byref variable will be forcibly initialized unsigned long adata, bdata, mask, len; ^~~~~ /kisskb/src/fs/namei.c:2137:16: note: byref variable will be forcibly initialized unsigned long adata, bdata, mask, len; ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4045:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1653:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_mceerr': /kisskb/src/kernel/signal.c:1731:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1760:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_pkuerr': /kisskb/src/kernel/signal.c:1775:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_perf': /kisskb/src/kernel/signal.c:1789:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_ptrace_errno_trap': /kisskb/src/kernel/signal.c:1828:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_trapno': /kisskb/src/kernel/signal.c:1843:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_to_task': /kisskb/src/kernel/signal.c:1688:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_seccomp': /kisskb/src/kernel/signal.c:1811:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'mpll_round_rate': /kisskb/src/drivers/clk/meson/clk-mpll.c:96:20: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^~ /kisskb/src/drivers/clk/meson/clk-mpll.c:96:15: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^~~ In file included from /kisskb/src/drivers/clk/meson/clk-mpll.h:13, from /kisskb/src/drivers/clk/meson/clk-mpll.c:19: /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'mpll_set_rate': /kisskb/src/drivers/clk/meson/clk-mpll.c:108:20: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^~ /kisskb/src/drivers/clk/meson/clk-mpll.c:108:15: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^~~ In file included from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/signal.c: In function '__copy_siginfo_from_user32': /kisskb/src/kernel/signal.c:3548:24: note: byref variable will be forcibly initialized struct compat_siginfo from; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:4018:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4059:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/umh.c: In function 'proc_cap_handler': /kisskb/src/kernel/umh.c:492:16: note: byref variable will be forcibly initialized unsigned long cap_array[_KERNEL_CAPABILITY_U32S]; ^~~~~~~~~ /kisskb/src/kernel/umh.c:491:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3640:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c:3639:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/signal.c:3638:11: note: byref variable will be forcibly initialized sigset_t these; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function '__traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1357:11: note: in expansion of macro 'smp_load_acquire' flags = smp_load_acquire(&path->dentry->d_flags); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1332:12: note: in expansion of macro 'smp_load_acquire' flags = smp_load_acquire(&path->dentry->d_flags); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait_time32': /kisskb/src/kernel/signal.c:3673:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function '__usermodehelper_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/umh.c:313:11: note: in expansion of macro 'wait_event_timeout' retval = wait_event_timeout(running_helpers_waitq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c:3672:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/signal.c:3671:11: note: byref variable will be forcibly initialized sigset_t these; ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'call_usermodehelper_exec': /kisskb/src/kernel/umh.c:406:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/fs/namei.c: In function 'traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1376:19: note: in expansion of macro 'smp_load_acquire' unsigned flags = smp_load_acquire(&path->dentry->d_flags); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__copy_siginfo_to_user32': /kisskb/src/kernel/signal.c:3462:24: note: byref variable will be forcibly initialized struct compat_siginfo new; ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigtimedwait_time64': /kisskb/src/kernel/signal.c:3705:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c:3704:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/signal.c:3703:11: note: byref variable will be forcibly initialized sigset_t s; ^ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigtimedwait_time32': /kisskb/src/kernel/signal.c:3736:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c:3735:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/signal.c:3734:11: note: byref variable will be forcibly initialized sigset_t s; ^ /kisskb/src/kernel/signal.c: In function 'copy_siginfo_from_user32': /kisskb/src/kernel/signal.c:3560:24: note: byref variable will be forcibly initialized struct compat_siginfo from; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_pidfd_send_signal': /kisskb/src/kernel/signal.c:3858:19: note: byref variable will be forcibly initialized kernel_siginfo_t kinfo; ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_sigaction': /kisskb/src/kernel/signal.c:4097:11: note: byref variable will be forcibly initialized sigset_t mask; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4385:29: note: byref variable will be forcibly initialized struct k_sigaction new_sa, old_sa; ^~~~~~ /kisskb/src/kernel/signal.c:4385:21: note: byref variable will be forcibly initialized struct k_sigaction new_sa, old_sa; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4410:29: note: byref variable will be forcibly initialized struct k_sigaction new_ka, old_ka; ^~~~~~ /kisskb/src/kernel/signal.c:4410:21: note: byref variable will be forcibly initialized struct k_sigaction new_ka, old_ka; ^~~~~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot_rcu': /kisskb/src/fs/namei.c:1839:12: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/namei.c:1838:15: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_sigaction': /kisskb/src/kernel/signal.c:4492:29: note: byref variable will be forcibly initialized struct k_sigaction new_ka, old_ka; ^~~~~~ /kisskb/src/kernel/signal.c:4492:21: note: byref variable will be forcibly initialized struct k_sigaction new_ka, old_ka; ^~~~~~ /kisskb/src/crypto/shash.c: In function 'shash_update_unaligned': /kisskb/src/crypto/shash.c:103:5: note: byref variable will be forcibly initialized u8 ubuf[MAX_ALGAPI_ALIGNMASK * 2]; ^~~~ /kisskb/src/fs/namei.c: In function 'choose_mountpoint': /kisskb/src/fs/namei.c:1265:12: note: byref variable will be forcibly initialized unsigned seq, mseq = read_seqbegin(&mount_lock); ^~~ /kisskb/src/kernel/signal.c: In function 'restore_altstack': /kisskb/src/kernel/signal.c:4213:10: note: byref variable will be forcibly initialized stack_t new; ^~~ /kisskb/src/crypto/shash.c: In function 'shash_final_unaligned': /kisskb/src/crypto/shash.c:145:5: note: byref variable will be forcibly initialized u8 ubuf[MAX_ALGAPI_ALIGNMASK + HASH_MAX_DIGESTSIZE]; ^~~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot': /kisskb/src/fs/namei.c:1878:15: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/crypto/shash.c: In function 'crypto_shash_report': /kisskb/src/crypto/shash.c:464:28: note: byref variable will be forcibly initialized struct crypto_report_hash rhash; ^~~~~ /kisskb/src/fs/namei.c: In function 'lookup_fast': /kisskb/src/fs/namei.c:1579:12: note: byref variable will be forcibly initialized unsigned seq; ^~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/shash.c:9: /kisskb/src/crypto/shash.c: In function 'crypto_shash_tfm_digest': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^~ /kisskb/src/crypto/shash.c:224:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(desc, tfm); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_update': /kisskb/src/crypto/shash.c:269:26: note: byref variable will be forcibly initialized struct crypto_hash_walk walk; ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function '__lookup_slow': /kisskb/src/fs/namei.c:1636:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_finup': /kisskb/src/crypto/shash.c:292:26: note: byref variable will be forcibly initialized struct crypto_hash_walk walk; ^~~~ /kisskb/src/fs/namei.c: In function 'handle_mounts': /kisskb/src/fs/namei.c:1477:7: note: byref variable will be forcibly initialized bool jumped; ^~~~~~ /kisskb/src/fs/namei.c: In function 'step_into': /kisskb/src/fs/namei.c:1799:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1912:12: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/namei.c:1911:17: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/namei.c: In function 'walk_component': /kisskb/src/fs/namei.c:1955:11: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/namei.c:1954:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/drivers/firewire/core-transaction.c:8: /kisskb/src/drivers/firewire/core-transaction.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'link_path_walk': /kisskb/src/fs/namei.c:2260:17: note: byref variable will be forcibly initialized struct qstr this = { { .hash_len = hash_len }, .name = name }; ^~~~ /kisskb/src/drivers/firewire/core-transaction.c: In function 'fw_run_transaction': /kisskb/src/drivers/firewire/core-transaction.c:419:24: note: byref variable will be forcibly initialized struct fw_transaction t; ^ /kisskb/src/drivers/firewire/core-transaction.c:418:35: note: byref variable will be forcibly initialized struct transaction_callback_data d; ^ /kisskb/src/fs/namei.c: In function '__filename_lookup': /kisskb/src/fs/namei.c:2474:19: note: byref variable will be forcibly initialized struct nameidata nd; ^~ /kisskb/src/fs/namei.c: In function 'do_o_path': /kisskb/src/fs/namei.c:3529:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function '__filename_parentat': /kisskb/src/fs/namei.c:2522:19: note: byref variable will be forcibly initialized struct nameidata nd; ^~ /kisskb/src/fs/namei.c: In function '__filename_create': /kisskb/src/fs/namei.c:3626:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/fs/namei.c:3625:14: note: byref variable will be forcibly initialized struct qstr last; ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len': /kisskb/src/fs/namei.c:2677:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'lookup_open': /kisskb/src/fs/namei.c:3195:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); ^~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/fs/namei.c: In function 'open_last_lookups': /kisskb/src/fs/namei.c:3303:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/namei.c:3302:11: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/namei.c: In function 'follow_down': /kisskb/src/fs/namei.c:1412:7: note: byref variable will be forcibly initialized bool jumped; ^~~~~~ /kisskb/src/fs/namei.c: In function 'hashlen_string': /kisskb/src/fs/namei.c:2110:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/fs/namei.c:2109:16: note: byref variable will be forcibly initialized unsigned long adata, mask, len; ^~~~~ /kisskb/src/fs/namei.c: In function 'kern_path_locked': /kisskb/src/fs/namei.c:2556:6: note: byref variable will be forcibly initialized int type, error; ^~~~ /kisskb/src/fs/namei.c:2555:14: note: byref variable will be forcibly initialized struct qstr last; ^~~~ /kisskb/src/fs/namei.c: In function 'vfs_path_lookup': /kisskb/src/fs/namei.c:2594:14: note: byref variable will be forcibly initialized struct path root = {.mnt = mnt, .dentry = dentry}; ^~~~ /kisskb/src/fs/namei.c: In function 'try_lookup_one_len': /kisskb/src/fs/namei.c:2650:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one': /kisskb/src/fs/namei.c:2707:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len_unlocked': /kisskb/src/fs/namei.c:2736:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/fs/namei.c:18: /kisskb/src/fs/namei.c: In function 'lookup_positive_unlocked': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:2763:2: note: in expansion of macro 'if' if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) { ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:2763:39: note: in expansion of macro 'smp_load_acquire' if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) { ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'vfs_rename': /kisskb/src/fs/namei.c:4544:23: note: byref variable will be forcibly initialized struct name_snapshot old_name; ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_tmpfile': /kisskb/src/fs/namei.c:3501:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function 'do_filp_open': /kisskb/src/fs/namei.c:3581:19: note: byref variable will be forcibly initialized struct nameidata nd; ^~ /kisskb/src/fs/namei.c: In function 'do_file_open_root': /kisskb/src/fs/namei.c:3598:19: note: byref variable will be forcibly initialized struct nameidata nd; ^~ /kisskb/src/fs/namei.c: In function 'do_mknodat': /kisskb/src/fs/namei.c:3792:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function 'do_mkdirat': /kisskb/src/fs/namei.c:3895:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function 'do_rmdir': /kisskb/src/fs/namei.c:3996:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/fs/namei.c:3995:14: note: byref variable will be forcibly initialized struct qstr last; ^~~~ /kisskb/src/fs/namei.c:3994:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function 'do_unlinkat': /kisskb/src/fs/namei.c:4137:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4135:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/fs/namei.c:4134:14: note: byref variable will be forcibly initialized struct qstr last; ^~~~ /kisskb/src/fs/namei.c:4133:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function 'do_symlinkat': /kisskb/src/fs/namei.c:4261:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function 'do_linkat': /kisskb/src/fs/namei.c:4408:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4407:24: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/namei.c:4407:14: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_renameat2': /kisskb/src/fs/namei.c:4676:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4675:16: note: byref variable will be forcibly initialized int old_type, new_type; ^~~~~~~~ /kisskb/src/fs/namei.c:4675:6: note: byref variable will be forcibly initialized int old_type, new_type; ^~~~~~~~ /kisskb/src/fs/namei.c:4674:24: note: byref variable will be forcibly initialized struct qstr old_last, new_last; ^~~~~~~~ /kisskb/src/fs/namei.c:4674:14: note: byref variable will be forcibly initialized struct qstr old_last, new_last; ^~~~~~~~ /kisskb/src/fs/namei.c:4673:24: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/namei.c:4673:14: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/namei.c:4670:20: note: byref variable will be forcibly initialized struct renamedata rd; ^~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/fs/namei.c:22: /kisskb/src/fs/namei.c: In function 'vfs_readlink': /kisskb/src/fs/namei.c:4857:22: note: byref variable will be forcibly initialized DEFINE_DELAYED_CALL(done); ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} ^~~~ /kisskb/src/fs/namei.c: In function 'page_readlink': /kisskb/src/fs/namei.c:4948:22: note: byref variable will be forcibly initialized DEFINE_DELAYED_CALL(done); ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} ^~~~ /kisskb/src/fs/namei.c: In function '__page_symlink': /kisskb/src/fs/namei.c:4964:8: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/namei.c:4963:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_string': /kisskb/src/lib/vsprintf.c:1350:8: note: byref variable will be forcibly initialized char temp[4] __aligned(2); /* hold each IP quad in reverse order */ ^~~~ /kisskb/src/lib/vsprintf.c: In function 'number': /kisskb/src/lib/vsprintf.c:453:7: note: byref variable will be forcibly initialized char tmp[3 * sizeof(num)] __aligned(2); ^~~ /kisskb/src/lib/vsprintf.c: In function 'simple_strntoull': /kisskb/src/lib/vsprintf.c:60:21: note: byref variable will be forcibly initialized unsigned long long result = 0ULL; ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_compressed_string': /kisskb/src/lib/vsprintf.c:1381:18: note: byref variable will be forcibly initialized struct in6_addr in6; ^~~ /kisskb/src/lib/vsprintf.c:1374:16: note: byref variable will be forcibly initialized unsigned char zerolength[8]; ^~~~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ptr_to_id': /kisskb/src/lib/vsprintf.c:825:16: note: byref variable will be forcibly initialized unsigned long hashval; ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'resource_string': /kisskb/src/lib/vsprintf.c:1084:7: note: byref variable will be forcibly initialized char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, ^~~ /kisskb/src/lib/vsprintf.c: In function 'mac_address_string': /kisskb/src/lib/vsprintf.c:1283:7: note: byref variable will be forcibly initialized char mac_addr[sizeof("xx:xx:xx:xx:xx:xx")]; ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string': /kisskb/src/lib/vsprintf.c:1473:7: note: byref variable will be forcibly initialized char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")]; ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string': /kisskb/src/lib/vsprintf.c:1487:7: note: byref variable will be forcibly initialized char ip4_addr[sizeof("255.255.255.255")]; ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string_sa': /kisskb/src/lib/vsprintf.c:1564:7: note: byref variable will be forcibly initialized char fmt4[3] = { fmt[0], '4', 0 }; ^~~~ /kisskb/src/lib/vsprintf.c:1561:11: note: byref variable will be forcibly initialized char *p, ip4_addr[sizeof("255.255.255.255") + sizeof(":12345")]; ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string_sa': /kisskb/src/lib/vsprintf.c:1504:7: note: byref variable will be forcibly initialized char fmt6[2] = { fmt[0], '6' }; ^~~~ /kisskb/src/lib/vsprintf.c:1499:7: note: byref variable will be forcibly initialized char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") + ^~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin': /kisskb/src/mm/shmem.c:1513:24: note: byref variable will be forcibly initialized struct vm_area_struct pvma; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'uuid_string': /kisskb/src/lib/vsprintf.c:1704:7: note: byref variable will be forcibly initialized char uuid[UUID_STRING_LEN + 1]; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'symbol_string': /kisskb/src/lib/vsprintf.c:988:7: note: byref variable will be forcibly initialized char sym[KSYM_SYMBOL_LEN]; ^~~ /kisskb/src/lib/vsprintf.c: In function 'fourcc_string': /kisskb/src/lib/vsprintf.c:1771:7: note: byref variable will be forcibly initialized char output[sizeof("0123 little-endian (0x01234567)")]; ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_page': /kisskb/src/mm/shmem.c:1577:24: note: byref variable will be forcibly initialized struct vm_area_struct pvma; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_replace_entry': /kisskb/src/mm/shmem.c:414:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1918:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/lib/vsprintf.c:1917:18: note: byref variable will be forcibly initialized struct rtc_time rtc_time; ^~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_hugepage': /kisskb/src/mm/shmem.c:1555:10: note: byref variable will be forcibly initialized pgoff_t hindex; ^~~~~~ /kisskb/src/mm/shmem.c:1553:24: note: byref variable will be forcibly initialized struct vm_area_struct pvma; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'device_node_string': /kisskb/src/lib/vsprintf.c:2113:14: note: byref variable will be forcibly initialized const char *p; ^ /kisskb/src/lib/vsprintf.c:2112:7: note: byref variable will be forcibly initialized char tbuf[sizeof("xxxx") + 1]; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_add_to_page_cache': /kisskb/src/mm/shmem.c:697:17: note: byref variable will be forcibly initialized XA_STATE_ORDER(xas, &mapping->i_pages, index, compound_order(page)); ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' struct xa_state name = __XA_STATE(array, \ ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin_page': /kisskb/src/mm/shmem.c:1717:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_swap_entries': /kisskb/src/mm/shmem.c:1223:16: note: byref variable will be forcibly initialized struct page *page = pvec.pages[i]; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'va_format': /kisskb/src/lib/vsprintf.c:1688:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/lib/vsprintf.c: In function 'snprintf': /kisskb/src/lib/vsprintf.c:2926:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'scnprintf': /kisskb/src/lib/vsprintf.c:2950:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'sprintf': /kisskb/src/lib/vsprintf.c:2995:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'num_to_str': /kisskb/src/lib/vsprintf.c:375:7: note: byref variable will be forcibly initialized char tmp[sizeof(num) * 3] __aligned(2); ^~~ /kisskb/src/lib/vsprintf.c: In function 'vbin_printf': /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3145:5: note: in expansion of macro 'save_arg' save_arg(ptrdiff_t); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3142:5: note: in expansion of macro 'save_arg' save_arg(size_t); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3139:5: note: in expansion of macro 'save_arg' save_arg(unsigned long); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3135:5: note: in expansion of macro 'save_arg' save_arg(long long); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3116:6: note: in expansion of macro 'save_arg' save_arg(void *); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3043:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3112:5: note: in expansion of macro 'save_arg' save_arg(void *); ^~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_find_swap_entries': /kisskb/src/mm/shmem.c:1172:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_inode': /kisskb/src/mm/shmem.c:1252:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/mm/shmem.c:1251:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'bstr_printf': /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3355:11: note: in expansion of macro 'get_arg' num = get_arg(int); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3352:11: note: in expansion of macro 'get_arg' num = get_arg(unsigned int); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3349:11: note: in expansion of macro 'get_arg' num = get_arg(short); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3346:11: note: in expansion of macro 'get_arg' num = get_arg(unsigned short); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3343:11: note: in expansion of macro 'get_arg' num = get_arg(signed char); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3340:11: note: in expansion of macro 'get_arg' num = get_arg(unsigned char); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3337:11: note: in expansion of macro 'get_arg' num = get_arg(ptrdiff_t); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3334:11: note: in expansion of macro 'get_arg' num = get_arg(size_t); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3331:11: note: in expansion of macro 'get_arg' num = get_arg(unsigned long); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3327:11: note: in expansion of macro 'get_arg' num = get_arg(long long); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3305:34: note: in expansion of macro 'get_arg' str = pointer(fmt, str, end, get_arg(void *), spec); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3258:24: note: in expansion of macro 'get_arg' c = (unsigned char) get_arg(char); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3245:25: note: in expansion of macro 'get_arg' set_precision(&spec, get_arg(int)); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3203:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3241:27: note: in expansion of macro 'get_arg' set_field_width(&spec, get_arg(int)); ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'bprintf': /kisskb/src/lib/vsprintf.c:3390:10: note: byref variable will be forcibly initialized 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:264, 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:3547:19: note: byref variable will be forcibly initialized DECLARE_BITMAP(set, 256) = {0}; ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/lib/vsprintf.c:3412:8: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_inode': /kisskb/src/mm/shmem.c:2283:8: note: byref variable will be forcibly initialized ino_t ino; ^~~ /kisskb/src/lib/vsprintf.c: In function 'sscanf': /kisskb/src/lib/vsprintf.c:3690:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /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:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/video/fbdev/core/fb_ddc.c:24:16: note: byref variable will be forcibly initialized unsigned char start = 0x0; ^~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_parse_one': /kisskb/src/mm/shmem.c:3361:8: note: byref variable will be forcibly initialized char *rest; ^~~~ /kisskb/src/mm/shmem.c:3359:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/sched/sch_generic.c:10: /kisskb/src/net/sched/sch_generic.c: In function 'dev_init_scheduler_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1361:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, qdisc); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'mc13xxx_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:57:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'mc13xxx_regulator_get_voltage': /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:83:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_getpage_gfp': /kisskb/src/mm/shmem.c:1818:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/include/linux/mfd/mc13xxx.h:9, from /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:14: /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/blk_types.h:11, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/memcontrol.h:22, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/include/linux/regulator/consumer.h:35, from /kisskb/src/include/linux/regulator/machine.h:15, from /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/sch_generic.c: In function 'dev_graft_qdisc': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1078:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, &noop_qdisc); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c: In function 'transition_one_qdisc': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1154:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, new_qdisc); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c: In function 'dev_deactivate_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1207:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, qdisc_default); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c: In function 'get_compat_flock': /kisskb/src/fs/fcntl.c:542:22: note: byref variable will be forcibly initialized struct compat_flock fl; ^~ /kisskb/src/fs/fcntl.c: In function 'get_compat_flock64': /kisskb/src/fs/fcntl.c:552:24: note: byref variable will be forcibly initialized struct compat_flock64 fl; ^~ /kisskb/src/mm/shmem.c: In function 'shmem_undo_range': /kisskb/src/mm/shmem.c:980:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/mm/shmem.c:965:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/mm/shmem.c:925:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/mm/shmem.c:924:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_evict_inode': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c:1151:4: note: in expansion of macro 'wait_var_event' wait_var_event(&info->stop_eviction, ^~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_symlink': /kisskb/src/mm/shmem.c:3053:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_link': /kisskb/src/mm/shmem.c:3111:15: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/fs/fcntl.c: In function 'put_compat_flock': /kisskb/src/fs/fcntl.c:562:22: note: byref variable will be forcibly initialized struct compat_flock fl; ^~ /kisskb/src/fs/fcntl.c: In function 'put_compat_flock64': /kisskb/src/fs/fcntl.c:573:24: note: byref variable will be forcibly initialized struct compat_flock64 fl; ^~ /kisskb/src/mm/shmem.c: In function 'shmem_fallocate': /kisskb/src/mm/shmem.c:2724:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c:2657:35: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/mm/shmem.c:2644:22: note: byref variable will be forcibly initialized struct shmem_falloc shmem_falloc; ^~~~~~~~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/net/sched/sch_generic.c:17: /kisskb/src/net/sched/sch_generic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/fcntl.c: In function 'fcntl_rw_hint': /kisskb/src/fs/fcntl.c:291:6: note: byref variable will be forcibly initialized u64 h; ^ /kisskb/src/fs/fcntl.c: In function 'send_sigio_to_task': /kisskb/src/fs/fcntl.c:748:21: note: byref variable will be forcibly initialized kernel_siginfo_t si; ^~ /kisskb/src/mm/shmem.c: In function 'shmem_file_read_iter': /kisskb/src/mm/shmem.c:2532:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ In file included 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/net/sched/sch_generic.c:10: /kisskb/src/net/sched/sch_generic.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/net/sched/sch_generic.c:17: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/fcntl.c: In function 'f_setown_ex': /kisskb/src/fs/fcntl.c:169:20: note: byref variable will be forcibly initialized struct f_owner_ex owner; ^~~~~ /kisskb/src/net/sched/sch_generic.c: In function 'pfifo_fast_change_tx_queue_len': /kisskb/src/net/sched/sch_generic.c:840:20: note: byref variable will be forcibly initialized struct skb_array *bands[PFIFO_FAST_BANDS]; ^~~~~ 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:2082:21: note: byref variable will be forcibly initialized DEFINE_WAIT_FUNC(shmem_fault_wait, synchronous_wake_function); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/mm/shmem.c:2052:13: note: byref variable will be forcibly initialized vm_fault_t ret = VM_FAULT_LOCKED; ^~~ /kisskb/src/fs/fcntl.c: In function 'do_fcntl': /kisskb/src/fs/fcntl.c:335:15: note: byref variable will be forcibly initialized struct flock flock; ^~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_read_mapping_page_gfp': /kisskb/src/mm/shmem.c:4186:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_partial_swap_usage': /kisskb/src/mm/shmem.c:808:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/fcntl.c: In function 'do_compat_fcntl64': /kisskb/src/fs/fcntl.c:623:15: note: byref variable will be forcibly initialized struct flock flock; ^~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unlock_mapping': /kisskb/src/mm/shmem.c:870:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/mm/shmem.c:869:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/sched/sch_generic.c:10: /kisskb/src/net/sched/sch_generic.c: In function 'shutdown_scheduler_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1383:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, qdisc_default); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/dma-buf/sync_file.c:14: /kisskb/src/drivers/dma-buf/sync_file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/mdio/mdio-i2c.c: In function 'i2c_mii_write': /kisskb/src/drivers/net/mdio/mdio-i2c.c:70:5: note: byref variable will be forcibly initialized u8 data[5], *p; ^~~~ /kisskb/src/drivers/net/mdio/mdio-i2c.c:68:17: note: byref variable will be forcibly initialized struct i2c_msg 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/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c:949:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*fapp, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/mdio/mdio-i2c.c: In function 'i2c_mii_read': /kisskb/src/drivers/net/mdio/mdio-i2c.c:35:14: note: byref variable will be forcibly initialized u8 addr[3], data[2], *p; ^~~~ /kisskb/src/drivers/net/mdio/mdio-i2c.c:35:5: note: byref variable will be forcibly initialized u8 addr[3], data[2], *p; ^~~~ /kisskb/src/drivers/net/mdio/mdio-i2c.c:34:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/net/sched/sch_generic.c: In function 'sch_direct_xmit': /kisskb/src/net/sched/sch_generic.c:319:7: note: byref variable will be forcibly initialized bool again = false; ^~~~~ /kisskb/src/net/sched/sch_generic.c:318:6: note: byref variable will be forcibly initialized int ret = NETDEV_TX_BUSY; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/dma-buf/sync_file.c:8: /kisskb/src/drivers/dma-buf/sync_file.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/dma-buf/sync_file.c:14: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/sch_generic.c: In function 'qdisc_restart': /kisskb/src/net/sched/sch_generic.c:394:7: note: byref variable will be forcibly initialized bool validate; ^~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_merge': /kisskb/src/drivers/dma-buf/sync_file.c:215:49: note: byref variable will be forcibly initialized int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; ^~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:215:35: note: byref variable will be forcibly initialized int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; ^~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:215:6: note: byref variable will be forcibly initialized int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; ^ /kisskb/src/net/sched/sch_generic.c: In function '__qdisc_run': /kisskb/src/net/sched/sch_generic.c:413:6: note: byref variable will be forcibly initialized int packets; ^~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_merge': /kisskb/src/drivers/dma-buf/sync_file.c:329:25: note: byref variable will be forcibly initialized struct sync_merge_data data; ^~~~ /kisskb/src/net/sched/sch_generic.c: In function 'dev_activate': /kisskb/src/net/sched/sch_generic.c:1163:6: note: byref variable will be forcibly initialized int need_watchdog; ^~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_fence_info': /kisskb/src/drivers/dma-buf/sync_file.c:405:6: note: byref variable will be forcibly initialized int num_fences, ret, i; ^~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:401:24: note: byref variable will be forcibly initialized struct sync_file_info info; ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_generic.c:11: /kisskb/src/net/sched/sch_generic.c: In function 'dev_deactivate': /kisskb/src/net/sched/sch_generic.c:1314:12: note: byref variable will be forcibly initialized LIST_HEAD(single); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/sched/sch_generic.c:10: /kisskb/src/net/sched/sch_generic.c: In function 'mini_qdisc_pair_swap': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_generic.c:1492:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*miniqp->p_miniq, miniq); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/hd44780_common.c: In function 'hd44780_common_redefine_char': /kisskb/src/drivers/auxdisplay/hd44780_common.c:302:16: note: byref variable will be forcibly initialized unsigned char cgbytes[8]; ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c:358:2: note: in expansion of macro 'wait_event' wait_event(sdev->host->host_wait, !scsi_host_in_recovery(sdev->host)); ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_check_sense': /kisskb/src/drivers/scsi/scsi_error.c:504:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_reg_read': /kisskb/src/drivers/mfd/twl6040.c:102:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_get_vibralr_status': /kisskb/src/drivers/mfd/twl6040.c:532:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_get_pll_settings': /kisskb/src/drivers/clk/meson/clk-pll.c:222:21: note: byref variable will be forcibly initialized unsigned int i, m, n; ^ /kisskb/src/drivers/clk/meson/clk-pll.c:222:18: note: byref variable will be forcibly initialized unsigned int i, m, n; ^ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_determine_rate': /kisskb/src/drivers/clk/meson/clk-pll.c:250:18: note: byref variable will be forcibly initialized unsigned int m, n, frac; ^ /kisskb/src/drivers/clk/meson/clk-pll.c:250:15: note: byref variable will be forcibly initialized unsigned int m, n, frac; ^ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_send_eh_cmnd': /kisskb/src/drivers/scsi/scsi_error.c:1076:22: note: byref variable will be forcibly initialized struct scsi_eh_save ses; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c:1074:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/drivers/clk/meson/clk-pll.h:12, from /kisskb/src/drivers/clk/meson/clk-pll.c:38: /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'pci_call_probe': /kisskb/src/drivers/pci/pci-driver.c:354:24: note: byref variable will be forcibly initialized struct drv_dev_and_id ddi = { drv, dev, id }; ^~~ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_set_rate': /kisskb/src/drivers/clk/meson/clk-pll.c:372:27: note: byref variable will be forcibly initialized unsigned int enabled, m, n, frac = 0; ^ /kisskb/src/drivers/clk/meson/clk-pll.c:372:24: note: byref variable will be forcibly initialized unsigned int enabled, m, n, frac = 0; ^ /kisskb/src/drivers/pci/pci-driver.c: In function 'remove_id_store': /kisskb/src/drivers/pci/pci-driver.c:261:38: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:261:27: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~ /kisskb/src/drivers/pci/pci-driver.c:261:3: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:260:22: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:260:14: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c:260:6: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'new_id_store': /kisskb/src/drivers/pci/pci-driver.c:194:16: note: byref variable will be forcibly initialized unsigned long driver_data = 0; ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:38: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:27: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:3: note: byref variable will be forcibly initialized subdevice = PCI_ANY_ID, class = 0, class_mask = 0; ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:192:22: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:192:14: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c:192:6: note: byref variable will be forcibly initialized u32 vendor, device, subvendor = PCI_ANY_ID, ^~~~~~ 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:1559:12: note: byref variable will be forcibly initialized LIST_HEAD(check_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_error.c:1558:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'pci_uevent_ers': /kisskb/src/drivers/pci/pci-driver.c:1554:8: note: byref variable will be forcibly initialized char *envp[3]; ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_bus_reset': /kisskb/src/drivers/scsi/scsi_error.c:1621:12: note: byref variable will be forcibly initialized LIST_HEAD(check_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_host_reset': /kisskb/src/drivers/scsi/scsi_error.c:1693:12: note: byref variable will be forcibly initialized LIST_HEAD(check_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_info': /kisskb/src/drivers/message/fusion/mptscsih.c:1271:6: note: byref variable will be forcibly initialized int size = 0; ^~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_AddSGE': /kisskb/src/drivers/message/fusion/mptscsih.c:190:7: note: byref variable will be forcibly initialized int newIndex; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_unjam_host': /kisskb/src/drivers/scsi/scsi_error.c:2168:12: note: byref variable will be forcibly initialized LIST_HEAD(eh_done_q); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_error.c:2167:12: note: byref variable will be forcibly initialized LIST_HEAD(eh_work_q); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_synchronize_cache': /kisskb/src/block/genhd.c: In function 'set_capacity_and_notify': /kisskb/src/block/genhd.c:70:8: note: byref variable will be forcibly initialized char *envp[] = { "RESIZE=1", NULL }; ^~~~ /kisskb/src/drivers/message/fusion/mptscsih.c:3012:17: note: byref variable will be forcibly initialized INTERNAL_CMD iocmd; ^~~~~ /kisskb/src/block/genhd.c: In function 'set_disk_ro_uevent': /kisskb/src/block/genhd.c:1331:8: note: byref variable will be forcibly initialized char *envp[] = { event, NULL }; ^~~~ /kisskb/src/block/genhd.c:1330:7: note: byref variable will be forcibly initialized char event[] = "DISK_RO=1"; ^~~~~ /kisskb/src/block/genhd.c: In function 'bdevt_str': /kisskb/src/block/genhd.c:334:8: note: byref variable will be forcibly initialized char tbuf[BDEVT_SIZE]; ^~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_search_running_cmds': /kisskb/src/drivers/message/fusion/mptscsih.c:1082:19: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_debug_level_store': /kisskb/src/drivers/message/fusion/mptscsih.c:3208:6: note: byref variable will be forcibly initialized int val = 0; ^~~ /kisskb/src/block/genhd.c: In function 'part_stat_show': /kisskb/src/block/genhd.c:859:20: note: byref variable will be forcibly initialized struct disk_stats stat; ^~~~ /kisskb/src/block/genhd.c: In function 'part_inflight_show': /kisskb/src/block/genhd.c:903:15: note: byref variable will be forcibly initialized unsigned int inflight[2]; ^~~~~~~~ /kisskb/src/block/genhd.c: In function 'disk_uevent': /kisskb/src/block/genhd.c:346:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/block/genhd.c: In function 'printk_all_partitions': /kisskb/src/block/genhd.c:659:17: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/block/genhd.c:658:8: note: byref variable will be forcibly initialized char devt_buf[BDEVT_SIZE]; ^~~~~~~~ /kisskb/src/block/genhd.c:651:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/block/genhd.c: In function 'blk_lookup_devt': /kisskb/src/block/genhd.c:1199:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/block/disk-events.c: In function 'disk_clear_events': /kisskb/src/block/disk-events.c:231:15: note: byref variable will be forcibly initialized unsigned int clearing = mask; ^~~~~~~~ /kisskb/src/block/disk-events.c: In function 'disk_events_poll_msecs_store': /kisskb/src/block/disk-events.c:388:7: note: byref variable will be forcibly initialized long intv; ^~~~ /kisskb/src/crypto/akcipher.c: In function 'crypto_akcipher_report': /kisskb/src/crypto/akcipher.c:26:32: note: byref variable will be forcibly initialized struct crypto_report_akcipher rakcipher; ^~~~~~~~~ /kisskb/src/crypto/kpp.c: In function 'crypto_kpp_report': /kisskb/src/crypto/kpp.c:26:27: note: byref variable will be forcibly initialized struct crypto_report_kpp rkpp; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fiemap': /kisskb/src/fs/ioctl.c:201:16: note: byref variable will be forcibly initialized struct fiemap fiemap; ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_from_user': /kisskb/src/fs/ioctl.c:568:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_to_user': /kisskb/src/fs/ioctl.c:549:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_reset': /kisskb/src/drivers/pcmcia/cs.c:251:6: note: byref variable will be forcibly initialized int status, i; ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_setup': /kisskb/src/drivers/pcmcia/cs.c:334:6: note: byref variable will be forcibly initialized int status, i; ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_shutdown': /kisskb/src/drivers/pcmcia/cs.c:287:6: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_detect_change': /kisskb/src/drivers/pcmcia/cs.c:577:7: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fibmap': /kisskb/src/fs/ioctl.c:64:11: note: byref variable will be forcibly initialized sector_t block; ^~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_preallocate': /kisskb/src/fs/ioctl.c:276:20: note: byref variable will be forcibly initialized struct space_resv sr; ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_file_clone_range': /kisskb/src/fs/ioctl.c:258:26: note: byref variable will be forcibly initialized struct file_clone_range args; ^~~~ /kisskb/src/fs/ioctl.c: In function 'fiemap_fill_next_extent': /kisskb/src/fs/ioctl.c:118:23: note: byref variable will be forcibly initialized struct fiemap_extent extent; ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_setflags': /kisskb/src/fs/ioctl.c:723:18: note: byref variable will be forcibly initialized struct fileattr fa; ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fssetxattr': /kisskb/src/fs/ioctl.c:755:18: note: byref variable will be forcibly initialized struct fileattr fa; ^~ /kisskb/src/fs/ioctl.c: In function 'do_vfs_ioctl': /kisskb/src/fs/ioctl.c:800:11: note: byref variable will be forcibly initialized loff_t res = inode_get_bytes(inode); ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_gate_is_enabled': /kisskb/src/drivers/clk/meson/clk-regmap.c:36:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_div_determine_rate': /kisskb/src/drivers/clk/meson/clk-regmap.c:83:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_div_recalc_rate': /kisskb/src/drivers/clk/meson/clk-regmap.c:64:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_mux_get_parent': /kisskb/src/drivers/clk/meson/clk-regmap.c:140:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_detect_ctx': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:284:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_kms_helper_poll_enable': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:246:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_single_connector_modes': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:427:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'output_poll_execute': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:624:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_hpd_irq_event': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:824:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_sense': /kisskb/src/drivers/scsi/scsi_lib.c:2099:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr my_sshdr; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c:2095:16: note: byref variable will be forcibly initialized unsigned char cmd[12]; ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_test_unit_ready': /kisskb/src/drivers/scsi/scsi_lib.c:2206:7: note: byref variable will be forcibly initialized char cmd[] = { ^~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:11, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_starved_list_run': /kisskb/src/drivers/scsi/scsi_lib.c:388:12: note: byref variable will be forcibly initialized LIST_HEAD(starved_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion_nz_result': /kisskb/src/drivers/scsi/scsi_lib.c:824:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_alloc_sgtables': /kisskb/src/drivers/scsi/scsi_lib.c:985:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, current); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_speed': /kisskb/src/drivers/usb/common/common.c:109:14: note: byref variable will be forcibly initialized const char *maximum_speed; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/kernel/workqueue.c:28: /kisskb/src/kernel/workqueue.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/kernel/workqueue.c:35: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_dr_mode': /kisskb/src/drivers/usb/common/common.c:192:14: note: byref variable will be forcibly initialized const char *dr_mode; ^~~~~~~ /kisskb/src/drivers/rtc/lib.c: In function 'rtc_ktime_to_tm': /kisskb/src/drivers/rtc/lib.c:137:18: note: byref variable will be forcibly initialized struct rtc_time ret; ^~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_get_dr_mode_by_phy': /kisskb/src/drivers/usb/common/common.c:280:14: note: byref variable will be forcibly initialized const char *dr_mode; ^~~~~~~ /kisskb/src/drivers/usb/common/common.c:279:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_update_otg_caps': /kisskb/src/drivers/usb/common/common.c:345:6: note: byref variable will be forcibly initialized u32 otg_rev; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:52:9: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_ssp_rate': /kisskb/src/drivers/usb/common/common.c:136:14: note: byref variable will be forcibly initialized const char *maximum_speed; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_role_switch_default_mode': /kisskb/src/drivers/usb/common/common.c:212:14: note: byref variable will be forcibly initialized const char *str; ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_select': /kisskb/src/drivers/scsi/scsi_lib.c:2022:16: note: byref variable will be forcibly initialized unsigned char cmd[10]; ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_evt_emit': /kisskb/src/drivers/scsi/scsi_lib.c:2363:8: note: byref variable will be forcibly initialized char *envp[3]; ^~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion_action': /kisskb/src/drivers/scsi/scsi_lib.c:652:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_adc_do_conversion': /kisskb/src/drivers/mfd/mc13xxx-core.c:256:18: note: byref variable will be forcibly initialized u32 adc0, adc1, old_adc0; ^~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__list_add_rcu': /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_add_subdevice_pdata': /kisskb/src/drivers/mfd/mc13xxx-core.c:366:7: note: byref variable will be forcibly initialized char buf[30]; ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion': /kisskb/src/drivers/scsi/scsi_lib.c:913:15: note: byref variable will be forcibly initialized blk_status_t blk_stat = BLK_STS_OK; ^~~~~~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_irq_status': /kisskb/src/drivers/mfd/mc13xxx-core.c:144:7: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c:134:7: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_common_init': /kisskb/src/drivers/mfd/mc13xxx-core.c:424:6: note: byref variable will be forcibly initialized u32 revision; ^~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'numa_pwq_tbl_install': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:3924:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(wq->numa_pwq_tbl[node], pwq); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/workqueue.c:35: /kisskb/src/kernel/workqueue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/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:2412:12: note: byref variable will be forcibly initialized LIST_HEAD(event_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/kernel/workqueue.c:33: /kisskb/src/kernel/workqueue.c: In function 'put_unbound_pool': /kisskb/src/kernel/workqueue.c:3569:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(detach_completion); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/kernel/workqueue.c: In function 'create_worker': /kisskb/src/kernel/workqueue.c:1938:7: note: byref variable will be forcibly initialized char id_buf[16]; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:380: /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_queue_work': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_activate_work': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_execute_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_execute_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:380: /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_queue_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_activate_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:380: /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_queue_work': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_activate_work': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_execute_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_execute_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'flush_workqueue': /kisskb/src/kernel/workqueue.c:2807:20: note: byref variable will be forcibly initialized struct wq_flusher this_flusher = { ^~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'process_one_work': /kisskb/src/kernel/workqueue.c:2206:21: note: byref variable will be forcibly initialized struct lockdep_map lockdep_map; ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'rescuer_thread': /kisskb/src/kernel/workqueue.c:2524:30: note: byref variable will be forcibly initialized struct work_struct *work, *n; ^ /kisskb/src/kernel/workqueue.c: In function 'mod_delayed_work_on': /kisskb/src/kernel/workqueue.c:1732:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work': /kisskb/src/kernel/workqueue.c:3254:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/workqueue.c: In function '__flush_work': /kisskb/src/kernel/workqueue.c:3069:20: note: byref variable will be forcibly initialized struct wq_barrier barr; ^~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work_timer': /kisskb/src/kernel/workqueue.c:3147:20: note: byref variable will be forcibly initialized struct cwt_wait cwait; ^~~~~ /kisskb/src/kernel/workqueue.c:3125:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/workqueue.c:30: /kisskb/src/kernel/workqueue.c: In function 'workqueue_apply_unbound_cpumask': /kisskb/src/kernel/workqueue.c:5324:12: note: byref variable will be forcibly initialized LIST_HEAD(ctxs); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_numa_store': /kisskb/src/kernel/workqueue.c:5600:6: note: byref variable will be forcibly initialized int v, ret = -ENOMEM; ^ /kisskb/src/kernel/workqueue.c: In function 'max_active_store': /kisskb/src/kernel/workqueue.c:5452:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/kernel/workqueue.c: In function 'set_worker_desc': /kisskb/src/kernel/workqueue.c:4646:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/workqueue.c: In function 'print_worker_info': /kisskb/src/kernel/workqueue.c:4675:27: note: byref variable will be forcibly initialized struct workqueue_struct *wq = NULL; ^~ /kisskb/src/kernel/workqueue.c:4674:25: note: byref variable will be forcibly initialized struct pool_workqueue *pwq = NULL; ^~~ /kisskb/src/kernel/workqueue.c:4671:15: note: byref variable will be forcibly initialized work_func_t *fn = NULL; ^~ /kisskb/src/kernel/workqueue.c: In function 'show_workqueue_state': /kisskb/src/kernel/workqueue.c:4810:6: note: byref variable will be forcibly initialized int pi; ^~ /kisskb/src/kernel/workqueue.c: In function 'workqueue_online_cpu': /kisskb/src/kernel/workqueue.c:5107:6: note: byref variable will be forcibly initialized int pi; ^~ /kisskb/src/kernel/workqueue.c: In function 'workqueue_set_unbound_cpumask': /kisskb/src/kernel/workqueue.c:5371:16: note: byref variable will be forcibly initialized cpumask_var_t saved_cpumask; ^~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_unbound_cpumask_store': /kisskb/src/kernel/workqueue.c:5649:16: note: byref variable will be forcibly initialized cpumask_var_t cpumask; ^~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'alloc_workqueue': /kisskb/src/kernel/workqueue.c:4293:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_getmemory': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1287:16: note: byref variable will be forcibly initialized unsigned char bytes[32]; ^~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_check_var': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:736:15: note: byref variable will be forcibly initialized unsigned int ydstorg; ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:735:6: note: byref variable will be forcibly initialized int cmap_len; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:734:6: note: byref variable will be forcibly initialized int visual; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.h:29, from /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:105: /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_wait_for_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:294:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(vs->wait, cnt != vs->cnt, HZ/10); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'initMatrox2': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1742:13: note: byref variable will be forcibly initialized u_int32_t mga_option; ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1741:13: note: byref variable will be forcibly initialized u_int32_t cmd; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_probe': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:2044:12: note: byref variable will be forcibly initialized u_int32_t cmd; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_set_par': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:783:23: note: byref variable will be forcibly initialized { struct my_timming mt; ^~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:752:15: note: byref variable will be forcibly initialized unsigned int ydstorg; ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:751:6: note: byref variable will be forcibly initialized int cmap_len; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:750:6: note: byref variable will be forcibly initialized int visual; ^~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c: In function 'matroxfb_ioctl': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1148:25: note: byref variable will be forcibly initialized struct v4l2_control ctrl; ^~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1126:25: note: byref variable will be forcibly initialized struct v4l2_control ctrl; ^~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1104:27: note: byref variable will be forcibly initialized struct v4l2_queryctrl qctrl; ^~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:1089:28: note: byref variable will be forcibly initialized struct v4l2_capability r; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:985:15: note: byref variable will be forcibly initialized u_int32_t tmp; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:960:34: note: byref variable will be forcibly initialized struct matroxioc_output_mode mom; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:910:34: note: byref variable will be forcibly initialized struct matroxioc_output_mode mom; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_base.c:889:22: note: byref variable will be forcibly initialized struct fb_vblank vblank; ^~~~~~ In file included from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/bsg-lib.c:11: /kisskb/src/block/bsg-lib.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blkdev.h:1171:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/block/bio-integrity.c:9: /kisskb/src/block/bio-integrity.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/block/bio-integrity.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/block/bio-integrity.c: In function 'bio_integrity_process': /kisskb/src/block/bio-integrity.c:162:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^~ /kisskb/src/block/bio-integrity.c:161:19: note: byref variable will be forcibly initialized struct bvec_iter bviter; ^~~~~~ /kisskb/src/block/bio-integrity.c:160:28: note: byref variable will be forcibly initialized struct blk_integrity_iter iter; ^~~~ In file included from /kisskb/src/drivers/clk/meson/vid-pll-div.h:11, from /kisskb/src/drivers/clk/meson/vid-pll-div.c:11: /kisskb/src/drivers/clk/meson/vid-pll-div.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/i2c.h:146, from /kisskb/src/drivers/i2c/i2c-core-base.c:47: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_reply': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_result': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c.h:146, from /kisskb/src/drivers/i2c/i2c-core-base.c:47: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_reply': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function '__bpf_trace_i2c_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function '__bpf_trace_i2c_reply': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ 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:264, from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/net/phy/phy-core.c:5: /kisskb/src/drivers/net/phy/phy-core.c: In function 'phy_resolve_aneg_linkmode': /kisskb/src/drivers/i2c/i2c-core-base.c: In function '__bpf_trace_i2c_result': /kisskb/src/drivers/net/phy/phy-core.c:364:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy-core.c:364:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy-core.c: In function 'phy_resolve_min_speed': /kisskb/src/drivers/net/phy/phy-core.c:420:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy-core.c:420:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy-core.c: In function 'of_set_phy_supported': /kisskb/src/drivers/net/phy/phy-core.c:293:6: note: byref variable will be forcibly initialized u32 max_speed; ^~~~~~~~~ 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:264, from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/net/phy/phy-core.c:5: /kisskb/src/drivers/net/phy/phy-core.c: In function 'phy_check_downshift': /kisskb/src/drivers/net/phy/phy-core.c:391:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy-core.c:391:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(common); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_default_probe': /kisskb/src/drivers/i2c/i2c-core-base.c:2358:23: note: byref variable will be forcibly initialized union i2c_smbus_data dummy; ^~~~~ /kisskb/src/crypto/scompress.c: In function 'crypto_scomp_report': /kisskb/src/crypto/scompress.c:44:28: note: byref variable will be forcibly initialized struct crypto_report_comp rscomp; ^~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_transfer_buffer_flags': /kisskb/src/drivers/i2c/i2c-core-base.c:2289:17: note: byref variable will be forcibly initialized 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:1220:6: note: byref variable will be forcibly initialized 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:1275:15: note: byref variable will be forcibly initialized char *blank, end; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1273:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_detect_address': /kisskb/src/drivers/i2c/i2c-core-base.c:2386:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'delete_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1343:7: note: byref variable will be forcibly initialized char end; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1342:17: note: byref variable will be forcibly initialized unsigned short addr; ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_clients_command': /kisskb/src/drivers/i2c/i2c-core-base.c:2017:21: note: byref variable will be forcibly initialized struct i2c_cmd_arg cmd_arg; ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_get_device_id': /kisskb/src/drivers/i2c/i2c-core-base.c:2317:23: note: byref variable will be forcibly initialized union i2c_smbus_data raw_id; ^~~~~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read32': /kisskb/src/drivers/nvme/host/fabrics.c:148:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ /kisskb/src/drivers/nvme/host/fabrics.c:147:22: note: byref variable will be forcibly initialized struct nvme_command cmd; ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read64': /kisskb/src/drivers/nvme/host/fabrics.c:194:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_admin_queue': /kisskb/src/drivers/nvme/host/fabrics.c:366:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_io_queue': /kisskb/src/drivers/nvme/host/fabrics.c:433:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_parse_options': /kisskb/src/drivers/nvme/host/fabrics.c:562:9: note: byref variable will be forcibly initialized uuid_t hostid; ^~~~~~ /kisskb/src/drivers/nvme/host/fabrics.c:559:6: note: byref variable will be forcibly initialized int token, ret = 0; ^~~~~ /kisskb/src/drivers/nvme/host/fabrics.c:558:18: note: byref variable will be forcibly initialized char *options, *o, *p; ^ /kisskb/src/drivers/nvme/host/fabrics.c:557:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/net/core/datagram.c: In function '__skb_try_recv_datagram': /kisskb/src/net/core/datagram.c:252:6: note: byref variable will be forcibly initialized int error = sock_error(sk); ^~~~~ /kisskb/src/net/core/datagram.c: In function '__skb_recv_datagram': /kisskb/src/net/core/datagram.c:292:7: note: byref variable will be forcibly initialized long timeo; ^~~~~ /kisskb/src/net/core/datagram.c:291:24: note: byref variable will be forcibly initialized struct sk_buff *skb, *last; ^~~~ /kisskb/src/net/core/datagram.c: In function 'skb_recv_datagram': /kisskb/src/net/core/datagram.c:315:6: note: byref variable will be forcibly initialized int off = 0; ^~~ /kisskb/src/net/core/datagram.c: In function '__zerocopy_sg_from_iter': /kisskb/src/net/core/datagram.c:627:10: note: byref variable will be forcibly initialized size_t start; ^~~~~ /kisskb/src/net/core/datagram.c:625:16: note: byref variable will be forcibly initialized struct page *pages[MAX_SKB_FRAGS]; ^~~~~ /kisskb/src/net/core/datagram.c: In function 'skb_copy_and_csum_datagram_msg': /kisskb/src/net/core/datagram.c:751:9: note: byref variable will be forcibly initialized __wsum csum; ^~~~ /kisskb/src/drivers/rtc/class.c: In function 'rtc_device_get_offset': /kisskb/src/drivers/rtc/class.c:263:6: note: byref variable will be forcibly initialized u32 start_year; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/xarray.c:9: /kisskb/src/lib/xarray.c: In function 'xas_expand': /kisskb/src/drivers/rtc/class.c: In function '__devm_rtc_register_device': /kisskb/src/drivers/rtc/class.c:378:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alrm; ^~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:615:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(xa->xa_head, head); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:612:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(xa_to_node(head)->parent, node); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c: In function 'xas_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:681:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, xa_mk_node(node)); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function 'xa_load': /kisskb/src/lib/xarray.c:1451:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/xarray.c:9: /kisskb/src/lib/xarray.c: In function 'xas_store': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:816:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, entry); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function '__xa_erase': /kisskb/src/lib/xarray.c:1489:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_cmpxchg': /kisskb/src/lib/xarray.c:1601:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_insert': /kisskb/src/lib/xarray.c:1638:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_destroy': /kisskb/src/lib/xarray.c:2202:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_alloc': /kisskb/src/lib/xarray.c:1808:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find': /kisskb/src/lib/xarray.c:2009:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, *indexp); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find_after': /kisskb/src/lib/xarray.c:2059:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, *indexp + 1); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_store': /kisskb/src/lib/xarray.c:1535:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_set_mark': /kisskb/src/lib/xarray.c:1895:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_clear_mark': /kisskb/src/lib/xarray.c:1913:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_get_mark': /kisskb/src/lib/xarray.c:1935:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_extract': /kisskb/src/lib/xarray.c:2156:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'get_phy_c45_ids': /kisskb/src/drivers/net/phy/phy_device.c:718:6: note: byref variable will be forcibly initialized u32 devs_in_pkg = 0; ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'get_phy_device': /kisskb/src/drivers/net/phy/phy_device.c:878:6: note: byref variable will be forcibly initialized u32 phy_id = 0; ^~~~~~ /kisskb/src/drivers/net/phy/phy_device.c:877:28: note: byref variable will be forcibly initialized struct phy_c45_device_ids c45_ids; ^~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_attached_info_irq': /kisskb/src/drivers/net/phy/phy_device.c:1205:7: note: byref variable will be forcibly initialized char irq_num[8]; ^~~~~~~ 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:264, 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/net/phy/phy_device.c:12: /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_set_asym_pause': /kisskb/src/drivers/net/phy/phy_device.c:2745:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(oldadv); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy_device.c:2745:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(oldadv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_get_int_delay_property': /kisskb/src/drivers/net/phy/phy_device.c:2810:6: note: byref variable will be forcibly initialized s32 int_delay; ^~~~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'fwnode_get_phy_id': /kisskb/src/drivers/net/phy/phy_device.c:841:14: note: byref variable will be forcibly initialized const char *cp; ^~ /kisskb/src/drivers/net/phy/phy_device.c:840:22: note: byref variable will be forcibly initialized unsigned int upper, lower; ^~~~~ /kisskb/src/drivers/net/phy/phy_device.c:840:15: note: byref variable will be forcibly initialized unsigned int upper, lower; ^~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_attached_print': /kisskb/src/drivers/net/phy/phy_device.c:1233:11: note: byref variable will be forcibly initialized va_list ap; ^~ 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:264, 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/net/phy/phy_device.c:12: /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_advertise_supported': /kisskb/src/drivers/net/phy/phy_device.c:2674:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(new); ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phy_device.c:2674:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(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/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/util.c:2: /kisskb/src/mm/util.c: In function 'vm_mmap_pgoff': /kisskb/src/mm/util.c:513:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/util.c:512:16: note: byref variable will be forcibly initialized unsigned long populate; ^~~~~~~~ /kisskb/src/mm/util.c: In function 'overcommit_policy_handler': /kisskb/src/mm/util.c:790:6: note: byref variable will be forcibly initialized int new_policy; ^~~~~~~~~~ /kisskb/src/mm/util.c:789:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ /kisskb/src/drivers/media/i2c/ccs-pll.c: In function 'ccs_pll_calculate_vt': /kisskb/src/drivers/media/i2c/ccs-pll.c:449:19: note: byref variable will be forcibly initialized u16 min_sys_div, max_sys_div; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs-pll.c:449:6: note: byref variable will be forcibly initialized u16 min_sys_div, max_sys_div; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs-pll.c: In function '__ccs_pll_calculate_vt_tree': /kisskb/src/drivers/media/i2c/ccs-pll.c:300:27: note: byref variable will be forcibly initialized u16 vt_div, min_sys_div, max_sys_div, sys_div; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs-pll.c:300:14: note: byref variable will be forcibly initialized u16 vt_div, min_sys_div, max_sys_div, sys_div; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ccs-pll.c: In function 'print_pll': /kisskb/src/drivers/media/i2c/ccs-pll.c:84:4: note: byref variable will be forcibly initialized } branches[] = { ^~~~~~~~ /kisskb/src/drivers/base/devres.c: In function 'alloc_dr': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized size_t tot_size; ^~~~~~~~ /kisskb/src/drivers/base/devres.c: In function '__devres_alloc_node': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'check_dr_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/devres.c:100:2: note: in expansion of macro 'if' if (unlikely(check_add_overflow(sizeof(struct devres), ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/devres.c:100:6: note: in expansion of macro 'unlikely' if (unlikely(check_add_overflow(sizeof(struct devres), ^~~~~~~~ /kisskb/src/drivers/base/devres.c:100:15: note: in expansion of macro 'check_add_overflow' if (unlikely(check_add_overflow(sizeof(struct devres), ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/devres.c:100:2: note: in expansion of macro 'if' if (unlikely(check_add_overflow(sizeof(struct devres), ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/devres.c:100:6: note: in expansion of macro 'unlikely' if (unlikely(check_add_overflow(sizeof(struct devres), ^~~~~~~~ /kisskb/src/drivers/base/devres.c:100:15: note: in expansion of macro 'check_add_overflow' if (unlikely(check_add_overflow(sizeof(struct devres), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_kmalloc': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized size_t tot_size; ^~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'devres_release_group': /kisskb/src/drivers/base/devres.c:667:12: note: byref variable will be forcibly initialized LIST_HEAD(todo); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_krealloc': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized size_t tot_size; ^~~~~~~~ /kisskb/src/drivers/base/devres.c:855:9: note: byref variable will be forcibly initialized size_t total_new_size, total_old_size; ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/rom.c: In function 'pci_disable_rom': /kisskb/src/drivers/pci/rom.c:61:6: note: byref variable will be forcibly initialized u32 rom_addr; ^~~~~~~~ /kisskb/src/drivers/pci/rom.c: In function 'pci_enable_rom': /kisskb/src/drivers/pci/rom.c:28:6: note: byref variable will be forcibly initialized u32 rom_addr; ^~~~~~~~ /kisskb/src/drivers/pci/rom.c:27:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'devres_release_all': /kisskb/src/drivers/base/devres.c:515:12: note: byref variable will be forcibly initialized LIST_HEAD(todo); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_remove_action': /kisskb/src/drivers/base/devres.c:756:23: note: byref variable will be forcibly initialized struct action_devres devres = { ^~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_release_action': /kisskb/src/drivers/base/devres.c:778:23: note: byref variable will be forcibly initialized struct action_devres devres = { ^~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_kvasprintf': /kisskb/src/drivers/base/devres.c:998:10: note: byref variable will be forcibly initialized va_list aq; ^~ /kisskb/src/drivers/base/devres.c: In function 'devm_kasprintf': /kisskb/src/drivers/base/devres.c:1027:10: note: byref variable will be forcibly initialized va_list ap; ^~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/mfd/mfd-core.c:12: /kisskb/src/drivers/mfd/mfd-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices': /kisskb/src/drivers/mfd/mfd-core.c:383:6: note: byref variable will be forcibly initialized int level = MFD_DEP_LEVEL_NORMAL; ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices_late': /kisskb/src/drivers/mfd/mfd-core.c:375:6: note: byref variable will be forcibly initialized int level = MFD_DEP_LEVEL_HIGH; ^~~~~ In file included from /kisskb/src/drivers/clk/meson/clk-cpu-dyndiv.h:11, from /kisskb/src/drivers/clk/meson/clk-cpu-dyndiv.c:11: /kisskb/src/drivers/clk/meson/clk-cpu-dyndiv.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/w1/w1_int.c: In function 'w1_add_master_device': /kisskb/src/drivers/w1/w1_int.c:97:24: note: byref variable will be forcibly initialized struct w1_netlink_msg msg; ^~~ /kisskb/src/drivers/w1/w1_int.c: In function '__w1_remove_master_device': /kisskb/src/drivers/w1/w1_int.c:176:24: note: byref variable will be forcibly initialized struct w1_netlink_msg msg; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_api.c:14: /kisskb/src/net/sched/sch_api.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_api.c: In function 'check_loop': /kisskb/src/net/sched/sch_api.c:1374:24: note: byref variable will be forcibly initialized struct check_loop_arg arg; ^~~ /kisskb/src/net/sched/sch_api.c: In function 'qdisc_offload_graft_root': /kisskb/src/net/sched/sch_api.c:867:30: note: byref variable will be forcibly initialized struct tc_root_qopt_offload graft_offload = { ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_api.c:14: /kisskb/src/net/sched/sch_api.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/net/sched/sch_api.c:19: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_dump_tclass_qdisc': /kisskb/src/net/sched/sch_api.c:2138:25: note: byref variable will be forcibly initialized struct qdisc_dump_args arg; ^~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_dump_tclass': /kisskb/src/net/sched/sch_api.c:2200:6: note: byref variable will be forcibly initialized int t, s_t; ^ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/sched/sch_api.c:30: /kisskb/src/net/sched/sch_api.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/sched/sch_api.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_fill_tclass': /kisskb/src/net/sched/sch_api.c:1803:19: note: byref variable will be forcibly initialized struct gnet_dump d; ^ /kisskb/src/net/sched/sch_api.c: In function 'tc_bind_class_walker': /kisskb/src/net/sched/sch_api.c:1944:25: note: byref variable will be forcibly initialized struct tcf_bind_args arg = {}; ^~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_fill_qdisc': /kisskb/src/net/sched/sch_api.c:886:19: note: byref variable will be forcibly initialized struct gnet_dump d; ^ /kisskb/src/net/sched/sch_api.c: In function 'tc_dump_qdisc': /kisskb/src/net/sched/sch_api.c:1745:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/sch_api.c:1741:11: note: byref variable will be forcibly initialized int idx, q_idx; ^~~~~ /kisskb/src/net/sched/sch_api.c: In function 'qdisc_get_stab': /kisskb/src/net/sched/sch_api.c:475:17: note: byref variable will be forcibly initialized struct nlattr *tb[TCA_STAB_MAX + 1]; ^~ /kisskb/src/net/sched/sch_api.c: In function 'tc_ctl_tclass': /kisskb/src/net/sched/sch_api.c:1991:16: note: byref variable will be forcibly initialized unsigned long new_cl; ^~~~~~ /kisskb/src/net/sched/sch_api.c:1986:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_get_qdisc': /kisskb/src/net/sched/sch_api.c:1423:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/random.h:10, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_tpg.c:13: /kisskb/src/drivers/target/target_core_tpg.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_api.c:14: /kisskb/src/net/sched/sch_api.c: In function 'qdisc_change': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_api.c:1344:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sch->stab, stab); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_api.c: In function 'qdisc_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_api.c:1258:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sch->stab, stab); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/sch_api.c:1173:8: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/net/sched/sch_api.c: In function 'tc_modify_qdisc': /kisskb/src/net/sched/sch_api.c:1512:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/net/sched/sch_api.c:1508:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_add_lun': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c:593:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(lun->lun_se_dev, dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_remove_lun': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c:642:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(lun->lun_se_dev, NULL); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_tpg.c:13: /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_deregister': /kisskb/src/drivers/target/target_core_tpg.c:507:12: note: byref variable will be forcibly initialized LIST_HEAD(node_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/crypto/crypto_null.c: In function 'null_skcipher_crypt': /kisskb/src/crypto/crypto_null.c:78:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'handle_conflicting_encoders': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:108:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/nvme/target/trace.h:165, from /kisskb/src/drivers/nvme/target/core.c:14: /kisskb/src/drivers/nvme/target/core.c: In function 'perf_trace_nvmet_async_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'perf_trace_nvmet_req_init': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'perf_trace_nvmet_req_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_duplicate_state': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/nvme/target/trace.h:165, from /kisskb/src/drivers/nvme/target/core.c:14: /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_req_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3159:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_req_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_async_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/nvme/target/trace.h:165, from /kisskb/src/drivers/nvme/target/core.c:14: /kisskb/src/drivers/nvme/target/core.c: In function '__bpf_trace_nvmet_req_init': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function '__bpf_trace_nvmet_async_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function '__bpf_trace_nvmet_req_complete': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/linux/pci-p2pdma.h:14, from /kisskb/src/drivers/nvme/target/core.c:10: /kisskb/src/drivers/nvme/target/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/linux/pci-p2pdma.h:14, from /kisskb/src/drivers/nvme/target/core.c:10: /kisskb/src/drivers/nvme/target/core.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:28: /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_wait_for_vblanks': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:1509:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(dev->vblank[i].queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_max_nsid': /kisskb/src/drivers/nvme/target/core.c:120:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_setup_p2p_ns_map': /kisskb/src/drivers/nvme/target/core.c:1296:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_release_p2p_ns_map': /kisskb/src/drivers/nvme/target/core.c:1312:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/block/t10-pi.c: In function 't10_pi_type1_complete': /kisskb/src/block/t10-pi.c:193:20: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/t10-pi.c:192:18: note: byref variable will be forcibly initialized struct bio_vec iv; ^~ /kisskb/src/block/t10-pi.c: In function 't10_pi_type1_prepare': /kisskb/src/block/t10-pi.c:143:20: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/t10-pi.c:142:18: note: byref variable will be forcibly initialized struct bio_vec iv; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/kernel/pid.c:30: /kisskb/src/kernel/pid.c: In function 'hlists_swap_heads_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:553:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(right->first, node1); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:552:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(left->first, node2); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_subsys_alloc': /kisskb/src/drivers/nvme/target/core.c:1516:7: note: byref variable will be forcibly initialized char serial[NVMET_SN_MAX_SIZE / 2]; ^~~~~~ /kisskb/src/kernel/pid.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_shutdown': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3116:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/kernel/pid.c: In function 'hlist_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:531:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_suspend': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3244:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_resume': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3337:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/block/blk-integrity.c: In function 'integrity_generate_store': /kisskb/src/block/blk-integrity.c:289:8: note: byref variable will be forcibly initialized char *p = (char *) page; ^ /kisskb/src/block/blk-integrity.c: In function 'integrity_verify_store': /kisskb/src/block/blk-integrity.c:270:8: note: byref variable will be forcibly initialized char *p = (char *) page; ^ /kisskb/src/block/blk-integrity.c: In function 'blk_rq_count_integrity_sg': /kisskb/src/block/blk-integrity.c:32:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-integrity.c:29:17: note: byref variable will be forcibly initialized struct bio_vec iv, ivprv = { NULL }; ^~ /kisskb/src/block/blk-integrity.c: In function 'blk_rq_map_integrity_sg': /kisskb/src/block/blk-integrity.c:74:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-integrity.c:71:17: note: byref variable will be forcibly initialized struct bio_vec iv, ivprv = { NULL }; ^~ /kisskb/src/kernel/pid.c: In function 'exchange_tids': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c:380:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(right->thread_pid, pid1); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c:379:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(left->thread_pid, pid2); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function '__d_set_inode_and_type': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:324:2: note: in expansion of macro 'smp_store_release' smp_store_release(&dentry->d_flags, flags); ^~~~~~~~~~~~~~~~~ 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:264, 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/include/linux/linkmode.h:4, from /kisskb/src/drivers/net/phy/linkmode.c:2: /kisskb/src/drivers/net/phy/linkmode.c: In function 'linkmode_resolve_pause': /kisskb/src/drivers/net/phy/linkmode.c:28:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(m); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/linkmode.c:28:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(m); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'end_dir_add': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2551:2: note: in expansion of macro 'smp_store_release' smp_store_release(&dir->i_dir_seq, n + 2); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'hlist_bl_set_first_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_bl.h:17:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(h->first, ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'path_check_mount': /kisskb/src/fs/dcache.c:1437:14: note: byref variable will be forcibly initialized struct path path = { .mnt = info->mnt, .dentry = dentry }; ^~~~ /kisskb/src/fs/dcache.c: In function 'd_walk': /kisskb/src/fs/dcache.c:1328:11: note: byref variable will be forcibly initialized unsigned seq = 0; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'd_wait_lookup': /kisskb/src/fs/dcache.c:2557:21: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rtc.h:206, from /kisskb/src/drivers/rtc/interface.c:18: /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_time_alarm_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_irq_set_freq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_irq_set_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_alarm_irq_enable': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_offset_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_timer_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_parent': /kisskb/src/fs/dcache.c:1597:22: note: byref variable will be forcibly initialized struct select_data data = {.start = parent}; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rtc.h:206, from /kisskb/src/drivers/rtc/interface.c:18: /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_time_alarm_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_freq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_alarm_irq_enable': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'd_invalidate': /kisskb/src/fs/dcache.c:1714:18: note: byref variable will be forcibly initialized struct dentry *victim = NULL; ^~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_offset_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_timer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'prune_dcache_sb': /kisskb/src/fs/dcache.c:1252:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_sb': /kisskb/src/fs/dcache.c:1292:13: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/dcache.c: In function 'path_has_submounts': /kisskb/src/fs/dcache.c:1458:21: note: byref variable will be forcibly initialized struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/rtc.h:206, from /kisskb/src/drivers/rtc/interface.c:18: /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_time_alarm_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_irq_set_freq': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_irq_set_state': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_alarm_irq_enable': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_offset_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__bpf_trace_rtc_timer_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function '__d_alloc': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:1779:2: note: in expansion of macro 'smp_store_release' smp_store_release(&dentry->d_name.name, dname); /* ^^^ */ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'd_alloc_name': /kisskb/src/fs/dcache.c:1881:14: note: byref variable will be forcibly initialized struct qstr q; ^ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_set_alarm': /kisskb/src/drivers/rtc/interface.c:411:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'd_alloc_parallel': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2584:8: note: in expansion of macro 'smp_load_acquire' seq = smp_load_acquire(&parent->d_inode->i_dir_seq); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2577:23: note: byref variable will be forcibly initialized unsigned seq, r_seq, d_seq; ^~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_remove': /kisskb/src/drivers/rtc/interface.c:859:21: note: byref variable will be forcibly initialized struct rtc_wkalrm alarm; ^~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_enqueue': /kisskb/src/drivers/rtc/interface.c:811:21: note: byref variable will be forcibly initialized struct rtc_wkalrm alarm; ^~~~~ /kisskb/src/drivers/rtc/interface.c:794:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_read_alarm': /kisskb/src/drivers/rtc/interface.c:215:26: note: byref variable will be forcibly initialized struct rtc_time before, now; ^~~ /kisskb/src/drivers/rtc/interface.c:215:18: note: byref variable will be forcibly initialized struct rtc_time before, now; ^~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_initialize_alarm': /kisskb/src/drivers/rtc/interface.c:486:18: note: byref variable will be forcibly initialized struct rtc_time now; ^~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_update_irq_enable': /kisskb/src/drivers/rtc/interface.c:574:19: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_do_work': /kisskb/src/drivers/rtc/interface.c:925:21: note: byref variable will be forcibly initialized struct rtc_wkalrm alarm; ^~~~~ /kisskb/src/drivers/rtc/interface.c:891:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_std_update_resource': /kisskb/src/drivers/pci/setup-res.c:30:11: note: byref variable will be forcibly initialized u32 new, check, mask; ^~~~~ /kisskb/src/drivers/pci/setup-res.c:29:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/setup-res.c:27:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_resize_resource': /kisskb/src/drivers/pci/setup-res.c:416:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_enable_resources': /kisskb/src/drivers/pci/setup-res.c:465:6: note: byref variable will be forcibly initialized u16 cmd, old_cmd; ^~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_probe_lun': /kisskb/src/drivers/scsi/scsi_scan.c:609:7: note: byref variable will be forcibly initialized int resid; ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:591:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:587:16: note: byref variable will be forcibly initialized unsigned char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'do_attribute_container_device_trigger_safe': /kisskb/src/drivers/base/attribute_container.c:249:20: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_find_class_device': /kisskb/src/drivers/base/attribute_container.c:535:20: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_device_trigger': /kisskb/src/drivers/base/attribute_container.c:363:21: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_unlock_floptical': /kisskb/src/drivers/scsi/scsi_scan.c:188:16: note: byref variable will be forcibly initialized unsigned char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_remove_device': /kisskb/src/drivers/base/attribute_container.c:216:21: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ In file included from /kisskb/src/drivers/scsi/scsi_scan.c:51: /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_probe_and_add_lun': /kisskb/src/drivers/scsi/scsi_scan.c:1139:19: note: byref variable will be forcibly initialized unsigned char mod[17]; ^~~ /kisskb/src/drivers/scsi/scsi_logging.h:51:4: note: in definition of macro 'SCSI_CHECK_LOGGING' CMD; \ ^~~ /kisskb/src/drivers/scsi/scsi_scan.c:1137:4: note: in expansion of macro 'SCSI_LOG_SCAN_BUS' SCSI_LOG_SCAN_BUS(1, { ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1138:19: note: byref variable will be forcibly initialized unsigned char vend[9]; ^~~~ /kisskb/src/drivers/scsi/scsi_logging.h:51:4: note: in definition of macro 'SCSI_CHECK_LOGGING' CMD; \ ^~~ /kisskb/src/drivers/scsi/scsi_scan.c:1137:4: note: in expansion of macro 'SCSI_LOG_SCAN_BUS' SCSI_LOG_SCAN_BUS(1, { ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1079:16: note: byref variable will be forcibly initialized blist_flags_t bflags; ^~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_report_lun_scan': /kisskb/src/drivers/scsi/scsi_scan.c:1326:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1319:16: note: byref variable will be forcibly initialized unsigned char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function '__scsi_scan_target': /kisskb/src/drivers/scsi/scsi_scan.c:1561:16: note: byref variable will be forcibly initialized blist_flags_t bflags = 0; ^~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function '__scsi_add_device': /kisskb/src/drivers/scsi/scsi_scan.c:1489:22: note: byref variable will be forcibly initialized struct scsi_device *sdev = ERR_PTR(-ENODEV); ^~~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_reg_read': /kisskb/src/drivers/mfd/max8925-i2c.c:52:16: note: byref variable will be forcibly initialized unsigned char data = 0; ^~~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_write_device': /kisskb/src/drivers/mfd/max8925-i2c.c:37:16: note: byref variable will be forcibly initialized unsigned char buf[9]; ^~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_set_bits': /kisskb/src/drivers/mfd/max8925-i2c.c:112:16: note: byref variable will be forcibly initialized unsigned char value; ^~~~~ /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:1049:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_am_i_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:329:32: note: byref variable will be forcibly initialized struct psy_am_i_supplied_data data = { psy, 0 }; ^~~~ /kisskb/src/lib/parser.c: In function 'match_number': /kisskb/src/lib/parser.c:131:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/lib/parser.c: In function 'match_u64int': /kisskb/src/lib/parser.c:168:6: note: byref variable will be forcibly initialized u64 val; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/power/supply/power_supply_core.c:12: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_get_battery_info': /kisskb/src/drivers/power/supply/power_supply_core.c:696:19: note: byref variable will be forcibly initialized int i, tab_len, size; ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:571:11: note: byref variable will be forcibly initialized int err, len, index; ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c:570:14: note: byref variable will be forcibly initialized const char *value; ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_is_system_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:362:15: note: byref variable will be forcibly initialized unsigned int count = 0; ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_batinfo_ocv2cap': /kisskb/src/drivers/power/supply/power_supply_core.c:873:6: note: byref variable will be forcibly initialized int table_len; ^~~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_read_temp': /kisskb/src/drivers/power/supply/power_supply_core.c:959:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'ps_get_cur_charge_cntl_limit': /kisskb/src/drivers/power/supply/power_supply_core.c:1031:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /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:1013:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/thermal.h:211, from /kisskb/src/drivers/thermal/thermal_core.c:25: /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_thermal_temperature': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_cdev_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_thermal_zone_trip': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thermal.h:211, from /kisskb/src/drivers/thermal/thermal_core.c:25: /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_temperature': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/thermal.h:211, from /kisskb/src/drivers/thermal/thermal_core.c:25: /kisskb/src/drivers/thermal/thermal_core.c: In function '__bpf_trace_thermal_temperature': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_temperature, ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function '__bpf_trace_cdev_update': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cdev_update, ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function '__bpf_trace_thermal_zone_trip': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(thermal_zone_trip, ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'handle_critical_trips': /kisskb/src/drivers/thermal/thermal_core.c:346:6: note: byref variable will be forcibly initialized int trip_temp; ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'update_temperature': /kisskb/src/drivers/thermal/thermal_core.c:398:6: note: byref variable will be forcibly initialized int temp, ret; ^~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'handle_thermal_trip': /kisskb/src/drivers/thermal/thermal_core.c:365:17: note: byref variable will be forcibly initialized int trip_temp, hyst = 0; ^~~~ /kisskb/src/drivers/thermal/thermal_core.c:365:6: note: byref variable will be forcibly initialized int trip_temp, hyst = 0; ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c:364:25: note: byref variable will be forcibly initialized enum thermal_trip_type type; ^~~~ /kisskb/src/drivers/w1/w1_io.c: In function 'w1_reset_select_slave': /kisskb/src/drivers/w1/w1_io.c:396:7: note: byref variable will be forcibly initialized u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); ^~ /kisskb/src/drivers/w1/w1_io.c:395:6: note: byref variable will be forcibly initialized u8 match[9] = {W1_MATCH_ROM, }; ^~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'thermal_zone_bind_cooling_device': /kisskb/src/drivers/thermal/thermal_core.c:627:16: note: byref variable will be forcibly initialized unsigned long max_state; ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'thermal_zone_device_register': /kisskb/src/drivers/thermal/thermal_core.c:1185:6: note: byref variable will be forcibly initialized int trip_temp; ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c:1184:25: note: byref variable will be forcibly initialized enum thermal_trip_type trip_type; ^~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/nvme/host/fc.c:11: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/blk-cgroup.h:17, from /kisskb/src/drivers/nvme/host/fc.c:12: /kisskb/src/drivers/nvme/host/fc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/scm.c: In function '__scm_send': /kisskb/src/net/core/scm.c:164:17: note: byref variable will be forcibly initialized struct ucred creds; ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'max_ratio_store': /kisskb/src/mm/backing-dev.c:185:15: note: byref variable will be forcibly initialized unsigned int ratio; ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'min_ratio_store': /kisskb/src/mm/backing-dev.c:166:15: note: byref variable will be forcibly initialized unsigned int ratio; ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'read_ahead_kb_store': /kisskb/src/mm/backing-dev.c:138:16: note: byref variable will be forcibly initialized unsigned long read_ahead_kb; ^~~~~~~~~~~~~ /kisskb/src/net/core/scm.c: In function 'put_cmsg_scm_timestamping64': /kisskb/src/net/core/scm.c:264:28: note: byref variable will be forcibly initialized struct scm_timestamping64 tss; ^~~ /kisskb/src/net/core/scm.c: In function 'put_cmsg_scm_timestamping': /kisskb/src/net/core/scm.c:278:26: note: byref variable will be forcibly initialized struct scm_timestamping tss; ^~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_debug_stats_show': /kisskb/src/mm/backing-dev.c:54:16: note: byref variable will be forcibly initialized unsigned long dirty_thresh; ^~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c:53:16: note: byref variable will be forcibly initialized unsigned long background_thresh; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/mm/backing-dev.c:3: /kisskb/src/mm/backing-dev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_signal_discovery_scan': /kisskb/src/drivers/nvme/host/fc.c:505:8: note: byref variable will be forcibly initialized char *envp[4] = { "FC_EVENT=nvmediscovery", hostaddr, tgtaddr, NULL }; ^~~~ /kisskb/src/drivers/nvme/host/fc.c:504:7: note: byref variable will be forcibly initialized char tgtaddr[FCNVME_TRADDR_LENGTH]; /* NVMEFC_TRADDR=...*/ ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:503:7: note: byref variable will be forcibly initialized char hostaddr[FCNVME_TRADDR_LENGTH]; /* NVMEFC_HOST_TRADDR=...*/ ^~~~~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_register_va': /kisskb/src/mm/backing-dev.c:877:18: note: byref variable will be forcibly initialized struct rb_node *parent, **p; ^~~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_register': /kisskb/src/mm/backing-dev.c:911:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_nvme_discovery_store': /kisskb/src/drivers/nvme/host/fc.c:3756:12: note: byref variable will be forcibly initialized LIST_HEAD(local_disc_list); ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/nvme/host/fc.c: In function '__nvme_fc_parse_u64': /kisskb/src/drivers/nvme/host/fc.c:3631:6: note: byref variable will be forcibly initialized u64 token64; ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_parse_traddr': /kisskb/src/drivers/nvme/host/fc.c:3649:14: note: byref variable will be forcibly initialized substring_t wwn = { name, &name[sizeof(name)-1] }; ^~~ /kisskb/src/drivers/nvme/host/fc.c:3648:7: note: byref variable will be forcibly initialized char name[2 + NVME_FC_TRADDR_HEXNAMELEN + 1]; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_delete_association': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3216:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(ctrl->ioabort_wait, ctrl->iocnt == 0, ctrl->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/blk-cgroup.h:23, from /kisskb/src/drivers/nvme/host/fc.c:12: /kisskb/src/drivers/nvme/host/fc.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blkdev.h:1171:22: note: byref variable will be forcibly initialized 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:1912:20: note: byref variable will be forcibly initialized 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:2856:15: note: byref variable will be forcibly initialized 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:2930:15: note: byref variable will be forcibly initialized unsigned int nr_io_queues; ^~~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_chunk_refresh_hint': /kisskb/src/mm/percpu.c:752:15: note: byref variable will be forcibly initialized int bit_off, bits; ^~~~ /kisskb/src/mm/percpu.c:752:6: note: byref variable will be forcibly initialized int bit_off, bits; ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_create_ctrl': In file included 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/mm/percpu.c:71: /kisskb/src/mm/percpu.c: In function '__ab_c_size': /kisskb/src/drivers/nvme/host/fc.c:3695:25: note: byref variable will be forcibly initialized struct nvmet_fc_traddr raddr = { 0L, 0L }; ^~~~~ /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3694:25: note: byref variable will be forcibly initialized struct nvmet_fc_traddr laddr = { 0L, 0L }; ^~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/memblock.h:13, from /kisskb/src/mm/percpu.c:73: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'fc_parse_cgrpid': /kisskb/src/drivers/nvme/host/fc.c:3815:7: note: byref variable will be forcibly initialized char cgrp_id[16+1]; ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'fc_update_appid': /kisskb/src/drivers/nvme/host/fc.c:3845:7: note: byref variable will be forcibly initialized char app_id[FC_APPID_LEN]; ^~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3842:6: note: byref variable will be forcibly initialized u64 cgrp_id; ^~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_block_refresh_hint': /kisskb/src/mm/percpu.c:782:19: note: byref variable will be forcibly initialized unsigned int rs, re, start; /* region start, region end */ ^~ /kisskb/src/mm/percpu.c:782:15: note: byref variable will be forcibly initialized unsigned int rs, re, start; /* region start, region end */ ^~ /kisskb/src/mm/percpu.c: In function 'pcpu_is_populated': /kisskb/src/mm/percpu.c:1073:41: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^~ /kisskb/src/mm/percpu.c:1073:37: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^~ /kisskb/src/mm/percpu.c: In function 'pcpu_find_block_fit': /kisskb/src/mm/percpu.c:1110:21: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^~~~~~~~ /kisskb/src/mm/percpu.c:1110:15: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^~~~ /kisskb/src/mm/percpu.c:1110:6: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/percpu.h:126, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_alloc_percpu': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_free_percpu': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_alloc_percpu_fail': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_create_chunk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_destroy_chunk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/percpu.h:126, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_free_percpu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu_fail': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_create_chunk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_destroy_chunk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/percpu.h:126, 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_free_percpu': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_alloc_percpu_fail': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_create_chunk': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_destroy_chunk': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_alloc_area': /kisskb/src/mm/percpu.c:1217:30: note: byref variable will be forcibly initialized unsigned long area_off = 0, area_bits = 0; ^~~~~~~~~ /kisskb/src/mm/percpu.c:1217:16: note: byref variable will be forcibly initialized unsigned long area_off = 0, area_bits = 0; ^~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_balance_populated': /kisskb/src/mm/percpu.c:2072:34: note: byref variable will be forcibly initialized unsigned int nr_unpop = 0, rs, re; ^~ /kisskb/src/mm/percpu.c:2072:30: note: byref variable will be forcibly initialized unsigned int nr_unpop = 0, rs, re; ^~ /kisskb/src/mm/percpu.c: In function 'pcpu_balance_free': /kisskb/src/mm/percpu.c:2014:20: note: byref variable will be forcibly initialized unsigned int rs, re; ^~ /kisskb/src/mm/percpu.c:2014:16: note: byref variable will be forcibly initialized unsigned int rs, re; ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/memblock.h:13, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c:1988:12: note: byref variable will be forcibly initialized LIST_HEAD(to_free); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_alloc': /kisskb/src/mm/percpu.c:1854:42: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^~ /kisskb/src/mm/percpu.c:1854:38: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:22: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_reply': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_result': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:22: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_reply': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ 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:22: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_write': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_result': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_reply': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_msg_pec': /kisskb/src/drivers/i2c/i2c-core-smbus.c:62:5: note: byref variable will be forcibly initialized u8 addr = i2c_8bit_addr_from_msg(msg); ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_xfer_emulated': /kisskb/src/drivers/i2c/i2c-core-smbus.c:337:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:333:16: note: byref variable will be forcibly initialized unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX+2]; ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:332:16: note: byref variable will be forcibly initialized unsigned char msgbuf0[I2C_SMBUS_BLOCK_MAX+3]; ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte': /kisskb/src/drivers/i2c/i2c-core-smbus.c:103:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:138:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:160:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:178:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/kernel/params.c: In function 'param_set_uint_minmax': /kisskb/src/kernel/params.c:249:15: note: byref variable will be forcibly initialized unsigned int num; ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:200:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:226:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:253:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:269:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:289:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/pci/irq.c: In function 'pci_request_irq': /kisskb/src/drivers/pci/irq.c:36:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/params.c: In function 'param_set_bool_enable_only': /kisskb/src/kernel/params.c:336:22: note: byref variable will be forcibly initialized struct kernel_param dummy_kp = *kp; ^~~~~~~~ /kisskb/src/kernel/params.c:334:7: note: byref variable will be forcibly initialized bool new_value; ^~~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_invbool': /kisskb/src/kernel/params.c:367:22: note: byref variable will be forcibly initialized struct kernel_param dummy; ^~~~~ /kisskb/src/kernel/params.c:366:7: note: byref variable will be forcibly initialized bool boolval; ^~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_bint': /kisskb/src/kernel/params.c:393:7: note: byref variable will be forcibly initialized bool v; ^ /kisskb/src/kernel/params.c:392:22: note: byref variable will be forcibly initialized struct kernel_param boolkp = *kp; ^~~~~~ /kisskb/src/kernel/params.c: In function 'param_array_get': /kisskb/src/kernel/params.c:476:22: note: byref variable will be forcibly initialized struct kernel_param p = *kp; ^ /kisskb/src/kernel/params.c: In function 'param_array': /kisskb/src/kernel/params.c:423:22: note: byref variable will be forcibly initialized struct kernel_param kp; ^~ /kisskb/src/kernel/params.c: In function 'param_array_set': /kisskb/src/kernel/params.c:465:15: note: byref variable will be forcibly initialized unsigned int temp_num; ^~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_sysfs_builtin': /kisskb/src/kernel/params.c:834:7: note: byref variable will be forcibly initialized char modname[MODULE_NAME_LEN]; ^~~~~~~ /kisskb/src/kernel/params.c: In function 'parse_args': /kisskb/src/kernel/params.c:171:16: note: byref variable will be forcibly initialized char *param, *val, *err = NULL; ^~~ /kisskb/src/kernel/params.c:171:8: note: byref variable will be forcibly initialized char *param, *val, *err = NULL; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mdio.h:43, from /kisskb/src/drivers/net/phy/mdio_bus.c:39: /kisskb/src/drivers/net/phy/mdio_bus.c: In function 'perf_trace_mdio_access': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mdio.h:43, from /kisskb/src/drivers/net/phy/mdio_bus.c:39: /kisskb/src/drivers/net/phy/mdio_bus.c: In function 'trace_event_raw_event_mdio_access': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/mdio.h:43, from /kisskb/src/drivers/net/phy/mdio_bus.c:39: /kisskb/src/drivers/net/phy/mdio_bus.c: In function '__bpf_trace_mdio_access': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(mdio_access, ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/phy/mdio_bus.c:28: /kisskb/src/drivers/net/phy/mdio_bus.c: In function 'of_mdio_parse_addr': /kisskb/src/include/linux/of_mdio.h:40:6: note: byref variable will be forcibly initialized u32 addr; ^~~~ In file included from /kisskb/src/drivers/opp/core.c:16: /kisskb/src/drivers/opp/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/bluetooth/btmrvl_main.c:21: /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_send_sync_cmd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c:209:2: note: in expansion of macro 'if' if (!wait_event_interruptible_timeout(priv->adapter->cmd_wait_q, ^~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c:209:7: note: in expansion of macro 'wait_event_interruptible_timeout' if (!wait_event_interruptible_timeout(priv->adapter->cmd_wait_q, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/bluetooth/btmrvl_main.c:21: /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_enable_hs': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c:310:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(adapter->event_hs_wait_q, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_enable_sco_routing_to_host': /kisskb/src/drivers/bluetooth/btmrvl_main.c:236:5: note: byref variable will be forcibly initialized u8 subcmd = 0; ^~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_set_bdaddr': /kisskb/src/drivers/bluetooth/btmrvl_main.c:571:5: note: byref variable will be forcibly initialized u8 buf[8]; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_check_device_tree': /kisskb/src/drivers/bluetooth/btmrvl_main.c:510:12: note: byref variable will be forcibly initialized u16 gpio, gap; ^~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c:510:6: note: byref variable will be forcibly initialized u16 gpio, gap; ^~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c:508:5: note: byref variable will be forcibly initialized u8 cal_data[BT_CAL_HDR_LEN + BT_CAL_DATA_SIZE]; ^~~~~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_service_main_thread': /kisskb/src/drivers/bluetooth/btmrvl_main.c:607:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_send_hscfg_cmd': /kisskb/src/drivers/bluetooth/btmrvl_main.c:265:5: note: byref variable will be forcibly initialized u8 param[2]; ^~~~~ /kisskb/src/drivers/bluetooth/btmrvl_main.c: In function 'btmrvl_enable_ps': /kisskb/src/drivers/bluetooth/btmrvl_main.c:284:5: note: byref variable will be forcibly initialized u8 param; ^~~~~ /kisskb/src/drivers/opp/core.c: In function '_find_current_opp': /kisskb/src/drivers/opp/core.c:945:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_set_rate': /kisskb/src/drivers/opp/core.c:1094:26: note: byref variable will be forcibly initialized unsigned long freq = 0, temp_freq; ^~~~~~~~~ /kisskb/src/drivers/opp/core.c: In function '_opp_add': /kisskb/src/drivers/opp/core.c:1708:20: note: byref variable will be forcibly initialized struct list_head *head; ^~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_find_ro_info_keyword': /kisskb/src/drivers/pci/vpd.c:422:15: note: byref variable will be forcibly initialized unsigned int ro_len, infokw_size; ^~~~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_wait': /kisskb/src/drivers/pci/vpd.c:116:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_read': /kisskb/src/drivers/pci/vpd.c:166:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_size': /kisskb/src/drivers/pci/vpd.c:58:21: note: byref variable will be forcibly initialized unsigned char tag, header[1+2]; /* 1 byte tag, 2 bytes length */ ^~~~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_check_csum': /kisskb/src/drivers/pci/vpd.c:448:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/target.h:220, from /kisskb/src/drivers/target/target_core_transport.c:41: /kisskb/src/drivers/target/target_core_transport.c: In function 'perf_trace_target_sequencer_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'offset_store': /kisskb/src/drivers/rtc/sysfs.c:235:7: note: byref variable will be forcibly initialized long offset; ^~~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'offset_show': /kisskb/src/drivers/rtc/sysfs.c:221:7: note: byref variable will be forcibly initialized long offset; ^~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'perf_trace_target_cmd_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'time_show': /kisskb/src/drivers/rtc/sysfs.c:49:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/sysfs.c: In function 'date_show': /kisskb/src/drivers/rtc/sysfs.c:35:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/sysfs.c: In function 'since_epoch_show': /kisskb/src/drivers/rtc/sysfs.c:63:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/sysfs.c: In function 'wakealarm_show': /kisskb/src/drivers/rtc/sysfs.c:131:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alm; ^~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'wakealarm_store': /kisskb/src/drivers/rtc/sysfs.c:157:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alm; ^~~ /kisskb/src/drivers/rtc/sysfs.c:155:16: note: byref variable will be forcibly initialized time64_t now, alarm; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/target.h:220, from /kisskb/src/drivers/target/target_core_transport.c:41: /kisskb/src/drivers/target/target_core_transport.c: In function 'trace_event_raw_event_target_sequencer_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'trace_event_raw_event_target_cmd_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'max_user_freq_store': /kisskb/src/drivers/rtc/sysfs.c:88:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/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': In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/rtc/sysfs.c:9: /kisskb/src/drivers/rtc/sysfs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rtc.h:37, from /kisskb/src/drivers/rtc/sysfs.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function '__bpf_trace_target_cmd_complete': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'rtc_add_group': /kisskb/src/drivers/rtc/sysfs.c:350:32: note: byref variable will be forcibly initialized const struct attribute_group *groups[] = { grp, NULL }; ^~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/net.h:24, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/random.h:10, 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 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:24, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_cmd_interrupted': /kisskb/src/drivers/target/target_core_transport.c:838:6: note: byref variable will be forcibly initialized int post_ret; ^~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'translate_sense_reason': /kisskb/src/drivers/target/target_core_transport.c:3390:15: note: byref variable will be forcibly initialized u8 key, asc, ascq; ^~~~ /kisskb/src/drivers/target/target_core_transport.c:3390:10: note: byref variable will be forcibly initialized u8 key, asc, ascq; ^~~ /kisskb/src/drivers/target/target_core_transport.c:3390:5: note: byref variable will be forcibly initialized u8 key, asc, ascq; ^~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_ts_to_str': /kisskb/src/drivers/target/target_core_transport.c:3020:8: note: byref variable will be forcibly initialized char *str = NULL; ^~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c:3110:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(se_sess->cmd_count_wq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function '__transport_register_session': /kisskb/src/drivers/target/target_core_transport.c:369:16: note: byref variable will be forcibly initialized unsigned char buf[PR_REG_ISID_LEN]; ^~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_proto_id': /kisskb/src/drivers/target/target_core_transport.c:1023:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; ^~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_assoc': /kisskb/src/drivers/target/target_core_transport.c:1092:16: note: byref variable will be forcibly initialized 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:1140:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; ^~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_ident': /kisskb/src/drivers/target/target_core_transport.c:1201:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_put_cmd_and_wait': /kisskb/src/drivers/target/target_core_transport.c:2841:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(compl); ^~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_generic_request_failure': /kisskb/src/drivers/target/target_core_transport.c:1983:15: note: byref variable will be forcibly initialized int ret = 0, post_ret; ^~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_complete_ok_work': /kisskb/src/drivers/target/target_core_transport.c:2476:7: note: byref variable will be forcibly initialized int post_ret = 0; ^~~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_qf_do_work': /kisskb/src/drivers/target/target_core_transport.c:957:12: note: byref variable will be forcibly initialized LIST_HEAD(qf_cmd_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_wait_free_cmd': /kisskb/src/drivers/target/target_core_transport.c:2828:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_generic_free_cmd': /kisskb/src/drivers/target/target_core_transport.c:2876:24: note: byref variable will be forcibly initialized bool aborted = false, tas = false; ^~~ /kisskb/src/drivers/target/target_core_transport.c:2876:7: note: byref variable will be forcibly initialized bool aborted = false, tas = false; ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c:2874:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(compl); ^~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_wait_for_tasks': /kisskb/src/drivers/target/target_core_transport.c:3187:29: note: byref variable will be forcibly initialized bool ret, aborted = false, tas = false; ^~~ /kisskb/src/drivers/target/target_core_transport.c:3187:12: note: byref variable will be forcibly initialized bool ret, aborted = false, tas = false; ^~~~~~~ /kisskb/src/drivers/target/target_core_transport.c:3186:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ppp/ppp_generic.c:21: /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_bridge_channels': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:637:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(pchb->bridge, pch); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:627:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(pch->bridge, pchb); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_send_frame': /kisskb/src/drivers/net/ppp/ppp_generic.c:1738:17: note: byref variable will be forcibly initialized unsigned char *cp; ^~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_net_siocdevprivate': /kisskb/src/drivers/net/ppp/ppp_generic.c:1472:24: note: byref variable will be forcibly initialized struct ppp_comp_stats cstats; ^~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:1471:19: note: byref variable will be forcibly initialized struct ppp_stats stats; ^~~~~ /kisskb/src/drivers/mfd/palmas.c: In function 'palmas_dt_to_pdata': /kisskb/src/drivers/mfd/palmas.c:394:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/drivers/mfd/palmas.c: In function 'palmas_i2c_probe': /kisskb/src/drivers/mfd/palmas.c:513:15: note: byref variable will be forcibly initialized unsigned int reg, addr; ^~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_set_compress': /kisskb/src/drivers/net/ppp/ppp_generic.c:3014:16: note: byref variable will be forcibly initialized unsigned char ccp_option[CCP_MAX_OPTION_LENGTH]; ^~~~~~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_create_interface': /kisskb/src/drivers/net/ppp/ppp_generic.c:3306:20: note: byref variable will be forcibly initialized struct ppp_config conf = { ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_unattached_ioctl': /kisskb/src/drivers/net/ppp/ppp_generic.c:1026:6: note: byref variable will be forcibly initialized int unit, err = -EFAULT; ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_ioctl': /kisskb/src/drivers/net/ppp/ppp_generic.c:822:26: note: byref variable will be forcibly initialized struct ppp_option_data data; ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:700:17: note: byref variable will be forcibly initialized struct npioctl npi; ^~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:699:20: note: byref variable will be forcibly initialized struct ppp_idle64 idle64; ^~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:698:20: note: byref variable will be forcibly initialized struct ppp_idle32 idle32; ^~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_compat_ioctl': /kisskb/src/drivers/net/ppp/ppp_generic.c:1002:28: note: byref variable will be forcibly initialized struct ppp_option_data data = { ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:998:29: note: byref variable will be forcibly initialized struct ppp_option_data32 data32; ^~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_read': /kisskb/src/drivers/net/ppp/ppp_generic.c:429:18: note: byref variable will be forcibly initialized struct iov_iter to; ^~ /kisskb/src/drivers/net/ppp/ppp_generic.c:428:15: note: byref variable will be forcibly initialized struct iovec iov; ^~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_exit_net': /kisskb/src/drivers/net/ppp/ppp_generic.c:1121:6: note: byref variable will be forcibly initialized int id; ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ppp/ppp_generic.c:21: /kisskb/src/drivers/net/ppp/ppp_generic.c:1120:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/usb/phy/phy.c: In function 'usb_phy_notify_charger_work': /kisskb/src/drivers/usb/phy/phy.c:126:20: note: byref variable will be forcibly initialized unsigned int min, max; ^~~ /kisskb/src/drivers/usb/phy/phy.c:126:15: note: byref variable will be forcibly initialized unsigned int min, max; ^~~ In file included from /kisskb/src/drivers/leds/led-core.c:18: /kisskb/src/drivers/leds/led-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_init_default_state_get': /kisskb/src/drivers/leds/led-core.c:483:14: note: byref variable will be forcibly initialized const char *state = NULL; ^~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_compose_name': /kisskb/src/drivers/leds/led-core.c:446:8: note: byref variable will be forcibly initialized char tmp_buf[LED_MAX_NAME_SIZE]; ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'i2c_detect_slave_mode': /kisskb/src/drivers/i2c/i2c-core-slave.c:98:7: note: byref variable will be forcibly initialized u32 reg; ^~~ In file included from /kisskb/src/include/linux/random.h:121, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/linux/rcupdate.h:30, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/firmware/smccc/smccc.c:12: /kisskb/src/drivers/firmware/smccc/smccc.c: In function 'smccc_probe_trng': /kisskb/src/arch/arm64/include/asm/archrandom.h:18:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c: In function 'DAC1064_calcclock': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:43:15: note: byref variable will be forcibly initialized unsigned int p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c: In function 'DAC1064_setmclk': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:127:22: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:127:19: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:127:16: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c: In function 'DAC1064_setpclk': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:90:21: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:90:18: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:90:15: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c: In function 'MGAG100_setPixClock': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:659:21: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:659:18: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:659:15: note: byref variable will be forcibly initialized unsigned int m, n, p; ^ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_register_entity': /kisskb/src/drivers/media/mc/mc-device.c:659:22: note: byref variable will be forcibly initialized struct media_graph new = { .top = 0 }; ^~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_enum_links': /kisskb/src/drivers/media/mc/mc-device.c:178:27: note: byref variable will be forcibly initialized struct media_link_desc klink_desc; ^~~~~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c:164:26: note: byref variable will be forcibly initialized struct media_pad_desc pad; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c: In function 'MGAG100_preinit': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_DAC1064.c:845:19: note: byref variable will be forcibly initialized u_int32_t reg50; ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_enum_links32': /kisskb/src/drivers/media/mc/mc-device.c:496:26: note: byref variable will be forcibly initialized struct media_links_enum links; ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_ioctl': /kisskb/src/drivers/media/mc/mc-device.c:445:7: note: byref variable will be forcibly initialized char __karg[256], *karg = __karg; ^~~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_get_topology': /kisskb/src/drivers/media/mc/mc-device.c:240:23: note: byref variable will be forcibly initialized struct media_v2_link klink, __user *ulink; ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:239:22: note: byref variable will be forcibly initialized struct media_v2_pad kpad, __user *upad; ^~~~ /kisskb/src/drivers/media/mc/mc-device.c:238:28: note: byref variable will be forcibly initialized struct media_v2_interface kintf, __user *uintf; ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:237:25: note: byref variable will be forcibly initialized struct media_v2_entity kentity, __user *uentity; ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:121, from /kisskb/src/lib/random32.c:39: /kisskb/src/lib/random32.c: In function 'arch_get_random_seed_int': /kisskb/src/arch/arm64/include/asm/archrandom.h:88:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/arch/arm64/include/asm/archrandom.h:87:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/lib/random32.c: In function '__extract_hwseed': /kisskb/src/lib/random32.c:250:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/thermal/thermal_helpers.c: In function 'get_tz_trend': /kisskb/src/drivers/thermal/thermal_helpers.c:28:21: note: byref variable will be forcibly initialized enum thermal_trend trend; ^~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c: In function 'thermal_zone_get_temp': /kisskb/src/drivers/thermal/thermal_helpers.c:83:25: note: byref variable will be forcibly initialized enum thermal_trip_type type; ^~~~ /kisskb/src/drivers/thermal/thermal_helpers.c:82:6: note: byref variable will be forcibly initialized int crit_temp = INT_MAX; ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c: In function 'thermal_zone_set_trips': /kisskb/src/drivers/thermal/thermal_helpers.c:133:17: note: byref variable will be forcibly initialized int trip_temp, hysteresis; ^~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c:133:6: note: byref variable will be forcibly initialized int trip_temp, hysteresis; ^~~~~~~~~ /kisskb/src/lib/random32.c: In function 'prandom_state_selftest': /kisskb/src/lib/random32.c:290:20: note: byref variable will be forcibly initialized struct rnd_state state; ^~~~~ /kisskb/src/lib/random32.c:275:20: note: byref variable will be forcibly initialized struct rnd_state state; ^~~~~ /kisskb/src/lib/random32.c: In function 'prandom_seed_full_state': /kisskb/src/lib/random32.c:116:7: note: byref variable will be forcibly initialized u32 seeds[4]; ^~~~~ /kisskb/src/net/core/gen_stats.c: In function 'gnet_stats_copy_rate_est': /kisskb/src/net/core/gen_stats.c:257:29: note: byref variable will be forcibly initialized struct gnet_stats_rate_est est; ^~~ /kisskb/src/net/core/gen_stats.c:256:31: note: byref variable will be forcibly initialized struct gnet_stats_rate_est64 sample; ^~~~~~ /kisskb/src/net/core/gen_stats.c: In function '___gnet_stats_copy_basic': /kisskb/src/net/core/gen_stats.c:177:27: note: byref variable will be forcibly initialized struct gnet_stats_basic sb; ^~ /kisskb/src/drivers/pci/setup-bus.c: In function 'iov_resources_unassigned': /kisskb/src/drivers/pci/setup-bus.c:1705:25: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_cardbus': /kisskb/src/drivers/pci/setup-bus.c:510:24: note: byref variable will be forcibly initialized 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:24: note: byref variable will be forcibly initialized 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:24: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u16 l; ^ /kisskb/src/drivers/pci/setup-bus.c:577:24: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_realloc_detect': /kisskb/src/drivers/pci/setup-bus.c:1724:7: note: byref variable will be forcibly initialized bool unassigned = false; ^~~~~~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pbus_size_mem': /kisskb/src/drivers/pci/setup-bus.c:997:18: note: byref variable will be forcibly initialized resource_size_t aligns[18]; /* Alignments from 1MB to 128GB */ ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function '__dev_sort_resources': /kisskb/src/drivers/pci/setup-bus.c:188:7: note: byref variable will be forcibly initialized 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:12: note: byref variable will be forcibly initialized LIST_HEAD(local_fail_head); ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c:370:12: note: byref variable will be forcibly initialized LIST_HEAD(save_head); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pbus_assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:498:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pdev_assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:486:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/crypto/af_alg.c:10: /kisskb/src/crypto/af_alg.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/crypto/if_alg.h:14, from /kisskb/src/crypto/af_alg.c:11: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_root_bus_resources': /kisskb/src/drivers/pci/setup-bus.c:1760:12: note: byref variable will be forcibly initialized LIST_HEAD(fail_head); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c:1755:12: note: byref variable will be forcibly initialized LIST_HEAD(realloc_head); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'store_shost_eh_deadline': /kisskb/src/drivers/scsi/scsi_sysfs.c:337:16: note: byref variable will be forcibly initialized unsigned long deadline, flags; ^~~~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_bridge_resources': /kisskb/src/drivers/pci/setup-bus.c:2057:12: note: byref variable will be forcibly initialized LIST_HEAD(fail_head); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2054:12: note: byref variable will be forcibly initialized LIST_HEAD(add_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_reassign_bridge_resources': /kisskb/src/drivers/pci/setup-bus.c:2130:12: note: byref variable will be forcibly initialized LIST_HEAD(failed); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2129:12: note: byref variable will be forcibly initialized LIST_HEAD(added); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2128:12: note: byref variable will be forcibly initialized LIST_HEAD(saved); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'check_set': /kisskb/src/drivers/scsi/scsi_sysfs.c:118:8: note: byref variable will be forcibly initialized char *last; ^~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'scsi_scan': /kisskb/src/drivers/scsi/scsi_sysfs.c:136:34: note: byref variable will be forcibly initialized unsigned long long channel, id, lun; ^~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:136:30: note: byref variable will be forcibly initialized unsigned long long channel, id, lun; ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:136:21: note: byref variable will be forcibly initialized unsigned long long channel, id, lun; ^~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:31: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:23: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:15: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:7: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_set_transfer_mode': /kisskb/src/drivers/mmc/host/sdhci.c:1417:6: note: byref variable will be forcibly initialized u16 mode = 0; ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_bus_resources': /kisskb/src/drivers/pci/setup-bus.c:2232:12: note: byref variable will be forcibly initialized LIST_HEAD(add_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/scsi_sysfs.c:10: /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'scsi_device_dev_release_usercontext': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:488:13: note: in expansion of macro 'rcu_replace_pointer' vpd_pg89 = rcu_replace_pointer(sdev->vpd_pg89, vpd_pg89, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:486:13: note: in expansion of macro 'rcu_replace_pointer' vpd_pg83 = rcu_replace_pointer(sdev->vpd_pg83, vpd_pg83, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:484:13: note: in expansion of macro 'rcu_replace_pointer' vpd_pg80 = rcu_replace_pointer(sdev->vpd_pg80, vpd_pg80, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:482:12: note: in expansion of macro 'rcu_replace_pointer' vpd_pg0 = rcu_replace_pointer(sdev->vpd_pg0, vpd_pg0, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/crypto/if_alg.h:17, from /kisskb/src/crypto/af_alg.c:11: /kisskb/src/crypto/af_alg.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_queue_ramp_up_period': /kisskb/src/drivers/scsi/scsi_sysfs.c:1186:15: note: byref variable will be forcibly initialized unsigned int period; ^~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_eh_timeout': /kisskb/src/drivers/scsi/scsi_sysfs.c:724:15: note: byref variable will be forcibly initialized unsigned int eh_timeout; ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_adma_table_pre': /kisskb/src/drivers/mmc/host/sdhci.c:726:8: note: byref variable will be forcibly initialized void *desc, *align; ^~~~ /kisskb/src/drivers/mmc/host/sdhci.c:724:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_timeout': /kisskb/src/drivers/scsi/scsi_sysfs.c:703:6: note: byref variable will be forcibly initialized int timeout; ^~~~~~~ /kisskb/src/crypto/af_alg.c: In function 'af_alg_make_sg': /kisskb/src/crypto/af_alg.c:406:9: note: byref variable will be forcibly initialized size_t off; ^~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_find_reference': /kisskb/src/drivers/base/property.c:502:31: note: byref variable will be forcibly initialized struct fwnode_reference_args args; ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/base/property.c:10: /kisskb/src/drivers/base/property.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_adma_table_post': /kisskb/src/drivers/mmc/host/sdhci.c:807:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/dibx000_common.c: In function 'dibx000_reset_i2c_master': /kisskb/src/drivers/media/dvb-frontends/dibx000_common.c:413:5: note: byref variable will be forcibly initialized u8 tx[4]; ^~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_remote_node': /kisskb/src/drivers/base/property.c:1141:26: note: byref variable will be forcibly initialized struct fwnode_endpoint fwnode_ep; ^~~~~~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_endpoint_by_id': /kisskb/src/drivers/base/property.c:1193:26: note: byref variable will be forcibly initialized struct fwnode_endpoint fwnode_ep = { 0 }; ^~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function '__sdhci_read_caps': /kisskb/src/drivers/mmc/host/sdhci.c:3992:6: note: byref variable will be forcibly initialized u64 dt_caps = 0; ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c:3991:6: note: byref variable will be forcibly initialized u64 dt_caps_mask = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_get_phy_mode': /kisskb/src/drivers/base/property.c:906:14: note: byref variable will be forcibly initialized const char *pm; ^~ /kisskb/src/drivers/mmc/host/sdhci.c: In function '__sdhci_set_timeout': /kisskb/src/drivers/mmc/host/sdhci.c:1019:7: note: byref variable will be forcibly initialized bool too_big = false; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_alloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_alloc_node': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_kfree': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_free': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_free_batched': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_alloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_pcpu_drain': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ 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/dmaengine.h:8, from /kisskb/src/drivers/mmc/host/sdhci.c:14: /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_send_tuning': /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc_node': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c:2748:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(host->buf_ready_int, (host->tuning_done == 1), ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kfree': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free_batched': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_pcpu_drain': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_cache_free': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_cache_free': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_alloc_extfrag': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc_extfrag': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ In file included from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'mm_ptr_to_hash': /kisskb/src/include/trace/events/kmem.h:334:16: note: byref variable will be forcibly initialized unsigned long hashval; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'perf_trace_rss_stat': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_rss_stat': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kmem_alloc': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_alloc_extfrag': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kmem_alloc_node': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kfree': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_free': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kmem_cache_free': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_pcpu_drain': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_rss_stat': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_free_batched': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_irq': /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_alloc': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c:3423:6: note: byref variable will be forcibly initialized u32 intmask, mask, unexpected = 0; ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/slab_common.c:7: /kisskb/src/mm/slab_common.c: In function 'slab_caches_to_rcu_destroy_workfn': /kisskb/src/mm/slab_common.c:429:12: note: byref variable will be forcibly initialized LIST_HEAD(to_destroy); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_setup_host': /kisskb/src/drivers/mmc/host/sdhci.c:4228:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/mm/slab_common.c: In function 'dump_unreclaimable_slab': /kisskb/src/mm/slab_common.c:1103:18: note: byref variable will be forcibly initialized struct slabinfo sinfo; ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_modalias_node': /kisskb/src/drivers/of/base.c:1176:6: note: byref variable will be forcibly initialized int cplen; ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_addr_cells': /kisskb/src/drivers/of/base.c:91:6: note: byref variable will be forcibly initialized u32 cells; ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_size_cells': /kisskb/src/drivers/of/base.c:112:6: note: byref variable will be forcibly initialized u32 cells; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_api.c:12: /kisskb/src/net/sched/cls_api.c: In function 'tcf_chain_head_change_dflt': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_api.c:1356:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*p_filter_chain, tp_head); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function '__of_device_is_available': /kisskb/src/drivers/of/base.c:592:6: note: byref variable will be forcibly initialized int statlen; ^~~~~~~ /kisskb/src/net/sched/cls_api.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function '__of_find_n_match_cpu_property': /kisskb/src/drivers/of/base.c:317:10: note: byref variable will be forcibly initialized int ac, prop_len, tid; ^~~~~~~~ /kisskb/src/net/sched/cls_api.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_init': /kisskb/src/drivers/of/base.c:1245:6: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_next': /kisskb/src/drivers/of/base.c:1273:11: note: byref variable will be forcibly initialized uint32_t count = 0; ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_count_phandle_with_args': /kisskb/src/drivers/of/base.c:1750:7: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/drivers/of/base.c:1739:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ /kisskb/src/drivers/of/base.c: In function '__of_parse_phandle_with_args': /kisskb/src/drivers/of/base.c:1374:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle': /kisskb/src/drivers/of/base.c:1433:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_state_node': /kisskb/src/drivers/of/base.c:436:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle_with_args_map': /kisskb/src/drivers/of/base.c:1552:17: note: byref variable will be forcibly initialized u32 list_size, new_size; ^~~~~~~~ /kisskb/src/drivers/of/base.c:1552:6: note: byref variable will be forcibly initialized u32 list_size, new_size; ^~~~~~~~~ /kisskb/src/drivers/of/base.c:1551:14: note: byref variable will be forcibly initialized int i, ret, map_len, match; ^~~~~~~ /kisskb/src/drivers/of/base.c:1549:9: note: byref variable will be forcibly initialized __be32 initial_match_array[MAX_PHANDLE_ARGS]; ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/sched/cls_api.c:26: /kisskb/src/net/sched/cls_api.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/drivers/of/base.c: In function 'of_update_property': /kisskb/src/drivers/of/base.c:1916:19: note: byref variable will be forcibly initialized struct property *oldprop; ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_alias_scan': /kisskb/src/drivers/of/base.c:1991:7: note: byref variable will be forcibly initialized int id, len; ^~ /kisskb/src/drivers/of/base.c:1972:15: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_find_last_cache_level': /kisskb/src/drivers/of/base.c:2197:6: note: byref variable will be forcibly initialized u32 cache_level = 0; ^~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_map_id': /kisskb/src/drivers/of/base.c:2235:6: note: byref variable will be forcibly initialized int map_len; ^~~~~~~ /kisskb/src/drivers/of/base.c:2234:6: note: byref variable will be forcibly initialized u32 map_mask, masked_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/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/cls_api.c:12: /kisskb/src/net/sched/cls_api.c: In function 'tcf_chain_tp_insert': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_api.c:1655:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*chain_info->pprev, tp); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_api.c: In function 'tcf_chain_tp_insert_unique': /kisskb/src/net/sched/cls_api.c:1687:24: note: byref variable will be forcibly initialized struct tcf_chain_info chain_info; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/filter.h:19, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/sched/cls_api.c:26: /kisskb/src/net/sched/cls_api.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/net/sched/cls_api.c: In function 'tcf_classify': /kisskb/src/net/sched/cls_api.c:1587:6: note: byref variable will be forcibly initialized u32 last_executed_chain = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'of_syscon_register': /kisskb/src/drivers/mfd/syscon.c:52:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/mfd/syscon.c:49:6: note: byref variable will be forcibly initialized u32 reg_io_width; ^~~~~~~~~~~~ /kisskb/src/lib/kasprintf.c: In function 'kvasprintf': /kisskb/src/lib/kasprintf.c:19:10: note: byref variable will be forcibly initialized va_list aq; ^~ /kisskb/src/lib/kasprintf.c: In function 'kasprintf': /kisskb/src/lib/kasprintf.c:55:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/mfd/syscon.c: In function 'syscon_regmap_lookup_by_phandle_args': /kisskb/src/drivers/mfd/syscon.c:235:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/net/sched/cls_api.c: In function 'tcf_chain_dump': /kisskb/src/net/sched/cls_api.c:2474:23: note: byref variable will be forcibly initialized struct tcf_dump_args arg; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_chain_tmplt_add': /kisskb/src/net/sched/cls_api.c:2745:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/sched/cls_api.c:26: /kisskb/src/net/sched/cls_api.c: In function 'nla_get_bitfield32': /kisskb/src/include/net/netlink.h:1735:24: note: byref variable will be forcibly initialized struct nla_bitfield32 tmp; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_dump_chain': /kisskb/src/net/sched/cls_api.c:2926:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_get_board_info': /kisskb/src/drivers/i2c/i2c-core-of.c:25:6: note: byref variable will be forcibly initialized u32 addr; ^~~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_register_device': /kisskb/src/drivers/i2c/i2c-core-of.c:69:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_get_tfilter': /kisskb/src/net/sched/cls_api.c:2339:16: note: byref variable will be forcibly initialized unsigned long cl = 0; ^~ /kisskb/src/net/sched/cls_api.c:2335:24: note: byref variable will be forcibly initialized struct tcf_chain_info chain_info; ^~~~~~~~~~ /kisskb/src/net/sched/cls_api.c:2334:16: note: byref variable will be forcibly initialized struct Qdisc *q = NULL; ^ /kisskb/src/net/sched/cls_api.c:2332:6: note: byref variable will be forcibly initialized u32 parent; ^~~~~~ /kisskb/src/net/sched/cls_api.c:2328:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/net/sched/cls_api.c:2327:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_new_tfilter': /kisskb/src/net/sched/cls_api.c:1949:8: note: byref variable will be forcibly initialized void *fh; ^~ /kisskb/src/net/sched/cls_api.c:1948:16: note: byref variable will be forcibly initialized unsigned long cl; ^~ /kisskb/src/net/sched/cls_api.c:1944:24: note: byref variable will be forcibly initialized struct tcf_chain_info chain_info; ^~~~~~~~~~ /kisskb/src/net/sched/cls_api.c:1943:16: note: byref variable will be forcibly initialized struct Qdisc *q = NULL; ^ /kisskb/src/net/sched/cls_api.c:1941:6: note: byref variable will be forcibly initialized u32 parent; ^~~~~~ /kisskb/src/net/sched/cls_api.c:1936:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/net/sched/cls_api.c:1935:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/inode.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_dump_tfilter': /kisskb/src/net/sched/cls_api.c:2542:7: note: byref variable will be forcibly initialized long index; ^~~~~ /kisskb/src/net/sched/cls_api.c:2536:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_ctl_chain': /kisskb/src/net/sched/cls_api.c:2799:16: note: byref variable will be forcibly initialized unsigned long cl; ^~ /kisskb/src/net/sched/cls_api.c:2796:16: note: byref variable will be forcibly initialized struct Qdisc *q = NULL; ^ /kisskb/src/net/sched/cls_api.c:2794:6: note: byref variable will be forcibly initialized u32 parent; ^~~~~~ /kisskb/src/net/sched/cls_api.c:2792:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/net/sched/cls_api.c: In function 'tc_del_tfilter': /kisskb/src/net/sched/cls_api.c:2293:8: note: byref variable will be forcibly initialized bool last; ^~~~ /kisskb/src/net/sched/cls_api.c:2179:16: note: byref variable will be forcibly initialized unsigned long cl = 0; ^~ /kisskb/src/net/sched/cls_api.c:2175:24: note: byref variable will be forcibly initialized struct tcf_chain_info chain_info; ^~~~~~~~~~ /kisskb/src/net/sched/cls_api.c:2174:16: note: byref variable will be forcibly initialized struct Qdisc *q = NULL; ^ /kisskb/src/net/sched/cls_api.c:2172:6: note: byref variable will be forcibly initialized u32 parent; ^~~~~~ /kisskb/src/net/sched/cls_api.c:2168:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/net/sched/cls_api.c:2167:17: note: byref variable will be forcibly initialized struct nlattr *tca[TCA_MAX + 1]; ^~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msix_vec_count': /kisskb/src/drivers/pci/msi.c:889:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ 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:636:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_set_enable': /kisskb/src/drivers/pci/msi.c:399:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msix_clear_and_set_ctrl': /kisskb/src/drivers/pci/msi.c:431:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/msi.c: In function 'msi_setup_entry': /kisskb/src/drivers/pci/msi.c:471:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'msix_map_region': /kisskb/src/drivers/pci/msi.c:585:6: note: byref variable will be forcibly initialized u32 table_offset; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'msix_capability_init': /kisskb/src/drivers/pci/msi.c:696:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/fs/inode.c: In function '__remove_privs': /kisskb/src/fs/inode.c:1920:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/drivers/leds/led-class.c: In function 'led_classdev_register_ext': /kisskb/src/drivers/leds/led-class.c:340:7: note: byref variable will be forcibly initialized char final_name[LED_MAX_NAME_SIZE]; ^~~~~~~~~~ /kisskb/src/drivers/leds/led-class.c:339:7: note: byref variable will be forcibly initialized char composed_name[LED_MAX_NAME_SIZE]; ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_vec_count': /kisskb/src/drivers/pci/msi.c:835:6: note: byref variable will be forcibly initialized u16 msgctl; ^~~~~~ /kisskb/src/kernel/kthread.c: In function '__kthread_create_on_node': /kisskb/src/kernel/kthread.c:401:8: note: byref variable will be forcibly initialized char name[TASK_COMM_LEN]; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/kthread.c:11: /kisskb/src/kernel/kthread.c:362:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_on_node': /kisskb/src/kernel/kthread.c:450:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/leds/led-class.c: In function 'brightness_store': /kisskb/src/drivers/leds/led-class.c:42:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_of_get_trip_type': /kisskb/src/drivers/thermal/thermal_of.c:779:14: note: byref variable will be forcibly initialized const char *t; ^ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_of_populate_trip': /kisskb/src/drivers/thermal/thermal_of.c:808:6: note: byref variable will be forcibly initialized int prop; ^~~~ In file included from /kisskb/src/drivers/thermal/thermal_of.c:15: /kisskb/src/drivers/thermal/thermal_of.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/phy/sfp-bus.c: In function 'sfp_bus_find_fwnode': /kisskb/src/drivers/net/phy/sfp-bus.c:643:31: note: byref variable will be forcibly initialized struct fwnode_reference_args ref; ^~~ /kisskb/src/drivers/pci/msi.c: In function '__pci_read_msi_msg': /kisskb/src/drivers/pci/msi.c:272:7: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_of_populate_bind_params': /kisskb/src/drivers/thermal/thermal_of.c:682:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/drivers/thermal/thermal_of.c:678:25: note: byref variable will be forcibly initialized struct of_phandle_args cooling_spec; ^~~~~~~~~~~~ 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:687:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pci/msi.c: In function '__pci_write_msi_msg': /kisskb/src/drivers/pci/msi.c:324:7: note: byref variable will be forcibly initialized u16 msgctl; ^~~~~~ /kisskb/src/fs/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:809:12: note: byref variable will be forcibly initialized LIST_HEAD(freeable); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_of_build_thermal_zone': /kisskb/src/drivers/thermal/thermal_of.c:858:12: note: byref variable will be forcibly initialized u32 prop, coef[2]; ^~~~ /kisskb/src/drivers/thermal/thermal_of.c:858:6: note: byref variable will be forcibly initialized u32 prop, coef[2]; ^~~~ /kisskb/src/drivers/pci/msi.c: In function '__pci_restore_msi_state': /kisskb/src/drivers/pci/msi.c:410:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_domain_get_msi_rid': /kisskb/src/drivers/pci/msi.c:1451:6: note: byref variable will be forcibly initialized u32 rid = pci_dev_id(pdev); ^~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_get_device_domain': /kisskb/src/drivers/pci/msi.c:1474:6: note: byref variable will be forcibly initialized u32 rid = pci_dev_id(pdev); ^~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_zone_of_get_sensor_id': /kisskb/src/drivers/thermal/thermal_of.c:429:25: note: byref variable will be forcibly initialized struct of_phandle_args sensor_specs; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_init': /kisskb/src/drivers/pci/msi.c:1510:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_zone_of_sensor_register': /kisskb/src/drivers/thermal/thermal_of.c:508:12: note: byref variable will be forcibly initialized int ret, id; ^~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msix_init': /kisskb/src/drivers/pci/msi.c:1532:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'of_parse_thermal_zones': /kisskb/src/drivers/thermal/thermal_of.c:1058:7: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_probe_data': /kisskb/src/kernel/kthread.c:229:8: note: byref variable will be forcibly initialized void *data = NULL; ^~~~ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2313:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/fs/inode.c: In function 'atime_needs_update': /kisskb/src/fs/inode.c:1802:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/fs/inode.c: In function 'touch_atime': /kisskb/src/fs/inode.c:1838:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/fs/inode.c: In function 'file_update_time': /kisskb/src/fs/inode.c:1978:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker': /kisskb/src/kernel/kthread.c:825:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker_on_cpu': /kisskb/src/kernel/kthread.c:875:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/kthread.c: In function '__kthread_cancel_work_sync': /kisskb/src/kernel/kthread.c:1228:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_mod_delayed_work': /kisskb/src/kernel/kthread.c:1183:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'legacy_scpi_clk_set_val': /kisskb/src/drivers/firmware/arm_scpi.c:575:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_device_set_power_state': /kisskb/src/drivers/firmware/arm_scpi.c:773:24: note: byref variable will be forcibly initialized struct dev_pstate_set dev_set = { ^~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:772:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_device_get_power_state': /kisskb/src/drivers/firmware/arm_scpi.c:763:9: note: byref variable will be forcibly initialized __le16 id = cpu_to_le16(dev_id); ^~ /kisskb/src/drivers/firmware/arm_scpi.c:762:5: note: byref variable will be forcibly initialized u8 pstate; ^~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_value': /kisskb/src/drivers/firmware/arm_scpi.c:742:9: note: byref variable will be forcibly initialized __le64 value; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:741:9: note: byref variable will be forcibly initialized __le16 id = cpu_to_le16(sensor); ^~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_info': /kisskb/src/drivers/firmware/arm_scpi.c:726:27: note: byref variable will be forcibly initialized struct _scpi_sensor_info _info; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:725:9: note: byref variable will be forcibly initialized __le16 id = cpu_to_le16(sensor_id); ^~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_capability': /kisskb/src/drivers/firmware/arm_scpi.c:712:9: note: byref variable will be forcibly initialized __le16 cap; ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_set_idx': /kisskb/src/drivers/firmware/arm_scpi.c:599:18: note: byref variable will be forcibly initialized struct dvfs_set dvfs = {domain, index}; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c:598:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_get_idx': /kisskb/src/drivers/firmware/arm_scpi.c:588:5: note: byref variable will be forcibly initialized u8 dvfs_idx; ^~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_set_val': /kisskb/src/drivers/firmware/arm_scpi.c:563:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_get_val': /kisskb/src/drivers/firmware/arm_scpi.c:551:9: note: byref variable will be forcibly initialized __le16 le_clk_id = cpu_to_le16(clk_id); ^~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:550:9: note: byref variable will be forcibly initialized __le32 rate; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_get_range': /kisskb/src/drivers/firmware/arm_scpi.c:536:9: note: byref variable will be forcibly initialized __le16 le_clk_id = cpu_to_le16(clk_id); ^~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:535:22: note: byref variable will be forcibly initialized struct clk_get_info clk; ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_init_versions': /kisskb/src/drivers/firmware/arm_scpi.c:809:26: note: byref variable will be forcibly initialized struct scp_capabilities caps; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dev_domain_id': /kisskb/src/drivers/firmware/arm_scpi.c:656:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ In file included from /kisskb/src/drivers/firmware/arm_scpi.c:34: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_get_info': /kisskb/src/drivers/firmware/arm_scpi.c:616:19: note: byref variable will be forcibly initialized struct dvfs_info buf; ^~~ In file included 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/firmware/arm_scpi.c:19: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/firmware/arm_scpi.c:21: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_probe': /kisskb/src/drivers/firmware/arm_scpi.c:913:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/drivers/opp/of.c:18: /kisskb/src/drivers/opp/of.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/opp/of.c: In function '_read_opp_key': /kisskb/src/drivers/opp/of.c:772:6: note: byref variable will be forcibly initialized u64 rate; ^~~~ /kisskb/src/drivers/opp/of.c: In function '_opp_is_supported': /kisskb/src/drivers/opp/of.c:524:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/opp/of.c: In function 'opp_parse_supplies': /kisskb/src/drivers/opp/of.c:581:7: note: byref variable will be forcibly initialized char name[NAME_MAX]; ^~~~ /kisskb/src/drivers/opp/of.c: In function '_of_init_opp_table': /kisskb/src/drivers/opp/of.c:212:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/opp/of.c: In function '_opp_add_static_v2': /kisskb/src/drivers/opp/of.c:841:7: note: byref variable will be forcibly initialized bool rate_not_available = false; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/opp/of.c:839:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/i2c/i2c-smbus.c: In function 'smbus_alert': /kisskb/src/drivers/i2c/i2c-smbus.c:75:21: note: byref variable will be forcibly initialized struct alert_data data; ^~~~ /kisskb/src/drivers/opp/of.c: In function 'dev_pm_opp_of_register_em': /kisskb/src/drivers/opp/of.c:1432:6: note: byref variable will be forcibly initialized u32 cap; ^~~ /kisskb/src/drivers/usb/phy/of.c: In function 'of_usb_get_phy_mode': /kisskb/src/drivers/usb/phy/of.c:30:14: note: byref variable will be forcibly initialized const char *phy_type; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/greybus/greybus_trace.h:501, from /kisskb/src/drivers/greybus/core.c:13: /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_message': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_operation': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_connection': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_bundle': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_interface': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_module': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_module, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_module, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_host_device': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/greybus/greybus_trace.h:501, from /kisskb/src/drivers/greybus/core.c:13: /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_message': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_operation': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_connection': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_bundle': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_interface': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_module': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_module, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_host_device': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_operation': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_connection': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_bundle': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_interface': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_module': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_module, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/mc/mc-entity.c:13: /kisskb/src/drivers/media/mc/mc-entity.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/mc/mc-entity.c: In function 'media_entity_get_fwnode_pad': /kisskb/src/drivers/media/mc/mc-entity.c:373:25: note: byref variable will be forcibly initialized struct fwnode_endpoint endpoint; ^~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:264, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/media/mc/mc-entity.c:11: /kisskb/src/drivers/media/mc/mc-entity.c: In function '__media_pipeline_start': /kisskb/src/drivers/media/mc/mc-entity.c:427:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(has_no_links, MEDIA_ENTITY_MAX_PADS); ^~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/media/mc/mc-entity.c:426:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(active, MEDIA_ENTITY_MAX_PADS); ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ In file included from /kisskb/src/drivers/base/swnode.c:12: /kisskb/src/drivers/base/swnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/swnode.c: In function 'software_node_get_reference_args': /kisskb/src/drivers/base/swnode.c:506:6: note: byref variable will be forcibly initialized u32 nargs_prop_val; ^~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c: In function 'Ti3026_restore': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:561:16: note: byref variable will be forcibly initialized unsigned char progdac[6]; ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c: In function 'Ti3026_calcclock': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:288:27: note: byref variable will be forcibly initialized unsigned int lin, lfeed, lpost; ^~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:288:20: note: byref variable will be forcibly initialized unsigned int lin, lfeed, lpost; ^~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:288:15: note: byref variable will be forcibly initialized unsigned int lin, lfeed, lpost; ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c: In function 'Ti3026_setpclk': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:302:31: note: byref variable will be forcibly initialized unsigned int pixfeed, pixin, pixpost; ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:302:24: note: byref variable will be forcibly initialized unsigned int pixfeed, pixin, pixpost; ^~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:302:15: note: byref variable will be forcibly initialized unsigned int pixfeed, pixin, pixpost; ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c: In function 'ti3026_setMCLK': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:446:31: note: byref variable will be forcibly initialized unsigned int mclk_m, mclk_n, mclk_p; ^~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:446:23: note: byref variable will be forcibly initialized unsigned int mclk_m, mclk_n, mclk_p; ^~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_Ti3026.c:446:15: note: byref variable will be forcibly initialized unsigned int mclk_m, mclk_n, mclk_p; ^~~~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_getnum': /kisskb/src/lib/bitmap.c:648:21: note: byref variable will be forcibly initialized unsigned long long n; ^ In file included from /kisskb/src/lib/bitmap.c:16: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/list_lru.c: In function 'list_lru_add': /kisskb/src/mm/list_lru.c:119:21: note: byref variable will be forcibly initialized struct mem_cgroup *memcg; ^~~~~ In file included from /kisskb/src/mm/list_lru.c:12: /kisskb/src/mm/list_lru.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_parselist': /kisskb/src/lib/bitmap.c:782:16: note: byref variable will be forcibly initialized struct region r; ^ /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c: In function 'drm_helper_move_panel_connectors_to_head': /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c:52:19: note: byref variable will be forcibly initialized struct list_head panel_list; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_slow': /kisskb/src/crypto/ecc.c:615:7: note: byref variable will be forcibly initialized u64 *v[2] = { tmp, product }; ^ /kisskb/src/crypto/ecc.c:614:6: note: byref variable will be forcibly initialized u64 tmp[2 * ECC_MAX_DIGITS]; ^~~ /kisskb/src/crypto/ecc.c:613:6: note: byref variable will be forcibly initialized u64 mod_m[2 * ECC_MAX_DIGITS]; ^~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_slow': /kisskb/src/crypto/ecc.c:955:6: note: byref variable will be forcibly initialized u64 product[ECC_MAX_DIGITS * 2]; ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special': /kisskb/src/crypto/ecc.c:532:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:531:6: note: byref variable will be forcibly initialized u64 t[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mod_inv': /kisskb/src/crypto/ecc.c:991:25: note: byref variable will be forcibly initialized u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:991:6: note: byref variable will be forcibly initialized u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:990:25: note: byref variable will be forcibly initialized u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:990:6: note: byref variable will be forcibly initialized u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special2': /kisskb/src/crypto/ecc.c:582:7: note: byref variable will be forcibly initialized u64 qc[ECC_MAX_DIGITS * 2]; ^~ /kisskb/src/crypto/ecc.c:567:6: note: byref variable will be forcibly initialized u64 m[ECC_MAX_DIGITS * 2]; /* expanded mod */ ^ /kisskb/src/crypto/ecc.c:566:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:565:6: note: byref variable will be forcibly initialized u64 q[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_barrett': /kisskb/src/crypto/ecc.c:664:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:663:6: note: byref variable will be forcibly initialized u64 q[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/net/core/gen_estimator.c: In function 'est_timer': /kisskb/src/net/core/gen_estimator.c:79:33: note: byref variable will be forcibly initialized struct gnet_stats_basic_packed b; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/gen_estimator.c:13: /kisskb/src/net/core/gen_estimator.c: In function 'gen_new_estimator': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/gen_estimator.c:183:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*rate_est, est); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/gen_estimator.c:133:33: note: byref variable will be forcibly initialized struct gnet_stats_basic_packed b; ^ /kisskb/src/crypto/ecc.c: In function '__ecc_is_key_valid': /kisskb/src/crypto/ecc.c:1417:6: note: byref variable will be forcibly initialized u64 res[ECC_MAX_DIGITS]; ^~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_snprintf': /kisskb/src/drivers/leds/led-triggers.c:81:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_set': /kisskb/src/drivers/leds/led-triggers.c:162:8: note: byref variable will be forcibly initialized char *envp[2]; ^~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_fast': /kisskb/src/crypto/ecc.c:910:6: note: byref variable will be forcibly initialized u64 tmp[2 * ECC_MAX_DIGITS]; ^~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_square_fast': /kisskb/src/crypto/ecc.c:976:6: note: byref variable will be forcibly initialized u64 product[2 * ECC_MAX_DIGITS]; ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_fast': /kisskb/src/crypto/ecc.c:966:6: note: byref variable will be forcibly initialized u64 product[2 * ECC_MAX_DIGITS]; ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_double_jacobian': /kisskb/src/crypto/ecc.c:1081:6: note: byref variable will be forcibly initialized u64 t5[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1080:6: note: byref variable will be forcibly initialized u64 t4[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function 'xycz_add': /kisskb/src/crypto/ecc.c:1182:6: note: byref variable will be forcibly initialized u64 t5[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function 'apply_z': /kisskb/src/crypto/ecc.c:1143:6: note: byref variable will be forcibly initialized u64 t1[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_add': /kisskb/src/crypto/ecc.c:1342:6: note: byref variable will be forcibly initialized u64 py[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1341:6: note: byref variable will be forcibly initialized u64 px[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1340:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'xycz_initial_double': /kisskb/src/crypto/ecc.c:1155:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult_shamir': /kisskb/src/crypto/ecc.c:1398:8: note: byref variable will be forcibly initialized u64 tz[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1397:8: note: byref variable will be forcibly initialized u64 ty[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1396:8: note: byref variable will be forcibly initialized u64 tx[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1370:26: note: byref variable will be forcibly initialized const struct ecc_point *points[4]; ^~~~~~ /kisskb/src/crypto/ecc.c:1369:19: note: byref variable will be forcibly initialized struct ecc_point sum = ECC_POINT_INIT(sump[0], sump[1], ndigits); ^~~ /kisskb/src/crypto/ecc.c:1364:6: note: byref variable will be forcibly initialized u64 sump[2][ECC_MAX_DIGITS]; ^~~~ /kisskb/src/crypto/ecc.c:1363:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'xycz_add_c': /kisskb/src/crypto/ecc.c:1227:6: note: byref variable will be forcibly initialized u64 t7[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1226:6: note: byref variable will be forcibly initialized u64 t6[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1225:6: note: byref variable will be forcibly initialized u64 t5[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult': /kisskb/src/crypto/ecc.c:1285:6: note: byref variable will be forcibly initialized u64 sk[2][ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1284:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1283:6: note: byref variable will be forcibly initialized u64 ry[2][ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1282:6: note: byref variable will be forcibly initialized u64 rx[2][ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_is_pubkey_valid_partial': /kisskb/src/crypto/ecc.c:1547:47: note: byref variable will be forcibly initialized u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1547:26: note: byref variable will be forcibly initialized u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; ^~~ /kisskb/src/crypto/ecc.c:1547:6: note: byref variable will be forcibly initialized u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_gen_privkey': /kisskb/src/crypto/ecc.c:1466:6: note: byref variable will be forcibly initialized u64 priv[ECC_MAX_DIGITS]; ^~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_make_pub_key': /kisskb/src/crypto/ecc.c:1509:6: note: byref variable will be forcibly initialized u64 priv[ECC_MAX_DIGITS]; ^~~~ /kisskb/src/crypto/ecc.c: In function 'crypto_ecdh_shared_secret': /kisskb/src/crypto/ecc.c:1610:6: note: byref variable will be forcibly initialized u64 rand_z[ECC_MAX_DIGITS]; ^~~~~~ /kisskb/src/crypto/ecc.c:1609:6: note: byref variable will be forcibly initialized u64 priv[ECC_MAX_DIGITS]; ^~~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'lm3533_read': /kisskb/src/drivers/mfd/lm3533-core.c:85:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'store_output': /kisskb/src/drivers/mfd/lm3533-core.c:299:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'show_output': /kisskb/src/drivers/mfd/lm3533-core.c:263:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'sdev_prefix_printk': /kisskb/src/drivers/scsi/scsi_logging.c:59:18: note: byref variable will be forcibly initialized size_t off = 0, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:57:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scmd_printk': /kisskb/src/drivers/scsi/scsi_logging.c:86:18: note: byref variable will be forcibly initialized size_t off = 0, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:84:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_format_opcode_name': /kisskb/src/drivers/scsi/scsi_logging.c:110:32: note: byref variable will be forcibly initialized const char *cdb_name = NULL, *sa_name = NULL; ^~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:110:14: note: byref variable will be forcibly initialized const char *cdb_name = NULL, *sa_name = NULL; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c: In function 'au8522_writereg': /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:35:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config.demod_address, ^~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:33:5: note: byref variable will be forcibly initialized u8 buf[] = { (reg >> 8) | 0x80, reg & 0xff, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c: In function 'au8522_readreg': /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:54:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:52:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:51:5: note: byref variable will be forcibly initialized u8 b0[] = { (reg >> 8) | 0x40, reg & 0xff }; ^~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_print_command': /kisskb/src/drivers/scsi/scsi_logging.c:182:14: note: byref variable will be forcibly initialized size_t off, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_dump_sense': /kisskb/src/drivers/scsi/scsi_logging.c:297:9: note: byref variable will be forcibly initialized size_t logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_format_extd_sense': /kisskb/src/drivers/scsi/scsi_logging.c:245:14: note: byref variable will be forcibly initialized const char *extd_sense_fmt = NULL; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense_hdr': /kisskb/src/drivers/scsi/scsi_logging.c:323:14: note: byref variable will be forcibly initialized size_t off, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense': /kisskb/src/drivers/scsi/scsi_logging.c:347:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_print_result': /kisskb/src/drivers/scsi/scsi_logging.c:387:14: note: byref variable will be forcibly initialized size_t off, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'svc_thread_cmd_data_claim': /kisskb/src/drivers/firmware/stratix10-svc.c:201:23: note: byref variable will be forcibly initialized 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:247:23: note: byref variable will be forcibly initialized 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:342:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/drivers/firmware/stratix10-svc.c:6: /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/firmware/stratix10-svc.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'get_invoke_func': /kisskb/src/drivers/firmware/stratix10-svc.c:705:14: note: byref variable will be forcibly initialized const char *method; ^~~~~~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'svc_normal_to_secure_shm_thread': /kisskb/src/drivers/firmware/stratix10-svc.c:531:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_emulate_readcapacity_16': /kisskb/src/drivers/target/target_core_sbc.c:82:16: note: byref variable will be forcibly initialized unsigned char buf[32]; ^~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_emulate_readcapacity': /kisskb/src/drivers/target/target_core_sbc.c:38:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'compare_and_write_callback': /kisskb/src/drivers/target/target_core_sbc.c:509:15: note: byref variable will be forcibly initialized unsigned int miscmp_off = 0; ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_sbc.c:505:25: note: byref variable will be forcibly initialized struct sg_mapping_iter m; ^ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_parse_cdb': /kisskb/src/drivers/target/target_core_sbc.c:825:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/of/device.c: In function 'of_dma_configure_id': /kisskb/src/drivers/of/device.c:111:31: note: byref variable will be forcibly initialized const struct bus_dma_region *map = NULL; ^~~ In file included 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/i2c/i2c-mux.c:22: /kisskb/src/drivers/i2c/i2c-mux.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/i2c/i2c-mux.c:22: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/kprobes.h:21, from /kisskb/src/kernel/notifier.c:3: /kisskb/src/kernel/notifier.c: In function 'notifier_chain_unregister': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c:44:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*nl, n->next); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c: In function 'notifier_call_chain_robust': /kisskb/src/kernel/notifier.c:116:11: note: byref variable will be forcibly initialized int ret, nr = 0; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/kprobes.h:21, from /kisskb/src/kernel/notifier.c:3: /kisskb/src/kernel/notifier.c: In function 'notifier_chain_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c:35:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*nl, n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_add_adapter': /kisskb/src/drivers/i2c/i2c-mux.c:357:7: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/i2c/i2c-mux.c:288:7: note: byref variable will be forcibly initialized char symlink_name[20]; ^~~~~~~~~~~~ /kisskb/src/kernel/notifier.c: In function 'notify_die': /kisskb/src/kernel/notifier.c:519:18: note: byref variable will be forcibly initialized struct die_args args = { ^~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_del_adapters': /kisskb/src/drivers/i2c/i2c-mux.c:442:7: note: byref variable will be forcibly initialized char symlink_name[20]; ^~~~~~~~~~~~ /kisskb/src/mm/debug.c: In function '__dump_page': /kisskb/src/mm/debug.c:117:17: note: byref variable will be forcibly initialized unsigned long ino; ^~~ /kisskb/src/mm/debug.c:116:17: note: byref variable will be forcibly initialized struct dentry dentry; ^~~~~~ /kisskb/src/mm/debug.c:114:22: note: byref variable will be forcibly initialized struct hlist_node *dentry_first; ^~~~~~~~~~~~ /kisskb/src/mm/debug.c:113:42: note: byref variable will be forcibly initialized const struct address_space_operations *a_ops; ^~~~~ /kisskb/src/mm/debug.c:112:17: note: byref variable will be forcibly initialized struct inode *host; ^~~~ /kisskb/src/drivers/staging/nvec/nvec.c: In function 'nvec_toggle_global_events': /kisskb/src/drivers/staging/nvec/nvec.c:340:16: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized char ap_pwr_down[] = { NVEC_SLEEP, AP_PWR_DOWN }; ^~~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c: In function 'nvec_suspend': /kisskb/src/drivers/staging/nvec/nvec.c:906:7: note: byref variable will be forcibly initialized char ap_suspend[] = { NVEC_SLEEP, AP_SUSPEND }; ^~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c:905:19: note: byref variable will be forcibly initialized struct nvec_msg *msg; ^~~ /kisskb/src/drivers/staging/nvec/nvec.c: In function 'tegra_nvec_probe': /kisskb/src/drivers/staging/nvec/nvec.c:773:3: note: byref variable will be forcibly initialized unmute_speakers[] = { NVEC_OEM0, 0x10, 0x59, 0x95 }, ^~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c:772:7: note: byref variable will be forcibly initialized char get_firmware_version[] = { NVEC_CNTL, GET_FIRMWARE_VERSION }, ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c:770:19: note: byref variable will be forcibly initialized struct nvec_msg *msg; ^~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_max_link_speed': /kisskb/src/drivers/pci/of.c:621:6: note: byref variable will be forcibly initialized u32 max_link_speed; ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_irq_parse_pci': /kisskb/src/drivers/pci/of.c:429:5: note: byref variable will be forcibly initialized u8 pin; ^~~ /kisskb/src/drivers/pci/of.c:428:9: note: byref variable will be forcibly initialized __be32 laddr[3]; ^~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_irq_parse_and_map_pci': /kisskb/src/drivers/pci/of.c:531:25: note: byref variable will be forcibly initialized struct of_phandle_args oirq; ^~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_devfn': /kisskb/src/drivers/pci/of.c:162:6: note: byref variable will be forcibly initialized u32 reg[5]; ^~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_parse_bus_range': /kisskb/src/drivers/pci/of.c:182:6: note: byref variable will be forcibly initialized u32 bus_range[2]; ^~~~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'devm_of_pci_get_host_bridge_resources': /kisskb/src/drivers/pci/of.c:284:29: note: byref variable will be forcibly initialized struct of_pci_range_parser parser; ^~~~~~ /kisskb/src/drivers/pci/of.c:283:22: note: byref variable will be forcibly initialized struct of_pci_range range; ^~~~~ /kisskb/src/drivers/pci/of.c:281:24: note: byref variable will be forcibly initialized struct resource *res, tmp_res; ^~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'pci_parse_request_of_pci_ranges': /kisskb/src/drivers/pci/of.c:547:18: note: byref variable will be forcibly initialized resource_size_t iobase; ^~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_get_pci_domain_nr': /kisskb/src/drivers/pci/of.c:218:6: note: byref variable will be forcibly initialized u32 domain; ^~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_check_probe_only': /kisskb/src/drivers/pci/of.c:235:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/mailbox/mailbox.c: In function 'mbox_request_channel': /kisskb/src/drivers/mailbox/mailbox.c:335:25: note: byref variable will be forcibly initialized struct of_phandle_args spec; ^~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_disable_ats': /kisskb/src/drivers/pci/ats.c:96:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_ats_queue_depth': /kisskb/src/drivers/pci/ats.c:136:6: note: byref variable will be forcibly initialized u16 cap; ^~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_ats_page_aligned': /kisskb/src/drivers/pci/ats.c:161:6: note: byref variable will be forcibly initialized u16 cap; ^~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_pri_init': /kisskb/src/drivers/pci/ats.c:177:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec.c: In function 'cros_ec_handle_event': /kisskb/src/drivers/platform/chrome/cros_ec.c:64:7: note: byref variable will be forcibly initialized bool ec_has_more_events; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec.c:63:7: note: byref variable will be forcibly initialized bool wake_event; ^~~~~~~~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_enable_pri': /kisskb/src/drivers/pci/ats.c:199:6: note: byref variable will be forcibly initialized u32 max_requests; ^~~~~~~~~~~~ /kisskb/src/drivers/pci/ats.c:198:15: note: byref variable will be forcibly initialized u16 control, status; ^~~~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_disable_pri': /kisskb/src/drivers/pci/ats.c:244:6: note: byref variable will be forcibly initialized u16 control; ^~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec.c: In function 'cros_ec_sleep_event': /kisskb/src/drivers/platform/chrome/cros_ec.c:114:13: note: byref variable will be forcibly initialized } __packed buf; ^~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_latency_tolerance_us_store': /kisskb/src/drivers/base/power/sysfs.c:273:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'autosuspend_delay_ms_store': /kisskb/src/drivers/base/power/sysfs.c:195:7: note: byref variable will be forcibly initialized long delay; ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_resume_latency_us_store': /kisskb/src/drivers/base/power/sysfs.c:229:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_no_power_off_store': /kisskb/src/drivers/base/power/sysfs.c:306:6: note: byref variable will be forcibly initialized int ret; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mmap_lock.h:107, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'perf_trace_mmap_lock_start_locking': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'perf_trace_mmap_lock_acquire_returned': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'perf_trace_mmap_lock_released': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages': /kisskb/src/mm/gup.c:395:15: note: byref variable will be forcibly initialized unsigned int ntails; ^~~~~~ /kisskb/src/mm/gup.c:394:15: note: byref variable will be forcibly initialized struct page *head; ^~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function '__get_convention': /kisskb/src/drivers/firmware/qcom_scm.c:131:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap_lock.h:107, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_start_locking': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_acquire_returned': /kisskb/src/mm/gup.c: In function 'unpin_user_pages_dirty_lock': /kisskb/src/mm/gup.c:311:15: note: byref variable will be forcibly initialized unsigned int ntails; ^~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/mm/gup.c:310:15: note: byref variable will be forcibly initialized struct page *head; ^~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_set_remote_state': /kisskb/src/drivers/firmware/qcom_scm.c:383:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_restore_sec_cfg': /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_released': /kisskb/src/drivers/firmware/qcom_scm.c:708:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function '__qcom_scm_assign_mem': /kisskb/src/drivers/firmware/qcom_scm.c:812:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function '__qcom_scm_pas_mss_reset': /kisskb/src/drivers/firmware/qcom_scm.c:618:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/mmap_lock.h:107, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function '__bpf_trace_mmap_lock_start_locking': /kisskb/src/drivers/firmware/qcom_scm.c: In function '__qcom_scm_is_call_available': /kisskb/src/drivers/firmware/qcom_scm.c:241:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_start_locking, ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function '__bpf_trace_mmap_lock_released': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:76:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_released, ^~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function '__bpf_trace_mmap_lock_acquire_returned': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/gup.c:7: /kisskb/src/mm/gup.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_mem_setup': /kisskb/src/drivers/firmware/qcom_scm.c:506:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_auth_and_reset': /kisskb/src/drivers/firmware/qcom_scm.c:536:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_init_image': /kisskb/src/drivers/firmware/qcom_scm.c:453:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c:443:13: note: byref variable will be forcibly initialized dma_addr_t mdata_phys; ^~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_find_dload_address': /kisskb/src/drivers/firmware/qcom_scm.c:1155:6: note: byref variable will be forcibly initialized u32 offset; ^~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c:1154:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_shutdown': /kisskb/src/drivers/firmware/qcom_scm.c:565:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_supported': /kisskb/src/drivers/firmware/qcom_scm.c:596:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_io_readl': /kisskb/src/drivers/firmware/qcom_scm.c:658:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_iommu_secure_ptbl_size': /kisskb/src/drivers/firmware/qcom_scm.c:726:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_mem_protect_video_var': /kisskb/src/drivers/firmware/qcom_scm.c:784:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_assign_mem': /kisskb/src/drivers/firmware/qcom_scm.c:849:16: note: byref variable will be forcibly initialized unsigned long srcvm_bits = *srcvm; ^~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c:840:13: note: byref variable will be forcibly initialized dma_addr_t ptr_phys; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/attr.c:10: /kisskb/src/fs/attr.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_ice_set_key': /kisskb/src/drivers/firmware/qcom_scm.c:1036:13: note: byref variable will be forcibly initialized dma_addr_t key_phys; ^~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_hdcp_req': /kisskb/src/drivers/firmware/qcom_scm.c:1116:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c:1098:23: note: byref variable will be forcibly initialized struct qcom_scm_desc desc = { ^~~~ /kisskb/src/mm/gup.c: In function 'lockless_pages_from_mm': /kisskb/src/mm/gup.c:2659:6: note: byref variable will be forcibly initialized int nr_pinned = 0; ^~~~~~~~~ /kisskb/src/mm/gup.c: In function '__get_user_pages': /kisskb/src/mm/gup.c:1105:16: note: byref variable will be forcibly initialized unsigned int foll_flags = gup_flags; ^~~~~~~~~~ /kisskb/src/mm/gup.c:1085:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma = NULL; ^~~ /kisskb/src/mm/gup.c: In function 'unpin_user_page_range_dirty_lock': /kisskb/src/mm/gup.c:372:15: note: byref variable will be forcibly initialized unsigned int ntails; ^~~~~~ /kisskb/src/mm/gup.c:371:15: note: byref variable will be forcibly initialized struct page *head; ^~~~ /kisskb/src/mm/gup.c: In function '__mm_populate': /kisskb/src/mm/gup.c:1567:6: note: byref variable will be forcibly initialized int locked = 0; ^~~~~~ /kisskb/src/mm/gup.c: In function 'get_dump_page': /kisskb/src/mm/gup.c:1678:6: note: byref variable will be forcibly initialized int locked = 1; ^~~~~~ /kisskb/src/mm/gup.c:1677:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/gup.c: In function 'get_user_pages_unlocked': /kisskb/src/mm/gup.c:2054:6: note: byref variable will be forcibly initialized int locked = 1; ^~~~~~ /kisskb/src/mm/gup.c: In function 'internal_get_user_pages_fast': /kisskb/src/mm/gup.c:2705:21: note: byref variable will be forcibly initialized unsigned long len, end; ^~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_read': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:57:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_write': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:96:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_misc.c: In function 'matroxfb_read_pins': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_misc.c:771:6: note: byref variable will be forcibly initialized u32 fbbase; ^~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_misc.c:770:6: note: byref variable will be forcibly initialized u32 biosbase; ^~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_misc.c:769:6: note: byref variable will be forcibly initialized u32 opt; ^~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_set_scrambling': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:166:5: note: byref variable will be forcibly initialized u8 config; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_set_high_tmds_clock_ratio': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:221:5: note: byref variable will be forcibly initialized u8 config; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_get_scrambling_status': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:139:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_copy_buffer': /kisskb/src/lib/scatterlist.c:955:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_zero_buffer': /kisskb/src/lib/scatterlist.c:1070:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ 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-core/dvbdev.c:27: /kisskb/src/drivers/media/dvb-core/dvbdev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_update_bits': /kisskb/src/drivers/leds/leds-lp55xx-common.c:384:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_detect_device': /kisskb/src/drivers/leds/leds-lp55xx-common.c:56:5: note: byref variable will be forcibly initialized u8 val = cfg->enable.val; ^~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'led_current_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:100:16: note: byref variable will be forcibly initialized unsigned long curr; ^~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'run_engine_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:330:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/leds/leds-lp55xx-common.c:12: /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &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-lp55xx-common.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_init_led': /kisskb/src/drivers/leds/leds-lp55xx-common.c:168:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'select_engine_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:288:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_parse_multi_led_child': /kisskb/src/drivers/leds/leds-lp55xx-common.c:591:15: note: byref variable will be forcibly initialized int chan_nr, color_id, ret; ^~~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c:591:6: note: byref variable will be forcibly initialized int chan_nr, color_id, ret; ^~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_parse_logical_led': /kisskb/src/drivers/leds/leds-lp55xx-common.c:634:6: note: byref variable will be forcibly initialized int chan_nr = 0; ^~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c:633:6: note: byref variable will be forcibly initialized int led_color, ret; ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_calc_pll': /kisskb/src/drivers/mfd/sm501.c:454:7: note: byref variable will be forcibly initialized long best_diff = 999999999; ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_select_clock': /kisskb/src/drivers/mfd/sm501.c:491:7: note: byref variable will be forcibly initialized long best_diff = 999999999; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvbdev.c: In function 'dvb_usercopy': /kisskb/src/drivers/media/dvb-core/dvbdev.c:917:10: note: byref variable will be forcibly initialized char sbuf[128]; ^~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_set_clock': /kisskb/src/drivers/mfd/sm501.c:520:21: note: byref variable will be forcibly initialized struct sm501_clock to; ^~ /kisskb/src/kernel/ksysfs.c: In function 'vmcoreinfo_show': /kisskb/src/kernel/ksysfs.c:133:14: note: byref variable will be forcibly initialized phys_addr_t vmcore_base = paddr_vmcoreinfo_note(); ^~~~~~~~~~~ /kisskb/src/kernel/ksysfs.c: In function 'kexec_crash_size_store': /kisskb/src/kernel/ksysfs.c:115:16: note: byref variable will be forcibly initialized unsigned long cnt; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/mfd/sm501.c:11: /kisskb/src/drivers/mfd/sm501.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/mfd/sm501.c:16: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_init_dev': /kisskb/src/drivers/mfd/sm501.c:1301:18: note: byref variable will be forcibly initialized resource_size_t mem_avail; ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_find_clock': /kisskb/src/drivers/mfd/sm501.c:645:21: note: byref variable will be forcibly initialized struct sm501_clock to; ^~ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_lle': /kisskb/src/crypto/gf128mul.c:388:8: note: byref variable will be forcibly initialized be128 r[1]; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_lle': /kisskb/src/crypto/gf128mul.c:172:8: note: byref variable will be forcibly initialized be128 p[8]; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_bbe': /kisskb/src/crypto/gf128mul.c:210:8: note: byref variable will be forcibly initialized be128 p[8]; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_64k_bbe': /kisskb/src/crypto/gf128mul.c:315:8: note: byref variable will be forcibly initialized be128 r[1]; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_bbe': /kisskb/src/crypto/gf128mul.c:403:8: note: byref variable will be forcibly initialized be128 r[1]; ^ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'cros_ec_query_all': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:416:6: note: byref variable will be forcibly initialized u32 ver_mask = 0; ^~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'get_keyboard_state_event': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:677:5: note: byref variable will be forcibly initialized u8 buffer[sizeof(struct cros_ec_command) + ^~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'get_next_event': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:656:13: note: byref variable will be forcibly initialized } __packed buf; ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'cros_ec_get_sensor_count': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:864:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/core/net_namespace.c:24: /kisskb/src/net/core/net_namespace.c: In function 'nla_put_s32': /kisskb/src/include/net/netlink.h:1448:6: note: byref variable will be forcibly initialized s32 tmp = value; ^~~ /kisskb/src/net/core/net_namespace.c: In function 'rtnl_valid_dump_net_req': /kisskb/src/net/core/net_namespace.c:979:17: note: byref variable will be forcibly initialized struct nlattr *tb[NETNSA_MAX + 1]; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/net/core/net_namespace.c:4: /kisskb/src/net/core/net_namespace.c: In function 'net_assign_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net_namespace.c:119:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(net->gen, ng); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/include/linux/regulator/consumer.h:35, from /kisskb/src/include/linux/amba/bus.h:19, from /kisskb/src/drivers/of/platform.c:14: /kisskb/src/drivers/of/platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/net_namespace.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/net/core/net_namespace.c:4: /kisskb/src/net/core/net_namespace.c: In function 'setup_net': /kisskb/src/net/core/net_namespace.c:311:12: note: byref variable will be forcibly initialized LIST_HEAD(net_exit_list); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/net/core/net_namespace.c:4: /kisskb/src/net/core/net_namespace.c: In function 'net_ns_init': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net_namespace.c:1097:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(init_net.gen, ng); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_dev_lookup': /kisskb/src/drivers/of/platform.c:299:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/net/core/net_namespace.c:4: /kisskb/src/net/core/net_namespace.c: In function '__unregister_pernet_operations': /kisskb/src/net/core/net_namespace.c:1187:13: note: byref variable will be forcibly initialized LIST_HEAD(net_exit_list); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'of_hwspin_lock_get_id': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:343:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:341:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/net/core/net_namespace.c: In function 'rtnl_net_getid': /kisskb/src/net/core/net_namespace.c:870:17: note: byref variable will be forcibly initialized struct nlattr *tb[NETNSA_MAX + 1]; ^~ /kisskb/src/drivers/of/platform.c: In function 'of_device_alloc': /kisskb/src/drivers/of/platform.c:112:24: note: byref variable will be forcibly initialized struct resource *res, temp_res; ^~~~~~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'hwspin_lock_request': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:711:21: note: byref variable will be forcibly initialized struct hwspinlock *hwlock; ^~~~~~ /kisskb/src/net/core/net_namespace.c: In function 'rtnl_net_newid': /kisskb/src/net/core/net_namespace.c:726:17: note: byref variable will be forcibly initialized struct nlattr *tb[NETNSA_MAX + 1]; ^~ /kisskb/src/drivers/pci/pci-bridge-emul.c: In function 'pci_bridge_emul_conf_write': /kisskb/src/drivers/pci/pci-bridge-emul.c:387:17: note: byref variable will be forcibly initialized int mask, ret, old, new, shift; ^~~ /kisskb/src/drivers/of/platform.c: In function 'of_platform_notify': /kisskb/src/drivers/of/platform.c:674:7: note: byref variable will be forcibly initialized bool children_left; ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_vf_msix_count_store': /kisskb/src/drivers/pci/iov.c:186:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_drivers_autoprobe_store': /kisskb/src/drivers/pci/iov.c:480:7: note: byref variable will be forcibly initialized bool drivers_autoprobe; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_numvfs_store': /kisskb/src/drivers/pci/iov.c:380:6: note: byref variable will be forcibly initialized u16 num_vfs; ^~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_restore_state': /kisskb/src/drivers/pci/iov.c:825:6: note: byref variable will be forcibly initialized u16 ctrl; ^~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_init': /kisskb/src/drivers/pci/iov.c:705:12: note: byref variable will be forcibly initialized u16 ctrl, total; ^~~~~ /kisskb/src/drivers/pci/iov.c:705:6: note: byref variable will be forcibly initialized u16 ctrl, total; ^~~~ /kisskb/src/drivers/pci/iov.c:704:6: note: byref variable will be forcibly initialized u32 pgsz; ^~~~ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_sysfs_link': /kisskb/src/drivers/pci/iov.c:140:7: note: byref variable will be forcibly initialized char buf[VIRTFN_ID_LEN]; ^~~ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_remove_virtfn': /kisskb/src/drivers/pci/iov.c:316:7: note: byref variable will be forcibly initialized char buf[VIRTFN_ID_LEN]; ^~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_enable': /kisskb/src/drivers/pci/iov.c:562:6: note: byref variable will be forcibly initialized u16 initial; ^~~~~~~ /kisskb/src/lib/list_sort.c: In function 'merge': /kisskb/src/lib/list_sort.c:19:20: note: byref variable will be forcibly initialized struct list_head *head, **tail = &head; ^~~~ /kisskb/src/lib/list_sort.c: In function 'list_sort': /kisskb/src/lib/list_sort.c:187:40: note: byref variable will be forcibly initialized struct list_head *list = head->next, *pending = NULL; ^~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_update_resource': /kisskb/src/drivers/pci/iov.c:909:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /kisskb/src/drivers/pci/iov.c:908:24: note: byref variable will be forcibly initialized struct pci_bus_region region; ^~~~~~ /kisskb/src/net/sched/sch_fifo.c: In function 'fifo_offload_init': /kisskb/src/net/sched/sch_fifo.c:58:30: note: byref variable will be forcibly initialized struct tc_fifo_qopt_offload qopt; ^~~~ /kisskb/src/net/sched/sch_fifo.c: In function 'fifo_offload_destroy': /kisskb/src/net/sched/sch_fifo.c:72:30: note: byref variable will be forcibly initialized struct tc_fifo_qopt_offload qopt; ^~~~ /kisskb/src/net/sched/sch_fifo.c: In function 'fifo_offload_dump': /kisskb/src/net/sched/sch_fifo.c:85:30: note: byref variable will be forcibly initialized struct tc_fifo_qopt_offload qopt; ^~~~ /kisskb/src/net/sched/sch_fifo.c: In function '__fifo_dump': /kisskb/src/net/sched/sch_fifo.c:157:22: note: byref variable will be forcibly initialized struct tc_fifo_qopt opt = { .limit = sch->limit }; ^~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function '__wwan_port_dev_assign_name': /kisskb/src/drivers/net/wwan/wwan_core.c:321:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/net/wwan/wwan_core.c:320:7: note: byref variable will be forcibly initialized char buf[0x20]; ^~~ /kisskb/src/drivers/net/wwan/wwan_core.c:317:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/extcon/extcon.c: In function 'extcon_sync': /kisskb/src/drivers/extcon/extcon.c:413:8: note: byref variable will be forcibly initialized char *envp[3]; ^~~~ /kisskb/src/drivers/extcon/extcon.c:411:7: note: byref variable will be forcibly initialized char state_buf[120]; ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon.c:410:7: note: byref variable will be forcibly initialized char name_buf[120]; ^~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_create_port': /kisskb/src/drivers/net/wwan/wwan_core.c:362:7: note: byref variable will be forcibly initialized char namefmt[0x20]; ^~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/drivers/net/wwan/wwan_core.c:17: /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_create_default_link': /kisskb/src/drivers/net/wwan/wwan_core.c:944:17: note: byref variable will be forcibly initialized struct nlattr *data[IFLA_WWAN_MAX + 1]; ^~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:943:36: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX + 1], *linkinfo[IFLA_INFO_MAX + 1]; ^~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:943:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX + 1], *linkinfo[IFLA_INFO_MAX + 1]; ^~ In file included from /kisskb/src/drivers/extcon/extcon.c:24: /kisskb/src/drivers/extcon/extcon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/net/wwan/wwan_core.c:6: /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_unregister_ops': /kisskb/src/drivers/net/wwan/wwan_core.c:1067:12: note: byref variable will be forcibly initialized LIST_HEAD(kill_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_port_fops_at_ioctl': /kisskb/src/drivers/net/wwan/wwan_core.c:730:7: note: byref variable will be forcibly initialized int mdmbits; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/extcon/extcon.c:17: /kisskb/src/drivers/extcon/extcon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/extcon/extcon.c:20: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/net/wwan/wwan_core.c:4: /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_wait_tx': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:564:2: note: in expansion of macro 'if' if (wait_event_interruptible(port->waitqueue, !is_write_blocked(port))) ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:564:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(port->waitqueue, !is_write_blocked(port))) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_wait_rx': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:550:2: note: in expansion of macro 'if' if (wait_event_interruptible(port->waitqueue, !is_read_blocked(port))) ^~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:550:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(port->waitqueue, !is_read_blocked(port))) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/cdc_ether.c: In function 'usbnet_generic_cdc_bind': /kisskb/src/drivers/net/usb/cdc_ether.c:122:31: note: byref variable will be forcibly initialized struct usb_cdc_parsed_header header; ^~~~~~ /kisskb/src/drivers/net/phy/fixed_phy.c: In function 'fixed_mdio_read': /kisskb/src/drivers/net/phy/fixed_phy.c:80:28: note: byref variable will be forcibly initialized struct fixed_phy_status state; ^~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_getkeycode': /kisskb/src/drivers/media/rc/rc-main.c:552:6: note: byref variable will be forcibly initialized u64 scancode; ^~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_do_keydown': /kisskb/src/drivers/media/rc/rc-main.c:787:23: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u64 scancode; ^~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-mtd.c: In function 'ledtrig_mtd_activity': /kisskb/src/drivers/leds/trigger/ledtrig-mtd.c:25:16: note: byref variable will be forcibly initialized unsigned long blink_delay = BLINK_DELAY; ^~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_repeat': /kisskb/src/drivers/media/rc/rc-main.c:742:23: note: byref variable will be forcibly initialized struct lirc_scancode sc = { ^~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_filter': /kisskb/src/drivers/media/rc/rc-main.c:1418:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/media/rc/rc-main.c:1416:28: note: byref variable will be forcibly initialized struct rc_scancode_filter new_filter, *filter; ^~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_wakeup_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1577:8: note: byref variable will be forcibly initialized u64 mask = 1ULL << protocol; ^~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1282:21: note: byref variable will be forcibly initialized u64 old_protocols, new_protocols; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_prepare_rx_device': /kisskb/src/drivers/media/rc/rc-main.c:1787:6: note: byref variable will be forcibly initialized u64 rc_proto; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/devfreq.h:68, from /kisskb/src/drivers/devfreq/devfreq.c:34: /kisskb/src/drivers/devfreq/devfreq.c: In function 'perf_trace_devfreq_frequency': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'perf_trace_devfreq_monitor': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/devfreq.h:68, from /kisskb/src/drivers/devfreq/devfreq.c:34: /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_frequency': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_monitor': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ In file included from /kisskb/src/include/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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function '__bpf_trace_devfreq_monitor': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/devfreq/devfreq.c:10: /kisskb/src/drivers/devfreq/devfreq.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/devfreq.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:13, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/include/linux/overflow.h:287:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_monitor_resume': /kisskb/src/drivers/devfreq/devfreq.c:563:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/mm/memory.c: In function 'remove_device_exclusive_entry': /kisskb/src/mm/memory.c:3449:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_min_freq': /kisskb/src/drivers/devfreq/devfreq.c:89:16: note: byref variable will be forcibly initialized unsigned long min_freq = 0; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_max_freq': /kisskb/src/drivers/devfreq/devfreq.c:103:16: note: byref variable will be forcibly initialized unsigned long max_freq = ULONG_MAX; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/devfreq/devfreq.c:10: /kisskb/src/drivers/devfreq/devfreq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ 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/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'set_freq_table': /kisskb/src/drivers/devfreq/devfreq.c:182:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/mm/memory.c: In function 'wp_page_copy': /kisskb/src/mm/memory.c:2992:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'timer_store': /kisskb/src/drivers/devfreq/devfreq.c:1799:7: note: byref variable will be forcibly initialized char str_timer[DEVFREQ_NAME_LEN + 1]; ^~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'polling_interval_store': /kisskb/src/drivers/devfreq/devfreq.c:1767:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1615:26: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1615:16: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1561:26: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1561:16: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'cur_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1507:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/mm/memory.c: In function 'zap_pte_range': /kisskb/src/mm/memory.c:1311:6: note: byref variable will be forcibly initialized int rss[NR_MM_COUNTERS]; ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'governor_store': /kisskb/src/drivers/devfreq/devfreq.c:1383:7: note: byref variable will be forcibly initialized char str_governor[DEVFREQ_NAME_LEN + 1]; ^~~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_summary_show': /kisskb/src/drivers/devfreq/devfreq.c:1892:36: note: byref variable will be forcibly initialized unsigned long cur_freq, min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1892:26: note: byref variable will be forcibly initialized unsigned long cur_freq, min_freq, max_freq; ^~~~~~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/mm/memory.c:1672:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/memory.c:1671:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trans_stat_store': /kisskb/src/drivers/devfreq/devfreq.c:1711:11: note: byref variable will be forcibly initialized int err, value; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1575:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/mm/memory.c: In function 'unmap_vmas': /kisskb/src/mm/memory.c:1623:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range': /kisskb/src/mm/memory.c:1645:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/memory.c:1644:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1534:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_set_target': /kisskb/src/drivers/devfreq/devfreq.c:354:16: note: byref variable will be forcibly initialized unsigned long cur_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:353:23: note: byref variable will be forcibly initialized struct devfreq_freqs freqs; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_update_target': /kisskb/src/drivers/devfreq/devfreq.c:408:26: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:408:16: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/mm/memory.c: In function 'do_numa_page': /kisskb/src/mm/memory.c:4337:6: note: byref variable will be forcibly initialized int flags = 0; ^~~~~ /kisskb/src/mm/memory.c: In function 'follow_pfn': /kisskb/src/mm/memory.c:4996:9: note: byref variable will be forcibly initialized pte_t *ptep; ^~~~ /kisskb/src/mm/memory.c:4995:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/mm/memory.c: In function '__access_remote_vm': /kisskb/src/mm/memory.c:5122:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/mm/memory.c:5111:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma; ^~~ /kisskb/src/mm/memory.c: In function 'copy_pte_range': /kisskb/src/mm/memory.c:1015:15: note: byref variable will be forcibly initialized struct page *prealloc = NULL; ^~~~~~~~ /kisskb/src/mm/memory.c:1013:6: note: byref variable will be forcibly initialized int rss[NR_MM_COUNTERS]; ^~~ /kisskb/src/crypto/blowfish_common.c: In function 'blowfish_setkey': /kisskb/src/crypto/blowfish_common.c:350:6: note: byref variable will be forcibly initialized u32 data[2], temp; ^~~~ /kisskb/src/mm/memory.c: In function 'copy_page_range': /kisskb/src/mm/memory.c:1233:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/memory.c: In function 'insert_page': /kisskb/src/mm/memory.c:1773:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/mm/memory.c: In function 'insert_pfn': /kisskb/src/mm/memory.c:2036:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/mm/memory.c: In function '__apply_to_page_range': /kisskb/src/mm/memory.c:2664:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/drivers/mmc/host/dw_mmc.c: In function 'dw_mci_parse_dt': /kisskb/src/drivers/mmc/host/dw_mmc.c:3160:6: note: byref variable will be forcibly initialized u32 clock_frequency; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/dw_mmc.c: In function 'dw_mci_edmac_start_dma': /kisskb/src/drivers/mmc/host/dw_mmc.c:780:26: note: byref variable will be forcibly initialized struct dma_slave_config cfg; ^~~ In file included from /kisskb/src/include/linux/cred.h:11, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'cap_drop': /kisskb/src/include/linux/capability.h:137:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/cred.h:13, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'override_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:580:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(current->cred, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c: In function 'revert_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:608:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(current->cred, old); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c: In function 'commit_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:503:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(task->cred, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:502:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(task->real_cred, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/g450_pll.c: In function 'g450_findworkingpll': /kisskb/src/drivers/video/fbdev/matrox/g450_pll.c:263:16: note: byref variable will be forcibly initialized unsigned int sarray[3]; ^~~~~~ /kisskb/src/drivers/video/fbdev/matrox/g450_pll.c: In function '__g450_setclk': /kisskb/src/drivers/video/fbdev/matrox/g450_pll.c:433:16: note: byref variable will be forcibly initialized unsigned int xvco; ^~~~ /kisskb/src/drivers/video/fbdev/matrox/g450_pll.c:397:15: note: byref variable will be forcibly initialized u_int32_t opt; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c:8: /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rpmsg/rpmsg_ns.c: In function 'rpmsg_ns_cb': /kisskb/src/drivers/rpmsg/rpmsg_ns.c:38:28: note: byref variable will be forcibly initialized struct rpmsg_channel_info chinfo; ^~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c: In function 'cros_ec_sensor_ring_process_event': /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c:405:7: note: byref variable will be forcibly initialized s64 b = fifo_info->timestamp; ^ /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c:404:7: note: byref variable will be forcibly initialized s64 a = in->timestamp; ^ /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c: In function 'cros_ec_sensorhub_ring_handler': /kisskb/src/drivers/platform/chrome/cros_ec_sensorhub_ring.c:769:26: note: byref variable will be forcibly initialized ktime_t fifo_timestamp, current_timestamp; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u8_array': /kisskb/src/drivers/of/property.c:221:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u16_array': /kisskb/src/drivers/of/property.c:271:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u32_array': /kisskb/src/drivers/of/property.c:318:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_port_by_id': /kisskb/src/drivers/of/property.c:615:7: note: byref variable will be forcibly initialized u32 port_id = 0; ^~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_endpoint_by_regs': /kisskb/src/drivers/of/property.c:710:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint; ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_suffix_prop_cells': /kisskb/src/drivers/of/property.c:1223:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_gpio_compat': /kisskb/src/drivers/of/property.c:1320:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_prop_cells': /kisskb/src/drivers/of/property.c:1169:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_interrupts': /kisskb/src/drivers/of/property.c:1342:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_fwnode_get_reference_args': /kisskb/src/drivers/of/property.c:966:25: note: byref variable will be forcibly initialized struct of_phandle_args of_args; ^~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u64_array': /kisskb/src/drivers/of/property.c:396:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'io_type_enabled': /kisskb/src/drivers/usb/host/pci-quirks.c:719:6: note: byref variable will be forcibly initialized u16 cmd; ^~~ /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:16: note: byref variable will be forcibly initialized unsigned long free_bar; ^~~~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'sb800_prefetch': /kisskb/src/drivers/usb/host/pci-quirks.c:196:6: note: byref variable will be forcibly initialized u16 misc; ^~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_find_chipset_info': /kisskb/src/drivers/usb/host/pci-quirks.c:210:26: note: byref variable will be forcibly initialized struct amd_chipset_info info; ^~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_quirk_pll': /kisskb/src/drivers/usb/host/pci-quirks.c:342:33: note: byref variable will be forcibly initialized u32 addr, addr_low, addr_high, val; ^~~ /kisskb/src/drivers/usb/host/pci-quirks.c:342:6: note: byref variable will be forcibly initialized u32 addr, addr_low, addr_high, val; ^~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_enable_intel_xhci_ports': /kisskb/src/drivers/usb/host/pci-quirks.c:1041:7: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized unsigned char value; ^~~~~ /kisskb/src/drivers/pci/endpoint/pci-epc-core.c: In function 'pci_epc_get': /kisskb/src/drivers/pci/endpoint/pci-epc-core.c:62:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'quirk_usb_disable_ehci': /kisskb/src/drivers/usb/host/pci-quirks.c:932:18: note: byref variable will be forcibly initialized u32 hcc_params, cap, val; ^~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'uhci_check_and_reset_hc': /kisskb/src/drivers/usb/host/pci-quirks.c:674:6: note: byref variable will be forcibly initialized u16 legsup; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:21: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_buffer_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:86:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(src->queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_get_time_ns': /kisskb/src/drivers/iio/industrialio-core.c:299:20: note: byref variable will be forcibly initialized struct timespec64 tp; ^~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_read_channel_info': /kisskb/src/drivers/iio/industrialio-core.c:760:6: note: byref variable will be forcibly initialized int val_len = 2; ^~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c:758:6: note: byref variable will be forcibly initialized int vals[INDIO_MAX_RAW_ELEMENTS]; ^~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_read_channel_info_avail': /kisskb/src/drivers/iio/industrialio-core.c:833:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/drivers/iio/industrialio-core.c:832:6: note: byref variable will be forcibly initialized int length; ^~~~~~ /kisskb/src/drivers/iio/industrialio-core.c:830:13: note: byref variable will be forcibly initialized const int *vals; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/current.h:5, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:21: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:23: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/iio/industrialio-core.c:23: /kisskb/src/drivers/iio/industrialio-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/lp3943.c: In function 'lp3943_read_byte': /kisskb/src/drivers/mfd/lp3943.c:76:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:21: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1455:3: note: in expansion of macro 'wait_event' wait_event(dmxdev->dvr_dvbdev->wait_queue, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1451:3: note: in expansion of macro 'wait_event' wait_event(dmxdev->dvbdev->wait_queue, ^~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_debugfs_write_reg': /kisskb/src/drivers/iio/industrialio-core.c:418:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/iio/industrialio-core.c:417:16: note: byref variable will be forcibly initialized unsigned reg, val; ^~~ /kisskb/src/drivers/iio/industrialio-core.c:417:11: note: byref variable will be forcibly initialized unsigned reg, val; ^~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_write_channel_info': /kisskb/src/drivers/iio/industrialio-core.c:979:8: note: byref variable will be forcibly initialized char ch; ^~ /kisskb/src/drivers/iio/industrialio-core.c:948:15: note: byref variable will be forcibly initialized int integer, fract = 0; ^~~~~ /kisskb/src/drivers/iio/industrialio-core.c:948:6: note: byref variable will be forcibly initialized int integer, fract = 0; ^~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_debugfs_read_reg': /kisskb/src/drivers/iio/industrialio-core.c:387:11: note: byref variable will be forcibly initialized unsigned val = 0; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/kernel/async.c:47: /kisskb/src/kernel/async.c: In function 'async_synchronize_cookie_domain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/async.c:277:2: note: in expansion of macro 'wait_event' wait_event(async_done, lowest_in_progress(domain) >= cookie); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/pci/controller/pcie-iproc-msi.c:6: /kisskb/src/drivers/pci/controller/pcie-iproc-msi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/pci/controller/pcie-iproc-msi.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 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:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'pick_file': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:625:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:87, from /kisskb/src/fs/file.c:10: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'do_dup2': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:1058:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], file); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'expand_fdtable': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:182:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(files->fdt, new_fdt); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'expand_files': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/file.c:219:3: note: in expansion of macro 'wait_event' wait_event(files->resize_wait, !files->resize_in_progress); ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'alloc_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:519:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'fd_install': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:593:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], file); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:585:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], file); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'dup_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:373:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(newf->fdt, new_fdt); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:366:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*new_fds++, f); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function '__close_range': /kisskb/src/fs/file.c:705:45: note: byref variable will be forcibly initialized struct files_struct *cur_fds = me->files, *fds = NULL; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function '__close_fd_get_file': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:781:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'do_close_on_exec': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:832:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_npages': /kisskb/src/lib/iov_iter.c:1761:10: note: byref variable will be forcibly initialized size_t off; ^~~ /kisskb/src/lib/iov_iter.c:1759:16: note: byref variable will be forcibly initialized unsigned int iter_head; ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'push_pipe': /kisskb/src/lib/iov_iter.c:507:9: note: byref variable will be forcibly initialized size_t off; ^~~ /kisskb/src/lib/iov_iter.c:506:15: note: byref variable will be forcibly initialized unsigned int iter_head; ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages': /kisskb/src/lib/iov_iter.c:1343:15: note: byref variable will be forcibly initialized unsigned int iter_head, npages; ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_pipe_to_iter': /kisskb/src/lib/iov_iter.c:554:12: note: byref variable will be forcibly initialized size_t n, off; ^~~ /kisskb/src/lib/iov_iter.c:553:15: note: byref variable will be forcibly initialized unsigned int i_head; ^~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function '_copy_to_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:620:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:720:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_page_from_iter_atomic': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:922:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_zero': /kisskb/src/lib/iov_iter.c:872:12: note: byref variable will be forcibly initialized size_t n, off; ^~~ /kisskb/src/lib/iov_iter.c:871:15: note: byref variable will be forcibly initialized unsigned int i_head; ^~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'iov_iter_zero': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:900:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, count, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_bvec_advance': /kisskb/src/lib/iov_iter.c:985:19: note: byref variable will be forcibly initialized struct bvec_iter bi; ^~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'iter_xarray_populate_pages': /kisskb/src/lib/iov_iter.c:1360:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages': /kisskb/src/lib/iov_iter.c:1475:9: note: byref variable will be forcibly initialized size_t len; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1522:15: note: byref variable will be forcibly initialized unsigned int iter_head, npages; ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_pipe_iter': /kisskb/src/lib/iov_iter.c:591:9: note: byref variable will be forcibly initialized size_t r; ^ /kisskb/src/lib/iov_iter.c:590:15: note: byref variable will be forcibly initialized unsigned int i_head; ^~~~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/lib/iov_iter.c:2: /kisskb/src/lib/iov_iter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_nocache': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:735:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1597:9: note: byref variable will be forcibly initialized size_t len; ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1651:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ({ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1678:7: note: in expansion of macro 'iterate_and_advance' else iterate_and_advance(i, bytes, base, len, off, ({ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1668:9: note: byref variable will be forcibly initialized __wsum sum, next; ^~~ /kisskb/src/lib/iov_iter.c: In function 'hash_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1697:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/kernel/reboot.c: In function 'cpu_store': /kisskb/src/kernel/reboot.c:836:15: note: byref variable will be forcibly initialized unsigned int cpunum; ^~~~~~ /kisskb/src/kernel/reboot.c: In function '__do_sys_reboot': /kisskb/src/kernel/reboot.c:315:7: note: byref variable will be forcibly initialized char buffer[256]; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_framebuffer_helper.c: In function 'drm_gem_fb_init_with_funcs': /kisskb/src/drivers/gpu/drm/drm_gem_framebuffer_helper.c:151:25: note: byref variable will be forcibly initialized struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; ^~~~ /kisskb/src/drivers/net/usb/usbnet.c: In function 'usbnet_get_ethernet_addr': /kisskb/src/drivers/net/usb/usbnet.c:169:16: note: byref variable will be forcibly initialized unsigned char buf [13]; ^~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/usb/usbnet.c:25: /kisskb/src/drivers/net/usb/usbnet.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_resolve_flow': /kisskb/src/drivers/net/phy/phylink.c:409:17: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:409:7: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_decode_c37_word': /kisskb/src/drivers/net/phy/phylink.c:2381:17: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:2381:7: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_mac_initial_config': /kisskb/src/drivers/net/phy/phylink.c:574:28: note: byref variable will be forcibly initialized struct phylink_link_state link_state; ^~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_resolve': /kisskb/src/drivers/net/phy/phylink.c:657:28: note: byref variable will be forcibly initialized struct phylink_link_state link_state; ^~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_parse_mode': /kisskb/src/drivers/net/phy/phylink.c:270:14: note: byref variable will be forcibly initialized const char *managed; ^~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_parse_fixedlink': /kisskb/src/drivers/net/phy/phylink.c:209:7: note: byref variable will be forcibly initialized u32 prop[5]; ^~~~ /kisskb/src/drivers/net/phy/phylink.c:172:6: note: byref variable will be forcibly initialized u32 speed; ^~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_sfp_config': /kisskb/src/drivers/net/phy/phylink.c:2140:28: note: byref variable will be forcibly initialized struct phylink_link_state config; ^~~~~~ 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:264, 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/net/phy/phylink.c:8: /kisskb/src/drivers/net/phy/phylink.c:2139:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(support); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phylink.c:2139:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(support); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:2138:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(support1); ^~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phylink.c:2138:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(support1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_bringup_phy': In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_mc_event': /kisskb/src/drivers/net/phy/phylink.c:957:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(supported); ^~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phylink.c:957:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(supported); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:956:28: note: byref variable will be forcibly initialized struct phylink_link_state config; ^~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_arm_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_aer_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_phy_change': /kisskb/src/drivers/net/phy/phylink.c:928:17: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:928:7: note: byref variable will be forcibly initialized bool tx_pause, rx_pause; ^~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_memory_failure_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/media/rc/rc-ir-raw.c:6: /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_store': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c:82:2: note: in expansion of macro 'if' if (!kfifo_put(&dev->raw->kfifo, *ev)) { ^~ /kisskb/src/drivers/media/rc/rc-ir-raw.c:82:7: note: in expansion of macro 'kfifo_put' if (!kfifo_put(&dev->raw->kfifo, *ev)) { ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_mc_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_arm_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_aer_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_memory_failure_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_edge_handle': /kisskb/src/drivers/media/rc/rc-ir-raw.c:565:23: note: byref variable will be forcibly initialized struct ir_raw_event ev = { ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_non_standard_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_encode_scancode': /kisskb/src/drivers/media/rc/rc-ir-raw.c:526:6: note: byref variable will be forcibly initialized u64 mask = 1ULL << protocol; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_non_standard_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_mc_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ 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:264, 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/net/phy/phylink.c:8: /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_merge_link_mode': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:1433:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(mask); ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phylink.c:1433:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(mask); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_ethtool_ksettings_get': /kisskb/src/drivers/net/phy/phylink.c:1465:28: note: byref variable will be forcibly initialized struct phylink_link_state link_state; ^~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:53:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:53:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:54:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:54:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_arm_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_thread': /kisskb/src/drivers/media/rc/rc-ir-raw.c:23:22: note: byref variable will be forcibly initialized struct ir_raw_event ev; ^~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_non_standard_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_aer_event': /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_ethtool_ksettings_set': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c:1516:28: note: byref variable will be forcibly initialized struct phylink_link_state config; ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ 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:264, 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/net/phy/phylink.c:8: /kisskb/src/drivers/net/phy/phylink.c:1515:35: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(support); ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/net/phy/phylink.c:1515:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(support); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_memory_failure_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_mii_emul_read': /kisskb/src/drivers/net/phy/phylink.c:1850:26: note: byref variable will be forcibly initialized struct fixed_phy_status fs; ^~ /kisskb/src/drivers/net/phy/phylink.c: In function 'phylink_mii_read': /kisskb/src/drivers/net/phy/phylink.c:1952:28: note: byref variable will be forcibly initialized struct phylink_link_state state; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_arp.h:22, from /kisskb/src/drivers/staging/rtl8192e/rtllib_module.c:18: /kisskb/src/drivers/staging/rtl8192e/rtllib_module.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/asm-generic/qrwlock.h:14, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:94, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/net/core/flow_dissector.c:3: /kisskb/src/net/core/flow_dissector.c: In function '__flow_hash_secret_init': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(get_random_bytes, (buf), (nbytes)) ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' get_random_once((buf), (nbytes)) ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1452:2: note: in expansion of macro 'net_get_random_once' net_get_random_once(&hashrnd, sizeof(hashrnd)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_mpls': /kisskb/src/net/core/flow_dissector.c:415:26: note: byref variable will be forcibly initialized struct mpls_label *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_arp': /kisskb/src/net/core/flow_dissector.c:481:16: note: byref variable will be forcibly initialized struct arphdr _arp; ^~~~ /kisskb/src/net/core/flow_dissector.c:479:14: note: byref variable will be forcibly initialized } *arp_eth, _arp_eth; ^~~~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_batadv': /kisskb/src/net/core/flow_dissector.c:673:10: note: byref variable will be forcibly initialized } *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_gre': /kisskb/src/net/core/flow_dissector.c:610:6: note: byref variable will be forcibly initialized u8 _ppp_hdr[PPP_HDRLEN]; ^~~~~~~~ /kisskb/src/net/core/flow_dissector.c:592:18: note: byref variable will be forcibly initialized struct ethhdr _eth; ^~~~ /kisskb/src/net/core/flow_dissector.c:565:10: note: byref variable will be forcibly initialized __be32 _keyid; ^~~~~~ /kisskb/src/net/core/flow_dissector.c:532:28: note: byref variable will be forcibly initialized struct gre_base_hdr *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_tcp': /kisskb/src/net/core/flow_dissector.c:703:21: note: byref variable will be forcibly initialized struct tcphdr *th, _th; ^~~ In file included from /kisskb/src/net/core/flow_dissector.c:14: /kisskb/src/net/core/flow_dissector.c: In function 'tipc_hdr_rps_key': /kisskb/src/include/net/tipc.h:51:9: note: byref variable will be forcibly initialized __be32 key; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/kmod.c:4: /kisskb/src/kernel/kmod.c: In function '__request_module': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:940:11: note: in expansion of macro '__wait_event_killable_timeout' __ret = __wait_event_killable_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:155:9: note: in expansion of macro 'wait_event_killable_timeout' ret = wait_event_killable_timeout(kmod_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:127:7: note: byref variable will be forcibly initialized char module_name[MODULE_NAME_LEN]; ^~~~~~~~~~~ /kisskb/src/kernel/kmod.c:126:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/platform/chrome/cros_usbpd_notify.c: In function 'cros_usbpd_get_event_and_notify': /kisskb/src/drivers/platform/chrome/cros_usbpd_notify.c:103:39: note: byref variable will be forcibly initialized struct ec_response_host_event_status host_event_status; ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_get_ports': /kisskb/src/net/core/flow_dissector.c:127:18: note: byref variable will be forcibly initialized __be32 *ports, _ports; ^~~~~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_flow_get_icmp_tci': /kisskb/src/net/core/flow_dissector.c:166:22: note: byref variable will be forcibly initialized struct icmphdr *ih, _ih; ^~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect': /kisskb/src/net/core/flow_dissector.c:1337:19: note: byref variable will be forcibly initialized struct frag_hdr _fh, *fh; ^~~ /kisskb/src/net/core/flow_dissector.c:1318:6: note: byref variable will be forcibly initialized u8 _opthdr[2], *opthdr; ^~~~~~~ /kisskb/src/net/core/flow_dissector.c:1270:27: note: byref variable will be forcibly initialized struct ptp_header *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c:1217:31: note: byref variable will be forcibly initialized struct tipc_basic_hdr *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c:1192:11: note: byref variable will be forcibly initialized } *hdr, _hdr; ^~~~ /kisskb/src/net/core/flow_dissector.c:1140:19: note: byref variable will be forcibly initialized struct vlan_hdr _vlan; ^~~~~ /kisskb/src/net/core/flow_dissector.c:1089:18: note: byref variable will be forcibly initialized struct ipv6hdr _iph; ^~~~ /kisskb/src/net/core/flow_dissector.c:1041:16: note: byref variable will be forcibly initialized struct iphdr _iph; ^~~~ /kisskb/src/net/core/flow_dissector.c:996:30: note: byref variable will be forcibly initialized struct bpf_flow_dissector ctx = { ^~~ /kisskb/src/net/core/flow_dissector.c:995:25: note: byref variable will be forcibly initialized struct bpf_flow_keys flow_keys; ^~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:927:7: note: byref variable will be forcibly initialized bool mpls_el = false; ^~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c: In function 'matroxfb_g450_compute': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c:532:20: note: byref variable will be forcibly initialized int blacklevel, whitelevel; ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c:532:8: note: byref variable will be forcibly initialized int blacklevel, whitelevel; ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c:528:29: note: byref variable will be forcibly initialized const struct output_desc* outd; ^~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c: In function 'g450_set_ctrl': /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c:190:21: note: byref variable will be forcibly initialized int blacklevel, whitelevel; ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/matrox/matroxfb_g450.c:190:9: note: byref variable will be forcibly initialized int blacklevel, whitelevel; ^~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_attach_node': /kisskb/src/drivers/of/dynamic.c:207:6: note: byref variable will be forcibly initialized int sz; ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_property_notify': /kisskb/src/drivers/of/dynamic.c:192:26: note: byref variable will be forcibly initialized struct of_reconfig_data pr; ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_notify': /kisskb/src/drivers/of/dynamic.c:539:28: note: byref variable will be forcibly initialized struct of_changeset_entry ce_inverted; ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c:538:26: note: byref variable will be forcibly initialized struct of_reconfig_data rd; ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_attach_node': /kisskb/src/drivers/of/dynamic.c:237:26: note: byref variable will be forcibly initialized struct of_reconfig_data rd; ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_apply': /kisskb/src/drivers/of/dynamic.c:572:19: note: byref variable will be forcibly initialized struct property *old_prop, **propp; ^~~~~~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/asm-generic/qrwlock.h:14, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:94, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/net/core/flow_dissector.c:3: /kisskb/src/net/core/flow_dissector.c: In function 'flow_hash_from_keys': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(get_random_bytes, (buf), (nbytes)) ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' get_random_once((buf), (nbytes)) ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1452:2: note: in expansion of macro 'net_get_random_once' net_get_random_once(&hashrnd, sizeof(hashrnd)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_revert': /kisskb/src/drivers/of/dynamic.c:664:28: note: byref variable will be forcibly initialized struct of_changeset_entry ce_inverted; ^~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_get_hash_symmetric': /kisskb/src/drivers/of/dynamic.c: In function 'of_detach_node': /kisskb/src/drivers/of/dynamic.c:290:26: note: byref variable will be forcibly initialized struct of_reconfig_data rd; ^~ /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(get_random_bytes, (buf), (nbytes)) ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' get_random_once((buf), (nbytes)) ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1452:2: note: in expansion of macro 'net_get_random_once' net_get_random_once(&hashrnd, sizeof(hashrnd)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1610:19: note: byref variable will be forcibly initialized struct flow_keys keys; ^~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/asm-generic/qrwlock.h:14, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:94, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/net/core/flow_dissector.c:3: /kisskb/src/net/core/flow_dissector.c: In function '__skb_get_hash': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(get_random_bytes, (buf), (nbytes)) ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' get_random_once((buf), (nbytes)) ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1452:2: note: in expansion of macro 'net_get_random_once' net_get_random_once(&hashrnd, sizeof(hashrnd)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1634:19: note: byref variable will be forcibly initialized struct flow_keys keys; ^~~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_get_hash_perturb': /kisskb/src/net/core/flow_dissector.c:1648:19: note: byref variable will be forcibly initialized struct flow_keys keys; ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_get_poff': /kisskb/src/net/core/flow_dissector.c:1668:6: note: byref variable will be forcibly initialized u8 _doff; ^~~~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_get_poff': /kisskb/src/net/core/flow_dissector.c:1716:25: note: byref variable will be forcibly initialized struct flow_keys_basic keys; ^~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_apply': /kisskb/src/drivers/of/dynamic.c:770:11: note: byref variable will be forcibly initialized int ret, ret_revert = 0; ^~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_revert': /kisskb/src/drivers/of/dynamic.c:863:11: note: byref variable will be forcibly initialized int ret, ret_reply; ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'coresight_find_sink': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:981:7: note: byref variable will be forcibly initialized int child_depth = curr_depth; ^~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:964:34: note: byref variable will be forcibly initialized int i, curr_depth = *depth + 1, found_depth = 0; ^~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-epf-core.c: In function 'pci_epf_alloc_space': /kisskb/src/drivers/pci/endpoint/pci-epf-core.c:295:13: note: byref variable will be forcibly initialized dma_addr_t phys_addr; ^~~~~~~~~ In file included from /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:13: /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'active_store': /kisskb/src/drivers/hwtracing/intel_th/core.c:309:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'intel_th_subdevice_alloc': /kisskb/src/drivers/hwtracing/intel_th/core.c:620:18: note: byref variable will be forcibly initialized struct resource res[3]; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'enable_sink_store': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1219:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/drivers/mfd/max14577.c:17: /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_print_dev_type': /kisskb/src/drivers/mfd/max14577.c:266:5: note: byref variable will be forcibly initialized u8 reg_data, vendor_id, device_id; ^~~~~~~~ /kisskb/src/drivers/mfd/max14577.c: In function 'max77836_init': /kisskb/src/drivers/mfd/max14577.c:298:5: note: byref variable will be forcibly initialized u8 intsrc_mask; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:6: /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:13: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/netlink.h:29, from /kisskb/src/net/netlink/af_netlink.c:71: /kisskb/src/net/netlink/af_netlink.c: In function 'perf_trace_netlink_extack': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'enable_source_store': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1249:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'coresight_find_default_sink': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1020:6: note: byref variable will be forcibly initialized int depth = 0; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/netlink.h:29, from /kisskb/src/net/netlink/af_netlink.c:71: /kisskb/src/net/netlink/af_netlink.c: In function 'trace_event_raw_event_netlink_extack': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/netlink.h:29, from /kisskb/src/net/netlink/af_netlink.c:71: /kisskb/src/net/netlink/af_netlink.c: In function '__bpf_trace_netlink_extack': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netlink_extack, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/netlink/af_netlink.c:36: /kisskb/src/net/netlink/af_netlink.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_hash': /kisskb/src/net/netlink/af_netlink.c:2828:29: note: byref variable will be forcibly initialized struct netlink_compare_arg arg; ^~~ In file included from /kisskb/src/net/netlink/af_netlink.c:57: /kisskb/src/net/netlink/af_netlink.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_lookup': /kisskb/src/net/netlink/af_netlink.c:511:29: note: byref variable will be forcibly initialized struct netlink_compare_arg arg; ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_cmsg_recv_pktinfo': /kisskb/src/net/netlink/af_netlink.c:1838:20: note: byref variable will be forcibly initialized struct nl_pktinfo info; ^~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/netlink/af_netlink.c:67: /kisskb/src/net/netlink/af_netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ In file included from /kisskb/src/include/linux/netlink.h:9, from /kisskb/src/include/uapi/linux/neighbour.h:6, from /kisskb/src/include/linux/netdevice.h:45, from /kisskb/src/net/netlink/af_netlink.c:41: /kisskb/src/net/netlink/af_netlink.c: In function 'scm_recv': /kisskb/src/include/net/scm.h:125:16: note: byref variable will be forcibly initialized struct ucred ucreds = { ^~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_recvmsg': /kisskb/src/net/netlink/af_netlink.c:1945:6: note: byref variable will be forcibly initialized int err, ret; ^~~ /kisskb/src/net/netlink/af_netlink.c:1939:20: note: byref variable will be forcibly initialized struct scm_cookie scm; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/netlink/af_netlink.c:36: /kisskb/src/net/netlink/af_netlink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/net/netlink/af_netlink.c:57: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_insert': /kisskb/src/net/netlink/af_netlink.c:520:29: note: byref variable will be forcibly initialized struct netlink_compare_arg arg; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_table_grab': /kisskb/src/net/netlink/af_netlink.c:437:21: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_kernel_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c:2082:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nl_table[unit].listeners, listeners); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c:2040:17: note: byref variable will be forcibly initialized struct socket *sock; ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_setsockopt': /kisskb/src/net/netlink/af_netlink.c:1638:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_bind': /kisskb/src/net/netlink/af_netlink.c:993:16: note: byref variable will be forcibly initialized unsigned long groups; ^~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_release': /kisskb/src/net/netlink/af_netlink.c:780:25: note: byref variable will be forcibly initialized struct netlink_notify n = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_add_usersock_entry': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c:2812:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nl_table[NETLINK_USERSOCK].listeners, listeners); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_attachskb': /kisskb/src/net/netlink/af_netlink.c:1223:21: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_unicast': /kisskb/src/net/netlink/af_netlink.c:1328:7: note: byref variable will be forcibly initialized long timeo; ^~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_broadcast_filtered': /kisskb/src/net/netlink/af_netlink.c:1498:32: note: byref variable will be forcibly initialized struct netlink_broadcast_data info; ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_sendmsg': /kisskb/src/net/netlink/af_netlink.c:1863:20: note: byref variable will be forcibly initialized struct scm_cookie scm; ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_set_err': /kisskb/src/net/netlink/af_netlink.c:1596:30: note: byref variable will be forcibly initialized struct netlink_set_err_data info; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_change_ngroups': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c:2135:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tbl->listeners, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_rcv_skb': /kisskb/src/net/netlink/af_netlink.c:2482:25: note: byref variable will be forcibly initialized struct netlink_ext_ack extack; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/drivers/media/dvb-core/dvb_demux.c:22: /kisskb/src/drivers/media/dvb-core/dvb_demux.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/dvb-core/dvb_demux.c:24: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c: In function 'dw_pcie_read_dbi': /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c:142:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c: In function 'dw_pcie_readl_atu': /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c:187:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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:1311:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/runtime.c:1311:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_suspend': /kisskb/src/drivers/base/power/runtime.c:592:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/runtime.c:592:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_resume': /kisskb/src/drivers/base/power/runtime.c:770:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/runtime.c:770:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ In file included from /kisskb/src/drivers/nvmem/core.c:20: /kisskb/src/drivers/nvmem/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_add_cells_from_of': /kisskb/src/drivers/nvmem/core.c:683:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_connection_recv': /kisskb/src/drivers/greybus/operation.c:1029:30: note: byref variable will be forcibly initialized struct gb_operation_msg_hdr header; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/greybus/operation.c:10: /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1083:2: note: in expansion of macro 'wait_event' wait_event(gb_operation_cancellation_queue, ^~~~~~~~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_prepare_write_buffer': /kisskb/src/drivers/nvmem/core.c:1448:5: note: byref variable will be forcibly initialized u8 v, *p, *buf, *b, pbyte, pbits; ^ /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel_incoming': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1110:2: note: in expansion of macro 'wait_event' wait_event(gb_operation_cancellation_queue, ^~~~~~~~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_read': /kisskb/src/drivers/nvmem/core.c:1731:10: note: byref variable will be forcibly initialized ssize_t len; ^~~ /kisskb/src/drivers/nvmem/core.c:1729:20: note: byref variable will be forcibly initialized struct nvmem_cell cell; ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_write': /kisskb/src/drivers/nvmem/core.c:1760:20: note: byref variable will be forcibly initialized struct nvmem_cell cell; ^~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:566:22: note: byref variable will be forcibly initialized struct mutex_waiter waiter; ^~~~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_common': /kisskb/src/drivers/nvmem/core.c:1538:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u32': /kisskb/src/drivers/nvmem/core.c:1666:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u64': /kisskb/src/drivers/nvmem/core.c:1697:9: note: byref variable will be forcibly initialized size_t len; ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:309: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'tt_available': /kisskb/src/drivers/usb/host/ehci-sched.c:370:18: note: byref variable will be forcibly initialized unsigned short tt_usecs[8]; ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iio/industrialio-event.c:10: /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_chrdev_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:140:10: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(ev_int->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:126:15: note: byref variable will be forcibly initialized unsigned int copied; ^~~~~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_ioctl': /kisskb/src/drivers/iio/industrialio-event.c:484:6: note: byref variable will be forcibly initialized int fd; ^~ In file included from /kisskb/src/drivers/iio/industrialio-event.c:17: /kisskb/src/drivers/iio/industrialio-event.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_value_store': /kisskb/src/drivers/iio/industrialio-event.c:331:11: note: byref variable will be forcibly initialized int val, val2; ^~~~ /kisskb/src/drivers/iio/industrialio-event.c:331:6: note: byref variable will be forcibly initialized int val, val2; ^~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_value_show': /kisskb/src/drivers/iio/industrialio-event.c:310:17: note: byref variable will be forcibly initialized int val, val2, val_arr[2]; ^~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:310:11: note: byref variable will be forcibly initialized int val, val2, val_arr[2]; ^~~~ /kisskb/src/drivers/iio/industrialio-event.c:310:6: note: byref variable will be forcibly initialized int val, val2, val_arr[2]; ^~~ 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:848:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_state_store': /kisskb/src/drivers/iio/industrialio-event.c:274:7: note: byref variable will be forcibly initialized bool val; ^~~ In file included from /kisskb/src/drivers/iio/industrialio-event.c:13: /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_push_event': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c:82:12: note: in expansion of macro 'kfifo_put' copied = kfifo_put(&ev_int->det_events, ev); ^~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'mutex_lock_io_nested': /kisskb/src/kernel/locking/mutex.c:566:22: note: byref variable will be forcibly initialized struct mutex_waiter waiter; ^~~~~~ /kisskb/src/drivers/mux/core.c: In function 'mux_control_get': /kisskb/src/drivers/mux/core.c:428:25: note: byref variable will be forcibly initialized struct of_phandle_args 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/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/ehci-hcd.c:11: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:309: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/ehci-sched.c:839:11: note: byref variable will be forcibly initialized unsigned c_mask; ^~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:305: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_hrtimer_func': /kisskb/src/drivers/usb/host/ehci-timer.c:402:16: note: byref variable will be forcibly initialized unsigned long events; ^~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:307: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qtd_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:39:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qh_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:70:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:309: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'itd_urb_transaction': /kisskb/src/drivers/usb/host/ehci-sched.c:1242:14: note: byref variable will be forcibly initialized dma_addr_t itd_dma; ^~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'sitd_urb_transaction': /kisskb/src/drivers/usb/host/ehci-sched.c:2041:14: note: byref variable will be forcibly initialized dma_addr_t sitd_dma; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:308: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_submit_single_step_set_feature': /kisskb/src/drivers/usb/host/ehci-q.c:1174:19: note: byref variable will be forcibly initialized struct list_head qtd_list; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:309: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/ehci-sched.c:913:19: note: byref variable will be forcibly initialized struct list_head empty; ^~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:306: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_handover_companion_ports': /kisskb/src/drivers/usb/host/ehci-hub.c:38:10: note: byref variable will be forcibly initialized __le32 buf; ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_bus_resume': /kisskb/src/drivers/usb/host/ehci-hub.c:382:17: note: byref variable will be forcibly initialized unsigned long resume_needed = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_urb_enqueue': /kisskb/src/drivers/usb/host/ehci-hcd.c:874:19: note: byref variable will be forcibly initialized struct list_head qtd_list; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'uframe_periodic_max_store': /kisskb/src/drivers/usb/host/ehci-sysfs.c:86:12: note: byref variable will be forcibly initialized unsigned uframe_periodic_max; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'companion_store': /kisskb/src/drivers/usb/host/ehci-sysfs.c:42:8: note: byref variable will be forcibly initialized int portnum, new_owner; ^~~~~~~ In file included from /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c:11: /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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:28: note: byref variable will be forcibly initialized struct pci_epc_mem_window mem_window; ^~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-core.c: In function 'cec_error_inj_write': /kisskb/src/drivers/media/cec/core/cec-core.c:194:8: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/kernel/power/main.c: In function 'pm_freeze_timeout_store': /kisskb/src/kernel/power/main.c:873:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_debug_messages_store': /kisskb/src/kernel/power/main.c:524:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_print_times_store': /kisskb/src/kernel/power/main.c:484:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'sync_on_suspend_store': /kisskb/src/kernel/power/main.c:212:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_async_store': /kisskb/src/kernel/power/main.c:109:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_one': /kisskb/src/drivers/of/address.c:399:15: note: byref variable will be forcibly initialized unsigned int rlen; ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_translate_address': /kisskb/src/drivers/of/address.c:481:19: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~~ /kisskb/src/drivers/of/address.c:481:14: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~~ /kisskb/src/drivers/of/address.c:481:10: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~ /kisskb/src/drivers/of/address.c:481:6: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~ /kisskb/src/drivers/of/address.c:480:9: note: byref variable will be forcibly initialized __be32 addr[OF_MAX_ADDR_CELLS]; ^~~~ /kisskb/src/kernel/power/main.c: In function 'wakeup_count_store': /kisskb/src/kernel/power/main.c:715:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/kernel/power/main.c: In function 'wakeup_count_show': /kisskb/src/kernel/power/main.c:705:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_ioport': /kisskb/src/drivers/of/address.c:775:22: note: byref variable will be forcibly initialized struct device_node *host; ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_address': /kisskb/src/drivers/of/address.c:568:22: note: byref variable will be forcibly initialized struct device_node *host; ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_address': /kisskb/src/drivers/of/address.c:634:22: note: byref variable will be forcibly initialized int onesize, i, na, ns; ^~ /kisskb/src/drivers/of/address.c:634:18: note: byref variable will be forcibly initialized int onesize, i, na, ns; ^~ /kisskb/src/drivers/of/address.c:631:15: note: byref variable will be forcibly initialized unsigned int psize; ^~~~~ /kisskb/src/kernel/power/main.c: In function '__pm_pr_dbg': /kisskb/src/kernel/power/main.c:556:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_address_to_resource': /kisskb/src/drivers/of/address.c:801:14: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/of/address.c:800:15: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/drivers/of/address.c:799:7: note: byref variable will be forcibly initialized u64 size; ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_dma_parent': /kisskb/src/drivers/of/address.c:584:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/of/address.c: In function 'parser_init': /kisskb/src/drivers/of/address.c:676:6: note: byref variable will be forcibly initialized int rlen; ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_iomap': /kisskb/src/drivers/of/address.c:860:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/of/address.c:11: /kisskb/src/drivers/of/address.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_dma_address': /kisskb/src/drivers/of/address.c:612:22: note: byref variable will be forcibly initialized struct device_node *host; ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_io_request_and_map': /kisskb/src/drivers/of/address.c:889:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_range': /kisskb/src/drivers/of/address.c:939:6: note: byref variable will be forcibly initialized int len, num_ranges = 0; ^~~ /kisskb/src/drivers/of/address.c:937:18: note: byref variable will be forcibly initialized struct of_range range; ^~~~~ /kisskb/src/drivers/of/address.c:936:25: note: byref variable will be forcibly initialized struct of_range_parser parser; ^~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_max_cpu_address': /kisskb/src/drivers/of/address.c:1017:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/address.c:1014:18: note: byref variable will be forcibly initialized struct of_range range; ^~~~~ /kisskb/src/drivers/of/address.c:1011:25: note: byref variable will be forcibly initialized struct of_range_parser parser; ^~~~~~ 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(icc_set_bw_end, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/interconnect/core.c:9: /kisskb/src/drivers/interconnect/core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/interconnect/core.c:10: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'path_find': /kisskb/src/drivers/interconnect/core.c:184:19: note: byref variable will be forcibly initialized struct list_head visited_list; ^~~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:183:19: note: byref variable will be forcibly initialized struct list_head edge_list; ^~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:182:19: note: byref variable will be forcibly initialized 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:35: note: byref variable will be forcibly initialized struct of_phandle_args src_args, dst_args; ^~~~~~~~ /kisskb/src/drivers/interconnect/core.c:442:25: note: byref variable will be forcibly initialized struct of_phandle_args src_args, dst_args; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, current); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'win_switch_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:2055:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'wrap_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1824:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'intel_th_msc_read': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1545:33: note: byref variable will be forcibly initialized struct msc_win_to_user_struct u = { ^ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hwtracing/intel_th/msu.c:16: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'nr_pages_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1983:16: note: byref variable will be forcibly initialized unsigned long val, *win = NULL, *rewin; ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1875:6: note: byref variable will be forcibly initialized int i, ret; ^ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/authenc.c:10: /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_copy_assoc': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^~ /kisskb/src/crypto/authenc.c:181:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_setkey': /kisskb/src/crypto/authenc.c:90:29: note: byref variable will be forcibly initialized struct crypto_authenc_keys keys; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'finish_task': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4594:2: note: in expansion of macro 'smp_store_release' smp_store_release(&prev->on_cpu, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_create': /kisskb/src/crypto/authenc.c:375:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_stop': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_stop_ret': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_queue_work': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_execute_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_execute_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_wakeup_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_switch': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_migrate_task': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_wait': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_parse_qos_info_param_IE': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1683:36: note: byref variable will be forcibly initialized struct rtllib_qos_parameter_info param_element; ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1675:40: note: byref variable will be forcibly initialized struct rtllib_qos_information_element qos_info_element; ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_fork': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_stat_runtime': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_pi_setprio': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_hang': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:554:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_hang, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:554:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_hang, ^~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_parse_mife_generic': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1799:6: note: byref variable will be forcibly initialized u8 ht_realtek_agg_buf[MAX_IE_LEN]; ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_move_numa': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_numa_pair_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_wake_idle_without_ipi': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop_ret': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_queue_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wakeup_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/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:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_switch': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_migrate_task': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_wait': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_fork': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_runtime': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_pi_setprio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_hang': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:554:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_hang, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_move_numa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_numa_pair_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wake_idle_without_ipi': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_channel_read': /kisskb/src/drivers/iio/inkern.c:519:6: note: byref variable will be forcibly initialized int val_len = 2; ^~~~~~~ /kisskb/src/drivers/iio/inkern.c:517:6: note: byref variable will be forcibly initialized int vals[INDIO_MAX_RAW_ELEMENTS]; ^~~~ /kisskb/src/drivers/iio/inkern.c:516:6: note: byref variable will be forcibly initialized int unused; ^~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_convert_raw_to_processed_unlocked': /kisskb/src/drivers/iio/inkern.c:581:41: note: byref variable will be forcibly initialized int scale_type, scale_val, scale_val2, offset; ^~~~~~ /kisskb/src/drivers/iio/inkern.c:581:29: note: byref variable will be forcibly initialized int scale_type, scale_val, scale_val2, offset; ^~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c:581:18: note: byref variable will be forcibly initialized int scale_type, scale_val, scale_val2, offset; ^~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_channel_read_max': /kisskb/src/drivers/iio/inkern.c:782:6: note: byref variable will be forcibly initialized int length; ^~~~~~ /kisskb/src/drivers/iio/inkern.c:781:13: note: byref variable will be forcibly initialized const int *vals; ^~~~ /kisskb/src/drivers/iio/inkern.c:780:6: note: byref variable will be forcibly initialized int unused; ^~~~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_validate_ops': /kisskb/src/net/netlink/genetlink.c:361:20: note: byref variable will be forcibly initialized struct genl_ops op2; ^~~ /kisskb/src/net/netlink/genetlink.c:355:19: note: byref variable will be forcibly initialized struct genl_ops op; ^~ In file included from /kisskb/src/drivers/iio/inkern.c:8: /kisskb/src/drivers/iio/inkern.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/netlink/genetlink.c:22: /kisskb/src/net/netlink/genetlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_exec': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_exec': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_find_byname': /kisskb/src/net/netlink/genetlink.c:93:15: note: byref variable will be forcibly initialized unsigned int id; ^~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_stop': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_stop_ret': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_work_execute_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_wakeup_template': /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_dumppolicy_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/netlink/genetlink.c:1128:18: note: byref variable will be forcibly initialized struct genl_ops op; ^~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_wait': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_hang': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:554:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_hang, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:554:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_pelt_cfs_tp': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:691:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_cfs_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:691:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:695:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_rt_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:695:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:699:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_dl_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:699:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:703:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_thermal_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:703:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:707:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_irq_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:707:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:711:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(pelt_se_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:711:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:715:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_cpu_capacity_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:715:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:723:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_util_est_cfs_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:723:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:727:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_util_est_se_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:727:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_work_execute_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_tx.c: In function 'rtllib_query_seqnum': /kisskb/src/drivers/staging/rtl8192e/rtllib_tx.c:505:24: note: byref variable will be forcibly initialized struct tx_ts_record *pTS = NULL; ^~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_migrate_task': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_fork': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_pi_setprio': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function '__of_iio_channel_get': /kisskb/src/drivers/iio/inkern.c:141:25: note: byref variable will be forcibly initialized struct of_phandle_args iiospec; ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_overutilized_tp': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:719:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_overutilized_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:719:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_overutilized_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:719:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_overutilized_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:719:1: note: in expansion of macro 'DECLARE_TRACE' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:731:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_update_nr_running_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:731:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_update_nr_running_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:731:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_update_nr_running_tp, ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:119:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:731:1: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(sched_update_nr_running_tp, ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_tx.c: In function 'rtllib_tx_query_agg_cap': /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_switch': /kisskb/src/drivers/staging/rtl8192e/rtllib_tx.c:273:23: note: byref variable will be forcibly initialized struct tx_ts_record *pTxTs = NULL; ^~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_exec': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_stat_runtime': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_move_numa': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_numa_pair_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_rx_check_duplicate': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:937:24: note: byref variable will be forcibly initialized struct rx_ts_record *pRxTS = NULL; ^~~~~ In file included from /kisskb/src/net/netlink/genetlink.c:12: /kisskb/src/net/netlink/genetlink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_validate_assign_mc_groups': /kisskb/src/net/netlink/genetlink.c:245:6: note: byref variable will be forcibly initialized int first_id; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_execute': /kisskb/src/drivers/scsi/scsi_transport_spi.c:114:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr_tmp; ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:113:16: note: byref variable will be forcibly initialized unsigned char sense[SCSI_SENSE_BUFFERSIZE]; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_dv_device_echo_buffer': /kisskb/src/drivers/scsi/scsi_transport_spi.c:638:13: note: byref variable will be forcibly initialized const char spi_read_buffer[] = { ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:635:13: note: byref variable will be forcibly initialized const char spi_write_buffer[] = { ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:633:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_dv_device_compare_inquiry': /kisskb/src/drivers/scsi/scsi_transport_spi.c:718:13: note: byref variable will be forcibly initialized const char spi_inquiry[] = { ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:52:9: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_read_avail_channel_raw': /kisskb/src/drivers/iio/inkern.c:763:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_read_max_channel_raw': /kisskb/src/drivers/iio/inkern.c:827:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_dumppolicy': /kisskb/src/net/netlink/genetlink.c:1261:20: note: byref variable will be forcibly initialized struct genl_ops op; ^~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_indicate_packets': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:503:9: note: byref variable will be forcibly initialized u16 len; ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_fill_info': /kisskb/src/net/netlink/genetlink.c:839:20: note: byref variable will be forcibly initialized struct genl_ops op; ^~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_parse_attributes': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:456:5: note: byref variable will be forcibly initialized u8 tuple[257]; ^~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:455:6: note: byref variable will be forcibly initialized int tuple_type; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:454:6: note: byref variable will be forcibly initialized int tuple_length; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:453:6: note: byref variable will be forcibly initialized int address = 0; ^~~~~~~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_dumpfamily': /kisskb/src/net/netlink/genetlink.c:949:15: note: byref variable will be forcibly initialized unsigned int id; ^~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_parse_info_param': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:2031:7: note: byref variable will be forcibly initialized char rates_str[64]; ^~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:2030:6: note: byref variable will be forcibly initialized u16 tmp_htinfo_len = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_display_xfer_agreement': /kisskb/src/drivers/scsi/scsi_transport_spi.c:1137:8: note: byref variable will be forcibly initialized char tmp[8]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:2029:6: note: byref variable will be forcibly initialized u16 tmp_htcap_len = 0; ^~~~~~~~~~~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg_doit': /kisskb/src/net/netlink/genetlink.c:703:19: note: byref variable will be forcibly initialized struct genl_info info; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'print_nego': /kisskb/src/drivers/scsi/scsi_transport_spi.c:1267:8: note: byref variable will be forcibly initialized char buf[20]; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_write': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1447:5: note: byref variable will be forcibly initialized u8 fragbuf[HOST_LINK_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1445:11: note: byref variable will be forcibly initialized u8 slot, connection_id; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1445:5: note: byref variable will be forcibly initialized u8 slot, connection_id; ^~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_bind': /kisskb/src/net/netlink/genetlink.c:1358:15: note: byref variable will be forcibly initialized unsigned int id; ^~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_read_data': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:637:5: note: byref variable will be forcibly initialized u8 buf[HOST_LINK_BUF_SIZE]; ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg_dumpit': /kisskb/src/net/netlink/genetlink.c:681:31: note: byref variable will be forcibly initialized struct netlink_dump_control c = { ^ /kisskb/src/net/netlink/genetlink.c:669:31: note: byref variable will be forcibly initialized struct netlink_dump_control c = { ^ /kisskb/src/net/netlink/genetlink.c:656:28: note: byref variable will be forcibly initialized struct genl_start_context ctx; ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg': /kisskb/src/net/netlink/genetlink.c:749:18: note: byref variable will be forcibly initialized struct genl_ops op; ^~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_link_init': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:325:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/netlink/genetlink.c:10: /kisskb/src/net/netlink/genetlink.c: In function 'genl_unregister_family': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/net/netlink/genetlink.c:467:2: note: in expansion of macro 'wait_event' wait_event(genl_sk_destructing_waitq, ^~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c: In function 'rtllib_rx_InfraAdhoc': /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1304:5: note: byref variable will be forcibly initialized u8 src[ETH_ALEN]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1303:5: note: byref variable will be forcibly initialized u8 dst[ETH_ALEN]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1300:23: note: byref variable will be forcibly initialized struct rx_ts_record *pTS = NULL; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_rx.c:1298:30: note: byref variable will be forcibly initialized struct lib80211_crypt_data *crypt = NULL; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'store_spi_transport_period_helper': /kisskb/src/drivers/scsi/scsi_transport_spi.c:448:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/drivers/mmc/host/sdhci-pltfm.c: In function 'sdhci_get_property': /kisskb/src/drivers/mmc/host/sdhci-pltfm.c:84:6: note: byref variable will be forcibly initialized u32 bus_width; ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'store_spi_transport_period': /kisskb/src/drivers/scsi/scsi_transport_spi.c:505:6: note: byref variable will be forcibly initialized int period, retval; ^~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_read_condition': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1547:5: note: byref variable will be forcibly initialized u8 hdr[2]; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1544:9: note: byref variable will be forcibly initialized size_t fraglen; ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_poll': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1787:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/kernel/sched/core.c:7782:21: note: byref variable will be forcibly initialized struct sched_param lp = { .sched_priority = 0 }; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1628:12: note: in expansion of macro 'wait_event_interruptible' status = wait_event_interruptible(ca->wait_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1607:9: note: byref variable will be forcibly initialized size_t fraglen; ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1603:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1602:5: note: byref variable will be forcibly initialized u8 hdr[2]; ^~~ /kisskb/src/kernel/sched/core.c: In function 'balance_push_set': 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/sched/core.c:8898:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/kernel/sched/sched.h:1867, from /kisskb/src/kernel/sched/core.c:13: /kisskb/src/kernel/sched/core.c: In function 'psi_ttwu_dequeue': /kisskb/src/kernel/sched/stats.h:117:19: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8451:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8497:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval_time32': /kisskb/src/kernel/sched/core.c:8510:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/kernel/sched/core.c:6871:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_tick_remote': /kisskb/src/kernel/sched/core.c:5273:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:57: /kisskb/src/mm/mmap.c: In function 'perf_trace_vm_unmapped_area': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:57: /kisskb/src/mm/mmap.c: In function 'trace_event_raw_event_vm_unmapped_area': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:6170:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/kernel/sched/core.c:8118:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ 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:57: /kisskb/src/mm/mmap.c: In function '__bpf_trace_vm_unmapped_area': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_read': /kisskb/src/fs/seq_file.c:155:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/seq_file.c:154:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/seq_file.c:153:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = buf, .iov_len = size}; ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_escape_mem': /kisskb/src/fs/seq_file.c:377:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_printf': /kisskb/src/fs/seq_file.c:419:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/seq_file.c: In function 'seq_path': /kisskb/src/fs/seq_file.c:488:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_runnable': /kisskb/src/kernel/sched/core.c:3608:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/fs/seq_file.c: In function 'seq_path_root': /kisskb/src/fs/seq_file.c:526:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/fs/seq_file.c: In function 'seq_dentry': /kisskb/src/fs/seq_file.c:555:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/mm/mmap.c:2645:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ In file included 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/hwtracing/coresight/coresight-platform.c:6: /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmap.c: In function 'cmdline_parse_stack_guard_gap': /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/mmap.c:2548:8: note: byref variable will be forcibly initialized char *endptr; ^~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'of_coresight_count_ports': /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:153:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'of_coresight_get_ports_legacy': /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:90:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint; ^~~~~~~~ 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:727, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/trace_events.h:21, from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'affine_move_task': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2736:2: note: in expansion of macro 'wait_var_event' wait_var_event(&my_pending.refs, !refcount_read(&my_pending.refs)); ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'of_coresight_parse_endpoint': /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:222:31: note: byref variable will be forcibly initialized struct of_endpoint endpoint, rendpoint; ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:222:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint, rendpoint; ^~~~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_hex_dump': /kisskb/src/fs/seq_file.c:886:8: note: byref variable will be forcibly initialized char *buffer; ^~~~~~ /kisskb/src/mm/mmap.c: In function '__insert_vm_struct': /kisskb/src/mm/mmap.c:714:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:714:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:713:25: note: byref variable will be forcibly initialized struct vm_area_struct *prev; ^~~~ /kisskb/src/kernel/sched/core.c: In function '__set_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2844:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'restrict_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2869:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'force_compatible_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2921:16: note: byref variable will be forcibly initialized cpumask_var_t new_mask; ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/kernel/sched/core.c:2297:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function '__balance_push_cpu_stop': /kisskb/src/kernel/sched/core.c:8805:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:3251:12: note: byref variable will be forcibly initialized ktime_t to = NSEC_PER_SEC / HZ; ^~ /kisskb/src/kernel/sched/core.c:3180:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'sched_ttwu_pending': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:177:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3647:4: note: in expansion of macro 'smp_cond_load_acquire' smp_cond_load_acquire(&p->on_cpu, !VAL); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3630:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_if_idle': /kisskb/src/kernel/sched/core.c:3687:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_queue': /kisskb/src/kernel/sched/core.c:3767:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/mm/mmap.c: In function 'arch_get_unmapped_area': In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'try_to_wake_up': /kisskb/src/mm/mmap.c:2142:31: note: byref variable will be forcibly initialized struct vm_unmapped_area_info info; ^~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:177:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4080:2: note: in expansion of macro 'smp_cond_load_acquire' smp_cond_load_acquire(&p->on_cpu, !VAL); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmap.c:2141:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/kthread.h:5, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4067:2: note: in expansion of macro 'if' if (smp_load_acquire(&p->on_cpu) && ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4067:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(&p->on_cpu) && ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mmap.c: In function 'arch_get_unmapped_area_topdown': /kisskb/src/mm/mmap.c:2182:31: note: byref variable will be forcibly initialized struct vm_unmapped_area_info info; ^~~~ /kisskb/src/mm/mmap.c:2180:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'try_invoke_on_locked_down_task': /kisskb/src/kernel/sched/core.c:4128:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:4441:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/mm/mmap.c: In function 'exit_mmap': /kisskb/src/mm/mmap.c:3126:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/mmap.c: In function 'insert_vm_struct': /kisskb/src/mm/mmap.c:3195:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:3195:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:3194:25: note: byref variable will be forcibly initialized struct vm_area_struct *prev; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:5062:24: note: byref variable will be forcibly initialized struct migration_arg arg = { p, dest_cpu }; ^~~ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': /kisskb/src/kernel/sched/core.c:5104:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/mm/mmap.c: In function 'copy_vma': /kisskb/src/mm/mmap.c:3237:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:3237:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:3236:35: note: byref variable will be forcibly initialized struct vm_area_struct *new_vma, *prev; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:6748:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:7219:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/mm/mmap.c: In function 'do_brk_flags': /kisskb/src/mm/mmap.c:3026:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:3026:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:3025:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/mmap.c:13: /kisskb/src/mm/mmap.c: In function 'vm_brk_flags': /kisskb/src/mm/mmap.c:3096:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_brk': /kisskb/src/mm/mmap.c:202:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/mmap.c: In function '__vm_munmap': /kisskb/src/mm/mmap.c:2902:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/sched/core.c: In function 'scheduler_tick': /kisskb/src/kernel/sched/core.c:5199:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/mm/mmap.c: In function 'mmap_region': /kisskb/src/mm/mmap.c:1723:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:1723:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:1721:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev, *merge; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:7595:21: note: byref variable will be forcibly initialized struct sched_param lparam; ^~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:7711:20: note: byref variable will be forcibly initialized struct sched_attr attr; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_stop_task': /kisskb/src/kernel/sched/core.c:3419:21: note: byref variable will be forcibly initialized struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo': /kisskb/src/kernel/sched/core.c:7567:21: note: byref variable will be forcibly initialized struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo_low': /kisskb/src/kernel/sched/core.c:7577:21: note: byref variable will be forcibly initialized struct sched_param sp = { .sched_priority = 1 }; ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setaffinity': /kisskb/src/kernel/sched/core.c:7937:30: note: byref variable will be forcibly initialized cpumask_var_t cpus_allowed, new_mask; ^~~~~~~~ /kisskb/src/kernel/sched/core.c:7937:16: note: byref variable will be forcibly initialized cpumask_var_t cpus_allowed, new_mask; ^~~~~~~~~~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_remap_file_pages': /kisskb/src/mm/mmap.c:2946:16: note: byref variable will be forcibly initialized unsigned long populate = 0; ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setaffinity': /kisskb/src/kernel/sched/core.c:8039:16: note: byref variable will be forcibly initialized cpumask_var_t new_mask; ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getaffinity': /kisskb/src/kernel/sched/core.c:8092:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'init_idle': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:8667:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rq->curr, idle); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_activate': /kisskb/src/kernel/sched/core.c:9022:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_deactivate': /kisskb/src/kernel/sched/core.c:9066:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_dying': /kisskb/src/kernel/sched/core.c:9202:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/drivers/vdpa/vdpa.c: In function 'vdpa_nl_cmd_dev_get_dumpit': /kisskb/src/drivers/vdpa/vdpa.c:594:28: note: byref variable will be forcibly initialized struct vdpa_dev_dump_info info; ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/drivers/vdpa/vdpa.c:15: /kisskb/src/drivers/vdpa/vdpa.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/drivers/vdpa/vdpa.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/drivers/vdpa/vdpa.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'cdc_ncm_set_dgram_size': /kisskb/src/drivers/net/usb/cdc_ncm.c:607:9: note: byref variable will be forcibly initialized __le16 max_datagram_size; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'tx_timer_usecs_store': /kisskb/src/drivers/net/usb/cdc_ncm.c:284:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'min_tx_pkt_store': /kisskb/src/drivers/net/usb/cdc_ncm.c:237:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'cdc_ncm_update_rxtx_max': /kisskb/src/drivers/net/usb/cdc_ncm.c:409:10: note: byref variable will be forcibly initialized __le32 dwNtbInMaxSize = cpu_to_le32(val); ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'tx_max_store': /kisskb/src/drivers/net/usb/cdc_ncm.c:268:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'rx_max_store': /kisskb/src/drivers/net/usb/cdc_ncm.c:253:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'ndp_to_end_store': /kisskb/src/drivers/net/usb/cdc_ncm.c:317:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/drivers/net/usb/cdc_ncm.c: In function 'cdc_ncm_bind_common': /kisskb/src/drivers/net/usb/cdc_ncm.c:822:31: note: byref variable will be forcibly initialized struct usb_cdc_parsed_header hdr; ^~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'stuser_set_state': /kisskb/src/drivers/pci/switch/switchtec.c:111:21: note: byref variable will be forcibly initialized const char * const state_names[] = { ^~~~~~~~~~~ /kisskb/src/kernel/locking/semaphore.c: In function '__down_common': /kisskb/src/kernel/locking/semaphore.c:211:26: note: byref variable will be forcibly initialized struct semaphore_waiter waiter; ^~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_pff_to_port': /kisskb/src/drivers/pci/switch/switchtec.c:1065:34: note: byref variable will be forcibly initialized 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:1109:34: note: byref variable will be forcibly initialized 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:1019:35: note: byref variable will be forcibly initialized struct switchtec_ioctl_event_ctl ctl; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/llist.c:57:10: note: in expansion of macro 'smp_load_acquire' entry = smp_load_acquire(&head->first); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c:537:8: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible(stuser->cmd_comp, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:33: /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_find_parent': /kisskb/src/drivers/of/irq.c:57:10: note: byref variable will be forcibly initialized phandle parent; ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_raw': /kisskb/src/drivers/of/irq.c:100:6: note: byref variable will be forcibly initialized int imaplen, match, i, rc = -EINVAL; ^~~~~~~ /kisskb/src/drivers/of/irq.c:99:45: note: byref variable will be forcibly initialized u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:99:29: note: byref variable will be forcibly initialized u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; ^~~~~~~~~~ /kisskb/src/drivers/of/irq.c:99:6: note: byref variable will be forcibly initialized u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; ^~~~~~~ /kisskb/src/drivers/of/irq.c:98:36: note: byref variable will be forcibly initialized const __be32 *tmp, *imap, *imask, dummy_imask[] = { [0 ... MAX_PHANDLE_ARGS] = cpu_to_be32(~0) }; ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:96:9: note: byref variable will be forcibly initialized __be32 initial_match_array[MAX_PHANDLE_ARGS]; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_dirtyfb': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:111:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_one': /kisskb/src/drivers/of/irq.c:290:6: note: byref variable will be forcibly initialized u32 intsize; ^~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'irq_of_parse_and_map': /kisskb/src/drivers/of/irq.c:38:25: note: byref variable will be forcibly initialized struct of_phandle_args oirq; ^~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_damage_merged': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:310:18: note: byref variable will be forcibly initialized struct drm_rect clip; ^~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:309:39: note: byref variable will be forcibly initialized struct drm_atomic_helper_damage_iter iter; ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_get': /kisskb/src/drivers/of/irq.c:390:25: note: byref variable will be forcibly initialized struct of_phandle_args oirq; ^~~~ /kisskb/src/drivers/of/irq.c: In function '__of_msi_map_id': /kisskb/src/drivers/of/irq.c:583:6: note: byref variable will be forcibly initialized u32 id_out = id_in; ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_to_resource': /kisskb/src/drivers/of/irq.c:359:15: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_count': /kisskb/src/drivers/of/irq.c:435:25: note: byref variable will be forcibly initialized struct of_phandle_args irq; ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_init': /kisskb/src/drivers/of/irq.c:484:35: note: byref variable will be forcibly initialized struct list_head intc_desc_list, intc_parent_list; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:484:19: note: byref variable will be forcibly initialized struct list_head intc_desc_list, intc_parent_list; ^~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:481:29: note: byref variable will be forcibly initialized 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:626:22: note: byref variable will be forcibly initialized struct device_node *np = NULL; ^~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_get_domain': /kisskb/src/drivers/of/irq.c:661:26: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/cec/core/cec-adap.c:10: /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_thread_func': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:488:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(adap->kthread_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:478:10: note: in expansion of macro 'wait_event_interruptible_timeout' err = wait_event_interruptible_timeout(adap->kthread_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_config_thread_func': /kisskb/src/drivers/media/cec/core/cec-adap.c:1483:18: note: byref variable will be forcibly initialized struct cec_msg msg = {}; ^~~ /kisskb/src/fs/namespace.c: In function 'do_idmap_mount': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c:4012:2: note: in expansion of macro 'smp_store_release' smp_store_release(&mnt->mnt.mnt_userns, mnt_userns); ^~~~~~~~~~~~~~~~~ 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:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'umount_tree': /kisskb/src/fs/namespace.c:1502:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/namespace.c: In function 'shrink_submounts': /kisskb/src/fs/namespace.c:3174:12: note: byref variable will be forcibly initialized LIST_HEAD(graveyard); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/namespace.c: In function 'commit_tree': /kisskb/src/fs/namespace.c:912:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/printk.h:37, from /kisskb/src/kernel/printk/printk.c:56: /kisskb/src/kernel/printk/printk.c: In function 'perf_trace_console': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/printk.h:37, from /kisskb/src/kernel/printk/printk.c:56: /kisskb/src/kernel/printk/printk.c: In function 'trace_event_raw_event_console': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_setup': /kisskb/src/kernel/printk/printk.c:2376:7: note: byref variable will be forcibly initialized char buf[sizeof(console_cmdline[0].name) + 4]; /* 4 for "ttyS" */ ^~~ /kisskb/src/fs/namespace.c: In function 'mntput_no_expire': /kisskb/src/fs/namespace.c:1160:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_unlock': /kisskb/src/kernel/printk/printk.c:2607:21: note: byref variable will be forcibly initialized struct printk_info info; ^~~~ /kisskb/src/fs/namespace.c: In function 'namespace_unlock': /kisskb/src/fs/namespace.c:1436:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/namespace.c:1433:20: note: byref variable will be forcibly initialized struct hlist_head head; ^~~~ /kisskb/src/fs/namespace.c: In function 'do_mount_setattr': /kisskb/src/fs/namespace.c:4057:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/fs/namespace.c: In function '__do_sys_mount_setattr': /kisskb/src/fs/namespace.c:4233:21: note: byref variable will be forcibly initialized struct mount_kattr kattr; ^~~~~ /kisskb/src/fs/namespace.c:4232:20: note: byref variable will be forcibly initialized struct mount_attr attr; ^~~~ /kisskb/src/fs/namespace.c:4231:14: note: byref variable will be forcibly initialized struct path target; ^~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:178:7: note: byref variable will be forcibly initialized char old_str[DEVKMSG_STR_MAX_SIZE]; ^~~~~~~ /kisskb/src/fs/namespace.c: In function 'mnt_warn_timestamp_expiry': /kisskb/src/fs/namespace.c:2567:13: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/fs/namespace.c: In function 'init_mount_tree': /kisskb/src/fs/namespace.c:4280:14: note: byref variable will be forcibly initialized struct path root; ^~~~ /kisskb/src/fs/namespace.c: In function 'ksys_umount': /kisskb/src/fs/namespace.c:1764:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_open_tree': /kisskb/src/fs/namespace.c:2457:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_count_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1861:24: note: byref variable will be forcibly initialized struct mtd_oob_region oobregion; ^~~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_fsmount': /kisskb/src/fs/namespace.c:3593:15: note: byref variable will be forcibly initialized unsigned int mnt_flags = 0; ^~~~~~~~~ /kisskb/src/fs/namespace.c:3590:14: note: byref variable will be forcibly initialized struct path newmount; ^~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'attach_recursive_mnt': /kisskb/src/fs/namespace.c:2154:13: note: byref variable will be forcibly initialized HLIST_HEAD(tree_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:790:44: note: in definition of macro 'HLIST_HEAD' #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function '__reserved_mem_alloc_size': /kisskb/src/drivers/of/of_reserved_mem.c:87:16: note: byref variable will be forcibly initialized const __be32 *prop; ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c:86:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/of_reserved_mem.c:85:14: note: byref variable will be forcibly initialized phys_addr_t base = 0, align = 0, size; ^~~~ /kisskb/src/fs/namespace.c: In function 'do_loopback': /kisskb/src/fs/namespace.c:2372:14: note: byref variable will be forcibly initialized struct path old_path; ^~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_bitflip_threshold_store': /kisskb/src/drivers/mtd/mtdcore.c:249:15: note: byref variable will be forcibly initialized unsigned int bitflip_threshold; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/drivers/of/of_reserved_mem.c:15: /kisskb/src/drivers/of/of_reserved_mem.c: In function 'of_reserved_mem_device_release': /kisskb/src/drivers/of/of_reserved_mem.c:405:12: note: byref variable will be forcibly initialized LIST_HEAD(release_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/namespace.c: In function 'do_move_mount_old': /kisskb/src/fs/namespace.c:2854:14: note: byref variable will be forcibly initialized struct path old_path; ^~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_move_mount': /kisskb/src/fs/namespace.c:3718:25: note: byref variable will be forcibly initialized struct path from_path, to_path; ^~~~~~~ /kisskb/src/fs/namespace.c:3718:14: note: byref variable will be forcibly initialized struct path from_path, to_path; ^~~~~~~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function 'fdt_init_reserved_mem': /kisskb/src/drivers/of/of_reserved_mem.c:262:7: note: byref variable will be forcibly initialized int len; ^~~ 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:76, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mark_mounts_for_expiry': /kisskb/src/fs/namespace.c:3089:12: note: byref variable will be forcibly initialized LIST_HEAD(graveyard); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_erase': /kisskb/src/drivers/mtd/mtdcore.c:1241:20: note: byref variable will be forcibly initialized struct erase_info adjinstr; ^~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_mount': /kisskb/src/fs/namespace.c:3325:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_get_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1782:6: note: byref variable will be forcibly initialized int section, ret; ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1781:24: note: byref variable will be forcibly initialized struct mtd_oob_region oobregion; ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_set_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1825:6: note: byref variable will be forcibly initialized int section, ret; ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1824:24: note: byref variable will be forcibly initialized struct mtd_oob_region oobregion; ^~~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/fs/namespace.c:3819:24: note: byref variable will be forcibly initialized struct path new, old, root; ^~~~ /kisskb/src/fs/namespace.c:3819:19: note: byref variable will be forcibly initialized struct path new, old, root; ^~~ /kisskb/src/fs/namespace.c:3819:14: note: byref variable will be forcibly initialized struct path new, old, root; ^~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_io_emulated_slc': /kisskb/src/drivers/mtd/mtdcore.c:1500:26: note: byref variable will be forcibly initialized struct mtd_pairing_info info; ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1498:21: note: byref variable will be forcibly initialized struct mtd_oob_ops adjops = *ops; ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_read_oob': /kisskb/src/drivers/mtd/mtdcore.c:1558:23: note: byref variable will be forcibly initialized struct mtd_ecc_stats old_stats = master->ecc_stats; ^~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:524:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/fs/namespace.c:3484:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namespace.c: In function 'mntns_install': /kisskb/src/fs/namespace.c:4548:14: note: byref variable will be forcibly initialized struct path root; ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'default_mtd_writev': /kisskb/src/drivers/mtd/mtdcore.c:2228:21: note: byref variable will be forcibly initialized size_t totlen = 0, thislen; ^~~~~~~ /kisskb/src/fs/namespace.c: In function 'current_chrooted': /kisskb/src/fs/namespace.c:4396:14: note: byref variable will be forcibly initialized struct path fs_root; ^~~~~~~ /kisskb/src/fs/namespace.c:4395:14: note: byref variable will be forcibly initialized struct path ns_root; ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_get_unmapped_area': /kisskb/src/drivers/mtd/mtdcore.c:1333:8: note: byref variable will be forcibly initialized void *virt; ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1332:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_fact_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:867:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_otp_size': /kisskb/src/drivers/mtd/mtdcore.c:787:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_user_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:853:9: note: byref variable will be forcibly initialized size_t retlen; ^~~~~~ /kisskb/src/drivers/mtd/mtdsuper.c: In function 'get_tree_mtd': /kisskb/src/drivers/mtd/mtdsuper.c:157:10: note: byref variable will be forcibly initialized char *endptr; ^~~~~~ /kisskb/src/drivers/mtd/mtdsuper.c:123:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&(v)->counter); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, current); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:52:9: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_irq': /kisskb/src/drivers/mmc/host/cqhci-core.c:813:25: note: byref variable will be forcibly initialized unsigned long tag = 0, comp_status; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/mmc/host/cqhci-core.c:5: /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/mmc/host/cqhci-core.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/mmc/host/cqhci-core.c:6: /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_halt': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:961:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(cq_host->wait_queue, cqhci_halted(cq_host), ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'percpu_rwsem_wake_function': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:131:2: note: in expansion of macro 'smp_store_release' smp_store_release(&wq_entry->private, NULL); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, 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 'percpu_rwsem_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:158:3: note: in expansion of macro 'if' if (!smp_load_acquire(&wq_entry.private)) ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:158:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&wq_entry.private)) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_clear_all_tasks': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:927:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(cq_host->wait_queue, cqhci_tasks_cleared(cq_host), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_wait_for_idle': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:878:2: note: in expansion of macro 'wait_event' wait_event(cq_host->wait_queue, cqhci_is_idle(cq_host, &ret)); ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c:876:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_prep_dcmd_desc': /kisskb/src/drivers/mmc/host/cqhci-core.c:533:6: note: byref variable will be forcibly initialized u64 data = 0; ^~~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_read': /kisskb/src/drivers/mfd/retu-mfd.c:146:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_power_off': /kisskb/src/drivers/mfd/retu-mfd.c:171:6: note: byref variable will be forcibly initialized int reg; ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_regmap_write': /kisskb/src/drivers/mfd/retu-mfd.c:209:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/mfd/retu-mfd.c:208:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_update_demux': /kisskb/src/drivers/iio/industrialio-buffer.c:884:26: note: byref variable will be forcibly initialized struct iio_demux_table *p = NULL; ^ /kisskb/src/drivers/of/of_net.c: In function 'of_get_phy_mode': /kisskb/src/drivers/of/of_net.c:28:14: note: byref variable will be forcibly initialized const char *pm; ^~ /kisskb/src/drivers/of/of_net.c: In function 'of_get_mac_addr_nvmem': /kisskb/src/drivers/of/of_net.c:65:9: note: byref variable will be forcibly initialized size_t len; ^~~ In file included from /kisskb/src/drivers/iio/industrialio-buffer.c:19: /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_device_buffer_getfd': /kisskb/src/drivers/iio/industrialio-buffer.c:1410:10: note: byref variable will be forcibly initialized int fd, idx, ret; ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c:1410:6: note: byref variable will be forcibly initialized int fd, idx, ret; ^~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_store_watermark': /kisskb/src/drivers/iio/industrialio-buffer.c:1243:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_write_length': /kisskb/src/drivers/iio/industrialio-buffer.c:554:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_scan_el_ts_store': /kisskb/src/drivers/iio/industrialio-buffer.c:464:7: note: byref variable will be forcibly initialized bool state; ^~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_scan_el_store': /kisskb/src/drivers/iio/industrialio-buffer.c:414:7: note: byref variable will be forcibly initialized bool state; ^~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function '__iio_update_buffers': /kisskb/src/drivers/iio/industrialio-buffer.c:1100:27: note: byref variable will be forcibly initialized struct iio_device_config new_config; ^~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_store_enable': /kisskb/src/drivers/iio/industrialio-buffer.c:1200:7: note: byref variable will be forcibly initialized bool requested_state; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:522:3: note: in expansion of macro 'smp_store_release' smp_store_release(&waiter->task, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:387:19: note: byref variable will be forcibly initialized struct list_head wlist; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:981:3: note: in expansion of macro 'if' if (!smp_load_acquire(&waiter.task)) { ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:981:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&waiter.task)) { ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c:898:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/locking/rwsem.c:897:22: note: byref variable will be forcibly initialized struct rwsem_waiter waiter; ^~~~~~ /kisskb/src/kernel/locking/rwsem.c: In function '__down_read_common': /kisskb/src/kernel/locking/rwsem.c:1211:7: note: byref variable will be forcibly initialized long count; ^~~~~ 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:1172:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_downgrade_wake': /kisskb/src/kernel/locking/rwsem.c:1193:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_write_slowpath': /kisskb/src/kernel/locking/rwsem.c:1023:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/locking/rwsem.c:1021:22: note: byref variable will be forcibly initialized struct rwsem_waiter waiter; ^~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'iproc_pcie_check_link': /kisskb/src/drivers/pci/controller/pcie-iproc.c:771:40: note: byref variable will be forcibly initialized u32 hdr_type, link_ctrl, link_status, class, val; ^~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c:771:27: note: byref variable will be forcibly initialized u32 hdr_type, link_ctrl, link_status, class, val; ^~~~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c:771:16: note: byref variable will be forcibly initialized u32 hdr_type, link_ctrl, link_status, class, val; ^~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c:771:6: note: byref variable will be forcibly initialized u32 hdr_type, link_ctrl, link_status, class, val; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/pci/controller/pcie-iproc.c:7: /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/pci/controller/pcie-iproc.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'iproce_pcie_get_msi': /kisskb/src/drivers/pci/controller/pcie-iproc.c:1226:18: note: byref variable will be forcibly initialized 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:1251:24: note: byref variable will be forcibly initialized 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:1318:6: note: byref variable will be forcibly initialized 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:1355:7: note: byref variable will be forcibly initialized int len; ^~~ In file included from /kisskb/src/lib/kfifo.c:10: /kisskb/src/lib/kfifo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_peek_r': /kisskb/src/lib/kfifo.c:467:15: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_r': /kisskb/src/lib/kfifo.c:479:15: note: byref variable will be forcibly initialized unsigned int n; ^ In file included from /kisskb/src/drivers/of/overlay.c:19: /kisskb/src/drivers/of/overlay.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/of/overlay.c: In function 'find_target': /kisskb/src/drivers/of/overlay.c:693:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/of/overlay.c:692:14: note: byref variable will be forcibly initialized const char *path; ^~~~ /kisskb/src/drivers/of/overlay.c: In function 'add_changeset_node': /kisskb/src/drivers/of/overlay.c:416:15: note: byref variable will be forcibly initialized int ret = 0, size; ^~~~ /kisskb/src/drivers/of/overlay.c:415:16: note: byref variable will be forcibly initialized struct target target_child; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:60:25: note: in expansion of macro 'smp_load_acquire' return (rbuf->pread == smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_avail': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:90:10: note: in expansion of macro 'smp_load_acquire' avail = smp_load_acquire(&rbuf->pwrite) - rbuf->pread; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_read_user': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:154:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, (rbuf->pread + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:148:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'build_changeset': /kisskb/src/drivers/of/overlay.c:639:16: note: byref variable will be forcibly initialized struct target target; ^~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'overlay_notify': /kisskb/src/drivers/of/overlay.c:162:32: note: byref variable will be forcibly initialized struct of_overlay_notify_data nd; ^~ /kisskb/src/drivers/gpu/drm/drm_format_helper.c: In function 'drm_fb_blit_dstclip': /kisskb/src/drivers/gpu/drm/drm_format_helper.c:424:18: note: byref variable will be forcibly initialized struct drm_rect fullscreen = { ^~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'of_overlay_apply': /kisskb/src/drivers/of/overlay.c:920:15: note: byref variable will be forcibly initialized int ret = 0, ret_revert, ret_tmp; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_read': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:178:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, (rbuf->pread + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:173:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_write': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:202:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, (rbuf->pwrite + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:198:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'of_overlay_fdt_apply': /kisskb/src/drivers/of/overlay.c:1024:22: note: byref variable will be forcibly initialized struct device_node *overlay_root = NULL; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_flush': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:97:52: note: in definition of macro '__smp_store_release' { .__val = (__force __unqual_scalar_typeof(*p)) (v) }; \ ^ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:106:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:106:34: note: in expansion of macro 'smp_load_acquire' smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:106:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_reset': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:118:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:116:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_write_user': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:233:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, (rbuf->pwrite + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:227:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'of_overlay_remove': /kisskb/src/drivers/of/overlay.c:1195:11: note: byref variable will be forcibly initialized int ret, ret_apply, ret_tmp; ^~~~~~~~~ /kisskb/src/drivers/slimbus/core.c: In function 'of_register_slim_devices': /kisskb/src/drivers/slimbus/core.c:209:16: note: byref variable will be forcibly initialized int manf_id, prod_code; ^~~~~~~~~ /kisskb/src/drivers/slimbus/core.c:209:7: note: byref variable will be forcibly initialized int manf_id, prod_code; ^~~~~~~ /kisskb/src/drivers/slimbus/core.c:208:7: note: byref variable will be forcibly initialized int reg[2], ret; ^~~ /kisskb/src/drivers/slimbus/core.c:206:21: note: byref variable will be forcibly initialized struct slim_eaddr e_addr; ^~~~~~ /kisskb/src/drivers/slimbus/core.c: In function 'slim_device_alloc_laddr': /kisskb/src/drivers/slimbus/core.c:430:5: note: byref variable will be forcibly initialized u8 laddr; ^~~~~ /kisskb/src/drivers/base/power/main.c: In function 'device_resume': /kisskb/src/drivers/base/power/main.c:899:32: note: byref variable will be forcibly initialized DECLARE_DPM_WATCHDOG_ON_STACK(wd); ^~ /kisskb/src/drivers/base/power/main.c:504:22: note: in definition of macro 'DECLARE_DPM_WATCHDOG_ON_STACK' struct dpm_watchdog wd ^~ /kisskb/src/drivers/base/power/main.c: In function '__device_suspend': /kisskb/src/drivers/base/power/main.c:1593:32: note: byref variable will be forcibly initialized DECLARE_DPM_WATCHDOG_ON_STACK(wd); ^~ /kisskb/src/drivers/base/power/main.c:504:22: note: in definition of macro 'DECLARE_DPM_WATCHDOG_ON_STACK' struct dpm_watchdog wd ^~ 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_write_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_read_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_read_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_cmd': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/drivers/base/power/main.c: In function 'dpm_complete': /kisskb/src/drivers/base/power/main.c:1096:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_write_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_read_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/spmi.h:136, from /kisskb/src/drivers/spmi/spmi.c:18: /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_write_begin': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_begin, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_write_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_begin, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_cmd': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_cmd, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_read_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(spmi_read_end, ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'of_spmi_register_devices': /kisskb/src/drivers/spmi/spmi.c:469:7: note: byref variable will be forcibly initialized u32 reg[2]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c: In function 'rtl819x_translate_scan': /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:213:8: note: byref variable will be forcibly initialized char buf[MAX_WZC_IE_LEN]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:202:8: note: byref variable will be forcibly initialized char buf[MAX_WPA_IE_LEN]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:193:8: note: byref variable will be forcibly initialized char buf[MAX_WPA_IE_LEN]; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:43:18: note: byref variable will be forcibly initialized struct iw_event iwe; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:40:7: note: byref variable will be forcibly initialized char proto_name[IFNAMSIZ]; ^~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:39:7: note: byref variable will be forcibly initialized char custom[MAX_CUSTOM_LEN]; ^~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c: In function 'rtllib_wx_set_encode_ext': /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:578:8: note: byref variable will be forcibly initialized char tempbuf[100]; ^~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c: In function 'rtllib_wx_set_gen_ie': /kisskb/src/drivers/staging/rtl8192e/rtllib_wx.c:759:10: note: byref variable will be forcibly initialized u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/slimbus/messaging.c:6: /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_do_transfer': /kisskb/src/drivers/slimbus/messaging.c:112:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_read': /kisskb/src/drivers/slimbus/messaging.c:298:22: note: byref variable will be forcibly initialized struct slim_val_inf msg; ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_readb': /kisskb/src/drivers/slimbus/messaging.c:317:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_write': /kisskb/src/drivers/slimbus/messaging.c:341:22: note: byref variable will be forcibly initialized struct slim_val_inf msg; ^~~ /kisskb/src/net/core/dev.c: In function '__netdev_upper_depth': /kisskb/src/net/core/dev.c:7722:7: note: byref variable will be forcibly initialized bool ignore; ^~~~~~ /kisskb/src/net/core/dev.c:7720:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/net/core/dev.c: In function '__netdev_walk_all_lower_dev': /kisskb/src/net/core/dev.c:7661:7: note: byref variable will be forcibly initialized bool ignore; ^~~~~~ /kisskb/src/net/core/dev.c:7659:35: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7659:28: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~ /kisskb/src/net/core/dev.c:7658:41: note: byref variable will be forcibly initialized struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_lower_depth': /kisskb/src/net/core/dev.c:7742:7: note: byref variable will be forcibly initialized bool ignore; ^~~~~~ /kisskb/src/net/core/dev.c:7740:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/net/core/dev.c: In function '__netdev_walk_all_upper_dev': /kisskb/src/net/core/dev.c:7391:7: note: byref variable will be forcibly initialized bool ignore; ^~~~~~ /kisskb/src/net/core/dev.c:7389:35: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7389:28: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~ /kisskb/src/net/core/dev.c:7388:41: note: byref variable will be forcibly initialized struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_sync_upper_features': /kisskb/src/net/core/dev.c:9786:20: note: byref variable will be forcibly initialized netdev_features_t feature; ^~~~~~~ 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:328:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/mtd/mtdpart.c: In function 'mtd_add_partition': /kisskb/src/drivers/mtd/mtdpart.c:244:23: note: byref variable will be forcibly initialized struct mtd_partition part; ^~~~ In file included from /kisskb/src/net/core/dev.c:78: /kisskb/src/net/core/dev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_has_upper_dev': /kisskb/src/net/core/dev.c:7482:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_state_change': /kisskb/src/net/core/dev.c:1383:38: note: byref variable will be forcibly initialized struct netdev_notifier_change_info change_info = { ^~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'call_netdevice_notifiers_extack': /kisskb/src/net/core/dev.c:2003:30: note: byref variable will be forcibly initialized struct netdev_notifier_info info = { ^~~~ 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/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'dev_close': /kisskb/src/net/core/dev.c:1616:13: note: byref variable will be forcibly initialized LIST_HEAD(single); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/dev.c: In function '__dev_close': /kisskb/src/net/core/dev.c:1577:12: note: byref variable will be forcibly initialized LIST_HEAD(single); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_group_fops_unl_ioctl': /kisskb/src/drivers/vfio/vfio.c:1528:28: note: byref variable will be forcibly initialized struct vfio_group_status status; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/vfio/vfio.c:13: /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_unregister_group_dev': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio.c:1011:3: note: in expansion of macro 'wait_event' wait_event(group->container_q, !group->container); ^~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netif_rx_internal': /kisskb/src/net/core/dev.c:4901:16: note: byref variable will be forcibly initialized unsigned int qtail; ^~~~~ /kisskb/src/net/core/dev.c:4884:34: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~ /kisskb/src/net/core/dev.c:4884:23: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_check_parameters': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:963:6: note: byref variable will be forcibly initialized u32 freq_max; ^~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:962:6: note: byref variable will be forcibly initialized u32 freq_min; ^~~~~~~~ In file included from /kisskb/src/include/linux/filter.h:19, from /kisskb/src/include/trace/events/xdp.h:9, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/net/core/dev.c:96: /kisskb/src/net/core/dev.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized struct vlan_hdr vhdr, *vh; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_swzigzag': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:480:17: note: byref variable will be forcibly initialized enum fe_status s = FE_NONE; ^ /kisskb/src/net/core/dev.c: In function 'qdisc_pkt_len_init': /kisskb/src/net/core/dev.c:3750:18: note: byref variable will be forcibly initialized struct udphdr _udphdr; ^~~~~~~ /kisskb/src/net/core/dev.c:3743:18: note: byref variable will be forcibly initialized struct tcphdr _tcphdr; ^~~~~~~ /kisskb/src/drivers/input/gameport/gameport.c: In function 'gameport_set_phys': /kisskb/src/drivers/input/gameport/gameport.c:513:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/input/input-compat.c: In function 'input_event_from_user': /kisskb/src/drivers/input/input-compat.c:18:29: note: byref variable will be forcibly initialized struct input_event_compat compat_event; ^~~~~~~~~~~~ /kisskb/src/drivers/input/input-compat.c: In function 'input_event_to_user': /kisskb/src/drivers/input/input-compat.c:42:29: note: byref variable will be forcibly initialized struct input_event_compat compat_event; ^~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__dev_xmit_skb': 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/net/core/dev.c:3782:18: note: byref variable will be forcibly initialized struct sk_buff *to_free = NULL; ^~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:675:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(fepriv->wait_queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:655:17: note: byref variable will be forcibly initialized enum fe_status s = FE_NONE; ^ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_get_property': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2346:33: note: byref variable will be forcibly initialized struct dtv_frontend_properties getp; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_get_frontend': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2400:33: note: byref variable will be forcibly initialized struct dtv_frontend_properties getp; ^~~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:301:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(events->wait_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_handle_ioctl': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2624:12: note: byref variable will be forcibly initialized ktime_t nexttime; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_sysfs_add': /kisskb/src/net/core/dev.c:7872:7: note: byref variable will be forcibly initialized char linkname[IFNAMSIZ+7]; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_sysfs_del': /kisskb/src/net/core/dev.c:7883:7: note: byref variable will be forcibly initialized char linkname[IFNAMSIZ+7]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_handle_compat_ioctl': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2172:34: note: byref variable will be forcibly initialized struct dtv_frontend_properties getp = fe->dtv_property_cache; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2170:32: note: byref variable will be forcibly initialized struct compat_dtv_properties prop, *tvps = NULL; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2140:32: note: byref variable will be forcibly initialized struct compat_dtv_properties prop, *tvps = NULL; ^~~~ /kisskb/src/net/core/dev.c: In function '__netdev_upper_dev_link': /kisskb/src/net/core/dev.c:8058:42: note: byref variable will be forcibly initialized struct netdev_notifier_changeupper_info changeupper_info = { ^~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_upper_dev_link': /kisskb/src/net/core/dev.c:8139:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_master_upper_dev_link': /kisskb/src/net/core/dev.c:8168:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_xdp_install': /kisskb/src/net/core/dev.c:9337:20: note: byref variable will be forcibly initialized struct netdev_bpf xdp; ^~~ /kisskb/src/net/core/dev.c: In function 'netdev_printk': /kisskb/src/net/core/dev.c:11425:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/core/dev.c:11424:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/net/core/dev.c: In function 'netdev_emerg': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11455:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_emerg, KERN_EMERG); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11455:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_emerg, KERN_EMERG); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_alert': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11456:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_alert, KERN_ALERT); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11456:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_alert, KERN_ALERT); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_err': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11458:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_err, KERN_ERR); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11458:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_err, KERN_ERR); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_warn': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11459:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_warn, KERN_WARNING); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11459:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_warn, KERN_WARNING); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'fc_bsg_hostadd': /kisskb/src/drivers/scsi/scsi_transport_fc.c:4283:7: note: byref variable will be forcibly initialized char bsg_name[20]; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_notice': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11460:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_notice, KERN_NOTICE); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11460:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_notice, KERN_NOTICE); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_info': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11461:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_info, KERN_INFO); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11461:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_info, KERN_INFO); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'fc_rport_set_marginal_state': /kisskb/src/drivers/scsi/scsi_transport_fc.c:1246:21: note: byref variable will be forcibly initialized enum fc_port_state port_state; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_rport_fast_io_fail_tmo': /kisskb/src/drivers/scsi/scsi_transport_fc.c:1316:8: note: byref variable will be forcibly initialized char *cp; ^~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'fc_str_to_dev_loss': /kisskb/src/drivers/scsi/scsi_transport_fc.c:1138:8: note: byref variable will be forcibly initialized char *cp; ^~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_rport_dev_loss_tmo': /kisskb/src/drivers/scsi/scsi_transport_fc.c:1186:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_private_host_dev_loss_tmo': /kisskb/src/drivers/scsi/scsi_transport_fc.c:2069:16: note: byref variable will be forcibly initialized unsigned long val, flags; ^~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'fc_parse_wwn': /kisskb/src/drivers/scsi/scsi_transport_fc.c:2281:5: note: byref variable will be forcibly initialized u8 wwn[8]; ^~~ /kisskb/src/net/core/dev.c: In function '__dev_alloc_name': /kisskb/src/net/core/dev.c:1083:6: note: byref variable will be forcibly initialized int i = 0; ^ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_host_vport_create': /kisskb/src/drivers/scsi/scsi_transport_fc.c:2318:19: note: byref variable will be forcibly initialized struct fc_vport *vport; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c:2317:30: note: byref variable will be forcibly initialized struct fc_vport_identifiers vid; ^~~ /kisskb/src/net/core/dev.c: In function 'dev_alloc_name_ns': /kisskb/src/net/core/dev.c:1150:7: note: byref variable will be forcibly initialized char buf[IFNAMSIZ]; ^~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'fc_vport_create': /kisskb/src/drivers/scsi/scsi_transport_fc.c:3959:19: note: byref variable will be forcibly initialized struct fc_vport *vport; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_private_host_tgtid_bind_type': /kisskb/src/drivers/scsi/scsi_transport_fc.c:2014:30: note: byref variable will be forcibly initialized enum fc_tgtid_binding_type val; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'dev_set_alias': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:469:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:1326:14: note: in expansion of macro 'rcu_replace_pointer' new_alias = rcu_replace_pointer(dev->ifalias, new_alias, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_setkeycode': /kisskb/src/drivers/input/input.c:843:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_getkeycode': /kisskb/src/drivers/input/input.c:814:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_set_keycode': /kisskb/src/drivers/input/input.c:960:22: note: byref variable will be forcibly initialized struct input_value vals[] = { ^~~~ /kisskb/src/drivers/input/input.c:934:15: note: byref variable will be forcibly initialized unsigned int old_keycode; ^~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_pass_event': /kisskb/src/drivers/input/input.c:169:21: note: byref variable will be forcibly initialized struct input_value vals[] = { { type, code, value } }; ^~~~ In file included from /kisskb/src/drivers/input/input.c:16: /kisskb/src/drivers/input/input.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/dev.c: In function '__netif_set_xps_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:2680:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->xps_maps[type], new_dev_maps); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_get_disposition': /kisskb/src/drivers/input/input.c:265:6: note: byref variable will be forcibly initialized int value = *pval; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function 'input_grab_device': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:552:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->grab, handle); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function '__input_release_device': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:568:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->grab, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'skb_mac_gso_segment': /kisskb/src/net/core/dev.c:3314:6: note: byref variable will be forcibly initialized int vlan_depth = skb->mac_len; ^~~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__dev_queue_xmit': /kisskb/src/net/core/dev.c:4131:6: note: byref variable will be forcibly initialized int rc = -ENOMEM; ^~ /kisskb/src/net/core/dev.c: In function '__dev_direct_xmit': /kisskb/src/net/core/dev.c:4251:7: note: byref variable will be forcibly initialized bool again = false; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c: In function 'store_fc_host_vport_delete': /kisskb/src/drivers/scsi/scsi_transport_fc.c:2366:12: note: byref variable will be forcibly initialized u64 wwpn, wwnn; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_fc.c:2366:6: note: byref variable will be forcibly initialized u64 wwpn, wwnn; ^~~~ /kisskb/src/net/core/dev.c: In function 'do_xdp_generic': /kisskb/src/net/core/dev.c:4847:19: note: byref variable will be forcibly initialized struct xdp_buff xdp; ^~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_core': /kisskb/src/net/core/dev.c:5231:18: note: byref variable will be forcibly initialized struct sk_buff *skb = *pskb; ^~~ /kisskb/src/net/core/dev.c:5229:30: note: byref variable will be forcibly initialized struct packet_type *ptype, *pt_prev; ^~~~~~~ /kisskb/src/drivers/input/input.c: In function 'inhibited_store': /kisskb/src/drivers/input/input.c:1441:7: note: byref variable will be forcibly initialized bool inhibited; ^~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_one_core': /kisskb/src/net/core/dev.c:5431:22: note: byref variable will be forcibly initialized struct packet_type *pt_prev = NULL; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netif_receive_skb_internal': /kisskb/src/net/core/dev.c:5626:34: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~ /kisskb/src/net/core/dev.c:5626:23: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_list_core': /kisskb/src/net/core/dev.c:5509:23: note: byref variable will be forcibly initialized struct packet_type *pt_prev = NULL; ^~~~~~~ /kisskb/src/net/core/dev.c:5504:18: note: byref variable will be forcibly initialized struct sk_buff *skb, *next; ^~~ /kisskb/src/net/core/dev.c:5503:19: note: byref variable will be forcibly initialized struct list_head sublist; ^~~~~~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_list': /kisskb/src/net/core/dev.c:5563:21: note: byref variable will be forcibly initialized struct list_head sublist; ^~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_repeat_key': /kisskb/src/drivers/input/input.c:188:22: note: byref variable will be forcibly initialized struct input_value vals[] = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netif_receive_skb_list_internal': /kisskb/src/net/core/dev.c:5659:35: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~ /kisskb/src/net/core/dev.c:5659:24: note: byref variable will be forcibly initialized struct rps_dev_flow voidflow, *rflow = &voidflow; ^~~~~~~~ /kisskb/src/net/core/dev.c:5644:19: note: byref variable will be forcibly initialized struct list_head sublist; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/drivers/mfd/dln2.c:12: /kisskb/src/drivers/mfd/dln2.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'netdev_rx_handler_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:5161:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->rx_handler, rx_handler); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:5160:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->rx_handler_data, rx_handler_data); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'napi_threaded_poll': /kisskb/src/net/core/dev.c:7094:9: note: byref variable will be forcibly initialized bool repoll = false; ^~~~~~ /kisskb/src/net/core/dev.c: In function 'napi_poll': In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mfd/dln2.c:13: /kisskb/src/drivers/mfd/dln2.c: In function 'alloc_rx_slot': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:390:8: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(dln2->mod_rx_slots[handle].wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:384:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/net/core/dev.c:7041:7: note: byref variable will be forcibly initialized bool do_repoll = false; ^~~~~~~~~ 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/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'net_rx_action': /kisskb/src/net/core/dev.c:7120:12: note: byref variable will be forcibly initialized LIST_HEAD(repoll); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_send_wait': /kisskb/src/drivers/mfd/dln2.c:338:6: note: byref variable will be forcibly initialized int actual; ^~~~~~ /kisskb/src/drivers/mfd/dln2.c:336:6: note: byref variable will be forcibly initialized int len = obuf_len; ^~~ /kisskb/src/net/core/dev.c:7119:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_check_hw': /kisskb/src/drivers/mfd/dln2.c:539:6: note: byref variable will be forcibly initialized int len = sizeof(hw_type); ^~~ /kisskb/src/drivers/mfd/dln2.c:538:9: note: byref variable will be forcibly initialized __le32 hw_type; ^~~~~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_print_serialno': /kisskb/src/drivers/mfd/dln2.c:561:6: note: byref variable will be forcibly initialized int len = sizeof(serial_no); ^~~ /kisskb/src/drivers/mfd/dln2.c:560:9: note: byref variable will be forcibly initialized __le32 serial_no; ^~~~~~~~~ /kisskb/src/drivers/pps/kapi.c: In function 'pps_event': /kisskb/src/drivers/pps/kapi.c:164:19: note: byref variable will be forcibly initialized struct pps_ktime ts_real = { .sec = 0, .nsec = 0, .flags = 0 }; ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mfd/dln2.c:13: /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_stop': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:735:2: note: in expansion of macro 'wait_event' wait_event(dln2->disconnect_wq, !dln2->active_transfers); ^~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'unregister_netdevice_many': /kisskb/src/net/core/dev.c:10988:12: note: byref variable will be forcibly initialized LIST_HEAD(close_head); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/dev.c: In function 'unregister_netdevice_queue': /kisskb/src/net/core/dev.c:10970:13: note: byref variable will be forcibly initialized LIST_HEAD(single); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/dev.c: In function 'default_device_exit_batch': /kisskb/src/net/core/dev.c:11547:12: note: byref variable will be forcibly initialized LIST_HEAD(dev_kill_list); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_upper_dev_unlink': /kisskb/src/net/core/dev.c:8221:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_walk_all_upper_dev_rcu': /kisskb/src/net/core/dev.c:7438:35: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7438:28: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~ /kisskb/src/net/core/dev.c:7437:41: note: byref variable will be forcibly initialized struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_walk_all_lower_dev': /kisskb/src/net/core/dev.c:7612:35: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7612:28: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~ /kisskb/src/net/core/dev.c:7611:41: note: byref variable will be forcibly initialized struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_walk_all_lower_dev_rcu': /kisskb/src/net/core/dev.c:7787:35: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7787:28: note: byref variable will be forcibly initialized struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; ^~~~ /kisskb/src/net/core/dev.c:7786:41: note: byref variable will be forcibly initialized struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; ^~~~~~~~~ In file included 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/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'netdev_lower_get_first_private_rcu': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/net/core/dev.c:7841:10: note: in expansion of macro 'list_first_or_null_rcu' lower = list_first_or_null_rcu(&dev->adj_list.lower, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_master_upper_dev_get_rcu': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/net/core/dev.c:7860:10: note: in expansion of macro 'list_first_or_null_rcu' upper = list_first_or_null_rcu(&dev->adj_list.upper, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_prepare': /kisskb/src/net/core/dev.c:8262:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_commit': /kisskb/src/net/core/dev.c:8289:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_abort': /kisskb/src/net/core/dev.c:8309:28: note: byref variable will be forcibly initialized struct netdev_nested_priv priv = { ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_change_name': /kisskb/src/net/core/dev.c:1209:7: note: byref variable will be forcibly initialized char oldname[IFNAMSIZ]; ^~~~~~~ /kisskb/src/net/core/dev.c: In function '__dev_notify_flags': /kisskb/src/net/core/dev.c:8802:38: note: byref variable will be forcibly initialized struct netdev_notifier_change_info change_info = { ^~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_set_mtu': /kisskb/src/net/core/dev.c:8916:25: note: byref variable will be forcibly initialized struct netlink_ext_ack extack; ^~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_pre_changeaddr_notify': /kisskb/src/net/core/dev.c:8979:45: note: byref variable will be forcibly initialized struct netdev_notifier_pre_changeaddr_info info = { ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_get_port_parent_id': /kisskb/src/net/core/dev.c:9141:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_xdp_attach': /kisskb/src/net/core/dev.c:9405:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/net/core/dev.c: In function 'bpf_xdp_link_attach': /kisskb/src/net/core/dev.c:9656:25: note: byref variable will be forcibly initialized struct bpf_link_primer link_primer; ^~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_update_features': /kisskb/src/net/core/dev.c:9925:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ /kisskb/src/net/core/dev.c:9924:20: note: byref variable will be forcibly initialized netdev_features_t features; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_sync_lower_features': /kisskb/src/net/core/dev.c:9806:20: note: byref variable will be forcibly initialized netdev_features_t feature; ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_disable_lro': /kisskb/src/net/core/dev.c:1637:20: note: byref variable will be forcibly initialized struct list_head *iter; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'generic_xdp_install': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:5593:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->xdp_prog, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_run_todo': /kisskb/src/net/core/dev.c:10540:19: note: byref variable will be forcibly initialized struct list_head unlink_list; ^~~~~~~~~~~ /kisskb/src/net/core/dev.c:10538:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /kisskb/src/net/core/dev.c: In function '__dev_change_net_namespace': /kisskb/src/net/core/dev.c:11123:11: note: byref variable will be forcibly initialized int err, new_nsid; ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'default_device_exit': /kisskb/src/net/core/dev.c:11486:8: note: byref variable will be forcibly initialized char fb_name[IFNAMSIZ]; ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_crit': /kisskb/src/net/core/dev.c:11442:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/net/core/dev.c:11457:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_crit, KERN_CRIT); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11441:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/net/core/dev.c:11457:1: note: in expansion of macro 'define_netdev_printk_level' define_netdev_printk_level(netdev_crit, KERN_CRIT); ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:391:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)((unsigned long)obj | BIT(0))); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/lib/rhashtable.c:20: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rhashtable_lookup_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:524:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:492:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:265:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, next); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_table': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:332:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ht->tbl, new_tbl); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/locking/lockdep.c:30: /kisskb/src/kernel/locking/lockdep.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/update.c: In function 'tasks_gp_state_getname': /kisskb/src/kernel/rcu/tasks.h:142:6: note: byref variable will be forcibly initialized int i = data_race(rtp->gp_state); // Let KCSAN detect update races ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_utilization': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_grace_period': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_future_grace_period': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_grace_period_init': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_exp_grace_period': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/lock.h:87, from /kisskb/src/kernel/locking/lockdep.c:64: /kisskb/src/kernel/locking/lockdep.c: In function 'perf_trace_lock_acquire': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_exp_funnel_lock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'perf_trace_lock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_nocb_wake': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/lock.h:87, from /kisskb/src/kernel/locking/lockdep.c:64: /kisskb/src/kernel/locking/lockdep.c: In function 'trace_event_raw_event_lock_acquire': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_preempt_task': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'trace_event_raw_event_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_unlock_preempted_task': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/lock.h:87, from /kisskb/src/kernel/locking/lockdep.c:64: /kisskb/src/kernel/locking/lockdep.c: In function '__bpf_trace_lock_acquire': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_quiescent_state_report': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__bpf_trace_lock': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_fqs': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_stall_warning': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_dyntick': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_kvfree_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_batch_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_invoke_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_invoke_kvfree_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_invoke_kfree_bulk_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_batch_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_barrier': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'assign_lock_key': /kisskb/src/kernel/locking/lockdep.c:913:16: note: byref variable will be forcibly initialized unsigned long can_addr, addr = (unsigned long)lock; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_utilization': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_grace_period': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_future_grace_period': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_grace_period_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_exp_grace_period': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_exp_funnel_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_nocb_wake': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_preempt_task': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_unlock_preempted_task': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_quiescent_state_report': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_fqs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_stall_warning': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_dyntick': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_kvfree_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_batch_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_kvfree_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_kfree_bulk_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lockdep_cache': /kisskb/src/kernel/locking/lockdep.c:717:7: note: byref variable will be forcibly initialized char str[KSYM_NAME_LEN]; ^~~ /kisskb/src/kernel/locking/lockdep.c: In function '__print_lock_name': /kisskb/src/kernel/locking/lockdep.c:685:7: note: byref variable will be forcibly initialized char str[KSYM_NAME_LEN]; ^~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_batch_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lock_name': /kisskb/src/kernel/locking/lockdep.c:703:7: note: byref variable will be forcibly initialized char usage[LOCK_USAGE_CHARS]; ^~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_barrier': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_segcb_stats': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_segcb_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_torture_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_torture_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_utilization': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_grace_period': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_exp_grace_period': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_nocb_wake': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:284:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_nocb_wake, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_preempt_task': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_downgrade': /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_unlock_preempted_task': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:5229:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:5227:22: note: byref variable will be forcibly initialized unsigned int depth, merged = 0; ^~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_callback': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_batch_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_invoke_kvfree_callback': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_invoke_kfree_bulk_callback': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_release': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:5283:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:5281:22: note: byref variable will be forcibly initialized unsigned int depth, merged = 1; ^~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_future_grace_period': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_grace_period_init': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_batch_end': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_exp_funnel_lock': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_torture_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_barrier': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_quiescent_state_report': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_set_class': /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_fqs': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:5184:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:5181:22: note: byref variable will be forcibly initialized unsigned int depth, merged = 0; ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_dyntick': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_kvfree_callback': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_stall_warning': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_segcb_stats': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_invoke_callback': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_wait_gp': /kisskb/src/kernel/rcu/tasks.h:340:8: note: byref variable will be forcibly initialized bool firstreport; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/tasks.h:308:12: note: byref variable will be forcibly initialized LIST_HEAD(holdouts); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:927:2: note: in expansion of macro 'smp_store_release' smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:926:2: note: in expansion of macro 'smp_store_release' smp_store_release(per_cpu_ptr(&trc_ipi_to_cpu, smp_processor_id()), false); // ^^^ ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/rcu/update.c:25: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_kthread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:211:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(rtp->cbs_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_trace_postgp': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:708:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:740:11: note: in expansion of macro '__wait_event_idle_exclusive_timeout' __ret = __wait_event_idle_exclusive_timeout(wq_head, condition, timeout);\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1169:9: note: in expansion of macro 'wait_event_idle_exclusive_timeout' ret = wait_event_idle_exclusive_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/tasks.h:1158:12: note: byref variable will be forcibly initialized LIST_HEAD(holdouts); ^~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/tasks.h:1156:7: note: byref variable will be forcibly initialized bool firstreport; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:983:2: note: in expansion of macro 'if' if (smp_load_acquire(&t->trc_ipi_to_cpu) != -1) // Order IPI ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:983:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(&t->trc_ipi_to_cpu) != -1) // Order IPI ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_sched_held': /kisskb/src/kernel/rcu/update.c:121:7: note: byref variable will be forcibly initialized bool ret; ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_held': /kisskb/src/kernel/rcu/update.c:307:7: note: byref variable will be forcibly initialized bool ret; ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_bh_held': /kisskb/src/kernel/rcu/update.c:332:7: note: byref variable will be forcibly initialized bool ret; ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_any_held': /kisskb/src/kernel/rcu/update.c:342:7: note: byref variable will be forcibly initialized bool ret; ^~~ In file included from /kisskb/src/kernel/rcu/update.c:40: /kisskb/src/kernel/rcu/update.c: In function 'synchronize_rcu_tasks_generic': /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:178:2: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(rtp->call_func); ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:178:2: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(rtp->call_func); ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/update.c: In function 'show_rcu_tasks_trace_gp_kthread': /kisskb/src/kernel/rcu/tasks.h:1292:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function 'iio_trigger_alloc': /kisskb/src/drivers/iio/industrialio-trigger.c:583:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function 'devm_iio_trigger_alloc': /kisskb/src/drivers/iio/industrialio-trigger.c:622:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function 'iio_alloc_pollfunc': /kisskb/src/drivers/iio/industrialio-trigger.c:335:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/mm/rmap.c: In function 'page_mkclean_one': /kisskb/src/mm/rmap.c:911:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/input.h:8, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input-mt.c:8: /kisskb/src/drivers/input/input-mt.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/input/input-mt.c:10: /kisskb/src/drivers/input/input-mt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/rmap.c: In function 'try_to_unmap_one': /kisskb/src/mm/rmap.c:1405:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/rmap.c: In function 'try_to_migrate_one': /kisskb/src/mm/rmap.c:1705:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mmc.h:193, from /kisskb/src/drivers/mmc/core/core.c:36: /kisskb/src/drivers/mmc/core/core.c: In function 'perf_trace_mmc_request_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'perf_trace_mmc_request_done': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmc.h:193, from /kisskb/src/drivers/mmc/core/core.c:36: /kisskb/src/drivers/mmc/core/core.c: In function 'trace_event_raw_event_mmc_request_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'trace_event_raw_event_mmc_request_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'page_mkclean': /kisskb/src/mm/rmap.c:986:6: note: byref variable will be forcibly initialized int cleaned = 0; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/mmc.h:193, from /kisskb/src/drivers/mmc/core/core.c:36: /kisskb/src/drivers/mmc/core/core.c: In function '__bpf_trace_mmc_request_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_start, ^~~~~~~~~~~ /kisskb/src/drivers/mmc/core/core.c: In function '__bpf_trace_mmc_request_done': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mmc_request_done, ^~~~~~~~~~~ /kisskb/src/drivers/memstick/core/memstick.c: In function 'h_memstick_read_dev_id': /kisskb/src/drivers/memstick/core/memstick.c:326:24: note: byref variable will be forcibly initialized struct ms_id_register id_reg; ^~~~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'mmc_cqe_recovery': /kisskb/src/drivers/mmc/core/core.c:537:21: note: byref variable will be forcibly initialized struct mmc_command cmd; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mmc/core/core.c:10: /kisskb/src/drivers/mmc/core/core.c: In function '__mmc_claim_host': /kisskb/src/drivers/mmc/core/core.c:784:20: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'mmc_of_get_func_num': /kisskb/src/drivers/mmc/core/core.c:1079:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/mmc/core/core.c: In function 'mmc_erase': /kisskb/src/drivers/mmc/core/core.c:1745:20: note: byref variable will be forcibly initialized unsigned int rem, to = from + nr; ^~ 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/highmem.h:10, from /kisskb/src/drivers/edac/edac_mc.c:22: /kisskb/src/drivers/edac/edac_mc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_alloc_dimms': /kisskb/src/drivers/edac/edac_mc.c:310:15: note: byref variable will be forcibly initialized unsigned int pos[EDAC_MAX_LAYERS]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_dump_dimm': /kisskb/src/drivers/edac/edac_mc.c:94:7: note: byref variable will be forcibly initialized char location[80]; ^~~~~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_alloc': /kisskb/src/drivers/edac/edac_mc.c:400:14: note: byref variable will be forcibly initialized void *pvt, *ptr = NULL; ^~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:88: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/ohci-dbg.c:588:10: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/drivers/usb/host/ohci-dbg.c:587:18: note: byref variable will be forcibly initialized unsigned temp, size; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/ohci-hcd.c:26: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/include/linux/mod_devicetable.h:13, from /kisskb/src/include/linux/pci.h:27, from /kisskb/src/drivers/usb/host/xhci.c:11: /kisskb/src/drivers/usb/host/xhci.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ 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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_calculate_lpm_timeout': /kisskb/src/drivers/usb/host/xhci.c:4900:6: note: byref variable will be forcibly initialized u16 timeout = USB3_LPM_DISABLED; ^~~~~~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:89: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'ed_alloc': /kisskb/src/drivers/usb/host/ohci-mem.c:136:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'td_alloc': /kisskb/src/drivers/usb/host/ohci-mem.c:92:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/kernel/irq/handle.c: In function 'handle_irq_event_percpu': /kisskb/src/kernel/irq/handle.c:194:15: note: byref variable will be forcibly initialized unsigned int flags = 0; ^~~~~ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_irq_parse': /kisskb/src/drivers/bcma/main.c:163:9: note: byref variable will be forcibly initialized __be32 laddr[1]; ^~~~~ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_get_irq': /kisskb/src/drivers/bcma/main.c:183:25: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u64 size; ^~~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_reserve_bandwidth': /kisskb/src/drivers/usb/host/xhci.c:2784:22: note: byref variable will be forcibly initialized struct xhci_bw_info ep_bw_info[31]; ^~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_alloc_streams': /kisskb/src/drivers/usb/host/xhci.c:3477:6: note: byref variable will be forcibly initialized u32 changed_ep_bitmask = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci.c:3474:15: note: byref variable will be forcibly initialized unsigned int num_stream_ctxs; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_get_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:785:23: note: byref variable will be forcibly initialized struct stp_policy_id id = { ^~ /kisskb/src/drivers/ssb/main.c: In function 'ssb_fetch_invariants': /kisskb/src/drivers/ssb/main.c:603:29: note: byref variable will be forcibly initialized struct ssb_init_invariants iv; ^~ In file included from /kisskb/src/include/linux/dev_printk.h:14, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ 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/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_thermal_get_temp': /kisskb/src/drivers/hwmon/hwmon.c:144:7: note: byref variable will be forcibly initialized long t; ^ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_open': /kisskb/src/drivers/hwtracing/stm/core.c:489:15: note: byref variable will be forcibly initialized unsigned int major = imajor(inode); ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:26: /kisskb/src/drivers/hwmon/hwmon.c: In function 'perf_trace_hwmon_attr_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'perf_trace_hwmon_attr_show_string': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:26: /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_show_string': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:26: /kisskb/src/drivers/hwmon/hwmon.c: In function '__bpf_trace_hwmon_attr_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_output_assign': /kisskb/src/drivers/hwtracing/stm/core.c:285:33: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:27: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:21: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:15: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_notify_event': /kisskb/src/drivers/hwmon/hwmon.c:626:7: note: byref variable will be forcibly initialized char sattr[MAX_SYSFS_ATTR_NAME_LENGTH]; ^~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_set_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:731:6: note: byref variable will be forcibly initialized u32 size; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:729:8: note: byref variable will be forcibly initialized char *ids[] = { NULL, NULL }; ^~~ /kisskb/src/drivers/ssb/main.c: In function 'ssb_clockspeed': /kisskb/src/drivers/ssb/main.c:943:16: note: byref variable will be forcibly initialized u32 clkctl_n, clkctl_m; ^~~~~~~~ /kisskb/src/drivers/ssb/main.c:943:6: note: byref variable will be forcibly initialized u32 clkctl_n, clkctl_m; ^~~~~~~~ /kisskb/src/drivers/ssb/main.c:942:6: note: byref variable will be forcibly initialized u32 plltype; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/hwmon/hwmon.c:20: /kisskb/src/drivers/hwmon/hwmon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:803:6: note: byref variable will be forcibly initialized u64 options; ^~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show': /kisskb/src/drivers/hwmon/hwmon.c:301:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_write': /kisskb/src/drivers/hwtracing/stm/core.c:635:9: note: byref variable will be forcibly initialized char *ids[] = { comm, "default", NULL }; ^~~ /kisskb/src/drivers/hwtracing/stm/core.c:634:8: note: byref variable will be forcibly initialized char comm[sizeof(current->comm)]; ^~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show_string': /kisskb/src/drivers/hwmon/hwmon.c:321:14: note: byref variable will be forcibly initialized const char *s; ^ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_store': /kisskb/src/drivers/hwmon/hwmon.c:340:7: note: byref variable will be forcibly initialized long val; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1040:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(src->link, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1000:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(src->link, stm); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:992:8: note: byref variable will be forcibly initialized char *ids[] = { NULL, "default", NULL }; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1089:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(src->link, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_device_unregister': /kisskb/src/drivers/hwmon/hwmon.c:908:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_EnableIntelPromiscuousMode': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:439:7: note: byref variable will be forcibly initialized bool bFilterOutNonAssociatedBSSID = false; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_DisableIntelPromiscuousMode': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:460:7: note: byref variable will be forcibly initialized bool bFilterOutNonAssociatedBSSID = true; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/hid/hid-core.c:16: /kisskb/src/drivers/hid/hid-core.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:291:2: note: in expansion of macro 'if' if (check_mul_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:291:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:289:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:289:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/hid/hid-core.c:17: /kisskb/src/include/linux/overflow.h:287:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_probe_resp': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:835:5: note: byref variable will be forcibly initialized u8 tmp_generic_ie_len = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:832:5: note: byref variable will be forcibly initialized u8 tmp_ht_info_len = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:830:5: note: byref variable will be forcibly initialized u8 tmp_ht_cap_len = 0; ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hid/hid-core.c:17: /kisskb/src/drivers/hid/hid-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_assoc_resp': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:963:6: note: byref variable will be forcibly initialized u8 *tag; ^~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_scan_report': /kisskb/src/drivers/hid/hid-core.c:870:18: note: byref variable will be forcibly initialized struct hid_item item; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_probe_req': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:335:6: note: byref variable will be forcibly initialized u8 *tag; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'notify_wx_assoc_event': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:3238:19: note: byref variable will be forcibly initialized union iwreq_data wrqu; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_MgntDisconnectIBSS': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:3155:7: note: byref variable will be forcibly initialized bool bFilterOutNonAssociatedBSSID = false; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:3153:5: note: byref variable will be forcibly initialized u8 OpMode; ^~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_rx_assoc_resp': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:2206:6: note: byref variable will be forcibly initialized int aid; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_association_req': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1316:6: note: byref variable will be forcibly initialized u8 CcxVerNumBuf[] = {0x00, 0x40, 0x96, 0x03, 0x00}; ^~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1283:6: note: byref variable will be forcibly initialized u8 CcxAironetBuf[30]; ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1152:5: note: byref variable will be forcibly initialized u8 realtek_ie_len = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1150:5: note: byref variable will be forcibly initialized u8 ht_cap_len = 0; ^~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1147:6: note: byref variable will be forcibly initialized u8 *tag, *ies; ^~~ /kisskb/src/drivers/hid/hid-core.c: In function 'new_id_store': /kisskb/src/drivers/hid/hid-core.c:2149:16: note: byref variable will be forcibly initialized unsigned long driver_data = 0; ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:21: note: byref variable will be forcibly initialized __u32 bus, vendor, product; ^~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:13: note: byref variable will be forcibly initialized __u32 bus, vendor, product; ^~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:8: note: byref variable will be forcibly initialized __u32 bus, vendor, product; ^~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_open_report': /kisskb/src/drivers/hid/hid-core.c:1194:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/hid/hid-core.c:1193:18: note: byref variable will be forcibly initialized struct hid_item item; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_softmac_new_net': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1609:5: note: byref variable will be forcibly initialized u8 tmp_ssid[IW_ESSID_MAX_SIZE + 1]; ^~~~~~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_connect': /kisskb/src/drivers/hid/hid-core.c:1938:7: note: byref variable will be forcibly initialized char buf[64] = ""; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_softmac_scan_syncro': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:506:19: note: byref variable will be forcibly initialized union iwreq_data wrqu; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_rx_probe_rq': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1906:5: note: byref variable will be forcibly initialized u8 dest[ETH_ALEN]; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_rx_assoc_rq': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1931:5: note: byref variable will be forcibly initialized u8 dest[ETH_ALEN]; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_rx_auth_resp': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:2283:6: note: byref variable will be forcibly initialized int chlen = 0; ^~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:2282:6: note: byref variable will be forcibly initialized u8 *challenge; ^~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_rx_auth_rq': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:1918:5: note: byref variable will be forcibly initialized u8 dest[ETH_ALEN]; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_sta_ps': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:2048:6: note: byref variable will be forcibly initialized u64 time; ^~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_MlmeDisassociateRequest': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:3180:5: note: byref variable will be forcibly initialized u8 OpMode; ^~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c: In function 'rtllib_MgntDisconnectAP': /kisskb/src/drivers/staging/rtl8192e/rtllib_softmac.c:3208:7: note: byref variable will be forcibly initialized bool bFilterOutNonAssociatedBSSID = false; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'wakeup_source_deactivate': /kisskb/src/drivers/base/power/wakeup.c:699:20: note: byref variable will be forcibly initialized unsigned int cnt, inpr, cec; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:699:15: note: byref variable will be forcibly initialized unsigned int cnt, inpr, cec; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_write_init_sg': /kisskb/src/drivers/fpga/fpga-mgr.c:170:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function 'wakeup_sources_walk_next': /kisskb/src/include/linux/rculist.h:373:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/drivers/base/power/wakeup.c:304:9: note: in expansion of macro 'list_next_or_null_rcu' return list_next_or_null_rcu(ws_head, &ws->entry, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_buf_load_sg': /kisskb/src/drivers/fpga/fpga-mgr.c:238:26: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ In file included from /kisskb/src/drivers/fpga/fpga-mgr.c:17: /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_wakeup_pending': /kisskb/src/drivers/base/power/wakeup.c:917:21: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:917:16: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_buf_load': /kisskb/src/drivers/fpga/fpga-mgr.c:301:18: note: byref variable will be forcibly initialized struct sg_table sgt; ^~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_firmware_load': /kisskb/src/drivers/fpga/fpga-mgr.c:373:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_get_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:977:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/wakeup.c:977:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/drivers/base/power/wakeup.c:974:20: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:974:15: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_save_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:1008:20: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:1008:15: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/xattr.c:11: /kisskb/src/fs/xattr.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'xattr_getsecurity': /kisskb/src/fs/xattr.c:321:8: note: byref variable will be forcibly initialized void *buffer = NULL; ^~~~~~ /kisskb/src/fs/xattr.c: In function 'vfs_setxattr': /kisskb/src/fs/xattr.c:288:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'setxattr': /kisskb/src/fs/xattr.c:549:7: note: byref variable will be forcibly initialized char kname[XATTR_NAME_MAX + 1]; ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_setxattr': /kisskb/src/fs/xattr.c:586:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/xattr.c: In function 'getxattr': /kisskb/src/fs/xattr.c:650:7: note: byref variable will be forcibly initialized char kname[XATTR_NAME_MAX + 1]; ^~~~~ /kisskb/src/drivers/input/input-poller.c: In function 'input_dev_set_poll_interval': /kisskb/src/drivers/input/input-poller.c:152:15: note: byref variable will be forcibly initialized unsigned int interval; ^~~~~~~~ /kisskb/src/fs/xattr.c: In function 'path_getxattr': /kisskb/src/fs/xattr.c:688:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/xattr.c: In function 'path_listxattr': /kisskb/src/fs/xattr.c:765:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_get_prop_u32': /kisskb/src/drivers/input/touchscreen.c:20:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/fs/xattr.c: In function 'vfs_removexattr': /kisskb/src/fs/xattr.c:520:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_parse_properties': /kisskb/src/drivers/input/touchscreen.c:71:33: note: byref variable will be forcibly initialized unsigned int minimum, maximum, fuzz; ^~~~ /kisskb/src/drivers/input/touchscreen.c:71:24: note: byref variable will be forcibly initialized unsigned int minimum, maximum, fuzz; ^~~~~~~ /kisskb/src/drivers/input/touchscreen.c:71:15: note: byref variable will be forcibly initialized unsigned int minimum, maximum, fuzz; ^~~~~~~ /kisskb/src/fs/xattr.c: In function 'removexattr': /kisskb/src/fs/xattr.c:813:7: note: byref variable will be forcibly initialized char kname[XATTR_NAME_MAX + 1]; ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_removexattr': /kisskb/src/fs/xattr.c:827:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/xattr.c: In function 'simple_xattr_list': /kisskb/src/fs/xattr.c:1088:10: note: byref variable will be forcibly initialized ssize_t remaining_size = size; ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/input/ff-core.c:18: /kisskb/src/drivers/input/ff-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, 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/kernel/locking/rtmutex_api.c:5: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'try_to_take_rt_mutex': /kisskb/src/kernel/locking/rtmutex.c:308:27: note: byref variable will be forcibly initialized &(struct rt_mutex_waiter){ .prio = __waiter_prio(p), .deadline = (p)->dl.deadline } ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rtmutex.c:1024:4: note: in expansion of macro 'if' if (!rt_mutex_steal(task_to_waiter(task), ^~ /kisskb/src/kernel/locking/rtmutex.c:1024:24: note: in expansion of macro 'task_to_waiter' if (!rt_mutex_steal(task_to_waiter(task), ^~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function '__rt_mutex_slowlock_locked': /kisskb/src/kernel/locking/rtmutex.c:1602:25: note: byref variable will be forcibly initialized struct rt_mutex_waiter waiter; ^~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex.c:27, from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_slowunlock': /kisskb/src/kernel/locking/rtmutex.c:1281:19: note: byref variable will be forcibly initialized DEFINE_RT_WAKE_Q(wqh); ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:24: note: in definition of macro 'DEFINE_RT_WAKE_Q' struct rt_wake_q_head name = { \ ^~~~ /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_futex_unlock': /kisskb/src/kernel/locking/rtmutex_api.c:168:19: note: byref variable will be forcibly initialized DEFINE_RT_WAKE_Q(wqh); ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:24: note: in definition of macro 'DEFINE_RT_WAKE_Q' struct rt_wake_q_head name = { \ ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_break': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_break': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_rw_result': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_rw_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function '__bpf_trace_fsi_master_read': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function '__bpf_trace_fsi_master_write': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function '__bpf_trace_fsi_master_rw_result': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST8' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function '__bpf_trace_fsi_master_break': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_set_smode': /kisskb/src/drivers/fsi/fsi-core.c:272:9: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_report_and_clear_errors': /kisskb/src/drivers/fsi/fsi-core.c:212:14: note: byref variable will be forcibly initialized __be32 irq, stat; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:212:9: note: byref variable will be forcibly initialized __be32 irq, stat; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_handle_error': /kisskb/src/drivers/fsi/fsi-core.c:290:11: note: byref variable will be forcibly initialized uint32_t reg; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_read': /kisskb/src/drivers/fsi/fsi-core.c:348:10: note: byref variable will be forcibly initialized uint8_t id = slave->id; ^~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'cfam_read': /kisskb/src/drivers/fsi/fsi-core.c:709:10: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_write': /kisskb/src/drivers/fsi/fsi-core.c:373:10: note: byref variable will be forcibly initialized uint8_t id = slave->id; ^~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'cfam_write': /kisskb/src/drivers/fsi/fsi-core.c:746:10: note: byref variable will be forcibly initialized __be32 data; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/console.h:17, from /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:32: /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:33: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'slave_send_echo_store': /kisskb/src/drivers/fsi/fsi-core.c:829:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:654:15: note: byref variable will be forcibly initialized unsigned int len, na, ns; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_device_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:418:15: note: byref variable will be forcibly initialized unsigned int len, na, ns; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_scan': /kisskb/src/drivers/fsi/fsi-core.c:483:10: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_damage_blit': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:398:26: note: byref variable will be forcibly initialized struct dma_buf_map map, dst; ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:398:21: note: byref variable will be forcibly initialized struct dma_buf_map map, dst; ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_damage_work': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:435:23: note: byref variable will be forcibly initialized struct drm_clip_rect clip_copy; ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_init': /kisskb/src/drivers/fsi/fsi-core.c:1055:12: note: byref variable will be forcibly initialized uint32_t prop; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:23: note: byref variable will be forcibly initialized __be32 data, llmode, slbus; ^~~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:15: note: byref variable will be forcibly initialized __be32 data, llmode, slbus; ^~~~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:9: note: byref variable will be forcibly initialized __be32 data, llmode, slbus; ^~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'setcmap_atomic': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1026:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_single_fb_probe': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1512:36: note: byref variable will be forcibly initialized struct drm_fb_helper_surface_size sizes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1511:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_setup_crtcs_fb': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1758:15: note: byref variable will be forcibly initialized unsigned int rotation, sw_rotations = 0; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1756:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_generic_probe': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:2313:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_trigger_handler': /kisskb/src/drivers/iio/accel/kxsd9.c:219:4: note: byref variable will be forcibly initialized } hw_values; ^~~~~~~~~ /kisskb/src/drivers/ntb/msi.c: In function 'ntb_msi_init': /kisskb/src/drivers/ntb/msi.c:35:18: note: byref variable will be forcibly initialized resource_size_t mw_size; ^~~~~~~ /kisskb/src/drivers/ntb/msi.c:34:14: note: byref variable will be forcibly initialized phys_addr_t mw_phys_addr; ^~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_read_raw': /kisskb/src/drivers/iio/accel/kxsd9.c:166:9: note: byref variable will be forcibly initialized __be16 raw_val; ^~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c:165:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/ntb/msi.c: In function 'ntb_msi_setup_mws': /kisskb/src/drivers/ntb/msi.c:102:42: note: byref variable will be forcibly initialized resource_size_t addr_align, size_align, size_max; ^~~~~~~~ /kisskb/src/drivers/ntb/msi.c:102:30: note: byref variable will be forcibly initialized resource_size_t addr_align, size_align, size_max; ^~~~~~~~~~ /kisskb/src/drivers/ntb/msi.c:102:18: note: byref variable will be forcibly initialized resource_size_t addr_align, size_align, size_max; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/most/core.c:8: /kisskb/src/drivers/most/core.c: In function 'hdm_enqueue_thread': /kisskb/src/drivers/ntb/msi.c: In function 'ntb_msi_peer_addr': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/core.c:779:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(c->hdm_fifo_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ntb/msi.c:396:14: note: byref variable will be forcibly initialized phys_addr_t mw_phys_addr; ^~~~~~~~~~~~ In file included from /kisskb/src/include/media/drv-intf/saa7146.h:6, from /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:11: /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_affinity_notify': /kisskb/src/kernel/irq/manage.c:510:16: note: byref variable will be forcibly initialized cpumask_var_t cpumask; ^~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irqchip_state': /kisskb/src/kernel/irq/manage.c:2839:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irq_wake': /kisskb/src/kernel/irq/manage.c:874:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'saa7146_pgtable_alloc': /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:222:15: note: byref variable will be forcibly initialized dma_addr_t dma_addr = 0; ^~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'saa7146_remove_one': /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:504:4: note: byref variable will be forcibly initialized } dev_map[] = { ^~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'interrupt_hw': /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:284:6: note: byref variable will be forcibly initialized u32 isr; ^~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread_check_affinity': /kisskb/src/kernel/irq/manage.c:1124:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread': /kisskb/src/kernel/irq/manage.c:1256:23: note: byref variable will be forcibly initialized struct callback_head on_exit_work; ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'disable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2407:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_affinity_hint': /kisskb/src/kernel/irq/manage.c:491:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_update_affinity_desc': /kisskb/src/kernel/irq/manage.c:392:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_vcpu_affinity': /kisskb/src/kernel/irq/manage.c:645:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__disable_irq_nosync': /kisskb/src/kernel/irq/manage.c:682:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_irq': /kisskb/src/kernel/irq/manage.c:810:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'can_request_irq': /kisskb/src/kernel/irq/manage.c:923:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2343:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_parent': /kisskb/src/kernel/irq/manage.c:997:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_percpu_is_enabled': /kisskb/src/kernel/irq/manage.c:2390:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'prepare_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2702:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'teardown_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2745:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__synchronize_hardirq': /kisskb/src/kernel/irq/manage.c:41:7: note: byref variable will be forcibly initialized bool inprogress; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/kernel/irq/manage.c:11: /kisskb/src/kernel/irq/manage.c: In function 'synchronize_irq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:137:3: note: in expansion of macro 'wait_event' wait_event(desc->wait_for_threads, ^~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_get_irqchip_state': /kisskb/src/kernel/irq/manage.c:2805:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/input/matrix-keymap.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/edac/edac_device.c: In function 'edac_device_alloc_ctl_info': /kisskb/src/drivers/edac/edac_device.c:65:14: note: byref variable will be forcibly initialized void *pvt, *p; ^ In file included from /kisskb/src/drivers/input/matrix-keymap.c:19: /kisskb/src/drivers/input/matrix-keymap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/memory.h:174, from /kisskb/src/arch/arm64/include/asm/page.h:47, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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:264, from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/input/ff-memless.c:16: /kisskb/src/drivers/input/ff-memless.c: In function 'ml_play_effects': /kisskb/src/drivers/input/ff-memless.c:393:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(handled_bm, FF_MEMLESS_EFFECTS); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/drivers/input/ff-memless.c:392:19: note: byref variable will be forcibly initialized struct ff_effect effect; ^~~~~~ /kisskb/src/drivers/ssb/pcihost_wrapper.c: In function 'ssb_pcihost_probe': /kisskb/src/drivers/ssb/pcihost_wrapper.c:73:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_mmap': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2218:27: note: byref variable will be forcibly initialized unsigned int buffer = 0, plane = 0; ^~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2218:15: note: byref variable will be forcibly initialized unsigned int buffer = 0, plane = 0; ^~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__prepare_userptr': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1077:19: note: byref variable will be forcibly initialized struct vb2_plane planes[VB2_MAX_PLANES]; ^~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_core_create_bufs': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:879:31: note: byref variable will be forcibly initialized unsigned int num_planes = 0, num_buffers, allocated_buffers; ^~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:879:15: note: byref variable will be forcibly initialized unsigned int num_planes = 0, num_buffers, allocated_buffers; ^~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_core_reqbufs': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:738:47: note: byref variable will be forcibly initialized unsigned int num_buffers, allocated_buffers, num_planes = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:738:15: note: byref variable will be forcibly initialized unsigned int num_buffers, allocated_buffers, num_planes = 0; ^~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized merge_or_add_vmap_area(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__prepare_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1192:19: note: byref variable will be forcibly initialized struct vb2_plane planes[VB2_MAX_PLANES]; ^~~~~~ /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_advance_state': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1189:22: note: in expansion of macro 'smp_load_acquire' idx = rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq)); /* ^^^ */ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_nodes': /kisskb/src/kernel/rcu/srcutree.c:88:6: note: byref variable will be forcibly initialized int levelspread[RCU_NUM_LVLS]; ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:180:2: note: in expansion of macro 'smp_store_release' smp_store_release(&ssp->srcu_gp_seq_needed, 0); /* Init done. */ ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/kernel/rcu/srcutree.c:18: /kisskb/src/kernel/rcu/srcutree.c: In function 'check_init_srcu_struct': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:229:2: note: in expansion of macro 'if' if (!rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq_needed))) /*^^^*/ ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:229:21: note: in expansion of macro 'smp_load_acquire' if (!rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq_needed))) /*^^^*/ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_invoke_callbacks': /kisskb/src/kernel/rcu/srcutree.c:1245:20: note: byref variable will be forcibly initialized struct rcu_cblist ready_cbs; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_funnel_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:671:3: note: in expansion of macro 'smp_store_release' smp_store_release(&ssp->srcu_gp_seq_needed, s); /*^^^*/ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__synchronize_srcu': /kisskb/src/kernel/rcu/srcutree.c:915:25: note: byref variable will be forcibly initialized struct rcu_synchronize rcu; ^~~ /kisskb/src/mm/vmalloc.c: In function 'free_vmap_area': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:21: /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__vb2_wait_for_done_vb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1790:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(q->done_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_core_dqbuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1878:21: note: byref variable will be forcibly initialized struct vb2_buffer *vb = NULL; ^~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area': /kisskb/src/mm/vmalloc.c:1032:1: note: byref variable will be forcibly initialized insert_vmap_area(struct vmap_area *va, ^~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1044:1: note: byref variable will be forcibly initialized insert_vmap_area_augment(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1044:1: note: byref variable will be forcibly initialized In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__vb2_perform_fileio': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2684:11: note: byref variable will be forcibly initialized unsigned index; ^~~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_range_noflush': /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_bsg_initialize': /kisskb/src/drivers/scsi/scsi_transport_sas.c:206:8: note: byref variable will be forcibly initialized char name[20]; ^~~~ /kisskb/src/mm/vmalloc.c:293:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_small_pages_range_noflush': /kisskb/src/mm/vmalloc.c:549:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/mm/vmalloc.c:548:6: note: byref variable will be forcibly initialized int nr = 0; ^~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_thread': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2861:11: note: byref variable will be forcibly initialized unsigned index = 0; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'show_sas_rphy_enclosure_identifier': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1185:6: note: byref variable will be forcibly initialized u64 identifier; ^~~~~~~~~~ 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/highmem.h:10, from /kisskb/src/mm/vmalloc.c:14: /kisskb/src/mm/vmalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:21: /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_wait_for_all_buffers': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1854:3: note: in expansion of macro 'wait_event' wait_event(q->done_wq, !atomic_read(&q->owned_by_drv_count)); ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_maximum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:467:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:482:2: note: in expansion of macro 'sas_phy_store_linkspeed' sas_phy_store_linkspeed(field) \ ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:614:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' sas_phy_linkspeed_rw_attr(maximum_linkrate); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_minimum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:467:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:482:2: note: in expansion of macro 'sas_phy_store_linkspeed' sas_phy_store_linkspeed(field) \ ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:612:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' sas_phy_linkspeed_rw_attr(minimum_linkrate); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'vunmap_range_noflush': /kisskb/src/mm/vmalloc.c:426:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized merge_or_add_vmap_area(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1662:19: note: byref variable will be forcibly initialized struct list_head local_pure_list; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_read_port_mode_page': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1231:24: note: byref variable will be forcibly initialized struct scsi_mode_data mode_data; ^~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'free_vmap_area_noflush': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized merge_or_add_vmap_area(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~ 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:1943:12: note: byref variable will be forcibly initialized LIST_HEAD(purge); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmalloc.c: In function 'alloc_vmap_area': /kisskb/src/mm/vmalloc.c:1516:16: note: byref variable will be forcibly initialized unsigned long freed; ^~~~~ /kisskb/src/mm/vmalloc.c: In function 'pcpu_get_vm_areas': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized merge_or_add_vmap_area(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized /kisskb/src/mm/vmalloc.c:3567:27: note: byref variable will be forcibly initialized struct vmap_area **vas, *va; ^~ /kisskb/src/lib/string_helpers.c: In function 'string_get_size': /kisskb/src/lib/string_helpers.c:54:7: note: byref variable will be forcibly initialized char tmp[8]; ^~~ In file included from /kisskb/src/include/linux/export.h:43, 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/vmalloc.h:5, from /kisskb/src/mm/vmalloc.c:11: /kisskb/src/mm/vmalloc.c: In function 'remap_vmalloc_range_partial': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:3414:2: note: in expansion of macro 'if' if (check_add_overflow(size, off, &end_index) || ^~ /kisskb/src/mm/vmalloc.c:3414:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(size, off, &end_index) || ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:3414:2: note: in expansion of macro 'if' if (check_add_overflow(size, off, &end_index) || ^~ /kisskb/src/mm/vmalloc.c:3414:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(size, off, &end_index) || ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:3397:16: note: byref variable will be forcibly initialized unsigned long end_index; ^~~~~~~~~ /kisskb/src/mm/vmalloc.c:3396:16: note: byref variable will be forcibly initialized unsigned long off; ^~~ /kisskb/src/lib/string_helpers.c: In function 'string_unescape': /kisskb/src/lib/string_helpers.c:270:8: note: byref variable will be forcibly initialized char *out = dst; ^~~ /kisskb/src/lib/string_helpers.c: In function 'string_escape_mem': /kisskb/src/lib/string_helpers.c:522:8: note: byref variable will be forcibly initialized char *p = dst; ^ /kisskb/src/drivers/ssb/driver_pcicore.c: In function 'ssb_pcicore_dev_irqvecs_enable': /kisskb/src/drivers/ssb/driver_pcicore.c:688:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/mtd/chips/cfi_util.c: In function 'cfi_qry_present': /kisskb/src/drivers/mtd/chips/cfi_util.c:225:11: note: byref variable will be forcibly initialized map_word qry[3]; ^~~ /kisskb/src/drivers/mtd/chips/cfi_util.c:224:11: note: byref variable will be forcibly initialized map_word val[3]; ^~~ /kisskb/src/lib/string_helpers.c: In function 'kstrdup_quotable': /kisskb/src/lib/string_helpers.c:598:13: note: byref variable will be forcibly initialized const char esc[] = "\f\n\r\t\v\a\e\\\""; ^~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'handle_drvrcmd': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:284:10: note: byref variable will be forcibly initialized mimd_t kmimd; ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'mraid_mm_get_adapter': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:238:10: note: byref variable will be forcibly initialized mimd_t mimd; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_write_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qrwlock.h:118:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->wlocked, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'kioc_to_mimd': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:813:17: note: byref variable will be forcibly initialized mcontroller_t cinfo; ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:806:11: note: byref variable will be forcibly initialized mimd_t kmimd; ^~~~~ In file included from /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:14: /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'mimd_to_kioc': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:362:11: note: byref variable will be forcibly initialized mimd_t mimd; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:13: /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'lld_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:704:2: note: in expansion of macro 'wait_event' wait_event(wait_q, (kioc->status != -ENODATA)); ^~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c: In function 'mraid_mm_ioctl': /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:110:7: note: byref variable will be forcibly initialized int drvrcmd_rval; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_mm.c:107:7: note: byref variable will be forcibly initialized int rval; ^~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_transfer': /kisskb/src/drivers/iio/accel/mma9551_core.c:115:21: note: byref variable will be forcibly initialized struct i2c_msg in, out; ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:115:17: note: byref variable will be forcibly initialized struct i2c_msg in, out; ^~ /kisskb/src/drivers/iio/accel/mma9551_core.c:114:31: note: byref variable will be forcibly initialized struct mma9551_mbox_response rsp; ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:113:30: note: byref variable will be forcibly initialized struct mma9551_mbox_request req; ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_config_word': /kisskb/src/drivers/iio/accel/mma9551_core.c:295:9: note: byref variable will be forcibly initialized __be16 v; ^ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_write_config_word': /kisskb/src/drivers/iio/accel/mma9551_core.c:325:9: note: byref variable will be forcibly initialized __be16 v = cpu_to_be16(val); ^ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_status_word': /kisskb/src/drivers/iio/accel/mma9551_core.c:353:9: note: byref variable will be forcibly initialized __be16 v; ^ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_config_words': /kisskb/src/drivers/iio/accel/mma9551_core.c:383:9: note: byref variable will be forcibly initialized __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; ^~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_status_words': /kisskb/src/drivers/iio/accel/mma9551_core.c:422:9: note: byref variable will be forcibly initialized __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; ^~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_write_config_words': /kisskb/src/drivers/iio/accel/mma9551_core.c:461:9: note: byref variable will be forcibly initialized __be16 be_buf[(MMA9551_MAX_MAILBOX_DATA_REGS - 1) / 2]; ^~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_version': /kisskb/src/drivers/iio/accel/mma9551_core.c:605:30: note: byref variable will be forcibly initialized struct mma9551_version_info info; ^~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_accel_chan': /kisskb/src/drivers/iio/accel/mma9551_core.c:724:6: note: byref variable will be forcibly initialized s16 raw_accel; ^~~~~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_update_config_bits': /kisskb/src/drivers/iio/accel/mma9551_core.c:496:10: note: byref variable will be forcibly initialized u8 tmp, orig; ^~~~ In file included from /kisskb/src/drivers/base/power/domain.c:18: /kisskb/src/drivers/base/power/domain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_set_user_power_cap': /kisskb/src/drivers/hwmon/occ/common.c:186:5: note: byref variable will be forcibly initialized u8 cmd[8]; ^~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_poll': /kisskb/src/drivers/hwmon/occ/common.c:136:5: note: byref variable will be forcibly initialized u8 cmd[8]; ^~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_store_caps_user': /kisskb/src/drivers/hwmon/occ/common.c:701:21: note: byref variable will be forcibly initialized unsigned long long value; ^~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_power_on': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:516:15: note: byref variable will be forcibly initialized unsigned int dummy; ^~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_parse_state': /kisskb/src/drivers/base/power/domain.c:2842:21: note: byref variable will be forcibly initialized u32 entry_latency, exit_latency; ^~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2842:6: note: byref variable will be forcibly initialized u32 entry_latency, exit_latency; ^~~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2841:6: note: byref variable will be forcibly initialized u32 residency; ^~~~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_iterate_idle_states': /kisskb/src/drivers/base/power/domain.c:2875:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'test_dpram': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:403:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_summary_one': /kisskb/src/drivers/base/power/domain.c:3036:7: note: byref variable will be forcibly initialized char state[16]; ^~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'write_ind_ap': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:439:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int ind_ap; ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_area_2': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:568:15: note: byref variable will be forcibly initialized unsigned int ind_ap; ^~~~~~ /kisskb/src/drivers/base/power/domain.c: In function '__genpd_dev_pm_attach': /kisskb/src/drivers/base/power/domain.c:2650:25: note: byref variable will be forcibly initialized struct of_phandle_args pd_args; ^~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'softint_ack': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:901:15: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized unsigned int ind_ap, ev; ^~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:917:15: note: byref variable will be forcibly initialized 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:18: note: byref variable will be forcibly initialized unsigned int a, b, i = 0; ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:418:15: note: byref variable will be forcibly initialized unsigned int a, b, i = 0; ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'qs_have_work': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:878:18: note: byref variable will be forcibly initialized 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:18: note: byref variable will be forcibly initialized struct ab_task *t; ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'process_q': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:864:18: note: byref variable will be forcibly initialized struct ab_task *t; ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:143: /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'qthread_fn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:991:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(cd->wq, ^~~~~~~~~~~~~~~~~~ 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/rhashtable-types.h:15, from /kisskb/src/include/linux/ipc.h:7, from /kisskb/src/include/uapi/linux/sem.h:5, from /kisskb/src/include/linux/sem.h:5, from /kisskb/src/include/linux/sched.h:15, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hid/hid-input.c:16: /kisskb/src/drivers/hid/hid-input.c: In function 'ktime_get_coarse': /kisskb/src/include/linux/timekeeping.h:118:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'anybuss_host_common_probe': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:1267:9: note: byref variable will be forcibly initialized __be16 fieldbus_type; ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:1266:5: note: byref variable will be forcibly initialized u8 val[4]; ^~~ /kisskb/src/drivers/most/configfs.c: In function 'most_snd_grp_create_card_store': /kisskb/src/drivers/most/configfs.c:545:7: note: byref variable will be forcibly initialized bool tmp; ^~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_locate_usage': /kisskb/src/drivers/hid/hid-input.c:119:15: note: byref variable will be forcibly initialized unsigned int scancode; ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_getkeycode': /kisskb/src/drivers/hid/hid-input.c:136:25: note: byref variable will be forcibly initialized unsigned int scancode, index; ^~~~~ /kisskb/src/drivers/most/configfs.c: In function 'mdev_link_destroy_link_store': /kisskb/src/drivers/most/configfs.c:139:7: note: byref variable will be forcibly initialized bool tmp; ^~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_configure_usage': /kisskb/src/drivers/hid/hid-input.c:586:17: note: byref variable will be forcibly initialized unsigned long *bit = NULL; ^~~ /kisskb/src/drivers/hid/hid-input.c:585:6: note: byref variable will be forcibly initialized int max = 0, code; ^~~ /kisskb/src/drivers/most/configfs.c: In function 'mdev_link_create_link_store': /kisskb/src/drivers/most/configfs.c:117:7: note: byref variable will be forcibly initialized bool tmp; ^~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_input_event': /kisskb/src/drivers/hid/hid-input.c:1574:20: note: byref variable will be forcibly initialized struct hid_field *field; ^~~~~ In file included 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 'map_word_ff': /kisskb/src/include/linux/mtd/map.h:375:11: note: byref variable will be forcibly initialized map_word r; ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/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:22: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^~~~ /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'lpddr_writev': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:652:21: note: byref variable will be forcibly initialized 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:14: note: byref variable will be forcibly initialized struct kvec vec; ^~~ In file included from /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:16: /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_set_gain': /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:82:16: note: byref variable will be forcibly initialized unsigned char data[3]; ^~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_set_autocenter': /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:91:16: note: byref variable will be forcibly initialized unsigned char data[3]; ^~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_init_device': /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:217:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:216:5: note: byref variable will be forcibly initialized u8 buf[IFORCE_MAX_LENGTH]; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/input/joystick/iforce/iforce.h:10, from /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:10: /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_close': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:203:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(iforce->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_read': /kisskb/src/fs/libfs.c:953:7: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/edac/debugfs.c: In function 'edac_create_debugfs_nodes': /kisskb/src/drivers/edac/debugfs.c:58:7: note: byref variable will be forcibly initialized char name[80]; ^~~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_write': /kisskb/src/fs/libfs.c:974:21: note: byref variable will be forcibly initialized unsigned long long val; ^~~ /kisskb/src/fs/libfs.c: In function 'generic_ci_d_compare': /kisskb/src/fs/libfs.c:1383:7: note: byref variable will be forcibly initialized char strbuf[DNAME_INLINE_LEN]; ^~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/firmware_loader/main.c:14: /kisskb/src/drivers/base/firmware_loader/main.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/drivers/base/firmware_loader/main.c:25: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware_prepare': /kisskb/src/drivers/base/firmware_loader/main.c:729:18: note: byref variable will be forcibly initialized 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:510:10: note: byref variable will be forcibly initialized size_t file_size = 0; ^~~~~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c:496:8: note: byref variable will be forcibly initialized void *buffer = NULL; ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:796:19: note: byref variable will be forcibly initialized 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:1075:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_disable_store': /kisskb/src/drivers/input/touchscreen/ad7879.c:371:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_parse_dt': /kisskb/src/drivers/input/touchscreen/ad7879.c:494:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_read': /kisskb/src/drivers/input/touchscreen/ad7879.c:137:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/writeback.h:896, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_work_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_pages_written': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_bdi_register': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_wbc_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_queue_io': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_global_dirty_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_bdi_dirty_ratelimit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_balance_dirty_pages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_congest_waited_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_inode_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:833:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:833:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_page_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_dirty_inode_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_write_inode_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_sb_inodes_requeue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_single_inode_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/writeback.h:896, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_page_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_dirty_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_write_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_work_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_pages_written': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_bdi_register': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_wbc_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_queue_io': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_global_dirty_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_bdi_dirty_ratelimit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_balance_dirty_pages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_sb_inodes_requeue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_congest_waited_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_single_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:833:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_inode_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/writeback.h:896, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_page_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_page_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_dirty_inode_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_congest_waited_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_pages_written': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(writeback_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_sb_inodes_requeue': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_inode_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:833:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:833:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_bdi_dirty_ratelimit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_single_inode_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:773:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:52:43: note: in expansion of macro '__CAST9' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:52:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:53:43: note: in expansion of macro '__CAST10' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:53:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:53:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:54:43: note: in expansion of macro '__CAST11' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:54:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:54:25: note: in expansion of macro '__CAST_TO_U64' #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST12' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/fs/fs-writeback.c:19: /kisskb/src/fs/fs-writeback.c: In function 'move_expired_inodes': /kisskb/src/fs/fs-writeback.c:1392:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'writeback_inodes_wb': /kisskb/src/fs/fs-writeback.c:1974:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_writeback': /kisskb/src/fs/fs-writeback.c:2009:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_background_flush': /kisskb/src/fs/fs-writeback.c:2113:28: note: byref variable will be forcibly initialized struct wb_writeback_work work = { ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_start_all': /kisskb/src/fs/fs-writeback.c:2170:28: note: byref variable will be forcibly initialized struct wb_writeback_work work = { ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_old_data_flush': /kisskb/src/fs/fs-writeback.c:2147:28: note: byref variable will be forcibly initialized 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:2510:12: note: byref variable will be forcibly initialized LIST_HEAD(sync_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fs-writeback.c:20: /kisskb/src/fs/fs-writeback.c: In function 'wb_wait_for_completion': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c:190:2: note: in expansion of macro 'wait_event' wait_event(*done->waitq, !atomic_read(&done->cnt)); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/fs/fs-writeback.c:26: /kisskb/src/fs/fs-writeback.c: In function '__writeback_inodes_sb_nr': /kisskb/src/fs/fs-writeback.c:2597:23: note: byref variable will be forcibly initialized DEFINE_WB_COMPLETION(done, bdi); ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'sync_inodes_sb': /kisskb/src/fs/fs-writeback.c:2675:23: note: byref variable will be forcibly initialized DEFINE_WB_COMPLETION(done, bdi); ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/drivers/mtd/chips/gen_probe.c:7: /kisskb/src/drivers/mtd/chips/gen_probe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/mtd/chips/gen_probe.c:8: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mmc/core/host.c: In function 'mmc_of_parse': /kisskb/src/drivers/mmc/core/host.c:270:27: note: byref variable will be forcibly initialized u32 bus_width, drv_type, cd_debounce_delay_ms; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/host.c:270:17: note: byref variable will be forcibly initialized u32 bus_width, drv_type, cd_debounce_delay_ms; ^~~~~~~~ /kisskb/src/drivers/mmc/core/host.c:270:6: note: byref variable will be forcibly initialized u32 bus_width, drv_type, cd_debounce_delay_ms; ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'genprobe_ident_chips': /kisskb/src/drivers/mtd/chips/gen_probe.c:61:21: note: byref variable will be forcibly initialized struct cfi_private cfi; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/include/linux/of_gpio.h:14, from /kisskb/src/drivers/mmc/core/host.c:16: /kisskb/src/drivers/mmc/core/host.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoull': /kisskb/src/lib/kstrtox.c:95:21: note: byref variable will be forcibly initialized unsigned long long _res; ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_use_com_int': /kisskb/src/lib/kstrtox.c: In function 'kstrtouint': /kisskb/src/drivers/input/misc/ad714x.c:129:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/lib/kstrtox.c:224:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_use_thr_int': /kisskb/src/drivers/input/misc/ad714x.c:146:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:410:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16': /kisskb/src/lib/kstrtox.c:269:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_hw_detect': /kisskb/src/drivers/input/misc/ad714x.c:872:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:412:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtou16_from_user, kstrtou16, u16); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_hw_init': /kisskb/src/drivers/input/misc/ad714x.c:916:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8': /kisskb/src/lib/kstrtox.c:299:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:414:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtou8_from_user, kstrtou8, u8); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoull_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:406:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoul_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:408:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll': /kisskb/src/lib/kstrtox.c:153:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint': /kisskb/src/lib/kstrtox.c:254:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:411:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoint_from_user, kstrtoint, int); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtol_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:409:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtol_from_user, kstrtol, long); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoul': /kisskb/src/lib/kstrtox.c:178:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtol': /kisskb/src/lib/kstrtox.c:194:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16': /kisskb/src/lib/kstrtox.c:284:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8': /kisskb/src/lib/kstrtox.c:314:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtobool_from_user': /kisskb/src/lib/kstrtox.c:382:7: note: byref variable will be forcibly initialized char buf[4]; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:407:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoll_from_user, kstrtoll, long long); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:413:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtos16_from_user, kstrtos16, s16); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:415:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtos8_from_user, kstrtos8, s8); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_dbg': /kisskb/src/drivers/input/rmi4/rmi_bus.c:27:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_function_of_probe': /kisskb/src/drivers/input/rmi4/rmi_bus.c:157:7: note: byref variable will be forcibly initialized char of_name[9]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c: In function 'drm_fb_cma_sync_non_coherent': /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:123:18: note: byref variable will be forcibly initialized struct drm_rect clip; ^~~~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:120:39: note: byref variable will be forcibly initialized struct drm_atomic_helper_damage_iter iter; ^~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_of_property_read_u32': /kisskb/src/drivers/input/rmi4/rmi_bus.c:417:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ In file included from /kisskb/src/kernel/dma/mapping.c:17: /kisskb/src/kernel/dma/mapping.c: In function 'dma_direct_map_page': /kisskb/src/kernel/dma/direct.h:88:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr = phys_to_dma(dev, phys); ^~~~~~~~ /kisskb/src/kernel/dma/mapping.c: In function 'dma_alloc_attrs': /kisskb/src/kernel/dma/mapping.c:495:8: note: byref variable will be forcibly initialized void *cpu_addr; ^~~~~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_handler_data': /kisskb/src/kernel/irq/chip.c:92:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip_data': /kisskb/src/kernel/irq/chip.c:147:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_modify_status': /kisskb/src/kernel/irq/chip.c:1088:16: note: byref variable will be forcibly initialized unsigned long flags, trigger, tmp; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_irq_type': /kisskb/src/kernel/irq/chip.c:70:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip': /kisskb/src/kernel/irq/chip.c:43:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_msi_desc_off': /kisskb/src/kernel/irq/chip.c:114:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function '__irq_set_handler': /kisskb/src/kernel/irq/chip.c:1049:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chained_handler_and_data': /kisskb/src/kernel/irq/chip.c:1064:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-packets.c: In function 'iforce_control_playback': /kisskb/src/drivers/input/joystick/iforce/iforce-packets.c:90:16: note: byref variable will be forcibly initialized unsigned char data[3]; ^~~~ /kisskb/src/kernel/irq/chip.c: In function 'handle_untracked_irq': /kisskb/src/kernel/irq/chip.c:578:15: note: byref variable will be forcibly initialized unsigned int flags = 0; ^~~~~ /kisskb/src/drivers/usb/host/xhci-dbg.c: In function 'xhci_dbg_trace': /kisskb/src/drivers/usb/host/xhci-dbg.c:26:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/usb/host/xhci-dbg.c:25:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_handshake': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:104:5: note: byref variable will be forcibly initialized u8 cmd = mode ^ CY_HST_TOGGLE; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_hw_soft_reset': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:124:5: note: byref variable will be forcibly initialized u8 cmd = CY_HST_RESET; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.h:18, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:15: /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_wait_bl_heartbeat': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1347:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, cd->mode == CY_MODE_BOOTLOADER, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_wait_sysinfo_mode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1364:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, cd->mode == CY_MODE_SYSINFO, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_set_mode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1451:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1403:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.h:18, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:15: /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_request_exclusive': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1308:3: note: in expansion of macro 'wait_event' wait_event(cd->wait_q, !cd->exclusive_dev); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1298:7: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, !cd->exclusive_dev, t); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_core_wake_': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1805:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1774:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_core_sleep_': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1506:5: note: byref variable will be forcibly initialized u8 mode[2]; ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_get_mt_touches': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:874:6: note: byref variable will be forcibly initialized int ids[max(CY_TMA1036_MAX_TCH, CY_TMA4XX_MAX_TCH)]; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:871:23: note: byref variable will be forcibly initialized struct cyttsp4_touch tch; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_irq': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1083:5: note: byref variable will be forcibly initialized u8 mode[3]; ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_startup_': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1618:6: note: byref variable will be forcibly initialized u8 buf[sizeof(ldr_err_app)]; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c: In function 'cyttsp_i2c_read_block_data': /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:32:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:31:5: note: byref variable will be forcibly initialized u8 addr_lo = addr & 0xFF; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c: In function 'cyttsp_i2c_write_block_data': /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:62:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:9: /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ 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/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_read_coefficients': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2190:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ In file included from /kisskb/src/drivers/base/regmap/regcache.c:12: /kisskb/src/drivers/base/regmap/regcache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_regulator_register': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2436:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_init_debugfs': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2545:7: note: byref variable will be forcibly initialized char name[PMBUS_NAME_SIZE]; ^~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_set_sensor': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:977:6: note: byref variable will be forcibly initialized s64 val; ^~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_set_samples': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2048:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_hw_init': /kisskb/src/drivers/base/regmap/regcache.c:31:20: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_lookup_reg': /kisskb/src/drivers/base/regmap/regcache.c:645:21: note: byref variable will be forcibly initialized struct reg_default key; ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_default_sync': /kisskb/src/drivers/base/regmap/regcache.c:300:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_sync_block_raw': /kisskb/src/drivers/base/regmap/regcache.c:740:14: note: byref variable will be forcibly initialized const void *data = NULL; ^~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_read_pdt_entry': /kisskb/src/drivers/input/rmi4/rmi_driver.c:462:5: note: byref variable will be forcibly initialized u8 buf[RMI_PDT_ENTRY_SIZE]; ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt_page': /kisskb/src/drivers/input/rmi4/rmi_driver.c:508:19: note: byref variable will be forcibly initialized struct pdt_entry pdt_entry; ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_check_bootloader_mode': /kisskb/src/drivers/input/rmi4/rmi_driver.c:749:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ In file included from /kisskb/src/include/linux/rmi.h:13, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_set_attn_data': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:184:2: note: in expansion of macro 'kfifo_put' kfifo_put(&drvdata->attn_fifo, attn_data); ^~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dfl.h:11, from /kisskb/src/drivers/fpga/dfl.c:13: /kisskb/src/drivers/fpga/dfl.c: In function '__ab_c_size': In file included from /kisskb/src/drivers/input/rmi4/rmi_driver.c:21: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dfl.h:11, from /kisskb/src/drivers/fpga/dfl.c:13: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/fpga/dfl.c: In function 'create_feature_instance': /kisskb/src/drivers/fpga/dfl.c:1020:25: note: byref variable will be forcibly initialized unsigned int irq_base, nr_irqs; ^~~~~~~ /kisskb/src/drivers/fpga/dfl.c:1020:15: note: byref variable will be forcibly initialized unsigned int irq_base, nr_irqs; ^~~~~~~~ In file included 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/input/rmi4/rmi_driver.c:14: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_initial_reset': /kisskb/src/drivers/input/rmi4/rmi_driver.c:798:6: note: byref variable will be forcibly initialized u8 cmd_buf = RMI_DEVICE_RESET_CMD; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/fpga/dfl.h:22, from /kisskb/src/drivers/fpga/dfl.c:18: /kisskb/src/drivers/fpga/dfl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt': /kisskb/src/drivers/input/rmi4/rmi_driver.c:547:6: note: byref variable will be forcibly initialized int empty_pages = 0; ^~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_read_register_desc': /kisskb/src/drivers/input/rmi4/rmi_driver.c:565:5: note: byref variable will be forcibly initialized u8 buf[35]; ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:564:5: note: byref variable will be forcibly initialized u8 size_presence_reg; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dfl.h:11, from /kisskb/src/drivers/fpga/dfl.c:13: /kisskb/src/drivers/fpga/dfl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dfl.h:11, from /kisskb/src/drivers/fpga/dfl.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_probe_interrupts': /kisskb/src/drivers/input/rmi4/rmi_driver.c:1016:6: note: byref variable will be forcibly initialized int irq_count = 0; ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_init_functions': /kisskb/src/drivers/input/rmi4/rmi_driver.c:1069:6: note: byref variable will be forcibly initialized int irq_count = 0; ^~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_16_native': /kisskb/src/drivers/base/regmap/regmap.c:286:6: note: byref variable will be forcibly initialized u16 v = val << shift; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_32_native': /kisskb/src/drivers/base/regmap/regmap.c:315:6: note: byref variable will be forcibly initialized u32 v = val << shift; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_64_native': /kisskb/src/drivers/base/regmap/regmap.c:334:6: note: byref variable will be forcibly initialized u64 v = (u64) val << shift; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:363:6: note: byref variable will be forcibly initialized u16 v = get_unaligned_be16(buf); ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_native': /kisskb/src/drivers/base/regmap/regmap.c:377:6: note: byref variable will be forcibly initialized u16 v; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:405:6: note: byref variable will be forcibly initialized u32 v = get_unaligned_be32(buf); ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_native': /kisskb/src/drivers/base/regmap/regmap.c:419:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:438:6: note: byref variable will be forcibly initialized u64 v = get_unaligned_be64(buf); ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_native': /kisskb/src/drivers/base/regmap/regmap.c:452:6: note: byref variable will be forcibly initialized u64 v; ^ /kisskb/src/drivers/fpga/dfl.c: In function 'dfl_feature_ioctl_set_irq': /kisskb/src/drivers/fpga/dfl.c:1850:26: note: byref variable will be forcibly initialized struct dfl_fpga_irq_set hdr; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/base/regmap/trace.h:257, from /kisskb/src/drivers/base/regmap/regmap.c:23: /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_reg': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_block': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regcache_sync': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_bool': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_async': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regcache_drop_region': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/regmap/trace.h:257, from /kisskb/src/drivers/base/regmap/regmap.c:23: /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_reg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_sync': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_bool': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_async': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_drop_region': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ In file included from /kisskb/src/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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_get_triple': /kisskb/src/drivers/input/misc/adxl34x.c:240:8: note: byref variable will be forcibly initialized short buf[3]; ^~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regcache_sync': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regcache_drop_region': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regmap_bool': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regmap_async': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_autosleep_store': /kisskb/src/drivers/input/misc/adxl34x.c:578:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_disable_store': /kisskb/src/drivers/input/misc/adxl34x.c:454:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_rate_store': /kisskb/src/drivers/input/misc/adxl34x.c:543:16: note: byref variable will be forcibly initialized unsigned char val; ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_service_ev_fifo': /kisskb/src/drivers/input/misc/adxl34x.c:259:21: note: byref variable will be forcibly initialized struct axis_triple axis; ^~~~ In file included from /kisskb/src/drivers/base/regmap/regmap.c:10: /kisskb/src/drivers/base/regmap/regmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&(v)->counter); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, 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 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_cached': /kisskb/src/drivers/base/regmap/regmap.c:107:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_field_read': /kisskb/src/drivers/base/regmap/regmap.c:2934:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_test_bits': /kisskb/src/drivers/base/regmap/regmap.c:3144:15: note: byref variable will be forcibly initialized unsigned int val, ret; ^~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_busy_cb': /kisskb/src/drivers/mmc/core/mmc_ops.c:435:6: note: byref variable will be forcibly initialized u32 status = 0; ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function '__mmc_poll_for_busy': /kisskb/src/drivers/mmc/core/mmc_ops.c:482:7: note: byref variable will be forcibly initialized bool busy = false; ^~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_poll_for_busy': /kisskb/src/drivers/mmc/core/mmc_ops.c:518:23: note: byref variable will be forcibly initialized struct mmc_busy_data cb_data; ^~~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_tuning': /kisskb/src/drivers/mmc/core/mmc_ops.c:642:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_bus_test': /kisskb/src/drivers/mmc/core/mmc_ops.c:738:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_exp_need_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:728:2: note: in expansion of macro 'smp_store_release' smp_store_release(this_cpu_ptr(&rcu_data.rcu_urgent_qs), true); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_adtc_data': /kisskb/src/drivers/mmc/core/mmc_ops.c:260:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_switch_status': /kisskb/src/drivers/mmc/core/mmc_ops.c:419:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_interrupt_hpi': /kisskb/src/drivers/mmc/core/mmc_ops.c:870:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_expired_fqs_timer': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_stall.h:502:13: note: in expansion of macro 'smp_load_acquire' gp_state = smp_load_acquire(&rcu_state.gp_state); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_update_bits': /kisskb/src/drivers/base/regmap/regmap.c:3062:20: note: byref variable will be forcibly initialized unsigned int tmp, orig; ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_select_page': /kisskb/src/drivers/base/regmap/regmap.c:1601:7: note: byref variable will be forcibly initialized bool page_chg; ^~~~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_read_bkops_status': /kisskb/src/drivers/mmc/core/mmc_ops.c:916:6: note: byref variable will be forcibly initialized u8 *ext_csd; ^~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'sync_exp_reset_tree_hotplug': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:79:14: note: in expansion of macro 'smp_load_acquire' int ncpus = smp_load_acquire(&rcu_state.ncpus); /* Order vs. locking. */ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2789:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_bulk_read': /kisskb/src/drivers/base/regmap/regmap.c:3021:17: note: byref variable will be forcibly initialized unsigned int ival; ^~~~ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_first_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:516:8: note: byref variable will be forcibly initialized ulong j; ^ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_next_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:528:8: note: byref variable will be forcibly initialized ulong j; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_fields_read': /kisskb/src/drivers/base/regmap/regmap.c:2961:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ 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': In file included from /kisskb/src/kernel/rcu/tree.c:4743: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_starvation': /kisskb/src/kernel/rcu/tree_stall.h:461:16: note: byref variable will be forcibly initialized unsigned long j; ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c:3206:2: note: in expansion of macro 'wait_event' wait_event(map->async_waitq, regmap_async_is_done(map)); ^~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4745: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_do_flush_bypass': /kisskb/src/kernel/rcu/tree_nocb.h:306:20: note: byref variable will be forcibly initialized struct rcu_cblist rcl; ^~~ /kisskb/src/drivers/media/common/saa7146/saa7146_video.c: In function 'saa7146_start_preview': /kisskb/src/drivers/media/common/saa7146/saa7146_video.c:100:21: note: byref variable will be forcibly initialized struct v4l2_format fmt; ^~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c: In function 'TxCountToDataRate': /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c:121:6: note: byref variable will be forcibly initialized u16 CCKOFDMRate[12] = {0x02, 0x04, 0x0b, 0x16, 0x0c, 0x12, 0x18, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function '__call_rcu_nocb_wake': /kisskb/src/kernel/rcu/tree_nocb.h:499:16: note: byref variable will be forcibly initialized unsigned long cur_gp_seq; ^~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c: In function 'HTConstructCapabilityElement': /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c:287:6: note: byref variable will be forcibly initialized u8 EWC11NHTCap[] = {0x00, 0x90, 0x4c, 0x33}; ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-quirks.c: In function 'hid_quirks_init': /kisskb/src/drivers/hid/hid-quirks.c:1161:6: note: byref variable will be forcibly initialized u32 quirks; ^~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1160:29: note: byref variable will be forcibly initialized unsigned short int vendor, product; ^~~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1160:21: note: byref variable will be forcibly initialized unsigned short int vendor, product; ^~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_try_bypass': /kisskb/src/kernel/rcu/tree_nocb.h:378:16: note: byref variable will be forcibly initialized unsigned long cur_gp_seq; ^~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c: In function 'HTGetHighestMCSRate': /kisskb/src/drivers/staging/rtl8192e/rtl819x_HTProc.c:454:6: note: byref variable will be forcibly initialized u8 availableMcsRate[16]; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/wait.c:7: /kisskb/src/kernel/sched/wait.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_do_batch': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2529:4: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/wait.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:300:2: note: in expansion of macro 'smp_store_release' smp_store_release(&entry->next, entry); ^~~~~~~~~~~~~~~~~ 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_wait': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:207:2: note: in expansion of macro '___swait_event' ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:11: note: in expansion of macro '__swait_event_interruptible' __ret = __swait_event_interruptible(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:728:3: note: in expansion of macro 'swait_event_interruptible_exclusive' swait_event_interruptible_exclusive( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:207:2: note: in expansion of macro '___swait_event' ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:11: note: in expansion of macro '__swait_event_interruptible' __ret = __swait_event_interruptible(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:722:3: note: in expansion of macro 'swait_event_interruptible_exclusive' swait_event_interruptible_exclusive(my_rdp->nocb_gp_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4745: /kisskb/src/kernel/rcu/tree_nocb.h:630:8: note: byref variable will be forcibly initialized bool needwake_state = false; ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:611:16: note: byref variable will be forcibly initialized unsigned long cur_gp_seq; ^~~~~~~~~~ /kisskb/src/kernel/sched/wait.c: In function '__wake_up_common_lock': /kisskb/src/kernel/sched/wait.c:129:21: note: byref variable will be forcibly initialized wait_queue_entry_t bookmark; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_gp_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:762:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'force_qs_rnp': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2624:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_fqs_loop': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1985:4: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1979:4: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:255:2: note: in expansion of macro '___swait_event' ___swait_event(wq, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:282:11: note: in expansion of macro '__swait_event_idle_timeout' __ret = __swait_event_idle_timeout(wq, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1957:9: note: in expansion of macro 'swait_event_idle_timeout_exclusive' (void)swait_event_idle_timeout_exclusive(rcu_state.gp_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1933:6: note: byref variable will be forcibly initialized int gf = 0; ^~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait_once': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:194:2: note: in expansion of macro '___swait_event' ___swait_event(wq, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:202:11: note: in expansion of macro '__swait_event_timeout' __ret = __swait_event_timeout(wq, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:471:6: note: in expansion of macro 'swait_event_timeout_exclusive' t = swait_event_timeout_exclusive(rcu_state.expedited_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1296:3: note: in expansion of macro 'smp_store_release' smp_store_release(ruqp, true); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_cleanup': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2063:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2009:16: note: byref variable will be forcibly initialized unsigned long new_gp_seq; ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:34: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_clk_gating': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_clk_scaling': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/drivers/mtd/ubi/kapi.c: In function 'ubi_open_volume_path': /kisskb/src/drivers/mtd/ubi/kapi.c:293:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/drivers/mtd/ubi/kapi.c:292:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_auto_bkops_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_profiling_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_command': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_volt': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:413:6: note: byref variable will be forcibly initialized s64 voltage = 0, result = 0; ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_chg_temp': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:474:6: note: byref variable will be forcibly initialized s64 voltage = 0, result = 0; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_uic_command': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_exception_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_therm': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:429:6: note: byref variable will be forcibly initialized s64 voltage = 0; ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_die_temp': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:451:6: note: byref variable will be forcibly initialized s64 voltage = 0; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:34: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_clk_gating': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'kfree_rcu_work': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3320:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3296:4: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_clk_scaling': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_auto_bkops_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_profiling_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc7_scale_hw_calib_therm': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:539:11: note: byref variable will be forcibly initialized int ret, result; ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_command': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_wol': /kisskb/src/net/ethtool/ioctl.c:1412:25: note: byref variable will be forcibly initialized struct ethtool_wolinfo wol; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_uic_command': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_exception_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_value_void': /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:2150:23: note: byref variable will be forcibly initialized struct ethtool_value edata; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_eee': /kisskb/src/net/ethtool/ioctl.c:1449:21: note: byref variable will be forcibly initialized struct ethtool_eee edata; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:34: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_upiu': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_init_one': /kisskb/src/kernel/rcu/tree.c:4478:6: note: byref variable will be forcibly initialized int levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */ ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:34: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_upiu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ 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/scsi/ufs/ufshcd.c:34: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_clk_gating': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_auto_bkops_state': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_exception_event': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_clk_scaling': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4745: /kisskb/src/kernel/rcu/tree.c: In function 'show_rcu_nocb_state': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1354:7: note: byref variable will be forcibly initialized char bufr[20]; ^~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1353:7: note: byref variable will be forcibly initialized char bufw[20]; ^~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_upiu': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_profiling_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_command': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:50:42: note: in expansion of macro '__CAST7' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:50:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:51:42: note: in expansion of macro '__CAST8' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:51:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST9' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__bpf_trace_ufshcd_uic_command': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4744: /kisskb/src/kernel/rcu/tree.c: In function 'sync_rcu_exp_select_node_cpus': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:342:16: note: byref variable will be forcibly initialized unsigned long mask_ofl_ipi; ^~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST6' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_perm_addr': /kisskb/src/net/ethtool/ioctl.c:2115:27: note: byref variable will be forcibly initialized struct ethtool_perm_addr epaddr; ^~~~~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:313:4: note: in expansion of macro 'wait_event' wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], ^~~~~~~~~~ /kisskb/src/drivers/staging/rtl8192e/rtl819x_TSProc.c: In function 'GetTs': /kisskb/src/drivers/staging/rtl8192e/rtl819x_TSProc.c:292:19: note: byref variable will be forcibly initialized union tspec_body TSpec; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_value': /kisskb/src/net/ethtool/ioctl.c:2165:23: note: byref variable will be forcibly initialized struct ethtool_value edata; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxnfc': /kisskb/src/net/ethtool/ioctl.c:929:23: note: byref variable will be forcibly initialized struct ethtool_rxnfc info; ^~~~ 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:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:183:8: note: in expansion of macro '___swait_event' (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:2: note: in expansion of macro '__swait_event' __swait_event(wq, condition); \ ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:994:2: note: in expansion of macro 'swait_event_exclusive' swait_event_exclusive(rdp->nocb_state_wq, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_reset': /kisskb/src/net/ethtool/ioctl.c:1392:23: note: byref variable will be forcibly initialized struct ethtool_value reset; ^~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_rdp_offload': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:183:8: note: in expansion of macro '___swait_event' (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:2: note: in expansion of macro '__swait_event' __swait_event(wq, condition); \ ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1083:2: note: in expansion of macro 'swait_event_exclusive' swait_event_exclusive(rdp->nocb_state_wq, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_dump': /kisskb/src/net/ethtool/ioctl.c:2194:22: note: byref variable will be forcibly initialized struct ethtool_dump dump; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_dump_flag': /kisskb/src/net/ethtool/ioctl.c:2209:22: note: byref variable will be forcibly initialized struct ethtool_dump dump; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_softirq_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:251:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); ^~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_fecparam': /kisskb/src/net/ethtool/ioctl.c:2679:26: note: byref variable will be forcibly initialized struct ethtool_fecparam fecparam; ^~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'nocb_cb_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:850:3: note: in expansion of macro 'if' if (smp_load_acquire(&rdp->nocb_cb_sleep)) { // ^^^ ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:850:7: note: in expansion of macro 'smp_load_acquire' 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:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:207:2: note: in expansion of macro '___swait_event' ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:11: note: in expansion of macro '__swait_event_interruptible' __ret = __swait_event_interruptible(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:846:3: note: in expansion of macro 'swait_event_interruptible_exclusive' swait_event_interruptible_exclusive(rdp->nocb_cb_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4745: /kisskb/src/kernel/rcu/tree_nocb.h:785:16: note: byref variable will be forcibly initialized unsigned long cur_gp_seq; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/compat.h:9, from /kisskb/src/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_convert_link_mode_to_legacy_u32': /kisskb/src/net/ethtool/ioctl.c:351:36: note: byref variable will be forcibly initialized __ETHTOOL_DECLARE_LINK_MODE_MASK(ext); ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/ioctl.c:351:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' __ETHTOOL_DECLARE_LINK_MODE_MASK(ext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, 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/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/ethtool/ioctl.c:15: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_cb_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:869:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_settings': /kisskb/src/net/ethtool/ioctl.c:645:21: note: byref variable will be forcibly initialized struct ethtool_cmd cmd; ^~~ /kisskb/src/net/ethtool/ioctl.c:644:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings link_ksettings; ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_one_feature': /kisskb/src/net/ethtool/ioctl.c:230:23: note: byref variable will be forcibly initialized struct ethtool_value edata = { ^~~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/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/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c: In function 'netdev_rss_key_fill': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(get_random_bytes, (buf), (nbytes)) ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' get_random_once((buf), (nbytes)) ^~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1041:2: note: in expansion of macro 'net_get_random_once' net_get_random_once(netdev_rss_key, sizeof(netdev_rss_key)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_request_urgent_qs_task': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1142:2: note: in expansion of macro 'smp_store_release' smp_store_release(per_cpu_ptr(&rcu_data.rcu_urgent_qs, cpu), true); ^~~~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_sprintf': /kisskb/src/net/ethtool/ioctl.c:1947:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_wol': /kisskb/src/net/ethtool/ioctl.c:1428:25: note: byref variable will be forcibly initialized struct ethtool_wolinfo wol; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_eee': /kisskb/src/net/ethtool/ioctl.c:1470:21: note: byref variable will be forcibly initialized struct ethtool_eee edata; ^~~~~ /kisskb/src/kernel/rcu/tree.c: In function '__call_rcu': /kisskb/src/kernel/rcu/tree.c:2966:7: note: byref variable will be forcibly initialized bool was_alldone; ^~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_coalesce': /kisskb/src/net/ethtool/ioctl.c:1697:26: note: byref variable will be forcibly initialized struct ethtool_coalesce coalesce; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_compose_devman_upiu': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2580:5: note: byref variable will be forcibly initialized u8 upiu_flags; ^~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_ringparam': /kisskb/src/net/ethtool/ioctl.c:1737:27: note: byref variable will be forcibly initialized struct ethtool_ringparam ringparam, max = { .cmd = ETHTOOL_GRINGPARAM }; ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_comp_scsi_upiu': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2607:5: note: byref variable will be forcibly initialized u8 upiu_flags; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_cpu_starting': /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_pauseparam': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4260:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rcu_state.ncpus, rcu_state.ncpus + newcpu); /* ^^^ */ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1848:28: note: byref variable will be forcibly initialized struct ethtool_pauseparam pauseparam; ^~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_features': /kisskb/src/net/ethtool/ioctl.c:101:36: note: byref variable will be forcibly initialized struct ethtool_set_features_block features[ETHTOOL_DEV_FEATURE_WORDS]; ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:100:27: note: byref variable will be forcibly initialized struct ethtool_sfeatures cmd; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_uic_pwr_ctrl': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3969:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(uic_async_done); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_one_feature': /kisskb/src/net/ethtool/ioctl.c:243:23: note: byref variable will be forcibly initialized struct ethtool_value edata; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_features': /kisskb/src/net/ethtool/ioctl.c:66:36: note: byref variable will be forcibly initialized struct ethtool_get_features_block features[ETHTOOL_DEV_FEATURE_WORDS]; ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:62:27: note: byref variable will be forcibly initialized struct ethtool_gfeatures cmd = { ^~~ /kisskb/src/kernel/dma/debug.c: In function 'filter_write': /kisskb/src/kernel/dma/debug.c:701:7: note: byref variable will be forcibly initialized char buf[NAME_MAX_LEN]; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_settings': /kisskb/src/net/ethtool/ioctl.c:678:21: note: byref variable will be forcibly initialized struct ethtool_cmd cmd; ^~~ /kisskb/src/net/ethtool/ioctl.c:677:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings link_ksettings; ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_drvinfo': /kisskb/src/net/ethtool/ioctl.c:703:25: note: byref variable will be forcibly initialized struct ethtool_drvinfo info; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_any_tag_in_use': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1362:6: note: byref variable will be forcibly initialized int busy = 0; ^~~~ /kisskb/src/kernel/dma/debug.c: In function 'get_nr_mapped_entries': /kisskb/src/kernel/dma/debug.c:1323:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'bucket_find_contain': /kisskb/src/kernel/dma/debug.c:354:33: note: byref variable will be forcibly initialized struct dma_debug_entry *entry, index = *ref; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_regs': /kisskb/src/net/ethtool/ioctl.c:1350:22: note: byref variable will be forcibly initialized struct ethtool_regs regs; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_sched_clock_irq': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2590:2: note: in expansion of macro 'if' if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2590:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_init': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1867:3: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_mapping_error': /kisskb/src/kernel/dma/debug.c:1232:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/dma/debug.c:1229:25: note: byref variable will be forcibly initialized struct dma_debug_entry ref; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_strings': /kisskb/src/net/ethtool/ioctl.c:1905:26: note: byref variable will be forcibly initialized struct ethtool_gstrings gstrings; ^~~~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'filter_read': /kisskb/src/kernel/dma/debug.c:679:7: note: byref variable will be forcibly initialized char buf[NAME_MAX_LEN + 1]; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_stats': /kisskb/src/net/ethtool/ioctl.c:2014:23: note: byref variable will be forcibly initialized struct ethtool_stats stats; ^~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2122:4: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:233:8: note: in expansion of macro '___swait_event' (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:251:2: note: in expansion of macro '__swait_event_idle' __swait_event_idle(wq, condition); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2114:4: note: in expansion of macro 'swait_event_idle_exclusive' swait_event_idle_exclusive(rcu_state.gp_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'dma_debug_device_change': /kisskb/src/kernel/dma/debug.c:836:26: note: byref variable will be forcibly initialized struct dma_debug_entry *entry; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_dump_data': /kisskb/src/net/ethtool/ioctl.c:2232:28: note: byref variable will be forcibly initialized struct ethtool_dump dump, tmp; ^~~ /kisskb/src/net/ethtool/ioctl.c:2232:22: note: byref variable will be forcibly initialized struct ethtool_dump dump, tmp; ^~~~ /kisskb/src/kernel/dma/debug.c: In function 'check_sync': /kisskb/src/kernel/dma/debug.c:1081:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/dma/debug.c:1080:22: note: byref variable will be forcibly initialized struct hash_bucket *bucket; ^~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_phy_stats': /kisskb/src/net/ethtool/ioctl.c:2060:23: note: byref variable will be forcibly initialized struct ethtool_stats stats; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_any_eeprom': /kisskb/src/net/ethtool/ioctl.c:1512:24: note: byref variable will be forcibly initialized struct ethtool_eeprom eeprom; ^~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_eeprom': /kisskb/src/net/ethtool/ioctl.c:1572:24: note: byref variable will be forcibly initialized struct ethtool_eeprom eeprom; ^~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'add_dma_entry': /kisskb/src/kernel/dma/debug.c:558:16: note: byref variable will be forcibly initialized unsigned long 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/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:853:2: note: in expansion of macro 'wait_event' wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], ^~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:831:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:831:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4744: /kisskb/src/kernel/rcu/tree_exp.h:816:22: note: byref variable will be forcibly initialized struct rcu_exp_work rew; ^~~ In file included from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu': /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_rxfh': /kisskb/src/net/ethtool/ioctl.c:1167:5: note: byref variable will be forcibly initialized u8 dev_hfunc = 0; ^~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3748:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1163:22: note: byref variable will be forcibly initialized struct ethtool_rxfh rxfh; ^~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3748:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^~~~~~~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'check_unmap': /kisskb/src/kernel/dma/debug.c:948:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'kvfree_call_rcu': /kisskb/src/kernel/rcu/tree.c:3524:24: note: byref variable will be forcibly initialized struct kfree_rcu_cpu *krcp; ^~~~ /kisskb/src/kernel/rcu/tree.c:3523:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxfh': /kisskb/src/net/ethtool/ioctl.c:1241:22: note: byref variable will be forcibly initialized struct ethtool_rxfh rxfh; ^~~~ /kisskb/src/net/ethtool/ioctl.c:1240:23: note: byref variable will be forcibly initialized struct ethtool_rxnfc rx_rings; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4439:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rcu_state.gp_kthread, t); /* ^^^ */ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4408:21: note: byref variable will be forcibly initialized struct sched_param sp; ^~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_unmap_sg': /kisskb/src/kernel/dma/debug.c:1348:26: note: byref variable will be forcibly initialized struct dma_debug_entry ref = { ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_tunable': /kisskb/src/net/ethtool/ioctl.c:2399:25: note: byref variable will be forcibly initialized struct ethtool_tunable tuna; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:870:2: note: in expansion of macro 'if' if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:870:7: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_single_for_cpu': /kisskb/src/kernel/dma/debug.c:1474:25: note: byref variable will be forcibly initialized struct dma_debug_entry ref; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_note_context_switch': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:898:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, preempt); ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:893:2: note: in expansion of macro 'if' if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:893:7: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_single_for_device': /kisskb/src/kernel/dma/debug.c:1493:25: note: byref variable will be forcibly initialized struct dma_debug_entry ref; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkgate_enable_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1881:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_sg_for_cpu': /kisskb/src/kernel/dma/debug.c:1519:26: note: byref variable will be forcibly initialized struct dma_debug_entry ref = { ^~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/ethtool/ioctl.c:15: /kisskb/src/net/ethtool/ioctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_sg_for_device': /kisskb/src/kernel/dma/debug.c:1551:26: note: byref variable will be forcibly initialized struct dma_debug_entry ref = { ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_rxnfc': /kisskb/src/net/ethtool/ioctl.c:961:23: note: byref variable will be forcibly initialized struct ethtool_rxnfc info; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkgate_delay_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1857:23: note: byref variable will be forcibly initialized unsigned long flags, value; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_init_clk_gating': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1932:7: note: byref variable will be forcibly initialized char wq_name[sizeof("ufs_clk_gating_00")]; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_init_clk_scaling': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1581:7: note: byref variable will be forcibly initialized char wq_name[sizeof("ufs_clkscaling_00")]; ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_rxfh_indir': /kisskb/src/net/ethtool/ioctl.c:1049:17: note: byref variable will be forcibly initialized u32 user_size, dev_size; ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1049:6: note: byref variable will be forcibly initialized u32 user_size, dev_size; ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_dev_pwr_mode': /kisskb/src/drivers/scsi/ufs/ufshcd.c:8630:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxfh_indir': /kisskb/src/net/ethtool/ioctl.c:1098:6: note: byref variable will be forcibly initialized u32 user_size, dev_size, i; ^~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1097:23: note: byref variable will be forcibly initialized struct ethtool_rxnfc rx_rings; ^~~~~~~~ /kisskb/src/lib/crypto/chacha.c: In function 'chacha_block_generic': /kisskb/src/lib/crypto/chacha.c:78:6: note: byref variable will be forcibly initialized u32 x[16]; ^ /kisskb/src/lib/crypto/chacha.c: In function 'hchacha_block_generic': /kisskb/src/lib/crypto/chacha.c:105:6: note: byref variable will be forcibly initialized u32 x[16]; ^ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_self_test': /kisskb/src/net/ethtool/ioctl.c:1865:22: note: byref variable will be forcibly initialized struct ethtool_test test; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_exec_dev_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2912:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_issue_devman_upiu_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6685:5: note: byref variable will be forcibly initialized u8 upiu_flags; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c:6680:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_phys_id': /kisskb/src/net/ethtool/ioctl.c:1959:23: note: byref variable will be forcibly initialized struct ethtool_value id; ^~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_flash_device': /kisskb/src/net/ethtool/ioctl.c:2179:23: note: byref variable will be forcibly initialized struct ethtool_flash efl; ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_sset_info': /kisskb/src/net/ethtool/ioctl.c:759:27: note: byref variable will be forcibly initialized struct ethtool_sset_info info; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__ufshcd_query_descriptor': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3178:24: note: byref variable will be forcibly initialized struct ufs_query_res *response = NULL; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3177:24: note: byref variable will be forcibly initialized struct ufs_query_req *request = NULL; ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_channels': /kisskb/src/net/ethtool/ioctl.c:1781:6: note: byref variable will be forcibly initialized u32 max_rx_in_use = 0; ^~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1779:26: note: byref variable will be forcibly initialized struct ethtool_channels channels, curr = { .cmd = ETHTOOL_GCHANNELS }; ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_ts_info': /kisskb/src/net/ethtool/ioctl.c:2292:25: note: byref variable will be forcibly initialized struct ethtool_ts_info info; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_tunable': /kisskb/src/net/ethtool/ioctl.c:2430:25: note: byref variable will be forcibly initialized struct ethtool_tunable tuna; ^~~~ /kisskb/src/drivers/iio/buffer/kfifo_buf.c: In function 'iio_read_kfifo': /kisskb/src/drivers/iio/buffer/kfifo_buf.c:103:11: note: byref variable will be forcibly initialized int ret, copied; ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__ufshcd_issue_tm_cmd': /kisskb/src/net/ethtool/ioctl.c: In function 'load_link_ksettings_from_user': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6541:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/net/ethtool/ioctl.c:447:32: note: byref variable will be forcibly initialized struct ethtool_link_usettings link_usettings; ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_link_ksettings': /kisskb/src/net/ethtool/ioctl.c:572:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings link_ksettings; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_try_to_abort_task': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6924:5: note: byref variable will be forcibly initialized u8 resp = 0xF; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_per_queue_coalesce': /kisskb/src/net/ethtool/ioctl.c:2469:27: note: byref variable will be forcibly initialized struct ethtool_coalesce coalesce = { .cmd = ETHTOOL_GCOALESCE }; ^~~~~~~~ In file included from /kisskb/src/include/linux/compat.h:9, from /kisskb/src/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c:2458:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(queue_mask, MAX_NUM_QUEUE); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_per_queue_coalesce': /kisskb/src/net/ethtool/ioctl.c:2506:27: note: byref variable will be forcibly initialized struct ethtool_coalesce coalesce; ^~~~~~~~ In file included from /kisskb/src/include/linux/compat.h:9, from /kisskb/src/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c:2491:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(queue_mask, MAX_NUM_QUEUE); ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_per_queue': /kisskb/src/net/ethtool/ioctl.c:2547:30: note: byref variable will be forcibly initialized struct ethtool_per_queue_op per_queue_opt; ^~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'store_link_ksettings_for_user': /kisskb/src/net/ethtool/ioctl.c:492:32: note: byref variable will be forcibly initialized struct ethtool_link_usettings link_usettings; ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_link_ksettings': /kisskb/src/net/ethtool/ioctl.c:516:32: note: byref variable will be forcibly initialized struct ethtool_link_ksettings link_ksettings; ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'get_phy_tunable': /kisskb/src/net/ethtool/ioctl.c:2589:25: note: byref variable will be forcibly initialized struct ethtool_tunable tuna; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_scale_gear': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1137:27: note: byref variable will be forcibly initialized struct ufs_pa_layer_attr new_pwr_info; ^~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'set_phy_tunable': /kisskb/src/net/ethtool/ioctl.c:2628:25: note: byref variable will be forcibly initialized struct ethtool_tunable tuna; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_dme_get_attr': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3869:27: note: byref variable will be forcibly initialized struct ufs_pa_layer_attr temp_pwr_info; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3868:27: note: byref variable will be forcibly initialized struct ufs_pa_layer_attr orig_pwr_info; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_is_pwr_mode_restore_needed': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6032:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_module_info': /kisskb/src/net/ethtool/ioctl.c:2327:25: note: byref variable will be forcibly initialized struct ethtool_modinfo modinfo; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_disable_tx_lcc': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4619:6: note: byref variable will be forcibly initialized int tx_lanes = 0, i, err = 0; ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_module_eeprom': /kisskb/src/net/ethtool/ioctl.c:2364:25: note: byref variable will be forcibly initialized struct ethtool_modinfo modinfo; ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'dev_ethtool': /kisskb/src/net/ethtool/ioctl.c:2701:14: note: byref variable will be forcibly initialized u32 ethcmd, sub_cmd; ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c:2701:6: note: byref variable will be forcibly initialized u32 ethcmd, sub_cmd; ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_tune_pa_tactivate': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7600:6: note: byref variable will be forcibly initialized u32 peer_rx_min_activatetime = 0, tuned_pa_tactivate; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_tune_pa_hibern8time': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7635:37: note: byref variable will be forcibly initialized u32 local_tx_hibern8_time_cap = 0, peer_rx_hibern8_time_cap = 0; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7635:6: note: byref variable will be forcibly initialized u32 local_tx_hibern8_time_cap = 0, peer_rx_hibern8_time_cap = 0; ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_quirk_tune_host_pa_tactivate': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7678:20: note: byref variable will be forcibly initialized u32 pa_tactivate, peer_pa_tactivate; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7678:6: note: byref variable will be forcibly initialized u32 pa_tactivate, peer_pa_tactivate; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7677:19: note: byref variable will be forcibly initialized u32 granularity, peer_granularity; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7677:6: note: byref variable will be forcibly initialized u32 granularity, peer_granularity; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_query_flag': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3019:24: note: byref variable will be forcibly initialized struct ufs_query_res *response = NULL; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3018:24: note: byref variable will be forcibly initialized struct ufs_query_req *request = NULL; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_complete_dev_init': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4406:7: note: byref variable will be forcibly initialized bool flag_res = true; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_query_attr': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3088:24: note: byref variable will be forcibly initialized struct ufs_query_res *response = NULL; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3087:24: note: byref variable will be forcibly initialized struct ufs_query_req *request = NULL; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_get_ref_clk_gating_wait': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3518:6: note: byref variable will be forcibly initialized u32 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_dev_ref_clk': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7830:6: note: byref variable will be forcibly initialized u32 freq = hba->dev_ref_clk_freq; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7829:6: note: byref variable will be forcibly initialized u32 ref_clk; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_presrv_usrspc_keep_vcc_on': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5718:6: note: byref variable will be forcibly initialized u32 cur_buf; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_need_flush': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5747:6: note: byref variable will be forcibly initialized u32 avail_buf; ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_read_desc_param': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3319:6: note: byref variable will be forcibly initialized int buff_len; ^~~~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/mcam-core.c: In function 'mcam_vidioc_try_fmt_vid_cap': /kisskb/src/drivers/media/platform/marvell-ccic/mcam-core.c:1353:27: note: byref variable will be forcibly initialized struct v4l2_subdev_state pad_state = { ^~~~~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/mcam-core.c:1352:32: note: byref variable will be forcibly initialized struct v4l2_subdev_pad_config pad_cfg; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_probe': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7410:6: note: byref variable will be forcibly initialized u32 d_lu_wb_buf_alloc; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_queue_depth': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4806:5: note: byref variable will be forcibly initialized u8 lun_qdepth; ^~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_get_lu_power_on_wp_status': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4879:6: note: byref variable will be forcibly initialized u8 b_lu_write_protect; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_active_icc_lvl': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7300:6: note: byref variable will be forcibly initialized u32 icc_level; ^~~~~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/mcam-core.c: In function 'mcam_cam_set_flip': /kisskb/src/drivers/media/platform/marvell-ccic/mcam-core.c:1001:22: note: byref variable will be forcibly initialized struct v4l2_control ctrl; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_eh_device_reset_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6860:5: note: byref variable will be forcibly initialized u8 resp = 0xF, lun; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_bkops_exception_event_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5611:6: note: byref variable will be forcibly initialized u32 curr_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_exception_event_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5808:6: note: byref variable will be forcibly initialized u32 status = 0; ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_bkops_ctrl': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5565:6: note: byref variable will be forcibly initialized u32 curr_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkscale_enable_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1524:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufs_get_device_desc': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7538:8: note: byref variable will be forcibly initialized bool hpb_en = false; ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_device_params_init': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7862:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/gpu/drm/drm_cache.c: In function 'memcpy_fallback': /kisskb/src/drivers/gpu/drm/drm_cache.c:233:8: note: byref variable will be forcibly initialized char bounce[MEMCPY_BOUNCE_SIZE]; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_msg': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_trb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_free_virt_dev': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_virt_dev': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_urb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ep_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ep_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ep_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_slot_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_slot_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_slot_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ctrl_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_portsc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_doorbell': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_dbc_log_request': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_dbc_log_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_dbc_log_request, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_msg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_trb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_free_virt_dev': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_virt_dev': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_urb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ep_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ep_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_slot_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_slot_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ctrl_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_portsc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_doorbell': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_dbc_log_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_dbc_log_request, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ring': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ring, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ring, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ring': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ring, ^~~~~~~~~~~~~~~~~~~ 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ep_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_slot_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ring, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_dbc_log_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/freezer.c: In function 'fake_signal_wake_up': /kisskb/src/kernel/freezer.c:96:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/devres.c: In function 'devm_free_irq': /kisskb/src/kernel/irq/devres.c:141:20: note: byref variable will be forcibly initialized struct irq_devres match_data = { irq, dev_id }; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/irq/devres.c:2: /kisskb/src/kernel/irq/devres.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/irq/devres.c:3: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/crypto/aes.c: In function 'aes_encrypt': /kisskb/src/lib/crypto/aes.c:262:14: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^~~ /kisskb/src/lib/crypto/aes.c:262:6: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^~~ /kisskb/src/lib/crypto/aes.c: In function 'aes_decrypt': /kisskb/src/lib/crypto/aes.c:313:14: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^~~ /kisskb/src/lib/crypto/aes.c:313:6: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^~~ /kisskb/src/drivers/hid/hid-debug.c: In function 'hid_debug_events_read': /kisskb/src/drivers/hid/hid-debug.c:1110:15: note: byref variable will be forcibly initialized int ret = 0, copied; ^~~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensors_cmd_read_u16': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:507:9: note: byref variable will be forcibly initialized __le16 tmp; ^~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_poll_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:156:6: note: byref variable will be forcibly initialized s32 value = 0; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_get_report_latency': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:470:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_samp_freq_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:177:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_raw_hyst_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:239:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensors_core_init': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:258:16: note: byref variable will be forcibly initialized u32 ver_mask, temp; ^~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:258:6: note: byref variable will be forcibly initialized u32 ver_mask, temp; ^~~~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_samp_freq_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:204:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_raw_hyst_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:285:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensor_set_report_latency': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:126:15: note: byref variable will be forcibly initialized int integer, fract, ret; ^~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:126:6: note: byref variable will be forcibly initialized int integer, fract, ret; ^~~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_parse_common_attributes': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:559:13: note: byref variable will be forcibly initialized int val0, val1; ^~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:559:7: note: byref variable will be forcibly initialized int val0, val1; ^~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:504:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:503:39: note: byref variable will be forcibly initialized struct hid_sensor_hub_attribute_info timestamp; ^~~~~~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensors_calibrate': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:414:7: note: byref variable will be forcibly initialized bool calibrate; ^~~~~~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensors_read_until_not_busy': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:528:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_raw_hyst_rel_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:262:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_raw_hyst_rel_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:316:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c: In function 'cros_ec_sensors_read_lpc': /kisskb/src/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c:603:21: note: byref variable will be forcibly initialized u8 samp_id = 0xff, status = 0; ^~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c: In function '_hid_sensor_power_state': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:87:6: note: byref variable will be forcibly initialized int report_val; ^~~~~~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:86:6: note: byref variable will be forcibly initialized int state_val; ^~~~~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c: In function '_hid_sensor_set_report_latency': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:25:15: note: byref variable will be forcibly initialized int integer, fract, ret; ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:25:6: note: byref variable will be forcibly initialized int integer, fract, ret; ^~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue_fallback': /kisskb/src/mm/page_alloc.c:2899:7: note: byref variable will be forcibly initialized bool can_steal; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue': /kisskb/src/mm/page_alloc.c:2899:7: note: byref variable will be forcibly initialized /kisskb/src/fs/splice.c: In function 'pipe_to_sendpage': /kisskb/src/fs/splice.c:352:9: note: byref variable will be forcibly initialized loff_t pos = sd->pos; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/highmem.h:10, 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/splice.c: In function 'generic_file_splice_read': /kisskb/src/fs/splice.c:303:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/splice.c:302:18: note: byref variable will be forcibly initialized struct iov_iter to; ^~ /kisskb/src/fs/splice.c: In function 'iter_file_splice_write': /kisskb/src/fs/splice.c:639:19: note: byref variable will be forcibly initialized struct iov_iter from; ^~~~ /kisskb/src/mm/page_alloc.c: In function 'show_migration_types': /kisskb/src/mm/page_alloc.c:5849:7: note: byref variable will be forcibly initialized char tmp[MIGRATE_TYPES + 1]; ^~~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_send_if_cond_pcie': /kisskb/src/drivers/mmc/core/sd_ops.c:204:6: note: byref variable will be forcibly initialized u32 resp = 0; ^~~~ /kisskb/src/fs/splice.c: In function 'iter_to_pipe': /kisskb/src/fs/splice.c:1171:10: note: byref variable will be forcibly initialized size_t start; ^~~~~ /kisskb/src/fs/splice.c:1169:16: note: byref variable will be forcibly initialized struct page *pages[16]; ^~~~~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_app_send_scr': /kisskb/src/drivers/mmc/core/sd_ops.c:262:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_app_sd_status': /kisskb/src/drivers/mmc/core/sd_ops.c:333:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/fs/splice.c: In function '__do_sys_vmsplice': /kisskb/src/fs/splice.c:1304:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/fs/splice.c:1301:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/splice.c:1300:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^~~ /kisskb/src/fs/splice.c:1299:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV]; ^~~~~~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_file.c:35: /kisskb/src/drivers/gpu/drm/drm_file.c: In function 'drm_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_file.c:602:10: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(file_priv->event_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/splice.c: In function 'splice_direct_to_actor': /kisskb/src/fs/splice.c:868:10: note: byref variable will be forcibly initialized loff_t pos = sd->pos, prev_pos = pos; ^~~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue_bulk': /kisskb/src/mm/page_alloc.c:2899:7: note: byref variable will be forcibly initialized bool can_steal; ^~~~~~~~~ /kisskb/src/fs/splice.c: In function 'do_splice': /kisskb/src/fs/splice.c:1033:9: note: byref variable will be forcibly initialized loff_t offset; ^~~~~~ /kisskb/src/fs/splice.c: In function '__do_splice': /kisskb/src/fs/splice.c:1122:9: note: byref variable will be forcibly initialized loff_t offset, *__off_in = NULL, *__off_out = NULL; ^~~~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_mem_pfn_range_in_zone': /kisskb/src/mm/page_alloc.c:1936:6: note: byref variable will be forcibly initialized u64 j; ^ /kisskb/src/mm/page_alloc.c: In function 'rmqueue': /kisskb/src/mm/page_alloc.c:2899:7: note: byref variable will be forcibly initialized bool can_steal; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'early_calculate_totalpages': /kisskb/src/mm/page_alloc.c:7678:9: note: byref variable will be forcibly initialized int i, nid; ^~~ /kisskb/src/mm/page_alloc.c:7678:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c:7677:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7677:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'find_zone_movable_pfns_for_nodes': /kisskb/src/mm/page_alloc.c:7808:28: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7808:17: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:7698:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c: In function 'cmdline_parse_core': /kisskb/src/mm/page_alloc.c:8035:8: note: byref variable will be forcibly initialized char *endptr; ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c:7: /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c: In function 'iio_dma_buffer_cleanup_worker': /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c:127:12: note: byref variable will be forcibly initialized LIST_HEAD(block_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_memmap': /kisskb/src/mm/page_alloc.c:2088:24: note: byref variable will be forcibly initialized struct padata_mt_job job = { ^~~ /kisskb/src/mm/page_alloc.c:2046:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/page_alloc.c:2042:32: note: byref variable will be forcibly initialized unsigned long first_init_pfn, flags; ^~~~~ /kisskb/src/mm/page_alloc.c:2041:26: note: byref variable will be forcibly initialized unsigned long spfn = 0, epfn = 0; ^~~~ /kisskb/src/mm/page_alloc.c:2041:16: note: byref variable will be forcibly initialized unsigned long spfn = 0, epfn = 0; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/net/core/dev_addr_lists.c:10: /kisskb/src/net/core/dev_addr_lists.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/page_alloc.c:19: /kisskb/src/mm/page_alloc.c: In function 'free_pcppages_bulk': /kisskb/src/mm/page_alloc.c:1450:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_maxorder': /kisskb/src/mm/page_alloc.c:1972:6: note: byref variable will be forcibly initialized u64 j = *i; ^ /kisskb/src/mm/page_alloc.c:1970:35: note: byref variable will be forcibly initialized unsigned long spfn = *start_pfn, epfn = *end_pfn; ^~~~ /kisskb/src/mm/page_alloc.c:1970:16: note: byref variable will be forcibly initialized unsigned long spfn = *start_pfn, epfn = *end_pfn; ^~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_memmap_chunk': /kisskb/src/mm/page_alloc.c:2015:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/page_alloc.c:2013:22: note: byref variable will be forcibly initialized unsigned long spfn, epfn; ^~~~ /kisskb/src/mm/page_alloc.c:2013:16: note: byref variable will be forcibly initialized unsigned long spfn, epfn; ^~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_grow_zone': /kisskb/src/mm/page_alloc.c:2136:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/net/core/dev_addr_lists.c: In function 'dev_addr_init': /kisskb/src/mm/page_alloc.c:2134:28: note: byref variable will be forcibly initialized unsigned long spfn, epfn, flags; ^~~~~ /kisskb/src/net/core/dev_addr_lists.c:523:16: note: byref variable will be forcibly initialized unsigned char addr[MAX_ADDR_LEN]; ^~~~ /kisskb/src/mm/page_alloc.c:2134:22: note: byref variable will be forcibly initialized unsigned long spfn, epfn, flags; ^~~~ /kisskb/src/mm/page_alloc.c:2134:16: note: byref variable will be forcibly initialized unsigned long spfn, epfn, flags; ^~~~ /kisskb/src/mm/page_alloc.c: In function 'steal_suitable_fallback': /kisskb/src/mm/page_alloc.c:2653:18: note: byref variable will be forcibly initialized int free_pages, movable_pages, alike_pages; ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_command_read': /kisskb/src/drivers/iio/chemical/scd30_core.c:58:9: note: byref variable will be forcibly initialized __be16 tmp; ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_wait_meas_poll': /kisskb/src/drivers/iio/chemical/scd30_core.c:162:7: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_trigger_handler': /kisskb/src/drivers/iio/chemical/scd30_core.c:598:4: note: byref variable will be forcibly initialized } scan; ^~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_read_raw': /kisskb/src/drivers/iio/chemical/scd30_core.c:202:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_forced_value_store': /kisskb/src/drivers/iio/chemical/scd30_core.c:426:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_forced_value_show': /kisskb/src/drivers/iio/chemical/scd30_core.c:411:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_auto_enable_show': /kisskb/src/drivers/iio/chemical/scd30_core.c:377:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_auto_enable_store': /kisskb/src/drivers/iio/chemical/scd30_core.c:391:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_reset': /kisskb/src/drivers/iio/chemical/scd30_core.c:70:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_probe': /kisskb/src/drivers/iio/chemical/scd30_core.c:682:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/mm/page_alloc.c: In function 'warn_alloc': /kisskb/src/mm/page_alloc.c:4208:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/mm/page_alloc.c: In function '__perform_reclaim': /kisskb/src/mm/page_alloc.c:4582:16: note: byref variable will be forcibly initialized unsigned long pflags, progress; ^~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_slowpath': /kisskb/src/mm/page_alloc.c:4881:6: note: byref variable will be forcibly initialized int no_progress_loops; ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4877:16: note: byref variable will be forcibly initialized unsigned long did_some_progress; ^~~~~~~~~~~~~~~~~ In file included 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/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_bulk': /kisskb/src/mm/page_alloc.c:5206:23: note: byref variable will be forcibly initialized struct alloc_context ac; ^~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init_range': /kisskb/src/mm/page_alloc.c:6498:16: note: byref variable will be forcibly initialized unsigned long pfn, end_pfn = start_pfn + size; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_set_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:525:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(domain->revmap[hwirq], irq_data); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init': /kisskb/src/mm/page_alloc.c:6703:25: note: byref variable will be forcibly initialized int i, j, zone_id = 0, nid; ^~~ /kisskb/src/mm/page_alloc.c:6703:6: note: byref variable will be forcibly initialized int i, j, zone_id = 0, nid; ^ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_clear_mapping': /kisskb/src/mm/page_alloc.c:6702:16: note: byref variable will be forcibly initialized unsigned long hole_pfn = 0; ^~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:510:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(domain->revmap[hwirq], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:6701:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:6701:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/mm/page_alloc.c: In function 'get_pfn_range_for_nid': /kisskb/src/mm/page_alloc.c:7036:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/mm/page_alloc.c:7035:32: note: byref variable will be forcibly initialized unsigned long this_start_pfn, this_end_pfn; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_fix_revmap': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:1518:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(d->domain->revmap[d->hwirq], d); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7035:16: note: byref variable will be forcibly initialized unsigned long this_start_pfn, this_end_pfn; ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__absent_pages_in_range': /kisskb/src/mm/page_alloc.c:7154:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/mm/page_alloc.c:7153:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7153:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'zone_absent_pages_in_node': /kisskb/src/mm/page_alloc.c:7185:32: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7185:16: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'calculate_node_totalpages': /kisskb/src/mm/page_alloc.c:7237:33: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7237:17: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init_node': /kisskb/src/mm/page_alloc.c:7568:16: note: byref variable will be forcibly initialized unsigned long end_pfn = 0; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7567:16: note: byref variable will be forcibly initialized unsigned long start_pfn = 0; ^~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_xlate_twocell': /kisskb/src/kernel/irq/irqdomain.c:965:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/mm/page_alloc.c: In function 'node_map_pfn_alignment': /kisskb/src/mm/page_alloc.c:7632:9: note: byref variable will be forcibly initialized int i, nid; ^~~ /kisskb/src/mm/page_alloc.c:7632:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c:7630:23: note: byref variable will be forcibly initialized unsigned long start, end, mask; ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c: In function 'vb2_create_bufs': /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c:751:11: note: byref variable will be forcibly initialized unsigned requested_sizes[VIDEO_MAX_PLANES]; ^~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7630:16: note: byref variable will be forcibly initialized unsigned long start, end, mask; ^~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c: In function 'vb2_qbuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c:809:24: note: byref variable will be forcibly initialized struct media_request *req = NULL; ^~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init': /kisskb/src/mm/page_alloc.c:7945:9: note: byref variable will be forcibly initialized int i, nid, zone; ^~~ /kisskb/src/mm/page_alloc.c:7945:6: note: byref variable will be forcibly initialized int i, nid, zone; ^ /kisskb/src/mm/page_alloc.c:7944:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7944:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_fwspec_mapping': /kisskb/src/kernel/irq/irqdomain.c:765:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/kernel/irq/irqdomain.c:764:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_of_mapping': /kisskb/src/kernel/irq/irqdomain.c:853:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ In file included from /kisskb/src/drivers/iio/buffer/industrialio-buffer-dmaengine.c:9: /kisskb/src/drivers/iio/buffer/industrialio-buffer-dmaengine.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:971:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'saa7146_set_output_format': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:617:6: note: byref variable will be forcibly initialized u32 clip_format = saa7146_read(dev, CLIP_FORMAT_CTRL); ^~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'saa7146_set_window': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:531:74: note: byref variable will be forcibly initialized u32 hps_v_scale = 0, hps_v_gain = 0, hps_ctrl = 0, hps_h_prescale = 0, hps_h_scale = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:531:54: note: byref variable will be forcibly initialized u32 hps_v_scale = 0, hps_v_gain = 0, hps_ctrl = 0, hps_h_prescale = 0, hps_h_scale = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:531:40: note: byref variable will be forcibly initialized u32 hps_v_scale = 0, hps_v_gain = 0, hps_ctrl = 0, hps_h_prescale = 0, hps_h_scale = 0; ^~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:531:23: note: byref variable will be forcibly initialized u32 hps_v_scale = 0, hps_v_gain = 0, hps_ctrl = 0, hps_h_prescale = 0, hps_h_scale = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:531:6: note: byref variable will be forcibly initialized u32 hps_v_scale = 0, hps_v_gain = 0, hps_ctrl = 0, hps_h_prescale = 0, hps_h_scale = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'calculate_clipping_registers_rect': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:355:27: note: byref variable will be forcibly initialized int x[32], y[32], w[32], h[32]; ^ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:355:20: note: byref variable will be forcibly initialized int x[32], y[32], w[32], h[32]; ^ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:355:13: note: byref variable will be forcibly initialized int x[32], y[32], w[32], h[32]; ^ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:355:6: note: byref variable will be forcibly initialized int x[32], y[32], w[32], h[32]; ^ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:353:20: note: byref variable will be forcibly initialized int cnt_line = 0, cnt_pixel = 0; ^~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:353:6: note: byref variable will be forcibly initialized int cnt_line = 0, cnt_pixel = 0; ^~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:349:6: note: byref variable will be forcibly initialized u32 pixel_list[32]; ^~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:348:6: note: byref variable will be forcibly initialized u32 line_list[32]; ^~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'saa7146_set_clipping_rect': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:490:6: note: byref variable will be forcibly initialized u32 arbtr_ctrl; ^~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:489:6: note: byref variable will be forcibly initialized u32 clip_format; ^~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:488:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma2; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'saa7146_set_position': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:576:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma1; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'calculate_video_dma_grab_planar': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:830:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma3; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:829:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma2; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:828:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma1; ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c: In function 'calculate_video_dma_grab_packed': /kisskb/src/drivers/media/common/saa7146/saa7146_hlp.c:705:27: note: byref variable will be forcibly initialized struct saa7146_video_dma vdma1; ^~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/gpu/drm/drm_gem.c:29: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_gem.c:30: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_get_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:544:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_put_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:612:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_object_lookup': /kisskb/src/drivers/gpu/drm/drm_gem.c:741:25: note: byref variable will be forcibly initialized struct drm_gem_object *obj = NULL; ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_gem.c:45: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:539:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_fence_array_add': /kisskb/src/drivers/gpu/drm/drm_gem.c:1294:6: note: byref variable will be forcibly initialized u32 id = 0; ^~ /kisskb/src/drivers/gpu/drm/drm_gem.c:1293:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_fence_array_add_implicit': /kisskb/src/drivers/gpu/drm/drm_gem.c:1345:18: note: byref variable will be forcibly initialized unsigned int i, fence_count; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c:1344:21: note: byref variable will be forcibly initialized struct dma_fence **fences; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_open_ioctl': /kisskb/src/drivers/gpu/drm/drm_gem.c:876:6: note: byref variable will be forcibly initialized u32 handle; ^~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_ioc.c: In function 'read_eeprom_bytes': /kisskb/src/drivers/media/pci/mantis/mantis_ioc.c:33:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_ioc.c:31:5: note: byref variable will be forcibly initialized u8 buf = reg; ^~~ In file included from /kisskb/src/include/linux/irq_sim.h:12, from /kisskb/src/drivers/iio/dummy/iio_dummy_evgen.c:24: /kisskb/src/drivers/iio/dummy/iio_dummy_evgen.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/iio/dummy/iio_dummy_evgen.c: In function 'iio_evgen_poke': /kisskb/src/drivers/iio/dummy/iio_dummy_evgen.c:141:16: note: byref variable will be forcibly initialized unsigned long event; ^~~~~ /kisskb/src/fs/sync.c: In function 'do_sync_work': /kisskb/src/fs/sync.c:131:6: note: byref variable will be forcibly initialized int nowait = 0; ^~~~~~ /kisskb/src/drivers/hid/hid-roccat.c: In function 'roccat_init': /kisskb/src/drivers/hid/hid-roccat.c:417:8: note: byref variable will be forcibly initialized dev_t dev_id; ^~~~~~ /kisskb/src/fs/sync.c: In function 'ksys_sync': /kisskb/src/fs/sync.c:111:18: note: byref variable will be forcibly initialized int nowait = 0, wait = 1; ^~~~ /kisskb/src/fs/sync.c:111:6: note: byref variable will be forcibly initialized int nowait = 0, wait = 1; ^~~~~~ /kisskb/src/kernel/time/time.c: In function '__put_old_timespec32': /kisskb/src/kernel/time/time.c:835:24: note: byref variable will be forcibly initialized struct old_timespec32 ts = { ^~ /kisskb/src/kernel/time/time.c: In function '__get_old_timespec32': /kisskb/src/kernel/time/time.c:819:24: note: byref variable will be forcibly initialized struct old_timespec32 ts; ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_gettimeofday': /kisskb/src/kernel/time/time.c:144:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/time.c: In function '__do_compat_sys_gettimeofday': /kisskb/src/kernel/time/time.c:228:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex': /kisskb/src/kernel/time/time.c:271:24: note: byref variable will be forcibly initialized struct __kernel_timex txc; /* Local copy of parameter */ ^~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_settimeofday': /kisskb/src/kernel/time/time.c:203:18: note: byref variable will be forcibly initialized struct timezone new_tz; ^~~~~~ /kisskb/src/kernel/time/time.c:202:20: note: byref variable will be forcibly initialized struct timespec64 new_ts; ^~~~~~ /kisskb/src/kernel/time/time.c: In function '__do_compat_sys_settimeofday': /kisskb/src/kernel/time/time.c:247:18: note: byref variable will be forcibly initialized struct timezone new_tz; ^~~~~~ /kisskb/src/kernel/time/time.c:246:20: note: byref variable will be forcibly initialized struct timespec64 new_ts; ^~~~~~ /kisskb/src/kernel/time/time.c: In function 'get_old_timex32': /kisskb/src/kernel/time/time.c:288:21: note: byref variable will be forcibly initialized struct old_timex32 tx32; ^~~~ /kisskb/src/kernel/time/time.c: In function 'put_old_timex32': /kisskb/src/kernel/time/time.c:320:21: note: byref variable will be forcibly initialized struct old_timex32 tx32; ^~~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex_time32': /kisskb/src/kernel/time/time.c:351:24: note: byref variable will be forcibly initialized struct __kernel_timex txc; ^~~ /kisskb/src/kernel/time/time.c: In function 'timespec64_add_safe': /kisskb/src/kernel/time/time.c:768:20: note: byref variable will be forcibly initialized struct timespec64 res; ^~~ /kisskb/src/kernel/time/time.c: In function 'get_timespec64': /kisskb/src/kernel/time/time.c:784:27: note: byref variable will be forcibly initialized struct __kernel_timespec kts; ^~~ /kisskb/src/kernel/time/time.c: In function 'put_timespec64': /kisskb/src/kernel/time/time.c:807:27: note: byref variable will be forcibly initialized struct __kernel_timespec kts = { ^~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c: In function 'cx88_pci_quirks': /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3638:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c: In function 'hauppauge_eeprom': /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:2882:18: note: byref variable will be forcibly initialized struct tveeprom tv; ^~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c: In function 'cx88_card_setup': /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3616:32: note: byref variable will be forcibly initialized struct xc2028_ctrl ctl; ^~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3615:32: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config xc2028_cfg; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3606:31: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config tda9887_cfg; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3550:23: note: byref variable will be forcibly initialized struct tea5767_ctrl ctl; ^~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3549:31: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config tea5767_cfg; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-cards.c:3446:21: note: byref variable will be forcibly initialized struct tuner_setup tun_setup; ^~~~~~~~~ /kisskb/src/drivers/iio/dac/ad5686.c: In function 'ad5686_write_dac_powerdown': /kisskb/src/drivers/iio/dac/ad5686.c:70:7: note: byref variable will be forcibly initialized bool readin; ^~~~~~ /kisskb/src/drivers/hid/hid-roccat-common.c: In function 'roccat_common2_receive_control_status': /kisskb/src/drivers/hid/hid-roccat-common.c:75:32: note: byref variable will be forcibly initialized struct roccat_common2_control control; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/timer.h:422, from /kisskb/src/kernel/time/timer.c:57: /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_expire_entry': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_init': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_expire_entry': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_itimer_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_itimer_expire': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_tick_stop': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/timer.h:422, from /kisskb/src/kernel/time/timer.c:57: /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_expire_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_expire_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_expire': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_tick_stop': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/timer.h:422, from /kisskb/src/kernel/time/timer.c:57: /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_timer_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_timer_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_init': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_itimer_state': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_itimer_expire': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_timer_expire_entry': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_start': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_expire_entry': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_tick_stop': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tick_stop, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'del_timer': /kisskb/src/kernel/time/timer.c:1201:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'internal_add_timer': /kisskb/src/kernel/time/timer.c:607:16: note: byref variable will be forcibly initialized unsigned long bucket_expiry; ^~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__mod_timer': /kisskb/src/kernel/time/timer.c:962:32: note: byref variable will be forcibly initialized unsigned long clk = 0, flags, bucket_expiry; ^~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c:962:25: note: byref variable will be forcibly initialized unsigned long clk = 0, flags, bucket_expiry; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'call_timer_fn': /kisskb/src/kernel/time/timer.c:1409:21: note: byref variable will be forcibly initialized struct lockdep_map lockdep_map; ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__run_timers': /kisskb/src/kernel/time/timer.c:1712:20: note: byref variable will be forcibly initialized struct hlist_head heads[LVL_DEPTH]; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'usleep_range': /kisskb/src/kernel/time/timer.c:2069:10: note: byref variable will be forcibly initialized ktime_t exp = ktime_add_us(ktime_get(), min); ^~~ /kisskb/src/kernel/time/timer.c: In function 'add_timer_on': /kisskb/src/kernel/time/timer.c:1158:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'try_to_del_timer_sync': /kisskb/src/kernel/time/timer.c:1226:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'schedule_timeout': /kisskb/src/kernel/time/timer.c:1844:23: note: byref variable will be forcibly initialized struct process_timer timer; ^~~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'sps30_read_raw': /kisskb/src/drivers/iio/chemical/sps30.c:133:6: note: byref variable will be forcibly initialized int data[4], ret = -EINVAL; ^~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'sps30_trigger_handler': /kisskb/src/drivers/iio/chemical/sps30.c:112:4: note: byref variable will be forcibly initialized } scan; ^~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'start_cleaning_store': /kisskb/src/drivers/iio/chemical/sps30.c:195:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'cleaning_period_store': /kisskb/src/drivers/iio/chemical/sps30.c:232:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'cleaning_period_show': /kisskb/src/drivers/iio/chemical/sps30.c:215:9: note: byref variable will be forcibly initialized __be32 val; ^~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_root': /kisskb/src/fs/fs_struct.c:17:14: note: byref variable will be forcibly initialized struct path old_root; ^~~~~~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_pwd': /kisskb/src/fs/fs_struct.c:36:14: note: byref variable will be forcibly initialized struct path old_pwd; ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_read': /kisskb/src/drivers/base/regmap/regmap-i2c.c:178:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[2]; ^~~~ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_gather_write': /kisskb/src/drivers/base/regmap/regmap-i2c.c:144:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[2]; ^~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_check_rom': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:161:6: note: byref variable will be forcibly initialized 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:181:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:180:6: note: byref variable will be forcibly initialized 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:225:5: note: byref variable will be forcibly initialized 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:385:5: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized 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:432:5: note: byref variable will be forcibly initialized 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:295:5: note: byref variable will be forcibly initialized 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:586:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_check_whoami': /kisskb/src/drivers/iio/humidity/hts221_core.c:129:11: note: byref variable will be forcibly initialized int err, data; ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_parse_rh_caldata': /kisskb/src/drivers/iio/humidity/hts221_core.c:305:9: note: byref variable will be forcibly initialized __le16 val; ^~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:303:27: note: byref variable will be forcibly initialized int err, *slope, *b_gen, data; ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_parse_temp_caldata': /kisskb/src/drivers/iio/humidity/hts221_core.c:262:9: note: byref variable will be forcibly initialized __le16 val; ^~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:260:33: note: byref variable will be forcibly initialized int err, *slope, *b_gen, cal0, cal1; ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:260:27: note: byref variable will be forcibly initialized int err, *slope, *b_gen, cal0, cal1; ^~~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_verify_id': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:618:6: note: byref variable will be forcibly initialized int wai, err; ^~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_read_oneshot': /kisskb/src/drivers/iio/humidity/hts221_core.c:400:9: note: byref variable will be forcibly initialized __le16 data; ^~~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_dev_probe': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:319:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_ioctl.c:38: /kisskb/src/drivers/gpu/drm/drm_ioctl.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:539:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_set_odr': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:75:27: note: byref variable will be forcibly initialized struct st_sensor_odr_avl odr_out = {0, 0}; ^~~~~~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_set_enable': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:162:27: note: byref variable will be forcibly initialized struct st_sensor_odr_avl odr_out = {0, 0}; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioctl.c: In function 'drm_ioctl': /kisskb/src/drivers/gpu/drm/drm_ioctl.c:827:7: note: byref variable will be forcibly initialized char stack_kdata[128]; ^~~~~~~~~~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_set_fullscale': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:132:11: note: byref variable will be forcibly initialized int err, i = 0; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/llist.h:51, from /kisskb/src/include/linux/smp_types.h:5, from /kisskb/src/include/linux/irq_work.h:5, from /kisskb/src/kernel/smp.c:10: /kisskb/src/kernel/smp.c: In function 'csd_lock_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:177:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:440:2: note: in expansion of macro 'smp_cond_load_acquire' smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function 'csd_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:464:2: note: in expansion of macro 'smp_store_release' smp_store_release(&csd->node.u_flags, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function 'nrcpus': /kisskb/src/kernel/smp.c:1051:6: note: byref variable will be forcibly initialized int nr_cpus; ^~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_check_whoami': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1171:17: note: byref variable will be forcibly initialized int err, i, j, data; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_init_hw_timer': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1827:11: note: byref variable will be forcibly initialized int err, val; ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_get_drdy_reg': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1738:15: note: byref variable will be forcibly initialized int err = 0, drdy_pin; ^~~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_report_motion_event': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2023:11: note: byref variable will be forcibly initialized int err, data; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_init_device': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1918:31: note: byref variable will be forcibly initialized const struct st_lsm6dsx_reg *reg; ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_probe': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2199:14: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_set_odr': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1278:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_write_raw': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1441:6: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_read_oneshot': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1367:9: note: byref variable will be forcibly initialized __le16 data; ^~~~ /kisskb/src/fs/statfs.c: In function 'put_compat_statfs': /kisskb/src/fs/statfs.c:269:23: note: byref variable will be forcibly initialized struct compat_statfs buf; ^~~ /kisskb/src/fs/statfs.c: In function 'put_compat_statfs64': /kisskb/src/fs/statfs.c:325:25: note: byref variable will be forcibly initialized struct compat_statfs64 buf; ^~~ /kisskb/src/fs/statfs.c: In function 'do_statfs_native': /kisskb/src/fs/statfs.c:128:16: note: byref variable will be forcibly initialized struct statfs buf; ^~~ /kisskb/src/fs/statfs.c: In function 'do_statfs64': /kisskb/src/fs/statfs.c:170:18: note: byref variable will be forcibly initialized struct statfs64 buf; ^~~ /kisskb/src/fs/statfs.c: In function '__do_sys_ustat': /kisskb/src/fs/statfs.c:251:17: note: byref variable will be forcibly initialized struct kstatfs sbuf; ^~~~ /kisskb/src/fs/statfs.c:250:15: note: byref variable will be forcibly initialized struct ustat tmp; ^~~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_ustat': /kisskb/src/fs/statfs.c:394:17: note: byref variable will be forcibly initialized struct kstatfs sbuf; ^~~~ /kisskb/src/fs/statfs.c:393:22: note: byref variable will be forcibly initialized struct compat_ustat tmp; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/swait.c:5: /kisskb/src/kernel/sched/swait.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/statfs.c: In function 'vfs_get_fsid': /kisskb/src/fs/statfs.c:74:17: note: byref variable will be forcibly initialized struct kstatfs st; ^~ /kisskb/src/fs/statfs.c: In function 'user_statfs': /kisskb/src/fs/statfs.c:99:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs': /kisskb/src/fs/statfs.c:194:17: note: byref variable will be forcibly initialized struct kstatfs st; ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs64': /kisskb/src/fs/statfs.c:203:17: note: byref variable will be forcibly initialized struct kstatfs st; ^~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_statfs': /kisskb/src/fs/statfs.c:307:17: note: byref variable will be forcibly initialized struct kstatfs tmp; ^~~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs': /kisskb/src/fs/statfs.c:215:17: note: byref variable will be forcibly initialized struct kstatfs st; ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs64': /kisskb/src/fs/statfs.c:224:17: note: byref variable will be forcibly initialized struct kstatfs st; ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/swait.c:5: /kisskb/src/kernel/sched/swait.c: In function 'swake_up_all': /kisskb/src/kernel/sched/swait.c:65:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_fstatfs': /kisskb/src/fs/statfs.c:316:17: note: byref variable will be forcibly initialized struct kstatfs tmp; ^~~ /kisskb/src/fs/statfs.c: In function 'kcompat_sys_statfs64': /kisskb/src/fs/statfs.c:350:17: note: byref variable will be forcibly initialized struct kstatfs tmp; ^~~ /kisskb/src/fs/statfs.c: In function 'kcompat_sys_fstatfs64': /kisskb/src/fs/statfs.c:369:17: note: byref variable will be forcibly initialized struct kstatfs tmp; ^~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_set_feature': /kisskb/src/drivers/hid/hid-sensor-hub.c:198:8: note: byref variable will be forcibly initialized __s32 value; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_raw_event': /kisskb/src/drivers/hid/hid-sensor-hub.c:481:32: note: byref variable will be forcibly initialized struct hid_sensor_hub_device *hsdev = NULL; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c:480:8: note: byref variable will be forcibly initialized void *priv = NULL; ^~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hid/hid-sensor-hub.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iio/light/st_uvis25_core.c: In function 'st_uvis25_check_whoami': /kisskb/src/drivers/iio/light/st_uvis25_core.c:56:11: note: byref variable will be forcibly initialized int err, data; ^~~~ /kisskb/src/drivers/iio/light/st_uvis25_core.c: In function 'st_uvis25_buffer_handler_thread': /kisskb/src/drivers/iio/light/st_uvis25_core.c:237:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/light/st_uvis25_core.c: In function 'st_uvis25_trigger_handler_thread': /kisskb/src/drivers/iio/light/st_uvis25_core.c:155:11: note: byref variable will be forcibly initialized int err, status; ^~~~~~ 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:423:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_thread': /kisskb/src/drivers/base/regmap/regmap-irq.c:467:24: note: byref variable will be forcibly initialized const unsigned long mreg = data->main_status_buf[i]; ^~~~ /kisskb/src/drivers/media/pci/mantis/mantis_uart.c: In function 'mantis_uart_init': /kisskb/src/drivers/media/pci/mantis/mantis_uart.c:146:28: note: byref variable will be forcibly initialized struct mantis_uart_params params; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/base/regmap/regmap-irq.c:11: /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_sync_unlock': /kisskb/src/drivers/base/regmap/regmap-irq.c:101:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_enable_func': /kisskb/src/drivers/mmc/core/sdio_io.c:62:16: note: byref variable will be forcibly initialized unsigned char reg; ^~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'devm_regmap_add_irq_chip_fwnode': /kisskb/src/drivers/base/regmap/regmap-irq.c:1033:38: note: byref variable will be forcibly initialized struct regmap_irq_chip_data **ptr, *d; ^ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_disable_func': /kisskb/src/drivers/mmc/core/sdio_io.c:113:16: note: byref variable will be forcibly initialized unsigned char reg; ^~~ /kisskb/src/lib/crypto/libchacha.c: In function 'chacha_crypt_generic': /kisskb/src/lib/crypto/libchacha.c:19:5: note: byref variable will be forcibly initialized u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); ^~~~~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_readb': /kisskb/src/drivers/mmc/core/sdio_io.c:383:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_f0_readb': /kisskb/src/drivers/mmc/core/sdio_io.c:635:16: note: byref variable will be forcibly initialized unsigned char val; ^~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'getmac_tt': /kisskb/src/drivers/media/common/ttpci-eeprom.c:57:5: note: byref variable will be forcibly initialized u8 data[20]; ^~~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:54:5: note: byref variable will be forcibly initialized u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, ^~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'ttpci_eeprom_read_encodedMAC': /kisskb/src/drivers/media/common/ttpci-eeprom.c:111:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:109:5: note: byref variable will be forcibly initialized u8 b0[] = { 0xcc }; ^~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'ttpci_eeprom_parse_mac': /kisskb/src/drivers/media/common/ttpci-eeprom.c:131:5: note: byref variable will be forcibly initialized u8 decodedMAC[6]; ^~~~~~~~~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:130:5: note: byref variable will be forcibly initialized u8 encodedMAC[20]; ^~~~~~~~~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_writeb_readb': /kisskb/src/drivers/mmc/core/sdio_io.c:445:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'ttpci_eeprom_decode_mac': /kisskb/src/drivers/media/common/ttpci-eeprom.c:82:5: note: byref variable will be forcibly initialized u8 data[20]; ^~~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:79:5: note: byref variable will be forcibly initialized u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, ^~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/sched/coredump.h:5, from /kisskb/src/kernel/sched/sched.h:9, from /kisskb/src/kernel/sched/completion.c:14: /kisskb/src/kernel/sched/completion.c: In function 'do_wait_for_common': /kisskb/src/kernel/sched/completion.c:75:22: note: byref variable will be forcibly initialized DECLARE_SWAITQUEUE(wait); ^~~~ /kisskb/src/include/linux/swait.h:59:21: note: in definition of macro 'DECLARE_SWAITQUEUE' struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) ^~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_read_xyz': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:432:31: note: byref variable will be forcibly initialized struct bmc150_magn_trim_regs tregs; ^~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:429:9: note: byref variable will be forcibly initialized __le16 values[AXIS_XYZR_MAX]; ^~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_reset_intr': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:776:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_get_odr': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:286:11: note: byref variable will be forcibly initialized int ret, reg_val; ^~~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_set_max_odr': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:328:11: note: byref variable will be forcibly initialized int ret, reg_val, max_odr; ^~~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_read_raw': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:462:6: note: byref variable will be forcibly initialized s32 values[AXIS_XYZ_MAX]; ^~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:461:11: note: byref variable will be forcibly initialized int ret, tmp; ^~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_ctrl_query_fill': /kisskb/src/drivers/media/common/cx2341x.c:540:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_api': /kisskb/src/drivers/media/common/cx2341x.c:1011:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/media/common/cx2341x.c:1010:6: note: byref variable will be forcibly initialized u32 data[CX2341X_MBOX_MAX_DATA]; ^~~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_hdl_api': /kisskb/src/drivers/media/common/cx2341x.c:1304:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/media/common/cx2341x.c:1303:6: note: byref variable will be forcibly initialized u32 data[CX2341X_MBOX_MAX_DATA]; ^~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_init': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:694:11: note: byref variable will be forcibly initialized int ret, chip_id; ^~~~~~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_ctrl_new_custom': /kisskb/src/drivers/media/common/cx2341x.c:1542:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_config cfg; ^~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_menu_item': /kisskb/src/drivers/media/common/cx2341x.c:1190:26: note: byref variable will be forcibly initialized struct v4l2_ext_control ctrl; ^~~~ /kisskb/src/drivers/media/common/cx2341x.c: In function 'cx2341x_ext_ctrls': /kisskb/src/drivers/media/common/cx2341x.c:970:25: note: byref variable will be forcibly initialized struct v4l2_queryctrl qctrl; ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_run_queues': /kisskb/src/kernel/time/hrtimer.c:1725:11: note: byref variable will be forcibly initialized ktime_t basenow; ^~~~~~~ /kisskb/src/kernel/time/hrtimer.c:1721:15: note: byref variable will be forcibly initialized unsigned int active = cpu_base->active_bases & active_mask; ^~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c: In function 'saa7134_tuner_setup': /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7673:32: note: byref variable will be forcibly initialized struct xc2028_ctrl ctl; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7672:32: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config xc2028_cfg; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7663:31: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config tda9887_cfg; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7635:21: note: byref variable will be forcibly initialized struct tuner_setup tun_setup; ^~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_start_range_ns': /kisskb/src/kernel/time/hrtimer.c:1284:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'clock_was_set': /kisskb/src/kernel/time/hrtimer.c:948:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_try_to_cancel': /kisskb/src/kernel/time/hrtimer.c:1319:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_get_remaining': /kisskb/src/kernel/time/hrtimer.c:1459:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c: In function 'hauppauge_eeprom': /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7326:18: note: byref variable will be forcibly initialized struct tveeprom tv; ^~ /kisskb/src/kernel/time/hrtimer.c: In function 'do_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2059:21: note: byref variable will be forcibly initialized struct timespec64 rmt; ^~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep_restart': /kisskb/src/kernel/time/hrtimer.c:2072:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2087:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c: In function 'saa7134_board_init2': /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:8060:23: note: byref variable will be forcibly initialized struct tea5767_ctrl ctl; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:8059:31: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config tea5767_cfg; ^~~~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep': /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:8004:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x61, .flags = 0, .buf = data, ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:8003:6: note: byref variable will be forcibly initialized u8 data[] = { 0x09, 0x9f, 0x86, 0x11}; ^~~~ /kisskb/src/kernel/time/hrtimer.c:2121:20: note: byref variable will be forcibly initialized struct timespec64 tu; ^~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7982:18: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = 0x0a, .flags = 0 }; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7952:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7951:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x68}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7943:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7942:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x6a}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7914:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x09, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7913:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x62}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7911:6: note: byref variable will be forcibly initialized u8 temp = 0; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7904:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7903:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x60}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7896:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7895:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x60}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7889:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7888:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x60}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7836:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7835:6: note: byref variable will be forcibly initialized u8 data[] = { 0x3c, 0x33, 0x60}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7827:18: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7826:6: note: byref variable will be forcibly initialized u8 data[] = { 0x07, 0x02}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7739:5: note: byref variable will be forcibly initialized msg1 = {.addr = 0x61, .flags = 0, .buf = data1, .len = sizeof(data1)}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7737:18: note: byref variable will be forcibly initialized struct i2c_msg msg[] = {{.addr = 0x50, .flags = 0, .buf = &subaddr, .len = 1}, ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7735:15: note: byref variable will be forcibly initialized u8 data[3], data1[] = { 0x09, 0x9f, 0x86, 0x11}; ^~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7735:6: note: byref variable will be forcibly initialized u8 data[3], data1[] = { 0x09, 0x9f, 0x86, 0x11}; ^~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7734:6: note: byref variable will be forcibly initialized u8 subaddr; ^~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-cards.c:7703:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep_time32': /kisskb/src/kernel/time/hrtimer.c:2142:20: note: byref variable will be forcibly initialized struct timespec64 tu; ^~ /kisskb/src/kernel/time/hrtimer.c: In function 'schedule_hrtimeout_range_clock': /kisskb/src/kernel/time/hrtimer.c:2281:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:389:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_map_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:375:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_detach_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:398:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ethtool/netlink.h:8, from /kisskb/src/net/ethtool/cabletest.c:5: /kisskb/src/net/ethtool/cabletest.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/ethtool/cabletest.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/ethtool/cabletest.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/ethtool/cabletest.c: In function 'ethnl_act_cable_test_tdr_cfg': /kisskb/src/net/ethtool/cabletest.c:232:17: note: byref variable will be forcibly initialized struct nlattr *tb[ARRAY_SIZE(cable_test_tdr_act_cfg_policy)]; ^~ /kisskb/src/net/ethtool/cabletest.c: In function 'ethnl_act_cable_test_tdr': /kisskb/src/net/ethtool/cabletest.c:312:24: note: byref variable will be forcibly initialized struct phy_tdr_config cfg; ^~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'save_stack': /kisskb/src/drivers/gpu/drm/drm_mm.c:109:16: note: byref variable will be forcibly initialized unsigned long entries[STACKDEPTH]; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_insert_node_in_range': /kisskb/src/drivers/gpu/drm/drm_mm.c:549:18: note: byref variable will be forcibly initialized u64 col_start, col_end; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:549:7: note: byref variable will be forcibly initialized u64 col_start, col_end; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'show_leaks': /kisskb/src/drivers/gpu/drm/drm_mm.c:121:17: note: byref variable will be forcibly initialized unsigned long *entries; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_reserve_node': /kisskb/src/drivers/gpu/drm/drm_mm.c:457:17: note: byref variable will be forcibly initialized u64 adj_start, adj_end; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:457:6: note: byref variable will be forcibly initialized u64 adj_start, adj_end; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_scan_add_block': /kisskb/src/drivers/gpu/drm/drm_mm.c:789:17: note: byref variable will be forcibly initialized u64 col_start, col_end; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:789:6: note: byref variable will be forcibly initialized u64 col_start, col_end; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_scan_color_evict': /kisskb/src/drivers/gpu/drm/drm_mm.c:919:18: note: byref variable will be forcibly initialized u64 hole_start, hole_end; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:919:6: note: byref variable will be forcibly initialized u64 hole_start, hole_end; ^~~~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-tvaudio.c: In function 'cx88_audio_thread': /kisskb/src/drivers/media/pci/cx88/cx88-tvaudio.c:990:20: note: byref variable will be forcibly initialized struct v4l2_tuner t; ^ /kisskb/src/lib/crypto/blake2s-generic.c: In function 'blake2s_compress_generic': /kisskb/src/lib/crypto/blake2s-generic.c:44:6: note: byref variable will be forcibly initialized u32 v[16]; ^ /kisskb/src/drivers/media/common/tveeprom.c: In function 'tveeprom_read': /kisskb/src/drivers/media/common/tveeprom.c:740:16: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/media/pci/cx88/cx88-input.c: In function 'cx88_i2c_init_ir': /kisskb/src/drivers/media/pci/cx88/cx88-input.c:587:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_drv.c:41: /kisskb/src/drivers/gpu/drm/drm_drv.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:539:6: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'adjust_historical_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1108:16: note: byref variable will be forcibly initialized u64 corr_raw, corr_real; ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1108:6: note: byref variable will be forcibly initialized u64 corr_raw, corr_real; ^~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'tk_set_wall_to_mono': /kisskb/src/kernel/time/timekeeping.c:151:20: note: byref variable will be forcibly initialized struct timespec64 tmp; ^~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:66:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/drivers/iio/imu/fxos8700_core.c: In function 'fxos8700_get_scale': /kisskb/src/drivers/iio/imu/fxos8700_core.c:371:14: note: byref variable will be forcibly initialized int i, ret, val; ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_inject_offset': /kisskb/src/kernel/time/timekeeping.c:1346:20: note: byref variable will be forcibly initialized struct timespec64 tmp; ^~~ /kisskb/src/drivers/iio/imu/fxos8700_core.c: In function 'fxos8700_get_odr': /kisskb/src/drivers/iio/imu/fxos8700_core.c:457:9: note: byref variable will be forcibly initialized int i, val, ret; ^~~ /kisskb/src/drivers/iio/imu/fxos8700_core.c: In function 'fxos8700_set_odr': /kisskb/src/drivers/iio/imu/fxos8700_core.c:420:14: note: byref variable will be forcibly initialized int i, ret, val; ^~~ /kisskb/src/drivers/iio/imu/fxos8700_core.c: In function 'fxos8700_chip_init': /kisskb/src/drivers/iio/imu/fxos8700_core.c:552:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_advance': /kisskb/src/kernel/time/timekeeping.c:2136:15: note: byref variable will be forcibly initialized unsigned int clock_set = 0; ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1194:29: note: byref variable will be forcibly initialized struct system_counterval_t system_counterval; ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_settimeofday64': /kisskb/src/kernel/time/timekeeping.c:1296:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta, xt; ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_warp_clock': /kisskb/src/kernel/time/timekeeping.c:1405:21: note: byref variable will be forcibly initialized struct timespec64 adjust; ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/kernel/time/timekeeping.c:1762:28: note: byref variable will be forcibly initialized struct timespec64 ts_new, ts_delta; ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1762:20: note: byref variable will be forcibly initialized struct timespec64 ts_new, ts_delta; ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/kernel/time/timekeeping.c:1614:31: note: byref variable will be forcibly initialized struct timespec64 wall_time, boot_offset, wall_to_mono; ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1614:20: note: byref variable will be forcibly initialized struct timespec64 wall_time, boot_offset, wall_to_mono; ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_adjtimex': /kisskb/src/kernel/time/timekeeping.c:2404:21: note: byref variable will be forcibly initialized struct timespec64 delta; ^~~~~ /kisskb/src/kernel/time/timekeeping.c:2395:16: note: byref variable will be forcibly initialized s32 orig_tai, tai; ^~~ /kisskb/src/kernel/time/timekeeping.c:2393:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/timekeeping.c:2391:24: note: byref variable will be forcibly initialized struct audit_ntp_data ad; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c:644:2: note: in expansion of macro 'if' if (!wait_event_timeout(usbhid->wait, ^~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c:644:7: note: in expansion of macro 'wait_event_timeout' 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:6: note: byref variable will be forcibly initialized int actual_length, skipped_report_id = 0, ret; ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_parse': /kisskb/src/drivers/hid/usbhid/hid-core.c:984:25: note: byref variable will be forcibly initialized struct hid_descriptor *hdesc; ^~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_set_leds': /kisskb/src/drivers/hid/usbhid/hid-core.c:826:20: note: byref variable will be forcibly initialized 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:18: note: byref variable will be forcibly initialized unsigned int n, insize = 0; ^~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-video.c: In function 'cx88_set_freq': /kisskb/src/drivers/media/pci/cx88/cx88-video.c:966:24: note: byref variable will be forcibly initialized struct v4l2_frequency new_freq = *f; ^~~~~~~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'sdio_get_pending_irqs': /kisskb/src/drivers/mmc/core/sdio_irq.c:46:17: note: byref variable will be forcibly initialized unsigned char dummy; ^~~~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'process_sdio_pending_irqs': /kisskb/src/drivers/mmc/core/sdio_irq.c:63:16: note: byref variable will be forcibly initialized unsigned char pending; ^~~~~~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'sdio_claim_irq': /kisskb/src/drivers/mmc/core/sdio_irq.c:302:16: note: byref variable will be forcibly initialized unsigned char reg; ^~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'sdio_release_irq': /kisskb/src/drivers/mmc/core/sdio_irq.c:345:16: note: byref variable will be forcibly initialized unsigned char reg; ^~~ /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c: In function 'hmc5843_init': /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c:574:5: note: byref variable will be forcibly initialized u8 id[3]; ^~ /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c: In function 'hmc5843_show_measurement_configuration': /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c:211:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c: In function 'hmc5843_wait_measurement': /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c:151:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c: In function 'hmc5843_read_measurement': /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c:175:9: note: byref variable will be forcibly initialized __be16 values[3]; ^~~~~~ /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c: In function 'hmc5843_read_raw': /kisskb/src/drivers/iio/magnetometer/hmc5843_core.c:369:15: note: byref variable will be forcibly initialized unsigned int rval; ^~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallback': /kisskb/src/kernel/debug/debug_core.c:877:20: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallin': /kisskb/src/kernel/debug/debug_core.c:904:21: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_validate_break_address': /kisskb/src/kernel/debug/debug_core.c:179:19: note: byref variable will be forcibly initialized struct kgdb_bkpt tmp; ^~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_handle_exception': /kisskb/src/kernel/debug/debug_core.c:826:20: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^~~~~~~~ /kisskb/src/drivers/media/pci/cx88/cx88-video.c: In function 'cx8800_initdev': /kisskb/src/drivers/media/pci/cx88/cx88-video.c:1350:25: note: byref variable will be forcibly initialized struct i2c_board_info wm8775_info = { ^~~~~~~~~~~ In file included from /kisskb/src/drivers/media/pci/cx88/cx88.h:14, from /kisskb/src/drivers/media/pci/cx88/cx88-video.c:15: /kisskb/src/include/linux/i2c.h:855:28: note: byref variable will be forcibly initialized ((const unsigned short []){ addr, ## addrs, I2C_CLIENT_END }) ^ /kisskb/src/drivers/media/pci/cx88/cx88-video.c:1376:23: note: in expansion of macro 'I2C_ADDRS' "tvaudio", 0, I2C_ADDRS(0xb0 >> 1)); ^~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/net/core/neighbour.c:29: /kisskb/src/net/core/neighbour.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/core/neighbour.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_fill_info': /kisskb/src/net/core/neighbour.c:2453:8: note: byref variable will be forcibly initialized char haddr[MAX_ADDR_LEN]; ^~~~~ /kisskb/src/net/core/neighbour.c:2431:23: note: byref variable will be forcibly initialized struct nda_cacheinfo ci; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/core/neighbour.c:16: /kisskb/src/net/core/neighbour.c: In function 'neigh_hash_grow': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:522:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tbl->nht, new_nht); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:518:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new_nht->hash_buckets[hash], n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:514:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(n->next, ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_del': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:191:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*np, neigh); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_flush_dev': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:315:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*np, ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c: In function '__neigh_update': /kisskb/src/net/core/neighbour.c:1236:6: note: byref variable will be forcibly initialized int notify = 0; ^~~~~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_valid_dump_req': /kisskb/src/net/core/neighbour.c:2654:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX + 1]; ^~ /kisskb/src/net/core/neighbour.c: In function 'neigh_valid_get_req': /kisskb/src/net/core/neighbour.c:2761:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX + 1]; ^~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/net/core/neighbour.c:29: /kisskb/src/net/core/neighbour.c: In function 'nla_get_u64': /kisskb/src/include/net/netlink.h:1617:6: note: byref variable will be forcibly initialized u64 tmp; ^~~ /kisskb/src/net/core/neighbour.c: In function 'nla_put_msecs': /kisskb/src/include/net/netlink.h:1500:6: note: byref variable will be forcibly initialized u64 tmp = jiffies_to_msecs(njiffies); ^~~ /kisskb/src/net/core/neighbour.c: In function 'neightbl_fill_info': /kisskb/src/net/core/neighbour.c:2081:20: note: byref variable will be forcibly initialized struct ndt_stats ndst; ^~~~ /kisskb/src/net/core/neighbour.c:2060:21: note: byref variable will be forcibly initialized struct ndt_config ndc = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'rb_link_node_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree.h:74:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*rb_link, node); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c: In function 'neightbl_set': /kisskb/src/net/core/neighbour.c:2224:18: note: byref variable will be forcibly initialized struct nlattr *tbp[NDTPA_MAX+1]; ^~~ /kisskb/src/net/core/neighbour.c:2186:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDTA_MAX+1]; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/core/neighbour.c:16: /kisskb/src/net/core/neighbour.c: In function '___neigh_create': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:659:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nht->hash_buckets[hash_val], n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:656:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(n->next, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_pci.c: In function 'mantis_pci_init': /kisskb/src/drivers/media/pci/mantis/mantis_pci.c:39:5: note: byref variable will be forcibly initialized u8 latency; ^~~~~~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_get': /kisskb/src/net/core/neighbour.c:2884:6: note: byref variable will be forcibly initialized int dev_idx = 0; ^~~~~~~ /kisskb/src/net/core/neighbour.c:2883:5: note: byref variable will be forcibly initialized u8 ndm_flags = 0; ^~~~~~~~~ /kisskb/src/net/core/neighbour.c:2882:8: note: byref variable will be forcibly initialized void *dst = NULL; ^~~ /kisskb/src/net/core/neighbour.c:2880:22: note: byref variable will be forcibly initialized struct neigh_table *tbl = NULL; ^~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_add': /kisskb/src/net/core/neighbour.c:1861:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX+1]; ^~ 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.c:64: /kisskb/src/kernel/module.c: In function 'perf_trace_module_load': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'perf_trace_module_free': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'perf_trace_module_request': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c: In function 'vb2_dc_vaddr': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c:79:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c: In function 'vb2_dc_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c:628:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/module.h:134, from /kisskb/src/kernel/module.c:64: /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_load': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_free': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/module.h:134, from /kisskb/src/kernel/module.c:64: /kisskb/src/kernel/module.c: In function '__bpf_trace_module_load': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_load, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function '__bpf_trace_module_free': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_free, ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function '__bpf_trace_module_request': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(module_request, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/core/neighbour.c:16: /kisskb/src/net/core/neighbour.c: In function '__neigh_for_each_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:2979:5: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*np, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/kernel/module.c:9: /kisskb/src/kernel/module.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/kernel/module.c:13: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/module.c: In function 'find_symbol': /kisskb/src/kernel/module.c:537:20: note: byref variable will be forcibly initialized struct symsearch arr[] = { ^~~ /kisskb/src/kernel/module.c: In function 'verify_exported_symbols': /kisskb/src/kernel/module.c:2252:27: note: byref variable will be forcibly initialized struct find_symbol_arg fsa = { ^~~ /kisskb/src/kernel/module.c: In function 'get_next_modinfo': /kisskb/src/kernel/module.c:2554:16: note: byref variable will be forcibly initialized unsigned long size = infosec->sh_size; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'add_unformed_module': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:3821:10: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(module_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/kernel/module.c:9: /kisskb/src/kernel/module.c: In function 'resolve_symbol_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:1459:2: note: in expansion of macro 'if' if (wait_event_interruptible_timeout(module_wq, ^~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:1459:6: note: in expansion of macro 'wait_event_interruptible_timeout' if (wait_event_interruptible_timeout(module_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:1457:7: note: byref variable will be forcibly initialized char owner[MODULE_NAME_LEN]; ^~~~~ /kisskb/src/kernel/module.c: In function 'module_sect_read': /kisskb/src/kernel/module.c:1501:7: note: byref variable will be forcibly initialized char bounce[MODULE_SECT_READ_SIZE + 1]; ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'mod_kobject_put': /kisskb/src/kernel/module.c:1807:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(c); ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'do_init_module': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:3743:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mod->kallsyms, &mod->core_kallsyms); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c: In function '__do_sys_finit_module': /kisskb/src/kernel/module.c:4167:8: note: byref variable will be forcibly initialized void *hdr = NULL; ^~~ /kisskb/src/kernel/module.c: In function 'print_modules': /kisskb/src/kernel/module.c:4742:7: note: byref variable will be forcibly initialized char buf[MODULE_FLAGS_BUF_SIZE]; ^~~ /kisskb/src/fs/fs_context.c: In function 'logfc': /kisskb/src/fs/fs_context.c:388:19: note: byref variable will be forcibly initialized struct va_format vaf = {.fmt = fmt, .va = &va}; ^~~ /kisskb/src/fs/fs_context.c:387:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/fs/fs_context.c: In function 'generic_parse_monolithic': /kisskb/src/fs/fs_context.c:203:8: note: byref variable will be forcibly initialized char *options = data, *key; ^~~~~~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_trigger.c: In function 'st_sensors_new_samples_available': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_trigger.c:31:11: note: byref variable will be forcibly initialized int ret, status; ^~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:11: /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'ufshcd_parse_clock_info': /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:31:6: note: byref variable will be forcibly initialized int len = 0; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:28:8: note: byref variable will be forcibly initialized char *name; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'ufshcd_populate_vreg': /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:109:7: note: byref variable will be forcibly initialized char prop_name[MAX_PROP_SIZE]; ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'ufshcd_pltfrm_init': /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:318:18: note: byref variable will be forcibly initialized struct ufs_hba *hba; ^~~ /kisskb/src/drivers/usb/gadget/composite.c: In function 'bos_desc': /kisskb/src/drivers/usb/gadget/composite.c:666:31: note: byref variable will be forcibly initialized struct usb_dcd_config_params dcd_config_params; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/pci/saa7134/saa7134.h:14, from /kisskb/src/drivers/media/pci/saa7134/saa7134-core.c:10: /kisskb/src/drivers/media/pci/saa7134/saa7134-core.c: In function 'saa7134_initdev': /kisskb/src/include/linux/i2c.h:855:28: note: byref variable will be forcibly initialized ((const unsigned short []){ addr, ## addrs, I2C_CLIENT_END }) ^ /kisskb/src/drivers/media/pci/saa7134/saa7134-core.c:1181:8: note: in expansion of macro 'I2C_ADDRS' 0, I2C_ADDRS(saa7134_boards[dev->board].rds_addr)); ^~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_set_samp_freq': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:345:15: note: byref variable will be forcibly initialized unsigned int cycle_count; ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-core.c: In function 'saa7134_pgtable_alloc': /kisskb/src/drivers/media/pci/saa7134/saa7134-core.c:224:15: note: byref variable will be forcibly initialized dma_addr_t dma_addr = 0; ^~~~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_get_samp_freq': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:292:15: note: byref variable will be forcibly initialized unsigned int tmp; ^~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_trigger_handler': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:474:16: note: byref variable will be forcibly initialized unsigned long scan_mask = *indio_dev->active_scan_mask; ^~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_wait_measurement': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:163:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_read_mag': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:212:5: note: byref variable will be forcibly initialized u8 buffer[3]; ^~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_common_probe': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:539:15: note: byref variable will be forcibly initialized unsigned int tmp; ^~~ 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:6: note: byref variable will be forcibly initialized u32 K[6]; ^ /kisskb/src/net/ipv6/exthdrs_core.c: In function 'ipv6_skip_exthdr': /kisskb/src/net/ipv6/exthdrs_core.c:89:11: note: byref variable will be forcibly initialized __be16 _frag_off, *fp; ^~~~~~~~~ /kisskb/src/net/ipv6/exthdrs_core.c:80:23: note: byref variable will be forcibly initialized struct ipv6_opt_hdr _hdr, *hp; ^~~~ /kisskb/src/net/ipv6/exthdrs_core.c: In function 'ipv6_find_hdr': /kisskb/src/net/ipv6/exthdrs_core.c:235:19: note: byref variable will be forcibly initialized unsigned short _frag_off; ^~~~~~~~~ /kisskb/src/net/ipv6/exthdrs_core.c:222:23: note: byref variable will be forcibly initialized struct ipv6_rt_hdr _rh, *rh; ^~~ /kisskb/src/net/ipv6/exthdrs_core.c:207:23: note: byref variable will be forcibly initialized struct ipv6_opt_hdr _hdr, *hp; ^~~~ /kisskb/src/net/ipv6/exthdrs_core.c:197:18: note: byref variable will be forcibly initialized struct ipv6hdr _ip6, *ip6; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/net/8021q/vlan_core.c:2: /kisskb/src/net/8021q/vlan_core.c: In function 'vlan_vid_add': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/8021q/vlan_core.c:343:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->vlan_info, vlan_info); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/8021q/vlan_core.c:321:24: note: byref variable will be forcibly initialized struct vlan_vid_info *vid_info; ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_crtc.c:34: /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_crtc_init_with_planes': /kisskb/src/drivers/gpu/drm/drm_crtc.c:357:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function '__drmm_crtc_alloc_with_planes': /kisskb/src/drivers/gpu/drm/drm_crtc.c:388:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_crtc_check_viewport': /kisskb/src/drivers/gpu/drm/drm_crtc.c:606:16: note: byref variable will be forcibly initialized int hdisplay, vdisplay; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:606:6: note: byref variable will be forcibly initialized int hdisplay, vdisplay; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_mode_setcrtc': /kisskb/src/drivers/gpu/drm/drm_crtc.c:645:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:643:22: note: byref variable will be forcibly initialized struct drm_mode_set set; ^~~ /kisskb/src/drivers/base/regmap/regmap-sccb.c: In function 'regmap_sccb_read': /kisskb/src/drivers/base/regmap/regmap-sccb.c:45:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/can/af_can.c:43: /kisskb/src/net/can/af_can.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_MaxPower_store': /kisskb/src/drivers/usb/gadget/configfs.c:514:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdUSB_store': /kisskb/src/drivers/usb/gadget/configfs.c:214:6: note: byref variable will be forcibly initialized u16 bcdUSB; ^~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdDevice_store': /kisskb/src/drivers/usb/gadget/configfs.c:197:6: note: byref variable will be forcibly initialized u16 bcdDevice; ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idProduct_store': /kisskb/src/drivers/usb/gadget/configfs.c:159:6: note: byref variable will be forcibly initialized u16 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:178:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(idProduct, u16); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idVendor_store': /kisskb/src/drivers/usb/gadget/configfs.c:159:6: note: byref variable will be forcibly initialized u16 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:177:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(idVendor, u16); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_type_store': /kisskb/src/drivers/usb/gadget/configfs.c:965:5: note: byref variable will be forcibly initialized u8 type; ^~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_b_vendor_code_store': /kisskb/src/drivers/usb/gadget/configfs.c:824:5: note: byref variable will be forcibly initialized u8 b_vendor_code; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_bmAttributes_store': /kisskb/src/drivers/usb/gadget/configfs.c:535:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bMaxPacketSize0_store': /kisskb/src/drivers/usb/gadget/configfs.c:146:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:176:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bMaxPacketSize0, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceProtocol_store': /kisskb/src/drivers/usb/gadget/configfs.c:146:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bDeviceProtocol, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceSubClass_store': /kisskb/src/drivers/usb/gadget/configfs.c:146:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:174:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bDeviceSubClass, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceClass_store': /kisskb/src/drivers/usb/gadget/configfs.c:146:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:170:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:173:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bDeviceClass, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/arch/arm64/include/asm/stat.h:12, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/configfs.h:22, from /kisskb/src/drivers/usb/gadget/configfs.c:2: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/usb/gadget/configfs.c:4: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/configfs.c:10: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_make': /kisskb/src/drivers/usb/gadget/configfs.c:1078:12: note: byref variable will be forcibly initialized vla_group(data_chunk); ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' #define vla_group(groupname) size_t groupname##__next = 0 ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_use_store': /kisskb/src/drivers/usb/gadget/configfs.c:800:7: note: byref variable will be forcibly initialized bool use; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'config_desc_make': /kisskb/src/drivers/usb/gadget/configfs.c:679:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:677:7: note: byref variable will be forcibly initialized char buf[MAX_NAME_LEN]; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'function_make': /kisskb/src/drivers/usb/gadget/configfs.c:583:7: note: byref variable will be forcibly initialized char buf[MAX_NAME_LEN]; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'check_user_usb_string': /kisskb/src/drivers/usb/gadget/configfs.c:16:6: note: byref variable will be forcibly initialized u16 num; ^~~ In file included from /kisskb/src/drivers/usb/gadget/configfs.c:10: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'usb_os_desc_prepare_interf_dir': /kisskb/src/drivers/usb/gadget/configfs.c:1206:12: note: byref variable will be forcibly initialized vla_group(data_chunk); ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' #define vla_group(groupname) size_t groupname##__next = 0 ^~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c: In function 'vb2_dma_sg_vaddr': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c:298:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c: In function 'vb2_dma_sg_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c:574:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c:13: /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c:14: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_release': /kisskb/src/mm/mmu_notifier.c:272:16: note: byref variable will be forcibly initialized unsigned long cur_seq; ^~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_invalidate': /kisskb/src/mm/mmu_notifier.c:448:16: note: byref variable will be forcibly initialized unsigned long cur_seq; ^~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_read_begin': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:248:3: note: in expansion of macro 'wait_event' wait_event(subscriptions->wq, ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function '__mmu_notifier_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:678:3: note: in expansion of macro 'smp_store_release' smp_store_release(&mm->notifier_subscriptions, subscriptions); ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_insert': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1005:18: note: in expansion of macro 'smp_load_acquire' subscriptions = smp_load_acquire(&mm->notifier_subscriptions); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1085:3: note: in expansion of macro 'wait_event' wait_event(subscriptions->wq, ^~~~~~~~~~ /kisskb/src/lib/devres.c: In function 'devm_of_iomap': /kisskb/src/lib/devres.c:254:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/mmc/core/regulator.c: In function 'mmc_regulator_set_ocr': /kisskb/src/drivers/mmc/core/regulator.c:111:16: note: byref variable will be forcibly initialized int min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/mmc/core/regulator.c:111:8: note: byref variable will be forcibly initialized int min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/mmc/core/regulator.c: In function 'mmc_regulator_set_vqmmc': /kisskb/src/drivers/mmc/core/regulator.c:182:25: note: byref variable will be forcibly initialized int ret, volt, min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_res_mode': /kisskb/src/drivers/mmc/core/regulator.c:182:11: note: byref variable will be forcibly initialized int ret, volt, min_uV, max_uV; ^~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1483:8: note: byref variable will be forcibly initialized char *end_ptr; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/rfkill.h:33, from /kisskb/src/net/bluetooth/hci_core.c:29: /kisskb/src/net/bluetooth/hci_core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_int': /kisskb/src/drivers/gpu/drm/drm_modes.c:1541:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_options': /kisskb/src/drivers/gpu/drm/drm_modes.c:1593:20: note: byref variable will be forcibly initialized unsigned int deg, margin, rotation = 0; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1593:15: note: byref variable will be forcibly initialized unsigned int deg, margin, rotation = 0; ^~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/net/bluetooth/hci_core.c:31: /kisskb/src/net/bluetooth/hci_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inq_req': /kisskb/src/net/bluetooth/hci_core.c:1294:24: note: byref variable will be forcibly initialized struct hci_cp_inquiry cp; ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_event_mask_page_2': /kisskb/src/net/bluetooth/hci_core.c:545:5: note: byref variable will be forcibly initialized u8 events[8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_setup_link_policy': /kisskb/src/net/bluetooth/hci_core.c:505:38: note: byref variable will be forcibly initialized struct hci_cp_write_def_link_policy cp; ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'bredr_setup': /kisskb/src/net/bluetooth/hci_core.c:275:7: note: byref variable will be forcibly initialized __u8 flt_type; ^~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:274:9: note: byref variable will be forcibly initialized __le16 param; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_linkpol_req': /kisskb/src/net/bluetooth/hci_core.c:1039:9: note: byref variable will be forcibly initialized __le16 policy = cpu_to_le16(opt); ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_scan_req': /kisskb/src/net/bluetooth/hci_core.c:1006:7: note: byref variable will be forcibly initialized __u8 scan = opt; ^~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_encrypt_req': /kisskb/src/net/bluetooth/hci_core.c:1028:7: note: byref variable will be forcibly initialized __u8 encrypt = opt; ^~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_auth_req': /kisskb/src/net/bluetooth/hci_core.c:1017:7: note: byref variable will be forcibly initialized __u8 auth = opt; ^~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_setup_event_mask': /kisskb/src/net/bluetooth/hci_core.c:330:5: note: byref variable will be forcibly initialized u8 events[8] = { 0xff, 0xff, 0xfb, 0xff, 0x00, 0x00, 0x00, 0x00 }; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:712:19: note: byref variable will be forcibly initialized struct videomode vm; ^~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_get_hv_timing': /kisskb/src/drivers/gpu/drm/drm_modes.c:791:26: note: byref variable will be forcibly initialized struct drm_display_mode adjusted = *mode; ^~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_le_support': /kisskb/src/net/bluetooth/hci_core.c:524:40: note: byref variable will be forcibly initialized struct hci_cp_write_le_host_supported cp; ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init2_req': /kisskb/src/net/bluetooth/hci_core.c:494:6: note: byref variable will be forcibly initialized u8 enable = 1; ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c:486:41: note: byref variable will be forcibly initialized struct hci_cp_read_local_ext_features cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:471:6: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/net/bluetooth/hci_core.c:460:28: note: byref variable will be forcibly initialized struct hci_cp_write_eir cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:455:7: note: byref variable will be forcibly initialized u8 mode = 0x01; ^~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_command_line_for_connector': /kisskb/src/drivers/gpu/drm/drm_modes.c:1719:29: note: byref variable will be forcibly initialized char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1719:8: note: byref variable will be forcibly initialized char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init4_req': /kisskb/src/net/bluetooth/hci_core.c:898:36: note: byref variable will be forcibly initialized struct hci_cp_le_set_default_phy cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:889:39: note: byref variable will be forcibly initialized struct hci_cp_le_write_def_data_len cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:876:47: note: byref variable will be forcibly initialized struct hci_cp_write_def_err_data_reporting cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:860:6: note: byref variable will be forcibly initialized u8 support = 0x01; ^~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:829:40: note: byref variable will be forcibly initialized struct hci_cp_delete_stored_link_key cp; ^~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_core.c:831:21: note: in expansion of macro 'BDADDR_ANY' bacpy(&cp.bdaddr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init3_req': /kisskb/src/net/bluetooth/hci_core.c:800:41: note: byref variable will be forcibly initialized struct hci_cp_read_local_ext_features cp; ^~ /kisskb/src/net/bluetooth/hci_core.c:774:11: note: byref variable will be forcibly initialized __le16 rpa_timeout = cpu_to_le16(hdev->rpa_timeout); ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:621:6: note: byref variable will be forcibly initialized u8 events[8]; ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c:596:38: note: byref variable will be forcibly initialized struct hci_cp_read_stored_link_key cp; ^~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_core.c:598:21: note: in expansion of macro 'BDADDR_ANY' bacpy(&cp.bdaddr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_clear_wake_reason': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_core.c:3692:26: note: in expansion of macro 'BDADDR_ANY' bacpy(&hdev->wake_addr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_get_bd_addr_from_property': /kisskb/src/net/bluetooth/hci_core.c:1428:11: note: byref variable will be forcibly initialized bdaddr_t ba; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/net/bluetooth/hci_core.c:28: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1433:2: note: in expansion of macro 'if' if (ret < 0 || !bacmp(&ba, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/hci_core.c:1433:29: note: in expansion of macro 'BDADDR_ANY' if (ret < 0 || !bacmp(&ba, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'vendor_diag_write': /kisskb/src/net/bluetooth/hci_core.c:138:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'vendor_diag_read': /kisskb/src/net/bluetooth/hci_core.c:126:7: note: byref variable will be forcibly initialized char buf[3]; ^~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'dut_mode_read': /kisskb/src/net/bluetooth/hci_core.c:70:7: note: byref variable will be forcibly initialized char buf[3]; ^~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'dut_mode_write': /kisskb/src/net/bluetooth/hci_core.c:83:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_sco': /kisskb/src/net/bluetooth/hci_core.c:4689:6: note: byref variable will be forcibly initialized int quote; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_esco': /kisskb/src/net/bluetooth/hci_core.c:4712:6: note: byref variable will be forcibly initialized int quote; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_acl_pkt': /kisskb/src/net/bluetooth/hci_core.c:4737:6: note: byref variable will be forcibly initialized int quote; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_acl_blk': /kisskb/src/net/bluetooth/hci_core.c:4779:6: note: byref variable will be forcibly initialized int quote; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_le': /kisskb/src/net/bluetooth/hci_core.c:4855:6: note: byref variable will be forcibly initialized int quote, cnt, tmp; ^~~~~ 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/leds.h:12, from /kisskb/src/include/linux/rfkill.h:36, from /kisskb/src/net/bluetooth/hci_core.c:29: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_suspend_wait_event': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3649:12: note: in expansion of macro 'wait_event_timeout' int ret = wait_event_timeout(hdev->suspend_wait_q, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/net/bluetooth/hci_core.c:28: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inquiry_cache_lookup_resolve': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1172:3: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY) && e->name_state == state) ^~ /kisskb/src/net/bluetooth/hci_core.c:1172:22: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY) && e->name_state == state) ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inquiry': /kisskb/src/net/bluetooth/hci_core.c:1313:25: note: byref variable will be forcibly initialized struct hci_inquiry_req ir; ^~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_do_close': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_core.c:1850:28: note: in expansion of macro 'BDADDR_ANY' bacpy(&hdev->random_addr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_cmd': /kisskb/src/net/bluetooth/hci_core.c:2012:21: note: byref variable will be forcibly initialized struct hci_dev_req dr; ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_get_dev_info': /kisskb/src/net/bluetooth/hci_core.c:2168:22: note: byref variable will be forcibly initialized struct hci_dev_info di; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/net/bluetooth/hci_core.c:28: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_do_open': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1570:3: note: in expansion of macro 'if' if (bacmp(&hdev->public_addr, BDADDR_ANY) && ^~ /kisskb/src/net/bluetooth/hci_core.c:1570:33: note: in expansion of macro 'BDADDR_ANY' if (bacmp(&hdev->public_addr, BDADDR_ANY) && ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1522:4: note: in expansion of macro 'if' if (bacmp(&hdev->public_addr, BDADDR_ANY) && ^~ /kisskb/src/net/bluetooth/hci_core.c:1522:34: note: in expansion of macro 'BDADDR_ANY' if (bacmp(&hdev->public_addr, BDADDR_ANY) && ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1519:4: note: in expansion of macro 'if' if (!bacmp(&hdev->public_addr, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/hci_core.c:1519:35: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(&hdev->public_addr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1474:3: note: in expansion of macro 'if' if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && ^~ /kisskb/src/net/bluetooth/hci_core.c:1477:34: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->static_addr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1474:3: note: in expansion of macro 'if' if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && ^~ /kisskb/src/net/bluetooth/hci_core.c:1476:29: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->bdaddr, BDADDR_ANY) && ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_power_on': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:2275:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_RFKILLED) || ^~ /kisskb/src/net/bluetooth/hci_core.c:2279:34: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->static_addr, BDADDR_ANY))) { ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:2275:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_RFKILLED) || ^~ /kisskb/src/net/bluetooth/hci_core.c:2278:29: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->bdaddr, BDADDR_ANY) && ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_adv_monitors_clear': /kisskb/src/net/bluetooth/hci_core.c:3087:6: note: byref variable will be forcibly initialized int handle; ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_remove_all_adv_monitor': /kisskb/src/net/bluetooth/hci_core.c:3243:6: note: byref variable will be forcibly initialized int idr_next_id = 0; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/net/bluetooth/hci_core.c:28: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_add': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3338:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/hci_core.c:3338:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_add_with_irk': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3361:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/hci_core.c:3361:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_add_with_flags': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3390:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) ^~ /kisskb/src/net/bluetooth/hci_core.c:3390:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_del': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3413:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/hci_core.c:3413:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_del_with_irk': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3433:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/hci_core.c:3433:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_bdaddr_list_del_with_flags': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3453:2: note: in expansion of macro 'if' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~ /kisskb/src/net/bluetooth/hci_core.c:3453:21: note: in expansion of macro 'BDADDR_ANY' if (!bacmp(bdaddr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_copy_identity_address': /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3620:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_FORCE_STATIC_ADDR) || ^~ /kisskb/src/net/bluetooth/hci_core.c:3623:33: note: in expansion of macro 'BDADDR_ANY' bacmp(&hdev->static_addr, BDADDR_ANY))) { ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3620:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_FORCE_STATIC_ADDR) || ^~ /kisskb/src/net/bluetooth/hci_core.c:3621:28: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->bdaddr, BDADDR_ANY) || ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_hw_info': /kisskb/src/net/bluetooth/hci_core.c:4172:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_fw_info': /kisskb/src/net/bluetooth/hci_core.c:4183:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c: In function 'dev_debug_store': /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c:68:6: note: byref variable will be forcibly initialized u16 value; ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:264, from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c:17: /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c: In function 'determine_valid_ioctls': /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c:546:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(valid_ioctls, BASE_VIDIOC_PRIVATE); ^~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/kernel/tracepoint.c:11: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_add_func': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:373:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:360:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:327:32: note: byref variable will be forcibly initialized struct tracepoint_func *old, *tp_funcs; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_remove_func': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:446:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:429:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:421:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:399:32: note: byref variable will be forcibly initialized struct tracepoint_func *old, *tp_funcs; ^~~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_unregister': /kisskb/src/kernel/tracepoint.c:545:25: note: byref variable will be forcibly initialized struct tracepoint_func tp_func; ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio_may_exist': /kisskb/src/kernel/tracepoint.c:475:25: note: byref variable will be forcibly initialized struct tracepoint_func tp_func; ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio': /kisskb/src/kernel/tracepoint.c:504:25: note: byref variable will be forcibly initialized struct tracepoint_func tp_func; ^~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_enum_freq_bands': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2644:25: note: byref variable will be forcibly initialized struct v4l2_modulator m = { ^ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_create_dma_chain': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:762:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2626:21: note: byref variable will be forcibly initialized struct v4l2_tuner t = { ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_g_parm': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2074:14: note: byref variable will be forcibly initialized v4l2_std_id std; ^~~ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_probe': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:3130:8: note: byref variable will be forcibly initialized char tmp[128]; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'do_setvfinfo': /kisskb/src/net/core/rtnetlink.c:2386:23: note: byref variable will be forcibly initialized struct ifla_vf_info ivf; ^~~ /kisskb/src/net/core/rtnetlink.c:2356:7: note: byref variable will be forcibly initialized int rem, len = 0; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_s_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2208:26: note: byref variable will be forcibly initialized struct v4l2_ext_control ctrl; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2207:27: note: byref variable will be forcibly initialized struct v4l2_ext_controls ctrls; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2174:26: note: byref variable will be forcibly initialized struct v4l2_ext_control ctrl; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2173:27: note: byref variable will be forcibly initialized struct v4l2_ext_controls ctrls; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/core/rtnetlink.c:15: /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_unregister': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:304:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tab[msgindex], NULL); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/core/rtnetlink.c:24: /kisskb/src/net/core/rtnetlink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function '__video_do_ioctl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2887:25: note: byref variable will be forcibly initialized struct v4l2_ioctl_info default_info; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/core/rtnetlink.c:15: /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_register_internal': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:220:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tab[msgindex], link); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:193:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rtnl_msg_handlers[protocol], tab); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/rtnetlink.c:17: /kisskb/src/net/core/rtnetlink.c: In function '__rtnl_kill_links': /kisskb/src/net/core/rtnetlink.c:417:12: note: byref variable will be forcibly initialized LIST_HEAD(list_kill); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_group_dellink': /kisskb/src/net/core/rtnetlink.c:3020:12: note: byref variable will be forcibly initialized LIST_HEAD(list_kill); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'video_usercopy': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3253:9: note: byref variable will be forcibly initialized void **kernel_ptr = NULL; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3252:15: note: byref variable will be forcibly initialized void __user *user_ptr = NULL; ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3251:10: note: byref variable will be forcibly initialized size_t array_size = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3250:7: note: byref variable will be forcibly initialized bool always_copy = false; ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3245:7: note: byref variable will be forcibly initialized char sbuf[128]; ^~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/ip.h:28, from /kisskb/src/net/core/rtnetlink.c:45: /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_s32': /kisskb/src/include/net/netlink.h:1448:6: note: byref variable will be forcibly initialized s32 tmp = value; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_xdp_fill': /kisskb/src/net/core/rtnetlink.c:1459:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/net/core/rtnetlink.c:1457:6: note: byref variable will be forcibly initialized u32 prog_id; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'valid_fdb_dump_legacy': /kisskb/src/net/core/rtnetlink.c:4302:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'valid_bridge_getlink_req': /kisskb/src/net/core/rtnetlink.c:4707:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'valid_fdb_dump_strict': /kisskb/src/net/core/rtnetlink.c:4248:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX + 1]; ^~ /kisskb/src/net/caif/cfcnfg.c: In function 'caif_connect_client': /kisskb/src/net/caif/cfcnfg.c:307:27: note: byref variable will be forcibly initialized struct cfctrl_link_param param; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/caif/cfcnfg.c:9: /kisskb/src/net/caif/cfcnfg.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_set_dev_addr': /kisskb/src/drivers/usb/gadget/function/u_ether.c:911:5: note: byref variable will be forcibly initialized u8 new_addr[ETH_ALEN]; ^~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_set_host_addr': /kisskb/src/drivers/usb/gadget/function/u_ether.c:940:5: note: byref variable will be forcibly initialized u8 new_addr[ETH_ALEN]; ^~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_register_netdev': /kisskb/src/drivers/usb/gadget/function/u_ether.c:864:18: note: byref variable will be forcibly initialized struct sockaddr sa; ^~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_set_ifname': /kisskb/src/drivers/usb/gadget/function/u_ether.c:1023:7: note: byref variable will be forcibly initialized char tmp[IFNAMSIZ]; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_calcit': /kisskb/src/net/core/rtnetlink.c:3722:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'validate_linkmsg': /kisskb/src/net/core/rtnetlink.c:2282:7: note: byref variable will be forcibly initialized int rem, err; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_ifalias': /kisskb/src/net/core/rtnetlink.c:1557:7: note: byref variable will be forcibly initialized char buf[IFALIASZ]; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_hbreak': /kisskb/src/drivers/gpu/drm/drm_edid.c:2356:6: note: byref variable will be forcibly initialized u8 *r = NULL; ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_m': /kisskb/src/drivers/gpu/drm/drm_edid.c:2374:6: note: byref variable will be forcibly initialized u8 *r = NULL; ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2c': /kisskb/src/drivers/gpu/drm/drm_edid.c:2365:6: note: byref variable will be forcibly initialized u8 *r = NULL; ^ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fill_link_ifmap': /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_k': /kisskb/src/drivers/gpu/drm/drm_edid.c:2383:6: note: byref variable will be forcibly initialized u8 *r = NULL; ^ /kisskb/src/net/core/rtnetlink.c:1392:25: note: byref variable will be forcibly initialized struct rtnl_link_ifmap map; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2j': /kisskb/src/drivers/gpu/drm/drm_edid.c:2392:6: note: byref variable will be forcibly initialized u8 *r = NULL; ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'get_monitor_name': /kisskb/src/drivers/gpu/drm/drm_edid.c:4410:8: note: byref variable will be forcibly initialized char *edid_name = NULL; ^~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/ip.h:28, from /kisskb/src/net/core/rtnetlink.c:45: /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fill_vfinfo': /kisskb/src/net/core/rtnetlink.c:1233:22: note: byref variable will be forcibly initialized struct ifla_vf_guid port_guid; ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1232:22: note: byref variable will be forcibly initialized struct ifla_vf_guid node_guid; ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1231:22: note: byref variable will be forcibly initialized struct ifla_vf_info ivi; ^~~ /kisskb/src/net/core/rtnetlink.c:1230:27: note: byref variable will be forcibly initialized struct ifla_vf_broadcast vf_broadcast; ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1229:21: note: byref variable will be forcibly initialized struct ifla_vf_mac vf_mac; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:1228:22: note: byref variable will be forcibly initialized struct ifla_vf_rate vf_rate; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:1227:22: note: byref variable will be forcibly initialized struct ifla_vf_vlan vf_vlan; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:1226:23: note: byref variable will be forcibly initialized struct ifla_vf_trust vf_trust; ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1225:23: note: byref variable will be forcibly initialized struct ifla_vf_stats vf_stats; ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1224:25: note: byref variable will be forcibly initialized struct ifla_vf_tx_rate vf_tx_rate; ^~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1223:26: note: byref variable will be forcibly initialized struct ifla_vf_spoofchk vf_spoofchk; ^~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1222:27: note: byref variable will be forcibly initialized struct ifla_vf_vlan_info vf_vlan_info; ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1221:28: note: byref variable will be forcibly initialized struct ifla_vf_link_state vf_linkstate; ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1219:30: note: byref variable will be forcibly initialized struct ifla_vf_rss_query_en vf_rss_query_en; ^~~~~~~~~~~~~~~ /kisskb/src/net/wireless/wext-core.c: In function 'wireless_send_event': /kisskb/src/net/wireless/wext-core.c:469:25: note: byref variable will be forcibly initialized struct compat_iw_point compat_wrqu; ^~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_phys_port_id_fill': /kisskb/src/net/core/rtnetlink.c:1139:29: note: byref variable will be forcibly initialized struct netdev_phys_item_id ppid; ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_phys_port_name_fill': /kisskb/src/net/core/rtnetlink.c:1156:7: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_monitor_supports_rb': /kisskb/src/drivers/gpu/drm/drm_edid.c:2331:8: note: byref variable will be forcibly initialized bool ret = false; ^~~ /kisskb/src/net/wireless/wext-core.c: In function 'ioctl_standard_iw_point': /kisskb/src/net/wireless/wext-core.c:739:9: note: byref variable will be forcibly initialized char essid[IW_ESSID_MAX_SIZE + 1]; ^~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_stats_dump': /kisskb/src/net/core/rtnetlink.c:5410:37: note: byref variable will be forcibly initialized int h, s_h, err, s_idx, s_idxattr, s_prividx; ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:5410:26: note: byref variable will be forcibly initialized int h, s_h, err, s_idx, s_idxattr, s_prividx; ^~~~~~~~~ /kisskb/src/net/wireless/wext-core.c: In function 'compat_standard_call': /kisskb/src/net/wireless/wext-core.c:1069:18: note: byref variable will be forcibly initialized struct iw_point iwp; ^~~ /kisskb/src/net/wireless/wext-core.c: In function 'wext_handle_ioctl': /kisskb/src/net/wireless/wext-core.c:1041:15: note: byref variable will be forcibly initialized struct iwreq iwr; ^~~ /kisskb/src/net/wireless/wext-core.c:1040:25: note: byref variable will be forcibly initialized struct iw_request_info info = { .cmd = cmd, .flags = 0 }; ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_bridge_getlink': /kisskb/src/net/core/rtnetlink.c:4765:6: note: byref variable will be forcibly initialized u32 filter_mask = 0; ^~~~~~~~~~~ /kisskb/src/net/wireless/wext-core.c: In function 'compat_wext_handle_ioctl': /kisskb/src/net/wireless/wext-core.c:1096:15: note: byref variable will be forcibly initialized struct iwreq iwr; ^~~ /kisskb/src/net/wireless/wext-core.c:1095:25: note: byref variable will be forcibly initialized struct iw_request_info info; ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_get_monitor_name': /kisskb/src/drivers/gpu/drm/drm_edid.c:4437:7: note: byref variable will be forcibly initialized char buf[13]; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/drm_edid.c:32: /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'connector_bad_edid': /kisskb/src/drivers/gpu/drm/drm_edid.c:1849:8: note: byref variable will be forcibly initialized char prefix[20]; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_do_probe_ddc_edid': /kisskb/src/drivers/gpu/drm/drm_edid.c:1798:18: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:1786:16: note: byref variable will be forcibly initialized unsigned char segment = block >> 1; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:1785:16: note: byref variable will be forcibly initialized unsigned char start = block * EDID_LENGTH; ^~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'linkinfo_to_kind_ops': /kisskb/src/net/core/rtnetlink.c:1945:8: note: byref variable will be forcibly initialized char kind[MODULE_NAME_LEN]; ^~~~ /kisskb/src/net/core/rtnetlink.c:1939:17: note: byref variable will be forcibly initialized struct nlattr *linfo[IFLA_INFO_MAX + 1]; ^~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_dev_get': /kisskb/src/net/core/rtnetlink.c:2959:7: note: byref variable will be forcibly initialized char buffer[ALTIFNAMSIZ]; ^~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_linkprop': /kisskb/src/net/core/rtnetlink.c:3666:11: note: byref variable will be forcibly initialized int err, rem; ^~~ /kisskb/src/net/core/rtnetlink.c:3664:7: note: byref variable will be forcibly initialized bool changed = false; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:3661:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX + 1]; ^~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode': /kisskb/src/drivers/gpu/drm/drm_edid.c:3429:27: note: byref variable will be forcibly initialized struct drm_display_mode cea_mode = *cea_mode_for_vic(vic); ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'do_set_proto_down': /kisskb/src/net/core/rtnetlink.c:2541:17: note: byref variable will be forcibly initialized struct nlattr *pdreason[IFLA_PROTO_DOWN_REASON_MAX + 1]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode_clock_tolerance': /kisskb/src/drivers/gpu/drm/drm_edid.c:3390:27: note: byref variable will be forcibly initialized struct drm_display_mode cea_mode = *cea_mode_for_vic(vic); ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnetlink_rcv_msg': /kisskb/src/net/core/rtnetlink.c:5530:32: note: byref variable will be forcibly initialized struct netlink_dump_control c = { ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'edid_vendor': /kisskb/src/drivers/gpu/drm/drm_edid.c:2115:7: note: byref variable will be forcibly initialized char edid_vendor[3]; ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/net/core/rtnetlink.c:15: /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_unregister_all': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:340:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tab[msgindex], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_stats_get': /kisskb/src/net/core/rtnetlink.c:5365:19: note: byref variable will be forcibly initialized int idxattr = 0, prividx = 0; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:5365:6: note: byref variable will be forcibly initialized int idxattr = 0, prividx = 0; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_cvt_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3096:11: note: byref variable will be forcibly initialized const u8 empty[3] = { 0, 0, 0 }; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:3095:12: note: byref variable will be forcibly initialized const int rates[] = { 60, 85, 75, 60, 50 }; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/remap_range.c:2: /kisskb/src/fs/remap_range.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_get': /kisskb/src/net/core/rtnetlink.c:4508:6: note: byref variable will be forcibly initialized u16 vid = 0; ^~~ /kisskb/src/net/core/rtnetlink.c:4507:6: note: byref variable will be forcibly initialized u8 *addr = NULL; ^~~~ /kisskb/src/net/core/rtnetlink.c:4506:6: note: byref variable will be forcibly initialized int br_idx = 0; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:4505:5: note: byref variable will be forcibly initialized u8 ndm_flags = 0; ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:4504:6: note: byref variable will be forcibly initialized int brport_idx = 0; ^~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:4502:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX + 1]; ^~ /kisskb/src/fs/remap_range.c: In function 'generic_remap_checks': /kisskb/src/fs/remap_range.c:35:11: note: byref variable will be forcibly initialized uint64_t count = *req_count; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_displayid_detailed_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:5330:24: note: byref variable will be forcibly initialized struct displayid_iter iter; ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_hdmi_mandatory_stereo_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3806:19: note: byref variable will be forcibly initialized struct list_head stereo_modes; ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_bridge_setlink': /kisskb/src/net/core/rtnetlink.c:4875:6: note: byref variable will be forcibly initialized int rem, err = -EOPNOTSUPP; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_bridge_dellink': /kisskb/src/net/core/rtnetlink.c:4952:6: note: byref variable will be forcibly initialized int rem, err = -EOPNOTSUPP; ^~~ /kisskb/src/fs/remap_range.c: In function 'generic_remap_file_range_prep': /kisskb/src/fs/remap_range.c:340:9: note: byref variable will be forcibly initialized bool is_same = false; ^~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_dump_ifinfo': /kisskb/src/net/core/rtnetlink.c:2076:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_probe_ddc': /kisskb/src/drivers/gpu/drm/drm_edid.c:2030:16: note: byref variable will be forcibly initialized unsigned char out; ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_getlink': /kisskb/src/net/core/rtnetlink.c:3565:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'do_setlink': /kisskb/src/net/core/rtnetlink.c:2893:18: note: byref variable will be forcibly initialized struct nlattr *xdp[IFLA_XDP_MAX + 1]; ^~~ /kisskb/src/net/core/rtnetlink.c:2868:7: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/net/core/rtnetlink.c:2850:18: note: byref variable will be forcibly initialized struct nlattr *port[IFLA_PORT_MAX+1]; ^~~~ /kisskb/src/net/core/rtnetlink.c:2818:7: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/net/core/rtnetlink.c:2815:18: note: byref variable will be forcibly initialized struct nlattr *port[IFLA_PORT_MAX+1]; ^~~~ /kisskb/src/net/core/rtnetlink.c:2792:7: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/net/core/rtnetlink.c:2790:18: note: byref variable will be forcibly initialized struct nlattr *vfinfo[IFLA_VF_MAX + 1]; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:2633:16: note: byref variable will be forcibly initialized struct ifmap k_map; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_find_cea_extension': /kisskb/src/drivers/gpu/drm/drm_edid.c:3272:6: note: byref variable will be forcibly initialized int ext_index = 0; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:3270:24: note: byref variable will be forcibly initialized struct displayid_iter iter; ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_hdmi_monitor': /kisskb/src/drivers/gpu/drm/drm_edid.c:4725:20: note: byref variable will be forcibly initialized int start_offset, end_offset; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4725:6: note: byref variable will be forcibly initialized int start_offset, end_offset; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_monitor_audio': /kisskb/src/drivers/gpu/drm/drm_edid.c:4764:20: note: byref variable will be forcibly initialized int start_offset, end_offset; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4764:6: note: byref variable will be forcibly initialized int start_offset, end_offset; ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_parse_cea_ext': /kisskb/src/drivers/gpu/drm/drm_edid.c:5076:16: note: byref variable will be forcibly initialized int i, start, end; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5076:9: note: byref variable will be forcibly initialized int i, start, end; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_eld': /kisskb/src/drivers/gpu/drm/drm_edid.c:4502:17: note: byref variable will be forcibly initialized int i, start, end; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4502:10: note: byref variable will be forcibly initialized int i, start, end; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/llc/llc_core.c:15: /kisskb/src/net/llc/llc_core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:4238:17: note: byref variable will be forcibly initialized int i, start, end; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4238:10: note: byref variable will be forcibly initialized int i, start, end; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/drm_edid.c:31: /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_alternate_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3556:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_sad': /kisskb/src/drivers/gpu/drm/drm_edid.c:4567:16: note: byref variable will be forcibly initialized int i, start, end, dbl; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4567:9: note: byref variable will be forcibly initialized int i, start, end, dbl; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_speaker_allocation': /kisskb/src/drivers/gpu/drm/drm_edid.c:4629:16: note: byref variable will be forcibly initialized int i, start, end, dbl; ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4629:9: note: byref variable will be forcibly initialized int i, start, end, dbl; ^~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_setlink': /kisskb/src/net/core/rtnetlink.c:2982:7: note: byref variable will be forcibly initialized char ifname[IFNAMSIZ]; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:2981:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/rtnetlink.c:17: /kisskb/src/net/core/rtnetlink.c: In function '__rtnl_newlink': /kisskb/src/net/core/rtnetlink.c:3486:13: note: byref variable will be forcibly initialized LIST_HEAD(list_kill); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/rtnetlink.c:3267:7: note: byref variable will be forcibly initialized char ifname[IFNAMSIZ]; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:3264:7: note: byref variable will be forcibly initialized char kind[MODULE_NAME_LEN]; ^~~~ /kisskb/src/net/core/rtnetlink.c:3261:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX + 1]; ^~ /kisskb/src/net/core/rtnetlink.c:3256:17: note: byref variable will be forcibly initialized struct nlattr *linkinfo[IFLA_INFO_MAX + 1]; ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c:3254:17: note: byref variable will be forcibly initialized struct nlattr *slave_attr[RTNL_SLAVE_MAX_TYPE + 1]; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_update_tile_info': /kisskb/src/drivers/gpu/drm/drm_edid.c:5976:24: note: byref variable will be forcibly initialized struct displayid_iter iter; ^~~~ /kisskb/src/drivers/gpu/drm/drm_rect.c: In function 'drm_rect_clip_scaled': /kisskb/src/drivers/gpu/drm/drm_rect.c:95:6: note: byref variable will be forcibly initialized int diff; ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/rtnetlink.c:17: /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_delete_link': /kisskb/src/net/core/rtnetlink.c:3056:12: note: byref variable will be forcibly initialized LIST_HEAD(list_kill); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_dellink': /kisskb/src/net/core/rtnetlink.c:3076:17: note: byref variable will be forcibly initialized struct nlattr *tb[IFLA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_add': /kisskb/src/net/core/rtnetlink.c:4000:6: note: byref variable will be forcibly initialized u16 vid; ^~~ /kisskb/src/net/core/rtnetlink.c:3997:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_del': /kisskb/src/net/core/rtnetlink.c:4109:6: note: byref variable will be forcibly initialized u16 vid; ^~~ /kisskb/src/net/core/rtnetlink.c:4105:17: note: byref variable will be forcibly initialized struct nlattr *tb[NDA_MAX+1]; ^~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_dump': /kisskb/src/net/core/rtnetlink.c:4346:6: note: byref variable will be forcibly initialized int fidx = 0; ^~~~ /kisskb/src/net/core/rtnetlink.c:4342:6: note: byref variable will be forcibly initialized int br_idx = 0; ^~~~~~ /kisskb/src/net/core/rtnetlink.c:4341:6: note: byref variable will be forcibly initialized int brport_idx = 0; ^~~~~~~~~~ /kisskb/src/lib/btree.c: In function 'btree_get_prev': /kisskb/src/lib/btree.c:316:35: note: byref variable will be forcibly initialized unsigned long *retry_key = NULL, key[MAX_KEYLEN]; ^~~ /kisskb/src/lib/btree.c: In function 'btree_merge': /kisskb/src/lib/btree.c:643:16: note: byref variable will be forcibly initialized unsigned long dup[MAX_KEYLEN]; ^~~ /kisskb/src/lib/btree.c:642:16: note: byref variable will be forcibly initialized unsigned long key[MAX_KEYLEN]; ^~~ /kisskb/src/net/qrtr/qrtr.c: In function '__qrtr_node_release': /kisskb/src/net/qrtr/qrtr.c:169:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_endpoint_unregister': /kisskb/src/net/qrtr/qrtr.c:617:24: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt *pkt; ^~~ /kisskb/src/net/qrtr/qrtr.c:616:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/net/qrtr/qrtr.c:615:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr dst = {AF_QIPCRTR, qrtr_local_nid, QRTR_PORT_CTRL}; ^~~ /kisskb/src/net/qrtr/qrtr.c:614:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr src = {AF_QIPCRTR, node->nid, QRTR_PORT_CTRL}; ^~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_getname': /kisskb/src/net/qrtr/qrtr.c:1114:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr qaddr; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/qrtr/qrtr.c:6: /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_tx_wait': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:816:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/qrtr/qrtr.c:288:8: note: in expansion of macro 'wait_event_interruptible_locked_irq' ret = wait_event_interruptible_locked_irq(flow->resume_tx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_send_resume_tx': /kisskb/src/net/qrtr/qrtr.c:998:24: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt *pkt; ^~~ /kisskb/src/net/qrtr/qrtr.c:997:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr local = { AF_QIPCRTR, cb->dst_node, cb->dst_port }; ^~~~~ /kisskb/src/net/qrtr/qrtr.c:996:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr remote = { AF_QIPCRTR, cb->src_node, cb->src_port }; ^~~~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_recvmsg': /kisskb/src/net/qrtr/qrtr.c:1029:14: note: byref variable will be forcibly initialized int copied, rc; ^~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_port_remove': /kisskb/src/net/qrtr/qrtr.c:686:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr to; ^~ /kisskb/src/net/qrtr/qrtr.c:683:24: note: byref variable will be forcibly initialized struct qrtr_ctrl_pkt *pkt; ^~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_reset_ports': /kisskb/src/net/qrtr/qrtr.c:754:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/qrtr/qrtr.c: In function '__qrtr_bind': /kisskb/src/net/qrtr/qrtr.c:775:6: note: byref variable will be forcibly initialized int port; ^~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_autobind': /kisskb/src/net/qrtr/qrtr.c:805:23: note: byref variable will be forcibly initialized struct sockaddr_qrtr addr; ^~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_sendmsg': /kisskb/src/net/qrtr/qrtr.c:903:6: note: byref variable will be forcibly initialized int rc; ^~ /kisskb/src/net/qrtr/qrtr.c:896:9: note: byref variable will be forcibly initialized __le32 qrtr_type = cpu_to_le32(QRTR_TYPE_DATA); ^~~~~~~~~ /kisskb/src/net/qrtr/qrtr.c: In function 'qrtr_ioctl': /kisskb/src/net/qrtr/qrtr.c:1144:15: note: byref variable will be forcibly initialized struct ifreq ifr; ^~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_page_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:997:22: note: byref variable will be forcibly initialized struct sg_page_iter page_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_gem_prime_export': /kisskb/src/drivers/gpu/drm/drm_prime.c:876:29: note: byref variable will be forcibly initialized struct dma_buf_export_info exp_info = { ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_dma_addr_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:1023:26: note: byref variable will be forcibly initialized struct sg_dma_page_iter dma_iter; ^~~~~~~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c: In function 'setup_clipping': /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:628:27: note: byref variable will be forcibly initialized struct cliplist col[16], row[16]; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:628:18: note: byref variable will be forcibly initialized struct cliplist col[16], row[16]; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c: In function 'video_release': /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:1157:25: note: byref variable will be forcibly initialized struct saa6588_command cmd; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c: In function 'radio_read': /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:1194:25: note: byref variable will be forcibly initialized struct saa6588_command cmd; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c: In function 'radio_poll': /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:1212:25: note: byref variable will be forcibly initialized struct saa6588_command cmd; ^~~ /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c: In function 'saa7134_s_ctrl': /kisskb/src/drivers/media/pci/saa7134/saa7134-video.c:1099:31: note: byref variable will be forcibly initialized struct v4l2_priv_tun_config tda9887_cfg; ^~~~~~~~~~~ /kisskb/src/net/nfc/rawsock.c: In function 'rawsock_recvmsg': /kisskb/src/net/nfc/rawsock.c:245:6: note: byref variable will be forcibly initialized int rc; ^~ /kisskb/src/net/nfc/rawsock.c: In function 'rawsock_sendmsg': /kisskb/src/net/nfc/rawsock.c:207:6: note: byref variable will be forcibly initialized int rc; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'add_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:346:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*list, export); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:339:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(export->next, *list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rm_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:361:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*p, (*p)->next); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_start': /kisskb/src/kernel/trace/trace.c:5800:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/nfc/core.c: In function 'nfc_dep_link_up': /kisskb/src/net/nfc/core.c:284:9: note: byref variable will be forcibly initialized size_t gb_len; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'trace_find_tgid_ptr': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:2483:13: note: in expansion of macro 'smp_load_acquire' int *map = smp_load_acquire(&tgid_map); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 't_start': /kisskb/src/kernel/trace/trace.c:4988:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/kernel/trace/trace.c:18: /kisskb/src/kernel/trace/trace.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'set_tracing_thresh': /kisskb/src/kernel/trace/trace.c:1505:16: note: byref variable will be forcibly initialized unsigned long threshold; ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_ftrace_now': /kisskb/src/kernel/trace/trace.c:777:6: note: byref variable will be forcibly initialized u64 ts; ^~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_write': /kisskb/src/kernel/trace/trace.c:8644:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_write': /kisskb/src/kernel/trace/trace.c:8993:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_write': /kisskb/src/kernel/trace/trace.c:6467:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_write': /kisskb/src/kernel/trace/trace.c:5903:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_show': /kisskb/src/kernel/trace/trace.c:5823:7: note: byref variable will be forcibly initialized char buf[TASK_COMM_LEN]; ^~~ /kisskb/src/net/core/utils.c: In function 'in4_pton': /kisskb/src/net/core/utils.c:124:5: note: byref variable will be forcibly initialized u8 dbuf[4]; ^~~~ /kisskb/src/kernel/trace/trace.c: In function '__find_next_entry': /kisskb/src/kernel/trace/trace.c:3598:19: note: byref variable will be forcibly initialized u64 next_ts = 0, ts; ^~ /kisskb/src/kernel/trace/trace.c:3596:16: note: byref variable will be forcibly initialized unsigned long lost_events = 0, next_lost = 0; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'get_total_entries': /kisskb/src/net/core/utils.c: In function 'in6_pton': /kisskb/src/net/core/utils.c:190:5: note: byref variable will be forcibly initialized u8 dbuf[16]; ^~~~ /kisskb/src/net/core/utils.c:188:14: note: byref variable will be forcibly initialized const char *s, *tok = NULL; ^ /kisskb/src/kernel/trace/trace.c:4158:19: note: byref variable will be forcibly initialized unsigned long t, e; ^ /kisskb/src/kernel/trace/trace.c:4158:16: note: byref variable will be forcibly initialized unsigned long t, e; ^ /kisskb/src/kernel/trace/trace.c: In function 'print_event_info': /kisskb/src/kernel/trace/trace.c:4211:16: note: byref variable will be forcibly initialized unsigned long entries; ^~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/link_watch.c:9: /kisskb/src/net/core/link_watch.c: In function '__linkwatch_run_queue': /kisskb/src/kernel/trace/trace.c:4210:16: note: byref variable will be forcibly initialized unsigned long total; ^~~~~ /kisskb/src/net/core/link_watch.c:178:12: note: byref variable will be forcibly initialized LIST_HEAD(wrk); ^~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_hex_fmt': /kisskb/src/kernel/trace/trace.c:4401:16: note: byref variable will be forcibly initialized unsigned char newline = '\n'; ^~~~~~~ In file included 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/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_write': /kisskb/src/kernel/trace/trace.c:7642:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/net/core/utils.c: In function 'inet6_pton': /kisskb/src/net/core/utils.c:337:8: note: byref variable will be forcibly initialized char scope_id[16]; ^~~~~~~~ /kisskb/src/net/core/utils.c:324:14: note: byref variable will be forcibly initialized const char *scope_delim; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_read': /kisskb/src/kernel/trace/trace.c:7688:7: note: byref variable will be forcibly initialized char buf[U64_STR_SIZE]; ^~~ /kisskb/src/net/core/utils.c: In function 'inet_pton_with_scope': /kisskb/src/net/core/utils.c:372:6: note: byref variable will be forcibly initialized u16 port_num; ^~~~~~~~ /kisskb/src/net/core/utils.c: In function 'inet_addr_is_any': /kisskb/src/net/core/utils.c:406:29: note: byref variable will be forcibly initialized const struct sockaddr_in6 in6_any = ^~~~~~~ /kisskb/src/net/core/utils.c: In function 'inet_proto_csum_replace16': /kisskb/src/net/core/utils.c:462:9: note: byref variable will be forcibly initialized __be32 diff[] = { ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_read': /kisskb/src/kernel/trace/trace.c:8979:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_total_entries_read': /kisskb/src/kernel/trace/trace.c:6996:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_read': /kisskb/src/kernel/trace/trace.c:6922:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_read': /kisskb/src/kernel/trace/trace.c:6111:7: note: byref variable will be forcibly initialized char buf[MAX_TRACER_SIZE+2]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_buffers_splice_read': /kisskb/src/kernel/trace/trace.c:8162:15: note: byref variable will be forcibly initialized struct page *pages_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c:8161:22: note: byref variable will be forcibly initialized struct partial_page partial_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_read': /kisskb/src/kernel/trace/trace.c:5860:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'test_can_verify_check': /kisskb/src/kernel/trace/trace.c:3734:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/trace/trace.c:3733:7: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_start': /kisskb/src/kernel/trace/trace.c:648:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ /kisskb/src/kernel/trace/trace.c: In function 'ftrace_trace_snapshot_callback': /kisskb/src/kernel/trace/trace.c:8477:8: note: byref variable will be forcibly initialized void *count = (void *)-1; ^~~~~ /kisskb/src/net/nfc/netlink.c: In function 'nfc_urelease_event_work': /kisskb/src/net/nfc/netlink.c:1780:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_write': /kisskb/src/kernel/trace/trace.c:8938:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_read': /kisskb/src/kernel/trace/trace.c:8923:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_read': /kisskb/src/kernel/trace/trace.c:6453:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_write': /kisskb/src/kernel/trace/trace.c:690:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/kernel/trace/trace.c:686:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c:685:22: note: byref variable will be forcibly initialized struct trace_parser parser; ^~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/nfc/netlink.c:18: /kisskb/src/net/nfc/netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/nfc/netlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/net/nfc/netlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_prop_cmd': /kisskb/src/net/nfc/nci/core.c:354:23: note: byref variable will be forcibly initialized struct nci_cmd_param param; ^~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_core_cmd': /kisskb/src/net/nfc/nci/core.c:368:23: note: byref variable will be forcibly initialized struct nci_cmd_param param; ^~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_set_config': /kisskb/src/net/nfc/nci/core.c:627:30: note: byref variable will be forcibly initialized struct nci_set_config_param param; ^~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_set_listen_parameters': /kisskb/src/net/nfc/nci/core.c:773:7: note: byref variable will be forcibly initialized __u8 val; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_nfcee_mode_set': /kisskb/src/net/nfc/nci/core.c:670:32: note: byref variable will be forcibly initialized struct nci_nfcee_mode_set_cmd cmd; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_event_buffer_commit': /kisskb/src/kernel/trace/trace.c:2910:26: note: byref variable will be forcibly initialized enum event_trigger_type tt = ETT_NONE; ^~ /kisskb/src/net/nfc/netlink.c: In function 'nfc_genl_fw_download': /kisskb/src/net/nfc/netlink.c:1219:7: note: byref variable will be forcibly initialized char firmware_name[NFC_FIRMWARE_NAME_MAXSIZE + 1]; ^~~~~~~~~~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_core_conn_create': /kisskb/src/net/nfc/nci/core.c:694:31: note: byref variable will be forcibly initialized struct core_conn_create_data data; ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk': /kisskb/src/kernel/trace/trace.c:3493:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk_buf': /kisskb/src/kernel/trace/trace.c:3538:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_open_device': /kisskb/src/net/nfc/nci/core.c:503:31: note: byref variable will be forcibly initialized struct nci_core_init_v2_cmd nci_init_v2_cmd = { ^~~~~~~~~~~~~~~ /kisskb/src/net/nfc/netlink.c: In function 'nfc_genl_llc_sdreq': /kisskb/src/net/nfc/netlink.c:1136:20: note: byref variable will be forcibly initialized struct hlist_head sdreq_list; ^~~~~~~~~~ /kisskb/src/net/nfc/netlink.c:1134:14: note: byref variable will be forcibly initialized int rc = 0, rem; ^~~ /kisskb/src/net/nfc/netlink.c:1130:24: note: byref variable will be forcibly initialized struct nlattr *attr, *sdp_attrs[NFC_SDP_ATTR_MAX+1]; ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_iter_reset': /kisskb/src/kernel/trace/trace.c:4032:6: note: byref variable will be forcibly initialized u64 ts; ^~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_register_device': /kisskb/src/net/nfc/nci/core.c:1206:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/kernel/trace/trace.c: In function 's_start': /kisskb/src/kernel/trace/trace.c:4067:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries_cpu': /kisskb/src/kernel/trace/trace.c:4173:23: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4173:16: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries': /kisskb/src/net/nfc/nci/core.c: In function 'nci_reset_req': /kisskb/src/net/nfc/nci/core.c:160:28: note: byref variable will be forcibly initialized struct nci_core_reset_cmd cmd; ^~~ /kisskb/src/kernel/trace/trace.c:4185:23: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4185:16: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_set_config_req': /kisskb/src/net/nfc/nci/core.c:221:33: note: byref variable will be forcibly initialized struct nci_core_set_config_cmd cmd; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'print_trace_header': /kisskb/src/kernel/trace/trace.c:4257:16: note: byref variable will be forcibly initialized unsigned long total; ^~~~~ /kisskb/src/kernel/trace/trace.c:4256:16: note: byref variable will be forcibly initialized unsigned long entries; ^~~~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_nfcee_discover_req': /kisskb/src/net/nfc/nci/core.c:643:32: note: byref variable will be forcibly initialized struct nci_nfcee_discover_cmd cmd; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_core_conn_close_req': /kisskb/src/net/nfc/nci/core.c:728:7: note: byref variable will be forcibly initialized __u8 conn_id = (unsigned long)opt; ^~~~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_rf_deactivate_req': /kisskb/src/net/nfc/nci/core.c:331:31: note: byref variable will be forcibly initialized struct nci_rf_deactivate_cmd cmd; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_rf_discover_select_req': /kisskb/src/net/nfc/nci/core.c:306:36: note: byref variable will be forcibly initialized struct nci_rf_discover_select_cmd cmd; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_rf_discover_req': /kisskb/src/net/nfc/nci/core.c:241:25: note: byref variable will be forcibly initialized struct nci_rf_disc_cmd cmd; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_init_complete_req': /kisskb/src/net/nfc/nci/core.c:178:29: note: byref variable will be forcibly initialized struct nci_rf_disc_map_cmd cmd; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_splice_read_pipe': /kisskb/src/kernel/trace/trace.c:6838:26: note: byref variable will be forcibly initialized struct splice_pipe_desc spd = { ^~~ /kisskb/src/kernel/trace/trace.c:6836:22: note: byref variable will be forcibly initialized struct partial_page partial_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6835:15: note: byref variable will be forcibly initialized struct page *pages_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_nfcc_loopback': /kisskb/src/net/nfc/nci/core.c:425:27: note: byref variable will be forcibly initialized struct nci_loopback_data loopback_data; ^~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_cpumask_write': /kisskb/src/net/nfc/nci/core.c: In function 'nci_activate_target': /kisskb/src/net/nfc/nci/core.c:865:38: note: byref variable will be forcibly initialized struct nci_rf_discover_select_param param; ^~~~~ /kisskb/src/kernel/trace/trace.c:5158:16: note: byref variable will be forcibly initialized cpumask_var_t tracing_cpumask_new; ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'set_tracer_flag': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:5301:4: note: in expansion of macro 'smp_store_release' smp_store_release(&tgid_map, map); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_core_write': /kisskb/src/kernel/trace/trace.c:8735:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'apply_trace_boot_options': /kisskb/src/kernel/trace/trace.c:5373:8: note: byref variable will be forcibly initialized char *buf = trace_boot_options_buf; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_trace_options_write': /kisskb/src/kernel/trace/trace.c:5397:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_set_local_general_bytes': /kisskb/src/net/nfc/nci/core.c:746:30: note: byref variable will be forcibly initialized struct nci_set_config_param param; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_write': /kisskb/src/kernel/trace/trace.c:6969:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/net/nfc/nci/core.c: In function 'nci_start_poll': /kisskb/src/net/nfc/nci/core.c:796:31: note: byref variable will be forcibly initialized struct nci_rf_discover_param param; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_snapshot_write': /kisskb/src/kernel/trace/trace.c:7398:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_write': /kisskb/src/kernel/trace/trace.c:6421:7: note: byref variable will be forcibly initialized char buf[MAX_TRACER_SIZE+1]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_clock_write': /kisskb/src/kernel/trace/trace.c:7237:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_init_tracefs_percpu': /kisskb/src/kernel/trace/trace.c:8581:7: note: byref variable will be forcibly initialized char cpu_dir[30]; /* 30 characters should be more than enough */ ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/slub.c:13: /kisskb/src/mm/slub.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c: In function 'slab_alloc_node': /kisskb/src/mm/slub.c:3117:21: note: byref variable will be forcibly initialized struct obj_cgroup *objcg = NULL; ^~~~~ /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized void *object; ^~~~~~ /kisskb/src/mm/slub.c: In function 'slab_alloc': /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3117:21: note: byref variable will be forcibly initialized struct obj_cgroup *objcg = NULL; ^~~~~ /kisskb/src/mm/slub.c: In function 'slab_fix': /kisskb/src/mm/slub.c:790:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/mm/slub.c: In function 'slab_bug': /kisskb/src/mm/slub.c:775:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/mm/slub.c: In function 'slab_err': /kisskb/src/mm/slub.c:870:7: note: byref variable will be forcibly initialized char buf[100]; ^~~ /kisskb/src/mm/slub.c:869:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/lib/libcrc32c.c:29: /kisskb/src/lib/libcrc32c.c: In function 'crc32c': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^~ /kisskb/src/lib/libcrc32c.c:40:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, tfm); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c: In function 'setup_slub_debug': /kisskb/src/mm/slub.c:1489:8: note: byref variable will be forcibly initialized char *slab_list; ^~~~~~~~~ /kisskb/src/mm/slub.c:1486:15: note: byref variable will be forcibly initialized slab_flags_t flags; ^~~~~ /kisskb/src/mm/slub.c: In function 'get_freepointer_safe': /kisskb/src/mm/slub.c:363:8: note: byref variable will be forcibly initialized void *p; ^ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc': /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized void *object; ^~~~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc_trace': /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function '__kmalloc': /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/mm/slub.c:14: /kisskb/src/mm/slub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/slub.c: In function '__kmalloc_track_caller': /kisskb/src/mm/slub.c:3113:8: note: byref variable will be forcibly initialized void *object; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_flip_work.c: In function 'flip_worker': /kisskb/src/drivers/gpu/drm/drm_flip_work.c:117:19: note: byref variable will be forcibly initialized struct list_head tasks; ^~~~~ /kisskb/src/mm/slub.c: In function 'kfree': /kisskb/src/mm/slub.c:4528:6: note: byref variable will be forcibly initialized void kfree(const void *x) ^~~~~ /kisskb/src/mm/slub.c:4528:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function 'cpu_partial_store': /kisskb/src/mm/slub.c:5388:15: note: byref variable will be forcibly initialized unsigned int objects; ^~~~~~~ /kisskb/src/mm/slub.c: In function 'min_partial_store': /kisskb/src/mm/slub.c:5368:16: note: byref variable will be forcibly initialized unsigned long min; ^~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_free': /kisskb/src/mm/slub.c:3494:6: note: byref variable will be forcibly initialized void kmem_cache_free(struct kmem_cache *s, void *x) ^~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c:3494:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function 'kmem_cache_free_bulk': /kisskb/src/mm/slub.c:3611:6: note: byref variable will be forcibly initialized void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c:3611:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3618:28: note: byref variable will be forcibly initialized struct detached_freelist df; ^~ /kisskb/src/mm/slub.c: In function 'deactivate_slab': /kisskb/src/mm/slub.c:2313:19: note: byref variable will be forcibly initialized void *nextfree, *freelist_iter, *freelist_tail; ^~~~~~~~~~~~~ /kisskb/src/mm/slub.c: In function 'get_partial_node': /kisskb/src/mm/slub.c:2104:6: note: byref variable will be forcibly initialized int objects; ^~~~~~~ /kisskb/src/mm/slub.c: In function '__kmem_cache_do_shrink': /kisskb/src/mm/slub.c:4566:19: note: byref variable will be forcibly initialized struct list_head promote[SHRINK_PROMOTE_MAX]; ^~~~~~~ /kisskb/src/mm/slub.c:4565:19: note: byref variable will be forcibly initialized struct list_head discard; ^~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/slub.c:13: /kisskb/src/mm/slub.c: In function 'free_partial': /kisskb/src/mm/slub.c:4243:12: note: byref variable will be forcibly initialized LIST_HEAD(discard); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/slub.c: In function '___slab_alloc': /kisskb/src/mm/slub.c:2875:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_flags': /kisskb/src/mm/slub.c:1556:15: note: byref variable will be forcibly initialized slab_flags_t block_flags; ^~~~~~~~~~~ /kisskb/src/mm/slub.c:1553:8: note: byref variable will be forcibly initialized char *iter; ^~~~ /kisskb/src/net/caif/cfsrvl.c: In function 'cfservl_modemcmd': /kisskb/src/net/caif/cfsrvl.c:131:7: note: byref variable will be forcibly initialized u8 flow_off = SRVL_FLOW_OFF; ^~~~~~~~ /kisskb/src/net/caif/cfsrvl.c:110:7: note: byref variable will be forcibly initialized u8 flow_on = SRVL_FLOW_ON; ^~~~~~~ /kisskb/src/mm/kfence/core.c: In function 'param_set_sample_interval': /kisskb/src/mm/kfence/core.c:56:16: note: byref variable will be forcibly initialized unsigned long num; ^~~ /kisskb/src/mm/kfence/core.c: In function 'kfence_guarded_free': /kisskb/src/mm/kfence/core.c:356:29: note: byref variable will be forcibly initialized struct kcsan_scoped_access assert_page_exclusive; ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/lib/genalloc.c:29: /kisskb/src/lib/genalloc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_alloc_align': /kisskb/src/lib/genalloc.c:398:28: note: byref variable will be forcibly initialized struct genpool_data_align data = { .align = align }; ^~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_zalloc_align': /kisskb/src/lib/genalloc.c:469:28: note: byref variable will be forcibly initialized struct genpool_data_align data = { .align = align }; ^~~~ /kisskb/src/lib/genalloc.c: In function 'of_gen_pool_get': /kisskb/src/lib/genalloc.c:884:14: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/usb/roles/class.c: In function 'role_store': /kisskb/src/drivers/usb/roles/class.c:243:8: note: byref variable will be forcibly initialized bool res; ^~~ /kisskb/src/fs/buffer.c: In function 'generic_cont_expand_simple': /kisskb/src/fs/buffer.c:2349:8: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/buffer.c:2348:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/buffer.c: In function 'cont_expand_zero': /kisskb/src/fs/buffer.c:2375:8: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/buffer.c:2374:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/buffer.c: In function 'clean_bdev_aliases': /kisskb/src/fs/buffer.c:1606:10: note: byref variable will be forcibly initialized pgoff_t index = block >> (PAGE_SHIFT - bd_inode->i_blkbits); ^~~~~ /kisskb/src/fs/buffer.c:1605:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/buffer.c: In function 'fsync_buffers_list': /kisskb/src/fs/buffer.c:679:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/buffer.c:676:19: note: byref variable will be forcibly initialized struct list_head tmp; ^~~ /kisskb/src/fs/buffer.c: In function 'write_boundary_block': /kisskb/src/fs/buffer.c:562:22: note: byref variable will be forcibly initialized struct buffer_head *bh = __find_get_block(bdev, bblock + 1, blocksize); ^~ /kisskb/src/net/nfc/hci/core.c: In function 'hci_dev_version': /kisskb/src/net/nfc/hci/core.c:523:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/net/nfc/hci/core.c: In function 'hci_dev_session_init': /kisskb/src/net/nfc/hci/core.c:466:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/fs/buffer.c: In function '__block_write_begin_int': /kisskb/src/fs/buffer.c:1978:34: note: byref variable will be forcibly initialized struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; ^~~~ /kisskb/src/fs/buffer.c:1978:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/net/nfc/hci/command.c:10: /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_execute_cmd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/net/nfc/hci/command.c:79:2: note: in expansion of macro 'wait_event' wait_event(ew_wq, hcp_ew.exec_complete == true); ^~~~~~~~~~ /kisskb/src/net/nfc/hci/command.c:60:25: note: byref variable will be forcibly initialized struct hcp_exec_waiter hcp_ew; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/net/nfc/hci/command.c:10: /kisskb/src/net/nfc/hci/command.c:59:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(ew_wq); ^~~~~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_clear_all_pipes': /kisskb/src/net/nfc/hci/command.c:253:5: note: byref variable will be forcibly initialized u8 param[2]; ^~~~~ /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_create_pipe': /kisskb/src/net/nfc/hci/command.c:218:32: note: byref variable will be forcibly initialized struct hci_create_pipe_params params; ^~~~~~ /kisskb/src/net/nfc/hci/command.c:217:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_open_pipe': /kisskb/src/net/nfc/hci/command.c:188:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/fs/buffer.c: In function 'block_truncate_page': /kisskb/src/fs/buffer.c:2879:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/net/nfc/hci/core.c: In function 'nfc_hci_target_discovered': /kisskb/src/net/nfc/hci/core.c:289:18: note: byref variable will be forcibly initialized struct sk_buff *uid_skb = NULL; ^~~~~~~ /kisskb/src/net/nfc/hci/core.c:288:18: note: byref variable will be forcibly initialized struct sk_buff *sak_skb = NULL; ^~~~~~~ /kisskb/src/net/nfc/hci/core.c:287:18: note: byref variable will be forcibly initialized struct sk_buff *atqa_skb = NULL; ^~~~~~~~ /kisskb/src/fs/buffer.c: In function 'nobh_truncate_page': /kisskb/src/fs/buffer.c:2801:21: note: byref variable will be forcibly initialized struct buffer_head map_bh; ^~~~~~ /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_connect_gate': /kisskb/src/net/nfc/hci/command.c:315:6: note: byref variable will be forcibly initialized int r; ^ /kisskb/src/fs/buffer.c: In function 'try_to_free_buffers': /kisskb/src/fs/buffer.c:3224:22: note: byref variable will be forcibly initialized struct buffer_head *buffers_to_free = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/buffer.c: In function '__breadahead': /kisskb/src/fs/buffer.c:1344:22: note: byref variable will be forcibly initialized struct buffer_head *bh = __getblk(bdev, block, size); ^~ /kisskb/src/fs/buffer.c: In function '__breadahead_gfp': /kisskb/src/fs/buffer.c:1355:22: note: byref variable will be forcibly initialized struct buffer_head *bh = __getblk_gfp(bdev, block, size, gfp); ^~ In file included from /kisskb/src/include/linux/poll.h:6, from /kisskb/src/include/media/v4l2-dev.h:13, from /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/media/v4l2-dev.h:15, from /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:12: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/include/media/v4l2-dev.h:13, from /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function 'v4l2_event_dequeue': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:72:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(fh->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function 'v4l2_event_unsubscribe_all': /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:279:33: note: byref variable will be forcibly initialized struct v4l2_event_subscription sub; ^~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy_generic': /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_btlazy2': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ In file included from /kisskb/src/fs/block_dev.c:11: /kisskb/src/fs/block_dev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy2': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/fs/block_dev.c: In function '__blkdev_direct_IO_simple': /kisskb/src/fs/block_dev.c:241:13: note: byref variable will be forcibly initialized struct bio bio; ^~~ /kisskb/src/fs/block_dev.c:238:17: note: byref variable will be forcibly initialized struct bio_vec inline_vecs[DIO_INLINE_BIO_VECS], *vecs; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/fs/block_dev.c: In function '__blkdev_direct_IO': /kisskb/src/fs/block_dev.c:376:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_greedy': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy_extDict_generic': /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/fs/block_dev.c: In function 'blkdev_write_iter': /kisskb/src/fs/block_dev.c:1436:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_greedy_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/fs/block_dev.c: In function 'lookup_bdev': /kisskb/src/fs/block_dev.c:1609:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy2_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/block_dev.c:9: /kisskb/src/fs/block_dev.c: In function 'bd_prepare_to_claim': /kisskb/src/fs/block_dev.c:997:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/block_dev.c:997:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_btlazy2_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^~~~~~~ /kisskb/src/fs/block_dev.c: In function 'blkdev_get_by_path': /kisskb/src/fs/block_dev.c:1291:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/lib/cpu_rmap.c: In function 'cpu_rmap_update': /kisskb/src/lib/cpu_rmap.c:158:16: note: byref variable will be forcibly initialized cpumask_var_t update_mask; ^~~~~~~~~~~ /kisskb/src/lib/fault-inject.c: In function 'setup_fault_attr': /kisskb/src/lib/fault-inject.c:23:6: note: byref variable will be forcibly initialized int space; ^~~~~ /kisskb/src/lib/fault-inject.c:22:6: note: byref variable will be forcibly initialized int times; ^~~~~ /kisskb/src/lib/fault-inject.c:21:16: note: byref variable will be forcibly initialized unsigned long interval; ^~~~~~~~ /kisskb/src/lib/fault-inject.c:20:16: note: byref variable will be forcibly initialized unsigned long probability; ^~~~~~~~~~~ /kisskb/src/net/caif/cfpkt_skbuff.c: In function 'cfpkt_add_body': /kisskb/src/net/caif/cfpkt_skbuff.c:175:18: note: byref variable will be forcibly initialized struct sk_buff *lastskb; ^~~~~~~ /kisskb/src/net/caif/cfpkt_skbuff.c: In function 'cfpkt_add_head': /kisskb/src/net/caif/cfpkt_skbuff.c:218:18: note: byref variable will be forcibly initialized struct sk_buff *lastskb; ^~~~~~~ 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/filter.h:11, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/kernel/bpf/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:12, 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 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/filter.h:11, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/xdp.h:409, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/kernel/bpf/core.c:2437: /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_exception': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_bulk_tx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_redirect_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_cpumap_enqueue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_devmap_xmit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_mem_disconnect': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_disconnect, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_disconnect, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_mem_connect': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_mem_return_failed': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' 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:2437: /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_exception': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_redirect_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' 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:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_atomic.c:32: /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ 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:2437: /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_exception': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_exception, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_bulk_tx': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_bulk_tx, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_enqueue, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:48:42: note: in expansion of macro '__CAST5' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:48:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:49:42: note: in expansion of macro '__CAST6' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(xdp_redirect_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:49:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST7' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' 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:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_cpumap_kthread, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_devmap_xmit': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(xdp_devmap_xmit, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_mem_disconnect': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_disconnect, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_disconnect, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_mem_connect': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_connect, ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_mem_return_failed': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mem_return_failed, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/arch/arm64/include/asm/sysreg.h:12, from /kisskb/src/arch/arm64/include/asm/cputype.h:144, from /kisskb/src/arch/arm64/include/asm/cache.h:8, 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/sync_file.h:17, from /kisskb/src/drivers/gpu/drm/drm_atomic.c:30: /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_atomic.c:32: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/bpf/core.c: In function 'bpf_prog_calc_tag': /kisskb/src/kernel/bpf/core.c:270:6: note: byref variable will be forcibly initialized u32 ws[SHA1_WORKSPACE_WORDS]; ^~ /kisskb/src/kernel/bpf/core.c:269:6: note: byref variable will be forcibly initialized u32 digest[SHA1_DIGEST_WORDS]; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_state_dump': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1660:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_state_info': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1717:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(m); ^ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_add_affected_connectors': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1204:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_atomic_helper_set_config': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1544:16: note: byref variable will be forcibly initialized int hdisplay, vdisplay; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c:1544:6: note: byref variable will be forcibly initialized int hdisplay, vdisplay; ^~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args512': /kisskb/src/kernel/bpf/core.c:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1780:1: note: in expansion of macro 'EVAL4' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1779:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' 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:1756:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1755:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1778:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1776:1: note: in expansion of macro 'EVAL4' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1775:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1767:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL1(FN, X) FN(X) ^~ /kisskb/src/kernel/bpf/core.c:1768:34: note: in expansion of macro 'EVAL1' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1768:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1769:34: note: in expansion of macro 'EVAL2' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1769:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1770:34: note: in expansion of macro 'EVAL3' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1770:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1771:34: note: in expansion of macro 'EVAL4' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1771:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1772:34: note: in expansion of macro 'EVAL5' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~~~~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' 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:1743:6: note: byref variable will be forcibly initialized u64 regs[MAX_BPF_EXT_REG]; \ ^~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ /kisskb/src/kernel/bpf/core.c:1742:6: note: byref variable will be forcibly initialized u64 stack[stack_size / sizeof(u64)]; \ ^~~~~ /kisskb/src/kernel/bpf/core.c:1772:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) ^~ /kisskb/src/kernel/bpf/core.c:1774:1: note: in expansion of macro 'EVAL6' EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); ^~~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, from /kisskb/src/include/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/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/include/linux/filter.h:10, 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:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/include/linux/prandom.h:80:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(prandom_seed_full_state, (pcpu_state)) ^~~~~~~ /kisskb/src/kernel/bpf/core.c:2301:2: note: in expansion of macro 'prandom_init_once' prandom_init_once(&bpf_user_rnd_state); ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/dim/net_dim.c: In function 'net_dim': /kisskb/src/lib/dim/net_dim.c:220:19: note: byref variable will be forcibly initialized struct dim_stats curr_stats; ^~~~~~~~~~ /kisskb/src/lib/nlattr.c: In function 'nla_find': /kisskb/src/lib/nlattr.c:701:6: note: byref variable will be forcibly initialized int rem; ^~~ In file included from /kisskb/src/lib/nlattr.c:16: /kisskb/src/lib/nlattr.c: In function 'nla_get_u64': /kisskb/src/include/net/netlink.h:1617:6: note: byref variable will be forcibly initialized u64 tmp; ^~~ /kisskb/src/lib/nlattr.c: In function 'nla_get_s64': /kisskb/src/include/net/netlink.h:1679:6: note: byref variable will be forcibly initialized s64 tmp; ^~~ /kisskb/src/lib/nlattr.c: In function 'nla_validate_range_unsigned': /kisskb/src/lib/nlattr.c:167:34: note: byref variable will be forcibly initialized struct netlink_range_validation range; ^~~~~ /kisskb/src/lib/nlattr.c: In function 'nla_validate_int_range_signed': /kisskb/src/lib/nlattr.c:271:41: note: byref variable will be forcibly initialized struct netlink_range_validation_signed range; ^~~~~ /kisskb/src/lib/nlattr.c: In function '__nla_validate_parse': /kisskb/src/lib/nlattr.c:565:6: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/lib/nlattr.c: In function 'nla_validate_array': /kisskb/src/lib/nlattr.c:90:6: note: byref variable will be forcibly initialized int rem; ^~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_initCCtx': /kisskb/src/lib/zstd/compress.c:124:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^~~~~~~~ /kisskb/src/lib/asn1_decoder.c: In function 'asn1_ber_decoder': /kisskb/src/lib/asn1_decoder.c:329:12: note: byref variable will be forcibly initialized size_t tmp = dp; ^~~ /kisskb/src/lib/asn1_decoder.c:178:34: note: byref variable will be forcibly initialized size_t pc = 0, dp = 0, tdp = 0, len = 0; ^~~ /kisskb/src/lib/asn1_decoder.c:177:14: note: byref variable will be forcibly initialized const char *errmsg; ^~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_insertBt1': /kisskb/src/lib/zstd/compress.c:1581:6: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_insertBtAndFindBestMatch': /kisskb/src/lib/zstd/compress.c:1665:6: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^~~~~~~ In file included from /kisskb/src/lib/zstd/compress.c:2270: /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_insertBtAndGetAllMatches': /kisskb/src/lib/zstd/zstd_opt.h:257:6: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressLiterals': /kisskb/src/lib/zstd/compress.c:502:14: note: byref variable will be forcibly initialized HUF_repeat repeat = zc->flagStaticHufTable; ^~~~~~ /kisskb/src/net/nfc/nci/data.c: In function 'nci_queue_tx_data_frags': /kisskb/src/net/nfc/nci/data.c:100:22: note: byref variable will be forcibly initialized struct sk_buff_head frags_q; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_loadZstdDictionary': /kisskb/src/lib/zstd/compress.c:2675:39: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2675:12: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2674:9: note: byref variable will be forcibly initialized short litlengthNCount[MaxLL + 1]; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2659:41: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2659:12: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2658:9: note: byref variable will be forcibly initialized short matchlengthNCount[MaxML + 1]; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2645:12: note: byref variable will be forcibly initialized unsigned offcodeLog; ^~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2631:11: note: byref variable will be forcibly initialized unsigned offcodeMaxValue = MaxOff; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:2630:8: note: byref variable will be forcibly initialized short offcodeNCount[MaxOff + 1]; ^~~~~~~~~~~~~ /kisskb/src/lib/strncpy_from_user.c: In function 'do_strncpy_from_user': /kisskb/src/lib/strncpy_from_user.c:38:20: note: byref variable will be forcibly initialized unsigned long c, data, mask; ^~~~ /kisskb/src/lib/strncpy_from_user.c:31:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_info': /kisskb/src/net/bluetooth/lib.c:141:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_err': /kisskb/src/net/bluetooth/lib.c:173:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_warn': /kisskb/src/net/bluetooth/lib.c:157:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_warn_ratelimited': /kisskb/src/net/bluetooth/lib.c:222:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/bluetooth/lib.c:221:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_err_ratelimited': /kisskb/src/net/bluetooth/lib.c:238:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/net/bluetooth/lib.c:237:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressSequences_internal': /kisskb/src/lib/zstd/compress.c:754:16: note: byref variable will be forcibly initialized FSE_CState_t stateLitLength; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:753:16: note: byref variable will be forcibly initialized FSE_CState_t stateOffsetBits; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:752:16: note: byref variable will be forcibly initialized FSE_CState_t stateMatchLength; ^~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:751:17: note: byref variable will be forcibly initialized BIT_CStream_t blockStream; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:716:7: note: byref variable will be forcibly initialized U32 max = MaxML; ^~~ /kisskb/src/lib/zstd/compress.c:684:7: note: byref variable will be forcibly initialized U32 max = MaxOff; ^~~ /kisskb/src/lib/zstd/compress.c:652:7: note: byref variable will be forcibly initialized U32 max = MaxLL; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_initCDict': /kisskb/src/lib/zstd/compress.c:2895:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressStream': /kisskb/src/lib/zstd/compress.c:3226:9: note: byref variable will be forcibly initialized size_t sizeWritten = output->size - output->pos; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:3225:9: note: byref variable will be forcibly initialized size_t sizeRead = input->size - input->pos; ^~~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_flushStream': /kisskb/src/lib/zstd/compress.c:3241:9: note: byref variable will be forcibly initialized size_t sizeWritten = output->size - output->pos; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:3240:9: note: byref variable will be forcibly initialized size_t srcSize = 0; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_endStream': /kisskb/src/lib/zstd/compress.c:3263:10: note: byref variable will be forcibly initialized size_t sizeWritten = output->size - output->pos; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress.c:3262:10: note: byref variable will be forcibly initialized size_t srcSize = 0; ^~~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_getParams': /kisskb/src/lib/zstd/compress.c:3440:35: note: byref variable will be forcibly initialized ZSTD_compressionParameters const cParams = ZSTD_getCParams(compressionLevel, srcSize, dictSize); ^~~~~~~ /kisskb/src/lib/zstd/compress.c:3439:18: note: byref variable will be forcibly initialized ZSTD_parameters params; ^~~~~~ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBegin_usingDict': /kisskb/src/lib/zstd/compress.c:2756:24: note: byref variable will be forcibly initialized ZSTD_parameters const params = ZSTD_getParams(compressionLevel, 0, dictSize); ^~~~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_find_interface': /kisskb/src/drivers/usb/core/usb.c:353:28: note: byref variable will be forcibly initialized struct find_interface_arg argb; ^~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_for_each_dev': /kisskb/src/drivers/usb/core/usb.c:395:22: note: byref variable will be forcibly initialized struct each_dev_arg arg = {data, fn}; ^~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_for_each_port': /kisskb/src/drivers/usb/core/usb.c:441:22: note: byref variable will be forcibly initialized struct each_hub_arg arg = {data, fn}; ^~~ /kisskb/src/kernel/events/core.c: In function '__perf_event_output': /kisskb/src/kernel/events/core.c:7455:27: note: byref variable will be forcibly initialized struct perf_event_header header; ^~~~~~ /kisskb/src/kernel/events/core.c:7454:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_groups_first': /kisskb/src/kernel/events/core.c:1744:21: note: byref variable will be forcibly initialized struct __group_key key = { ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_groups_next': /kisskb/src/kernel/events/core.c:1763:21: note: byref variable will be forcibly initialized struct __group_key key = { ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_iterate_sb_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:7572:3: note: in expansion of macro 'if' if (!smp_load_acquire(&event->ctx)) ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:7572:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&event->ctx)) ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/sbitmap.h:13, from /kisskb/src/lib/sbitmap.c:9: /kisskb/src/lib/sbitmap.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/bch.c: In function 'solve_linear_system': /kisskb/src/lib/bch.c:504:23: note: byref variable will be forcibly initialized int rem, c, r, p, k, param[BCH_MAX_M]; ^~~~~ /kisskb/src/lib/bch.c: In function 'find_poly_deg3_roots': /kisskb/src/lib/bch.c:673:40: note: byref variable will be forcibly initialized unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_get_pgtable_size': /kisskb/src/kernel/events/core.c:7172:15: note: byref variable will be forcibly initialized p4d_t *p4dp, p4d; ^~~ /kisskb/src/kernel/events/core.c:7171:15: note: byref variable will be forcibly initialized pgd_t *pgdp, pgd; ^~~ /kisskb/src/lib/bch.c: In function 'build_deg2_base': /kisskb/src/lib/bch.c:1186:45: note: byref variable will be forcibly initialized unsigned int sum, x, y, remaining, ak = 0, xi[BCH_MAX_M]; ^~ /kisskb/src/lib/bch.c: In function 'load_ecc8': /kisskb/src/lib/bch.c:189:10: note: byref variable will be forcibly initialized uint8_t pad[4] = {0, 0, 0, 0}; ^~~ /kisskb/src/lib/bch.c: In function 'store_ecc8': /kisskb/src/lib/bch.c:211:10: note: byref variable will be forcibly initialized uint8_t pad[4]; ^~~ /kisskb/src/lib/bch.c: In function 'find_poly_roots': /kisskb/src/lib/bch.c:945:23: note: byref variable will be forcibly initialized struct gf_poly *f1, *f2; ^~ /kisskb/src/lib/bch.c:945:18: note: byref variable will be forcibly initialized struct gf_poly *f1, *f2; ^~ /kisskb/src/lib/bch.c: In function 'compute_generator_polynomial': /kisskb/src/lib/bch.c:1237:9: note: byref variable will be forcibly initialized int n, err = 0; ^~~ /kisskb/src/lib/bch.c: In function 'bch_init': /kisskb/src/lib/bch.c:1322:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/lib/bch.c: In function 'bch_encode': /kisskb/src/lib/bch.c:247:14: note: byref variable will be forcibly initialized uint32_t w, r[BCH_ECC_MAX_WORDS]; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'subdev_do_ioctl': /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:651:15: note: byref variable will be forcibly initialized v4l2_std_id id; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:521:32: note: byref variable will be forcibly initialized struct v4l2_subdev_selection sel; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:503:32: note: byref variable will be forcibly initialized struct v4l2_subdev_selection sel; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'visit_groups_merge': /kisskb/src/kernel/events/core.c:3658:18: note: byref variable will be forcibly initialized struct min_heap event_heap; ^~~~~~~~~~ /kisskb/src/kernel/events/core.c:3657:21: note: byref variable will be forcibly initialized struct perf_event *itrs[2]; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c: In function 'v4l2_ctrl_query_fill': /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:71:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:70:6: note: byref variable will be forcibly initialized u64 step = _step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:69:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:68:6: note: byref variable will be forcibly initialized s64 min = _min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:67:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_log_append': /kisskb/src/lib/kunit/test.c:107:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/kunit/test.c:106:7: note: byref variable will be forcibly initialized char line[KUNIT_LOG_SIZE]; ^~~~ /kisskb/src/kernel/events/core.c: In function 'ctx_pinned_sched_in': /kisskb/src/kernel/events/core.c:3745:6: note: byref variable will be forcibly initialized int can_add_hw = 1; ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'ctx_flexible_sched_in': /kisskb/src/kernel/events/core.c:3759:6: note: byref variable will be forcibly initialized int can_add_hw = 1; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'v4l2_subdev_link_validate': /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:848:38: note: byref variable will be forcibly initialized struct v4l2_subdev_format sink_fmt, source_fmt; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:848:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format sink_fmt, source_fmt; ^~~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_case_catch_errors': /kisskb/src/lib/kunit/test.c:420:33: note: byref variable will be forcibly initialized struct kunit_try_catch_context context; ^~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c: In function 'v4l2_get_link_freq': /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:453:25: note: byref variable will be forcibly initialized struct v4l2_querymenu qm = { .id = V4L2_CID_LINK_FREQ }; ^~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'kvmalloc_array': /kisskb/src/lib/kunit/test.c: In function 'kunit_kmalloc_array': /kisskb/src/lib/kunit/test.c:727:36: note: byref variable will be forcibly initialized struct kunit_kmalloc_array_params params = { ^~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:12: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_bridge.c: In function 'select_bus_fmt_recursive': /kisskb/src/drivers/gpu/drm/drm_bridge.c:767:15: note: byref variable will be forcibly initialized unsigned int num_in_bus_fmts, i; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/842/842_compress.c:16: /kisskb/src/lib/842/842_compress.c: In function 'sw842_debugfs_create': /kisskb/src/lib/842/842_debugfs.h:27:8: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_bridge.c: In function 'drm_atomic_bridge_chain_select_bus_fmts': /kisskb/src/drivers/gpu/drm/drm_bridge.c:888:18: note: byref variable will be forcibly initialized unsigned int i, num_out_bus_fmts; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/kunit/test.h:16, from /kisskb/src/lib/kunit/test.c:9: /kisskb/src/lib/kunit/test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_swevent_init_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:13211:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(swhash->swevent_hlist, hlist); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'swevent_hlist_get_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:9514:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(swhash->swevent_hlist, hlist); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_tests': /kisskb/src/lib/kunit/test.c:504:29: note: byref variable will be forcibly initialized struct kunit_result_stats param_stats = { 0 }; ^~~~~~~~~~~ /kisskb/src/lib/kunit/test.c:503:16: note: byref variable will be forcibly initialized struct kunit test = { .param_value = NULL, .param_index = 0 }; ^~~~ /kisskb/src/lib/kunit/test.c:495:7: note: byref variable will be forcibly initialized char param_desc[KUNIT_PARAM_DESC_SIZE]; ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch': /kisskb/src/kernel/events/core.c:8684:27: note: byref variable will be forcibly initialized struct perf_switch_event switch_event; ^~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_task': /kisskb/src/kernel/events/core.c:7831:25: note: byref variable will be forcibly initialized struct perf_task_event task_event; ^~~~~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_do_assertion': /kisskb/src/lib/kunit/test.c:283:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_remove_from_owner': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:5040:4: note: in expansion of macro 'smp_store_release' smp_store_release(&event->owner, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'cpu_function_call': /kisskb/src/kernel/events/core.c:145:30: note: byref variable will be forcibly initialized struct remote_function_call data = { ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_stop': /kisskb/src/kernel/events/core.c:3088:25: note: byref variable will be forcibly initialized struct stop_event_data sd = { ^~ /kisskb/src/kernel/events/core.c: In function 'perf_event_read': /kisskb/src/kernel/events/core.c:4478:25: note: byref variable will be forcibly initialized struct perf_read_data data; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_read_one': /kisskb/src/kernel/events/core.c:5320:6: note: byref variable will be forcibly initialized u64 values[4]; ^~~~~~ /kisskb/src/kernel/events/core.c:5319:15: note: byref variable will be forcibly initialized u64 enabled, running; ^~~~~~~ /kisskb/src/kernel/events/core.c:5319:6: note: byref variable will be forcibly initialized u64 enabled, running; ^~~~~~~ /kisskb/src/kernel/events/core.c: In function 'task_function_call': /kisskb/src/kernel/events/core.c:110:30: note: byref variable will be forcibly initialized struct remote_function_call data = { ^~~~ /kisskb/src/kernel/events/core.c: In function 'event_function_call': /kisskb/src/kernel/events/core.c:264:31: note: byref variable will be forcibly initialized struct event_function_struct efs = { ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/kunit/test.h:15, from /kisskb/src/lib/kunit/try-catch.c:10: /kisskb/src/lib/kunit/try-catch.c: In function 'kunit_try_catch_run': /kisskb/src/lib/kunit/try-catch.c:60:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(try_completion); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:8: /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:9: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:234:8: note: in expansion of macro 'wait_event_interruptible_timeout' err = wait_event_interruptible_timeout(hdev->req_wait_q, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:197:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'interleave_scan_work': /kisskb/src/net/bluetooth/hci_request.c:2042:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'le_scan_restart_work': /kisskb/src/net/bluetooth/hci_request.c:3099:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read_group': /kisskb/src/kernel/events/core.c:6870:6: note: byref variable will be forcibly initialized u64 values[5]; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'le_scan_disable_work': /kisskb/src/net/bluetooth/hci_request.c:3003:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read_one': /kisskb/src/kernel/events/core.c:6846:6: note: byref variable will be forcibly initialized u64 values[4]; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'discoverable_update_work': /kisskb/src/net/bluetooth/hci_request.c:2835:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'connectable_update_work': /kisskb/src/net/bluetooth/hci_request.c:2722:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'send_initial_event': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:44:20: note: byref variable will be forcibly initialized struct v4l2_event ev; ^~ /kisskb/src/kernel/events/core.c:6919:32: note: byref variable will be forcibly initialized u64 enabled = 0, running = 0, now; ^~~ /kisskb/src/kernel/events/core.c:6919:19: note: byref variable will be forcibly initialized u64 enabled = 0, running = 0, now; ^~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'send_event': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:55:20: note: byref variable will be forcibly initialized struct v4l2_event ev; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'bg_scan_update': /kisskb/src/net/bluetooth/hci_request.c:2947:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/kernel/events/core.c:6919:6: note: byref variable will be forcibly initialized u64 enabled = 0, running = 0, now; ^~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'discov_update': /kisskb/src/net/bluetooth/hci_request.c:3343:5: note: byref variable will be forcibly initialized u8 status = 0; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_cmd_sync_ev': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:147:8: note: in expansion of macro 'wait_event_interruptible_timeout' err = wait_event_interruptible_timeout(hdev->req_wait_q, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:131:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_pin_task_context': /kisskb/src/kernel/events/core.c:1506:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'del_from_accept_list': /kisskb/src/net/bluetooth/hci_request.c:766:42: note: byref variable will be forcibly initialized struct hci_cp_le_del_from_resolv_list cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:751:40: note: byref variable will be forcibly initialized struct hci_cp_le_del_from_accept_list cp; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'add_to_accept_list': /kisskb/src/net/bluetooth/hci_request.c:821:40: note: byref variable will be forcibly initialized struct hci_cp_le_add_to_resolv_list cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:782:38: note: byref variable will be forcibly initialized struct hci_cp_le_add_to_accept_list cp; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'update_accept_list': /kisskb/src/net/bluetooth/hci_request.c:845:5: note: byref variable will be forcibly initialized u8 num_entries = 0; ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_start_scan': /kisskb/src/net/bluetooth/hci_request.c:1006:36: note: byref variable will be forcibly initialized struct hci_cp_le_set_scan_enable enable_cp; ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1005:35: note: byref variable will be forcibly initialized struct hci_cp_le_set_scan_param param_cp; ^~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:959:6: note: byref variable will be forcibly initialized u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2]; ^~~~ /kisskb/src/net/bluetooth/hci_request.c:957:40: note: byref variable will be forcibly initialized struct hci_cp_le_set_ext_scan_enable ext_enable_cp; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:947:6: note: byref variable will be forcibly initialized u8 enable = 0x01; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_clear_event_filter': /kisskb/src/net/bluetooth/hci_request.c:1158:33: note: byref variable will be forcibly initialized struct hci_cp_set_event_filter f; ^ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_set_event_filter': /kisskb/src/net/bluetooth/hci_request.c:1175:5: note: byref variable will be forcibly initialized u8 scan = SCAN_DISABLED; ^~~~ /kisskb/src/net/bluetooth/hci_request.c:1173:33: note: byref variable will be forcibly initialized struct hci_cp_set_event_filter f; ^ 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:10135:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'bredr_inquiry': /kisskb/src/net/bluetooth/hci_request.c:2974:24: note: byref variable will be forcibly initialized struct hci_cp_inquiry cp; ^~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample_ustack': /kisskb/src/kernel/events/core.c:6624:7: note: byref variable will be forcibly initialized u64 dyn_size; ^~~~~~~~ /kisskb/src/kernel/events/core.c:6619:7: note: byref variable will be forcibly initialized u64 size = 0; ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'write_iac': /kisskb/src/net/bluetooth/hci_request.c:2771:38: note: byref variable will be forcibly initialized struct hci_cp_write_current_iac_lap cp; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_write_fast_connectable': /kisskb/src/net/bluetooth/hci_request.c:357:5: note: byref variable will be forcibly initialized u8 type; ^~~~ /kisskb/src/net/bluetooth/hci_request.c:356:41: note: byref variable will be forcibly initialized struct hci_cp_write_page_scan_activity acp; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample_regs': /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_name': /kisskb/src/kernel/events/core.c:6528:7: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/net/bluetooth/hci_request.c:517:33: note: byref variable will be forcibly initialized struct hci_cp_write_local_name cp; ^~ 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:264, from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c:6524:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(_mask, 64); ^~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_eir': /kisskb/src/net/bluetooth/hci_request.c:685:26: note: byref variable will be forcibly initialized struct hci_cp_write_eir cp; ^~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:26: /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_custom': /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_add_le_scan_disable': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1374:6: note: byref variable will be forcibly initialized s64 def = cfg->def; ^~~ /kisskb/src/net/bluetooth/hci_request.c:742:8: note: byref variable will be forcibly initialized __u8 enable = 0x00; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c:731:36: note: byref variable will be forcibly initialized struct hci_cp_le_set_scan_enable cp; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1373:6: note: byref variable will be forcibly initialized u64 step = cfg->step; ^~~~ /kisskb/src/net/bluetooth/hci_request.c:724:40: note: byref variable will be forcibly initialized struct hci_cp_le_set_ext_scan_enable cp; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1372:6: note: byref variable will be forcibly initialized s64 max = cfg->max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1371:6: note: byref variable will be forcibly initialized s64 min = cfg->min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1370:6: note: byref variable will be forcibly initialized u32 flags = cfg->flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1369:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type = cfg->type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1366:14: note: byref variable will be forcibly initialized const char *name = cfg->name; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_virt_to_phys': /kisskb/src/kernel/events/core.c:7131:15: note: byref variable will be forcibly initialized struct page *p = NULL; ^ /kisskb/src/net/bluetooth/hci_request.c: In function 'le_scan_restart': /kisskb/src/net/bluetooth/hci_request.c:3083:36: note: byref variable will be forcibly initialized struct hci_cp_le_set_scan_enable cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:3074:40: note: byref variable will be forcibly initialized struct hci_cp_le_set_ext_scan_enable ext_enable_cp; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1411:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1410:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'append_local_name': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1409:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm_event': /kisskb/src/net/bluetooth/hci_request.c:1656:6: note: byref variable will be forcibly initialized u8 name[HCI_MAX_SHORT_NAME_LENGTH + 1]; ^~~~ /kisskb/src/kernel/events/core.c:7923:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std_menu': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1440:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_fill_ns_link_info': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1439:6: note: byref variable will be forcibly initialized u64 step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1438:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1437:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/kernel/events/core.c:8024:14: note: byref variable will be forcibly initialized struct path ns_path; ^~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1436:6: note: byref variable will be forcibly initialized s64 min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1435:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1434:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1433:15: note: byref variable will be forcibly initialized unsigned int qmenu_int_len = 0; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_scan_rsp_data': /kisskb/src/net/bluetooth/hci_request.c:1747:38: note: byref variable will be forcibly initialized struct hci_cp_le_set_scan_rsp_data cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:1722:5: note: byref variable will be forcibly initialized } pdu; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std_menu_items': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1470:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap_event': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1469:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1468:6: note: byref variable will be forcibly initialized s64 min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1467:6: note: byref variable will be forcibly initialized u64 step; ^~~~ /kisskb/src/kernel/events/core.c:8307:7: note: byref variable will be forcibly initialized char tmp[16]; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1466:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1465:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1464:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std_compound': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1500:22: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1500:16: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1500:11: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1500:6: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1499:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_adv_data': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1498:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/net/bluetooth/hci_request.c:1893:33: note: byref variable will be forcibly initialized struct hci_cp_le_set_adv_data cp; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1497:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/net/bluetooth/hci_request.c:1871:5: note: byref variable will be forcibly initialized } pdu; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_int_menu': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1524:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1523:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1522:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1521:6: note: byref variable will be forcibly initialized u64 step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1520:6: note: byref variable will be forcibly initialized s64 min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1519:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1518:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_update_adv_data': /kisskb/src/net/bluetooth/hci_request.c:1915:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_disable_address_resolution': /kisskb/src/net/bluetooth/hci_request.c:1932:7: note: byref variable will be forcibly initialized __u8 enable = 0x00; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1931:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_get_random_address': /kisskb/src/net/bluetooth/hci_request.c:2108:12: note: byref variable will be forcibly initialized bdaddr_t nrpa; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2088:4: note: in expansion of macro 'if' if (rpa_valid(hdev)) ^~ /kisskb/src/include/net/bluetooth/hci_core.h:1428:50: note: in expansion of macro 'BDADDR_ANY' #define rpa_valid(dev) (bacmp(&dev->rpa, BDADDR_ANY) && \ ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2088:8: note: in expansion of macro 'rpa_valid' if (rpa_valid(hdev)) ^~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2085:4: note: in expansion of macro 'if' if (adv_rpa_valid(adv_instance)) ^~ /kisskb/src/include/net/bluetooth/hci_core.h:1430:58: note: in expansion of macro 'BDADDR_ANY' #define adv_rpa_valid(adv) (bacmp(&adv->random_addr, BDADDR_ANY) && \ ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2085:8: note: in expansion of macro 'adv_rpa_valid' if (adv_rpa_valid(adv_instance)) ^~~~~~~~~~~~~ In file included from /kisskb/src/net/bluetooth/hci_request.c:26: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_request.c:2069:19: note: in expansion of macro 'BDADDR_ANY' bacpy(rand_addr, BDADDR_ANY); ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'atomic_remove_fb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:955:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ In file included from /kisskb/src/kernel/events/core.c:18: /kisskb/src/kernel/events/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_setup_ext_adv_instance': /kisskb/src/net/bluetooth/hci_request.c:2259:42: note: byref variable will be forcibly initialized struct hci_cp_le_set_adv_set_rand_addr cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:2173:5: note: byref variable will be forcibly initialized u8 own_addr_type; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2172:11: note: byref variable will be forcibly initialized bdaddr_t random_addr; ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2168:38: note: byref variable will be forcibly initialized struct hci_cp_le_set_ext_adv_params cp; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2257:2: note: in expansion of macro 'if' if (own_addr_type == ADDR_LE_DEV_RANDOM && ^~ /kisskb/src/net/bluetooth/hci_request.c:2258:26: note: in expansion of macro 'BDADDR_ANY' bacmp(&random_addr, BDADDR_ANY)) { ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_enable_ext_advertising': /kisskb/src/net/bluetooth/hci_request.c:2295:5: note: byref variable will be forcibly initialized u8 data[sizeof(*cp) + sizeof(*adv_set) * 1]; ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_disable_ext_adv_instance': /kisskb/src/net/bluetooth/hci_request.c:2340:5: note: byref variable will be forcibly initialized u8 data[sizeof(*cp) + sizeof(*adv_set) * 1]; ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_disable_advertising': /kisskb/src/net/bluetooth/hci_request.c:1454:6: note: byref variable will be forcibly initialized u8 enable = 0x00; ^~~~~~ /kisskb/src/kernel/trace/trace_seq.c: In function 'trace_seq_printf': /kisskb/src/kernel/trace/trace_seq.c:84:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_update_random_address': /kisskb/src/net/bluetooth/hci_request.c:2571:12: note: byref variable will be forcibly initialized bdaddr_t nrpa; ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2602:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_FORCE_STATIC_ADDR) || ^~ /kisskb/src/net/bluetooth/hci_request.c:2605:33: note: in expansion of macro 'BDADDR_ANY' bacmp(&hdev->static_addr, BDADDR_ANY))) { ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2602:2: note: in expansion of macro 'if' if (hci_dev_test_flag(hdev, HCI_FORCE_STATIC_ADDR) || ^~ /kisskb/src/net/bluetooth/hci_request.c:2603:28: note: in expansion of macro 'BDADDR_ANY' !bacmp(&hdev->bdaddr, BDADDR_ANY) || ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2552:3: note: in expansion of macro 'if' if (rpa_valid(hdev)) ^~ /kisskb/src/include/net/bluetooth/hci_core.h:1428:50: note: in expansion of macro 'BDADDR_ANY' #define rpa_valid(dev) (bacmp(&dev->rpa, BDADDR_ANY) && \ ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2552:7: note: in expansion of macro 'rpa_valid' if (rpa_valid(hdev)) ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_fb_release': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:777:28: note: byref variable will be forcibly initialized struct drm_mode_rmfb_work arg; ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_add_le_passive_scan': /kisskb/src/net/bluetooth/hci_request.c:1053:5: note: byref variable will be forcibly initialized u8 own_addr_type; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_mode_rmfb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:465:29: note: byref variable will be forcibly initialized struct drm_mode_rmfb_work arg; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mux_interval_ms_store': /kisskb/src/kernel/events/core.c:10901:6: note: byref variable will be forcibly initialized int timer, cpu, ret; ^~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_enable_advertising': /kisskb/src/net/bluetooth/hci_request.c:1560:20: note: byref variable will be forcibly initialized u8 own_addr_type, enable = 0x01; ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1560:5: note: byref variable will be forcibly initialized u8 own_addr_type, enable = 0x01; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1559:33: note: byref variable will be forcibly initialized struct hci_cp_le_set_adv_param cp; ^~ /kisskb/src/lib/842/842_decompress.c: In function '__split_next_bits': /kisskb/src/lib/842/842_decompress.c:69:6: note: byref variable will be forcibly initialized u64 tmp = 0; ^~~ /kisskb/src/lib/842/842_decompress.c: In function 'do_data': /kisskb/src/lib/842/842_decompress.c:133:6: note: byref variable will be forcibly initialized u64 v; ^ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_resume_adv_instances': /kisskb/src/net/bluetooth/hci_request.c:1259:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/lib/842/842_decompress.c: In function '__do_index': /kisskb/src/lib/842/842_decompress.c:165:6: note: byref variable will be forcibly initialized u64 index, offset, total = round_down(p->out - p->ostart, 8); ^~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'adv_timeout_expire': /kisskb/src/net/bluetooth/hci_request.c:1981:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/lib/842/842_decompress.c: In function 'sw842_decompress': /kisskb/src/lib/842/842_decompress.c:283:6: note: byref variable will be forcibly initialized u64 crc; ^~~ /kisskb/src/lib/842/842_decompress.c:282:20: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^~~~~ /kisskb/src/lib/842/842_decompress.c:282:15: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^~~ /kisskb/src/lib/842/842_decompress.c:282:10: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^~~ /kisskb/src/lib/842/842_decompress.c:282:6: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^~ /kisskb/src/lib/842/842_decompress.c:280:21: note: byref variable will be forcibly initialized struct sw842_param p; ^ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_reenable_advertising': /kisskb/src/net/bluetooth/hci_request.c:1952:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_framebuffer_info': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:1208:21: note: byref variable will be forcibly initialized struct drm_printer p = drm_seq_file_printer(m); ^ /kisskb/src/net/bluetooth/hci_request.c: In function 'active_scan': /kisskb/src/net/bluetooth/hci_request.c:3148:5: note: byref variable will be forcibly initialized u8 own_addr_type; ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_scan': /kisskb/src/net/bluetooth/hci_request.c:2642:5: note: byref variable will be forcibly initialized u8 scan; ^~~~ In file included from /kisskb/src/lib/842/842_decompress.c:14: /kisskb/src/lib/842/842_decompress.c: In function 'sw842_debugfs_create': /kisskb/src/lib/842/842_debugfs.h:27:8: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_prepare_suspend': /kisskb/src/net/bluetooth/hci_request.c:1308:5: note: byref variable will be forcibly initialized u8 page_scan; ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1307:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_parse_addr_filter': /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_class': /kisskb/src/net/bluetooth/hci_request.c:2742:5: note: byref variable will be forcibly initialized u8 cod[3]; ^~~ /kisskb/src/kernel/events/core.c:10291:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'powered_update_hci': /kisskb/src/net/bluetooth/hci_request.c:3413:41: note: byref variable will be forcibly initialized struct hci_cp_write_le_host_supported cp; ^~ /kisskb/src/net/bluetooth/hci_request.c:3404:7: note: byref variable will be forcibly initialized u8 support = 0x01; ^~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:3399:6: note: byref variable will be forcibly initialized u8 mode = 0x01; ^~~~ /kisskb/src/net/bluetooth/hci_request.c:3393:5: note: byref variable will be forcibly initialized u8 link_sec; ^~~~~~~~ /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_8': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized u8 tmp, *ptr; ^~~ /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_8': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_8_no_cache': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_8_no_cache': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized 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/net/core/filter.c: In function '____bpf_skb_load_helper_16': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized u16 tmp, *ptr; ^~~ /kisskb/src/kernel/events/core.c:10444:12: note: byref variable will be forcibly initialized LIST_HEAD(filters); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_abort_conn': /kisskb/src/net/bluetooth/hci_request.c:2888:39: note: byref variable will be forcibly initialized struct hci_cp_reject_sync_conn_req rej; ^~~ /kisskb/src/net/bluetooth/hci_request.c:2880:34: note: byref variable will be forcibly initialized struct hci_cp_reject_conn_req rej; ^~~ /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_16': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/hci_request.c:2855:29: note: byref variable will be forcibly initialized struct hci_cp_disconnect dc; ^~ /kisskb/src/net/bluetooth/hci_request.c:2848:35: note: byref variable will be forcibly initialized struct hci_cp_disconn_phy_link cp; ^~ /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_16_no_cache': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_abort_conn': /kisskb/src/net/bluetooth/hci_request.c:2918:21: note: byref variable will be forcibly initialized struct hci_request req; ^~~ /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_16_no_cache': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_stop_discovery': /kisskb/src/net/bluetooth/hci_request.c:3286:39: note: byref variable will be forcibly initialized struct hci_cp_remote_name_req_cancel cp; ^~ In file included from /kisskb/src/net/bluetooth/hci_request.c:26: /kisskb/src/include/net/bluetooth/bluetooth.h:270:34: note: byref variable will be forcibly initialized #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) ^ /kisskb/src/net/bluetooth/hci_request.c:3316:46: note: in expansion of macro 'BDADDR_ANY' e = hci_inquiry_cache_lookup_resolve(hdev, BDADDR_ANY, ^~~~~~~~~~ /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_32': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized u32 tmp, *ptr; ^~~ /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_32': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_32_no_cache': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_32_no_cache': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'find_get_context': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:4678:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(task->perf_event_ctxp[ctxn], ctx); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:4607:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_install_in_context': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:2854:2: note: in expansion of macro 'smp_store_release' smp_store_release(&event->ctx, ctx); ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/filter.c: In function '____bpf_msg_push_data': /kisskb/src/net/core/filter.c:2706:21: note: byref variable will be forcibly initialized struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_update_userpage': /kisskb/src/kernel/events/core.c:5825:24: note: byref variable will be forcibly initialized u64 enabled, running, now; ^~~ /kisskb/src/kernel/events/core.c:5825:15: note: byref variable will be forcibly initialized u64 enabled, running, now; ^~~~~~~ /kisskb/src/kernel/events/core.c:5825:6: note: byref variable will be forcibly initialized u64 enabled, running, now; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'ring_buffer_attach': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:5953:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(event->rb, rb); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/filter.c: In function '____bpf_skb_get_tunnel_key': /kisskb/src/net/core/filter.c:4204:5: note: byref variable will be forcibly initialized u8 compat[sizeof(struct bpf_tunnel_key)]; ^~~~~~ /kisskb/src/net/core/filter.c: In function '____bpf_skb_set_tunnel_key': /kisskb/src/net/core/filter.c:4310:5: note: byref variable will be forcibly initialized u8 compat[sizeof(struct bpf_tunnel_key)]; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_aux_sample_output': /kisskb/src/kernel/events/core.c:6763:7: note: byref variable will be forcibly initialized u64 zero = 0; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_throttle': /kisskb/src/kernel/events/core.c:8725:4: note: byref variable will be forcibly initialized } throttle_event = { ^~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:8717:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8716:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_swevent_hrtimer': /kisskb/src/kernel/events/core.c:10524:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_itrace_start': /kisskb/src/kernel/events/core.c:9048:4: note: byref variable will be forcibly initialized } rec; ^~~ /kisskb/src/kernel/events/core.c:9043:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:9042:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch_output': /kisskb/src/kernel/events/core.c:8646:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8645:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_read_event': /kisskb/src/kernel/events/core.c:7517:25: note: byref variable will be forcibly initialized struct perf_read_event read_event = { ^~~~~~~~~~ /kisskb/src/kernel/events/core.c:7516:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:7515:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_task_output': /kisskb/src/kernel/events/core.c:7789:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:7788:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm_output': /kisskb/src/kernel/events/core.c:7893:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:7892:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces_output': /kisskb/src/kernel/events/core.c:7992:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:7991:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap_output': /kisskb/src/kernel/events/core.c:8274:7: note: byref variable will be forcibly initialized u8 size[4] = { (u8) mmap_event->build_id_size, 0, 0, 0 }; ^~~~ /kisskb/src/kernel/events/core.c:8237:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8236:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_ksymbol_output': /kisskb/src/kernel/events/core.c:8776:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8775:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_bpf_output': /kisskb/src/kernel/events/core.c:8866:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8865:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_text_poke_output': /kisskb/src/kernel/events/core.c:8975:6: note: byref variable will be forcibly initialized u64 padding = 0; ^~~~~~~ /kisskb/src/kernel/events/core.c:8974:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8973:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample': /kisskb/src/kernel/events/core.c:7078:7: note: byref variable will be forcibly initialized u64 abi = data->regs_intr.abi; ^~~ /kisskb/src/kernel/events/core.c:7046:7: note: byref variable will be forcibly initialized u64 abi = data->regs_user.abi; ^~~ /kisskb/src/kernel/events/core.c:7040:8: note: byref variable will be forcibly initialized u64 nr = 0; ^~ /kisskb/src/kernel/events/core.c:7017:6: note: byref variable will be forcibly initialized } raw = { ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/sock_diag.h:5, from /kisskb/src/net/core/filter.c:26: /kisskb/src/net/core/filter.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm': /kisskb/src/kernel/events/core.c:7942:25: note: byref variable will be forcibly initialized struct perf_comm_event comm_event; ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces': /kisskb/src/kernel/events/core.c:8039:31: note: byref variable will be forcibly initialized struct perf_namespaces_event namespaces_event; ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap': /kisskb/src/kernel/events/core.c:8522:25: note: byref variable will be forcibly initialized struct perf_mmap_event mmap_event; ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_aux_event': /kisskb/src/kernel/events/core.c:8565:4: note: byref variable will be forcibly initialized } rec = { ^~~ /kisskb/src/kernel/events/core.c:8559:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8558:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_lost_samples': /kisskb/src/kernel/events/core.c:8601:4: note: byref variable will be forcibly initialized } lost_samples_event = { ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:8595:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8594:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_ksymbol': /kisskb/src/kernel/events/core.c:8800:7: note: byref variable will be forcibly initialized char name[KSYM_NAME_LEN]; ^~~~ /kisskb/src/kernel/events/core.c:8799:28: note: byref variable will be forcibly initialized struct perf_ksymbol_event ksymbol_event; ^~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_bpf_event': /kisskb/src/kernel/events/core.c:8913:24: note: byref variable will be forcibly initialized struct perf_bpf_event bpf_event; ^~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_text_poke': /kisskb/src/kernel/events/core.c:9006:30: note: byref variable will be forcibly initialized struct perf_text_poke_event text_poke_event; ^~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function '___perf_sw_event': 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/sock_diag.h:5, from /kisskb/src/net/core/filter.c:26: /kisskb/src/net/core/filter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/events/core.c:9393:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_tp_event': /kisskb/src/kernel/events/core.c:9666:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^~~~ /kisskb/src/kernel/events/core.c: In function '_perf_ioctl': /kisskb/src/kernel/events/core.c:5673:26: note: byref variable will be forcibly initialized struct perf_event_attr new_attr; ^~~~~~~~ /kisskb/src/kernel/events/core.c:5621:14: note: byref variable will be forcibly initialized struct fd output; ^~~~~~ /kisskb/src/kernel/events/core.c:5609:7: note: byref variable will be forcibly initialized u64 id = primary_event_id(event); ^~ /kisskb/src/kernel/events/core.c:5600:7: note: byref variable will be forcibly initialized u64 value; ^~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_event_printf': /kisskb/src/kernel/trace/trace_output.c:317:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_output_call': /kisskb/src/kernel/trace/trace_output.c:338:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_print': /kisskb/src/kernel/trace/trace_output.c:938:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/net/core/filter.c: In function 'bpf_convert_filter': /kisskb/src/net/core/filter.c:775:23: note: byref variable will be forcibly initialized struct sock_filter tmp = { ^~~ /kisskb/src/net/core/filter.c:618:20: note: byref variable will be forcibly initialized struct bpf_insn *insn = tmp_insns; ^~~~ /kisskb/src/net/core/filter.c:617:19: note: byref variable will be forcibly initialized struct bpf_insn tmp_insns[32] = { }; ^~~~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_hex': /kisskb/src/kernel/trace/trace_output.c:1011:6: note: byref variable will be forcibly initialized int T; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_init_context': /kisskb/src/kernel/trace/trace_output.c: In function 'trace_seq_print_sym': /kisskb/src/kernel/trace/trace_output.c:370:7: note: byref variable will be forcibly initialized char str[KSYM_SYMBOL_LEN]; ^~~ /kisskb/src/kernel/events/core.c:13066:6: note: byref variable will be forcibly initialized int inherited_all = 1; ^~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'lat_print_generic': /kisskb/src/kernel/trace/trace_output.c:511:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_context': /kisskb/src/kernel/trace/trace_output.c:615:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_lat_context': /kisskb/src/kernel/trace/trace_output.c:657:8: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_output.c:647:6: note: byref variable will be forcibly initialized u64 next_ts; ^~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'register_trace_event': /kisskb/src/kernel/trace/trace_output.c:767:21: note: byref variable will be forcibly initialized struct list_head *list = NULL; ^~~~ /kisskb/src/kernel/events/core.c: In function '__do_sys_perf_event_open': /kisskb/src/kernel/events/core.c:11970:12: note: byref variable will be forcibly initialized struct fd group = {NULL, 0}; ^~~~~ /kisskb/src/kernel/events/core.c:11967:25: note: byref variable will be forcibly initialized struct perf_event_attr attr; ^~~~ /kisskb/src/net/core/filter.c: In function 'bpf_migrate_filter': /kisskb/src/net/core/filter.c:1243:7: note: byref variable will be forcibly initialized bool seen_ld_abs = false; ^~~~~~~~~~~ /kisskb/src/net/core/filter.c:1242:11: note: byref variable will be forcibly initialized int err, new_len, old_len = fp->len; ^~~~~~~ /kisskb/src/net/core/filter.c:1242:6: note: byref variable will be forcibly initialized int err, new_len, old_len = fp->len; ^~~ 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:12502:12: note: byref variable will be forcibly initialized LIST_HEAD(events); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_release_kernel': /kisskb/src/kernel/events/core.c:5064:12: note: byref variable will be forcibly initialized LIST_HEAD(free_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_remove_on_exec': /kisskb/src/kernel/events/core.c:4266:12: note: byref variable will be forcibly initialized LIST_HEAD(free_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_bp_event': /kisskb/src/kernel/events/core.c:10088:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_exit_task': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:12718:3: note: in expansion of macro 'smp_store_release' smp_store_release(&event->owner, NULL); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_free_task': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:12805:3: note: in expansion of macro 'wait_var_event' wait_var_event(&ctx->refcount, refcount_read(&ctx->refcount) == 1); ^~~~~~~~~~~~~~ /kisskb/src/net/core/filter.c: In function '_bpf_setsockopt': /kisskb/src/net/core/filter.c:4724:7: note: byref variable will be forcibly initialized char devname[IFNAMSIZ]; ^~~~~~~ /kisskb/src/net/core/filter.c: In function 'copy_bpf_fprog_from_user': /kisskb/src/net/core/filter.c:88:28: note: byref variable will be forcibly initialized struct compat_sock_fprog f32; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/net/core/filter.c:20: /kisskb/src/net/core/filter.c: In function '__sk_attach_prog': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/filter.c:1470:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sk->sk_filter, fp); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/direct-io.c: In function 'do_blockdev_direct_IO': /kisskb/src/fs/direct-io.c:1144:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/mpage.c: In function 'mpage_end_io': /kisskb/src/fs/mpage.c:50:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_writepages': /kisskb/src/fs/mpage.c:705:21: note: byref variable will be forcibly initialized struct mpage_data mpd = { ^~~ /kisskb/src/fs/mpage.c:697:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:498:21: note: byref variable will be forcibly initialized struct buffer_head map_bh; ^~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_writepage': /kisskb/src/fs/mpage.c:727:20: note: byref variable will be forcibly initialized struct mpage_data mpd = { ^~~ /kisskb/src/kernel/trace/trace_printk.c: In function '__trace_bprintk': /kisskb/src/kernel/trace/trace_printk.c:203:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/fs/eventfd.c: In function 'eventfd_write': /kisskb/src/kernel/trace/trace_printk.c: In function '__trace_printk': /kisskb/src/fs/eventfd.c:270:8: note: byref variable will be forcibly initialized __u64 ucnt; ^~~~ /kisskb/src/kernel/trace/trace_printk.c:233:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/fs/eventfd.c: In function 'eventfd_read': /kisskb/src/fs/eventfd.c:225:8: note: byref variable will be forcibly initialized __u64 ucnt = 0; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function 'perf_trace_preemptirq_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function 'trace_event_raw_event_preemptirq_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function '__bpf_trace_preemptirq_template': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:10: /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:11: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_ctrl_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:807:26: note: byref variable will be forcibly initialized struct v4l2_ext_control c; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_ctrl_g_ctrl_int64': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:820:26: note: byref variable will be forcibly initialized struct v4l2_ext_control c; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_g_ext_ctrls_common': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:355:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_helper helper[4]; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'try_set_ext_ctrls_common': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:519:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_helper helper[4]; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:726:26: note: byref variable will be forcibly initialized struct v4l2_ext_control c; ^ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/net/core/page_pool.c:9: /kisskb/src/net/core/page_pool.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/page_pool.h:33, from /kisskb/src/net/core/page_pool.c:13: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_blend.c:28: /kisskb/src/drivers/gpu/drm/drm_blend.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_send_cmd': /kisskb/src/net/nfc/nci/hci.c:226:18: note: byref variable will be forcibly initialized struct nci_data data; ^~~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_get_param': /kisskb/src/net/nfc/nci/hci.c:608:18: note: byref variable will be forcibly initialized struct nci_data data; ^~~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_create_pipe': /kisskb/src/net/nfc/nci/hci.c:524:36: note: byref variable will be forcibly initialized struct nci_hci_create_pipe_params params; ^~~~~~ /kisskb/src/net/nfc/nci/hci.c:523:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_set_param': /kisskb/src/net/nfc/nci/hci.c:561:18: note: byref variable will be forcibly initialized struct nci_data data; ^~~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_open_pipe': /kisskb/src/net/nfc/nci/hci.c:500:18: note: byref variable will be forcibly initialized struct nci_data data; ^~~~ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_connect_gate': /kisskb/src/net/nfc/nci/hci.c:649:6: note: byref variable will be forcibly initialized int r; ^ /kisskb/src/net/nfc/nci/hci.c: In function 'nci_hci_dev_session_init': /kisskb/src/net/nfc/nci/hci.c:716:18: note: byref variable will be forcibly initialized struct sk_buff *skb; ^~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_unregister_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:577:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_update_mode': /kisskb/src/fs/posix_acl.c:690:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_register_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:588:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_get_cmdline_mode': /kisskb/src/drivers/gpu/drm/drm_connector.c:145:8: note: byref variable will be forcibly initialized char *option = NULL; ^~~~~~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_chmod': /kisskb/src/fs/posix_acl.c:589:20: note: byref variable will be forcibly initialized struct posix_acl *acl; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/net/core/flow_offload.c:2: /kisskb/src/net/core/flow_offload.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/net/core/flow_offload.c:3: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/posix_acl.c: In function 'simple_acl_create': /kisskb/src/fs/posix_acl.c:999:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/posix_acl.c:999:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ /kisskb/src/net/core/flow_offload.c: In function 'existing_qdiscs_register': /kisskb/src/net/core/flow_offload.c:363:28: note: byref variable will be forcibly initialized struct flow_block_offload bo; ^~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_set_tile_property': /kisskb/src/drivers/gpu/drm/drm_connector.c:1988:7: note: byref variable will be forcibly initialized char tile[256]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_property_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_connector.c:2348:35: note: byref variable will be forcibly initialized struct drm_mode_obj_set_property obj_set_prop = { ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_mode_getconnector': /kisskb/src/drivers/gpu/drm/drm_connector.c:2414:27: note: byref variable will be forcibly initialized struct drm_mode_modeinfo u_mode; ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/core/flow_offload.c:3: /kisskb/src/net/core/flow_offload.c: In function 'flow_indr_dev_unregister': /kisskb/src/net/core/flow_offload.c:431:12: note: byref variable will be forcibly initialized LIST_HEAD(cleanup_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_mode_get_tile_group': /kisskb/src/drivers/gpu/drm/drm_connector.c:2598:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/usb/core/hcd.c: In function 'rh_string': /kisskb/src/drivers/usb/core/hcd.c:441:7: note: byref variable will be forcibly initialized char buf[100]; ^~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_remove_hcd': /kisskb/src/drivers/usb/core/hcd.c:2987:21: note: byref variable will be forcibly initialized struct usb_device *rhdev = hcd->self.root_hub; ^~~~~ In file included from /kisskb/src/net/core/xdp.c:13: /kisskb/src/net/core/xdp.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /kisskb/src/net/core/xdp.c: In function 'xdp_rxq_info_unreg_mem_model': /kisskb/src/net/core/xdp.c:117:6: note: byref variable will be forcibly initialized int id = xdp_rxq->mem.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/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/net/core/xdp.c:6: /kisskb/src/net/core/xdp.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/xdp.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/core/hcd.c:13: /kisskb/src/drivers/usb/core/hcd.c: In function 'ehset_single_step_set_feature': /kisskb/src/drivers/usb/core/hcd.c:2179:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_init': /kisskb/src/drivers/gpu/drm/drm_encoder.c:163:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_get_crtc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:252:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/net/core/xdp.c: In function 'mem_allocator_disconnect': /kisskb/src/net/core/xdp.c:92:25: note: byref variable will be forcibly initialized struct rhashtable_iter iter; ^~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_hcd_poll_rh_status': /kisskb/src/drivers/usb/core/hcd.c:757:8: note: byref variable will be forcibly initialized char buffer[6]; /* Any root hubs with > 31 ports? */ ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function '__drmm_encoder_alloc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:221:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/net/core/xdp.c: In function 'xdp_rxq_info_reg_mem_model': /kisskb/src/net/core/xdp.c:269:6: note: byref variable will be forcibly initialized int id, errno, ret; ^~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_giveback_urb_bh': /kisskb/src/drivers/usb/core/hcd.c:1669:19: note: byref variable will be forcibly initialized struct list_head local_list; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'hcd_bus_suspend': /kisskb/src/drivers/usb/core/hcd.c:2278:9: note: byref variable will be forcibly initialized char buffer[6]; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:87, from /kisskb/src/fs/aio.c:20: /kisskb/src/fs/aio.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:315:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'percpu_ref_tryget_live': /kisskb/src/include/linux/percpu-refcount.h:286:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fs_dax.h:286, from /kisskb/src/fs/dax.c:31: /kisskb/src/fs/dax.c: In function 'perf_trace_dax_pmd_fault_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_pmd_load_hole_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:87, from /kisskb/src/fs/aio.c:20: /kisskb/src/fs/aio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_pmd_insert_mapping_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_pte_fault_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_insert_mapping': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ 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:173: /kisskb/src/fs/locks.c: In function 'perf_trace_locks_get_lock_context': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'report_wakeup_requests': /kisskb/src/drivers/usb/core/hub.c:3852:17: note: byref variable will be forcibly initialized unsigned long resuming_ports; ^~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_writeback_range_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_filelock_lock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'perf_trace_dax_writeback_one': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_filelock_lease': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fs_dax.h:286, from /kisskb/src/fs/dax.c:31: /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_fault_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/core/hub.c:20: /kisskb/src/drivers/usb/core/hub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_generic_add_lease': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_load_hole_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_leases_conflict': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_insert_mapping_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:678:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mm->ioctx_table, table); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:673:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mm->ioctx_table, table); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:646:6: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(table->table[i], ctx); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pte_fault_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_insert_mapping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ 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:173: /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_locks_get_lock_context': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_writeback_range_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_writeback_one': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lease': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'aio_setup_ring': /kisskb/src/fs/aio.c:463:22: note: byref variable will be forcibly initialized unsigned long size, unused; ^~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_generic_add_lease': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_leases_conflict': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/fs_dax.h:286, from /kisskb/src/fs/dax.c:31: /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_pmd_fault_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_pmd_load_hole_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_pmd_insert_mapping_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ 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:173: /kisskb/src/fs/locks.c: In function '__bpf_trace_locks_get_lock_context': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_pte_fault_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_pte_fault_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_filelock_lock': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_insert_mapping': /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_insert_mapping, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_leases_conflict': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_writeback_range_class': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dax_writeback_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_filelock_lease': /kisskb/src/fs/dax.c: In function '__bpf_trace_dax_writeback_one': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __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' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(dax_writeback_one, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_generic_add_lease': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'wait_entry_unlocked': /kisskb/src/fs/dax.c:259:38: note: byref variable will be forcibly initialized struct wait_exceptional_entry_queue ewait; ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'check_ports_changed': /kisskb/src/drivers/usb/core/hub.c:3782:19: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3782:7: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_enumerate_device_otg': /kisskb/src/drivers/usb/core/hub.c:2323:30: note: byref variable will be forcibly initialized struct usb_otg_descriptor *desc = NULL; ^~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_destroy': /kisskb/src/fs/aio.c:1384:22: note: byref variable will be forcibly initialized struct ctx_rq_wait wait; ^~~~ /kisskb/src/fs/dax.c: In function 'dax_wake_entry': /kisskb/src/fs/dax.c:198:31: note: byref variable will be forcibly initialized struct exceptional_entry_key key; ^~~ /kisskb/src/fs/dax.c: In function 'get_unlocked_entry': /kisskb/src/fs/dax.c:226:38: note: byref variable will be forcibly initialized struct wait_exceptional_entry_queue ewait; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/balloon_compaction.c:9: /kisskb/src/mm/balloon_compaction.c: In function 'balloon_page_dequeue': /kisskb/src/mm/balloon_compaction.c:180:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c: In function '__dax_invalidate_entry': /kisskb/src/fs/dax.c:662:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function '__locks_wake_up_blocks': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:748:3: note: in expansion of macro 'smp_store_release' smp_store_release(&waiter->fl_blocker, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'aio_read': /kisskb/src/fs/aio.c:1519:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/aio.c:1518:42: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~ /kisskb/src/fs/aio.c:1518:15: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'dax_entry_mkclean': /kisskb/src/fs/dax.c:814:29: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/fs/dax.c:810:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/fs/dax.c:809:9: note: byref variable will be forcibly initialized pmd_t *pmdp = NULL; ^~~~ /kisskb/src/fs/dax.c:808:14: note: byref variable will be forcibly initialized pte_t pte, *ptep = NULL; ^~~~ /kisskb/src/fs/locks.c: In function 'locks_get_lock_context': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:273:9: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:254:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'port_over_current_notify': /kisskb/src/drivers/usb/core/hub.c:5495:8: note: byref variable will be forcibly initialized char *envp[3]; ^~~~ /kisskb/src/fs/aio.c: In function 'aio_write': /kisskb/src/fs/aio.c:1547:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/aio.c:1546:42: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~ /kisskb/src/fs/aio.c:1546:15: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c: In function 'dax_writeback_mapping_range': /kisskb/src/fs/dax.c:970:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, wbc->range_start >> PAGE_SHIFT); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/dax.c: In function 'dax_iomap_pfn': /kisskb/src/fs/dax.c:1017:10: note: byref variable will be forcibly initialized pgoff_t pgoff; ^~~~~ /kisskb/src/fs/dax.c: In function 'dax_iomap_iter': /kisskb/src/fs/dax.c:1209:9: note: byref variable will be forcibly initialized void *kaddr; ^~~~~ /kisskb/src/fs/dax.c:1208:11: note: byref variable will be forcibly initialized pgoff_t pgoff; ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_claim_port': /kisskb/src/drivers/usb/core/hub.c:1957:25: note: byref variable will be forcibly initialized struct usb_dev_state **powner; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_release_port': /kisskb/src/drivers/usb/core/hub.c:1973:25: note: byref variable will be forcibly initialized struct usb_dev_state **powner; ^~~~~~ /kisskb/src/fs/locks.c: In function 'generic_delete_lease': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1865:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c:1863:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/aio.c: In function 'aio_poll': /kisskb/src/fs/aio.c:1739:24: note: byref variable will be forcibly initialized struct aio_poll_table apt; ^~~ /kisskb/src/fs/locks.c: In function 'generic_add_lease': /kisskb/src/fs/locks.c:1749:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'locks_remove_lease': /kisskb/src/fs/locks.c:2648:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/dax.c: In function 'copy_cow_page_dax': /kisskb/src/fs/dax.c:716:10: note: byref variable will be forcibly initialized pgoff_t pgoff; ^~~~~ /kisskb/src/fs/dax.c:715:14: note: byref variable will be forcibly initialized void *vto, *kaddr; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c: In function 'dax_insert_pfn_mkwrite': /kisskb/src/fs/dax.c:1662:17: note: byref variable will be forcibly initialized XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, order); ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' struct xa_state name = __XA_STATE(array, \ ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'posix_test_lock': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:958:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'io_submit_one': /kisskb/src/fs/aio.c:1854:14: note: byref variable will be forcibly initialized struct iocb iocb; ^~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_submit': /kisskb/src/fs/aio.c:1915:18: note: byref variable will be forcibly initialized 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/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c: In function 'posix_lock_inode': /kisskb/src/fs/locks.c:1142:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/dax.c: In function 'dax_fault_iter': /kisskb/src/fs/dax.c:1386:8: note: byref variable will be forcibly initialized pfn_t pfn; ^~~ /kisskb/src/fs/aio.c: In function '__do_compat_sys_io_submit': /kisskb/src/fs/aio.c:1957:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_wait_reset': /kisskb/src/drivers/usb/core/hub.c:2838:6: note: byref variable will be forcibly initialized u32 ext_portstatus = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2837:6: note: byref variable will be forcibly initialized u16 portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2836:6: note: byref variable will be forcibly initialized u16 portstatus; ^~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'dax_iomap_pte_fault': /kisskb/src/fs/dax.c:1436:8: note: byref variable will be forcibly initialized void *entry; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c:1428:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, vmf->pgoff); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/fs/aio.c:18: /kisskb/src/fs/aio.c: In function 'read_events': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:526:10: note: in expansion of macro '___wait_event' __ret = ___wait_event(wq_head, condition, state, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:585:11: note: in expansion of macro '__wait_event_hrtimeout' __ret = __wait_event_hrtimeout(wq, condition, timeout, \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1292:3: note: in expansion of macro 'wait_event_interruptible_hrtimeout' wait_event_interruptible_hrtimeout(ctx->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:517:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper __t; \ ^~~ /kisskb/src/include/linux/wait.h:585:11: note: in expansion of macro '__wait_event_hrtimeout' __ret = __wait_event_hrtimeout(wq, condition, timeout, \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1292:3: note: in expansion of macro 'wait_event_interruptible_hrtimeout' wait_event_interruptible_hrtimeout(ctx->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1273:7: note: byref variable will be forcibly initialized long ret = 0; ^~~ /kisskb/src/fs/dax.c: In function 'dax_lock_page': /kisskb/src/fs/dax.c:402:11: note: byref variable will be forcibly initialized XA_STATE(xas, NULL, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents': /kisskb/src/fs/aio.c:2085:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_reset': /kisskb/src/drivers/usb/core/hub.c:2935:18: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2935:6: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'dax_unlock_page': /kisskb/src/fs/dax.c:450:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page->index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'dax_layout_busy_page_range': /kisskb/src/fs/dax.c:599:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_idx); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode': /kisskb/src/fs/locks.c:1066:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_pgetevents': /kisskb/src/fs/aio.c:2113:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents_time32': /kisskb/src/fs/aio.c:2183:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/fs/dax.c: In function 'dax_iomap_zero': /kisskb/src/fs/dax.c:1134:8: note: byref variable will be forcibly initialized void *kaddr; ^~~~~ /kisskb/src/fs/dax.c:1132:10: note: byref variable will be forcibly initialized pgoff_t pgoff; ^~~~~ /kisskb/src/fs/locks.c: In function 'locks_remove_flock': /kisskb/src/fs/aio.c: In function '__do_compat_sys_io_pgetevents': /kisskb/src/fs/locks.c:2625:19: note: byref variable will be forcibly initialized struct file_lock fl; ^~ /kisskb/src/fs/aio.c:2215:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'locks_delete_block': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:797:2: note: in expansion of macro 'smp_store_release' smp_store_release(&waiter->fl_blocker, NULL); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/file.h:9, from /kisskb/src/fs/locks.c:159: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:783:2: note: in expansion of macro 'if' if (!smp_load_acquire(&waiter->fl_blocker) && ^~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:783:7: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&waiter->fl_blocker) && ^~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function '__do_compat_sys_io_pgetevents_time64': /kisskb/src/fs/aio.c:2250:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_activate': /kisskb/src/drivers/usb/core/hub.c:1123:19: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1123:7: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ 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:160: /kisskb/src/fs/locks.c: In function '__break_lease': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1586:10: note: in expansion of macro 'wait_event_interruptible_timeout' error = wait_event_interruptible_timeout(new_fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, 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 '__ab_c_size': In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1525:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c:1517:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/iomap.h:7, from /kisskb/src/fs/iomap/buffered-io.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/aio.c: In function 'exit_aio': /kisskb/src/fs/aio.c:862:21: note: byref variable will be forcibly initialized struct ctx_rq_wait wait; ^~~~ /kisskb/src/kernel/trace/trace_event_perf.c: In function 'perf_ftrace_function_call': /kisskb/src/kernel/trace/trace_event_perf.c:438:6: note: byref variable will be forcibly initialized int rctx; ^~~~ /kisskb/src/kernel/trace/trace_event_perf.c:437:17: note: byref variable will be forcibly initialized struct pt_regs regs; ^~~~ /kisskb/src/kernel/trace/trace_event_perf.c:436:20: note: byref variable will be forcibly initialized struct hlist_head head; ^~~~ 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:160: /kisskb/src/fs/locks.c: In function 'posix_lock_inode_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1391:11: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2075:11: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_end_io': /kisskb/src/fs/iomap/buffered-io.c:194:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_readpage_iter': /kisskb/src/fs/iomap/buffered-io.c:256:17: note: byref variable will be forcibly initialized unsigned poff, plen; ^~~~ /kisskb/src/fs/iomap/buffered-io.c:256:11: note: byref variable will be forcibly initialized unsigned poff, plen; ^~~~ /kisskb/src/fs/iomap/buffered-io.c:251:9: note: byref variable will be forcibly initialized loff_t pos = iter->pos + offset; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'lease_get_mtime': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1630:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'fcntl_getlease': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1676:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:160: /kisskb/src/fs/locks.c:1674:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'do_fcntl_add_lease': /kisskb/src/fs/locks.c:2021:24: note: byref variable will be forcibly initialized struct fasync_struct *new; ^~~ /kisskb/src/fs/locks.c:2020:20: note: byref variable will be forcibly initialized 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:160: /kisskb/src/fs/locks.c: In function 'do_lock_file_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2352:11: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'locks_remove_posix': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2598:9: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2590:19: note: byref variable will be forcibly initialized struct file_lock lock; ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_page_sync': /kisskb/src/fs/iomap/buffered-io.c:529:13: note: byref variable will be forcibly initialized struct bio bio; ^~~ /kisskb/src/fs/iomap/buffered-io.c:528:17: note: byref variable will be forcibly initialized struct bio_vec bvec; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:160: /kisskb/src/fs/locks.c: In function 'locks_remove_file': /kisskb/src/arch/arm64/include/asm/barrier.h:130:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2671:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&locks_inode(filp)->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function '__iomap_write_begin': /kisskb/src/fs/iomap/buffered-io.c:547:62: note: byref variable will be forcibly initialized unsigned from = offset_in_page(pos), to = from + len, poff, plen; ^~~~ /kisskb/src/fs/iomap/buffered-io.c:547:56: note: byref variable will be forcibly initialized unsigned from = offset_in_page(pos), to = from + len, poff, plen; ^~~~ /kisskb/src/fs/iomap/buffered-io.c:545:9: note: byref variable will be forcibly initialized loff_t block_start = round_down(pos, block_size); ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_suspend': /kisskb/src/drivers/usb/core/hub.c:3400:20: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3400:8: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_write_iter': /kisskb/src/fs/iomap/buffered-io.c:735:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_debounce': /kisskb/src/drivers/usb/core/hub.c:4542:18: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:4542:6: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_unshare_iter': /kisskb/src/fs/iomap/buffered-io.c:833:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function '__iomap_zero_iter': /kisskb/src/fs/iomap/buffered-io.c:875:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'f_start': /kisskb/src/kernel/trace/trace_events.c:1584:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ /kisskb/src/kernel/trace/trace_events.c: In function 's_start': /kisskb/src/kernel/trace/trace_events.c:1239:9: note: byref variable will be forcibly initialized loff_t l; ^ /kisskb/src/kernel/trace/trace_events.c: In function 't_start': /kisskb/src/kernel/trace/trace_events.c:1206:9: note: byref variable will be forcibly initialized loff_t l; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioend': /kisskb/src/fs/iomap/buffered-io.c:1037:24: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'set_trigger_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:781:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(data->filter, filter); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:756:23: note: byref variable will be forcibly initialized struct event_filter *filter = NULL, *tmp; ^~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioends': /kisskb/src/fs/iomap/buffered-io.c:1066:19: note: byref variable will be forcibly initialized struct list_head tmp; ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_read': /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_enable_trigger_func': /kisskb/src/kernel/trace/trace_events.c:1416:7: note: byref variable will be forcibly initialized char buf[2]; ^~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1395:8: note: byref variable will be forcibly initialized char *trigger; ^~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1410:13: note: byref variable will be forcibly initialized const char set_to_char[4] = { '?', '0', '1', 'X' }; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_trigger_callback': /kisskb/src/kernel/trace/trace_events.c: In function 'event_id_read': /kisskb/src/kernel/trace/trace_events_trigger.c:647:8: note: byref variable will be forcibly initialized char *trigger = NULL; ^~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1630:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_write': /kisskb/src/kernel/trace/trace_events.c:1375:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_write': /kisskb/src/kernel/trace/trace_events.c:1460:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'trigger_process_regex': /kisskb/src/kernel/trace/trace_events_trigger.c:232:18: note: byref variable will be forcibly initialized char *command, *next; ^~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_read': /kisskb/src/kernel/trace/trace_events.c:1346:7: note: byref variable will be forcibly initialized char buf[4] = "0"; ^~~ 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:1297:12: note: byref variable will be forcibly initialized LIST_HEAD(submit_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_reset_and_verify_device': /kisskb/src/drivers/usb/core/hub.c:5883:31: note: byref variable will be forcibly initialized struct usb_device_descriptor descriptor = udev->descriptor; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'finish_port_resume': /kisskb/src/drivers/usb/core/hub.c:3468:6: note: byref variable will be forcibly initialized u16 devstatus = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_resume': /kisskb/src/drivers/usb/core/hub.c:3633:19: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3633:7: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3631:7: note: byref variable will be forcibly initialized int port1 = udev->portnum; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:882:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_no_pids, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:879:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_pids, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_pid_write': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1962:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_no_pids, pid_list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1960:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_pids, pid_list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1930:25: note: byref variable will be forcibly initialized struct trace_pid_list *pid_list; ^~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect': /kisskb/src/drivers/usb/core/hub.c:5296:8: note: byref variable will be forcibly initialized u16 devstat; ^~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'ftrace_event_write': /kisskb/src/kernel/trace/trace_events.c:1143:22: note: byref variable will be forcibly initialized struct trace_parser parser; ^~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'early_enable_events': /kisskb/src/kernel/trace/trace_events.c:3583:8: note: byref variable will be forcibly initialized char *buf = bootup_event_buf; ^~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect_change': /kisskb/src/drivers/usb/core/hub.c:5420:31: note: byref variable will be forcibly initialized struct usb_device_descriptor descriptor; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'port_event': /kisskb/src/drivers/usb/core/hub.c:5569:19: note: byref variable will be forcibly initialized u16 status = 0, unused; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5569:7: note: byref variable will be forcibly initialized u16 status = 0, unused; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5536:18: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5536:6: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_event': /kisskb/src/drivers/usb/core/hub.c:5739:8: note: byref variable will be forcibly initialized u16 unused; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5738:8: note: byref variable will be forcibly initialized u16 status = 0; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5644:6: note: byref variable will be forcibly initialized u16 hubchange; ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5643:6: note: byref variable will be forcibly initialized u16 hubstatus; ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_configure': /kisskb/src/drivers/usb/core/hub.c:1376:17: note: byref variable will be forcibly initialized u16 hubstatus, hubchange; ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1376:6: note: byref variable will be forcibly initialized u16 hubstatus, hubchange; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_atomic': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:485:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_legacy': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:453:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c:452:26: note: byref variable will be forcibly initialized struct drm_mode_object *ref; ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'drm_mode_object_get_properties': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:361:12: note: byref variable will be forcibly initialized uint64_t val; ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'drm_mode_obj_get_properties_ioctl': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:405:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_kf_seq_show': /kisskb/src/fs/sysfs/file.c:46:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_chmod_file': /kisskb/src/fs/sysfs/file.c:407:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit': /kisskb/src/fs/sysfs/file.c:734:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_file_ns': /kisskb/src/fs/sysfs/file.c:337:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/file.c:336:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_add_file_to_group': /kisskb/src/fs/sysfs/file.c:374:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/file.c:373:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_bin_file': /kisskb/src/fs/sysfs/file.c:552:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/file.c:551:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit_at': /kisskb/src/fs/sysfs/file.c:762:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/configfs/dir.c: In function 'configfs_rmdir': /kisskb/src/fs/configfs/dir.c:1461:18: note: byref variable will be forcibly initialized struct dentry *wait; ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'get_name': /kisskb/src/fs/exportfs/expfs.c:284:14: note: byref variable will be forcibly initialized struct path child_path = { ^~~~~~~~~~ /kisskb/src/fs/exportfs/expfs.c:283:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_get_name': /kisskb/src/fs/exportfs/expfs.c:31:14: note: byref variable will be forcibly initialized struct path path = {.mnt = mnt, .dentry = dir}; ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_decode_fh_raw': /kisskb/src/fs/exportfs/expfs.c:428:7: note: byref variable will be forcibly initialized char nbuf[NAME_MAX+1]; ^~~~ /kisskb/src/fs/nls/nls_base.c: In function 'utf8s_to_utf16s': /kisskb/src/fs/nls/nls_base.c:137:12: note: byref variable will be forcibly initialized unicode_t u; ^ In file included from /kisskb/src/fs/quota/netlink.c:8: /kisskb/src/fs/quota/netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/fs/quota/netlink.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/fs/fat/misc.c: In function 'fat_time_unix2fat': /kisskb/src/fs/fat/misc.c:240:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/fs/fat/misc.c: In function 'fat_msg': /kisskb/src/fs/fat/misc.c:51:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/fat/misc.c: In function '__fat_fs_error': /kisskb/src/fs/fat/misc.c:25:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/fat/misc.c:24:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_chain_add': /kisskb/src/fs/fat/misc.c:124:20: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ /kisskb/src/fs/fat/misc.c:113:14: note: byref variable will be forcibly initialized int fclus, dclus; ^~~~~ /kisskb/src/fs/fat/misc.c:113:7: note: byref variable will be forcibly initialized int fclus, dclus; ^~~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_truncate_time': /kisskb/src/fs/fat/misc.c:299:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/usb/core/urb.c:6: /kisskb/src/drivers/usb/core/urb.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:307:2: note: in expansion of macro 'if' if (check_add_overflow(bytes, c, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:307:6: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(bytes, c, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:305:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:305:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/usb/core/urb.c:9: /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/usb/core/urb.c:6: /kisskb/src/drivers/usb/core/urb.c: In function 'usb_kill_urb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:720:2: note: in expansion of macro 'wait_event' wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_poison_urb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:764:2: note: in expansion of macro 'wait_event' wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_wait_anchor_empty_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:963:9: note: in expansion of macro 'wait_event_timeout' return wait_event_timeout(anchor->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncmp': /kisskb/src/fs/unicode/utf8-core.c:27:26: note: byref variable will be forcibly initialized struct utf8cursor cur1, cur2; ^~~~ /kisskb/src/fs/unicode/utf8-core.c:27:20: note: byref variable will be forcibly initialized struct utf8cursor cur1, cur2; ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncasecmp': /kisskb/src/fs/unicode/utf8-core.c:54:26: note: byref variable will be forcibly initialized struct utf8cursor cur1, cur2; ^~~~ /kisskb/src/fs/unicode/utf8-core.c:54:20: note: byref variable will be forcibly initialized struct utf8cursor cur1, cur2; ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_parse_version': /kisskb/src/fs/unicode/utf8-core.c:177:7: note: byref variable will be forcibly initialized char version_string[12]; ^~~~~~~~~~~~~~ /kisskb/src/fs/unicode/utf8-core.c:176:14: note: byref variable will be forcibly initialized substring_t args[3]; ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_load': /kisskb/src/fs/unicode/utf8-core.c:201:26: note: byref variable will be forcibly initialized unsigned int maj, min, rev; ^~~ /kisskb/src/fs/unicode/utf8-core.c:201:21: note: byref variable will be forcibly initialized unsigned int maj, min, rev; ^~~ /kisskb/src/fs/unicode/utf8-core.c:201:16: note: byref variable will be forcibly initialized unsigned int maj, min, rev; ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncasecmp_folded': /kisskb/src/fs/unicode/utf8-core.c:85:20: note: byref variable will be forcibly initialized struct utf8cursor cur1; ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_casefold': /kisskb/src/fs/unicode/utf8-core.c:109:20: note: byref variable will be forcibly initialized struct utf8cursor cur; ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_casefold_hash': /kisskb/src/fs/unicode/utf8-core.c:132:20: note: byref variable will be forcibly initialized struct utf8cursor cur; ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_normalize': /kisskb/src/fs/unicode/utf8-core.c:153:20: note: byref variable will be forcibly initialized struct utf8cursor cur; ^~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8len': /kisskb/src/fs/unicode/utf8-norm.c:524:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8nlen': /kisskb/src/fs/unicode/utf8-norm.c:552:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8agemax': /kisskb/src/fs/unicode/utf8-norm.c:411:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8agemin': /kisskb/src/fs/unicode/utf8-norm.c:440:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8nagemax': /kisskb/src/fs/unicode/utf8-norm.c:467:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8nagemin': /kisskb/src/fs/unicode/utf8-norm.c:495:16: note: byref variable will be forcibly initialized unsigned char hangul[UTF8HANGULLEAF]; ^~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/kernel/bpf/syscall.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:33:20: note: userspace variable will be forcibly initialized static inline bool bpfptr_is_null(bpfptr_t bpfptr) ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function '____bpf_sys_bpf': /kisskb/src/kernel/bpf/syscall.c:4721:9: note: userspace variable will be forcibly initialized return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_sys_bpf': /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/kernel/bpf/syscall.c:4721:9: note: userspace variable will be forcibly initialized return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/include/linux/bpfptr.h:28:10: note: userspace variable will be forcibly initialized return KERNEL_BPFPTR((void*) (uintptr_t) addr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:23, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:25: /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'drm_plane_create_color_properties': /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:531:28: note: byref variable will be forcibly initialized struct drm_prop_enum_list enum_list[max_t(int, DRM_COLOR_ENCODING_MAX, ^~~~~~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:6, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:54:19: note: userspace variable will be forcibly initialized static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'drm_mode_gamma_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:362:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_obj_get_next_id': /kisskb/src/kernel/bpf/syscall.c:3320:6: note: byref variable will be forcibly initialized u32 next_id = attr->start_id; ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'map_check_btf': /kisskb/src/kernel/bpf/syscall.c:758:16: note: byref variable will be forcibly initialized u32 key_size, value_size; ^~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:758:6: note: byref variable will be forcibly initialized u32 key_size, value_size; ^~~~~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:6, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'strncpy_from_sockptr': /kisskb/src/include/linux/sockptr.h:94:20: note: userspace variable will be forcibly initialized static inline long strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_print.c:37: /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_vprintf': /kisskb/src/include/drm/drm_print.h:108:19: note: byref variable will be forcibly initialized struct va_format vaf = { .fmt = fmt, .va = va }; ^~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_insn_prepare_dump': /kisskb/src/kernel/bpf/syscall.c:3492:11: note: byref variable will be forcibly initialized u32 off, type; ^~~~ /kisskb/src/kernel/bpf/syscall.c:3492:6: note: byref variable will be forcibly initialized u32 off, type; ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_printf': /kisskb/src/drivers/gpu/drm/drm_print.c:199:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_printk': /kisskb/src/drivers/gpu/drm/drm_print.c:242:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:263:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:286:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_err': /kisskb/src/drivers/gpu/drm/drm_print.c:305:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_plane.c:23: /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_task_fd_query': /kisskb/src/kernel/bpf/syscall.c:4108:15: note: byref variable will be forcibly initialized const char *buf; ^~~ /kisskb/src/kernel/bpf/syscall.c:4107:16: note: byref variable will be forcibly initialized u32 prog_id, fd_type; ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4107:7: note: byref variable will be forcibly initialized u32 prog_id, fd_type; ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4106:21: note: byref variable will be forcibly initialized u64 probe_offset, probe_addr; ^~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4106:7: note: byref variable will be forcibly initialized u64 probe_offset, probe_addr; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/kernel/bpf/syscall.c:3578:24: note: byref variable will be forcibly initialized struct bpf_prog_stats stats; ^~~~~ /kisskb/src/kernel/bpf/syscall.c:3576:23: note: byref variable will be forcibly initialized struct bpf_prog_info info; ^~~~ /kisskb/src/kernel/bpf/syscall.c:3583:8: note: userspace variable will be forcibly initialized err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_universal_plane_init': /kisskb/src/drivers/gpu/drm/drm_plane.c:390:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function '__drmm_universal_plane_alloc': /kisskb/src/drivers/gpu/drm/drm_plane.c:424:10: note: byref variable will be forcibly initialized va_list ap; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/class/cdc-wdm.c:18: /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_wait_for_response': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:637:7: note: in expansion of macro 'wait_event_interruptible_timeout' rv = wait_event_interruptible_timeout(desc->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'setplane_internal': /kisskb/src/drivers/gpu/drm/drm_plane.c:938:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_common': /kisskb/src/drivers/gpu/drm/drm_plane.c:1102:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_map_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/kernel/bpf/syscall.c:3858:22: note: byref variable will be forcibly initialized struct bpf_map_info info; ^~~~ /kisskb/src/kernel/bpf/syscall.c:3862:8: note: userspace variable will be forcibly initialized err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:415:7: note: in expansion of macro 'wait_event_interruptible' r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_btf_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/kernel/bpf/syscall.c:3905:8: note: userspace variable will be forcibly initialized err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(*uinfo), info_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1181:26: note: byref variable will be forcibly initialized struct drm_mode_cursor2 new_req; ^~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_link_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/kernel/bpf/syscall.c:3918:23: note: byref variable will be forcibly initialized struct bpf_link_info info; ^~~~ /kisskb/src/kernel/bpf/syscall.c:3922:8: note: userspace variable will be forcibly initialized err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:552:9: note: in expansion of macro 'wait_event_interruptible' rv = wait_event_interruptible(desc->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_page_flip_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1211:33: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx ctx; ^~~ /kisskb/src/kernel/bpf/syscall.c: In function 'map_update_elem': /kisskb/src/kernel/bpf/syscall.c:1108:11: note: userspace variable will be forcibly initialized bpfptr_t uvalue = make_bpfptr(attr->value, uattr.is_kernel); ^~~~~~ /kisskb/src/kernel/bpf/syscall.c:1107:11: note: userspace variable will be forcibly initialized bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); ^~~~ /kisskb/src/fs/sysfs/dir.c: In function 'sysfs_create_dir_ns': /kisskb/src/fs/sysfs/dir.c:44:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/dir.c:43:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/kernel/bpf/syscall.c: In function 'generic_map_delete_batch': /kisskb/src/kernel/bpf/syscall.c:1286:6: note: byref variable will be forcibly initialized u32 cp, max_count; ^~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_probe': /kisskb/src/drivers/usb/class/cdc-wdm.c:1145:31: note: byref variable will be forcibly initialized struct usb_cdc_parsed_header hdr; ^~~ /kisskb/src/kernel/bpf/syscall.c: In function 'generic_map_update_batch': /kisskb/src/kernel/bpf/syscall.c:1339:18: note: byref variable will be forcibly initialized u32 value_size, cp, max_count; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-i2c.c: In function 'v4l2_i2c_new_subdev': /kisskb/src/drivers/media/v4l2-core/v4l2-i2c.c:125:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'generic_map_lookup_batch': /kisskb/src/kernel/bpf/syscall.c:1404:18: note: byref variable will be forcibly initialized 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:1899:32: note: byref variable will be forcibly initialized static inline struct bpf_prog *bpf_prog_get_type(u32 ufd, ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_load': /kisskb/src/kernel/bpf/syscall.c:2161:12: note: userspace variable will be forcibly initialized static int bpf_prog_load(union bpf_attr *attr, bpfptr_t uattr) ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2167:7: note: byref variable will be forcibly initialized char license[128]; ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2166:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/kernel/bpf/syscall.c:2164:19: note: byref variable will be forcibly initialized struct bpf_prog *prog, *dst_prog = NULL; ^~~~ 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:1252:27: note: byref variable will be forcibly initialized struct bpf_trace_run_ctx run_ctx; ^~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c:2272:6: note: userspace variable will be forcibly initialized if (copy_from_bpfptr(prog->insns, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make_bpfptr(attr->insns, uattr.is_kernel), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bpf_prog_insn_size(prog)) != 0) ~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2272:2: note: in expansion of macro 'if' if (copy_from_bpfptr(prog->insns, ^~ /kisskb/src/kernel/bpf/syscall.c:2186:6: note: userspace variable will be forcibly initialized if (strncpy_from_bpfptr(license, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make_bpfptr(attr->license, uattr.is_kernel), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(license) - 1) < 0) ~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2186:2: note: in expansion of macro 'if' if (strncpy_from_bpfptr(license, ^~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_trace_printk': /kisskb/src/kernel/trace/bpf_trace.c:372:7: note: byref variable will be forcibly initialized u32 *bin_args; ^~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:371:6: note: byref variable will be forcibly initialized 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:371:6: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/bpf_trace.c:372:7: note: byref variable will be forcibly initialized u32 *bin_args; ^~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_seq_printf': /kisskb/src/kernel/trace/bpf_trace.c:423:7: note: byref variable will be forcibly initialized u32 *bin_args; ^~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_seq_printf': /kisskb/src/kernel/trace/bpf_trace.c:423:7: 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:474:6: note: byref variable will be forcibly initialized s32 btf_id; ^~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:473:20: note: byref variable will be forcibly initialized const struct btf *btf; ^~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_seq_printf_btf': /kisskb/src/kernel/trace/bpf_trace.c:473:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/bpf_trace.c:474:6: note: byref variable will be forcibly initialized s32 btf_id; ^~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_perf_event_read': /kisskb/src/kernel/trace/bpf_trace.c:520:6: note: byref variable will be forcibly initialized u64 value = 0; ^~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_perf_event_read': /kisskb/src/kernel/trace/bpf_trace.c:520:6: note: byref variable will be forcibly initialized /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_tracing_prog_attach': /kisskb/src/kernel/bpf/syscall.c:2763:33: note: byref variable will be forcibly initialized struct bpf_attach_target_info tgt_info = {}; ^~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2657:25: note: byref variable will be forcibly initialized struct bpf_link_primer link_primer; ^~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_raw_tracepoint_open': /kisskb/src/kernel/bpf/syscall.c:2985:7: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/kernel/bpf/syscall.c:2980:25: note: byref variable will be forcibly initialized struct bpf_link_primer link_primer; ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_snprintf_btf': /kisskb/src/kernel/trace/bpf_trace.c:944:6: note: byref variable will be forcibly initialized s32 btf_id; ^~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:943:20: note: byref variable will be forcibly initialized const struct btf *btf; ^~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_snprintf_btf': /kisskb/src/kernel/trace/bpf_trace.c:943:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/bpf_trace.c:944:6: note: byref variable will be forcibly initialized s32 btf_id; ^~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_perf_link_attach': /kisskb/src/kernel/bpf/syscall.c:2932:25: note: byref variable will be forcibly initialized struct bpf_link_primer link_primer; ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_perf_event_output_raw_tp': /kisskb/src/kernel/trace/bpf_trace.c:613:25: note: byref variable will be forcibly initialized struct perf_raw_record raw = { ^~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run1': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1907:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(1); ^~~~~~~~~~~~~~~~ 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:32: /kisskb/src/kernel/trace/bpf_trace.c: In function '__bpf_trace_bpf_trace_printk': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run2': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1908:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(2); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run3': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1909:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(3); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run4': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1910:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(4); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run5': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1911:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(5); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run6': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1912:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(6); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function '__sys_bpf': /kisskb/src/kernel/bpf/syscall.c:4547:17: note: byref variable will be forcibly initialized union bpf_attr attr; ^~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run7': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1913:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(7); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run8': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1914:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(8); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function '__do_sys_bpf': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/kernel/bpf/syscall.c:4691:9: note: userspace variable will be forcibly initialized return __sys_bpf(cmd, USER_BPFPTR(uattr), size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run9': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1915:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(9); ^~~~~~~~~~~~~~~~ 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:32: /kisskb/src/kernel/trace/bpf_trace.c: In function 'perf_trace_bpf_trace_printk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' 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:32: /kisskb/src/kernel/trace/bpf_trace.c: In function 'trace_event_raw_event_bpf_trace_printk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bpf_trace_printk, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' 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:625:9: note: byref variable will be forcibly initialized 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:1252:27: note: byref variable will be forcibly initialized struct bpf_trace_run_ctx run_ctx; ^~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:95:14: note: byref variable will be forcibly initialized unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) ^~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1763:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(event->tp_event->prog_array, new_array); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1732:25: note: byref variable will be forcibly initialized struct bpf_prog_array *new_array; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, 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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1789:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(event->tp_event->prog_array, new_array); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1774:25: note: byref variable will be forcibly initialized 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:1805:12: note: byref variable will be forcibly initialized u32 *ids, prog_cnt, ids_len; ^~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run10': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1916:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(10); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run11': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1917:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(11); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run12': /kisskb/src/kernel/trace/bpf_trace.c:1902:7: note: byref variable will be forcibly initialized u64 args[x]; \ ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:1918:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' BPF_TRACE_DEFN_x(12); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/core/driver.c:29: /kisskb/src/drivers/usb/core/driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'remove_id_store': /kisskb/src/drivers/usb/core/driver.c:156:6: note: byref variable will be forcibly initialized u32 idProduct; ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:155:6: note: byref variable will be forcibly initialized u32 idVendor; ^~~~~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_suspend_both': /kisskb/src/drivers/usb/core/driver.c:1439:8: note: byref variable will be forcibly initialized u16 devstat; ^~~~~~~ /kisskb/src/fs/configfs/item.c: In function 'config_item_set_name': /kisskb/src/fs/configfs/item.c:53:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_store_new_id': /kisskb/src/drivers/usb/core/driver.c:51:17: note: byref variable will be forcibly initialized u32 refVendor, refProduct; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:51:6: note: byref variable will be forcibly initialized u32 refVendor, refProduct; ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:50:15: note: byref variable will be forcibly initialized unsigned int bInterfaceClass = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:49:6: note: byref variable will be forcibly initialized u32 idProduct = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:48:6: note: byref variable will be forcibly initialized u32 idVendor = 0; ^~~~~~~~ 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:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_start_wait_urb': /kisskb/src/drivers/usb/core/message.c:51:21: note: byref variable will be forcibly initialized struct api_context ctx; ^~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_internal_control_msg': /kisskb/src/drivers/usb/core/message.c:93:6: note: byref variable will be forcibly initialized int length; ^~~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_string_sub': /kisskb/src/drivers/usb/core/message.c:875:6: note: byref variable will be forcibly initialized int rc; ^~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_parse_options': /kisskb/src/fs/debugfs/inode.c:108:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/debugfs/inode.c:107:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_rename': /kisskb/src/fs/debugfs/inode.c:761:23: note: byref variable will be forcibly initialized struct name_snapshot old_name; ^~~~~~~~ In file included from /kisskb/src/mm/page_reporting.h:9, from /kisskb/src/mm/page_reporting.c:11: /kisskb/src/mm/page_reporting.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/page_reporting.c: In function 'page_reporting_process_zone': /kisskb/src/mm/page_reporting.c:231:36: note: byref variable will be forcibly initialized unsigned int order, mt, leftover, offset = PAGE_REPORTING_CAPACITY; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/page_reporting.c:2: /kisskb/src/mm/page_reporting.c: In function 'page_reporting_register': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_reporting.c:346:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(pr_dev_info, prdev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/sysfs/group.c: In function 'internal_create_group': /kisskb/src/fs/sysfs/group.c:113:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/group.c:112:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/fs/sysfs/group.c: In function 'sysfs_merge_group': /kisskb/src/fs/sysfs/group.c:331:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/group.c:330:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/drivers/usb/core/file.c: In function 'usb_register_dev': /kisskb/src/drivers/usb/core/file.c:162:7: note: byref variable will be forcibly initialized char name[20]; ^~~~ /kisskb/src/fs/fscache/cache.c: In function 'fscache_init_cache': /kisskb/src/fs/fscache/cache.c:183:10: note: byref variable will be forcibly initialized va_list va; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/fs/fscache/cache.c:9: /kisskb/src/fs/fscache/cache.c: In function 'fscache_withdraw_cache': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c:403:2: note: in expansion of macro 'wait_event' wait_event(fscache_cache_cleared_wq, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c:400:2: note: in expansion of macro 'wait_event' wait_event(fscache_cache_cleared_wq, ^~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/fscache/cache.c:9: /kisskb/src/fs/fscache/cache.c:362:12: note: byref variable will be forcibly initialized LIST_HEAD(dying_objects); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 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:468:18: note: byref variable will be forcibly initialized 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/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:29, from /kisskb/src/kernel/events/hw_breakpoint.c:23: /kisskb/src/kernel/events/hw_breakpoint.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/events/hw_breakpoint.c: In function 'modify_user_hw_breakpoint_check': /kisskb/src/kernel/events/hw_breakpoint.c:489:26: note: byref variable will be forcibly initialized struct perf_event_attr old_attr; ^~~~~~~~ /kisskb/src/kernel/events/ring_buffer.c: In function '__perf_output_begin': /kisskb/src/kernel/events/ring_buffer.c:161:4: note: byref variable will be forcibly initialized } lost_event; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/perf_event.h:49, from /kisskb/src/kernel/events/ring_buffer.c:11: /kisskb/src/kernel/events/ring_buffer.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:678:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c: In function 'v4l2_dv_timings_aspect_ratio': /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:359:19: note: byref variable will be forcibly initialized unsigned long n, d; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:359:16: note: byref variable will be forcibly initialized unsigned long n, d; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c: In function 'v4l2_calc_timeperframe': /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:389:19: note: byref variable will be forcibly initialized unsigned long n, d; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:389:16: note: byref variable will be forcibly initialized unsigned long n, d; ^ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_get_req': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:115:3: note: in expansion of macro 'if' if (wait_event_killable_exclusive(fc->blocked_waitq, ^~ /kisskb/src/include/linux/wait.h:604:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:612:11: note: in expansion of macro '__wait_event_killable_exclusive' __ret = __wait_event_killable_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:115:7: note: in expansion of macro 'wait_event_killable_exclusive' if (wait_event_killable_exclusive(fc->blocked_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:411:2: note: in expansion of macro 'wait_event' wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:390:9: note: in expansion of macro 'wait_event_killable' err = wait_event_killable(req->waitq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:376:9: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(req->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, 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/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/fuse/fuse_i.h:22, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_fill': /kisskb/src/fs/fuse/dev.c:740:10: note: byref variable will be forcibly initialized size_t off; ^~~ /kisskb/src/fs/fuse/dev.c:697:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_interrupt': /kisskb/src/fs/fuse/dev.c:1044:27: note: byref variable will be forcibly initialized struct fuse_interrupt_in arg; ^~~ /kisskb/src/fs/fuse/dev.c:1043:24: note: byref variable will be forcibly initialized struct fuse_in_header ih; ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_page': /kisskb/src/fs/fuse/dev.c:953:10: note: byref variable will be forcibly initialized void *buf = mapaddr + offset; ^~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_poll': /kisskb/src/fs/fuse/dev.c:1413:37: note: byref variable will be forcibly initialized struct fuse_notify_poll_wakeup_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_inode': /kisskb/src/fs/fuse/dev.c:1434:37: note: byref variable will be forcibly initialized struct fuse_notify_inval_inode_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_entry': /kisskb/src/fs/fuse/dev.c:1462:14: note: byref variable will be forcibly initialized struct qstr name; ^~~~ /kisskb/src/fs/fuse/dev.c:1459:37: note: byref variable will be forcibly initialized struct fuse_notify_inval_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_delete': /kisskb/src/fs/fuse/dev.c:1510:14: note: byref variable will be forcibly initialized struct qstr name; ^~~~ /kisskb/src/fs/fuse/dev.c:1507:32: note: byref variable will be forcibly initialized struct fuse_notify_delete_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_store': /kisskb/src/fs/fuse/dev.c:1599:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/fuse/dev.c:1555:31: note: byref variable will be forcibly initialized struct fuse_notify_store_out outarg; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_reset': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:187:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_retrieve': /kisskb/src/fs/fuse/dev.c:1734:21: note: byref variable will be forcibly initialized struct fuse_mount *fm; ^~ /kisskb/src/fs/fuse/dev.c:1733:34: note: byref variable will be forcibly initialized struct fuse_notify_retrieve_out outarg; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drmm_mode_config_init': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:434:19: note: byref variable will be forcibly initialized struct dma_resv resv; ^~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:433:25: note: byref variable will be forcibly initialized struct ww_acquire_ctx resv_ctx; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:432:34: note: byref variable will be forcibly initialized struct drm_modeset_acquire_ctx modeset_ctx; ^~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_write': /kisskb/src/fs/fuse/dev.c:1846:25: note: byref variable will be forcibly initialized struct fuse_out_header oh; ^~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_cleanup': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:540:22: note: byref variable will be forcibly initialized struct drm_printer p = drm_debug_printer("[leaked fb]"); ^ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:480:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_getresources': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:103:33: note: byref variable will be forcibly initialized struct drm_connector_list_iter conn_iter; ^~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_write': /kisskb/src/fs/fuse/dev.c:1960:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_write': /kisskb/src/fs/fuse/dev.c:1938:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/fs/fuse/fuse_i.h:23, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dequeue_forget': /kisskb/src/fs/fuse/dev.c:1072:27: note: byref variable will be forcibly initialized struct fuse_forget_link *head = fiq->forget_list_head.next; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, 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:2118:13: note: byref variable will be forcibly initialized LIST_HEAD(to_end); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_release': /kisskb/src/fs/fuse/file.c: In function 'fuse_send_open': /kisskb/src/fs/fuse/file.c:26:22: note: byref variable will be forcibly initialized struct fuse_open_in inarg; ^~~~~ /kisskb/src/fs/fuse/dev.c:2189:13: note: byref variable will be forcibly initialized LIST_HEAD(to_end); ^~~~~~ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/devlink.h:214, from /kisskb/src/net/core/devlink.c:31: /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_hwmsg': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_bmap': /kisskb/src/fs/fuse/file.c:2570:23: note: byref variable will be forcibly initialized struct fuse_bmap_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c:2569:22: note: byref variable will be forcibly initialized struct fuse_bmap_in inarg; ^~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_single_forget': /kisskb/src/fs/fuse/dev.c:1098:24: note: byref variable will be forcibly initialized struct fuse_forget_in arg = { ^~~ /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_hwerr': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_batch_forget': /kisskb/src/fs/fuse/dev.c:1130:11: note: byref variable will be forcibly initialized unsigned count; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_health_report': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_health_recover_aborted': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:1232:9: note: in expansion of macro 'wait_event_interruptible_exclusive' err = wait_event_interruptible_exclusive(fiq->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_health_reporter_state_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'perf_trace_devlink_trap_report': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/devlink.h:214, from /kisskb/src/net/core/devlink.c:31: /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_hwmsg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_get_user_pages': /kisskb/src/fs/fuse/file.c:1398:10: note: byref variable will be forcibly initialized size_t start; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_hwerr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_health_report': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_read': /kisskb/src/fs/fuse/dev.c:1366:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_health_recover_aborted': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_health_reporter_state_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_read': /kisskb/src/fs/fuse/dev.c:1344:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^~ 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:2179:2: note: in expansion of macro 'wait_event' wait_event(fc->blocked_waitq, atomic_read(&fc->num_waiting) == 0); ^~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'trace_event_raw_event_devlink_trap_report': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/devlink.h:214, from /kisskb/src/net/core/devlink.c:31: /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_hwmsg': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:47:42: note: in expansion of macro '__CAST4' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:47:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST5' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:17:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwmsg, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_hwerr': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_hwerr, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_health_report': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:81:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_report, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_health_reporter_state_update': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:146:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_reporter_state_update, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_trap_report': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST3' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_trap_report, ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__bpf_trace_devlink_health_recover_aborted': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:45:42: note: in expansion of macro '__CAST2' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:45:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:46:42: note: in expansion of macro '__CAST3' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:46:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST4' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devlink.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devlink_health_recover_aborted, ^~~~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_register_polled_file': /kisskb/src/fs/fuse/file.c:2710:27: note: byref variable will be forcibly initialized struct rb_node **link, *parent; ^~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:91, from /kisskb/src/include/net/ipv6.h:12, from /kisskb/src/include/rdma/ib_verbs.h:25, from /kisskb/src/net/core/devlink.c:23: /kisskb/src/net/core/devlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized u32 tmp = value; ^~~ /kisskb/src/net/core/devlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized u8 tmp = value; ^~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_poll': /kisskb/src/fs/fuse/file.c:2725:23: note: byref variable will be forcibly initialized struct fuse_poll_out outarg; ^~~~~~ /kisskb/src/net/core/devlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized u16 tmp = value; ^~~ /kisskb/src/net/core/devlink.c: In function 'nla_put_bitfield32': /kisskb/src/include/net/netlink.h:1543:24: note: byref variable will be forcibly initialized struct nla_bitfield32 tmp = { value, selector, }; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_port_fn_hw_addr_fill': /kisskb/src/net/core/devlink.c:830:6: note: byref variable will be forcibly initialized int hw_addr_len; ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c:829:5: note: byref variable will be forcibly initialized u8 hw_addr[MAX_ADDR_LEN]; ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'fuse_wait_on_page_writeback': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/file.c:456:2: note: in expansion of macro 'wait_event' wait_event(fi->page_waitq, !fuse_page_is_writeback(inode, index)); ^~~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_do_truncate': /kisskb/src/fs/fuse/file.c:2791:15: note: byref variable will be forcibly initialized struct iattr attr; ^~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_tc_pool_bind_set_doit': /kisskb/src/net/core/devlink.c:2612:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/net/core/devlink.c:2611:6: note: byref variable will be forcibly initialized u16 tc_index; ^~~~~~~~ /kisskb/src/net/core/devlink.c:2609:28: note: byref variable will be forcibly initialized enum devlink_sb_pool_type pool_type; ^~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_port_pool_set_doit': /kisskb/src/net/core/devlink.c:2358:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_pool_set_doit': /kisskb/src/net/core/devlink.c:2137:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/net/core/devlink.c:2135:33: note: byref variable will be forcibly initialized enum devlink_sb_threshold_type threshold_type; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function '__readahead_batch': /kisskb/src/include/linux/pagemap.h:942:11: note: byref variable will be forcibly initialized XA_STATE(xas, &rac->mapping->i_pages, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_pages_realloc': /kisskb/src/fs/fuse/file.c:1992:25: note: byref variable will be forcibly initialized struct fuse_page_desc *descs; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_port_type_netdev_checks': /kisskb/src/net/core/devlink.c:9194:30: note: byref variable will be forcibly initialized struct netdev_phys_item_id ppid; ^~~~ /kisskb/src/net/core/devlink.c:9181:8: note: byref variable will be forcibly initialized char name[IFNAMSIZ]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'syncobj_wait_syncobj_func': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:933:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:188: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_add_point': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:302:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(syncobj->fence, &chain->base); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_replace_fence': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:334:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(syncobj->fence, fence); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_fence_add_wait': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:243:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_find_fence': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:387:28: note: byref variable will be forcibly initialized struct syncobj_wait_entry wait; ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_lseek': /kisskb/src/fs/fuse/file.c:2605:24: note: byref variable will be forcibly initialized struct fuse_lseek_out outarg; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_transfer_to_timeline': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:851:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_transfer_to_binary': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:883:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_open': /kisskb/src/fs/fuse/file.c:142:24: note: byref variable will be forcibly initialized struct fuse_open_out outarg; ^~~~~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/include/drm/drm_gem.h:38, from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:196: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_info_fill': /kisskb/src/net/core/devlink.c:5955:26: note: byref variable will be forcibly initialized struct devlink_info_req req; ^~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_setlk': /kisskb/src/fs/fuse/file.c:2497:20: note: byref variable will be forcibly initialized struct fuse_lk_in inarg; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_param_fill': /kisskb/src/net/core/devlink.c:4508:32: note: byref variable will be forcibly initialized struct devlink_param_gset_ctx ctx; ^~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_getlk': /kisskb/src/fs/fuse/file.c:2478:21: note: byref variable will be forcibly initialized struct fuse_lk_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c:2477:20: note: byref variable will be forcibly initialized struct fuse_lk_in inarg; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_get_last_vbltimestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:875:6: note: byref variable will be forcibly initialized int max_error = (int) drm_timestamp_precision * 1000; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_export_sync_file': /kisskb/src/fs/fuse/file.c: In function 'fuse_flush': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:699:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/fs/fuse/file.c:479:23: note: byref variable will be forcibly initialized struct fuse_flush_in inarg; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_vblank_restore': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1475:10: note: byref variable will be forcibly initialized ktime_t t_vblank; ^~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_fsync_common': /kisskb/src/fs/fuse/file.c:535:23: note: byref variable will be forcibly initialized struct fuse_fsync_in inarg; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_eswitch_fill': /kisskb/src/net/core/devlink.c:2684:6: note: byref variable will be forcibly initialized u16 mode; ^~~~ /kisskb/src/net/core/devlink.c:2681:5: note: byref variable will be forcibly initialized u8 inline_mode; ^~~~~~~~~~~ /kisskb/src/net/core/devlink.c:2680:34: note: byref variable will be forcibly initialized enum devlink_eswitch_encap_mode encap_mode; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_update_vblank_count': /kisskb/src/drivers/gpu/drm/drm_vblank.c:284:10: note: byref variable will be forcibly initialized ktime_t t_vblank; ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_sb_tc_pool_bind_fill': /kisskb/src/net/core/devlink.c:2420:7: note: byref variable will be forcibly initialized u32 max; ^~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_io': /kisskb/src/net/core/devlink.c:2419:7: note: byref variable will be forcibly initialized u32 cur; ^~~ /kisskb/src/fs/fuse/file.c:1467:10: note: byref variable will be forcibly initialized size_t nbytes = min(count, nmax); ^~~~~~ /kisskb/src/net/core/devlink.c:2389:6: note: byref variable will be forcibly initialized u32 threshold; ^~~~~~~~~ /kisskb/src/net/core/devlink.c:2388:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_array_wait_timeout': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:992:21: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_reset_vblank_timestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:235:10: note: byref variable will be forcibly initialized ktime_t t_vblank; ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_sb_port_pool_fill': /kisskb/src/net/core/devlink.c:2198:7: note: byref variable will be forcibly initialized u32 max; ^~~ /kisskb/src/net/core/devlink.c:2197:7: note: byref variable will be forcibly initialized u32 cur; ^~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:27: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drmm_kmalloc_array': /kisskb/src/net/core/devlink.c:2172:6: note: byref variable will be forcibly initialized u32 threshold; ^~~~~~~~~ /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_vblank.c:34: /kisskb/src/include/drm/drm_managed.h:78:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_sb_pool_fill': /kisskb/src/net/core/devlink.c:1970:30: note: byref variable will be forcibly initialized struct devlink_sb_pool_info pool_info; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_reply': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1726:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_create_as_handle': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:552:22: note: byref variable will be forcibly initialized struct drm_syncobj *syncobj; ^~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_IO': /kisskb/src/fs/fuse/file.c:2814:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c:2810:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_read_iter': /kisskb/src/fs/fuse/file.c:1541:23: note: byref variable will be forcibly initialized struct fuse_io_priv io = FUSE_IO_PRIV_SYNC(iocb); ^~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_send_vblank_event': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1088:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_array_wait': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1138:11: note: byref variable will be forcibly initialized uint32_t first = ~0; ^~~~~ /kisskb/src/fs/fuse/file.c: In function '__fuse_copy_file_range': /kisskb/src/fs/fuse/file.c:3029:24: note: byref variable will be forcibly initialized struct fuse_write_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c:3020:33: note: byref variable will be forcibly initialized struct fuse_copy_file_range_in inarg = { ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_port_fn_state_fill': /kisskb/src/net/core/devlink.c:920:29: note: byref variable will be forcibly initialized enum devlink_port_fn_state state; ^~~~~ /kisskb/src/net/core/devlink.c:919:31: note: byref variable will be forcibly initialized enum devlink_port_fn_opstate opstate; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_wait_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1226:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_vblank_helper_get_vblank_timestamp_internal': /kisskb/src/drivers/gpu/drm/drm_vblank.c:703:12: note: byref variable will be forcibly initialized int vpos, hpos, i; ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:703:6: note: byref variable will be forcibly initialized int vpos, hpos, i; ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:700:17: note: byref variable will be forcibly initialized ktime_t stime, etime; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:700:10: note: byref variable will be forcibly initialized ktime_t stime, etime; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_timeline_wait_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1259:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_reset_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1294:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_port_function_attrs_put': /kisskb/src/net/core/devlink.c:956:7: note: byref variable will be forcibly initialized bool msg_updated = false; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_signal_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1327:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_timeline_signal_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1363:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_perform_write': /kisskb/src/fs/fuse/file.c:1240:23: note: byref variable will be forcibly initialized struct fuse_io_args ia = {}; ^~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/tcp.h:19, from /kisskb/src/include/linux/ipv6.h:91, from /kisskb/src/include/net/ipv6.h:12, from /kisskb/src/include/rdma/ib_verbs.h:25, from /kisskb/src/net/core/devlink.c:23: /kisskb/src/net/core/devlink.c: In function 'nla_get_u64': /kisskb/src/include/net/netlink.h:1617:6: note: byref variable will be forcibly initialized u64 tmp; ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_vblank_off': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1306:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_query_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1459:12: note: byref variable will be forcibly initialized uint64_t point; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1435:23: note: byref variable will be forcibly initialized struct drm_syncobj **syncobjs; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_queue_vblank_event': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1625:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/net/core/devlink.c: In function 'nla_get_bitfield32': /kisskb/src/include/net/netlink.h:1735:24: note: byref variable will be forcibly initialized struct nla_bitfield32 tmp; ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_handle_vblank_events': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1896:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_endpoint_parse_csi1_bus': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:373:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_connector_parse_analog': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:604:6: note: byref variable will be forcibly initialized u32 stds; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_endpoint_parse_csi2_bus': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:131:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:126:6: note: byref variable will be forcibly initialized u32 array[1 + V4L2_FWNODE_CSI2_MAX_DATA_LANES]; ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_writepages': /kisskb/src/fs/fuse/file.c:2219:27: note: byref variable will be forcibly initialized struct fuse_fill_wb_data data; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:28: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_one_vblank': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1265:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(vblank->queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_endpoint_parse_parallel_bus': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:268:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/net/core/devlink.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized u64 tmp = value; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_trap_policer_stats_put': /kisskb/src/net/core/devlink.c:8217:6: note: byref variable will be forcibly initialized u64 drops; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/memory.h:19, from /kisskb/src/kernel/jump_label.c:9: /kisskb/src/kernel/jump_label.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1856:10: note: in expansion of macro 'wait_event_interruptible_timeout' wait = wait_event_interruptible_timeout(vblank->queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function '__v4l2_fwnode_endpoint_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:404:6: note: byref variable will be forcibly initialized u32 bus_type = V4L2_FWNODE_BUS_TYPE_GUESS; ^~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:17: /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_fmsg_dumpit': /kisskb/src/net/core/devlink.c:6619:6: note: byref variable will be forcibly initialized int index = cb->args[0]; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_get_sequence_ioctl': /kisskb/src/drivers/gpu/drm/drm_vblank.c:2028:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_queue_sequence_ioctl': /kisskb/src/drivers/gpu/drm/drm_vblank.c:2084:10: note: byref variable will be forcibly initialized ktime_t now; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_parse_link': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:544:25: note: byref variable will be forcibly initialized struct fwnode_endpoint fwep; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_get_connector_type': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:635:14: note: byref variable will be forcibly initialized const char *type_name; ^~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_device_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:744:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function '__v4l2_async_notifier_parse_fwnode_ep': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:867:27: note: byref variable will be forcibly initialized struct fwnode_endpoint ep; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_reference_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:918:31: note: byref variable will be forcibly initialized struct fwnode_reference_args args; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_reference_get_int_prop': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:1149:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:1127:31: note: byref variable will be forcibly initialized struct fwnode_reference_args fwnode_args; ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_connector_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:654:14: note: byref variable will be forcibly initialized const char *label; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_trap_group_set_doit': /kisskb/src/net/core/devlink.c:8170:7: note: byref variable will be forcibly initialized bool modified = false; ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_trap_group_stats_put': /kisskb/src/net/core/devlink.c:7627:23: note: byref variable will be forcibly initialized struct devlink_stats stats; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_trap_stats_put': /kisskb/src/net/core/devlink.c:7658:6: note: byref variable will be forcibly initialized u64 drops = 0; ^~~~~ /kisskb/src/net/core/devlink.c:7656:23: note: byref variable will be forcibly initialized struct devlink_stats stats; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_dpipe_entries_fill': /kisskb/src/net/core/devlink.c:3294:32: note: byref variable will be forcibly initialized struct devlink_dpipe_dump_ctx dump_ctx; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/net/core/devlink.c:10: /kisskb/src/net/core/devlink.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_fmsg_snd': /kisskb/src/net/core/devlink.c:6568:6: note: byref variable will be forcibly initialized int index = 0; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_resource_fill': /kisskb/src/net/core/devlink.c:3709:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_dpipe_headers_fill': /kisskb/src/net/core/devlink.c:3412:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_dpipe_tables_fill': /kisskb/src/net/core/devlink.c:2975:18: note: byref variable will be forcibly initialized struct sk_buff *skb = NULL; ^~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_tc_pool_bind_get_doit': /kisskb/src/net/core/devlink.c:2452:6: note: byref variable will be forcibly initialized u16 tc_index; ^~~~~~~~ /kisskb/src/net/core/devlink.c:2451:28: note: byref variable will be forcibly initialized enum devlink_sb_pool_type pool_type; ^~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_port_pool_get_doit': /kisskb/src/net/core/devlink.c:2229:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_pool_get_doit': /kisskb/src/net/core/devlink.c:2014:6: note: byref variable will be forcibly initialized u16 pool_index; ^~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_buildSeqTable': /kisskb/src/lib/zstd/decompress.c:772:7: note: byref variable will be forcibly initialized U32 tableLog; ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function '__devlink_compat_running_version': /kisskb/src/net/core/devlink.c:11415:7: note: byref variable will be forcibly initialized int rem_kv; ^~~~~~ /kisskb/src/net/core/devlink.c:11402:6: note: byref variable will be forcibly initialized int rem, err; ^~~ /kisskb/src/net/core/devlink.c:11400:26: note: byref variable will be forcibly initialized struct devlink_info_req req; ^~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_loadEntropy': /kisskb/src/lib/zstd/decompress.c:1916:39: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1916:12: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1915:9: note: byref variable will be forcibly initialized short litlengthNCount[MaxLL + 1]; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1904:41: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1904:12: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1903:9: note: byref variable will be forcibly initialized short matchlengthNCount[MaxML + 1]; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1892:33: note: byref variable will be forcibly initialized U32 offcodeMaxValue = MaxOff, offcodeLog; ^~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1892:7: note: byref variable will be forcibly initialized U32 offcodeMaxValue = MaxOff, offcodeLog; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1891:9: note: byref variable will be forcibly initialized short offcodeNCount[MaxOff + 1]; ^~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_trap_policer_get_dumpit': /kisskb/src/net/core/devlink.c:8329:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_trap_group_get_dumpit': /kisskb/src/net/core/devlink.c:8015:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_trap_get_dumpit': /kisskb/src/net/core/devlink.c:7788:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_initDCtx': /kisskb/src/lib/zstd/decompress.c:143:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_get_from_attrs': /kisskb/src/net/core/devlink.c:127:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_getFrameContentSize': /kisskb/src/lib/zstd/decompress.c:300:20: note: byref variable will be forcibly initialized ZSTD_frameParams fParams; ^~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_region_read_dumpit': /kisskb/src/net/core/devlink.c:5737:6: note: byref variable will be forcibly initialized u64 ret_offset, start_offset, end_offset = U64_MAX; ^~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressSequencesLong': /kisskb/src/lib/zstd/decompress.c:1378:14: note: byref variable will be forcibly initialized seqState_t seqState; ^~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1361:6: note: byref variable will be forcibly initialized int nbSeq; ^~~~~ /kisskb/src/lib/zstd/decompress.c:1355:14: note: byref variable will be forcibly initialized const BYTE *litPtr = dctx->litPtr; ^~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_health_reporter_get_dumpit': /kisskb/src/net/core/devlink.c:7192:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_info_get_dumpit': /kisskb/src/net/core/devlink.c:6010:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_region_new': /kisskb/src/net/core/devlink.c:5554:6: note: byref variable will be forcibly initialized u8 *data; ^~~~ /kisskb/src/net/core/devlink.c:5553:6: note: byref variable will be forcibly initialized u32 snapshot_id; ^~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressSequences': /kisskb/src/lib/zstd/decompress.c:1117:14: note: byref variable will be forcibly initialized seqState_t seqState; ^~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1105:6: note: byref variable will be forcibly initialized int nbSeq; ^~~~~ /kisskb/src/lib/zstd/decompress.c:1100:14: note: byref variable will be forcibly initialized const BYTE *litPtr = dctx->litPtr; ^~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_region_get_dumpit': /kisskb/src/net/core/devlink.c:5477:6: note: byref variable will be forcibly initialized int idx = 0; ^~~ /kisskb/src/net/core/devlink.c:5476:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function '__devlink_nl_cmd_param_set_doit': /kisskb/src/net/core/devlink.c:4795:28: note: byref variable will be forcibly initialized union devlink_param_value value; ^~~~~ /kisskb/src/net/core/devlink.c:4791:32: note: byref variable will be forcibly initialized struct devlink_param_gset_ctx ctx; ^~~ /kisskb/src/net/core/devlink.c:4790:26: note: byref variable will be forcibly initialized enum devlink_param_type param_type; ^~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressFrame': /kisskb/src/lib/zstd/decompress.c:1593:21: note: byref variable will be forcibly initialized blockProperties_t blockProperties; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_findFrameCompressedSize': /kisskb/src/lib/zstd/decompress.c:1538:22: note: byref variable will be forcibly initialized blockProperties_t blockProperties; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c:1518:20: note: byref variable will be forcibly initialized ZSTD_frameParams fParams; ^~~~~~~ /kisskb/src/drivers/usb/storage/scsiglue.c: In function 'max_sectors_store': /kisskb/src/drivers/usb/storage/scsiglue.c:581:17: note: byref variable will be forcibly initialized unsigned short ms; ^~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_port_param_get_dumpit': /kisskb/src/net/core/devlink.c:4899:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressContinue': /kisskb/src/lib/zstd/decompress.c:1781:21: note: byref variable will be forcibly initialized blockProperties_t bp; ^~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_param_get_dumpit': /kisskb/src/net/core/devlink.c:4623:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function '__devlink_reload_stats_update': /kisskb/src/net/core/devlink.c:3899:16: note: byref variable will be forcibly initialized unsigned long actions = actions_performed; ^~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_reload': /kisskb/src/net/core/devlink.c:3951:6: note: byref variable will be forcibly initialized u32 remote_reload_stats[DEVLINK_RELOAD_STATS_ARRAY_SIZE]; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_initDDict': /kisskb/src/lib/zstd/decompress.c:2085:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_reload': /kisskb/src/net/core/devlink.c:4022:6: note: byref variable will be forcibly initialized u32 actions_performed; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_getDictID_fromFrame': /kisskb/src/lib/zstd/decompress.c:2137:19: note: byref variable will be forcibly initialized ZSTD_frameParams zfp = {0, 0, 0, 0}; ^~~ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_initDStream': /kisskb/src/lib/zstd/decompress.c:2216:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_tc_pool_bind_get_dumpit': /kisskb/src/net/core/devlink.c:2547:6: note: byref variable will be forcibly initialized int idx = 0; ^~~ /kisskb/src/net/core/devlink.c:2546:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_port_pool_get_dumpit': /kisskb/src/net/core/devlink.c:2298:6: note: byref variable will be forcibly initialized int idx = 0; ^~~ /kisskb/src/net/core/devlink.c:2297:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_pool_get_dumpit': /kisskb/src/net/core/devlink.c:2077:6: note: byref variable will be forcibly initialized int idx = 0; ^~~ /kisskb/src/net/core/devlink.c:2076:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_sb_get_dumpit': /kisskb/src/net/core/devlink.c:1924:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_port_new_doit': /kisskb/src/net/core/devlink.c:1540:15: note: byref variable will be forcibly initialized unsigned int new_port_index; ^~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_rate_get_dumpit': /kisskb/src/net/core/devlink.c:1092:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_port_function_set': /kisskb/src/net/core/devlink.c:1376:17: note: byref variable will be forcibly initialized struct nlattr *tb[DEVLINK_PORT_FUNCTION_ATTR_MAX + 1]; ^~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_port_get_dumpit': /kisskb/src/net/core/devlink.c:1258:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_nl_cmd_get_dumpit': /kisskb/src/net/core/devlink.c:1195:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_pernet_pre_exit': /kisskb/src/net/core/devlink.c:11527:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/net/core/devlink.c:11526:6: note: byref variable will be forcibly initialized u32 actions_performed; ^~~~~~~~~~~~~~~~~ /kisskb/src/net/core/devlink.c: In function 'devlink_trap_report': /kisskb/src/net/core/devlink.c:11091:32: note: byref variable will be forcibly initialized struct devlink_trap_metadata metadata = {}; ^~~~~~~~ /kisskb/src/drivers/usb/core/of.c: In function 'usb_of_get_device_node': /kisskb/src/drivers/usb/core/of.c:28:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/usb/core/of.c: In function 'usb_of_get_interface_node': /kisskb/src/drivers/usb/core/of.c:95:6: note: byref variable will be forcibly initialized u32 reg[2]; ^~~ /kisskb/src/fs/fscache/fsdef.c: In function 'fscache_fsdef_netfs_check_aux': /kisskb/src/fs/fscache/fsdef.c:81:11: note: byref variable will be forcibly initialized uint32_t version; ^~~~~~~ In file included from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/fs/fuse/fuse_i.h:23, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_parent': /kisskb/src/fs/fuse/inode.c:972:24: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/inode.c:970:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_dentry': /kisskb/src/fs/fuse/inode.c:873:21: note: byref variable will be forcibly initialized const struct qstr name = QSTR_INIT(".", 1); ^~~~ /kisskb/src/fs/fuse/inode.c:872:25: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/inode.c:863:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_parent': /kisskb/src/fs/fuse/inode.c:955:27: note: byref variable will be forcibly initialized struct fuse_inode_handle parent; ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_dentry': /kisskb/src/fs/fuse/inode.c:941:27: note: byref variable will be forcibly initialized struct fuse_inode_handle handle; ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_statfs': /kisskb/src/fs/fuse/inode.c:487:25: note: byref variable will be forcibly initialized struct fuse_statfs_out outarg; ^~~~~~ In file included from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_send_destroy': /kisskb/src/fs/fuse/inode.c:451:13: note: byref variable will be forcibly initialized FUSE_ARGS(args); ^~~~ /kisskb/src/fs/fuse/fuse_i.h:275:42: note: in definition of macro 'FUSE_ARGS' #define FUSE_ARGS(args) struct fuse_args args = {} ^~~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_read_file_bool': 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/fs/debugfs/file.c:770:7: note: byref variable will be forcibly initialized char buf[2]; ^~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:552:2: note: in expansion of macro 'wait_event' wait_event(bucket->waitq, atomic_read(&bucket->count) == 0); ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:543:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fc->curr_bucket, new_bucket); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_write_file_bool': /kisskb/src/fs/debugfs/file.c:793:7: note: byref variable will be forcibly initialized bool bv; ^~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_sync_fs': /kisskb/src/fs/fuse/inode.c:563:24: note: byref variable will be forcibly initialized struct fuse_syncfs_in inarg; ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_parse_param': /kisskb/src/fs/fuse/inode.c:630:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_change_attributes': /kisskb/src/fs/fuse/inode.c:255:22: note: byref variable will be forcibly initialized struct timespec64 new_mtime = { ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c:225:20: note: byref variable will be forcibly initialized struct timespec64 old_mtime; ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_submount': /kisskb/src/fs/fuse/inode.c:1381:19: note: byref variable will be forcibly initialized struct fuse_attr root_attr; ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_root_inode': /kisskb/src/fs/fuse/inode.c:845:19: note: byref variable will be forcibly initialized struct fuse_attr attr; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/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:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:1479:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fc->curr_bucket, fuse_sync_bucket_alloc()); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:14: /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'videobuf_waiton': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:112:3: note: in expansion of macro 'wait_event' wait_event(vb->done, state_neither_active_nor_queued(q, vb)); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:109:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(vb->done, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'stream_next_buffer_check_queue': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:657:13: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(q->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'videobuf_dqbuf': /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:698:26: note: byref variable will be forcibly initialized struct videobuf_buffer *buf = NULL; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c: In function 'v4l2_m2m_cancel_job': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:429:3: note: in expansion of macro 'wait_event' wait_event(m2m_ctx->finished, ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'videobuf_read_one': /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:880:21: note: byref variable will be forcibly initialized unsigned size = 0, nbufs = 1; ^~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:880:11: note: byref variable will be forcibly initialized unsigned size = 0, nbufs = 1; ^~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function 'videobuf_reqbufs': /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:443:21: note: byref variable will be forcibly initialized unsigned int size, count; ^~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:443:15: note: byref variable will be forcibly initialized unsigned int size, count; ^~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c: In function '__videobuf_read_start': /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:965:26: note: byref variable will be forcibly initialized unsigned int count = 0, size = 0; ^~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-core.c:965:15: note: byref variable will be forcibly initialized unsigned int count = 0, size = 0; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c: In function 'v4l2_m2m_suspend': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:554:3: note: in expansion of macro 'wait_event' wait_event(curr_ctx->finished, ^~~~~~~~~~ /kisskb/src/fs/fscache/page.c: In function 'fscache_write_op': /kisskb/src/fs/fscache/page.c:790:8: note: byref variable will be forcibly initialized void *results[1]; ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:19, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/fs/fscache/page.c:9: /kisskb/src/fs/fscache/page.c: In function 'release_page_wait_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/page.c:54:9: note: in expansion of macro 'wait_event_timeout' return wait_event_timeout(*wq, !__fscache_check_page_write(cookie, page), ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/page.c: In function '__fscache_wait_on_page_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fscache/page.c:41:2: note: in expansion of macro 'wait_event' wait_event(*wq, !__fscache_check_page_write(cookie, page)); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c:18: /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c:22: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/fscache/page.c: In function 'fscache_invalidate_writes': /kisskb/src/fs/fscache/page.c:891:8: note: byref variable will be forcibly initialized void *results[16]; ^~~~~~~ /kisskb/src/fs/fscache/page.c: In function '__fscache_uncache_all_inode_pages': /kisskb/src/fs/fscache/page.c:1214:10: note: byref variable will be forcibly initialized pgoff_t next; ^~~~ /kisskb/src/fs/fscache/page.c:1213:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ In file included from /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c:22: /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c: In function 'videobuf_sg_alloc': /kisskb/src/drivers/media/v4l2-core/videobuf-dma-sg.c:660:24: note: byref variable will be forcibly initialized struct videobuf_queue q; ^ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_do_ioctl': /kisskb/src/fs/fuse/ioctl.c:165:18: note: byref variable will be forcibly initialized struct iov_iter ii; ^~ /kisskb/src/fs/fuse/ioctl.c:158:24: note: byref variable will be forcibly initialized struct fuse_ioctl_out outarg; ^~~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_priv_ioctl': /kisskb/src/fs/fuse/ioctl.c:364:24: note: byref variable will be forcibly initialized struct fuse_ioctl_out outarg; ^~~~~~ /kisskb/src/fs/fuse/ioctl.c:363:23: note: byref variable will be forcibly initialized struct fuse_ioctl_in inarg; ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_get': /kisskb/src/fs/fuse/ioctl.c:424:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/fs/fuse/ioctl.c:423:15: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_set': /kisskb/src/fs/fuse/ioctl.c:462:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/fs/fuse/ioctl.c:461:15: note: byref variable will be forcibly initialized unsigned int flags = fa->flags; ^~~~~ /kisskb/src/kernel/torture.c: In function 'torture_kthread_stopping': /kisskb/src/kernel/torture.c:912:7: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/kernel/torture.c: In function 'torture_hrtimeout_ns': /kisskb/src/kernel/torture.c:88:10: note: byref variable will be forcibly initialized ktime_t hto = baset_ns; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/kernel/torture.c:14: /kisskb/src/kernel/torture.c: In function 'stutter_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:175:4: note: in expansion of macro 'smp_store_release' smp_store_release(&(t)->trc_reader_checked, true); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:186:2: note: in expansion of macro 'rcu_tasks_trace_qs' rcu_tasks_trace_qs((t)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:215:2: note: in expansion of macro 'rcu_tasks_qs' rcu_tasks_qs(current, false); \ ^~~~~~~~~~~~ /kisskb/src/kernel/torture.c:728:2: note: in expansion of macro 'cond_resched_tasks_rcu_qs' cond_resched_tasks_rcu_qs(); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/verifier.c:10: /kisskb/src/kernel/bpf/verifier.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/kernel/bpf/verifier.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:33:20: note: userspace variable will be forcibly initialized 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:40:20: note: userspace variable will be forcibly initialized static inline void bpfptr_add(bpfptr_t *bpfptr, size_t val) ^~~~~~~~~~ In file included from /kisskb/src/kernel/torture.c:39: /kisskb/src/kernel/torture.c: In function 'torture_onoff': /kisskb/src/kernel/torture.c:339:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/kernel/torture.c: In function 'torture_stutter': /kisskb/src/kernel/torture.c:758:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:22:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .user = p }; ^ /kisskb/src/include/linux/bpfptr.h:17:9: note: userspace variable will be forcibly initialized return (bpfptr_t) { .kernel = p, .is_kernel = true }; ^ /kisskb/src/include/linux/bpfptr.h:28:10: note: userspace variable will be forcibly initialized return KERNEL_BPFPTR((void*) (uintptr_t) addr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_map_direct_read': /kisskb/src/kernel/bpf/verifier.c:3893:6: note: byref variable will be forcibly initialized u64 addr; ^~~~ In file included 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/stackleak.h:5, from /kisskb/src/kernel/stackleak.c:13: /kisskb/src/kernel/stackleak.c: In function 'stackleak_erase': /kisskb/src/arch/arm64/include/asm/processor.h:340:20: note: byref variable will be forcibly initialized struct stack_info _info; \ ^~~~~ /kisskb/src/kernel/stackleak.c:103:26: note: in expansion of macro 'current_top_of_stack' current->lowest_stack = current_top_of_stack() - THREAD_SIZE/64; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/processor.h:340:20: note: byref variable will be forcibly initialized struct stack_info _info; \ ^~~~~ /kisskb/src/kernel/stackleak.c:95:14: note: in expansion of macro 'current_top_of_stack' boundary = current_top_of_stack(); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/stackleak.c: In function 'stack_erasing_sysctl': /kisskb/src/kernel/stackleak.c:26:6: note: byref variable will be forcibly initialized int state = !static_branch_unlikely(&stack_erasing_bypass); ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'sanitize_dead_code': /kisskb/src/kernel/bpf/verifier.c:11953:18: note: byref variable will be forcibly initialized struct bpf_insn trap = BPF_JMP_IMM(BPF_JA, 0, 0, -1); ^~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:267:2: note: in expansion of macro 'if' if (check_mul_overflow(a, b, &bytes)) ^~ /kisskb/src/include/linux/overflow.h:267:6: note: in expansion of macro 'check_mul_overflow' if (check_mul_overflow(a, b, &bytes)) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/kernel/bpf/verifier.c:9: /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:6, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/verifier.c:10: /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 static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/verifier.c:10: /kisskb/src/kernel/bpf/verifier.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:54:19: note: userspace variable will be forcibly initialized static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/bpf/verifier.c:9: /kisskb/src/kernel/bpf/verifier.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mm.h:820:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/mm.h:820:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/kernel/bpf/verifier.c:10: /kisskb/src/include/linux/mm.h:818:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/storage/protocol.c: In function 'usb_stor_access_xfer_buf': /kisskb/src/drivers/usb/storage/protocol.c:127:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/drivers/usb/storage/protocol.c: In function 'usb_stor_set_xfer_buf': /kisskb/src/drivers/usb/storage/protocol.c:173:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/protocol.c:172:15: note: byref variable will be forcibly initialized unsigned int offset = 0; ^~~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:646:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~ /kisskb/src/include/linux/slab.h:646:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/bpf/verifier.c:9: /kisskb/src/include/linux/slab.h:644:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'copy_array': /kisskb/src/include/linux/overflow.h:86:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:85:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:2: note: in expansion of macro 'if' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:6: note: in expansion of macro 'unlikely' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:759:15: note: in expansion of macro 'check_mul_overflow' if (unlikely(check_mul_overflow(n, size, &bytes))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_hard_wire_dead_code_branches': /kisskb/src/kernel/bpf/verifier.c:11983:18: note: byref variable will be forcibly initialized 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:12032:24: note: byref variable will be forcibly initialized 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:334:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'verbose': /kisskb/src/kernel/bpf/verifier.c:348:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'print_verifier_state': /kisskb/src/kernel/bpf/verifier.c:705:8: note: byref variable will be forcibly initialized char types_buf[BPF_REG_SIZE + 1]; ^~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:679:11: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/usb/usbip/usbip_event.c:7: /kisskb/src/drivers/usb/usbip/usbip_event.c: In function 'usbip_stop_eh': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/usbip_event.c:118:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(ud->eh_waitq, !(ud->event & ~USBIP_EH_BYE)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function '__check_buffer_access': /kisskb/src/kernel/bpf/verifier.c:3800:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_access_within_bounds': /kisskb/src/kernel/bpf/verifier.c:4101:9: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_range_initialized': /kisskb/src/kernel/bpf/verifier.c:4537:9: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:4473:9: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_btf_func': /kisskb/src/kernel/bpf/verifier.c:9753:12: note: userspace variable will be forcibly initialized static int check_btf_func(struct bpf_verifier_env *env, ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:9764:11: note: byref variable will be forcibly initialized bpfptr_t urecord; ^~~~~~~ /kisskb/src/kernel/bpf/verifier.c:9758:28: note: byref variable will be forcibly initialized u32 i, nfuncs, urec_size, min_size; ^~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_msg_common': /kisskb/src/drivers/usb/storage/transport.c:117:20: note: byref variable will be forcibly initialized struct completion urb_done; ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_btf_line': /kisskb/src/kernel/bpf/verifier.c:9900:12: note: userspace variable will be forcibly initialized static int check_btf_line(struct bpf_verifier_env *env, ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:9909:11: note: byref variable will be forcibly initialized bpfptr_t ulinfo; ^~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_bulk_srb': /kisskb/src/drivers/usb/storage/transport.c:469:15: note: byref variable will be forcibly initialized unsigned int partial; ^~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_bulk_transfer_sg': /kisskb/src/drivers/usb/storage/transport.c:492:15: note: byref variable will be forcibly initialized unsigned int partial; ^~~~~~~ /kisskb/src/kernel/bpf/verifier.c:9904:29: note: byref variable will be forcibly initialized u32 i, s, nr_linfo, ncopy, expected_size, rec_size, prev_offset = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_Bulk_transport': /kisskb/src/drivers/usb/storage/transport.c:1199:17: note: byref variable will be forcibly initialized unsigned int offset = 0; ^~~~~~ /kisskb/src/drivers/usb/storage/transport.c:1198:24: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/transport.c:1123:15: note: byref variable will be forcibly initialized unsigned int cswlen; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_pseudo_btf_id': /kisskb/src/kernel/bpf/verifier.c:11300:7: note: byref variable will be forcibly initialized u32 tsize; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/storage/transport.c:31: /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_reset_common': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c:1371:2: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(us->delay_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'vbus_store': /kisskb/src/drivers/usb/musb/musb_core.c:1901:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'srp_store': /kisskb/src/drivers/usb/musb/musb_core.c:1956:17: note: byref variable will be forcibly initialized unsigned short srp; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'resolve_pseudo_ldimm64': /kisskb/src/kernel/bpf/verifier.c:11487:12: note: userspace variable will be forcibly initialized static int resolve_pseudo_ldimm64(struct bpf_verifier_env *env) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:11509:8: note: byref variable will be forcibly initialized u32 fd; ^~ /kisskb/src/kernel/bpf/verifier.c:11508:8: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_invoke_transport': /kisskb/src/drivers/usb/storage/transport.c:709:25: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/usb/storage/transport.c:707:23: note: byref variable will be forcibly initialized struct scsi_eh_save ses; ^~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'get_pipes': /kisskb/src/drivers/usb/storage/usb.c:736:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *ep_int; ^~~~~~ /kisskb/src/drivers/usb/storage/usb.c:735:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *ep_out; ^~~~~~ /kisskb/src/drivers/usb/storage/usb.c:734:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *ep_in; ^~~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'usb_stor_control_thread': /kisskb/src/drivers/usb/storage/usb.c:368:18: note: byref variable will be forcibly initialized unsigned char data_ptr[36] = { ^~~~~~~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'musb_core_init': /kisskb/src/drivers/usb/musb/musb_core.c:1599:7: note: byref variable will be forcibly initialized char aInfo[90]; ^~~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'usb_stor_adjust_quirks': /kisskb/src/drivers/usb/storage/usb.c:477:8: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/drivers/usb/storage/usb.c: In function 'storage_probe': /kisskb/src/drivers/usb/storage/usb.c:1099:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ In file included from /kisskb/src/drivers/gpu/drm/drm_hdcp.c:13: /kisskb/src/drivers/gpu/drm/drm_hdcp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function '__mark_chain_precision': /kisskb/src/kernel/bpf/verifier.c:2441:7: note: byref variable will be forcibly initialized 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:2440:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(mask, 64); ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^~~~ /kisskb/src/kernel/bpf/verifier.c:2395:6: note: byref variable will be forcibly initialized u64 stack_mask = spi >= 0 ? 1ull << spi : 0; ^~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:2394:6: note: byref variable will be forcibly initialized u32 reg_mask = regno >= 0 ? 1u << regno : 0; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c: In function 'drm_hdcp_request_srm': /kisskb/src/drivers/gpu/drm/drm_hdcp.c:239:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c:238:7: note: byref variable will be forcibly initialized char fw_name[36] = "display_hdcp_srm.bin"; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c: In function 'drm_hdcp_check_ksvs_revoked': /kisskb/src/drivers/gpu/drm/drm_hdcp.c:289:6: note: byref variable will be forcibly initialized u8 *revoked_ksv_list = NULL; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c:288:6: note: byref variable will be forcibly initialized u32 revoked_ksv_cnt = 0, i, j; ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_access_for_ptr_arithmetic': /kisskb/src/kernel/bpf/verifier.c:6899:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'musb_interrupt': /kisskb/src/drivers/usb/musb/musb_core.c:1729:16: note: byref variable will be forcibly initialized unsigned long status; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'sanitize_ptr_alu': /kisskb/src/kernel/bpf/verifier.c:6748:17: note: byref variable will be forcibly initialized u32 alu_state, alu_limit; ^~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_pkt_ptr_alignment': /kisskb/src/kernel/bpf/verifier.c:3531:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_generic_ptr_alignment': /kisskb/src/kernel/bpf/verifier.c:3556:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_ptr_to_btf_access': /kisskb/src/kernel/bpf/verifier.c:3939:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:3929:6: note: byref variable will be forcibly initialized u32 btf_id; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_ptr_to_map_access': /kisskb/src/kernel/bpf/verifier.c:3980:6: note: byref variable will be forcibly initialized u32 btf_id; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_kfunc_call': /kisskb/src/kernel/bpf/verifier.c:6487:25: note: byref variable will be forcibly initialized 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:6116:6: note: byref variable will be forcibly initialized u64 fmt_addr; ^~~~~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/drm/drm_managed.h:6, from /kisskb/src/drivers/gpu/drm/drm_managed.c:8: /kisskb/src/drivers/gpu/drm/drm_managed.c: In function 'alloc_dr': /kisskb/src/include/linux/overflow.h:68:12: note: byref variable will be forcibly initialized typeof(b) __b = (b); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:2: note: in expansion of macro 'if' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:6: note: in expansion of macro 'unlikely' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:15: note: in expansion of macro 'check_add_overflow' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:67:12: note: byref variable will be forcibly initialized typeof(a) __a = (a); \ ^~~ /kisskb/src/include/linux/compiler.h:69:3: note: in definition of macro '__trace_if_value' (cond) ? \ ^~~~ /kisskb/src/include/linux/compiler.h:56:28: note: in expansion of macro '__trace_if_var' #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:2: note: in expansion of macro 'if' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~ /kisskb/src/include/linux/compiler.h:48:24: note: in expansion of macro '__branch_check__' # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:6: note: in expansion of macro 'unlikely' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:15: note: in expansion of macro 'check_add_overflow' if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:88:9: note: byref variable will be forcibly initialized size_t tot_size; ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'verbose_invalid_scalar': /kisskb/src/kernel/bpf/verifier.c:412:7: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'prepare_func_exit': /kisskb/src/kernel/bpf/verifier.c:5957:15: note: byref variable will be forcibly initialized struct tnum range = tnum_range(0, 1); ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_return_code': /kisskb/src/kernel/bpf/verifier.c:9330:14: note: byref variable will be forcibly initialized struct tnum range = tnum_range(0, 1); ^~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_wait_vblank': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:846:24: note: byref variable will be forcibly initialized union drm_wait_vblank req; ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:845:22: note: byref variable will be forcibly initialized drm_wait_vblank32_t req32; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getclient': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:266:20: note: byref variable will be forcibly initialized struct drm_client client; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:264:17: note: byref variable will be forcibly initialized drm_client32_t c32; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'convert_ctx_accesses': /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getunique': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:136:20: note: byref variable will be forcibly initialized struct drm_unique uq; ^~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:135:17: note: byref variable will be forcibly initialized drm_unique32_t uq32; ^~~~ /kisskb/src/kernel/bpf/verifier.c:12213:20: note: byref variable will be forcibly initialized struct bpf_insn patch[] = { ^~~~~ /kisskb/src/kernel/bpf/verifier.c:12157:6: note: byref variable will be forcibly initialized u32 target_size, size_default, off; ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_version': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:95:21: note: byref variable will be forcibly initialized struct drm_version v; ^ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:94:18: note: byref variable will be forcibly initialized drm_version32_t v32; ^~~ /kisskb/src/kernel/bpf/verifier.c:12156:18: note: byref variable will be forcibly initialized struct bpf_insn insn_buf[16], *insn; ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'do_misc_fixups': /kisskb/src/kernel/bpf/verifier.c:12670:20: note: byref variable will be forcibly initialized struct bpf_insn chk_and_mod[] = { ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:12661:20: note: byref variable will be forcibly initialized struct bpf_insn chk_and_div[] = { ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:12647:18: note: byref variable will be forcibly initialized struct bpf_insn insn_buf[16]; ^~~~~~~~ In file included from /kisskb/src/kernel/bpf/offload.c:25: /kisskb/src/kernel/bpf/offload.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/offload.c:16: /kisskb/src/kernel/bpf/offload.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/offload.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/bpf/offload.c:25: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/offload.c:16: /kisskb/src/kernel/bpf/offload.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:96:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^~~ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:452:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/usbip/usbip_common.c: In function 'usbip_recv': /kisskb/src/drivers/usb/usbip/usbip_common.c:305:14: note: byref variable will be forcibly initialized struct kvec iov = {.iov_base = buf, .iov_len = size}; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_subreg_zext_lo32_rnd_hi32': /kisskb/src/kernel/bpf/verifier.c:12068:19: note: byref variable will be forcibly initialized struct bpf_insn insn; ^~~~ /kisskb/src/kernel/bpf/verifier.c:12054:41: note: byref variable will be forcibly initialized struct bpf_insn *patch, zext_patch[2], rnd_hi32_patch[4]; ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:12054:26: note: byref variable will be forcibly initialized struct bpf_insn *patch, zext_patch[2], rnd_hi32_patch[4]; ^~~~~~~~~~ /kisskb/src/kernel/bpf/offload.c: In function 'bpf_prog_offload_info_fill': /kisskb/src/kernel/bpf/offload.c:303:14: note: byref variable will be forcibly initialized struct path ns_path; ^~~~~~~ /kisskb/src/kernel/bpf/offload.c:297:35: note: byref variable will be forcibly initialized struct ns_get_path_bpf_prog_args args = { ^~~~ /kisskb/src/kernel/bpf/offload.c: In function 'bpf_map_offload_info_fill': /kisskb/src/kernel/bpf/offload.c:528:14: note: byref variable will be forcibly initialized struct path ns_path; ^~~~~~~ /kisskb/src/kernel/bpf/offload.c:523:34: note: byref variable will be forcibly initialized struct ns_get_path_bpf_map_args args = { ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'verbose_linfo': /kisskb/src/kernel/bpf/verifier.c:393:11: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_read': /kisskb/src/kernel/bpf/verifier.c:3074:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:3062:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_free_object': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:206:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(cma_obj->vaddr); ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_log': /kisskb/src/kernel/bpf/verifier.c:361:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_prime_import_sg_table_vmap': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:560:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_ctx_reg': /kisskb/src/kernel/bpf/verifier.c:3778:8: note: byref variable will be forcibly initialized char tn_buf[48]; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_mem_access': /kisskb/src/kernel/bpf/verifier.c:4194:7: note: byref variable will be forcibly initialized u32 btf_id = 0; ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:4193:15: note: byref variable will be forcibly initialized struct btf *btf = NULL; ^~~ /kisskb/src/kernel/bpf/verifier.c:4192:21: note: byref variable will be forcibly initialized enum bpf_reg_type reg_type = SCALAR_VALUE; ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:4168:9: note: byref variable will be forcibly initialized u64 val = 0; ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_func_arg': /kisskb/src/kernel/bpf/verifier.c:5205:7: note: byref variable will be forcibly initialized u64 map_addr; ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:4993:20: note: byref variable will be forcibly initialized 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:6353:8: note: byref variable will be forcibly initialized u32 tsize; ^~~~~ /kisskb/src/kernel/bpf/verifier.c:6174:27: note: byref variable will be forcibly initialized struct bpf_call_arg_meta meta; ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'do_check': /kisskb/src/kernel/bpf/verifier.c:10930:30: note: byref variable will be forcibly initialized const struct bpf_insn_cbs cbs = { ^~~ /kisskb/src/kernel/bpf/verifier.c:10869:6: note: byref variable will be forcibly initialized int prev_insn_idx = -1; ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_check_attach_target': /kisskb/src/kernel/bpf/verifier.c:13337:13: note: byref variable will be forcibly initialized const char prefix[] = "btf_trace_"; ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_panel.c: In function 'of_drm_get_panel_orientation': /kisskb/src/drivers/gpu/drm/drm_panel.c:280:6: note: byref variable will be forcibly initialized int rotation, ret; ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:24: /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c: In function 'drm_sched_entity_flush': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:177:3: note: in expansion of macro 'wait_event_killable' wait_event_killable(sched->job_scheduled, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:172:10: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout( ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'drm_of_component_probe': /kisskb/src/drivers/gpu/drm/drm_of.c:120:26: note: byref variable will be forcibly initialized struct component_match *match = NULL; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs.c: In function 'connector_write': /kisskb/src/drivers/gpu/drm/drm_debugfs.c:305:7: note: byref variable will be forcibly initialized char buf[12]; ^~~ /kisskb/src/drivers/gpu/drm/drm_debugfs.c: In function 'drm_debugfs_init': /kisskb/src/drivers/gpu/drm/drm_debugfs.c:210:7: note: byref variable will be forcibly initialized char name[64]; ^~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_shutdown_peripheral': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:497:22: note: byref variable will be forcibly initialized .tx_buf = (u8 [2]) { 0, 0 }, ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_turn_on_peripheral': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:517:22: note: byref variable will be forcibly initialized .tx_buf = (u8 [2]) { 0, 0 }, ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_set_maximum_return_packet_size': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:538:5: note: byref variable will be forcibly initialized u8 tx[2] = { value & 0xff, value >> 8 }; ^~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'of_mipi_dsi_device_add': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:161:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_write': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:750:5: note: byref variable will be forcibly initialized u8 stack_tx[8]; ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_column_address': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:975:5: note: byref variable will be forcibly initialized u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_page_address': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:999:5: note: byref variable will be forcibly initialized u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_tear_on': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1041:5: note: byref variable will be forcibly initialized u8 value = mode; ^~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_display_brightness': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1107:5: note: byref variable will be forcibly initialized u8 payload[2] = { brightness & 0xff, brightness >> 8 }; ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_compression_mode': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:564:5: note: byref variable will be forcibly initialized u8 tx[2] = { enable << 0, 0 }; ^~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_tear_scanline': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1084:5: note: byref variable will be forcibly initialized u8 payload[2] = { scanline >> 8, scanline & 0xff }; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:131, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:58: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'perf_trace_drm_sched_job': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'perf_trace_drm_run_job': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'perf_trace_drm_sched_process_job': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_process_job, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_process_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'perf_trace_drm_sched_job_wait_dep': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:131, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:58: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_run_job': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_process_job': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_process_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job_wait_dep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:131, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:58: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function '__bpf_trace_drm_sched_job': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function '__bpf_trace_drm_run_job': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_run_job, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function '__bpf_trace_drm_sched_job_wait_dep': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:44:42: note: in expansion of macro '__CAST1' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:44:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST2' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_job_wait_dep, ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function '__bpf_trace_drm_sched_process_job': /kisskb/src/include/trace/bpf_probe.h:39:22: note: byref variable will be forcibly initialized UINTTYPE(sizeof(x)) __dst; \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_process_job, ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:38:12: note: byref variable will be forcibly initialized typeof(x) __src = (x); \ ^~~~~ /kisskb/src/include/trace/bpf_probe.h:43:24: note: in expansion of macro '__CAST_TO_U64' #define __CAST1(a,...) __CAST_TO_U64(a) ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:483:24: note: in expansion of macro '__CAST1' #define __CONCAT(a, b) a ## b ^ /kisskb/src/include/linux/kernel.h:484:27: note: in expansion of macro '__CONCAT' #define CONCATENATE(a, b) __CONCAT(a, b) ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:56:26: note: in expansion of macro 'CONCATENATE' #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:63:53: note: in expansion of macro 'CAST_TO_U64' CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:2: note: in expansion of macro '__BPF_DECLARE_TRACE' __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(drm_sched_process_job, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:47: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_main': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:788:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(sched->wake_up_worker, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_readb': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:227:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_av_composer': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1856:14: note: byref variable will be forcibly initialized u8 inv_val, bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_AVI': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1639:28: note: byref variable will be forcibly initialized struct hdmi_avi_infoframe frame; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_vendor_specific_infoframe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1767:5: note: byref variable will be forcibly initialized u8 buffer[10]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1766:31: note: byref variable will be forcibly initialized struct hdmi_vendor_infoframe frame; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_drm_infoframe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1821:5: note: byref variable will be forcibly initialized u8 buffer[30]; ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1820:28: note: byref variable will be forcibly initialized struct hdmi_drm_infoframe frame; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:13: /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:625:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_connector_create': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:2453:28: note: byref variable will be forcibly initialized struct cec_connector_info conn_info; ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_probe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3444:33: note: byref variable will be forcibly initialized struct dw_hdmi_i2s_audio_data audio; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3428:29: note: byref variable will be forcibly initialized struct dw_hdmi_audio_data audio; ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3223:6: note: byref variable will be forcibly initialized u32 val = 1; ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3218:26: note: byref variable will be forcibly initialized struct dw_hdmi_cec_data cec; ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3216:30: note: byref variable will be forcibly initialized struct platform_device_info pdevinfo; ^~~~~~~~ /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld: Unexpected GOT/PLT entries detected! /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld: Unexpected run-time procedure linkages detected! drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_resume_worker': drm_fb_helper.c:(.text+0xbec): undefined reference to `fb_set_suspend' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_unregister_fbi': drm_fb_helper.c:(.text+0xd24): undefined reference to `unregister_framebuffer' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_fini': drm_fb_helper.c:(.text+0xe88): undefined reference to `fb_dealloc_cmap' drm_fb_helper.c:(.text+0xea0): undefined reference to `framebuffer_release' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_read': drm_fb_helper.c:(.text+0xffc): undefined reference to `fb_sys_read' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fbdev_cleanup': drm_fb_helper.c:(.text+0x18f8): undefined reference to `fb_deferred_io_cleanup' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_write': drm_fb_helper.c:(.text+0x1d94): undefined reference to `fb_sys_write' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_fillrect': drm_fb_helper.c:(.text+0x1e20): undefined reference to `sys_fillrect' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_copyarea': drm_fb_helper.c:(.text+0x1e6c): undefined reference to `sys_copyarea' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_imageblit': drm_fb_helper.c:(.text+0x1eb8): undefined reference to `sys_imageblit' drivers/gpu/drm/drm_fb_helper.o: In function `__drm_fb_helper_initial_config_and_unlock': drm_fb_helper.c:(.text+0x2d0c): undefined reference to `register_framebuffer' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_alloc_fbi': drm_fb_helper.c:(.text+0x3a24): undefined reference to `framebuffer_alloc' drm_fb_helper.c:(.text+0x3a60): undefined reference to `fb_alloc_cmap' drm_fb_helper.c:(.text+0x3b10): undefined reference to `fb_dealloc_cmap' drm_fb_helper.c:(.text+0x3b50): undefined reference to `framebuffer_release' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_generic_probe': drm_fb_helper.c:(.text+0x3d2c): undefined reference to `fb_deferred_io_init' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_cfb_fillrect': drm_fb_helper.c:(.text+0x4c7c): undefined reference to `cfb_fillrect' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_cfb_copyarea': drm_fb_helper.c:(.text+0x4d44): undefined reference to `cfb_copyarea' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_cfb_imageblit': drm_fb_helper.c:(.text+0x4e0c): undefined reference to `cfb_imageblit' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_set_suspend': drm_fb_helper.c:(.text+0x4ef0): undefined reference to `fb_set_suspend' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_set_suspend_unlocked': drm_fb_helper.c:(.text+0x502c): undefined reference to `fb_set_suspend' drivers/gpu/drm/vmwgfx/vmwgfx_fb.o: In function `vmw_fb_imageblit': vmwgfx_fb.c:(.text+0x330): undefined reference to `cfb_imageblit' drivers/gpu/drm/vmwgfx/vmwgfx_fb.o: In function `vmw_fb_copyarea': vmwgfx_fb.c:(.text+0x37c): undefined reference to `cfb_copyarea' drivers/gpu/drm/vmwgfx/vmwgfx_fb.o: In function `vmw_fb_fillrect': vmwgfx_fb.c:(.text+0x3c8): undefined reference to `cfb_fillrect' drivers/gpu/drm/vmwgfx/vmwgfx_fb.o: In function `vmw_fb_init': vmwgfx_fb.c:(.text+0x12b0): undefined reference to `framebuffer_alloc' vmwgfx_fb.c:(.text+0x1608): undefined reference to `fb_deferred_io_init' vmwgfx_fb.c:(.text+0x1610): undefined reference to `register_framebuffer' vmwgfx_fb.c:(.text+0x1644): undefined reference to `fb_deferred_io_cleanup' vmwgfx_fb.c:(.text+0x1670): undefined reference to `framebuffer_release' drivers/gpu/drm/vmwgfx/vmwgfx_fb.o: In function `vmw_fb_close': vmwgfx_fb.c:(.text+0x16f4): undefined reference to `fb_deferred_io_cleanup' vmwgfx_fb.c:(.text+0x1704): undefined reference to `unregister_framebuffer' vmwgfx_fb.c:(.text+0x1734): undefined reference to `framebuffer_release' drivers/gpu/drm/rcar-du/rcar_du_crtc.o: In function `rcar_du_cmm_setup': rcar_du_crtc.c:(.text+0x3e4): undefined reference to `rcar_cmm_setup' drivers/gpu/drm/rcar-du/rcar_du_crtc.o: In function `rcar_du_crtc_atomic_enable': rcar_du_crtc.c:(.text+0x1aa8): undefined reference to `rcar_cmm_enable' drivers/gpu/drm/rcar-du/rcar_du_crtc.o: In function `rcar_du_crtc_atomic_disable': rcar_du_crtc.c:(.text+0x2104): undefined reference to `rcar_cmm_disable' drivers/gpu/drm/rcar-du/rcar_du_kms.o: In function `rcar_du_modeset_init': rcar_du_kms.c:(.text+0xc54): undefined reference to `rcar_cmm_init' make[2]: *** [/kisskb/src/Makefile:1189: vmlinux] Error 1 make[1]: *** [/kisskb/src/Makefile:1168: autoksyms_recursive] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:12:14.302116